forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.54 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
56
57
58
59
60
61
62
63
{
"name": "@ampproject/toolbox-optimizer",
"version": "3.0.0-canary.1",
"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": {
"build": "node build/downloadRuntimeParameters.js"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"amp"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"peerDependenciesMeta": {
"jimp": {
"optional": true
},
"probe-image-size": {
"optional": true
},
"cssnano-simple": {
"optional": true
},
"postcss": {
"optional": true
},
"postcss-safe-parser": {
"optional": true
},
"terser": {
"optional": true
}
},
"dependencies": {
"@ampproject/toolbox-core": "3.0.0-canary.1",
"@ampproject/toolbox-runtime-version": "3.0.0-canary.1",
"@ampproject/toolbox-script-csp": "2.8.0",
"@ampproject/toolbox-validator-rules": "3.0.0-canary.1",
"dom-serializer": "1.3.2",
"domelementtype": "2.2.0",
"domhandler": "4.2.0",
"domutils": "2.7.0",
"htmlparser2": "6.1.0",
"https-proxy-agent": "5.0.0",
"lru-cache": "6.0.0",
"node-fetch": "2.6.1",
"normalize-html-whitespace": "1.0.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer",
"gitHead": "2937a3e777701f9cec81b1cc36d1b9927a6b4403"
}