Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 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": "2.0.8",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/isaacs/minimatch.git"
13
},
14
"main": "minimatch.js",
15
"scripts": {
16
"pretest": "standard minimatch.js test/*.js",
17
"test": "tap test/*.js",
18
"prepublish": "browserify -o browser.js -e minimatch.js --bare"
19
},
20
"engines": {
21
"node": "*"
22
},
23
"dependencies": {
24
"brace-expansion": "^1.0.0"
25
},
26
"devDependencies": {
27
"browserify": "^9.0.3",
28
"standard": "^3.7.2",
29
"tap": ""
30
},
31
"license": "ISC",
32
"files": [
33
"minimatch.js",
34
"browser.js"
35
],
36
"gitHead": "0bc7d9c4b2bc816502184862b45bd090de3406a3",
37
"bugs": {
38
"url": "https://github.com/isaacs/minimatch/issues"
39
},
40
"homepage": "https://github.com/isaacs/minimatch#readme",
41
"_id": "[email protected]",
42
"_shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf",
43
"_from": "minimatch@>=2.0.1 <3.0.0",
44
"_npmVersion": "2.10.0",
45
"_nodeVersion": "2.0.1",
46
"_npmUser": {
47
"name": "isaacs",
48
"email": "[email protected]"
49
},
50
"dist": {
51
"shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf",
52
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz"
53
},
54
"maintainers": [
55
{
56
"name": "isaacs",
57
"email": "[email protected]"
58
}
59
],
60
"directories": {},
61
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz",
62
"readme": "ERROR: No README data found!"
63
}
64
65