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": "minimatch",
8
"description": "a glob matcher in javascript",
9
"version": "0.4.0",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/isaacs/minimatch.git"
13
},
14
"main": "minimatch.js",
15
"scripts": {
16
"test": "tap test/*.js"
17
},
18
"engines": {
19
"node": "*"
20
},
21
"dependencies": {
22
"lru-cache": "2",
23
"sigmund": "~1.0.0"
24
},
25
"devDependencies": {
26
"tap": ""
27
},
28
"license": {
29
"type": "MIT",
30
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
31
},
32
"gitHead": "56dc703f56c3678a3fad47ae67c92050d1689656",
33
"bugs": {
34
"url": "https://github.com/isaacs/minimatch/issues"
35
},
36
"homepage": "https://github.com/isaacs/minimatch",
37
"_id": "[email protected]",
38
"_shasum": "bd2c7d060d2c8c8fd7cde7f1f2ed2d5b270fdb1b",
39
"_from": "minimatch@>=0.0.0 <1.0.0",
40
"_npmVersion": "1.5.0-alpha-1",
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": "bd2c7d060d2c8c8fd7cde7f1f2ed2d5b270fdb1b",
53
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz"
54
},
55
"directories": {},
56
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz"
57
}
58
59