-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
274 lines (274 loc) · 9.8 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"name": "video-bot",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "video-bot",
"dependencies": {
"@types/node": "^22.1.0",
"discordeno": "^19.0.0-next.01437eb",
"dotenv": "^16.4.5",
"typescript": "^5.6.0-dev.20240802"
},
"devDependencies": {
"@types/ws": "^8.5.12"
}
},
"node_modules/@discordeno/bot": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/@discordeno/bot/-/bot-19.0.0-next.01437eb.tgz",
"integrity": "sha512-L2wUx80B7gEjX+SIxUkkgedP0fmtikdd3czP1j0gfQUd4LSv18Nm9ZZKfbsdNc5hv6nZTL4lOifJG69rMcoySA==",
"license": "Apache-2.0",
"dependencies": {
"@discordeno/gateway": "19.0.0-next.01437eb",
"@discordeno/rest": "19.0.0-next.01437eb",
"@discordeno/types": "19.0.0-next.01437eb",
"@discordeno/utils": "19.0.0-next.01437eb"
}
},
"node_modules/@discordeno/gateway": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/@discordeno/gateway/-/gateway-19.0.0-next.01437eb.tgz",
"integrity": "sha512-L/eQHqHOHaaNsewU5gAkq/A9rCyMsAG0K/15C1GsIq6d6T2UDOa0noxEj4goc3U0pX2kbQMA3zpTtgNxOQJQNg==",
"license": "Apache-2.0",
"dependencies": {
"@discordeno/types": "19.0.0-next.01437eb",
"@discordeno/utils": "19.0.0-next.01437eb",
"ws": "^8.18.0"
}
},
"node_modules/@discordeno/rest": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/@discordeno/rest/-/rest-19.0.0-next.01437eb.tgz",
"integrity": "sha512-p2+xYbQiX9RXf1VPTdXJ7L8ZKtRrt5fpNWOGY12nOhcLWRQZzNNftr3JnqguYNALUSou6xkiF2tXqcK/cJbWNA==",
"license": "Apache-2.0",
"dependencies": {
"@discordeno/types": "19.0.0-next.01437eb",
"@discordeno/utils": "19.0.0-next.01437eb"
}
},
"node_modules/@discordeno/types": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/@discordeno/types/-/types-19.0.0-next.01437eb.tgz",
"integrity": "sha512-81YIHWD673hZnDpvNBQe+MQqyCR/mm1lL6k+9ilbEvkYyX/OcVFQluck7a4Tt2zIYrW2y/0fpHZq3n8QvwRH0Q==",
"license": "Apache-2.0"
},
"node_modules/@discordeno/utils": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/@discordeno/utils/-/utils-19.0.0-next.01437eb.tgz",
"integrity": "sha512-9PFp0mbzKqVjrxwTUrAczsoSIyYPj6d4L0/Fpy11wz2Iqt/2zIQbAGHSoSpj42e08DhDpeqQOydffEL+EajcnA==",
"license": "Apache-2.0",
"dependencies": {
"@discordeno/types": "19.0.0-next.01437eb"
}
},
"node_modules/@types/node": {
"version": "22.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz",
"integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.13.0"
}
},
"node_modules/@types/ws": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/discordeno": {
"version": "19.0.0-next.01437eb",
"resolved": "https://registry.npmjs.org/discordeno/-/discordeno-19.0.0-next.01437eb.tgz",
"integrity": "sha512-CsogfZ7kjhqSIESd7uGFutd7RjaLpqgiRILPt9i/m50pmVfM4TpcA5PHMY5KMlISDowYw244X+8D7C5cxdY0VQ==",
"license": "Apache-2.0",
"dependencies": {
"@discordeno/bot": "19.0.0-next.01437eb",
"@discordeno/gateway": "19.0.0-next.01437eb",
"@discordeno/rest": "19.0.0-next.01437eb",
"@discordeno/types": "19.0.0-next.01437eb",
"@discordeno/utils": "19.0.0-next.01437eb",
"commander": "^12.1.0",
"find-up": "^7.0.0",
"typescript": "^5.5.3"
},
"bin": {
"discordeno": "bin/discordeno.js"
}
},
"node_modules/discordeno/node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/find-up": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz",
"integrity": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==",
"license": "MIT",
"dependencies": {
"locate-path": "^7.2.0",
"path-exists": "^5.0.0",
"unicorn-magic": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/locate-path": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
"license": "MIT",
"dependencies": {
"p-locate": "^6.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-limit": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
"license": "MIT",
"dependencies": {
"yocto-queue": "^1.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
"license": "MIT",
"dependencies": {
"p-limit": "^4.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/path-exists": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
},
"node_modules/typescript": {
"version": "5.6.0-dev.20240802",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.0-dev.20240802.tgz",
"integrity": "sha512-aPQg1SL05JivtUdMmXq3BBa9NqhNbDvOlDPXvCf3K+kZ5jkxDdf2El6BLEkkzxkWOczoxma8l40ppGsC6pF40A==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
"license": "MIT"
},
"node_modules/unicorn-magic": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/yocto-queue": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==",
"license": "MIT",
"engines": {
"node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
}
}