package.json 3.8 KB

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