1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "is-glob",
|
3 |
|
|
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
|
4 |
|
|
"version": "4.0.1",
|
5 |
|
|
"homepage": "https://github.com/micromatch/is-glob",
|
6 |
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 |
|
|
"contributors": [
|
8 |
|
|
"Brian Woodward (https://twitter.com/doowb)",
|
9 |
|
|
"Daniel Perez (https://tuvistavie.com)",
|
10 |
|
|
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
|
11 |
|
|
],
|
12 |
|
|
"repository": "micromatch/is-glob",
|
13 |
|
|
"bugs": {
|
14 |
|
|
"url": "https://github.com/micromatch/is-glob/issues"
|
15 |
|
|
},
|
16 |
|
|
"license": "MIT",
|
17 |
|
|
"files": [
|
18 |
|
|
"index.js"
|
19 |
|
|
],
|
20 |
|
|
"main": "index.js",
|
21 |
|
|
"engines": {
|
22 |
|
|
"node": ">=0.10.0"
|
23 |
|
|
},
|
24 |
|
|
"scripts": {
|
25 |
|
|
"test": "mocha"
|
26 |
|
|
},
|
27 |
|
|
"dependencies": {
|
28 |
|
|
"is-extglob": "^2.1.1"
|
29 |
|
|
},
|
30 |
|
|
"devDependencies": {
|
31 |
|
|
"gulp-format-md": "^0.1.10",
|
32 |
|
|
"mocha": "^3.0.2"
|
33 |
|
|
},
|
34 |
|
|
"keywords": [
|
35 |
|
|
"bash",
|
36 |
|
|
"braces",
|
37 |
|
|
"check",
|
38 |
|
|
"exec",
|
39 |
|
|
"expression",
|
40 |
|
|
"extglob",
|
41 |
|
|
"glob",
|
42 |
|
|
"globbing",
|
43 |
|
|
"globstar",
|
44 |
|
|
"is",
|
45 |
|
|
"match",
|
46 |
|
|
"matches",
|
47 |
|
|
"pattern",
|
48 |
|
|
"regex",
|
49 |
|
|
"regular",
|
50 |
|
|
"string",
|
51 |
|
|
"test"
|
52 |
|
|
],
|
53 |
|
|
"verb": {
|
54 |
|
|
"layout": "default",
|
55 |
|
|
"plugins": [
|
56 |
|
|
"gulp-format-md"
|
57 |
|
|
],
|
58 |
|
|
"related": {
|
59 |
|
|
"list": [
|
60 |
|
|
"assemble",
|
61 |
|
|
"base",
|
62 |
|
|
"update",
|
63 |
|
|
"verb"
|
64 |
|
|
]
|
65 |
|
|
},
|
66 |
|
|
"reflinks": [
|
67 |
|
|
"assemble",
|
68 |
|
|
"bach",
|
69 |
|
|
"base",
|
70 |
|
|
"composer",
|
71 |
|
|
"gulp",
|
72 |
|
|
"has-glob",
|
73 |
|
|
"is-valid-glob",
|
74 |
|
|
"micromatch",
|
75 |
|
|
"npm",
|
76 |
|
|
"scaffold",
|
77 |
|
|
"verb",
|
78 |
|
|
"vinyl"
|
79 |
|
|
]
|
80 |
|
|
}
|
81 |
|
|
}
|