You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200 lines
4.0 KiB

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