1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "nanomatch",
|
3 |
|
|
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
|
4 |
|
|
"version": "1.2.13",
|
5 |
|
|
"homepage": "https://github.com/micromatch/nanomatch",
|
6 |
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 |
|
|
"contributors": [
|
8 |
|
|
"Devon Govett (http://badassjs.com)",
|
9 |
|
|
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
|
10 |
|
|
],
|
11 |
|
|
"repository": "micromatch/nanomatch",
|
12 |
|
|
"bugs": {
|
13 |
|
|
"url": "https://github.com/micromatch/nanomatch/issues"
|
14 |
|
|
},
|
15 |
|
|
"license": "MIT",
|
16 |
|
|
"files": [
|
17 |
|
|
"index.js",
|
18 |
|
|
"lib"
|
19 |
|
|
],
|
20 |
|
|
"main": "index.js",
|
21 |
|
|
"engines": {
|
22 |
|
|
"node": ">=0.10.0"
|
23 |
|
|
},
|
24 |
|
|
"scripts": {
|
25 |
|
|
"test": "mocha"
|
26 |
|
|
},
|
27 |
|
|
"dependencies": {
|
28 |
|
|
"arr-diff": "^4.0.0",
|
29 |
|
|
"array-unique": "^0.3.2",
|
30 |
|
|
"define-property": "^2.0.2",
|
31 |
|
|
"extend-shallow": "^3.0.2",
|
32 |
|
|
"fragment-cache": "^0.2.1",
|
33 |
|
|
"is-windows": "^1.0.2",
|
34 |
|
|
"kind-of": "^6.0.2",
|
35 |
|
|
"object.pick": "^1.3.0",
|
36 |
|
|
"regex-not": "^1.0.0",
|
37 |
|
|
"snapdragon": "^0.8.1",
|
38 |
|
|
"to-regex": "^3.0.1"
|
39 |
|
|
},
|
40 |
|
|
"devDependencies": {
|
41 |
|
|
"bash-match": "^1.0.2",
|
42 |
|
|
"for-own": "^1.0.0",
|
43 |
|
|
"gulp": "^3.9.1",
|
44 |
|
|
"gulp-format-md": "^1.0.0",
|
45 |
|
|
"gulp-istanbul": "^1.1.3",
|
46 |
|
|
"gulp-mocha": "^5.0.0",
|
47 |
|
|
"helper-changelog": "^0.3.0",
|
48 |
|
|
"minimatch": "^3.0.4",
|
49 |
|
|
"minimist": "^1.2.0",
|
50 |
|
|
"mocha": "^3.5.3",
|
51 |
|
|
"multimatch": "^2.1.0"
|
52 |
|
|
},
|
53 |
|
|
"keywords": [
|
54 |
|
|
"bash",
|
55 |
|
|
"expand",
|
56 |
|
|
"expansion",
|
57 |
|
|
"expression",
|
58 |
|
|
"file",
|
59 |
|
|
"files",
|
60 |
|
|
"filter",
|
61 |
|
|
"find",
|
62 |
|
|
"glob",
|
63 |
|
|
"globbing",
|
64 |
|
|
"globs",
|
65 |
|
|
"globstar",
|
66 |
|
|
"match",
|
67 |
|
|
"matcher",
|
68 |
|
|
"matches",
|
69 |
|
|
"matching",
|
70 |
|
|
"micromatch",
|
71 |
|
|
"minimatch",
|
72 |
|
|
"multimatch",
|
73 |
|
|
"nanomatch",
|
74 |
|
|
"path",
|
75 |
|
|
"pattern",
|
76 |
|
|
"patterns",
|
77 |
|
|
"regex",
|
78 |
|
|
"regexp",
|
79 |
|
|
"regular",
|
80 |
|
|
"shell",
|
81 |
|
|
"wildcard"
|
82 |
|
|
],
|
83 |
|
|
"lintDeps": {
|
84 |
|
|
"dependencies": {
|
85 |
|
|
"options": {
|
86 |
|
|
"lock": {
|
87 |
|
|
"snapdragon": "^0.8.1"
|
88 |
|
|
}
|
89 |
|
|
}
|
90 |
|
|
},
|
91 |
|
|
"devDependencies": {
|
92 |
|
|
"files": {
|
93 |
|
|
"options": {
|
94 |
|
|
"ignore": [
|
95 |
|
|
"benchmark/**"
|
96 |
|
|
]
|
97 |
|
|
}
|
98 |
|
|
}
|
99 |
|
|
}
|
100 |
|
|
},
|
101 |
|
|
"verb": {
|
102 |
|
|
"toc": "collapsible",
|
103 |
|
|
"layout": "default",
|
104 |
|
|
"tasks": [
|
105 |
|
|
"readme"
|
106 |
|
|
],
|
107 |
|
|
"helpers": [
|
108 |
|
|
"helper-changelog"
|
109 |
|
|
],
|
110 |
|
|
"plugins": [
|
111 |
|
|
"gulp-format-md"
|
112 |
|
|
],
|
113 |
|
|
"related": {
|
114 |
|
|
"list": [
|
115 |
|
|
"extglob",
|
116 |
|
|
"is-extglob",
|
117 |
|
|
"is-glob",
|
118 |
|
|
"micromatch"
|
119 |
|
|
]
|
120 |
|
|
},
|
121 |
|
|
"reflinks": [
|
122 |
|
|
"expand-brackets",
|
123 |
|
|
"expand-tilde",
|
124 |
|
|
"glob-object",
|
125 |
|
|
"micromatch",
|
126 |
|
|
"minimatch",
|
127 |
|
|
"options",
|
128 |
|
|
"snapdragon"
|
129 |
|
|
],
|
130 |
|
|
"lint": {
|
131 |
|
|
"reflinks": true
|
132 |
|
|
}
|
133 |
|
|
}
|
134 |
|
|
}
|