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