package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "_from": "micromatch@^3.1.4",
  3. "_id": "micromatch@3.1.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^3.1.4",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^3.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.4"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/findup-sync",
  21. "/matchdep",
  22. "/readdirp"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  25. "_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  26. "_spec": "micromatch@^3.1.4",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/anymatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/micromatch/micromatch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Amila Welihinda",
  39. "url": "amilajack.com"
  40. },
  41. {
  42. "name": "Bogdan Chadkin",
  43. "url": "https://github.com/TrySound"
  44. },
  45. {
  46. "name": "Brian Woodward",
  47. "url": "https://twitter.com/doowb"
  48. },
  49. {
  50. "name": "Devon Govett",
  51. "url": "http://badassjs.com"
  52. },
  53. {
  54. "name": "Elan Shanker",
  55. "url": "https://github.com/es128"
  56. },
  57. {
  58. "name": "Fabrício Matté",
  59. "url": "https://ultcombo.js.org"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "url": "http://twitter.com/jonschlinkert"
  64. },
  65. {
  66. "name": "Martin Kolárik",
  67. "url": "https://kolarik.sk"
  68. },
  69. {
  70. "name": "Olsten Larck",
  71. "url": "https://i.am.charlike.online"
  72. },
  73. {
  74. "name": "Paul Miller",
  75. "url": "paulmillr.com"
  76. },
  77. {
  78. "name": "Tom Byrer",
  79. "url": "https://github.com/tomByrer"
  80. },
  81. {
  82. "name": "Tyler Akins",
  83. "url": "http://rumkin.com"
  84. },
  85. {
  86. "url": "https://github.com/DianeLooney"
  87. }
  88. ],
  89. "dependencies": {
  90. "arr-diff": "^4.0.0",
  91. "array-unique": "^0.3.2",
  92. "braces": "^2.3.1",
  93. "define-property": "^2.0.2",
  94. "extend-shallow": "^3.0.2",
  95. "extglob": "^2.0.4",
  96. "fragment-cache": "^0.2.1",
  97. "kind-of": "^6.0.2",
  98. "nanomatch": "^1.2.9",
  99. "object.pick": "^1.3.0",
  100. "regex-not": "^1.0.0",
  101. "snapdragon": "^0.8.1",
  102. "to-regex": "^3.0.2"
  103. },
  104. "deprecated": false,
  105. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  106. "devDependencies": {
  107. "bash-match": "^1.0.2",
  108. "for-own": "^1.0.0",
  109. "gulp": "^3.9.1",
  110. "gulp-format-md": "^1.0.0",
  111. "gulp-istanbul": "^1.1.3",
  112. "gulp-mocha": "^5.0.0",
  113. "gulp-unused": "^0.2.1",
  114. "is-windows": "^1.0.2",
  115. "minimatch": "^3.0.4",
  116. "minimist": "^1.2.0",
  117. "mocha": "^3.5.3",
  118. "multimatch": "^2.1.0"
  119. },
  120. "engines": {
  121. "node": ">=0.10.0"
  122. },
  123. "files": [
  124. "index.js",
  125. "lib"
  126. ],
  127. "homepage": "https://github.com/micromatch/micromatch",
  128. "keywords": [
  129. "bash",
  130. "expand",
  131. "expansion",
  132. "expression",
  133. "file",
  134. "files",
  135. "filter",
  136. "find",
  137. "glob",
  138. "globbing",
  139. "globs",
  140. "globstar",
  141. "match",
  142. "matcher",
  143. "matches",
  144. "matching",
  145. "micromatch",
  146. "minimatch",
  147. "multimatch",
  148. "path",
  149. "pattern",
  150. "patterns",
  151. "regex",
  152. "regexp",
  153. "regular",
  154. "shell",
  155. "wildcard"
  156. ],
  157. "license": "MIT",
  158. "lintDeps": {
  159. "dependencies": {
  160. "options": {
  161. "lock": {
  162. "snapdragon": "^0.8.1"
  163. }
  164. }
  165. },
  166. "devDependencies": {
  167. "files": {
  168. "options": {
  169. "ignore": [
  170. "benchmark/**"
  171. ]
  172. }
  173. }
  174. }
  175. },
  176. "main": "index.js",
  177. "name": "micromatch",
  178. "repository": {
  179. "type": "git",
  180. "url": "git+https://github.com/micromatch/micromatch.git"
  181. },
  182. "scripts": {
  183. "test": "mocha"
  184. },
  185. "verb": {
  186. "toc": "collapsible",
  187. "layout": "default",
  188. "tasks": [
  189. "readme"
  190. ],
  191. "plugins": [
  192. "gulp-format-md"
  193. ],
  194. "helpers": [
  195. "./benchmark/helper.js"
  196. ],
  197. "related": {
  198. "list": [
  199. "braces",
  200. "expand-brackets",
  201. "extglob",
  202. "fill-range",
  203. "nanomatch"
  204. ]
  205. },
  206. "lint": {
  207. "reflinks": true
  208. },
  209. "reflinks": [
  210. "expand-brackets",
  211. "extglob",
  212. "glob-object",
  213. "minimatch",
  214. "multimatch",
  215. "snapdragon"
  216. ]
  217. },
  218. "version": "3.1.10"
  219. }