-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.65 KB
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
{
"name": "@ampproject/toolbox-optimizer",
"version": "2.11.2",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/optimizer"
},
"scripts": {
"downloadValidator": "curl https://cdn.ampproject.org/v0/validator_wasm.js --output spec/helpers/validator.js",
"downloadRuntimeParameters": "node build/downloadRuntimeParameters.js",
"build": "npm-run-all downloadValidator downloadRuntimeParameters"
},
"files": ["index.js", "lib"],
"keywords": ["amp"],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"peerDependenciesMeta": {
"jimp": {
"optional": true
},
"probe-image-size": {
"optional": true
}
},
"dependencies": {
"@ampproject/toolbox-core": "2.11.2",
"@ampproject/toolbox-runtime-version": "2.11.2",
"@ampproject/toolbox-script-csp": "2.11.2",
"@ampproject/toolbox-validator-rules": "2.11.2",
"abort-controller": "3.0.0",
"cross-fetch": "3.1.5",
"cssnano-simple": "2.0.0",
"dom-serializer": "1.3.2",
"domhandler": "4.2.2",
"domutils": "2.8.0",
"htmlparser2": "7.2.0",
"https-proxy-agent": "5.0.0",
"lru-cache": "6.0.0",
"normalize-html-whitespace": "1.0.0",
"postcss": "8.2.13",
"postcss-safe-parser": "5.0.2",
"terser": "5.5.1"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer",
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8",
"jest": {
"testTimeout": 60000
}
}