package.json 4.5 KB

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