-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 905 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "globv7",
"version": "1.0.0",
"description": "Fork of Glob 7.2.3 that is still maintained to keep backwards compatibility.",
"homepage": "https://github.com/xsfj/globv7#readme",
"bugs": {
"url": "https://github.com/xsfj/globv7/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xsfj/globv7.git"
},
"license": "MIT",
"author": "XSFJ",
"type": "commonjs",
"main": "glob.js",
"scripts": {
"test": "tap"
},
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight-stable": "^1.0.0",
"inherits": "2",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"devDependencies": {
"memfs": "^3.2.0",
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^15.0.6",
"tick": "0.0.6"
},
"tap": {
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
"jobs": 1
}
}