package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "is-installed-globally@^0.4.0",
  3. "_id": "is-installed-globally@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==",
  6. "_location": "/is-installed-globally",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-installed-globally@^0.4.0",
  12. "name": "is-installed-globally",
  13. "escapedName": "is-installed-globally",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz",
  22. "_shasum": "9a0fd407949c30f86eb6959ef1b7994ed0b7b520",
  23. "_spec": "is-installed-globally@^0.4.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\update-notifier",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-installed-globally/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "global-dirs": "^3.0.0",
  36. "is-path-inside": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Check if your package was installed globally",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "cpy": "^8.1.1",
  43. "del": "^6.0.0",
  44. "execa": "^5.0.0",
  45. "make-dir": "^3.1.0",
  46. "tsd": "^0.14.0",
  47. "xo": "^0.37.1"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/is-installed-globally#readme",
  58. "keywords": [
  59. "global",
  60. "package",
  61. "globally",
  62. "module",
  63. "install",
  64. "installed",
  65. "npm",
  66. "yarn",
  67. "is",
  68. "check",
  69. "detect",
  70. "local",
  71. "locally",
  72. "cli",
  73. "bin",
  74. "binary"
  75. ],
  76. "license": "MIT",
  77. "name": "is-installed-globally",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/is-installed-globally.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd"
  84. },
  85. "version": "0.4.0"
  86. }