-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
76 lines (76 loc) · 1.86 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
69
70
71
72
73
74
75
76
{
"name": "web-page-dumper",
"description": "Dumps web page outputs including JavaScript generated contents.",
"version": "1.10.1",
"url": "https://github.com/michaeluno/web-page-dumper",
"author": "Michael Uno <[email protected]> (https://michaeluno.jp/)",
"license": "MIT",
"private": true,
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "[email protected]:michaeluno/web-page-dumper.git"
},
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=460 --gc_interval=100 bin/www"
},
"keywords": [
"heroku",
"web",
"web-page",
"dumper",
"proxy",
"cross-domain",
"puppeteer",
"browser",
"chrome",
"JavaScript",
"source-code",
"screenshot",
"pdf",
"jpeg",
"jpg",
"png"
],
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.10",
"clean-css": ">=4.1.11",
"color-string": ">=1.5.5",
"compression": "^1.7.4",
"connect-timeout": "^1.9.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.17.0",
"express-winston": "^4.0.5",
"fs-extra": "^9.0.1",
"http-errors": "~1.6.3",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it": "^12.0.2",
"morgan": "~1.9.1",
"ms": "^2.0.0",
"multer": "^1.4.2",
"nodejs-info": "^1.2.1",
"object-hash": "^2.0.3",
"os-utils": "0.0.14",
"ps-list": "^7.2.0",
"pug": "^3.0.2",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-stealth": "^2.6.5",
"puppeteer-page-proxy": "^1.2.8",
"serve-favicon": "^2.5.0",
"temp-dir": "^2.0.0",
"username": "^5.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"bulma": "^0.9.1",
"jquery": "^3.5.1"
}
}