Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80713 views
1
{
2
"author": {
3
"name": "Isaac Z. Schlueter",
4
"email": "[email protected]",
5
"url": "http://blog.izs.me/"
6
},
7
"name": "glob",
8
"description": "a little globber",
9
"version": "3.2.11",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/isaacs/node-glob.git"
13
},
14
"main": "glob.js",
15
"engines": {
16
"node": "*"
17
},
18
"dependencies": {
19
"inherits": "2",
20
"minimatch": "0.3"
21
},
22
"devDependencies": {
23
"tap": "~0.4.0",
24
"mkdirp": "0",
25
"rimraf": "1"
26
},
27
"scripts": {
28
"test": "tap test/*.js",
29
"test-regen": "TEST_REGEN=1 node test/00-setup.js"
30
},
31
"license": "BSD",
32
"gitHead": "73f57e99510582b2024b762305970ebcf9b70aa2",
33
"bugs": {
34
"url": "https://github.com/isaacs/node-glob/issues"
35
},
36
"homepage": "https://github.com/isaacs/node-glob",
37
"_id": "[email protected]",
38
"_shasum": "4a973f635b9190f715d10987d5c00fd2815ebe3d",
39
"_from": "glob@>=3.0.0 <4.0.0",
40
"_npmVersion": "1.4.10",
41
"_npmUser": {
42
"name": "isaacs",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "isaacs",
48
"email": "[email protected]"
49
}
50
],
51
"dist": {
52
"shasum": "4a973f635b9190f715d10987d5c00fd2815ebe3d",
53
"tarball": "http://registry.npmjs.org/glob/-/glob-3.2.11.tgz"
54
},
55
"directories": {},
56
"_resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
57
"readme": "ERROR: No README data found!"
58
}
59
60