1
|
{
|
2
|
"name": "globby",
|
3
|
"version": "6.1.0",
|
4
|
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
|
5
|
"license": "MIT",
|
6
|
"repository": "sindresorhus/globby",
|
7
|
"author": {
|
8
|
"email": "sindresorhus@gmail.com",
|
9
|
"name": "Sindre Sorhus",
|
10
|
"url": "sindresorhus.com"
|
11
|
},
|
12
|
"engines": {
|
13
|
"node": ">=0.10.0"
|
14
|
},
|
15
|
"scripts": {
|
16
|
"bench": "npm update glob-stream && matcha bench.js",
|
17
|
"test": "xo && ava"
|
18
|
},
|
19
|
"files": [
|
20
|
"index.js"
|
21
|
],
|
22
|
"keywords": [
|
23
|
"all",
|
24
|
"array",
|
25
|
"directories",
|
26
|
"dirs",
|
27
|
"expand",
|
28
|
"files",
|
29
|
"filesystem",
|
30
|
"filter",
|
31
|
"find",
|
32
|
"fnmatch",
|
33
|
"folders",
|
34
|
"fs",
|
35
|
"glob",
|
36
|
"globbing",
|
37
|
"globs",
|
38
|
"gulpfriendly",
|
39
|
"match",
|
40
|
"matcher",
|
41
|
"minimatch",
|
42
|
"multi",
|
43
|
"multiple",
|
44
|
"paths",
|
45
|
"pattern",
|
46
|
"patterns",
|
47
|
"traverse",
|
48
|
"util",
|
49
|
"utility",
|
50
|
"wildcard",
|
51
|
"wildcards",
|
52
|
"promise"
|
53
|
],
|
54
|
"dependencies": {
|
55
|
"array-union": "^1.0.1",
|
56
|
"glob": "^7.0.3",
|
57
|
"object-assign": "^4.0.1",
|
58
|
"pify": "^2.0.0",
|
59
|
"pinkie-promise": "^2.0.0"
|
60
|
},
|
61
|
"devDependencies": {
|
62
|
"ava": "*",
|
63
|
"glob-stream": "gulpjs/glob-stream#master",
|
64
|
"globby": "sindresorhus/globby#master",
|
65
|
"matcha": "^0.7.0",
|
66
|
"rimraf": "^2.2.8",
|
67
|
"xo": "^0.16.0"
|
68
|
}
|
69
|
}
|