-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
81 lines (81 loc) · 2.3 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
{
"name": "kubesail-agent",
"version": "VERSION.txt",
"description": "Allows a cluster or namespace to be managed by KubeSail.com",
"repository": "git@github.com:kubesail/kubesail-agent",
"author": "Seandon Mooy <seandon@kubesail.com>",
"license": "MIT",
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 110,
"arrowParens": "avoid",
"trailingComma": "none"
},
"scripts": {
"deploy": "./bin/build.sh"
},
"engines": {
"node": ">=21.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@yarnpkg/pnpify": "^4.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"chai": "^4.3.10",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^2.1.0",
"mocha": "^9.2.2",
"nodemon": "^3.0.2",
"prettier": "^2"
},
"dependencies": {
"@sap_oss/node-socketio-stream": "^1.0.7",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bufferutil": "^4.0.8",
"cidr-matcher": "^2.1.1",
"cmake-js": "^7.2.1",
"connect-timeout": "^1.9.0",
"dbus-next": "erulabs/node-dbus-next#cb05e5ae193a14d36e05b569dbb612d8bc941cef",
"express": "^4.18.2",
"fetch-h2": "^3.0.2",
"helmet": "^5.1.1",
"http-headers": "^3.0.2",
"http2-proxy": "^5.0.53",
"http2-wrapper": "^2.2.1",
"ioredis": "^5.3.2",
"ipaddr.js": "^2.1.0",
"isbot": "^3.7.1",
"kubernetes-client": "kubesail/kubernetes-client#461d6968844542ba2738dbd9acdc4884a6aa02b8",
"lodash": "^4.17.21",
"lru-cache": "^8.0.5",
"morgan": "^1.10.0",
"nanoid": "^3.3.7",
"node-fetch": "2",
"prom-client": "^14.2.0",
"punycode": "^2.3.1",
"safe-timers": "^1.1.0",
"serialize-error": "8.1.0",
"sni": "^1.0.0",
"socket.io": "4.7.2",
"socket.io-client": "4.7.2",
"socket.io-msgpack-parser": "^3.0.2",
"socket.io-stream": "^0.9.1",
"spdy": "^4.0.2",
"utf-8-validate": "^6.0.3",
"validator": "^13.11.0",
"winston": "^3.11.0"
},
"packageManager": "yarn@4.0.2"
}