package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "_from": "micromatch@^4.0.2",
  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.2",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@parcel/watcher",
  20. "/eslint-webpack-plugin",
  21. "/fast-glob",
  22. "/http-proxy-middleware"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  25. "_shasum": "d66fa18f3a47076789320b9b1af32bd86d9fa202",
  26. "_spec": "micromatch@^4.0.2",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\http-proxy-middleware",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/micromatch/micromatch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "url": "https://github.com/DianeLooney"
  39. },
  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. "name": "Peter Bright",
  90. "email": "drpizza@quiscalusmexicanus.org",
  91. "url": "https://github.com/drpizza"
  92. },
  93. {
  94. "name": "Kuba Juszczyk",
  95. "url": "https://github.com/ku8ar"
  96. }
  97. ],
  98. "dependencies": {
  99. "braces": "^3.0.3",
  100. "picomatch": "^2.3.1"
  101. },
  102. "deprecated": false,
  103. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  104. "devDependencies": {
  105. "fill-range": "^7.0.1",
  106. "gulp-format-md": "^2.0.0",
  107. "minimatch": "^5.0.1",
  108. "mocha": "^9.2.2",
  109. "time-require": "github:jonschlinkert/time-require"
  110. },
  111. "engines": {
  112. "node": ">=8.6"
  113. },
  114. "files": [
  115. "index.js"
  116. ],
  117. "homepage": "https://github.com/micromatch/micromatch",
  118. "keywords": [
  119. "bash",
  120. "bracket",
  121. "character-class",
  122. "expand",
  123. "expansion",
  124. "expression",
  125. "extglob",
  126. "extglobs",
  127. "file",
  128. "files",
  129. "filter",
  130. "find",
  131. "glob",
  132. "globbing",
  133. "globs",
  134. "globstar",
  135. "lookahead",
  136. "lookaround",
  137. "lookbehind",
  138. "match",
  139. "matcher",
  140. "matches",
  141. "matching",
  142. "micromatch",
  143. "minimatch",
  144. "multimatch",
  145. "negate",
  146. "negation",
  147. "path",
  148. "pattern",
  149. "patterns",
  150. "posix",
  151. "regex",
  152. "regexp",
  153. "regular",
  154. "shell",
  155. "star",
  156. "wildcard"
  157. ],
  158. "license": "MIT",
  159. "main": "index.js",
  160. "name": "micromatch",
  161. "repository": {
  162. "type": "git",
  163. "url": "git+https://github.com/micromatch/micromatch.git"
  164. },
  165. "scripts": {
  166. "test": "mocha"
  167. },
  168. "verb": {
  169. "toc": "collapsible",
  170. "layout": "default",
  171. "tasks": [
  172. "readme"
  173. ],
  174. "plugins": [
  175. "gulp-format-md"
  176. ],
  177. "lint": {
  178. "reflinks": true
  179. },
  180. "related": {
  181. "list": [
  182. "braces",
  183. "expand-brackets",
  184. "extglob",
  185. "fill-range",
  186. "nanomatch"
  187. ]
  188. },
  189. "reflinks": [
  190. "extglob",
  191. "fill-range",
  192. "glob-object",
  193. "minimatch",
  194. "multimatch"
  195. ]
  196. },
  197. "version": "4.0.8"
  198. }