package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "global-prefix@^0.1.4",
  3. "_id": "global-prefix@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=",
  6. "_location": "/global-prefix",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-prefix@^0.1.4",
  12. "name": "global-prefix",
  13. "escapedName": "global-prefix",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/global-modules"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/global-prefix/download/global-prefix-0.1.5.tgz",
  22. "_shasum": "8d3bc6b8da3ca8112a160d8d496ff0462bfef78f",
  23. "_spec": "global-prefix@^0.1.4",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\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": "Jon Schlinkert",
  36. "email": "jon.schlinkert@sellside.com",
  37. "url": "http://twitter.com/jonschlinkert"
  38. },
  39. {
  40. "name": "Alexandr Bogachev",
  41. "email": "kuksikus@gmail.com",
  42. "url": "https://github.com/rmbaad"
  43. },
  44. {
  45. "name": "JasonChang",
  46. "email": "chaoyue.chang@qq.com",
  47. "url": "https://packagist.org/packages/jason-chang"
  48. },
  49. {
  50. "name": "Jorrit Schippers",
  51. "url": "https://www.ncode.nl"
  52. },
  53. {
  54. "name": "Mathias Rasmussen",
  55. "url": "https://github.com/mathiasvr"
  56. },
  57. {
  58. "name": "Charlike Mike Reagent",
  59. "url": "http://i.am.charlike.online"
  60. }
  61. ],
  62. "dependencies": {
  63. "homedir-polyfill": "^1.0.0",
  64. "ini": "^1.3.4",
  65. "is-windows": "^0.2.0",
  66. "which": "^1.2.12"
  67. },
  68. "deprecated": false,
  69. "description": "Get the npm global path prefix.",
  70. "devDependencies": {
  71. "fs-exists-sync": "^0.1.0",
  72. "gulp-format-md": "^0.1.11",
  73. "mocha": "^3.2.0"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/jonschlinkert/global-prefix",
  82. "keywords": [
  83. "global",
  84. "module",
  85. "modules",
  86. "npm",
  87. "path",
  88. "prefix",
  89. "resolve"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "global-prefix",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/global-prefix.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "run": true,
  103. "toc": false,
  104. "layout": "default",
  105. "tasks": [
  106. "readme"
  107. ],
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "related": {
  112. "list": [
  113. "global-modules",
  114. "global-paths"
  115. ]
  116. },
  117. "reflinks": [
  118. "verb"
  119. ],
  120. "lint": {
  121. "reflinks": true
  122. }
  123. },
  124. "version": "0.1.5"
  125. }