package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "micromatch@^2.3.7",
  6. "scope": null,
  7. "escapedName": "micromatch",
  8. "name": "micromatch",
  9. "rawSpec": "^2.3.7",
  10. "spec": ">=2.3.7 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync"
  14. ]
  15. ],
  16. "_from": "micromatch@>=2.3.7 <3.0.0",
  17. "_id": "micromatch@2.3.11",
  18. "_inCache": true,
  19. "_location": "/micromatch",
  20. "_nodeVersion": "6.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/micromatch-2.3.11.tgz_1468602931475_0.3629888044670224"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "micromatch@^2.3.7",
  33. "scope": null,
  34. "escapedName": "micromatch",
  35. "name": "micromatch",
  36. "rawSpec": "^2.3.7",
  37. "spec": ">=2.3.7 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/anymatch",
  42. "/findup-sync"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  45. "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  46. "_shrinkwrap": null,
  47. "_spec": "micromatch@^2.3.7",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/micromatch/issues"
  55. },
  56. "dependencies": {
  57. "arr-diff": "^2.0.0",
  58. "array-unique": "^0.2.1",
  59. "braces": "^1.8.2",
  60. "expand-brackets": "^0.1.4",
  61. "extglob": "^0.3.1",
  62. "filename-regex": "^2.0.0",
  63. "is-extglob": "^1.0.0",
  64. "is-glob": "^2.0.1",
  65. "kind-of": "^3.0.2",
  66. "normalize-path": "^2.0.1",
  67. "object.omit": "^2.0.0",
  68. "parse-glob": "^3.0.4",
  69. "regex-cache": "^0.4.2"
  70. },
  71. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  72. "devDependencies": {
  73. "benchmarked": "^0.1.4",
  74. "chalk": "^1.1.1",
  75. "gulp": "^3.9.0",
  76. "gulp-eslint": "^1.1.1",
  77. "gulp-format-md": "^0.1.8",
  78. "gulp-istanbul": "^0.10.1",
  79. "gulp-mocha": "^2.1.3",
  80. "minimatch": "^3.0.0",
  81. "minimist": "^1.2.0",
  82. "mocha": "^2",
  83. "multimatch": "^2.0.0",
  84. "should": "^8",
  85. "write": "^0.2.1"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  90. "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz"
  91. },
  92. "engines": {
  93. "node": ">=0.10.0"
  94. },
  95. "files": [
  96. "index.js",
  97. "lib"
  98. ],
  99. "gitHead": "f194c187d04677b03047bb7d8d25643725f7a577",
  100. "homepage": "https://github.com/jonschlinkert/micromatch",
  101. "keywords": [
  102. "bash",
  103. "expand",
  104. "expansion",
  105. "expression",
  106. "file",
  107. "files",
  108. "filter",
  109. "find",
  110. "glob",
  111. "globbing",
  112. "globs",
  113. "globstar",
  114. "match",
  115. "matcher",
  116. "matches",
  117. "matching",
  118. "minimatch",
  119. "multimatch",
  120. "path",
  121. "pattern",
  122. "patterns",
  123. "regex",
  124. "regexp",
  125. "regular",
  126. "shell",
  127. "wildcard"
  128. ],
  129. "license": "MIT",
  130. "main": "index.js",
  131. "maintainers": [
  132. {
  133. "name": "jonschlinkert",
  134. "email": "github@sellside.com"
  135. },
  136. {
  137. "name": "doowb",
  138. "email": "brian.woodward@gmail.com"
  139. },
  140. {
  141. "name": "es128",
  142. "email": "elan.shanker+npm@gmail.com"
  143. }
  144. ],
  145. "name": "micromatch",
  146. "optionalDependencies": {},
  147. "readme": "ERROR: No README data found!",
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  151. },
  152. "scripts": {
  153. "test": "mocha"
  154. },
  155. "verb": {
  156. "related": {
  157. "list": [
  158. "braces",
  159. "expand-brackets",
  160. "expand-range",
  161. "extglob",
  162. "fill-range",
  163. "gulp-micromatch",
  164. "is-glob",
  165. "parse-glob"
  166. ]
  167. },
  168. "reflinks": [
  169. "braces",
  170. "expand-brackets",
  171. "extglob",
  172. "minimatch",
  173. "multimatch",
  174. "verb"
  175. ],
  176. "toc": false,
  177. "layout": false,
  178. "tasks": [
  179. "readme"
  180. ],
  181. "plugins": [
  182. "gulp-format-md"
  183. ],
  184. "lint": {
  185. "reflinks": true
  186. }
  187. },
  188. "version": "2.3.11"
  189. }