speedline
Version:
Get the speed index from chrome dev tool timeline files. The CLI
35 lines (34 loc) • 677 B
JSON
{
"name": "speedline-core",
"version": "1.4.3",
"description": "Get the speed index from chrome dev tool timeline files",
"license": "MIT",
"repository": "https://github.com/paulirish/speedline",
"main": "lib",
"engines": {
"node": ">=8.0"
},
"scripts": {
"lint": "xo",
"unit": "ava",
"test": "yarn run lint && yarn run unit"
},
"types": "speedline.d.ts",
"keywords": [
"chrome",
"devtools",
"timeline",
"speed",
"index",
"performance"
],
"dependencies": {
"@types/node": "*",
"image-ssim": "^0.2.0",
"jpeg-js": "^0.4.1"
},
"devDependencies": {
"ava": "^0.19.1",
"xo": "^0.14.0"
}
}