package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "global-prefix@^3.0.0",
  3. "_id": "global-prefix@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  6. "_location": "/global-prefix",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-prefix@^3.0.0",
  12. "name": "global-prefix",
  13. "escapedName": "global-prefix",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/global-modules"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  22. "_shasum": "fc85f73064df69f50421f47f883fe5b913ba9b97",
  23. "_spec": "global-prefix@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\global-modules",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/global-prefix/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Alexandr Bogachev",
  36. "url": "https://github.com/rmbaad"
  37. },
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Charlike Mike Reagent",
  44. "url": "https://i.am.charlike.online"
  45. },
  46. {
  47. "name": "JasonChang",
  48. "url": "https://packagist.org/packages/jason-chang"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Jorrit Schippers",
  56. "url": "https://www.ncode.nl"
  57. },
  58. {
  59. "name": "Mathias Rasmussen",
  60. "url": "chrome://dino"
  61. },
  62. {
  63. "name": "Ross Fenning",
  64. "url": "http://rossfenning.co.uk"
  65. }
  66. ],
  67. "dependencies": {
  68. "ini": "^1.3.5",
  69. "kind-of": "^6.0.2",
  70. "which": "^1.3.1"
  71. },
  72. "deprecated": false,
  73. "description": "Get the npm global path prefix.",
  74. "devDependencies": {
  75. "gulp-format-md": "^2.0.0",
  76. "mocha": "^5.2.0"
  77. },
  78. "engines": {
  79. "node": ">=6"
  80. },
  81. "files": [
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/jonschlinkert/global-prefix",
  85. "keywords": [
  86. "global",
  87. "module",
  88. "modules",
  89. "npm",
  90. "path",
  91. "prefix",
  92. "resolve"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "global-prefix",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/global-prefix.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "version": "3.0.0"
  105. }