speedline
Version:
Get the speed index from chrome dev tool timeline files. The CLI
43 lines (42 loc) • 965 B
JSON
{
"name": "speedline",
"version": "1.4.3",
"description": "Get the speed index from chrome dev tool timeline files. The CLI",
"license": "MIT",
"repository": "paulirish/speedline",
"bin": "cli.js",
"main": "core/lib",
"engines": {
"node": ">=8.0"
},
"types": "core/speedline.d.ts",
"scripts": {
"lint": "xo",
"test:core": "cd core && yarn run test",
"test": "yarn run lint && yarn run test:core",
"install-all": "yarn install && cd core && yarn install"
},
"keywords": [
"chrome",
"devtools",
"timeline",
"speed",
"index",
"performance"
],
"dependencies": {
"@types/node": "*",
"babar": "0.2.0",
"image-ssim": "^0.2.0",
"jpeg-js": "^0.4.1",
"loud-rejection": "^1.6.0",
"meow": "^3.7.0"
},
"devDependencies": {
"@types/jpeg-js": "^0.3.0",
"@types/loud-rejection": "^1.6.0",
"@types/meow": "^4.0.1",
"typescript": "3.0.3",
"xo": "^0.14.0"
}
}