package.json 4.0 KB

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