-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "shameimaru",
"version": "1.0.6",
"description": "Shameimaru Aya likes to traverse node_modules and capture the tree",
"dependencies": {
"algorithmjs": "^1.0.0",
"mz": "^2.7.0",
"npm-package-arg": "^6.1.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"cnpm": "^6.0.0",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-xadillax-style": "^1.10.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"npm": "^6.1.0",
"rimraf": "^2.6.2",
"should": "^13.2.1"
},
"author": "XadillaX <i@2333.moe> (https://xcoder.in)",
"license": "MIT",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/node-modules/shameimaru",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/shameimaru.git",
"web": "https://github.com/node-modules/shameimaru"
},
"bugs": {
"url": "https://github.com/node-modules/shameimaru"
},
"keywords": [
"dependency tree",
"shameimaru"
],
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "mocha test/*.test.js --timeout=120000",
"coverage": "istanbul cover _mocha --report lcovonly -- test/*.test.js --timeout=120000 -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
}
}