package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "update-notifier@^5.1.0",
  3. "_id": "update-notifier@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==",
  6. "_location": "/update-notifier",
  7. "_phantomChildren": {
  8. "lru-cache": "6.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "update-notifier@^5.1.0",
  14. "name": "update-notifier",
  15. "escapedName": "update-notifier",
  16. "rawSpec": "^5.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^5.1.0"
  19. },
  20. "_requiredBy": [
  21. "/nodemon"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz",
  24. "_shasum": "4ab0d7c7f36a231dd7316cf7729313f0214d9ad9",
  25. "_spec": "update-notifier@^5.1.0",
  26. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\nodemon",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/yeoman/update-notifier/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "boxen": "^5.0.0",
  38. "chalk": "^4.1.0",
  39. "configstore": "^5.0.1",
  40. "has-yarn": "^2.1.0",
  41. "import-lazy": "^2.1.0",
  42. "is-ci": "^2.0.0",
  43. "is-installed-globally": "^0.4.0",
  44. "is-npm": "^5.0.0",
  45. "is-yarn-global": "^0.3.0",
  46. "latest-version": "^5.1.0",
  47. "pupa": "^2.1.1",
  48. "semver": "^7.3.4",
  49. "semver-diff": "^3.1.1",
  50. "xdg-basedir": "^4.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "Update notifications for your CLI app",
  54. "devDependencies": {
  55. "ava": "^2.4.0",
  56. "clear-module": "^4.1.1",
  57. "fixture-stdout": "^0.2.1",
  58. "mock-require": "^3.0.3",
  59. "strip-ansi": "^6.0.0",
  60. "xo": "^0.37.1"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "files": [
  66. "index.js",
  67. "check.js"
  68. ],
  69. "funding": "https://github.com/yeoman/update-notifier?sponsor=1",
  70. "homepage": "https://github.com/yeoman/update-notifier#readme",
  71. "keywords": [
  72. "npm",
  73. "update",
  74. "updater",
  75. "notify",
  76. "notifier",
  77. "check",
  78. "checker",
  79. "cli",
  80. "module",
  81. "package",
  82. "version"
  83. ],
  84. "license": "BSD-2-Clause",
  85. "name": "update-notifier",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/yeoman/update-notifier.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava --timeout=20s --serial"
  92. },
  93. "version": "5.1.0"
  94. }