-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 1.87 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
77
{
"name": "github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "dodying",
"license": "MIT",
"scripts": {},
"dependencies": {
"adm-zip": "0.4.13",
"archiver": "3.1.1",
"async": "^3.2.5",
"axios": "^0.21.1",
"blueimp-md5": "^2.12.0",
"body-parser": "1.19.0",
"chardet": "0.8.0",
"cheerio": "1.0.0-rc.3",
"clipboardy": "2.1.0",
"commander": "^6.2.0",
"crypto-js": "^4.0.0",
"date-fns-tz": "^2.0.1",
"deepmerge": "4.2.2",
"diff": "^5.1.0",
"dotenv": "^8.2.0",
"eastasianwidth": "^0.2.0",
"electron": "8.5.1",
"electron-reload": "1.5.0",
"entities": "^2.0.0",
"execa": "npm:@esm2cjs/[email protected]",
"expose-gc": "^1.0.0",
"express": "4.17.1",
"fdir": "^6.0.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "8.1.0",
"gauge": "^5.0.0",
"get-pixels": "^3.3.3",
"gifenc": "^1.0.3",
"glob": "^7.1.3",
"hbs": "^4.2.0",
"https-proxy-agent": "^7.0.4",
"iconv-lite": "0.5.1",
"image-size": "0.8.3",
"image-type": "4.1.0",
"inquirer": "7.0.4",
"jszip": "3.2.2",
"m3u8-parser": "^4.4.3",
"minimist": "^1.2.8",
"moment": "^2.24.0",
"mysql2": "3.0.0",
"node-notifier": "^5.4.0",
"parse-torrent": "9",
"pixl-xml": "1.0.13",
"puppeteer": "^7.1.0",
"qs": "^6.2.1",
"read-chunk": "3.2.0",
"readline-sync": "1.4.10",
"request": "2.88.0",
"request-promise": "4.2.5",
"set-sparse": "^2.0.0",
"sha256-wasm": "^2.2.2",
"signal-exit": "^3.0.7",
"simplebig": "0.0.3",
"socks5-http-client": "1.0.4",
"socks5-https-client": "1.2.1",
"sql.js": "^0.5.0",
"tmp": "^0.2.3",
"windows-shortcuts": "^0.1.6",
"workerpool": "^9.1.1",
"ws": "^8.16.0",
"xlsx": "^0.16.9",
"zx": "^7.2.1"
},
"private": true,
"keywords": [],
"bin": {}
}