69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"name": "yellowlabtools",
|
|
"version": "3.0.1",
|
|
"description": "A tool that audits a webpage for performance and front-end quality issues",
|
|
"license": "GPL-2.0",
|
|
"author": {
|
|
"name": "Gaël Métais",
|
|
"email": "gael@gaelmetais.com",
|
|
"url": "https://www.gaelmetais.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/YellowLabTools/YellowLabTools.git"
|
|
},
|
|
"bin": {
|
|
"yellowlabtools": "./bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.0"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"async": "2.6.1",
|
|
"clean-css": "4.2.1",
|
|
"color-diff": "1.4.0",
|
|
"css-mq-parser": "0.0.3",
|
|
"debug": "4.3.4",
|
|
"easyxml": "2.0.1",
|
|
"file-type": "16.5.3",
|
|
"fontkit": "2.0.2",
|
|
"html-minifier": "4.0.0",
|
|
"image-size": "1.0.2",
|
|
"imagemin": "7.0.1",
|
|
"imagemin-jpegoptim": "7.0.0",
|
|
"imagemin-jpegtran": "7.0.0",
|
|
"imagemin-optipng": "8.0.0",
|
|
"imagemin-svgo": "9.0.0",
|
|
"is-json": "2.0.1",
|
|
"is-svg": "3.0.0",
|
|
"md5": "2.3.0",
|
|
"meow": "5.0.0",
|
|
"parse-color": "1.0.0",
|
|
"phantomas": "2.10.0",
|
|
"q": "1.5.1",
|
|
"request": "2.88.2",
|
|
"sharp": "0.32.6",
|
|
"ttf2woff2": "5.0.0",
|
|
"uglify-js": "3.17.4",
|
|
"woff-tools": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~4.3.7",
|
|
"mocha": "~10.2.0",
|
|
"sinon": "~15.2.0",
|
|
"sinon-chai": "3.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha './test/core/**.js'"
|
|
},
|
|
"keywords": [
|
|
"performance",
|
|
"metrics",
|
|
"webperf",
|
|
"pagespeed",
|
|
"budget",
|
|
"phantomas",
|
|
"puppeteer"
|
|
]
|
|
}
|