-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (57 loc) · 1.58 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
{
"dependencies": {
"@influxdata/influxdb-client": "^1.18.0",
"@opentelemetry/api": "^1.2.0",
"@opentelemetry/auto-instrumentations-node": "^0.48.0",
"@opentelemetry/sdk-node": "^0.52.0",
"@socket.io/admin-ui": "^0.5.0",
"@socket.io/cluster-adapter": "^0.2.0",
"@socket.io/postgres-adapter": "^0.3.0",
"@socket.io/redis-adapter": "^8.0.0",
"@socket.io/redis-emitter": "^5.0.0",
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-node-gpu": "^4.0.0",
"ansi-regex": "^6.0.1",
"basic-auth": "^2.0.1",
"batch": "^0.6.1",
"bootstrap": "^5.1.0",
"bytes": "^3.1.0",
"caniuse-lite": "^1.0.30001270",
"chromedriver": "^126.0.0",
"controller": "^1.0.0",
"coveralls": "^3.1.1",
"debug": "^4.3.2",
"diet": "^0.16.0",
"directory-tree": "^3.0.0",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"express-resource": "^1.0.0",
"glob": "^11.0.0",
"http-proxy-agent": "^7.0.0",
"ip": "^2.0.0",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"normalize-url": "^8.0.0",
"pg": "^8.7.1",
"proxy": "^2.0.0",
"proxy-agent": "^6.0.0",
"redis": "^4.4.0",
"router": "^1.3.5",
"server": "^1.0.36",
"socket.io": "^4.3.1",
"socket.io-client": "^4.0.0",
"superagent": "^9.0.0",
"trim-newlines": "^5.0.0",
"vm2": "^3.9.5",
"websocket": "^1.0.34"
},
"engines": {
"node": "^20.0.0"
},
"devDependencies": {
"artillery-engine-socketio-v3": "^1.1.2",
"http-proxy-middleware": "^3.0.0",
"karma-jasmine-html-reporter": "^2.0.0",
"supertest": "^7.0.0"
}
}