package.json 4.9 KB

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