package.json 2.7 KB

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