package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-absolute@^0.2.3",
  6. "scope": null,
  7. "escapedName": "is-absolute",
  8. "name": "is-absolute",
  9. "rawSpec": "^0.2.3",
  10. "spec": ">=0.2.3 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/parse-filepath"
  14. ]
  15. ],
  16. "_from": "is-absolute@>=0.2.3 <0.3.0",
  17. "_id": "is-absolute@0.2.6",
  18. "_inCache": true,
  19. "_location": "/is-absolute",
  20. "_nodeVersion": "6.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/is-absolute-0.2.6.tgz_1476658857174_0.9025487648323178"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-absolute@^0.2.3",
  33. "scope": null,
  34. "escapedName": "is-absolute",
  35. "name": "is-absolute",
  36. "rawSpec": "^0.2.3",
  37. "spec": ">=0.2.3 <0.3.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/parse-filepath"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
  44. "_shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
  45. "_shrinkwrap": null,
  46. "_spec": "is-absolute@^0.2.3",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/parse-filepath",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/is-absolute/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Elan Shanker",
  58. "url": "https://github.com/es128"
  59. },
  60. {
  61. "name": "Jon Schlinkert",
  62. "email": "jon.schlinkert@sellside.com",
  63. "url": "http://twitter.com/jonschlinkert"
  64. },
  65. {
  66. "name": "Shinnosuke Watanabe",
  67. "email": "snnskwtnb@gmail.com",
  68. "url": "https://shinnn.github.io"
  69. }
  70. ],
  71. "dependencies": {
  72. "is-relative": "^0.2.1",
  73. "is-windows": "^0.2.0"
  74. },
  75. "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
  76. "devDependencies": {
  77. "gulp-format-md": "^0.1.7",
  78. "mocha": "^2.4.5"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
  83. "tarball": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz"
  84. },
  85. "engines": {
  86. "node": ">=0.10.0"
  87. },
  88. "files": [
  89. "index.js"
  90. ],
  91. "gitHead": "ca1a629db8743308a0660e0a621981ff386ba04d",
  92. "homepage": "https://github.com/jonschlinkert/is-absolute",
  93. "keywords": [
  94. "absolute",
  95. "built",
  96. "built-in",
  97. "check",
  98. "core",
  99. "detect",
  100. "dir",
  101. "file",
  102. "filepath",
  103. "is",
  104. "is-absolute",
  105. "isabsolute",
  106. "normalize",
  107. "path",
  108. "path-absolute",
  109. "path-is-absolute",
  110. "paths",
  111. "polyfill",
  112. "relative",
  113. "resolve",
  114. "shim",
  115. "slash",
  116. "slashes",
  117. "uri",
  118. "url",
  119. "util",
  120. "utils"
  121. ],
  122. "license": "MIT",
  123. "main": "index.js",
  124. "maintainers": [
  125. {
  126. "name": "jonschlinkert",
  127. "email": "github@sellside.com"
  128. },
  129. {
  130. "name": "doowb",
  131. "email": "brian.woodward@gmail.com"
  132. }
  133. ],
  134. "name": "is-absolute",
  135. "optionalDependencies": {},
  136. "readme": "ERROR: No README data found!",
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/jonschlinkert/is-absolute.git"
  140. },
  141. "scripts": {
  142. "test": "mocha"
  143. },
  144. "verb": {
  145. "run": true,
  146. "toc": false,
  147. "layout": "default",
  148. "tasks": [
  149. "readme"
  150. ],
  151. "plugins": [
  152. "gulp-format-md"
  153. ],
  154. "related": {
  155. "list": [
  156. "is-dotfile",
  157. "is-glob",
  158. "is-relative",
  159. "is-unc-path",
  160. "is-valid-glob"
  161. ]
  162. },
  163. "reflinks": [
  164. "verb"
  165. ],
  166. "lint": {
  167. "reflinks": true
  168. }
  169. },
  170. "version": "0.2.6"
  171. }