hiper-weimai
Version:
🚀 A statistical analysis tool for performance testing
70 lines (69 loc) • 1.54 kB
JSON
{
"_args": {
"count": 20,
"headless": true,
"noCache": false,
"noJavascript": false,
"noOnline": false,
"noBanner": false
},
"author": "yinxueyuan",
"email": "yinxueyuan233@gmail.com",
"name": "hiper-weimai",
"version": "0.2.5",
"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-weimai": "./bin/index.js"
},
"license": "MIT",
"dependencies": {
"auto-compute-first-screen-time": "^5.7.7",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^2.15.1",
"figlet": "^1.2.0",
"fs-extra": "^8.1.0",
"puppeteer": "^1.19.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"
}
}