forked from GuanceCloud/dataflux-func
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
{
"name": "dataflux-func",
"version": "2.0.0",
"license": "AGPLv3",
"private": true,
"dependencies": {
"@socket.io/redis-adapter": "7.2.0",
"adm-zip": "0.5.9",
"async": "2.6.4",
"babyparse": "0.4.6",
"body-parser": "1.20.0",
"byte-size": "7.0.1",
"colors": "1.4.0",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"cron-parser": "4.6.0",
"ejs": "3.1.8",
"express": "4.18.1",
"express-useragent": "1.0.15",
"form-data": "4.0.0",
"fs-extra": "10.1.0",
"http-auth-utils": "3.0.3",
"iconv-lite": "0.6.3",
"influx": "5.9.3",
"js-base64": "2.5.2",
"js-yaml": "3.14.1",
"jsonwebtoken": "8.5.1",
"lru-cache": "6.0.0",
"markdown-table": "2.0.0",
"marked": "4.0.18",
"micromatch": "4.0.5",
"moment": "2.29.4",
"moment-timezone": "0.5.34",
"mqtt": "4.3.7",
"mqtt-wildcard": "3.0.9",
"multer": "1.4.5-lts.1",
"mysql2": "3.2.0",
"nanoid": "3.3.4",
"node-rdkafka": "2.13.0",
"object-checker": "1.0.20",
"prom-client": "14.0.1",
"redis": "3.1.2",
"request": "2.88.2",
"serve-favicon": "2.5.0",
"simple-git": "3.14.1",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"sorted-json": "0.2.6",
"splitargs": "0.0.7",
"sqlstring": "2.3.3",
"sqlstring-sqlite": "0.1.1",
"string-width": "4.2.3",
"svg-captcha": "1.4.0",
"uuid": "8.3.2",
"validator": "10.11.0",
"winston": "2.4.6"
}
}