-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.51 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
68
{
"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": "[email protected]",
"url": "https://www.gaelmetais.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Webperf-se/YellowLabTools.git"
},
"bin": {
"yellowlabtools": "./bin/cli.js"
},
"engines": {
"node": ">= 18.0"
},
"main": "./lib/index.js",
"dependencies": {
"async": "3.2.6",
"clean-css": "5.3.3",
"color-diff": "1.4.0",
"css-mq-parser": "0.0.3",
"debug": "4.4.0",
"easyxml": "2.0.1",
"file-type": "16.5.4",
"fontkit": "2.0.4",
"html-minifier": "4.0.0",
"image-size": "1.2.0",
"imagemin": "9.0.0",
"imagemin-jpegoptim": "8.0.0",
"imagemin-jpegtran": "8.0.0",
"imagemin-optipng": "8.0.0",
"imagemin-svgo": "11.0.1",
"is-json": "2.0.1",
"is-svg": "4.3.0",
"md5": "2.3.0",
"meow": "5.0.0",
"parse-color": "1.0.0",
"phantomas": "2.13.0",
"axios": "1.7.9",
"sharp": "0.33.5",
"ttf2woff2": "6.0.1",
"uglify-js": "3.19.3",
"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"
]
}