-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
97 lines (97 loc) · 3.38 KB
/
package-lock.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@rabbit-company/rsl-crawler",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@rabbit-company/rsl-crawler",
"version": "2.1.0",
"license": "GPL-3.0",
"dependencies": {
"@hono/node-server": "^1.1.1",
"@rabbit-company/logger": "^2.0.1",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"hono": "^3.3.4",
"minecraft-server-util": "^5.4.2"
},
"bin": {
"rsl-crawler": "src/index.js"
}
},
"node_modules/@hono/node-server": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.1.1.tgz",
"integrity": "sha512-0ZfrcW8Y+TAGNzKGoDB1iQ7Gv7uGsGDOYlz7nckXcHRpK60Oxuz1ttiFmdHYmI6kGO+/VJ8Iy58LDhoTPqkiow==",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@rabbit-company/logger": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@rabbit-company/logger/-/logger-2.0.1.tgz",
"integrity": "sha512-ZP/D4YUxW8cnivuTXbYK37I+hVT+wLAHaxcmD8LW70gxy80kxywHkG3IicY2LoEM++PGOxCpMxZOaAmUko8ZBg==",
"dependencies": {
"chalk": "^5.2.0"
},
"funding": {
"url": "https://rabbit-company.com/donation"
}
},
"node_modules/chalk": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz",
"integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/commander": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
"integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==",
"engines": {
"node": ">=16"
}
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/hono": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.3.4.tgz",
"integrity": "sha512-lqvcsQrXS0bSydj/MkOXi3opAwrlauIjZefhXMMRj9prABfBWdrYHSrWk/xfxgxNPs4yuEMh2Z5zV0L2b1Jmdw==",
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/minecraft-motd-util": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/minecraft-motd-util/-/minecraft-motd-util-1.1.12.tgz",
"integrity": "sha512-5TuTRjrRupSTruea0nRC37r0FdhkS1O4wIJKAYfwJRCQd/X4Zyl/dVIs96h9UVW6N8jhIuz9pNkrDsqyN7VBdA=="
},
"node_modules/minecraft-server-util": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/minecraft-server-util/-/minecraft-server-util-5.4.2.tgz",
"integrity": "sha512-QjCM23pnXya+Fi2i3VxpQ5RS6luBA6Tkr0GAIG9dVhOrG5fBw10MVQyd13fJ4RquY3jQwNiHGX05G/0lnrQD5A==",
"dependencies": {
"minecraft-motd-util": "^1.1.9"
},
"engines": {
"node": ">=10.0.0"
}
}
}
}