package.json
2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "require-glob",
"version": "2.0.0",
"description": "Require multiple modules using glob patterns. Supports exclusions.",
"main": "src/require-glob.js",
"scripts": {
"coveralls": "nyc report -r text-lcov | coveralls",
"pretest": "xo src/*.js test/*.js",
"test": "nyc ava -v test/*.js",
"watch": "watch 'npm test' src test -du"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shannonmoeller/require-glob.git"
},
"keywords": [
"dir",
"directory",
"directories",
"file",
"files",
"glob",
"globs",
"map",
"mapreduce",
"multi",
"multiple",
"reduce",
"require",
"tree"
],
"author": {
"name": "Shannon Moeller",
"email": "me@shannonmoeller.com",
"url": "http://shannonmoeller.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/shannonmoeller/require-glob/issues"
},
"homepage": "https://github.com/shannonmoeller/require-glob",
"dependencies": {
"globby": "^3.0.1",
"object-assign": "^4.0.1"
},
"devDependencies": {
"ava": "^0.11.0",
"coveralls": "^2.11.4",
"nyc": "^5.5.0",
"watch": "^0.17.1",
"xo": "^0.12.1"
},
"gitHead": "fb11110ddb9a85b0ea8865f7b82307a9e43f73ea",
"_id": "require-glob@2.0.0",
"_shasum": "1dede6335774d378ee3222c12ceb5429e5e04767",
"_from": "require-glob@>=2.0.0 <3.0.0",
"_npmVersion": "3.3.12",
"_nodeVersion": "5.4.0",
"_npmUser": {
"name": "shannonmoeller",
"email": "me@shannonmoeller.com"
},
"dist": {
"shasum": "1dede6335774d378ee3222c12ceb5429e5e04767",
"tarball": "https://registry.npmjs.org/require-glob/-/require-glob-2.0.0.tgz"
},
"maintainers": [
{
"name": "shannonmoeller",
"email": "me@shannonmoeller.com"
}
],
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/require-glob-2.0.0.tgz_1454647966127_0.5003036682028323"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/require-glob/-/require-glob-2.0.0.tgz",
"readme": "ERROR: No README data found!"
}