-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
71 lines (71 loc) · 1.47 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": "@hyperflow/hyperflow",
"version": "1.6.1",
"engines": {
"node": "~12.16.3"
},
"bin": {
"hflow": "./bin/hflow.js",
"hflow-recovery-analysis": "./bin/hflow-recover-analyze.js"
},
"scripts": {
"start": "node bin/hflow start-server"
},
"dependencies": {
"@dagrejs/graphlib": "^2.1.4",
"@kubernetes/client-node": "^0.12.2",
"@supercharge/promise-pool": "^1.2.0",
"adm-zip": "0.4.11",
"amqplib": "0.5.2",
"async": "0.2.x",
"aws-sdk": "^2.814.0",
"axios": "^0.21.2",
"body-parser": "^1.18.3",
"consolidate": "0.10.x",
"crc": "0.2.1",
"cross-spawn": "^6.0.5",
"docopt": "0.6.2",
"eventemitter2": "5.x",
"express": "4.17.x",
"file": "0.2.x",
"glob": "^7.1.6",
"js-yaml": "^3.13.1",
"log4js": "^6.4.0",
"mustache": "^3.0.1",
"nconf": "^0.11.4",
"optimist": "^0.6.0",
"path": "0.4.9",
"q": "1.5.x",
"redis": "3.1.x",
"request": "2.x",
"requestretry": "7.x",
"shell-quote": "1.6.1",
"shortid": "^2.2.15",
"twitter": "^1.7.1",
"underscore": "1.x",
"uuid": "3.x",
"value": "0.3.0",
"walk": "2.x",
"when": "3.x",
"which": "1.x",
"xmldom": "^0.5.0",
"xpath": "0.x",
"z-schema": "2.0.x"
},
"files": [
"LICENSE",
"README.md",
"SPEC.md",
"bin",
"common",
"engine2",
"eventlog",
"examples",
"functions",
"package.json",
"server",
"tests",
"utils",
"wflib"
]
}