-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.39 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
78
79
80
81
82
83
84
85
{
"name": "ffastrans_webui",
"version": "1.0.0",
"description": "Created 2018 by emcodem",
"main": "server.js",
"dependencies": {
"@azure/msal-node": "^2.16.0",
"@seald-io/nedb": "^3.1.0",
"@supercharge/promise-pool": "^2.4.0",
"activedirectory2": "^2.1.0",
"archiver": "^5.3.1",
"axios": "^1.7.7",
"bcrypt-nodejs": "^0.0.3",
"blocked-at": "^1.2.0",
"bunyan": "^1.8.15",
"busboy": "^1.6.0",
"chokidar": "^3.5.1",
"connect-multiparty": "^2.2.0",
"console-stamp": "^3.0.2",
"cron-parser": "^3.5.0",
"date-and-time": "^1.0.0",
"dir-compare": "^3.1.5",
"encoding": "^0.1.13",
"escape-string-regexp": "^5.0.0",
"express": "^4.18.2",
"express-http-proxy": "^1.6.3",
"express-session": "^1.17.1",
"fast-xml-parser": "^4.0.9",
"ffprobe": "^1.1.2",
"firstline": "^2.0.2",
"grunt": "^1.4.0",
"html-tablify": "^2.0.4",
"https": "^1.0.0",
"https-proxy-agent": "^7.0.5",
"is-running": "^2.1.0",
"log4js": "^6.3.0",
"longjohn": "^0.2.12",
"mergician": "^1.1.0",
"moment": "^2.29.1",
"mongodb": "^4.12.0",
"mongoose": "^5.12.6",
"mustache-express": "^1.3.2",
"node-cron": "^3.0.0",
"node-mediainfo": "^1.0.3",
"node-mpv": "^1.5.0",
"nodemailer": "^6.7.5",
"opn": "^5.5.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"portfinder": "^1.0.28",
"recursive-readdir-async": "^1.1.8",
"request": "^2.88.0",
"resumablejs": "^1.1.0",
"retry-request": "^4.1.3",
"socket.io": "^4.5.4",
"socketio-wildcard": "^2.0.0",
"strip-bom": "^5.0.0",
"systeminformation": "^5.22.0",
"tableify": "^1.1.0",
"tail": "^2.2.4",
"tmp": "^0.2.1",
"umd-util": "^1.0.1",
"uuidv4": "^6.2.13",
"winston": "^3.3.3",
"winston-console-formatter": "^1.0.0-beta.3",
"winston-daily-rotate-file": "^5.0.0",
"xml2js": "^0.6.2",
"xml2json": "^0.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "browserify --node --ignore-missing server.js | terser > bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emcodem/ffastrans_webui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emcodem/ffastrans_webui/issues"
},
"homepage": "https://github.com/emcodem/ffastrans_webui#readme"
}