package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "_from": "micromatch@^4.0.5",
  3. "_id": "micromatch@4.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^4.0.5",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^4.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.5"
  17. },
  18. "_requiredBy": [
  19. "/eslint-webpack-plugin",
  20. "/fast-glob",
  21. "/http-proxy-middleware"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  24. "_shasum": "d66fa18f3a47076789320b9b1af32bd86d9fa202",
  25. "_spec": "micromatch@^4.0.5",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\eslint-webpack-plugin",
  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. "url": "https://github.com/DianeLooney"
  38. },
  39. {
  40. "name": "Amila Welihinda",
  41. "url": "amilajack.com"
  42. },
  43. {
  44. "name": "Bogdan Chadkin",
  45. "url": "https://github.com/TrySound"
  46. },
  47. {
  48. "name": "Brian Woodward",
  49. "url": "https://twitter.com/doowb"
  50. },
  51. {
  52. "name": "Devon Govett",
  53. "url": "http://badassjs.com"
  54. },
  55. {
  56. "name": "Elan Shanker",
  57. "url": "https://github.com/es128"
  58. },
  59. {
  60. "name": "Fabrício Matté",
  61. "url": "https://ultcombo.js.org"
  62. },
  63. {
  64. "name": "Jon Schlinkert",
  65. "url": "http://twitter.com/jonschlinkert"
  66. },
  67. {
  68. "name": "Martin Kolárik",
  69. "url": "https://kolarik.sk"
  70. },
  71. {
  72. "name": "Olsten Larck",
  73. "url": "https://i.am.charlike.online"
  74. },
  75. {
  76. "name": "Paul Miller",
  77. "url": "paulmillr.com"
  78. },
  79. {
  80. "name": "Tom Byrer",
  81. "url": "https://github.com/tomByrer"
  82. },
  83. {
  84. "name": "Tyler Akins",
  85. "url": "http://rumkin.com"
  86. },
  87. {
  88. "name": "Peter Bright",
  89. "email": "drpizza@quiscalusmexicanus.org",
  90. "url": "https://github.com/drpizza"
  91. },
  92. {
  93. "name": "Kuba Juszczyk",
  94. "url": "https://github.com/ku8ar"
  95. }
  96. ],
  97. "dependencies": {
  98. "braces": "^3.0.3",
  99. "picomatch": "^2.3.1"
  100. },
  101. "deprecated": false,
  102. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  103. "devDependencies": {
  104. "fill-range": "^7.0.1",
  105. "gulp-format-md": "^2.0.0",
  106. "minimatch": "^5.0.1",
  107. "mocha": "^9.2.2",
  108. "time-require": "github:jonschlinkert/time-require"
  109. },
  110. "engines": {
  111. "node": ">=8.6"
  112. },
  113. "files": [
  114. "index.js"
  115. ],
  116. "homepage": "https://github.com/micromatch/micromatch",
  117. "keywords": [
  118. "bash",
  119. "bracket",
  120. "character-class",
  121. "expand",
  122. "expansion",
  123. "expression",
  124. "extglob",
  125. "extglobs",
  126. "file",
  127. "files",
  128. "filter",
  129. "find",
  130. "glob",
  131. "globbing",
  132. "globs",
  133. "globstar",
  134. "lookahead",
  135. "lookaround",
  136. "lookbehind",
  137. "match",
  138. "matcher",
  139. "matches",
  140. "matching",
  141. "micromatch",
  142. "minimatch",
  143. "multimatch",
  144. "negate",
  145. "negation",
  146. "path",
  147. "pattern",
  148. "patterns",
  149. "posix",
  150. "regex",
  151. "regexp",
  152. "regular",
  153. "shell",
  154. "star",
  155. "wildcard"
  156. ],
  157. "license": "MIT",
  158. "main": "index.js",
  159. "name": "micromatch",
  160. "repository": {
  161. "type": "git",
  162. "url": "git+https://github.com/micromatch/micromatch.git"
  163. },
  164. "scripts": {
  165. "test": "mocha"
  166. },
  167. "verb": {
  168. "toc": "collapsible",
  169. "layout": "default",
  170. "tasks": [
  171. "readme"
  172. ],
  173. "plugins": [
  174. "gulp-format-md"
  175. ],
  176. "lint": {
  177. "reflinks": true
  178. },
  179. "related": {
  180. "list": [
  181. "braces",
  182. "expand-brackets",
  183. "extglob",
  184. "fill-range",
  185. "nanomatch"
  186. ]
  187. },
  188. "reflinks": [
  189. "extglob",
  190. "fill-range",
  191. "glob-object",
  192. "minimatch",
  193. "multimatch"
  194. ]
  195. },
  196. "version": "4.0.8"
  197. }