forked from hhy5277/dataflux-func
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
{
"name": "dataflux-func",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"async": "2.6.3",
"babyparse": "0.4.6",
"body-parser": "1.17.1",
"body-parser-xml": "1.1.0",
"busboy": "0.3.1",
"byte-size": "7.0.1",
"celery-client": "0.3.0",
"colors": "1.2.1",
"compression": "1.6.2",
"cookie-parser": "1.4.3",
"cors": "2.8.1",
"cron-parser": "2.4.3",
"ejs": "2.5.6",
"express": "4.15.3",
"express-useragent": "1.0.15",
"form-data": "3.0.0",
"fs-extra": "9.1.0",
"http-auth-utils": "3.0.1",
"iconv-lite": "0.5.1",
"influx": "5.5.1",
"js-base64": "2.5.2",
"js-yaml": "3.13.1",
"jsonwebtoken": "8.3.0",
"jszip": "3.2.2",
"lru-cache": "5.1.1",
"marked": "0.3.18",
"micromatch": "4.0.4",
"moment": "2.19.3",
"moment-timezone": "0.5.33",
"mqtt": "4.2.6",
"mqtt-wildcard": "3.0.9",
"multer": "1.4.2",
"mysql2": "2.2.5",
"nanoid": "3.1.23",
"object-checker": "1.0.20",
"prom-client": "14.0.1",
"redis": "3.1.2",
"request": "2.88.2",
"serve-favicon": "2.5.0",
"socket.io": "2.2.0",
"socket.io-redis": "5.2.0",
"sorted-json": "0.2.6",
"splitargs": "0.0.7",
"sqlstring": "2.2.0",
"sqlstring-sqlite": "0.1.0",
"svg-captcha": "1.3.11",
"uuid": "3.0.1",
"validator": "10.11.0",
"winston": "2.4.2"
}
}