package.json 4.0 KB

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