package.json 4.6 KB

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