1{
2  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
3  "bugs": {
4    "url": "https://github.com/micromatch/micromatch/issues"
5  },
6  "contributors": [
7    "(https://github.com/DianeLooney)",
8    "Amila Welihinda (amilajack.com)",
9    "Bogdan Chadkin (https://github.com/TrySound)",
10    "Brian Woodward (https://twitter.com/doowb)",
11    "Devon Govett (http://badassjs.com)",
12    "Elan Shanker (https://github.com/es128)",
13    "Fabr\u00edcio Matt\u00e9 (https://ultcombo.js.org)",
14    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
15    "Martin Kol\u00e1rik (https://kolarik.sk)",
16    "Olsten Larck (https://i.am.charlike.online)",
17    "Paul Miller (paulmillr.com)",
18    "Tom Byrer (https://github.com/tomByrer)",
19    "Tyler Akins (http://rumkin.com)",
20    "Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)"
21  ],
22  "dependencies": {
23    "braces": "^3.0.1",
24    "picomatch": "^2.0.5"
25  },
26  "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
27  "devDependencies": {
28    "fill-range": "^7.0.1",
29    "gulp-format-md": "^2.0.0",
30    "minimatch": "^3.0.4",
31    "mocha": "^5.2.0",
32    "time-require": "github:jonschlinkert/time-require"
33  },
34  "engines": {
35    "node": ">=8"
36  },
37  "files": [
38    "index.js"
39  ],
40  "homepage": "https://github.com/micromatch/micromatch",
41  "keywords": [
42    "bash",
43    "bracket",
44    "character-class",
45    "expand",
46    "expansion",
47    "expression",
48    "extglob",
49    "extglobs",
50    "file",
51    "files",
52    "filter",
53    "find",
54    "glob",
55    "globbing",
56    "globs",
57    "globstar",
58    "lookahead",
59    "lookaround",
60    "lookbehind",
61    "match",
62    "matcher",
63    "matches",
64    "matching",
65    "micromatch",
66    "minimatch",
67    "multimatch",
68    "negate",
69    "negation",
70    "path",
71    "pattern",
72    "patterns",
73    "posix",
74    "regex",
75    "regexp",
76    "regular",
77    "shell",
78    "star",
79    "wildcard"
80  ],
81  "license": "MIT",
82  "main": "index.js",
83  "name": "micromatch",
84  "repository": "micromatch/micromatch",
85  "scripts": {
86    "test": "mocha"
87  },
88  "verb": {
89    "layout": "default",
90    "lint": {
91      "reflinks": true
92    },
93    "plugins": [
94      "gulp-format-md"
95    ],
96    "reflinks": [
97      "extglob",
98      "fill-range",
99      "glob-object",
100      "minimatch",
101      "multimatch"
102    ],
103    "related": {
104      "list": [
105        "braces",
106        "expand-brackets",
107        "extglob",
108        "fill-range",
109        "nanomatch"
110      ]
111    },
112    "tasks": [
113      "readme"
114    ],
115    "toc": "collapsible"
116  },
117  "version": "4.0.2"
118}
119