-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
67 lines (67 loc) · 1.42 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_args": {
"count": 20,
"headless": true,
"noCache": false,
"noJavascript": false,
"noOnline": false,
"noBanner": false
},
"author": "liyanfeng(pod4g)",
"email": "pod4dop@gmail.com",
"name": "hiper",
"version": "0.0.16",
"description": "🚀 A statistical analysis tool for performance testing",
"keywords": [
"statistical",
"analysis",
"performance",
"testing",
"tool",
"cli",
"web",
"frontend",
"webpages",
"pages",
"pagespeed",
"websites",
"audits",
"network",
"headless",
"broswer"
],
"homepage": "https://github.com/pod4g/hiper",
"main": "./src/index.js",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"scripts": {
"test": "jest",
"lint": "eslint benchmarks lib test",
"authors": "git log --format='%aN <%aE>' | sort -u"
},
"bin": {
"hiper": "./bin/index.js"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^2.15.1",
"figlet": "^1.2.0",
"puppeteer": "^1.4.0",
"semver": "^5.5.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^23.1.0"
}
}