Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 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": "4.5.3",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/isaacs/node-glob.git"
13
},
14
"main": "glob.js",
15
"files": [
16
"glob.js",
17
"sync.js",
18
"common.js"
19
],
20
"engines": {
21
"node": "*"
22
},
23
"dependencies": {
24
"inflight": "^1.0.4",
25
"inherits": "2",
26
"minimatch": "^2.0.1",
27
"once": "^1.3.0"
28
},
29
"devDependencies": {
30
"mkdirp": "0",
31
"rimraf": "^2.2.8",
32
"tap": "^0.5.0",
33
"tick": "0.0.6"
34
},
35
"scripts": {
36
"prepublish": "npm run benchclean",
37
"profclean": "rm -f v8.log profile.txt",
38
"test": "npm run profclean && tap test/*.js",
39
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
40
"bench": "bash benchmark.sh",
41
"prof": "bash prof.sh && cat profile.txt",
42
"benchclean": "bash benchclean.sh"
43
},
44
"license": "ISC",
45
"gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",
46
"bugs": {
47
"url": "https://github.com/isaacs/node-glob/issues"
48
},
49
"homepage": "https://github.com/isaacs/node-glob",
50
"_id": "[email protected]",
51
"_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
52
"_from": "glob@>=4.0.5 <5.0.0",
53
"_npmVersion": "2.7.1",
54
"_nodeVersion": "1.4.2",
55
"_npmUser": {
56
"name": "isaacs",
57
"email": "[email protected]"
58
},
59
"maintainers": [
60
{
61
"name": "isaacs",
62
"email": "[email protected]"
63
}
64
],
65
"dist": {
66
"shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
67
"tarball": "http://registry.npmjs.org/glob/-/glob-4.5.3.tgz"
68
},
69
"directories": {},
70
"_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
71
"readme": "ERROR: No README data found!"
72
}
73
74