package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "global-dirs@^3.0.0",
  3. "_id": "global-dirs@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==",
  6. "_location": "/global-dirs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-dirs@^3.0.0",
  12. "name": "global-dirs",
  13. "escapedName": "global-dirs",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-installed-globally"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz",
  22. "_shasum": "70a76fe84ea315ab37b1f5576cbde7d48ef72686",
  23. "_spec": "global-dirs@^3.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\is-installed-globally",
  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/global-dirs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ini": "2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the directory of globally installed packages and binaries",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "execa": "^5.0.0",
  42. "import-fresh": "^3.3.0",
  43. "tsd": "^0.14.0",
  44. "xo": "^0.37.1"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/global-dirs#readme",
  55. "keywords": [
  56. "global",
  57. "prefix",
  58. "path",
  59. "paths",
  60. "npm",
  61. "yarn",
  62. "node",
  63. "modules",
  64. "node-modules",
  65. "package",
  66. "packages",
  67. "binary",
  68. "binaries",
  69. "bin",
  70. "directory",
  71. "directories",
  72. "npmrc",
  73. "rc",
  74. "config",
  75. "root",
  76. "resolve"
  77. ],
  78. "license": "MIT",
  79. "name": "global-dirs",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/global-dirs.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava && tsd"
  86. },
  87. "version": "3.0.0"
  88. }