package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "global-prefix@^0.1.4",
  6. "scope": null,
  7. "escapedName": "global-prefix",
  8. "name": "global-prefix",
  9. "rawSpec": "^0.1.4",
  10. "spec": ">=0.1.4 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-modules"
  14. ]
  15. ],
  16. "_from": "global-prefix@>=0.1.4 <0.2.0",
  17. "_id": "global-prefix@0.1.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/global-prefix",
  21. "_nodeVersion": "5.1.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/global-prefix-0.1.5.tgz_1480528187282_0.7493393055628985"
  25. },
  26. "_npmUser": {
  27. "name": "doowb",
  28. "email": "brian.woodward@gmail.com"
  29. },
  30. "_npmVersion": "3.7.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "global-prefix@^0.1.4",
  34. "scope": null,
  35. "escapedName": "global-prefix",
  36. "name": "global-prefix",
  37. "rawSpec": "^0.1.4",
  38. "spec": ">=0.1.4 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/global-modules"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
  45. "_shasum": "8d3bc6b8da3ca8112a160d8d496ff0462bfef78f",
  46. "_shrinkwrap": null,
  47. "_spec": "global-prefix@^0.1.4",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-modules",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/global-prefix/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Jon Schlinkert",
  59. "email": "jon.schlinkert@sellside.com",
  60. "url": "http://twitter.com/jonschlinkert"
  61. },
  62. {
  63. "name": "Alexandr Bogachev",
  64. "email": "kuksikus@gmail.com",
  65. "url": "https://github.com/rmbaad"
  66. },
  67. {
  68. "name": "JasonChang",
  69. "email": "chaoyue.chang@qq.com",
  70. "url": "https://packagist.org/packages/jason-chang"
  71. },
  72. {
  73. "name": "Jorrit Schippers",
  74. "url": "https://www.ncode.nl"
  75. },
  76. {
  77. "name": "Mathias Rasmussen",
  78. "url": "https://github.com/mathiasvr"
  79. },
  80. {
  81. "name": "Charlike Mike Reagent",
  82. "url": "http://i.am.charlike.online"
  83. }
  84. ],
  85. "dependencies": {
  86. "homedir-polyfill": "^1.0.0",
  87. "ini": "^1.3.4",
  88. "is-windows": "^0.2.0",
  89. "which": "^1.2.12"
  90. },
  91. "description": "Get the npm global path prefix.",
  92. "devDependencies": {
  93. "fs-exists-sync": "^0.1.0",
  94. "gulp-format-md": "^0.1.11",
  95. "mocha": "^3.2.0"
  96. },
  97. "directories": {},
  98. "dist": {
  99. "shasum": "8d3bc6b8da3ca8112a160d8d496ff0462bfef78f",
  100. "tarball": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz"
  101. },
  102. "engines": {
  103. "node": ">=0.10.0"
  104. },
  105. "files": [
  106. "index.js"
  107. ],
  108. "gitHead": "eef31e4309f28a570ac022428e3b8ddc0b25a44b",
  109. "homepage": "https://github.com/jonschlinkert/global-prefix",
  110. "keywords": [
  111. "global",
  112. "module",
  113. "modules",
  114. "npm",
  115. "path",
  116. "prefix",
  117. "resolve"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "maintainers": [
  122. {
  123. "name": "doowb",
  124. "email": "brian.woodward@gmail.com"
  125. },
  126. {
  127. "name": "jonschlinkert",
  128. "email": "github@sellside.com"
  129. }
  130. ],
  131. "name": "global-prefix",
  132. "optionalDependencies": {},
  133. "readme": "ERROR: No README data found!",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/jonschlinkert/global-prefix.git"
  137. },
  138. "scripts": {
  139. "test": "mocha"
  140. },
  141. "verb": {
  142. "run": true,
  143. "toc": false,
  144. "layout": "default",
  145. "tasks": [
  146. "readme"
  147. ],
  148. "plugins": [
  149. "gulp-format-md"
  150. ],
  151. "related": {
  152. "list": [
  153. "global-modules",
  154. "global-paths"
  155. ]
  156. },
  157. "reflinks": [
  158. "verb"
  159. ],
  160. "lint": {
  161. "reflinks": true
  162. }
  163. },
  164. "version": "0.1.5"
  165. }