-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.75 KB
/
package-lock.json
File metadata and controls
48 lines (48 loc) · 1.75 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
{
"name": "algorithm-runner-nodejs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hkube/config": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@hkube/config/-/config-2.0.7.tgz",
"integrity": "sha512-vzmRCWiU6eaMEhtVfu3KoXZ6WByy7fs89kk//aXrc+9H/JS1OeV5Q/ZzxfObPO/PwB9AmCKTqH178LzVWEHS0Q==",
"requires": {
"deep-extend": "^0.4.2",
"moment": "^2.22.2"
}
},
"@hkube/nodejs-wrapper": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@hkube/nodejs-wrapper/-/nodejs-wrapper-1.0.2.tgz",
"integrity": "sha512-Q1bTuiKlcybsTOeOV5c83ubqqZz+uP2AAuVNAkpwCpiatW0tJisJC5r9rTYkrMXo2UMBlWZfjxUR9HIoU4g+EQ==",
"requires": {
"ws": "^7.0.0"
}
},
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"deep-extend": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
"integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8="
},
"moment": {
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
},
"ws": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.0.0.tgz",
"integrity": "sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg==",
"requires": {
"async-limiter": "^1.0.0"
}
}
}
}