-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
71 lines (71 loc) · 1.9 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
{
"name": "pinokiod",
"version": "3.2.252",
"description": "",
"main": "index.js",
"scripts": {
"start": "node script/index"
},
"author": "",
"license": "MIT",
"dependencies": {
"@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.5",
"7zip-min-win-asar-support": "^1.4.4",
"async-retry": "^1.3.3",
"axios": "^1.4.0",
"clear-module": "^4.1.2",
"compressing": "^1.10.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"csv-parse": "^5.3.10",
"decompress": "^4.2.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"eol": "^0.9.1",
"express": "^4.18.2",
"express-http-proxy-cp": "^2.0.3",
"express-session": "^1.17.3",
"fake-useragent": "^1.0.1",
"fastq": "^1.15.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"glob-gitignore": "^1.0.14",
"go-get-folder-size": "^0.5.5",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.0",
"http-terminator": "^3.2.0",
"https": "^1.0.0",
"isomorphic-git": "^1.23.0",
"jimini": "^0.0.7",
"jsdom": "^24.0.0",
"key-store": "^1.2.0",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"marked": "^5.0.1",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-downloader-helper": "^2.1.9",
"node-gradio-client": "^0.14.6",
"pdrive": "^0.0.26",
"portfinder-cp": "^1.0.34",
"qrcode": "^1.5.3",
"random-useragent": "^0.5.0",
"rimraf": "^5.0.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.5.4",
"shell-path": "^2.0.0",
"sudo-prompt-programfiles-x86": "^9.2.9",
"symlink-dir": "^5.2.1",
"systeminformation": "^5.18.4",
"uuid": "^9.0.0",
"wait-on": "^7.2.0",
"which": "^5.0.0",
"ws": "^8.13.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-serialize": "^0.9.0",
"xterm-headless": "^5.1.0",
"yaml": "^2.3.4",
"yargs-unparser-custom-flag": "^2.0.0"
}
}