package.json 2.4 KB

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