Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80728 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.3.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
"bugs": {
33
"url": "https://github.com/isaacs/minimatch/issues"
34
},
35
"homepage": "https://github.com/isaacs/minimatch",
36
"_id": "[email protected]",
37
"_shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",
38
"_from": "minimatch@>=0.3.0 <0.4.0",
39
"_npmVersion": "1.4.10",
40
"_npmUser": {
41
"name": "isaacs",
42
"email": "[email protected]"
43
},
44
"maintainers": [
45
{
46
"name": "isaacs",
47
"email": "[email protected]"
48
}
49
],
50
"dist": {
51
"shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",
52
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz"
53
},
54
"directories": {},
55
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
56
"readme": "ERROR: No README data found!"
57
}
58
59