@agentmessier/restwalker 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +137 -0
- package/bin/restwalker.js +81 -0
- package/index.html +1161 -0
- package/install.sh +176 -0
- package/node/app.ts +767 -0
- package/node/db.ts +392 -0
- package/node/mcp.ts +217 -0
- package/node/package-lock.json +4552 -0
- package/node/package.json +32 -0
- package/node/runner.ts +174 -0
- package/node/scheduler.ts +221 -0
- package/node/schema.ts +46 -0
- package/node/session.ts +119 -0
- package/node/tsconfig.json +14 -0
- package/package.json +39 -0
- package/uninstall.sh +36 -0
|
@@ -0,0 +1,4552 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "restwalker",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "restwalker",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@fastify/static": "^8.0.0",
|
|
12
|
+
"@fastify/swagger": "^9.7.0",
|
|
13
|
+
"@fastify/swagger-ui": "^6.0.0",
|
|
14
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
15
|
+
"better-queue": "^3.8.12",
|
|
16
|
+
"better-queue-sqlite": "^1.0.7",
|
|
17
|
+
"better-sqlite3": "^11.0.0",
|
|
18
|
+
"chokidar": "^4.0.0",
|
|
19
|
+
"drizzle-orm": "^0.45.2",
|
|
20
|
+
"fastify": "^5.0.0",
|
|
21
|
+
"zod": "^4.4.3"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@types/better-queue": "^3.8.6",
|
|
25
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
26
|
+
"@types/chokidar": "^1.7.5",
|
|
27
|
+
"@types/node": "^26.0.1",
|
|
28
|
+
"tsx": "^4.22.4",
|
|
29
|
+
"typescript": "^6.0.3"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
33
|
+
"version": "0.28.1",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
|
|
35
|
+
"integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
|
|
36
|
+
"cpu": [
|
|
37
|
+
"ppc64"
|
|
38
|
+
],
|
|
39
|
+
"dev": true,
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"optional": true,
|
|
42
|
+
"os": [
|
|
43
|
+
"aix"
|
|
44
|
+
],
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=18"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"node_modules/@esbuild/android-arm": {
|
|
50
|
+
"version": "0.28.1",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
|
|
52
|
+
"integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
|
|
53
|
+
"cpu": [
|
|
54
|
+
"arm"
|
|
55
|
+
],
|
|
56
|
+
"dev": true,
|
|
57
|
+
"license": "MIT",
|
|
58
|
+
"optional": true,
|
|
59
|
+
"os": [
|
|
60
|
+
"android"
|
|
61
|
+
],
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=18"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@esbuild/android-arm64": {
|
|
67
|
+
"version": "0.28.1",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
|
|
69
|
+
"integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
|
|
70
|
+
"cpu": [
|
|
71
|
+
"arm64"
|
|
72
|
+
],
|
|
73
|
+
"dev": true,
|
|
74
|
+
"license": "MIT",
|
|
75
|
+
"optional": true,
|
|
76
|
+
"os": [
|
|
77
|
+
"android"
|
|
78
|
+
],
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": ">=18"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"node_modules/@esbuild/android-x64": {
|
|
84
|
+
"version": "0.28.1",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
|
|
86
|
+
"integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
|
|
87
|
+
"cpu": [
|
|
88
|
+
"x64"
|
|
89
|
+
],
|
|
90
|
+
"dev": true,
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"optional": true,
|
|
93
|
+
"os": [
|
|
94
|
+
"android"
|
|
95
|
+
],
|
|
96
|
+
"engines": {
|
|
97
|
+
"node": ">=18"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
101
|
+
"version": "0.28.1",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
|
|
103
|
+
"integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
|
|
104
|
+
"cpu": [
|
|
105
|
+
"arm64"
|
|
106
|
+
],
|
|
107
|
+
"dev": true,
|
|
108
|
+
"license": "MIT",
|
|
109
|
+
"optional": true,
|
|
110
|
+
"os": [
|
|
111
|
+
"darwin"
|
|
112
|
+
],
|
|
113
|
+
"engines": {
|
|
114
|
+
"node": ">=18"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
118
|
+
"version": "0.28.1",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
|
|
120
|
+
"integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
|
|
121
|
+
"cpu": [
|
|
122
|
+
"x64"
|
|
123
|
+
],
|
|
124
|
+
"dev": true,
|
|
125
|
+
"license": "MIT",
|
|
126
|
+
"optional": true,
|
|
127
|
+
"os": [
|
|
128
|
+
"darwin"
|
|
129
|
+
],
|
|
130
|
+
"engines": {
|
|
131
|
+
"node": ">=18"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
135
|
+
"version": "0.28.1",
|
|
136
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
|
|
137
|
+
"integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
|
|
138
|
+
"cpu": [
|
|
139
|
+
"arm64"
|
|
140
|
+
],
|
|
141
|
+
"dev": true,
|
|
142
|
+
"license": "MIT",
|
|
143
|
+
"optional": true,
|
|
144
|
+
"os": [
|
|
145
|
+
"freebsd"
|
|
146
|
+
],
|
|
147
|
+
"engines": {
|
|
148
|
+
"node": ">=18"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
152
|
+
"version": "0.28.1",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
|
|
154
|
+
"integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
|
|
155
|
+
"cpu": [
|
|
156
|
+
"x64"
|
|
157
|
+
],
|
|
158
|
+
"dev": true,
|
|
159
|
+
"license": "MIT",
|
|
160
|
+
"optional": true,
|
|
161
|
+
"os": [
|
|
162
|
+
"freebsd"
|
|
163
|
+
],
|
|
164
|
+
"engines": {
|
|
165
|
+
"node": ">=18"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/@esbuild/linux-arm": {
|
|
169
|
+
"version": "0.28.1",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
|
|
171
|
+
"integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
|
|
172
|
+
"cpu": [
|
|
173
|
+
"arm"
|
|
174
|
+
],
|
|
175
|
+
"dev": true,
|
|
176
|
+
"license": "MIT",
|
|
177
|
+
"optional": true,
|
|
178
|
+
"os": [
|
|
179
|
+
"linux"
|
|
180
|
+
],
|
|
181
|
+
"engines": {
|
|
182
|
+
"node": ">=18"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
186
|
+
"version": "0.28.1",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
|
|
188
|
+
"integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
|
|
189
|
+
"cpu": [
|
|
190
|
+
"arm64"
|
|
191
|
+
],
|
|
192
|
+
"dev": true,
|
|
193
|
+
"license": "MIT",
|
|
194
|
+
"optional": true,
|
|
195
|
+
"os": [
|
|
196
|
+
"linux"
|
|
197
|
+
],
|
|
198
|
+
"engines": {
|
|
199
|
+
"node": ">=18"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
203
|
+
"version": "0.28.1",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
|
|
205
|
+
"integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
|
|
206
|
+
"cpu": [
|
|
207
|
+
"ia32"
|
|
208
|
+
],
|
|
209
|
+
"dev": true,
|
|
210
|
+
"license": "MIT",
|
|
211
|
+
"optional": true,
|
|
212
|
+
"os": [
|
|
213
|
+
"linux"
|
|
214
|
+
],
|
|
215
|
+
"engines": {
|
|
216
|
+
"node": ">=18"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
220
|
+
"version": "0.28.1",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
|
|
222
|
+
"integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
|
|
223
|
+
"cpu": [
|
|
224
|
+
"loong64"
|
|
225
|
+
],
|
|
226
|
+
"dev": true,
|
|
227
|
+
"license": "MIT",
|
|
228
|
+
"optional": true,
|
|
229
|
+
"os": [
|
|
230
|
+
"linux"
|
|
231
|
+
],
|
|
232
|
+
"engines": {
|
|
233
|
+
"node": ">=18"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
237
|
+
"version": "0.28.1",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
|
|
239
|
+
"integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
|
|
240
|
+
"cpu": [
|
|
241
|
+
"mips64el"
|
|
242
|
+
],
|
|
243
|
+
"dev": true,
|
|
244
|
+
"license": "MIT",
|
|
245
|
+
"optional": true,
|
|
246
|
+
"os": [
|
|
247
|
+
"linux"
|
|
248
|
+
],
|
|
249
|
+
"engines": {
|
|
250
|
+
"node": ">=18"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
254
|
+
"version": "0.28.1",
|
|
255
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
|
|
256
|
+
"integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
|
|
257
|
+
"cpu": [
|
|
258
|
+
"ppc64"
|
|
259
|
+
],
|
|
260
|
+
"dev": true,
|
|
261
|
+
"license": "MIT",
|
|
262
|
+
"optional": true,
|
|
263
|
+
"os": [
|
|
264
|
+
"linux"
|
|
265
|
+
],
|
|
266
|
+
"engines": {
|
|
267
|
+
"node": ">=18"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
271
|
+
"version": "0.28.1",
|
|
272
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
|
|
273
|
+
"integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
|
|
274
|
+
"cpu": [
|
|
275
|
+
"riscv64"
|
|
276
|
+
],
|
|
277
|
+
"dev": true,
|
|
278
|
+
"license": "MIT",
|
|
279
|
+
"optional": true,
|
|
280
|
+
"os": [
|
|
281
|
+
"linux"
|
|
282
|
+
],
|
|
283
|
+
"engines": {
|
|
284
|
+
"node": ">=18"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
288
|
+
"version": "0.28.1",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
|
|
290
|
+
"integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
|
|
291
|
+
"cpu": [
|
|
292
|
+
"s390x"
|
|
293
|
+
],
|
|
294
|
+
"dev": true,
|
|
295
|
+
"license": "MIT",
|
|
296
|
+
"optional": true,
|
|
297
|
+
"os": [
|
|
298
|
+
"linux"
|
|
299
|
+
],
|
|
300
|
+
"engines": {
|
|
301
|
+
"node": ">=18"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"node_modules/@esbuild/linux-x64": {
|
|
305
|
+
"version": "0.28.1",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
|
|
307
|
+
"integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
|
|
308
|
+
"cpu": [
|
|
309
|
+
"x64"
|
|
310
|
+
],
|
|
311
|
+
"dev": true,
|
|
312
|
+
"license": "MIT",
|
|
313
|
+
"optional": true,
|
|
314
|
+
"os": [
|
|
315
|
+
"linux"
|
|
316
|
+
],
|
|
317
|
+
"engines": {
|
|
318
|
+
"node": ">=18"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
322
|
+
"version": "0.28.1",
|
|
323
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
|
|
324
|
+
"integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
|
|
325
|
+
"cpu": [
|
|
326
|
+
"arm64"
|
|
327
|
+
],
|
|
328
|
+
"dev": true,
|
|
329
|
+
"license": "MIT",
|
|
330
|
+
"optional": true,
|
|
331
|
+
"os": [
|
|
332
|
+
"netbsd"
|
|
333
|
+
],
|
|
334
|
+
"engines": {
|
|
335
|
+
"node": ">=18"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
339
|
+
"version": "0.28.1",
|
|
340
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
|
|
341
|
+
"integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
|
|
342
|
+
"cpu": [
|
|
343
|
+
"x64"
|
|
344
|
+
],
|
|
345
|
+
"dev": true,
|
|
346
|
+
"license": "MIT",
|
|
347
|
+
"optional": true,
|
|
348
|
+
"os": [
|
|
349
|
+
"netbsd"
|
|
350
|
+
],
|
|
351
|
+
"engines": {
|
|
352
|
+
"node": ">=18"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
356
|
+
"version": "0.28.1",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
|
|
358
|
+
"integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
|
|
359
|
+
"cpu": [
|
|
360
|
+
"arm64"
|
|
361
|
+
],
|
|
362
|
+
"dev": true,
|
|
363
|
+
"license": "MIT",
|
|
364
|
+
"optional": true,
|
|
365
|
+
"os": [
|
|
366
|
+
"openbsd"
|
|
367
|
+
],
|
|
368
|
+
"engines": {
|
|
369
|
+
"node": ">=18"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
373
|
+
"version": "0.28.1",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
|
|
375
|
+
"integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
|
|
376
|
+
"cpu": [
|
|
377
|
+
"x64"
|
|
378
|
+
],
|
|
379
|
+
"dev": true,
|
|
380
|
+
"license": "MIT",
|
|
381
|
+
"optional": true,
|
|
382
|
+
"os": [
|
|
383
|
+
"openbsd"
|
|
384
|
+
],
|
|
385
|
+
"engines": {
|
|
386
|
+
"node": ">=18"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
390
|
+
"version": "0.28.1",
|
|
391
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
|
|
392
|
+
"integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
|
|
393
|
+
"cpu": [
|
|
394
|
+
"arm64"
|
|
395
|
+
],
|
|
396
|
+
"dev": true,
|
|
397
|
+
"license": "MIT",
|
|
398
|
+
"optional": true,
|
|
399
|
+
"os": [
|
|
400
|
+
"openharmony"
|
|
401
|
+
],
|
|
402
|
+
"engines": {
|
|
403
|
+
"node": ">=18"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
407
|
+
"version": "0.28.1",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
|
|
409
|
+
"integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
|
|
410
|
+
"cpu": [
|
|
411
|
+
"x64"
|
|
412
|
+
],
|
|
413
|
+
"dev": true,
|
|
414
|
+
"license": "MIT",
|
|
415
|
+
"optional": true,
|
|
416
|
+
"os": [
|
|
417
|
+
"sunos"
|
|
418
|
+
],
|
|
419
|
+
"engines": {
|
|
420
|
+
"node": ">=18"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
424
|
+
"version": "0.28.1",
|
|
425
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
|
|
426
|
+
"integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
|
|
427
|
+
"cpu": [
|
|
428
|
+
"arm64"
|
|
429
|
+
],
|
|
430
|
+
"dev": true,
|
|
431
|
+
"license": "MIT",
|
|
432
|
+
"optional": true,
|
|
433
|
+
"os": [
|
|
434
|
+
"win32"
|
|
435
|
+
],
|
|
436
|
+
"engines": {
|
|
437
|
+
"node": ">=18"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
441
|
+
"version": "0.28.1",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
|
|
443
|
+
"integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
|
|
444
|
+
"cpu": [
|
|
445
|
+
"ia32"
|
|
446
|
+
],
|
|
447
|
+
"dev": true,
|
|
448
|
+
"license": "MIT",
|
|
449
|
+
"optional": true,
|
|
450
|
+
"os": [
|
|
451
|
+
"win32"
|
|
452
|
+
],
|
|
453
|
+
"engines": {
|
|
454
|
+
"node": ">=18"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"node_modules/@esbuild/win32-x64": {
|
|
458
|
+
"version": "0.28.1",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
|
|
460
|
+
"integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
|
|
461
|
+
"cpu": [
|
|
462
|
+
"x64"
|
|
463
|
+
],
|
|
464
|
+
"dev": true,
|
|
465
|
+
"license": "MIT",
|
|
466
|
+
"optional": true,
|
|
467
|
+
"os": [
|
|
468
|
+
"win32"
|
|
469
|
+
],
|
|
470
|
+
"engines": {
|
|
471
|
+
"node": ">=18"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"node_modules/@fastify/accept-negotiator": {
|
|
475
|
+
"version": "2.0.1",
|
|
476
|
+
"resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
|
|
477
|
+
"integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
|
|
478
|
+
"funding": [
|
|
479
|
+
{
|
|
480
|
+
"type": "github",
|
|
481
|
+
"url": "https://github.com/sponsors/fastify"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"type": "opencollective",
|
|
485
|
+
"url": "https://opencollective.com/fastify"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"license": "MIT"
|
|
489
|
+
},
|
|
490
|
+
"node_modules/@fastify/ajv-compiler": {
|
|
491
|
+
"version": "4.0.5",
|
|
492
|
+
"resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz",
|
|
493
|
+
"integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==",
|
|
494
|
+
"funding": [
|
|
495
|
+
{
|
|
496
|
+
"type": "github",
|
|
497
|
+
"url": "https://github.com/sponsors/fastify"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"type": "opencollective",
|
|
501
|
+
"url": "https://opencollective.com/fastify"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"license": "MIT",
|
|
505
|
+
"dependencies": {
|
|
506
|
+
"ajv": "^8.12.0",
|
|
507
|
+
"ajv-formats": "^3.0.1",
|
|
508
|
+
"fast-uri": "^3.0.0"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"node_modules/@fastify/error": {
|
|
512
|
+
"version": "4.2.0",
|
|
513
|
+
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz",
|
|
514
|
+
"integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==",
|
|
515
|
+
"funding": [
|
|
516
|
+
{
|
|
517
|
+
"type": "github",
|
|
518
|
+
"url": "https://github.com/sponsors/fastify"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"type": "opencollective",
|
|
522
|
+
"url": "https://opencollective.com/fastify"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"license": "MIT"
|
|
526
|
+
},
|
|
527
|
+
"node_modules/@fastify/fast-json-stringify-compiler": {
|
|
528
|
+
"version": "5.0.3",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.3.tgz",
|
|
530
|
+
"integrity": "sha512-uik7yYHkLr6fxd8hJSZ8c+xF4WafPK+XzneQDPU+D10r5X19GW8lJcom2YijX2+qtFF1ENJlHXKFM9ouXNJYgQ==",
|
|
531
|
+
"funding": [
|
|
532
|
+
{
|
|
533
|
+
"type": "github",
|
|
534
|
+
"url": "https://github.com/sponsors/fastify"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"type": "opencollective",
|
|
538
|
+
"url": "https://opencollective.com/fastify"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"license": "MIT",
|
|
542
|
+
"dependencies": {
|
|
543
|
+
"fast-json-stringify": "^6.0.0"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"node_modules/@fastify/forwarded": {
|
|
547
|
+
"version": "3.0.1",
|
|
548
|
+
"resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.1.tgz",
|
|
549
|
+
"integrity": "sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==",
|
|
550
|
+
"funding": [
|
|
551
|
+
{
|
|
552
|
+
"type": "github",
|
|
553
|
+
"url": "https://github.com/sponsors/fastify"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"type": "opencollective",
|
|
557
|
+
"url": "https://opencollective.com/fastify"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"license": "MIT"
|
|
561
|
+
},
|
|
562
|
+
"node_modules/@fastify/merge-json-schemas": {
|
|
563
|
+
"version": "0.2.1",
|
|
564
|
+
"resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz",
|
|
565
|
+
"integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==",
|
|
566
|
+
"funding": [
|
|
567
|
+
{
|
|
568
|
+
"type": "github",
|
|
569
|
+
"url": "https://github.com/sponsors/fastify"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "opencollective",
|
|
573
|
+
"url": "https://opencollective.com/fastify"
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"license": "MIT",
|
|
577
|
+
"dependencies": {
|
|
578
|
+
"dequal": "^2.0.3"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"node_modules/@fastify/proxy-addr": {
|
|
582
|
+
"version": "5.1.0",
|
|
583
|
+
"resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz",
|
|
584
|
+
"integrity": "sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==",
|
|
585
|
+
"funding": [
|
|
586
|
+
{
|
|
587
|
+
"type": "github",
|
|
588
|
+
"url": "https://github.com/sponsors/fastify"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"type": "opencollective",
|
|
592
|
+
"url": "https://opencollective.com/fastify"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"license": "MIT",
|
|
596
|
+
"dependencies": {
|
|
597
|
+
"@fastify/forwarded": "^3.0.0",
|
|
598
|
+
"ipaddr.js": "^2.1.0"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"node_modules/@fastify/send": {
|
|
602
|
+
"version": "4.1.0",
|
|
603
|
+
"resolved": "https://registry.npmjs.org/@fastify/send/-/send-4.1.0.tgz",
|
|
604
|
+
"integrity": "sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==",
|
|
605
|
+
"funding": [
|
|
606
|
+
{
|
|
607
|
+
"type": "github",
|
|
608
|
+
"url": "https://github.com/sponsors/fastify"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"type": "opencollective",
|
|
612
|
+
"url": "https://opencollective.com/fastify"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"license": "MIT",
|
|
616
|
+
"dependencies": {
|
|
617
|
+
"@lukeed/ms": "^2.0.2",
|
|
618
|
+
"escape-html": "~1.0.3",
|
|
619
|
+
"fast-decode-uri-component": "^1.0.1",
|
|
620
|
+
"http-errors": "^2.0.0",
|
|
621
|
+
"mime": "^3"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"node_modules/@fastify/static": {
|
|
625
|
+
"version": "8.3.0",
|
|
626
|
+
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.3.0.tgz",
|
|
627
|
+
"integrity": "sha512-yKxviR5PH1OKNnisIzZKmgZSus0r2OZb8qCSbqmw34aolT4g3UlzYfeBRym+HJ1J471CR8e2ldNub4PubD1coA==",
|
|
628
|
+
"funding": [
|
|
629
|
+
{
|
|
630
|
+
"type": "github",
|
|
631
|
+
"url": "https://github.com/sponsors/fastify"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"type": "opencollective",
|
|
635
|
+
"url": "https://opencollective.com/fastify"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"license": "MIT",
|
|
639
|
+
"dependencies": {
|
|
640
|
+
"@fastify/accept-negotiator": "^2.0.0",
|
|
641
|
+
"@fastify/send": "^4.0.0",
|
|
642
|
+
"content-disposition": "^0.5.4",
|
|
643
|
+
"fastify-plugin": "^5.0.0",
|
|
644
|
+
"fastq": "^1.17.1",
|
|
645
|
+
"glob": "^11.0.0"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"node_modules/@fastify/swagger": {
|
|
649
|
+
"version": "9.7.0",
|
|
650
|
+
"resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.7.0.tgz",
|
|
651
|
+
"integrity": "sha512-Vp1SC1GC2Hrkd3faFILv86BzUNyFz5N4/xdExqtCgkGASOzn/x+eMe4qXIGq7cdT6wif/P/oa6r1Ruqx19paZA==",
|
|
652
|
+
"funding": [
|
|
653
|
+
{
|
|
654
|
+
"type": "github",
|
|
655
|
+
"url": "https://github.com/sponsors/fastify"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "opencollective",
|
|
659
|
+
"url": "https://opencollective.com/fastify"
|
|
660
|
+
}
|
|
661
|
+
],
|
|
662
|
+
"license": "MIT",
|
|
663
|
+
"dependencies": {
|
|
664
|
+
"fastify-plugin": "^5.0.0",
|
|
665
|
+
"json-schema-resolver": "^3.0.0",
|
|
666
|
+
"openapi-types": "^12.1.3",
|
|
667
|
+
"rfdc": "^1.3.1",
|
|
668
|
+
"yaml": "^2.4.2"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"node_modules/@fastify/swagger-ui": {
|
|
672
|
+
"version": "6.0.0",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-6.0.0.tgz",
|
|
674
|
+
"integrity": "sha512-L9c4CbXj3FnquqpCmn0IfbEeIqDUNi6QwXd23VhQj/bHEjNzDFIAy2W9I3prvSqM+mJWOElIa6uXROmcMDnfUA==",
|
|
675
|
+
"funding": [
|
|
676
|
+
{
|
|
677
|
+
"type": "github",
|
|
678
|
+
"url": "https://github.com/sponsors/fastify"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"type": "opencollective",
|
|
682
|
+
"url": "https://opencollective.com/fastify"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"license": "MIT",
|
|
686
|
+
"dependencies": {
|
|
687
|
+
"@fastify/static": "^9.1.2",
|
|
688
|
+
"fastify-plugin": "^5.0.0",
|
|
689
|
+
"openapi-types": "^12.1.3",
|
|
690
|
+
"rfdc": "^1.3.1",
|
|
691
|
+
"yaml": "^2.4.1"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"node_modules/@fastify/swagger-ui/node_modules/@fastify/static": {
|
|
695
|
+
"version": "9.1.3",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-9.1.3.tgz",
|
|
697
|
+
"integrity": "sha512-aXrYtsiryLhRxRNaxNqsn7FUISeb7rB9q4eHUPIot5aeQBLNahnz1m6thzm7JWC1poSGXS9XrX8DvuMivp2hkQ==",
|
|
698
|
+
"funding": [
|
|
699
|
+
{
|
|
700
|
+
"type": "github",
|
|
701
|
+
"url": "https://github.com/sponsors/fastify"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"type": "opencollective",
|
|
705
|
+
"url": "https://opencollective.com/fastify"
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"license": "MIT",
|
|
709
|
+
"dependencies": {
|
|
710
|
+
"@fastify/accept-negotiator": "^2.0.0",
|
|
711
|
+
"@fastify/send": "^4.0.0",
|
|
712
|
+
"content-disposition": "^1.0.1",
|
|
713
|
+
"fastify-plugin": "^5.0.0",
|
|
714
|
+
"fastq": "^1.17.1",
|
|
715
|
+
"glob": "^13.0.0"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"node_modules/@fastify/swagger-ui/node_modules/content-disposition": {
|
|
719
|
+
"version": "1.1.0",
|
|
720
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
721
|
+
"integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
|
|
722
|
+
"license": "MIT",
|
|
723
|
+
"engines": {
|
|
724
|
+
"node": ">=18"
|
|
725
|
+
},
|
|
726
|
+
"funding": {
|
|
727
|
+
"type": "opencollective",
|
|
728
|
+
"url": "https://opencollective.com/express"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"node_modules/@fastify/swagger-ui/node_modules/glob": {
|
|
732
|
+
"version": "13.0.6",
|
|
733
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
734
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
735
|
+
"license": "BlueOak-1.0.0",
|
|
736
|
+
"dependencies": {
|
|
737
|
+
"minimatch": "^10.2.2",
|
|
738
|
+
"minipass": "^7.1.3",
|
|
739
|
+
"path-scurry": "^2.0.2"
|
|
740
|
+
},
|
|
741
|
+
"engines": {
|
|
742
|
+
"node": "18 || 20 || >=22"
|
|
743
|
+
},
|
|
744
|
+
"funding": {
|
|
745
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"node_modules/@gar/promisify": {
|
|
749
|
+
"version": "1.1.3",
|
|
750
|
+
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
|
|
751
|
+
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
|
|
752
|
+
"license": "MIT",
|
|
753
|
+
"optional": true
|
|
754
|
+
},
|
|
755
|
+
"node_modules/@hono/node-server": {
|
|
756
|
+
"version": "1.19.14",
|
|
757
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
|
|
758
|
+
"integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
|
|
759
|
+
"license": "MIT",
|
|
760
|
+
"engines": {
|
|
761
|
+
"node": ">=18.14.1"
|
|
762
|
+
},
|
|
763
|
+
"peerDependencies": {
|
|
764
|
+
"hono": "^4"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"node_modules/@isaacs/cliui": {
|
|
768
|
+
"version": "9.0.0",
|
|
769
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
770
|
+
"integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
|
|
771
|
+
"license": "BlueOak-1.0.0",
|
|
772
|
+
"engines": {
|
|
773
|
+
"node": ">=18"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"node_modules/@lukeed/ms": {
|
|
777
|
+
"version": "2.0.2",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz",
|
|
779
|
+
"integrity": "sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==",
|
|
780
|
+
"license": "MIT",
|
|
781
|
+
"engines": {
|
|
782
|
+
"node": ">=8"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"node_modules/@modelcontextprotocol/sdk": {
|
|
786
|
+
"version": "1.29.0",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
|
|
788
|
+
"integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
|
|
789
|
+
"license": "MIT",
|
|
790
|
+
"dependencies": {
|
|
791
|
+
"@hono/node-server": "^1.19.9",
|
|
792
|
+
"ajv": "^8.17.1",
|
|
793
|
+
"ajv-formats": "^3.0.1",
|
|
794
|
+
"content-type": "^1.0.5",
|
|
795
|
+
"cors": "^2.8.5",
|
|
796
|
+
"cross-spawn": "^7.0.5",
|
|
797
|
+
"eventsource": "^3.0.2",
|
|
798
|
+
"eventsource-parser": "^3.0.0",
|
|
799
|
+
"express": "^5.2.1",
|
|
800
|
+
"express-rate-limit": "^8.2.1",
|
|
801
|
+
"hono": "^4.11.4",
|
|
802
|
+
"jose": "^6.1.3",
|
|
803
|
+
"json-schema-typed": "^8.0.2",
|
|
804
|
+
"pkce-challenge": "^5.0.0",
|
|
805
|
+
"raw-body": "^3.0.0",
|
|
806
|
+
"zod": "^3.25 || ^4.0",
|
|
807
|
+
"zod-to-json-schema": "^3.25.1"
|
|
808
|
+
},
|
|
809
|
+
"engines": {
|
|
810
|
+
"node": ">=18"
|
|
811
|
+
},
|
|
812
|
+
"peerDependencies": {
|
|
813
|
+
"@cfworker/json-schema": "^4.1.1",
|
|
814
|
+
"zod": "^3.25 || ^4.0"
|
|
815
|
+
},
|
|
816
|
+
"peerDependenciesMeta": {
|
|
817
|
+
"@cfworker/json-schema": {
|
|
818
|
+
"optional": true
|
|
819
|
+
},
|
|
820
|
+
"zod": {
|
|
821
|
+
"optional": false
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"node_modules/@npmcli/fs": {
|
|
826
|
+
"version": "1.1.1",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
|
|
828
|
+
"integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
|
|
829
|
+
"license": "ISC",
|
|
830
|
+
"optional": true,
|
|
831
|
+
"dependencies": {
|
|
832
|
+
"@gar/promisify": "^1.0.1",
|
|
833
|
+
"semver": "^7.3.5"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/@npmcli/move-file": {
|
|
837
|
+
"version": "1.1.2",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
|
|
839
|
+
"integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
|
|
840
|
+
"deprecated": "This functionality has been moved to @npmcli/fs",
|
|
841
|
+
"license": "MIT",
|
|
842
|
+
"optional": true,
|
|
843
|
+
"dependencies": {
|
|
844
|
+
"mkdirp": "^1.0.4",
|
|
845
|
+
"rimraf": "^3.0.2"
|
|
846
|
+
},
|
|
847
|
+
"engines": {
|
|
848
|
+
"node": ">=10"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"node_modules/@pinojs/redact": {
|
|
852
|
+
"version": "0.4.0",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
|
854
|
+
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
|
855
|
+
"license": "MIT"
|
|
856
|
+
},
|
|
857
|
+
"node_modules/@tootallnate/once": {
|
|
858
|
+
"version": "1.1.2",
|
|
859
|
+
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
|
|
860
|
+
"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
|
|
861
|
+
"license": "MIT",
|
|
862
|
+
"optional": true,
|
|
863
|
+
"engines": {
|
|
864
|
+
"node": ">= 6"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"node_modules/@types/better-queue": {
|
|
868
|
+
"version": "3.8.6",
|
|
869
|
+
"resolved": "https://registry.npmjs.org/@types/better-queue/-/better-queue-3.8.6.tgz",
|
|
870
|
+
"integrity": "sha512-iC8L2LmVwgA0lcfrw9bLt0qQ8BVs2HOK/c2vtUnqQvoltMGn1GQ4OQChZFLRSx9AXgtdF6FDVsGDqyaV/urChw==",
|
|
871
|
+
"dev": true,
|
|
872
|
+
"license": "MIT",
|
|
873
|
+
"dependencies": {
|
|
874
|
+
"@types/node": "*"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"node_modules/@types/better-sqlite3": {
|
|
878
|
+
"version": "7.6.13",
|
|
879
|
+
"resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz",
|
|
880
|
+
"integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==",
|
|
881
|
+
"devOptional": true,
|
|
882
|
+
"license": "MIT",
|
|
883
|
+
"dependencies": {
|
|
884
|
+
"@types/node": "*"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
"node_modules/@types/chokidar": {
|
|
888
|
+
"version": "1.7.5",
|
|
889
|
+
"resolved": "https://registry.npmjs.org/@types/chokidar/-/chokidar-1.7.5.tgz",
|
|
890
|
+
"integrity": "sha512-PDkSRY7KltW3M60hSBlerxI8SFPXsO3AL/aRVsO4Kh9IHRW74Ih75gUuTd/aE4LSSFqypb10UIX3QzOJwBQMGQ==",
|
|
891
|
+
"dev": true,
|
|
892
|
+
"license": "MIT",
|
|
893
|
+
"dependencies": {
|
|
894
|
+
"@types/events": "*",
|
|
895
|
+
"@types/node": "*"
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
"node_modules/@types/events": {
|
|
899
|
+
"version": "3.0.3",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.3.tgz",
|
|
901
|
+
"integrity": "sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g==",
|
|
902
|
+
"dev": true,
|
|
903
|
+
"license": "MIT"
|
|
904
|
+
},
|
|
905
|
+
"node_modules/@types/node": {
|
|
906
|
+
"version": "26.0.1",
|
|
907
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz",
|
|
908
|
+
"integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==",
|
|
909
|
+
"devOptional": true,
|
|
910
|
+
"license": "MIT",
|
|
911
|
+
"dependencies": {
|
|
912
|
+
"undici-types": "~8.3.0"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"node_modules/abbrev": {
|
|
916
|
+
"version": "1.1.1",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
918
|
+
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
919
|
+
"license": "ISC",
|
|
920
|
+
"optional": true
|
|
921
|
+
},
|
|
922
|
+
"node_modules/abstract-logging": {
|
|
923
|
+
"version": "2.0.1",
|
|
924
|
+
"resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz",
|
|
925
|
+
"integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
|
|
926
|
+
"license": "MIT"
|
|
927
|
+
},
|
|
928
|
+
"node_modules/accepts": {
|
|
929
|
+
"version": "2.0.0",
|
|
930
|
+
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
931
|
+
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
|
|
932
|
+
"license": "MIT",
|
|
933
|
+
"dependencies": {
|
|
934
|
+
"mime-types": "^3.0.0",
|
|
935
|
+
"negotiator": "^1.0.0"
|
|
936
|
+
},
|
|
937
|
+
"engines": {
|
|
938
|
+
"node": ">= 0.6"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"node_modules/accepts/node_modules/negotiator": {
|
|
942
|
+
"version": "1.0.0",
|
|
943
|
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
944
|
+
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
945
|
+
"license": "MIT",
|
|
946
|
+
"engines": {
|
|
947
|
+
"node": ">= 0.6"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"node_modules/agent-base": {
|
|
951
|
+
"version": "6.0.2",
|
|
952
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
953
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
954
|
+
"license": "MIT",
|
|
955
|
+
"optional": true,
|
|
956
|
+
"dependencies": {
|
|
957
|
+
"debug": "4"
|
|
958
|
+
},
|
|
959
|
+
"engines": {
|
|
960
|
+
"node": ">= 6.0.0"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"node_modules/agentkeepalive": {
|
|
964
|
+
"version": "4.6.0",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
|
|
966
|
+
"integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
|
|
967
|
+
"license": "MIT",
|
|
968
|
+
"optional": true,
|
|
969
|
+
"dependencies": {
|
|
970
|
+
"humanize-ms": "^1.2.1"
|
|
971
|
+
},
|
|
972
|
+
"engines": {
|
|
973
|
+
"node": ">= 8.0.0"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"node_modules/aggregate-error": {
|
|
977
|
+
"version": "3.1.0",
|
|
978
|
+
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
979
|
+
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
|
980
|
+
"license": "MIT",
|
|
981
|
+
"optional": true,
|
|
982
|
+
"dependencies": {
|
|
983
|
+
"clean-stack": "^2.0.0",
|
|
984
|
+
"indent-string": "^4.0.0"
|
|
985
|
+
},
|
|
986
|
+
"engines": {
|
|
987
|
+
"node": ">=8"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"node_modules/ajv": {
|
|
991
|
+
"version": "8.20.0",
|
|
992
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
993
|
+
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
994
|
+
"license": "MIT",
|
|
995
|
+
"dependencies": {
|
|
996
|
+
"fast-deep-equal": "^3.1.3",
|
|
997
|
+
"fast-uri": "^3.0.1",
|
|
998
|
+
"json-schema-traverse": "^1.0.0",
|
|
999
|
+
"require-from-string": "^2.0.2"
|
|
1000
|
+
},
|
|
1001
|
+
"funding": {
|
|
1002
|
+
"type": "github",
|
|
1003
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"node_modules/ajv-formats": {
|
|
1007
|
+
"version": "3.0.1",
|
|
1008
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
1009
|
+
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
1010
|
+
"license": "MIT",
|
|
1011
|
+
"dependencies": {
|
|
1012
|
+
"ajv": "^8.0.0"
|
|
1013
|
+
},
|
|
1014
|
+
"peerDependencies": {
|
|
1015
|
+
"ajv": "^8.0.0"
|
|
1016
|
+
},
|
|
1017
|
+
"peerDependenciesMeta": {
|
|
1018
|
+
"ajv": {
|
|
1019
|
+
"optional": true
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"node_modules/ansi-regex": {
|
|
1024
|
+
"version": "5.0.1",
|
|
1025
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1026
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1027
|
+
"license": "MIT",
|
|
1028
|
+
"optional": true,
|
|
1029
|
+
"engines": {
|
|
1030
|
+
"node": ">=8"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"node_modules/aproba": {
|
|
1034
|
+
"version": "2.1.0",
|
|
1035
|
+
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
|
|
1036
|
+
"integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
|
|
1037
|
+
"license": "ISC",
|
|
1038
|
+
"optional": true
|
|
1039
|
+
},
|
|
1040
|
+
"node_modules/are-we-there-yet": {
|
|
1041
|
+
"version": "3.0.1",
|
|
1042
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
|
|
1043
|
+
"integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
|
|
1044
|
+
"deprecated": "This package is no longer supported.",
|
|
1045
|
+
"license": "ISC",
|
|
1046
|
+
"optional": true,
|
|
1047
|
+
"dependencies": {
|
|
1048
|
+
"delegates": "^1.0.0",
|
|
1049
|
+
"readable-stream": "^3.6.0"
|
|
1050
|
+
},
|
|
1051
|
+
"engines": {
|
|
1052
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"node_modules/async": {
|
|
1056
|
+
"version": "2.6.4",
|
|
1057
|
+
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
|
1058
|
+
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
|
1059
|
+
"license": "MIT",
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"lodash": "^4.17.14"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"node_modules/atomic-sleep": {
|
|
1065
|
+
"version": "1.0.0",
|
|
1066
|
+
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
|
1067
|
+
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
|
1068
|
+
"license": "MIT",
|
|
1069
|
+
"engines": {
|
|
1070
|
+
"node": ">=8.0.0"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"node_modules/avvio": {
|
|
1074
|
+
"version": "9.2.0",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/avvio/-/avvio-9.2.0.tgz",
|
|
1076
|
+
"integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==",
|
|
1077
|
+
"funding": [
|
|
1078
|
+
{
|
|
1079
|
+
"type": "github",
|
|
1080
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"type": "opencollective",
|
|
1084
|
+
"url": "https://opencollective.com/fastify"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"dependencies": {
|
|
1089
|
+
"@fastify/error": "^4.0.0",
|
|
1090
|
+
"fastq": "^1.17.1"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"node_modules/balanced-match": {
|
|
1094
|
+
"version": "4.0.4",
|
|
1095
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1096
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1097
|
+
"license": "MIT",
|
|
1098
|
+
"engines": {
|
|
1099
|
+
"node": "18 || 20 || >=22"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"node_modules/base64-js": {
|
|
1103
|
+
"version": "1.5.1",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
1105
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
1106
|
+
"funding": [
|
|
1107
|
+
{
|
|
1108
|
+
"type": "github",
|
|
1109
|
+
"url": "https://github.com/sponsors/feross"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"type": "patreon",
|
|
1113
|
+
"url": "https://www.patreon.com/feross"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"type": "consulting",
|
|
1117
|
+
"url": "https://feross.org/support"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"license": "MIT"
|
|
1121
|
+
},
|
|
1122
|
+
"node_modules/better-queue": {
|
|
1123
|
+
"version": "3.8.12",
|
|
1124
|
+
"resolved": "https://registry.npmjs.org/better-queue/-/better-queue-3.8.12.tgz",
|
|
1125
|
+
"integrity": "sha512-D9KZ+Us+2AyaCz693/9AyjTg0s8hEmkiM/MB3i09cs4MdK1KgTSGJluXRYmOulR69oLZVo2XDFtqsExDt8oiLA==",
|
|
1126
|
+
"license": "MIT",
|
|
1127
|
+
"dependencies": {
|
|
1128
|
+
"better-queue-memory": "^1.0.1",
|
|
1129
|
+
"node-eta": "^0.9.0",
|
|
1130
|
+
"uuid": "^9.0.0"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"node_modules/better-queue-memory": {
|
|
1134
|
+
"version": "1.0.4",
|
|
1135
|
+
"resolved": "https://registry.npmjs.org/better-queue-memory/-/better-queue-memory-1.0.4.tgz",
|
|
1136
|
+
"integrity": "sha512-SWg5wFIShYffEmJpI6LgbL8/3Dqhku7xI1oEiy6FroP9DbcZlG0ZDjxvPdP9t7hTGW40IpIcC6zVoGT1oxjOuA==",
|
|
1137
|
+
"license": "MIT"
|
|
1138
|
+
},
|
|
1139
|
+
"node_modules/better-queue-sqlite": {
|
|
1140
|
+
"version": "1.0.7",
|
|
1141
|
+
"resolved": "https://registry.npmjs.org/better-queue-sqlite/-/better-queue-sqlite-1.0.7.tgz",
|
|
1142
|
+
"integrity": "sha512-7W8Pvi9bqQ7TGe8FfPpOO58qd/M66Xwtng+R4jodTy/9eUyNfSas/WO7gvntXKnUdbgHKagdXp7oZERucer5qw==",
|
|
1143
|
+
"license": "MIT",
|
|
1144
|
+
"dependencies": {
|
|
1145
|
+
"async": "^2.1.2",
|
|
1146
|
+
"sqlite3": "^5.1.2",
|
|
1147
|
+
"uuid": "^9.0.0"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"node_modules/better-sqlite3": {
|
|
1151
|
+
"version": "11.10.0",
|
|
1152
|
+
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.10.0.tgz",
|
|
1153
|
+
"integrity": "sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==",
|
|
1154
|
+
"hasInstallScript": true,
|
|
1155
|
+
"license": "MIT",
|
|
1156
|
+
"dependencies": {
|
|
1157
|
+
"bindings": "^1.5.0",
|
|
1158
|
+
"prebuild-install": "^7.1.1"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"node_modules/bindings": {
|
|
1162
|
+
"version": "1.5.0",
|
|
1163
|
+
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
|
|
1164
|
+
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
1165
|
+
"license": "MIT",
|
|
1166
|
+
"dependencies": {
|
|
1167
|
+
"file-uri-to-path": "1.0.0"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"node_modules/bl": {
|
|
1171
|
+
"version": "4.1.0",
|
|
1172
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
1173
|
+
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
1174
|
+
"license": "MIT",
|
|
1175
|
+
"dependencies": {
|
|
1176
|
+
"buffer": "^5.5.0",
|
|
1177
|
+
"inherits": "^2.0.4",
|
|
1178
|
+
"readable-stream": "^3.4.0"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"node_modules/body-parser": {
|
|
1182
|
+
"version": "2.3.0",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
|
|
1184
|
+
"integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
|
|
1185
|
+
"license": "MIT",
|
|
1186
|
+
"dependencies": {
|
|
1187
|
+
"bytes": "^3.1.2",
|
|
1188
|
+
"content-type": "^2.0.0",
|
|
1189
|
+
"debug": "^4.4.3",
|
|
1190
|
+
"http-errors": "^2.0.1",
|
|
1191
|
+
"iconv-lite": "^0.7.2",
|
|
1192
|
+
"on-finished": "^2.4.1",
|
|
1193
|
+
"qs": "^6.15.2",
|
|
1194
|
+
"raw-body": "^3.0.2",
|
|
1195
|
+
"type-is": "^2.1.0"
|
|
1196
|
+
},
|
|
1197
|
+
"engines": {
|
|
1198
|
+
"node": ">=18"
|
|
1199
|
+
},
|
|
1200
|
+
"funding": {
|
|
1201
|
+
"type": "opencollective",
|
|
1202
|
+
"url": "https://opencollective.com/express"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"node_modules/body-parser/node_modules/content-type": {
|
|
1206
|
+
"version": "2.0.0",
|
|
1207
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
1208
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
1209
|
+
"license": "MIT",
|
|
1210
|
+
"engines": {
|
|
1211
|
+
"node": ">=18"
|
|
1212
|
+
},
|
|
1213
|
+
"funding": {
|
|
1214
|
+
"type": "opencollective",
|
|
1215
|
+
"url": "https://opencollective.com/express"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"node_modules/body-parser/node_modules/iconv-lite": {
|
|
1219
|
+
"version": "0.7.2",
|
|
1220
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
1221
|
+
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
1222
|
+
"license": "MIT",
|
|
1223
|
+
"dependencies": {
|
|
1224
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
1225
|
+
},
|
|
1226
|
+
"engines": {
|
|
1227
|
+
"node": ">=0.10.0"
|
|
1228
|
+
},
|
|
1229
|
+
"funding": {
|
|
1230
|
+
"type": "opencollective",
|
|
1231
|
+
"url": "https://opencollective.com/express"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"node_modules/brace-expansion": {
|
|
1235
|
+
"version": "5.0.6",
|
|
1236
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1237
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1238
|
+
"license": "MIT",
|
|
1239
|
+
"dependencies": {
|
|
1240
|
+
"balanced-match": "^4.0.2"
|
|
1241
|
+
},
|
|
1242
|
+
"engines": {
|
|
1243
|
+
"node": "18 || 20 || >=22"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"node_modules/buffer": {
|
|
1247
|
+
"version": "5.7.1",
|
|
1248
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
1249
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
1250
|
+
"funding": [
|
|
1251
|
+
{
|
|
1252
|
+
"type": "github",
|
|
1253
|
+
"url": "https://github.com/sponsors/feross"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"type": "patreon",
|
|
1257
|
+
"url": "https://www.patreon.com/feross"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"type": "consulting",
|
|
1261
|
+
"url": "https://feross.org/support"
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"license": "MIT",
|
|
1265
|
+
"dependencies": {
|
|
1266
|
+
"base64-js": "^1.3.1",
|
|
1267
|
+
"ieee754": "^1.1.13"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"node_modules/bytes": {
|
|
1271
|
+
"version": "3.1.2",
|
|
1272
|
+
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
1273
|
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
1274
|
+
"license": "MIT",
|
|
1275
|
+
"engines": {
|
|
1276
|
+
"node": ">= 0.8"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"node_modules/cacache": {
|
|
1280
|
+
"version": "15.3.0",
|
|
1281
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
|
|
1282
|
+
"integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
|
|
1283
|
+
"license": "ISC",
|
|
1284
|
+
"optional": true,
|
|
1285
|
+
"dependencies": {
|
|
1286
|
+
"@npmcli/fs": "^1.0.0",
|
|
1287
|
+
"@npmcli/move-file": "^1.0.1",
|
|
1288
|
+
"chownr": "^2.0.0",
|
|
1289
|
+
"fs-minipass": "^2.0.0",
|
|
1290
|
+
"glob": "^7.1.4",
|
|
1291
|
+
"infer-owner": "^1.0.4",
|
|
1292
|
+
"lru-cache": "^6.0.0",
|
|
1293
|
+
"minipass": "^3.1.1",
|
|
1294
|
+
"minipass-collect": "^1.0.2",
|
|
1295
|
+
"minipass-flush": "^1.0.5",
|
|
1296
|
+
"minipass-pipeline": "^1.2.2",
|
|
1297
|
+
"mkdirp": "^1.0.3",
|
|
1298
|
+
"p-map": "^4.0.0",
|
|
1299
|
+
"promise-inflight": "^1.0.1",
|
|
1300
|
+
"rimraf": "^3.0.2",
|
|
1301
|
+
"ssri": "^8.0.1",
|
|
1302
|
+
"tar": "^6.0.2",
|
|
1303
|
+
"unique-filename": "^1.1.1"
|
|
1304
|
+
},
|
|
1305
|
+
"engines": {
|
|
1306
|
+
"node": ">= 10"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"node_modules/cacache/node_modules/balanced-match": {
|
|
1310
|
+
"version": "1.0.2",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1312
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1313
|
+
"license": "MIT",
|
|
1314
|
+
"optional": true
|
|
1315
|
+
},
|
|
1316
|
+
"node_modules/cacache/node_modules/brace-expansion": {
|
|
1317
|
+
"version": "1.1.15",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
1319
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
1320
|
+
"license": "MIT",
|
|
1321
|
+
"optional": true,
|
|
1322
|
+
"dependencies": {
|
|
1323
|
+
"balanced-match": "^1.0.0",
|
|
1324
|
+
"concat-map": "0.0.1"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"node_modules/cacache/node_modules/chownr": {
|
|
1328
|
+
"version": "2.0.0",
|
|
1329
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
1330
|
+
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
1331
|
+
"license": "ISC",
|
|
1332
|
+
"optional": true,
|
|
1333
|
+
"engines": {
|
|
1334
|
+
"node": ">=10"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"node_modules/cacache/node_modules/glob": {
|
|
1338
|
+
"version": "7.2.3",
|
|
1339
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
1340
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1341
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
1342
|
+
"license": "ISC",
|
|
1343
|
+
"optional": true,
|
|
1344
|
+
"dependencies": {
|
|
1345
|
+
"fs.realpath": "^1.0.0",
|
|
1346
|
+
"inflight": "^1.0.4",
|
|
1347
|
+
"inherits": "2",
|
|
1348
|
+
"minimatch": "^3.1.1",
|
|
1349
|
+
"once": "^1.3.0",
|
|
1350
|
+
"path-is-absolute": "^1.0.0"
|
|
1351
|
+
},
|
|
1352
|
+
"engines": {
|
|
1353
|
+
"node": "*"
|
|
1354
|
+
},
|
|
1355
|
+
"funding": {
|
|
1356
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
"node_modules/cacache/node_modules/lru-cache": {
|
|
1360
|
+
"version": "6.0.0",
|
|
1361
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
1362
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
1363
|
+
"license": "ISC",
|
|
1364
|
+
"optional": true,
|
|
1365
|
+
"dependencies": {
|
|
1366
|
+
"yallist": "^4.0.0"
|
|
1367
|
+
},
|
|
1368
|
+
"engines": {
|
|
1369
|
+
"node": ">=10"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"node_modules/cacache/node_modules/minimatch": {
|
|
1373
|
+
"version": "3.1.5",
|
|
1374
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
1375
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
1376
|
+
"license": "ISC",
|
|
1377
|
+
"optional": true,
|
|
1378
|
+
"dependencies": {
|
|
1379
|
+
"brace-expansion": "^1.1.7"
|
|
1380
|
+
},
|
|
1381
|
+
"engines": {
|
|
1382
|
+
"node": "*"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"node_modules/cacache/node_modules/minipass": {
|
|
1386
|
+
"version": "3.3.6",
|
|
1387
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
1388
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
1389
|
+
"license": "ISC",
|
|
1390
|
+
"optional": true,
|
|
1391
|
+
"dependencies": {
|
|
1392
|
+
"yallist": "^4.0.0"
|
|
1393
|
+
},
|
|
1394
|
+
"engines": {
|
|
1395
|
+
"node": ">=8"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"node_modules/call-bind-apply-helpers": {
|
|
1399
|
+
"version": "1.0.2",
|
|
1400
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
1401
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
1402
|
+
"license": "MIT",
|
|
1403
|
+
"dependencies": {
|
|
1404
|
+
"es-errors": "^1.3.0",
|
|
1405
|
+
"function-bind": "^1.1.2"
|
|
1406
|
+
},
|
|
1407
|
+
"engines": {
|
|
1408
|
+
"node": ">= 0.4"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"node_modules/call-bound": {
|
|
1412
|
+
"version": "1.0.4",
|
|
1413
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
1414
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
1415
|
+
"license": "MIT",
|
|
1416
|
+
"dependencies": {
|
|
1417
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
1418
|
+
"get-intrinsic": "^1.3.0"
|
|
1419
|
+
},
|
|
1420
|
+
"engines": {
|
|
1421
|
+
"node": ">= 0.4"
|
|
1422
|
+
},
|
|
1423
|
+
"funding": {
|
|
1424
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"node_modules/chokidar": {
|
|
1428
|
+
"version": "4.0.3",
|
|
1429
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
1430
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
1431
|
+
"license": "MIT",
|
|
1432
|
+
"dependencies": {
|
|
1433
|
+
"readdirp": "^4.0.1"
|
|
1434
|
+
},
|
|
1435
|
+
"engines": {
|
|
1436
|
+
"node": ">= 14.16.0"
|
|
1437
|
+
},
|
|
1438
|
+
"funding": {
|
|
1439
|
+
"url": "https://paulmillr.com/funding/"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"node_modules/chownr": {
|
|
1443
|
+
"version": "1.1.4",
|
|
1444
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
1445
|
+
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
1446
|
+
"license": "ISC"
|
|
1447
|
+
},
|
|
1448
|
+
"node_modules/clean-stack": {
|
|
1449
|
+
"version": "2.2.0",
|
|
1450
|
+
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
1451
|
+
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
|
1452
|
+
"license": "MIT",
|
|
1453
|
+
"optional": true,
|
|
1454
|
+
"engines": {
|
|
1455
|
+
"node": ">=6"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"node_modules/color-support": {
|
|
1459
|
+
"version": "1.1.3",
|
|
1460
|
+
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
1461
|
+
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
1462
|
+
"license": "ISC",
|
|
1463
|
+
"optional": true,
|
|
1464
|
+
"bin": {
|
|
1465
|
+
"color-support": "bin.js"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"node_modules/concat-map": {
|
|
1469
|
+
"version": "0.0.1",
|
|
1470
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
1471
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
1472
|
+
"license": "MIT",
|
|
1473
|
+
"optional": true
|
|
1474
|
+
},
|
|
1475
|
+
"node_modules/console-control-strings": {
|
|
1476
|
+
"version": "1.1.0",
|
|
1477
|
+
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
1478
|
+
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
1479
|
+
"license": "ISC",
|
|
1480
|
+
"optional": true
|
|
1481
|
+
},
|
|
1482
|
+
"node_modules/content-disposition": {
|
|
1483
|
+
"version": "0.5.4",
|
|
1484
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
1485
|
+
"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
|
|
1486
|
+
"license": "MIT",
|
|
1487
|
+
"dependencies": {
|
|
1488
|
+
"safe-buffer": "5.2.1"
|
|
1489
|
+
},
|
|
1490
|
+
"engines": {
|
|
1491
|
+
"node": ">= 0.6"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"node_modules/content-type": {
|
|
1495
|
+
"version": "1.0.5",
|
|
1496
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
1497
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
1498
|
+
"license": "MIT",
|
|
1499
|
+
"engines": {
|
|
1500
|
+
"node": ">= 0.6"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"node_modules/cookie": {
|
|
1504
|
+
"version": "1.1.1",
|
|
1505
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
1506
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
1507
|
+
"license": "MIT",
|
|
1508
|
+
"engines": {
|
|
1509
|
+
"node": ">=18"
|
|
1510
|
+
},
|
|
1511
|
+
"funding": {
|
|
1512
|
+
"type": "opencollective",
|
|
1513
|
+
"url": "https://opencollective.com/express"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"node_modules/cookie-signature": {
|
|
1517
|
+
"version": "1.2.2",
|
|
1518
|
+
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
|
|
1519
|
+
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
|
|
1520
|
+
"license": "MIT",
|
|
1521
|
+
"engines": {
|
|
1522
|
+
"node": ">=6.6.0"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"node_modules/cors": {
|
|
1526
|
+
"version": "2.8.6",
|
|
1527
|
+
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
|
|
1528
|
+
"integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
|
|
1529
|
+
"license": "MIT",
|
|
1530
|
+
"dependencies": {
|
|
1531
|
+
"object-assign": "^4",
|
|
1532
|
+
"vary": "^1"
|
|
1533
|
+
},
|
|
1534
|
+
"engines": {
|
|
1535
|
+
"node": ">= 0.10"
|
|
1536
|
+
},
|
|
1537
|
+
"funding": {
|
|
1538
|
+
"type": "opencollective",
|
|
1539
|
+
"url": "https://opencollective.com/express"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"node_modules/cross-spawn": {
|
|
1543
|
+
"version": "7.0.6",
|
|
1544
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1545
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1546
|
+
"license": "MIT",
|
|
1547
|
+
"dependencies": {
|
|
1548
|
+
"path-key": "^3.1.0",
|
|
1549
|
+
"shebang-command": "^2.0.0",
|
|
1550
|
+
"which": "^2.0.1"
|
|
1551
|
+
},
|
|
1552
|
+
"engines": {
|
|
1553
|
+
"node": ">= 8"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"node_modules/debug": {
|
|
1557
|
+
"version": "4.4.3",
|
|
1558
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1559
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1560
|
+
"license": "MIT",
|
|
1561
|
+
"dependencies": {
|
|
1562
|
+
"ms": "^2.1.3"
|
|
1563
|
+
},
|
|
1564
|
+
"engines": {
|
|
1565
|
+
"node": ">=6.0"
|
|
1566
|
+
},
|
|
1567
|
+
"peerDependenciesMeta": {
|
|
1568
|
+
"supports-color": {
|
|
1569
|
+
"optional": true
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"node_modules/decompress-response": {
|
|
1574
|
+
"version": "6.0.0",
|
|
1575
|
+
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
1576
|
+
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
1577
|
+
"license": "MIT",
|
|
1578
|
+
"dependencies": {
|
|
1579
|
+
"mimic-response": "^3.1.0"
|
|
1580
|
+
},
|
|
1581
|
+
"engines": {
|
|
1582
|
+
"node": ">=10"
|
|
1583
|
+
},
|
|
1584
|
+
"funding": {
|
|
1585
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"node_modules/deep-extend": {
|
|
1589
|
+
"version": "0.6.0",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
1591
|
+
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
1592
|
+
"license": "MIT",
|
|
1593
|
+
"engines": {
|
|
1594
|
+
"node": ">=4.0.0"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"node_modules/delegates": {
|
|
1598
|
+
"version": "1.0.0",
|
|
1599
|
+
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
1600
|
+
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
1601
|
+
"license": "MIT",
|
|
1602
|
+
"optional": true
|
|
1603
|
+
},
|
|
1604
|
+
"node_modules/depd": {
|
|
1605
|
+
"version": "2.0.0",
|
|
1606
|
+
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
1607
|
+
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
1608
|
+
"license": "MIT",
|
|
1609
|
+
"engines": {
|
|
1610
|
+
"node": ">= 0.8"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"node_modules/dequal": {
|
|
1614
|
+
"version": "2.0.3",
|
|
1615
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
1616
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
1617
|
+
"license": "MIT",
|
|
1618
|
+
"engines": {
|
|
1619
|
+
"node": ">=6"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
"node_modules/detect-libc": {
|
|
1623
|
+
"version": "2.1.2",
|
|
1624
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1625
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1626
|
+
"license": "Apache-2.0",
|
|
1627
|
+
"engines": {
|
|
1628
|
+
"node": ">=8"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"node_modules/drizzle-orm": {
|
|
1632
|
+
"version": "0.45.2",
|
|
1633
|
+
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.45.2.tgz",
|
|
1634
|
+
"integrity": "sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q==",
|
|
1635
|
+
"license": "Apache-2.0",
|
|
1636
|
+
"peerDependencies": {
|
|
1637
|
+
"@aws-sdk/client-rds-data": ">=3",
|
|
1638
|
+
"@cloudflare/workers-types": ">=4",
|
|
1639
|
+
"@electric-sql/pglite": ">=0.2.0",
|
|
1640
|
+
"@libsql/client": ">=0.10.0",
|
|
1641
|
+
"@libsql/client-wasm": ">=0.10.0",
|
|
1642
|
+
"@neondatabase/serverless": ">=0.10.0",
|
|
1643
|
+
"@op-engineering/op-sqlite": ">=2",
|
|
1644
|
+
"@opentelemetry/api": "^1.4.1",
|
|
1645
|
+
"@planetscale/database": ">=1.13",
|
|
1646
|
+
"@prisma/client": "*",
|
|
1647
|
+
"@tidbcloud/serverless": "*",
|
|
1648
|
+
"@types/better-sqlite3": "*",
|
|
1649
|
+
"@types/pg": "*",
|
|
1650
|
+
"@types/sql.js": "*",
|
|
1651
|
+
"@upstash/redis": ">=1.34.7",
|
|
1652
|
+
"@vercel/postgres": ">=0.8.0",
|
|
1653
|
+
"@xata.io/client": "*",
|
|
1654
|
+
"better-sqlite3": ">=7",
|
|
1655
|
+
"bun-types": "*",
|
|
1656
|
+
"expo-sqlite": ">=14.0.0",
|
|
1657
|
+
"gel": ">=2",
|
|
1658
|
+
"knex": "*",
|
|
1659
|
+
"kysely": "*",
|
|
1660
|
+
"mysql2": ">=2",
|
|
1661
|
+
"pg": ">=8",
|
|
1662
|
+
"postgres": ">=3",
|
|
1663
|
+
"sql.js": ">=1",
|
|
1664
|
+
"sqlite3": ">=5"
|
|
1665
|
+
},
|
|
1666
|
+
"peerDependenciesMeta": {
|
|
1667
|
+
"@aws-sdk/client-rds-data": {
|
|
1668
|
+
"optional": true
|
|
1669
|
+
},
|
|
1670
|
+
"@cloudflare/workers-types": {
|
|
1671
|
+
"optional": true
|
|
1672
|
+
},
|
|
1673
|
+
"@electric-sql/pglite": {
|
|
1674
|
+
"optional": true
|
|
1675
|
+
},
|
|
1676
|
+
"@libsql/client": {
|
|
1677
|
+
"optional": true
|
|
1678
|
+
},
|
|
1679
|
+
"@libsql/client-wasm": {
|
|
1680
|
+
"optional": true
|
|
1681
|
+
},
|
|
1682
|
+
"@neondatabase/serverless": {
|
|
1683
|
+
"optional": true
|
|
1684
|
+
},
|
|
1685
|
+
"@op-engineering/op-sqlite": {
|
|
1686
|
+
"optional": true
|
|
1687
|
+
},
|
|
1688
|
+
"@opentelemetry/api": {
|
|
1689
|
+
"optional": true
|
|
1690
|
+
},
|
|
1691
|
+
"@planetscale/database": {
|
|
1692
|
+
"optional": true
|
|
1693
|
+
},
|
|
1694
|
+
"@prisma/client": {
|
|
1695
|
+
"optional": true
|
|
1696
|
+
},
|
|
1697
|
+
"@tidbcloud/serverless": {
|
|
1698
|
+
"optional": true
|
|
1699
|
+
},
|
|
1700
|
+
"@types/better-sqlite3": {
|
|
1701
|
+
"optional": true
|
|
1702
|
+
},
|
|
1703
|
+
"@types/pg": {
|
|
1704
|
+
"optional": true
|
|
1705
|
+
},
|
|
1706
|
+
"@types/sql.js": {
|
|
1707
|
+
"optional": true
|
|
1708
|
+
},
|
|
1709
|
+
"@upstash/redis": {
|
|
1710
|
+
"optional": true
|
|
1711
|
+
},
|
|
1712
|
+
"@vercel/postgres": {
|
|
1713
|
+
"optional": true
|
|
1714
|
+
},
|
|
1715
|
+
"@xata.io/client": {
|
|
1716
|
+
"optional": true
|
|
1717
|
+
},
|
|
1718
|
+
"better-sqlite3": {
|
|
1719
|
+
"optional": true
|
|
1720
|
+
},
|
|
1721
|
+
"bun-types": {
|
|
1722
|
+
"optional": true
|
|
1723
|
+
},
|
|
1724
|
+
"expo-sqlite": {
|
|
1725
|
+
"optional": true
|
|
1726
|
+
},
|
|
1727
|
+
"gel": {
|
|
1728
|
+
"optional": true
|
|
1729
|
+
},
|
|
1730
|
+
"knex": {
|
|
1731
|
+
"optional": true
|
|
1732
|
+
},
|
|
1733
|
+
"kysely": {
|
|
1734
|
+
"optional": true
|
|
1735
|
+
},
|
|
1736
|
+
"mysql2": {
|
|
1737
|
+
"optional": true
|
|
1738
|
+
},
|
|
1739
|
+
"pg": {
|
|
1740
|
+
"optional": true
|
|
1741
|
+
},
|
|
1742
|
+
"postgres": {
|
|
1743
|
+
"optional": true
|
|
1744
|
+
},
|
|
1745
|
+
"prisma": {
|
|
1746
|
+
"optional": true
|
|
1747
|
+
},
|
|
1748
|
+
"sql.js": {
|
|
1749
|
+
"optional": true
|
|
1750
|
+
},
|
|
1751
|
+
"sqlite3": {
|
|
1752
|
+
"optional": true
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
"node_modules/dunder-proto": {
|
|
1757
|
+
"version": "1.0.1",
|
|
1758
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
1759
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
1760
|
+
"license": "MIT",
|
|
1761
|
+
"dependencies": {
|
|
1762
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
1763
|
+
"es-errors": "^1.3.0",
|
|
1764
|
+
"gopd": "^1.2.0"
|
|
1765
|
+
},
|
|
1766
|
+
"engines": {
|
|
1767
|
+
"node": ">= 0.4"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
"node_modules/ee-first": {
|
|
1771
|
+
"version": "1.1.1",
|
|
1772
|
+
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
1773
|
+
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
1774
|
+
"license": "MIT"
|
|
1775
|
+
},
|
|
1776
|
+
"node_modules/emoji-regex": {
|
|
1777
|
+
"version": "8.0.0",
|
|
1778
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1779
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1780
|
+
"license": "MIT",
|
|
1781
|
+
"optional": true
|
|
1782
|
+
},
|
|
1783
|
+
"node_modules/encodeurl": {
|
|
1784
|
+
"version": "2.0.0",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
1786
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
1787
|
+
"license": "MIT",
|
|
1788
|
+
"engines": {
|
|
1789
|
+
"node": ">= 0.8"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"node_modules/encoding": {
|
|
1793
|
+
"version": "0.1.13",
|
|
1794
|
+
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
|
|
1795
|
+
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
1796
|
+
"license": "MIT",
|
|
1797
|
+
"optional": true,
|
|
1798
|
+
"dependencies": {
|
|
1799
|
+
"iconv-lite": "^0.6.2"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"node_modules/end-of-stream": {
|
|
1803
|
+
"version": "1.4.5",
|
|
1804
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
1805
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
1806
|
+
"license": "MIT",
|
|
1807
|
+
"dependencies": {
|
|
1808
|
+
"once": "^1.4.0"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"node_modules/env-paths": {
|
|
1812
|
+
"version": "2.2.1",
|
|
1813
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
1814
|
+
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
1815
|
+
"license": "MIT",
|
|
1816
|
+
"optional": true,
|
|
1817
|
+
"engines": {
|
|
1818
|
+
"node": ">=6"
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
"node_modules/err-code": {
|
|
1822
|
+
"version": "2.0.3",
|
|
1823
|
+
"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
|
|
1824
|
+
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
|
|
1825
|
+
"license": "MIT",
|
|
1826
|
+
"optional": true
|
|
1827
|
+
},
|
|
1828
|
+
"node_modules/es-define-property": {
|
|
1829
|
+
"version": "1.0.1",
|
|
1830
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
1831
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
1832
|
+
"license": "MIT",
|
|
1833
|
+
"engines": {
|
|
1834
|
+
"node": ">= 0.4"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"node_modules/es-errors": {
|
|
1838
|
+
"version": "1.3.0",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
1840
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
1841
|
+
"license": "MIT",
|
|
1842
|
+
"engines": {
|
|
1843
|
+
"node": ">= 0.4"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"node_modules/es-object-atoms": {
|
|
1847
|
+
"version": "1.1.2",
|
|
1848
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
1849
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
1850
|
+
"license": "MIT",
|
|
1851
|
+
"dependencies": {
|
|
1852
|
+
"es-errors": "^1.3.0"
|
|
1853
|
+
},
|
|
1854
|
+
"engines": {
|
|
1855
|
+
"node": ">= 0.4"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"node_modules/esbuild": {
|
|
1859
|
+
"version": "0.28.1",
|
|
1860
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
|
|
1861
|
+
"integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
|
|
1862
|
+
"dev": true,
|
|
1863
|
+
"hasInstallScript": true,
|
|
1864
|
+
"license": "MIT",
|
|
1865
|
+
"bin": {
|
|
1866
|
+
"esbuild": "bin/esbuild"
|
|
1867
|
+
},
|
|
1868
|
+
"engines": {
|
|
1869
|
+
"node": ">=18"
|
|
1870
|
+
},
|
|
1871
|
+
"optionalDependencies": {
|
|
1872
|
+
"@esbuild/aix-ppc64": "0.28.1",
|
|
1873
|
+
"@esbuild/android-arm": "0.28.1",
|
|
1874
|
+
"@esbuild/android-arm64": "0.28.1",
|
|
1875
|
+
"@esbuild/android-x64": "0.28.1",
|
|
1876
|
+
"@esbuild/darwin-arm64": "0.28.1",
|
|
1877
|
+
"@esbuild/darwin-x64": "0.28.1",
|
|
1878
|
+
"@esbuild/freebsd-arm64": "0.28.1",
|
|
1879
|
+
"@esbuild/freebsd-x64": "0.28.1",
|
|
1880
|
+
"@esbuild/linux-arm": "0.28.1",
|
|
1881
|
+
"@esbuild/linux-arm64": "0.28.1",
|
|
1882
|
+
"@esbuild/linux-ia32": "0.28.1",
|
|
1883
|
+
"@esbuild/linux-loong64": "0.28.1",
|
|
1884
|
+
"@esbuild/linux-mips64el": "0.28.1",
|
|
1885
|
+
"@esbuild/linux-ppc64": "0.28.1",
|
|
1886
|
+
"@esbuild/linux-riscv64": "0.28.1",
|
|
1887
|
+
"@esbuild/linux-s390x": "0.28.1",
|
|
1888
|
+
"@esbuild/linux-x64": "0.28.1",
|
|
1889
|
+
"@esbuild/netbsd-arm64": "0.28.1",
|
|
1890
|
+
"@esbuild/netbsd-x64": "0.28.1",
|
|
1891
|
+
"@esbuild/openbsd-arm64": "0.28.1",
|
|
1892
|
+
"@esbuild/openbsd-x64": "0.28.1",
|
|
1893
|
+
"@esbuild/openharmony-arm64": "0.28.1",
|
|
1894
|
+
"@esbuild/sunos-x64": "0.28.1",
|
|
1895
|
+
"@esbuild/win32-arm64": "0.28.1",
|
|
1896
|
+
"@esbuild/win32-ia32": "0.28.1",
|
|
1897
|
+
"@esbuild/win32-x64": "0.28.1"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"node_modules/escape-html": {
|
|
1901
|
+
"version": "1.0.3",
|
|
1902
|
+
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
1903
|
+
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
1904
|
+
"license": "MIT"
|
|
1905
|
+
},
|
|
1906
|
+
"node_modules/etag": {
|
|
1907
|
+
"version": "1.8.1",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
1909
|
+
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
1910
|
+
"license": "MIT",
|
|
1911
|
+
"engines": {
|
|
1912
|
+
"node": ">= 0.6"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"node_modules/eventsource": {
|
|
1916
|
+
"version": "3.0.7",
|
|
1917
|
+
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
|
|
1918
|
+
"integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
|
|
1919
|
+
"license": "MIT",
|
|
1920
|
+
"dependencies": {
|
|
1921
|
+
"eventsource-parser": "^3.0.1"
|
|
1922
|
+
},
|
|
1923
|
+
"engines": {
|
|
1924
|
+
"node": ">=18.0.0"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"node_modules/eventsource-parser": {
|
|
1928
|
+
"version": "3.1.0",
|
|
1929
|
+
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
|
|
1930
|
+
"integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
|
|
1931
|
+
"license": "MIT",
|
|
1932
|
+
"engines": {
|
|
1933
|
+
"node": ">=18.0.0"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
"node_modules/expand-template": {
|
|
1937
|
+
"version": "2.0.3",
|
|
1938
|
+
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
1939
|
+
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
1940
|
+
"license": "(MIT OR WTFPL)",
|
|
1941
|
+
"engines": {
|
|
1942
|
+
"node": ">=6"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"node_modules/express": {
|
|
1946
|
+
"version": "5.2.1",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
1948
|
+
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
1949
|
+
"license": "MIT",
|
|
1950
|
+
"dependencies": {
|
|
1951
|
+
"accepts": "^2.0.0",
|
|
1952
|
+
"body-parser": "^2.2.1",
|
|
1953
|
+
"content-disposition": "^1.0.0",
|
|
1954
|
+
"content-type": "^1.0.5",
|
|
1955
|
+
"cookie": "^0.7.1",
|
|
1956
|
+
"cookie-signature": "^1.2.1",
|
|
1957
|
+
"debug": "^4.4.0",
|
|
1958
|
+
"depd": "^2.0.0",
|
|
1959
|
+
"encodeurl": "^2.0.0",
|
|
1960
|
+
"escape-html": "^1.0.3",
|
|
1961
|
+
"etag": "^1.8.1",
|
|
1962
|
+
"finalhandler": "^2.1.0",
|
|
1963
|
+
"fresh": "^2.0.0",
|
|
1964
|
+
"http-errors": "^2.0.0",
|
|
1965
|
+
"merge-descriptors": "^2.0.0",
|
|
1966
|
+
"mime-types": "^3.0.0",
|
|
1967
|
+
"on-finished": "^2.4.1",
|
|
1968
|
+
"once": "^1.4.0",
|
|
1969
|
+
"parseurl": "^1.3.3",
|
|
1970
|
+
"proxy-addr": "^2.0.7",
|
|
1971
|
+
"qs": "^6.14.0",
|
|
1972
|
+
"range-parser": "^1.2.1",
|
|
1973
|
+
"router": "^2.2.0",
|
|
1974
|
+
"send": "^1.1.0",
|
|
1975
|
+
"serve-static": "^2.2.0",
|
|
1976
|
+
"statuses": "^2.0.1",
|
|
1977
|
+
"type-is": "^2.0.1",
|
|
1978
|
+
"vary": "^1.1.2"
|
|
1979
|
+
},
|
|
1980
|
+
"engines": {
|
|
1981
|
+
"node": ">= 18"
|
|
1982
|
+
},
|
|
1983
|
+
"funding": {
|
|
1984
|
+
"type": "opencollective",
|
|
1985
|
+
"url": "https://opencollective.com/express"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"node_modules/express-rate-limit": {
|
|
1989
|
+
"version": "8.5.2",
|
|
1990
|
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
|
|
1991
|
+
"integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
|
|
1992
|
+
"license": "MIT",
|
|
1993
|
+
"dependencies": {
|
|
1994
|
+
"ip-address": "^10.2.0"
|
|
1995
|
+
},
|
|
1996
|
+
"engines": {
|
|
1997
|
+
"node": ">= 16"
|
|
1998
|
+
},
|
|
1999
|
+
"funding": {
|
|
2000
|
+
"url": "https://github.com/sponsors/express-rate-limit"
|
|
2001
|
+
},
|
|
2002
|
+
"peerDependencies": {
|
|
2003
|
+
"express": ">= 4.11"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"node_modules/express/node_modules/content-disposition": {
|
|
2007
|
+
"version": "1.1.0",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
2009
|
+
"integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
|
|
2010
|
+
"license": "MIT",
|
|
2011
|
+
"engines": {
|
|
2012
|
+
"node": ">=18"
|
|
2013
|
+
},
|
|
2014
|
+
"funding": {
|
|
2015
|
+
"type": "opencollective",
|
|
2016
|
+
"url": "https://opencollective.com/express"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"node_modules/express/node_modules/cookie": {
|
|
2020
|
+
"version": "0.7.2",
|
|
2021
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
2022
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
2023
|
+
"license": "MIT",
|
|
2024
|
+
"engines": {
|
|
2025
|
+
"node": ">= 0.6"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"node_modules/fast-decode-uri-component": {
|
|
2029
|
+
"version": "1.0.1",
|
|
2030
|
+
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
2031
|
+
"integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
|
|
2032
|
+
"license": "MIT"
|
|
2033
|
+
},
|
|
2034
|
+
"node_modules/fast-deep-equal": {
|
|
2035
|
+
"version": "3.1.3",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
2037
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
2038
|
+
"license": "MIT"
|
|
2039
|
+
},
|
|
2040
|
+
"node_modules/fast-json-stringify": {
|
|
2041
|
+
"version": "6.4.0",
|
|
2042
|
+
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.4.0.tgz",
|
|
2043
|
+
"integrity": "sha512-ibRCQ0GZKJIQ+P3Et1h0LhPgp3PMTYk0MH8O+kW3lNYsvmaQww5Nn3f1jf73Q0jR1Yz3a1CDP4/NZD3vOajWJQ==",
|
|
2044
|
+
"funding": [
|
|
2045
|
+
{
|
|
2046
|
+
"type": "github",
|
|
2047
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"type": "opencollective",
|
|
2051
|
+
"url": "https://opencollective.com/fastify"
|
|
2052
|
+
}
|
|
2053
|
+
],
|
|
2054
|
+
"license": "MIT",
|
|
2055
|
+
"dependencies": {
|
|
2056
|
+
"@fastify/merge-json-schemas": "^0.2.0",
|
|
2057
|
+
"ajv": "^8.12.0",
|
|
2058
|
+
"ajv-formats": "^3.0.1",
|
|
2059
|
+
"fast-uri": "^3.0.0",
|
|
2060
|
+
"json-schema-ref-resolver": "^3.0.0",
|
|
2061
|
+
"rfdc": "^1.2.0"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"node_modules/fast-querystring": {
|
|
2065
|
+
"version": "1.1.2",
|
|
2066
|
+
"resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
|
|
2067
|
+
"integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
|
|
2068
|
+
"license": "MIT",
|
|
2069
|
+
"dependencies": {
|
|
2070
|
+
"fast-decode-uri-component": "^1.0.1"
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
2073
|
+
"node_modules/fast-uri": {
|
|
2074
|
+
"version": "3.1.2",
|
|
2075
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
2076
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
2077
|
+
"funding": [
|
|
2078
|
+
{
|
|
2079
|
+
"type": "github",
|
|
2080
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"type": "opencollective",
|
|
2084
|
+
"url": "https://opencollective.com/fastify"
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
2087
|
+
"license": "BSD-3-Clause"
|
|
2088
|
+
},
|
|
2089
|
+
"node_modules/fastify": {
|
|
2090
|
+
"version": "5.8.5",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz",
|
|
2092
|
+
"integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==",
|
|
2093
|
+
"funding": [
|
|
2094
|
+
{
|
|
2095
|
+
"type": "github",
|
|
2096
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"type": "opencollective",
|
|
2100
|
+
"url": "https://opencollective.com/fastify"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
"license": "MIT",
|
|
2104
|
+
"dependencies": {
|
|
2105
|
+
"@fastify/ajv-compiler": "^4.0.5",
|
|
2106
|
+
"@fastify/error": "^4.0.0",
|
|
2107
|
+
"@fastify/fast-json-stringify-compiler": "^5.0.0",
|
|
2108
|
+
"@fastify/proxy-addr": "^5.0.0",
|
|
2109
|
+
"abstract-logging": "^2.0.1",
|
|
2110
|
+
"avvio": "^9.0.0",
|
|
2111
|
+
"fast-json-stringify": "^6.0.0",
|
|
2112
|
+
"find-my-way": "^9.0.0",
|
|
2113
|
+
"light-my-request": "^6.0.0",
|
|
2114
|
+
"pino": "^9.14.0 || ^10.1.0",
|
|
2115
|
+
"process-warning": "^5.0.0",
|
|
2116
|
+
"rfdc": "^1.3.1",
|
|
2117
|
+
"secure-json-parse": "^4.0.0",
|
|
2118
|
+
"semver": "^7.6.0",
|
|
2119
|
+
"toad-cache": "^3.7.0"
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"node_modules/fastify-plugin": {
|
|
2123
|
+
"version": "5.1.0",
|
|
2124
|
+
"resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz",
|
|
2125
|
+
"integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==",
|
|
2126
|
+
"funding": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": "github",
|
|
2129
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"type": "opencollective",
|
|
2133
|
+
"url": "https://opencollective.com/fastify"
|
|
2134
|
+
}
|
|
2135
|
+
],
|
|
2136
|
+
"license": "MIT"
|
|
2137
|
+
},
|
|
2138
|
+
"node_modules/fastq": {
|
|
2139
|
+
"version": "1.20.1",
|
|
2140
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
2141
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
2142
|
+
"license": "ISC",
|
|
2143
|
+
"dependencies": {
|
|
2144
|
+
"reusify": "^1.0.4"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"node_modules/file-uri-to-path": {
|
|
2148
|
+
"version": "1.0.0",
|
|
2149
|
+
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
2150
|
+
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
|
|
2151
|
+
"license": "MIT"
|
|
2152
|
+
},
|
|
2153
|
+
"node_modules/finalhandler": {
|
|
2154
|
+
"version": "2.1.1",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
2156
|
+
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
2157
|
+
"license": "MIT",
|
|
2158
|
+
"dependencies": {
|
|
2159
|
+
"debug": "^4.4.0",
|
|
2160
|
+
"encodeurl": "^2.0.0",
|
|
2161
|
+
"escape-html": "^1.0.3",
|
|
2162
|
+
"on-finished": "^2.4.1",
|
|
2163
|
+
"parseurl": "^1.3.3",
|
|
2164
|
+
"statuses": "^2.0.1"
|
|
2165
|
+
},
|
|
2166
|
+
"engines": {
|
|
2167
|
+
"node": ">= 18.0.0"
|
|
2168
|
+
},
|
|
2169
|
+
"funding": {
|
|
2170
|
+
"type": "opencollective",
|
|
2171
|
+
"url": "https://opencollective.com/express"
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
"node_modules/find-my-way": {
|
|
2175
|
+
"version": "9.6.0",
|
|
2176
|
+
"resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.6.0.tgz",
|
|
2177
|
+
"integrity": "sha512-Zf4Xve4RymLl7NgaavNebZ01joJ8MfVerOG43wy7SHLO+r+K0C6d/SE0BiR7AV5V1VOCFlOP7ecdo+I4qmiHrQ==",
|
|
2178
|
+
"license": "MIT",
|
|
2179
|
+
"dependencies": {
|
|
2180
|
+
"fast-deep-equal": "^3.1.3",
|
|
2181
|
+
"fast-querystring": "^1.0.0",
|
|
2182
|
+
"safe-regex2": "^5.0.0"
|
|
2183
|
+
},
|
|
2184
|
+
"engines": {
|
|
2185
|
+
"node": ">=20"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"node_modules/foreground-child": {
|
|
2189
|
+
"version": "3.3.1",
|
|
2190
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
2191
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
2192
|
+
"license": "ISC",
|
|
2193
|
+
"dependencies": {
|
|
2194
|
+
"cross-spawn": "^7.0.6",
|
|
2195
|
+
"signal-exit": "^4.0.1"
|
|
2196
|
+
},
|
|
2197
|
+
"engines": {
|
|
2198
|
+
"node": ">=14"
|
|
2199
|
+
},
|
|
2200
|
+
"funding": {
|
|
2201
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"node_modules/forwarded": {
|
|
2205
|
+
"version": "0.2.0",
|
|
2206
|
+
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
2207
|
+
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
2208
|
+
"license": "MIT",
|
|
2209
|
+
"engines": {
|
|
2210
|
+
"node": ">= 0.6"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"node_modules/fresh": {
|
|
2214
|
+
"version": "2.0.0",
|
|
2215
|
+
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
|
2216
|
+
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
2217
|
+
"license": "MIT",
|
|
2218
|
+
"engines": {
|
|
2219
|
+
"node": ">= 0.8"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
"node_modules/fs-constants": {
|
|
2223
|
+
"version": "1.0.0",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
2225
|
+
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
2226
|
+
"license": "MIT"
|
|
2227
|
+
},
|
|
2228
|
+
"node_modules/fs-minipass": {
|
|
2229
|
+
"version": "2.1.0",
|
|
2230
|
+
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
2231
|
+
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
2232
|
+
"license": "ISC",
|
|
2233
|
+
"dependencies": {
|
|
2234
|
+
"minipass": "^3.0.0"
|
|
2235
|
+
},
|
|
2236
|
+
"engines": {
|
|
2237
|
+
"node": ">= 8"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"node_modules/fs-minipass/node_modules/minipass": {
|
|
2241
|
+
"version": "3.3.6",
|
|
2242
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2243
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2244
|
+
"license": "ISC",
|
|
2245
|
+
"dependencies": {
|
|
2246
|
+
"yallist": "^4.0.0"
|
|
2247
|
+
},
|
|
2248
|
+
"engines": {
|
|
2249
|
+
"node": ">=8"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
"node_modules/fs.realpath": {
|
|
2253
|
+
"version": "1.0.0",
|
|
2254
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
2255
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
2256
|
+
"license": "ISC",
|
|
2257
|
+
"optional": true
|
|
2258
|
+
},
|
|
2259
|
+
"node_modules/fsevents": {
|
|
2260
|
+
"version": "2.3.3",
|
|
2261
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2262
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2263
|
+
"dev": true,
|
|
2264
|
+
"hasInstallScript": true,
|
|
2265
|
+
"license": "MIT",
|
|
2266
|
+
"optional": true,
|
|
2267
|
+
"os": [
|
|
2268
|
+
"darwin"
|
|
2269
|
+
],
|
|
2270
|
+
"engines": {
|
|
2271
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
"node_modules/function-bind": {
|
|
2275
|
+
"version": "1.1.2",
|
|
2276
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2277
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2278
|
+
"license": "MIT",
|
|
2279
|
+
"funding": {
|
|
2280
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"node_modules/gauge": {
|
|
2284
|
+
"version": "4.0.4",
|
|
2285
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
|
|
2286
|
+
"integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
|
|
2287
|
+
"deprecated": "This package is no longer supported.",
|
|
2288
|
+
"license": "ISC",
|
|
2289
|
+
"optional": true,
|
|
2290
|
+
"dependencies": {
|
|
2291
|
+
"aproba": "^1.0.3 || ^2.0.0",
|
|
2292
|
+
"color-support": "^1.1.3",
|
|
2293
|
+
"console-control-strings": "^1.1.0",
|
|
2294
|
+
"has-unicode": "^2.0.1",
|
|
2295
|
+
"signal-exit": "^3.0.7",
|
|
2296
|
+
"string-width": "^4.2.3",
|
|
2297
|
+
"strip-ansi": "^6.0.1",
|
|
2298
|
+
"wide-align": "^1.1.5"
|
|
2299
|
+
},
|
|
2300
|
+
"engines": {
|
|
2301
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"node_modules/gauge/node_modules/signal-exit": {
|
|
2305
|
+
"version": "3.0.7",
|
|
2306
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
2307
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
2308
|
+
"license": "ISC",
|
|
2309
|
+
"optional": true
|
|
2310
|
+
},
|
|
2311
|
+
"node_modules/get-intrinsic": {
|
|
2312
|
+
"version": "1.3.0",
|
|
2313
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
2314
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
2315
|
+
"license": "MIT",
|
|
2316
|
+
"dependencies": {
|
|
2317
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
2318
|
+
"es-define-property": "^1.0.1",
|
|
2319
|
+
"es-errors": "^1.3.0",
|
|
2320
|
+
"es-object-atoms": "^1.1.1",
|
|
2321
|
+
"function-bind": "^1.1.2",
|
|
2322
|
+
"get-proto": "^1.0.1",
|
|
2323
|
+
"gopd": "^1.2.0",
|
|
2324
|
+
"has-symbols": "^1.1.0",
|
|
2325
|
+
"hasown": "^2.0.2",
|
|
2326
|
+
"math-intrinsics": "^1.1.0"
|
|
2327
|
+
},
|
|
2328
|
+
"engines": {
|
|
2329
|
+
"node": ">= 0.4"
|
|
2330
|
+
},
|
|
2331
|
+
"funding": {
|
|
2332
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
"node_modules/get-proto": {
|
|
2336
|
+
"version": "1.0.1",
|
|
2337
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
2338
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
2339
|
+
"license": "MIT",
|
|
2340
|
+
"dependencies": {
|
|
2341
|
+
"dunder-proto": "^1.0.1",
|
|
2342
|
+
"es-object-atoms": "^1.0.0"
|
|
2343
|
+
},
|
|
2344
|
+
"engines": {
|
|
2345
|
+
"node": ">= 0.4"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
"node_modules/github-from-package": {
|
|
2349
|
+
"version": "0.0.0",
|
|
2350
|
+
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
2351
|
+
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
2352
|
+
"license": "MIT"
|
|
2353
|
+
},
|
|
2354
|
+
"node_modules/glob": {
|
|
2355
|
+
"version": "11.1.0",
|
|
2356
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
|
2357
|
+
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
|
2358
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
2359
|
+
"license": "BlueOak-1.0.0",
|
|
2360
|
+
"dependencies": {
|
|
2361
|
+
"foreground-child": "^3.3.1",
|
|
2362
|
+
"jackspeak": "^4.1.1",
|
|
2363
|
+
"minimatch": "^10.1.1",
|
|
2364
|
+
"minipass": "^7.1.2",
|
|
2365
|
+
"package-json-from-dist": "^1.0.0",
|
|
2366
|
+
"path-scurry": "^2.0.0"
|
|
2367
|
+
},
|
|
2368
|
+
"bin": {
|
|
2369
|
+
"glob": "dist/esm/bin.mjs"
|
|
2370
|
+
},
|
|
2371
|
+
"engines": {
|
|
2372
|
+
"node": "20 || >=22"
|
|
2373
|
+
},
|
|
2374
|
+
"funding": {
|
|
2375
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"node_modules/gopd": {
|
|
2379
|
+
"version": "1.2.0",
|
|
2380
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
2381
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
2382
|
+
"license": "MIT",
|
|
2383
|
+
"engines": {
|
|
2384
|
+
"node": ">= 0.4"
|
|
2385
|
+
},
|
|
2386
|
+
"funding": {
|
|
2387
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"node_modules/graceful-fs": {
|
|
2391
|
+
"version": "4.2.11",
|
|
2392
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
2393
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
2394
|
+
"license": "ISC",
|
|
2395
|
+
"optional": true
|
|
2396
|
+
},
|
|
2397
|
+
"node_modules/has-symbols": {
|
|
2398
|
+
"version": "1.1.0",
|
|
2399
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2400
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2401
|
+
"license": "MIT",
|
|
2402
|
+
"engines": {
|
|
2403
|
+
"node": ">= 0.4"
|
|
2404
|
+
},
|
|
2405
|
+
"funding": {
|
|
2406
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
"node_modules/has-unicode": {
|
|
2410
|
+
"version": "2.0.1",
|
|
2411
|
+
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
2412
|
+
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
2413
|
+
"license": "ISC",
|
|
2414
|
+
"optional": true
|
|
2415
|
+
},
|
|
2416
|
+
"node_modules/hasown": {
|
|
2417
|
+
"version": "2.0.4",
|
|
2418
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
2419
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
2420
|
+
"license": "MIT",
|
|
2421
|
+
"dependencies": {
|
|
2422
|
+
"function-bind": "^1.1.2"
|
|
2423
|
+
},
|
|
2424
|
+
"engines": {
|
|
2425
|
+
"node": ">= 0.4"
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
"node_modules/hono": {
|
|
2429
|
+
"version": "4.12.27",
|
|
2430
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz",
|
|
2431
|
+
"integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==",
|
|
2432
|
+
"license": "MIT",
|
|
2433
|
+
"engines": {
|
|
2434
|
+
"node": ">=16.9.0"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
"node_modules/http-cache-semantics": {
|
|
2438
|
+
"version": "4.2.0",
|
|
2439
|
+
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
|
|
2440
|
+
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
|
2441
|
+
"license": "BSD-2-Clause",
|
|
2442
|
+
"optional": true
|
|
2443
|
+
},
|
|
2444
|
+
"node_modules/http-errors": {
|
|
2445
|
+
"version": "2.0.1",
|
|
2446
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
2447
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
2448
|
+
"license": "MIT",
|
|
2449
|
+
"dependencies": {
|
|
2450
|
+
"depd": "~2.0.0",
|
|
2451
|
+
"inherits": "~2.0.4",
|
|
2452
|
+
"setprototypeof": "~1.2.0",
|
|
2453
|
+
"statuses": "~2.0.2",
|
|
2454
|
+
"toidentifier": "~1.0.1"
|
|
2455
|
+
},
|
|
2456
|
+
"engines": {
|
|
2457
|
+
"node": ">= 0.8"
|
|
2458
|
+
},
|
|
2459
|
+
"funding": {
|
|
2460
|
+
"type": "opencollective",
|
|
2461
|
+
"url": "https://opencollective.com/express"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"node_modules/http-proxy-agent": {
|
|
2465
|
+
"version": "4.0.1",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
|
|
2467
|
+
"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
|
|
2468
|
+
"license": "MIT",
|
|
2469
|
+
"optional": true,
|
|
2470
|
+
"dependencies": {
|
|
2471
|
+
"@tootallnate/once": "1",
|
|
2472
|
+
"agent-base": "6",
|
|
2473
|
+
"debug": "4"
|
|
2474
|
+
},
|
|
2475
|
+
"engines": {
|
|
2476
|
+
"node": ">= 6"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"node_modules/https-proxy-agent": {
|
|
2480
|
+
"version": "5.0.1",
|
|
2481
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
2482
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
2483
|
+
"license": "MIT",
|
|
2484
|
+
"optional": true,
|
|
2485
|
+
"dependencies": {
|
|
2486
|
+
"agent-base": "6",
|
|
2487
|
+
"debug": "4"
|
|
2488
|
+
},
|
|
2489
|
+
"engines": {
|
|
2490
|
+
"node": ">= 6"
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
"node_modules/humanize-ms": {
|
|
2494
|
+
"version": "1.2.1",
|
|
2495
|
+
"resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
2496
|
+
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
2497
|
+
"license": "MIT",
|
|
2498
|
+
"optional": true,
|
|
2499
|
+
"dependencies": {
|
|
2500
|
+
"ms": "^2.0.0"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"node_modules/iconv-lite": {
|
|
2504
|
+
"version": "0.6.3",
|
|
2505
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2506
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2507
|
+
"license": "MIT",
|
|
2508
|
+
"optional": true,
|
|
2509
|
+
"dependencies": {
|
|
2510
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2511
|
+
},
|
|
2512
|
+
"engines": {
|
|
2513
|
+
"node": ">=0.10.0"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"node_modules/ieee754": {
|
|
2517
|
+
"version": "1.2.1",
|
|
2518
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
2519
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
2520
|
+
"funding": [
|
|
2521
|
+
{
|
|
2522
|
+
"type": "github",
|
|
2523
|
+
"url": "https://github.com/sponsors/feross"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"type": "patreon",
|
|
2527
|
+
"url": "https://www.patreon.com/feross"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"type": "consulting",
|
|
2531
|
+
"url": "https://feross.org/support"
|
|
2532
|
+
}
|
|
2533
|
+
],
|
|
2534
|
+
"license": "BSD-3-Clause"
|
|
2535
|
+
},
|
|
2536
|
+
"node_modules/imurmurhash": {
|
|
2537
|
+
"version": "0.1.4",
|
|
2538
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
2539
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
2540
|
+
"license": "MIT",
|
|
2541
|
+
"optional": true,
|
|
2542
|
+
"engines": {
|
|
2543
|
+
"node": ">=0.8.19"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"node_modules/indent-string": {
|
|
2547
|
+
"version": "4.0.0",
|
|
2548
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
2549
|
+
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
2550
|
+
"license": "MIT",
|
|
2551
|
+
"optional": true,
|
|
2552
|
+
"engines": {
|
|
2553
|
+
"node": ">=8"
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"node_modules/infer-owner": {
|
|
2557
|
+
"version": "1.0.4",
|
|
2558
|
+
"resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
|
|
2559
|
+
"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
|
|
2560
|
+
"license": "ISC",
|
|
2561
|
+
"optional": true
|
|
2562
|
+
},
|
|
2563
|
+
"node_modules/inflight": {
|
|
2564
|
+
"version": "1.0.6",
|
|
2565
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
2566
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
2567
|
+
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
2568
|
+
"license": "ISC",
|
|
2569
|
+
"optional": true,
|
|
2570
|
+
"dependencies": {
|
|
2571
|
+
"once": "^1.3.0",
|
|
2572
|
+
"wrappy": "1"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
"node_modules/inherits": {
|
|
2576
|
+
"version": "2.0.4",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
2578
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
2579
|
+
"license": "ISC"
|
|
2580
|
+
},
|
|
2581
|
+
"node_modules/ini": {
|
|
2582
|
+
"version": "1.3.8",
|
|
2583
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
2584
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
2585
|
+
"license": "ISC"
|
|
2586
|
+
},
|
|
2587
|
+
"node_modules/ip-address": {
|
|
2588
|
+
"version": "10.2.0",
|
|
2589
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
|
|
2590
|
+
"integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
|
|
2591
|
+
"license": "MIT",
|
|
2592
|
+
"engines": {
|
|
2593
|
+
"node": ">= 12"
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
"node_modules/ipaddr.js": {
|
|
2597
|
+
"version": "2.4.0",
|
|
2598
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.4.0.tgz",
|
|
2599
|
+
"integrity": "sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==",
|
|
2600
|
+
"license": "MIT",
|
|
2601
|
+
"engines": {
|
|
2602
|
+
"node": ">= 10"
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
"node_modules/is-fullwidth-code-point": {
|
|
2606
|
+
"version": "3.0.0",
|
|
2607
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2608
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
2609
|
+
"license": "MIT",
|
|
2610
|
+
"optional": true,
|
|
2611
|
+
"engines": {
|
|
2612
|
+
"node": ">=8"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"node_modules/is-lambda": {
|
|
2616
|
+
"version": "1.0.1",
|
|
2617
|
+
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
2618
|
+
"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
|
|
2619
|
+
"license": "MIT",
|
|
2620
|
+
"optional": true
|
|
2621
|
+
},
|
|
2622
|
+
"node_modules/is-promise": {
|
|
2623
|
+
"version": "4.0.0",
|
|
2624
|
+
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
2625
|
+
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
2626
|
+
"license": "MIT"
|
|
2627
|
+
},
|
|
2628
|
+
"node_modules/isexe": {
|
|
2629
|
+
"version": "2.0.0",
|
|
2630
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2631
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
2632
|
+
"license": "ISC"
|
|
2633
|
+
},
|
|
2634
|
+
"node_modules/jackspeak": {
|
|
2635
|
+
"version": "4.2.3",
|
|
2636
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
2637
|
+
"integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
|
|
2638
|
+
"license": "BlueOak-1.0.0",
|
|
2639
|
+
"dependencies": {
|
|
2640
|
+
"@isaacs/cliui": "^9.0.0"
|
|
2641
|
+
},
|
|
2642
|
+
"engines": {
|
|
2643
|
+
"node": "20 || >=22"
|
|
2644
|
+
},
|
|
2645
|
+
"funding": {
|
|
2646
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
"node_modules/jose": {
|
|
2650
|
+
"version": "6.2.3",
|
|
2651
|
+
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
|
|
2652
|
+
"integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
|
|
2653
|
+
"license": "MIT",
|
|
2654
|
+
"funding": {
|
|
2655
|
+
"url": "https://github.com/sponsors/panva"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
"node_modules/json-schema-ref-resolver": {
|
|
2659
|
+
"version": "3.0.0",
|
|
2660
|
+
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
|
|
2661
|
+
"integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==",
|
|
2662
|
+
"funding": [
|
|
2663
|
+
{
|
|
2664
|
+
"type": "github",
|
|
2665
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"type": "opencollective",
|
|
2669
|
+
"url": "https://opencollective.com/fastify"
|
|
2670
|
+
}
|
|
2671
|
+
],
|
|
2672
|
+
"license": "MIT",
|
|
2673
|
+
"dependencies": {
|
|
2674
|
+
"dequal": "^2.0.3"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
"node_modules/json-schema-resolver": {
|
|
2678
|
+
"version": "3.0.0",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-3.0.0.tgz",
|
|
2680
|
+
"integrity": "sha512-HqMnbz0tz2DaEJ3ntsqtx3ezzZyDE7G56A/pPY/NGmrPu76UzsWquOpHFRAf5beTNXoH2LU5cQePVvRli1nchA==",
|
|
2681
|
+
"license": "MIT",
|
|
2682
|
+
"dependencies": {
|
|
2683
|
+
"debug": "^4.1.1",
|
|
2684
|
+
"fast-uri": "^3.0.5",
|
|
2685
|
+
"rfdc": "^1.1.4"
|
|
2686
|
+
},
|
|
2687
|
+
"engines": {
|
|
2688
|
+
"node": ">=20"
|
|
2689
|
+
},
|
|
2690
|
+
"funding": {
|
|
2691
|
+
"url": "https://github.com/Eomm/json-schema-resolver?sponsor=1"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
"node_modules/json-schema-traverse": {
|
|
2695
|
+
"version": "1.0.0",
|
|
2696
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2697
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2698
|
+
"license": "MIT"
|
|
2699
|
+
},
|
|
2700
|
+
"node_modules/json-schema-typed": {
|
|
2701
|
+
"version": "8.0.2",
|
|
2702
|
+
"resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
|
|
2703
|
+
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
|
2704
|
+
"license": "BSD-2-Clause"
|
|
2705
|
+
},
|
|
2706
|
+
"node_modules/light-my-request": {
|
|
2707
|
+
"version": "6.6.0",
|
|
2708
|
+
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz",
|
|
2709
|
+
"integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
|
|
2710
|
+
"funding": [
|
|
2711
|
+
{
|
|
2712
|
+
"type": "github",
|
|
2713
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"type": "opencollective",
|
|
2717
|
+
"url": "https://opencollective.com/fastify"
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
"license": "BSD-3-Clause",
|
|
2721
|
+
"dependencies": {
|
|
2722
|
+
"cookie": "^1.0.1",
|
|
2723
|
+
"process-warning": "^4.0.0",
|
|
2724
|
+
"set-cookie-parser": "^2.6.0"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2727
|
+
"node_modules/light-my-request/node_modules/process-warning": {
|
|
2728
|
+
"version": "4.0.1",
|
|
2729
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
|
|
2730
|
+
"integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
|
|
2731
|
+
"funding": [
|
|
2732
|
+
{
|
|
2733
|
+
"type": "github",
|
|
2734
|
+
"url": "https://github.com/sponsors/fastify"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"type": "opencollective",
|
|
2738
|
+
"url": "https://opencollective.com/fastify"
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"license": "MIT"
|
|
2742
|
+
},
|
|
2743
|
+
"node_modules/lodash": {
|
|
2744
|
+
"version": "4.18.1",
|
|
2745
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
2746
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
2747
|
+
"license": "MIT"
|
|
2748
|
+
},
|
|
2749
|
+
"node_modules/lru-cache": {
|
|
2750
|
+
"version": "11.5.1",
|
|
2751
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz",
|
|
2752
|
+
"integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==",
|
|
2753
|
+
"license": "BlueOak-1.0.0",
|
|
2754
|
+
"engines": {
|
|
2755
|
+
"node": "20 || >=22"
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
"node_modules/make-fetch-happen": {
|
|
2759
|
+
"version": "9.1.0",
|
|
2760
|
+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
|
|
2761
|
+
"integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
|
|
2762
|
+
"license": "ISC",
|
|
2763
|
+
"optional": true,
|
|
2764
|
+
"dependencies": {
|
|
2765
|
+
"agentkeepalive": "^4.1.3",
|
|
2766
|
+
"cacache": "^15.2.0",
|
|
2767
|
+
"http-cache-semantics": "^4.1.0",
|
|
2768
|
+
"http-proxy-agent": "^4.0.1",
|
|
2769
|
+
"https-proxy-agent": "^5.0.0",
|
|
2770
|
+
"is-lambda": "^1.0.1",
|
|
2771
|
+
"lru-cache": "^6.0.0",
|
|
2772
|
+
"minipass": "^3.1.3",
|
|
2773
|
+
"minipass-collect": "^1.0.2",
|
|
2774
|
+
"minipass-fetch": "^1.3.2",
|
|
2775
|
+
"minipass-flush": "^1.0.5",
|
|
2776
|
+
"minipass-pipeline": "^1.2.4",
|
|
2777
|
+
"negotiator": "^0.6.2",
|
|
2778
|
+
"promise-retry": "^2.0.1",
|
|
2779
|
+
"socks-proxy-agent": "^6.0.0",
|
|
2780
|
+
"ssri": "^8.0.0"
|
|
2781
|
+
},
|
|
2782
|
+
"engines": {
|
|
2783
|
+
"node": ">= 10"
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
"node_modules/make-fetch-happen/node_modules/lru-cache": {
|
|
2787
|
+
"version": "6.0.0",
|
|
2788
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
2789
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
2790
|
+
"license": "ISC",
|
|
2791
|
+
"optional": true,
|
|
2792
|
+
"dependencies": {
|
|
2793
|
+
"yallist": "^4.0.0"
|
|
2794
|
+
},
|
|
2795
|
+
"engines": {
|
|
2796
|
+
"node": ">=10"
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
"node_modules/make-fetch-happen/node_modules/minipass": {
|
|
2800
|
+
"version": "3.3.6",
|
|
2801
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2802
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2803
|
+
"license": "ISC",
|
|
2804
|
+
"optional": true,
|
|
2805
|
+
"dependencies": {
|
|
2806
|
+
"yallist": "^4.0.0"
|
|
2807
|
+
},
|
|
2808
|
+
"engines": {
|
|
2809
|
+
"node": ">=8"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"node_modules/math-intrinsics": {
|
|
2813
|
+
"version": "1.1.0",
|
|
2814
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
2815
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
2816
|
+
"license": "MIT",
|
|
2817
|
+
"engines": {
|
|
2818
|
+
"node": ">= 0.4"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"node_modules/media-typer": {
|
|
2822
|
+
"version": "1.1.0",
|
|
2823
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
2824
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
2825
|
+
"license": "MIT",
|
|
2826
|
+
"engines": {
|
|
2827
|
+
"node": ">= 0.8"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"node_modules/merge-descriptors": {
|
|
2831
|
+
"version": "2.0.0",
|
|
2832
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
2833
|
+
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
2834
|
+
"license": "MIT",
|
|
2835
|
+
"engines": {
|
|
2836
|
+
"node": ">=18"
|
|
2837
|
+
},
|
|
2838
|
+
"funding": {
|
|
2839
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
"node_modules/mime": {
|
|
2843
|
+
"version": "3.0.0",
|
|
2844
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
|
2845
|
+
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
|
|
2846
|
+
"license": "MIT",
|
|
2847
|
+
"bin": {
|
|
2848
|
+
"mime": "cli.js"
|
|
2849
|
+
},
|
|
2850
|
+
"engines": {
|
|
2851
|
+
"node": ">=10.0.0"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"node_modules/mime-db": {
|
|
2855
|
+
"version": "1.54.0",
|
|
2856
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
2857
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
2858
|
+
"license": "MIT",
|
|
2859
|
+
"engines": {
|
|
2860
|
+
"node": ">= 0.6"
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
"node_modules/mime-types": {
|
|
2864
|
+
"version": "3.0.2",
|
|
2865
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
2866
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
2867
|
+
"license": "MIT",
|
|
2868
|
+
"dependencies": {
|
|
2869
|
+
"mime-db": "^1.54.0"
|
|
2870
|
+
},
|
|
2871
|
+
"engines": {
|
|
2872
|
+
"node": ">=18"
|
|
2873
|
+
},
|
|
2874
|
+
"funding": {
|
|
2875
|
+
"type": "opencollective",
|
|
2876
|
+
"url": "https://opencollective.com/express"
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2879
|
+
"node_modules/mimic-response": {
|
|
2880
|
+
"version": "3.1.0",
|
|
2881
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
2882
|
+
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
2883
|
+
"license": "MIT",
|
|
2884
|
+
"engines": {
|
|
2885
|
+
"node": ">=10"
|
|
2886
|
+
},
|
|
2887
|
+
"funding": {
|
|
2888
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"node_modules/minimatch": {
|
|
2892
|
+
"version": "10.2.5",
|
|
2893
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2894
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2895
|
+
"license": "BlueOak-1.0.0",
|
|
2896
|
+
"dependencies": {
|
|
2897
|
+
"brace-expansion": "^5.0.5"
|
|
2898
|
+
},
|
|
2899
|
+
"engines": {
|
|
2900
|
+
"node": "18 || 20 || >=22"
|
|
2901
|
+
},
|
|
2902
|
+
"funding": {
|
|
2903
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"node_modules/minimist": {
|
|
2907
|
+
"version": "1.2.8",
|
|
2908
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
2909
|
+
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
2910
|
+
"license": "MIT",
|
|
2911
|
+
"funding": {
|
|
2912
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"node_modules/minipass": {
|
|
2916
|
+
"version": "7.1.3",
|
|
2917
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
2918
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
2919
|
+
"license": "BlueOak-1.0.0",
|
|
2920
|
+
"engines": {
|
|
2921
|
+
"node": ">=16 || 14 >=14.17"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"node_modules/minipass-collect": {
|
|
2925
|
+
"version": "1.0.2",
|
|
2926
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
2927
|
+
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
2928
|
+
"license": "ISC",
|
|
2929
|
+
"optional": true,
|
|
2930
|
+
"dependencies": {
|
|
2931
|
+
"minipass": "^3.0.0"
|
|
2932
|
+
},
|
|
2933
|
+
"engines": {
|
|
2934
|
+
"node": ">= 8"
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
"node_modules/minipass-collect/node_modules/minipass": {
|
|
2938
|
+
"version": "3.3.6",
|
|
2939
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2940
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2941
|
+
"license": "ISC",
|
|
2942
|
+
"optional": true,
|
|
2943
|
+
"dependencies": {
|
|
2944
|
+
"yallist": "^4.0.0"
|
|
2945
|
+
},
|
|
2946
|
+
"engines": {
|
|
2947
|
+
"node": ">=8"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
"node_modules/minipass-fetch": {
|
|
2951
|
+
"version": "1.4.1",
|
|
2952
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
|
|
2953
|
+
"integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
|
|
2954
|
+
"license": "MIT",
|
|
2955
|
+
"optional": true,
|
|
2956
|
+
"dependencies": {
|
|
2957
|
+
"minipass": "^3.1.0",
|
|
2958
|
+
"minipass-sized": "^1.0.3",
|
|
2959
|
+
"minizlib": "^2.0.0"
|
|
2960
|
+
},
|
|
2961
|
+
"engines": {
|
|
2962
|
+
"node": ">=8"
|
|
2963
|
+
},
|
|
2964
|
+
"optionalDependencies": {
|
|
2965
|
+
"encoding": "^0.1.12"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
"node_modules/minipass-fetch/node_modules/minipass": {
|
|
2969
|
+
"version": "3.3.6",
|
|
2970
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2971
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2972
|
+
"license": "ISC",
|
|
2973
|
+
"optional": true,
|
|
2974
|
+
"dependencies": {
|
|
2975
|
+
"yallist": "^4.0.0"
|
|
2976
|
+
},
|
|
2977
|
+
"engines": {
|
|
2978
|
+
"node": ">=8"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"node_modules/minipass-flush": {
|
|
2982
|
+
"version": "1.0.7",
|
|
2983
|
+
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
|
|
2984
|
+
"integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
|
|
2985
|
+
"license": "BlueOak-1.0.0",
|
|
2986
|
+
"optional": true,
|
|
2987
|
+
"dependencies": {
|
|
2988
|
+
"minipass": "^3.0.0"
|
|
2989
|
+
},
|
|
2990
|
+
"engines": {
|
|
2991
|
+
"node": ">= 8"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/minipass-flush/node_modules/minipass": {
|
|
2995
|
+
"version": "3.3.6",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2997
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2998
|
+
"license": "ISC",
|
|
2999
|
+
"optional": true,
|
|
3000
|
+
"dependencies": {
|
|
3001
|
+
"yallist": "^4.0.0"
|
|
3002
|
+
},
|
|
3003
|
+
"engines": {
|
|
3004
|
+
"node": ">=8"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
"node_modules/minipass-pipeline": {
|
|
3008
|
+
"version": "1.2.4",
|
|
3009
|
+
"resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
|
|
3010
|
+
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
|
|
3011
|
+
"license": "ISC",
|
|
3012
|
+
"optional": true,
|
|
3013
|
+
"dependencies": {
|
|
3014
|
+
"minipass": "^3.0.0"
|
|
3015
|
+
},
|
|
3016
|
+
"engines": {
|
|
3017
|
+
"node": ">=8"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
"node_modules/minipass-pipeline/node_modules/minipass": {
|
|
3021
|
+
"version": "3.3.6",
|
|
3022
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
3023
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
3024
|
+
"license": "ISC",
|
|
3025
|
+
"optional": true,
|
|
3026
|
+
"dependencies": {
|
|
3027
|
+
"yallist": "^4.0.0"
|
|
3028
|
+
},
|
|
3029
|
+
"engines": {
|
|
3030
|
+
"node": ">=8"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"node_modules/minipass-sized": {
|
|
3034
|
+
"version": "1.0.3",
|
|
3035
|
+
"resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
|
|
3036
|
+
"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
|
|
3037
|
+
"license": "ISC",
|
|
3038
|
+
"optional": true,
|
|
3039
|
+
"dependencies": {
|
|
3040
|
+
"minipass": "^3.0.0"
|
|
3041
|
+
},
|
|
3042
|
+
"engines": {
|
|
3043
|
+
"node": ">=8"
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
3046
|
+
"node_modules/minipass-sized/node_modules/minipass": {
|
|
3047
|
+
"version": "3.3.6",
|
|
3048
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
3049
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
3050
|
+
"license": "ISC",
|
|
3051
|
+
"optional": true,
|
|
3052
|
+
"dependencies": {
|
|
3053
|
+
"yallist": "^4.0.0"
|
|
3054
|
+
},
|
|
3055
|
+
"engines": {
|
|
3056
|
+
"node": ">=8"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
"node_modules/minizlib": {
|
|
3060
|
+
"version": "2.1.2",
|
|
3061
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
|
3062
|
+
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
3063
|
+
"license": "MIT",
|
|
3064
|
+
"dependencies": {
|
|
3065
|
+
"minipass": "^3.0.0",
|
|
3066
|
+
"yallist": "^4.0.0"
|
|
3067
|
+
},
|
|
3068
|
+
"engines": {
|
|
3069
|
+
"node": ">= 8"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
"node_modules/minizlib/node_modules/minipass": {
|
|
3073
|
+
"version": "3.3.6",
|
|
3074
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
3075
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
3076
|
+
"license": "ISC",
|
|
3077
|
+
"dependencies": {
|
|
3078
|
+
"yallist": "^4.0.0"
|
|
3079
|
+
},
|
|
3080
|
+
"engines": {
|
|
3081
|
+
"node": ">=8"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"node_modules/mkdirp": {
|
|
3085
|
+
"version": "1.0.4",
|
|
3086
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
3087
|
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
3088
|
+
"license": "MIT",
|
|
3089
|
+
"bin": {
|
|
3090
|
+
"mkdirp": "bin/cmd.js"
|
|
3091
|
+
},
|
|
3092
|
+
"engines": {
|
|
3093
|
+
"node": ">=10"
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
"node_modules/mkdirp-classic": {
|
|
3097
|
+
"version": "0.5.3",
|
|
3098
|
+
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
3099
|
+
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
3100
|
+
"license": "MIT"
|
|
3101
|
+
},
|
|
3102
|
+
"node_modules/ms": {
|
|
3103
|
+
"version": "2.1.3",
|
|
3104
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
3105
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3106
|
+
"license": "MIT"
|
|
3107
|
+
},
|
|
3108
|
+
"node_modules/napi-build-utils": {
|
|
3109
|
+
"version": "2.0.0",
|
|
3110
|
+
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
|
3111
|
+
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
3112
|
+
"license": "MIT"
|
|
3113
|
+
},
|
|
3114
|
+
"node_modules/negotiator": {
|
|
3115
|
+
"version": "0.6.4",
|
|
3116
|
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
|
|
3117
|
+
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
|
|
3118
|
+
"license": "MIT",
|
|
3119
|
+
"optional": true,
|
|
3120
|
+
"engines": {
|
|
3121
|
+
"node": ">= 0.6"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3124
|
+
"node_modules/node-abi": {
|
|
3125
|
+
"version": "3.92.0",
|
|
3126
|
+
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz",
|
|
3127
|
+
"integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==",
|
|
3128
|
+
"license": "MIT",
|
|
3129
|
+
"dependencies": {
|
|
3130
|
+
"semver": "^7.3.5"
|
|
3131
|
+
},
|
|
3132
|
+
"engines": {
|
|
3133
|
+
"node": ">=10"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"node_modules/node-addon-api": {
|
|
3137
|
+
"version": "7.1.1",
|
|
3138
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
3139
|
+
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
3140
|
+
"license": "MIT"
|
|
3141
|
+
},
|
|
3142
|
+
"node_modules/node-eta": {
|
|
3143
|
+
"version": "0.9.0",
|
|
3144
|
+
"resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.9.0.tgz",
|
|
3145
|
+
"integrity": "sha512-mTCTZk29tmX1OGfVkPt63H3c3VqXrI2Kvua98S7iUIB/Gbp0MNw05YtUomxQIxnnKMyRIIuY9izPcFixzhSBrA==",
|
|
3146
|
+
"license": "MIT"
|
|
3147
|
+
},
|
|
3148
|
+
"node_modules/node-gyp": {
|
|
3149
|
+
"version": "8.4.1",
|
|
3150
|
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
|
|
3151
|
+
"integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
|
|
3152
|
+
"license": "MIT",
|
|
3153
|
+
"optional": true,
|
|
3154
|
+
"dependencies": {
|
|
3155
|
+
"env-paths": "^2.2.0",
|
|
3156
|
+
"glob": "^7.1.4",
|
|
3157
|
+
"graceful-fs": "^4.2.6",
|
|
3158
|
+
"make-fetch-happen": "^9.1.0",
|
|
3159
|
+
"nopt": "^5.0.0",
|
|
3160
|
+
"npmlog": "^6.0.0",
|
|
3161
|
+
"rimraf": "^3.0.2",
|
|
3162
|
+
"semver": "^7.3.5",
|
|
3163
|
+
"tar": "^6.1.2",
|
|
3164
|
+
"which": "^2.0.2"
|
|
3165
|
+
},
|
|
3166
|
+
"bin": {
|
|
3167
|
+
"node-gyp": "bin/node-gyp.js"
|
|
3168
|
+
},
|
|
3169
|
+
"engines": {
|
|
3170
|
+
"node": ">= 10.12.0"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
"node_modules/node-gyp/node_modules/balanced-match": {
|
|
3174
|
+
"version": "1.0.2",
|
|
3175
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3176
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3177
|
+
"license": "MIT",
|
|
3178
|
+
"optional": true
|
|
3179
|
+
},
|
|
3180
|
+
"node_modules/node-gyp/node_modules/brace-expansion": {
|
|
3181
|
+
"version": "1.1.15",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
3183
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
3184
|
+
"license": "MIT",
|
|
3185
|
+
"optional": true,
|
|
3186
|
+
"dependencies": {
|
|
3187
|
+
"balanced-match": "^1.0.0",
|
|
3188
|
+
"concat-map": "0.0.1"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
"node_modules/node-gyp/node_modules/glob": {
|
|
3192
|
+
"version": "7.2.3",
|
|
3193
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
3194
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
3195
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
3196
|
+
"license": "ISC",
|
|
3197
|
+
"optional": true,
|
|
3198
|
+
"dependencies": {
|
|
3199
|
+
"fs.realpath": "^1.0.0",
|
|
3200
|
+
"inflight": "^1.0.4",
|
|
3201
|
+
"inherits": "2",
|
|
3202
|
+
"minimatch": "^3.1.1",
|
|
3203
|
+
"once": "^1.3.0",
|
|
3204
|
+
"path-is-absolute": "^1.0.0"
|
|
3205
|
+
},
|
|
3206
|
+
"engines": {
|
|
3207
|
+
"node": "*"
|
|
3208
|
+
},
|
|
3209
|
+
"funding": {
|
|
3210
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3211
|
+
}
|
|
3212
|
+
},
|
|
3213
|
+
"node_modules/node-gyp/node_modules/minimatch": {
|
|
3214
|
+
"version": "3.1.5",
|
|
3215
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
3216
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
3217
|
+
"license": "ISC",
|
|
3218
|
+
"optional": true,
|
|
3219
|
+
"dependencies": {
|
|
3220
|
+
"brace-expansion": "^1.1.7"
|
|
3221
|
+
},
|
|
3222
|
+
"engines": {
|
|
3223
|
+
"node": "*"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"node_modules/nopt": {
|
|
3227
|
+
"version": "5.0.0",
|
|
3228
|
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
|
|
3229
|
+
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
|
3230
|
+
"license": "ISC",
|
|
3231
|
+
"optional": true,
|
|
3232
|
+
"dependencies": {
|
|
3233
|
+
"abbrev": "1"
|
|
3234
|
+
},
|
|
3235
|
+
"bin": {
|
|
3236
|
+
"nopt": "bin/nopt.js"
|
|
3237
|
+
},
|
|
3238
|
+
"engines": {
|
|
3239
|
+
"node": ">=6"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
"node_modules/npmlog": {
|
|
3243
|
+
"version": "6.0.2",
|
|
3244
|
+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
|
|
3245
|
+
"integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
|
|
3246
|
+
"deprecated": "This package is no longer supported.",
|
|
3247
|
+
"license": "ISC",
|
|
3248
|
+
"optional": true,
|
|
3249
|
+
"dependencies": {
|
|
3250
|
+
"are-we-there-yet": "^3.0.0",
|
|
3251
|
+
"console-control-strings": "^1.1.0",
|
|
3252
|
+
"gauge": "^4.0.3",
|
|
3253
|
+
"set-blocking": "^2.0.0"
|
|
3254
|
+
},
|
|
3255
|
+
"engines": {
|
|
3256
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
"node_modules/object-assign": {
|
|
3260
|
+
"version": "4.1.1",
|
|
3261
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
3262
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
3263
|
+
"license": "MIT",
|
|
3264
|
+
"engines": {
|
|
3265
|
+
"node": ">=0.10.0"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"node_modules/object-inspect": {
|
|
3269
|
+
"version": "1.13.4",
|
|
3270
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
3271
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
3272
|
+
"license": "MIT",
|
|
3273
|
+
"engines": {
|
|
3274
|
+
"node": ">= 0.4"
|
|
3275
|
+
},
|
|
3276
|
+
"funding": {
|
|
3277
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
"node_modules/on-exit-leak-free": {
|
|
3281
|
+
"version": "2.1.2",
|
|
3282
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
3283
|
+
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
|
3284
|
+
"license": "MIT",
|
|
3285
|
+
"engines": {
|
|
3286
|
+
"node": ">=14.0.0"
|
|
3287
|
+
}
|
|
3288
|
+
},
|
|
3289
|
+
"node_modules/on-finished": {
|
|
3290
|
+
"version": "2.4.1",
|
|
3291
|
+
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
3292
|
+
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
3293
|
+
"license": "MIT",
|
|
3294
|
+
"dependencies": {
|
|
3295
|
+
"ee-first": "1.1.1"
|
|
3296
|
+
},
|
|
3297
|
+
"engines": {
|
|
3298
|
+
"node": ">= 0.8"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
"node_modules/once": {
|
|
3302
|
+
"version": "1.4.0",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
3304
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
3305
|
+
"license": "ISC",
|
|
3306
|
+
"dependencies": {
|
|
3307
|
+
"wrappy": "1"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"node_modules/openapi-types": {
|
|
3311
|
+
"version": "12.1.3",
|
|
3312
|
+
"resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz",
|
|
3313
|
+
"integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
|
|
3314
|
+
"license": "MIT"
|
|
3315
|
+
},
|
|
3316
|
+
"node_modules/p-map": {
|
|
3317
|
+
"version": "4.0.0",
|
|
3318
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
|
3319
|
+
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
3320
|
+
"license": "MIT",
|
|
3321
|
+
"optional": true,
|
|
3322
|
+
"dependencies": {
|
|
3323
|
+
"aggregate-error": "^3.0.0"
|
|
3324
|
+
},
|
|
3325
|
+
"engines": {
|
|
3326
|
+
"node": ">=10"
|
|
3327
|
+
},
|
|
3328
|
+
"funding": {
|
|
3329
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
"node_modules/package-json-from-dist": {
|
|
3333
|
+
"version": "1.0.1",
|
|
3334
|
+
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
3335
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
3336
|
+
"license": "BlueOak-1.0.0"
|
|
3337
|
+
},
|
|
3338
|
+
"node_modules/parseurl": {
|
|
3339
|
+
"version": "1.3.3",
|
|
3340
|
+
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
3341
|
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
3342
|
+
"license": "MIT",
|
|
3343
|
+
"engines": {
|
|
3344
|
+
"node": ">= 0.8"
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3347
|
+
"node_modules/path-is-absolute": {
|
|
3348
|
+
"version": "1.0.1",
|
|
3349
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
3350
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
3351
|
+
"license": "MIT",
|
|
3352
|
+
"optional": true,
|
|
3353
|
+
"engines": {
|
|
3354
|
+
"node": ">=0.10.0"
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
"node_modules/path-key": {
|
|
3358
|
+
"version": "3.1.1",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
3360
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
3361
|
+
"license": "MIT",
|
|
3362
|
+
"engines": {
|
|
3363
|
+
"node": ">=8"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"node_modules/path-scurry": {
|
|
3367
|
+
"version": "2.0.2",
|
|
3368
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
3369
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
3370
|
+
"license": "BlueOak-1.0.0",
|
|
3371
|
+
"dependencies": {
|
|
3372
|
+
"lru-cache": "^11.0.0",
|
|
3373
|
+
"minipass": "^7.1.2"
|
|
3374
|
+
},
|
|
3375
|
+
"engines": {
|
|
3376
|
+
"node": "18 || 20 || >=22"
|
|
3377
|
+
},
|
|
3378
|
+
"funding": {
|
|
3379
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3380
|
+
}
|
|
3381
|
+
},
|
|
3382
|
+
"node_modules/path-to-regexp": {
|
|
3383
|
+
"version": "8.4.2",
|
|
3384
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
3385
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
3386
|
+
"license": "MIT",
|
|
3387
|
+
"funding": {
|
|
3388
|
+
"type": "opencollective",
|
|
3389
|
+
"url": "https://opencollective.com/express"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"node_modules/pino": {
|
|
3393
|
+
"version": "10.3.1",
|
|
3394
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
|
|
3395
|
+
"integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
|
|
3396
|
+
"license": "MIT",
|
|
3397
|
+
"dependencies": {
|
|
3398
|
+
"@pinojs/redact": "^0.4.0",
|
|
3399
|
+
"atomic-sleep": "^1.0.0",
|
|
3400
|
+
"on-exit-leak-free": "^2.1.0",
|
|
3401
|
+
"pino-abstract-transport": "^3.0.0",
|
|
3402
|
+
"pino-std-serializers": "^7.0.0",
|
|
3403
|
+
"process-warning": "^5.0.0",
|
|
3404
|
+
"quick-format-unescaped": "^4.0.3",
|
|
3405
|
+
"real-require": "^0.2.0",
|
|
3406
|
+
"safe-stable-stringify": "^2.3.1",
|
|
3407
|
+
"sonic-boom": "^4.0.1",
|
|
3408
|
+
"thread-stream": "^4.0.0"
|
|
3409
|
+
},
|
|
3410
|
+
"bin": {
|
|
3411
|
+
"pino": "bin.js"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
"node_modules/pino-abstract-transport": {
|
|
3415
|
+
"version": "3.0.0",
|
|
3416
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
|
|
3417
|
+
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
|
|
3418
|
+
"license": "MIT",
|
|
3419
|
+
"dependencies": {
|
|
3420
|
+
"split2": "^4.0.0"
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
"node_modules/pino-std-serializers": {
|
|
3424
|
+
"version": "7.1.0",
|
|
3425
|
+
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
|
|
3426
|
+
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
|
3427
|
+
"license": "MIT"
|
|
3428
|
+
},
|
|
3429
|
+
"node_modules/pkce-challenge": {
|
|
3430
|
+
"version": "5.0.1",
|
|
3431
|
+
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
|
|
3432
|
+
"integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
|
|
3433
|
+
"license": "MIT",
|
|
3434
|
+
"engines": {
|
|
3435
|
+
"node": ">=16.20.0"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"node_modules/prebuild-install": {
|
|
3439
|
+
"version": "7.1.3",
|
|
3440
|
+
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
3441
|
+
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
3442
|
+
"deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
|
|
3443
|
+
"license": "MIT",
|
|
3444
|
+
"dependencies": {
|
|
3445
|
+
"detect-libc": "^2.0.0",
|
|
3446
|
+
"expand-template": "^2.0.3",
|
|
3447
|
+
"github-from-package": "0.0.0",
|
|
3448
|
+
"minimist": "^1.2.3",
|
|
3449
|
+
"mkdirp-classic": "^0.5.3",
|
|
3450
|
+
"napi-build-utils": "^2.0.0",
|
|
3451
|
+
"node-abi": "^3.3.0",
|
|
3452
|
+
"pump": "^3.0.0",
|
|
3453
|
+
"rc": "^1.2.7",
|
|
3454
|
+
"simple-get": "^4.0.0",
|
|
3455
|
+
"tar-fs": "^2.0.0",
|
|
3456
|
+
"tunnel-agent": "^0.6.0"
|
|
3457
|
+
},
|
|
3458
|
+
"bin": {
|
|
3459
|
+
"prebuild-install": "bin.js"
|
|
3460
|
+
},
|
|
3461
|
+
"engines": {
|
|
3462
|
+
"node": ">=10"
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
"node_modules/process-warning": {
|
|
3466
|
+
"version": "5.0.0",
|
|
3467
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
3468
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
3469
|
+
"funding": [
|
|
3470
|
+
{
|
|
3471
|
+
"type": "github",
|
|
3472
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"type": "opencollective",
|
|
3476
|
+
"url": "https://opencollective.com/fastify"
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3479
|
+
"license": "MIT"
|
|
3480
|
+
},
|
|
3481
|
+
"node_modules/promise-inflight": {
|
|
3482
|
+
"version": "1.0.1",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
|
|
3484
|
+
"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
|
|
3485
|
+
"license": "ISC",
|
|
3486
|
+
"optional": true
|
|
3487
|
+
},
|
|
3488
|
+
"node_modules/promise-retry": {
|
|
3489
|
+
"version": "2.0.1",
|
|
3490
|
+
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
|
|
3491
|
+
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
3492
|
+
"license": "MIT",
|
|
3493
|
+
"optional": true,
|
|
3494
|
+
"dependencies": {
|
|
3495
|
+
"err-code": "^2.0.2",
|
|
3496
|
+
"retry": "^0.12.0"
|
|
3497
|
+
},
|
|
3498
|
+
"engines": {
|
|
3499
|
+
"node": ">=10"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
"node_modules/proxy-addr": {
|
|
3503
|
+
"version": "2.0.7",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
3505
|
+
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
3506
|
+
"license": "MIT",
|
|
3507
|
+
"dependencies": {
|
|
3508
|
+
"forwarded": "0.2.0",
|
|
3509
|
+
"ipaddr.js": "1.9.1"
|
|
3510
|
+
},
|
|
3511
|
+
"engines": {
|
|
3512
|
+
"node": ">= 0.10"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
"node_modules/proxy-addr/node_modules/ipaddr.js": {
|
|
3516
|
+
"version": "1.9.1",
|
|
3517
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
3518
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
3519
|
+
"license": "MIT",
|
|
3520
|
+
"engines": {
|
|
3521
|
+
"node": ">= 0.10"
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3524
|
+
"node_modules/pump": {
|
|
3525
|
+
"version": "3.0.4",
|
|
3526
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
3527
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
3528
|
+
"license": "MIT",
|
|
3529
|
+
"dependencies": {
|
|
3530
|
+
"end-of-stream": "^1.1.0",
|
|
3531
|
+
"once": "^1.3.1"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
"node_modules/qs": {
|
|
3535
|
+
"version": "6.15.3",
|
|
3536
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
|
|
3537
|
+
"integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
|
|
3538
|
+
"license": "BSD-3-Clause",
|
|
3539
|
+
"dependencies": {
|
|
3540
|
+
"es-define-property": "^1.0.1",
|
|
3541
|
+
"side-channel": "^1.1.1"
|
|
3542
|
+
},
|
|
3543
|
+
"engines": {
|
|
3544
|
+
"node": ">=0.6"
|
|
3545
|
+
},
|
|
3546
|
+
"funding": {
|
|
3547
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"node_modules/quick-format-unescaped": {
|
|
3551
|
+
"version": "4.0.4",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
3553
|
+
"integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
|
|
3554
|
+
"license": "MIT"
|
|
3555
|
+
},
|
|
3556
|
+
"node_modules/range-parser": {
|
|
3557
|
+
"version": "1.2.1",
|
|
3558
|
+
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
|
3559
|
+
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
3560
|
+
"license": "MIT",
|
|
3561
|
+
"engines": {
|
|
3562
|
+
"node": ">= 0.6"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
"node_modules/raw-body": {
|
|
3566
|
+
"version": "3.0.2",
|
|
3567
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
|
|
3568
|
+
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
3569
|
+
"license": "MIT",
|
|
3570
|
+
"dependencies": {
|
|
3571
|
+
"bytes": "~3.1.2",
|
|
3572
|
+
"http-errors": "~2.0.1",
|
|
3573
|
+
"iconv-lite": "~0.7.0",
|
|
3574
|
+
"unpipe": "~1.0.0"
|
|
3575
|
+
},
|
|
3576
|
+
"engines": {
|
|
3577
|
+
"node": ">= 0.10"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3581
|
+
"version": "0.7.2",
|
|
3582
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
3583
|
+
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
3584
|
+
"license": "MIT",
|
|
3585
|
+
"dependencies": {
|
|
3586
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
3587
|
+
},
|
|
3588
|
+
"engines": {
|
|
3589
|
+
"node": ">=0.10.0"
|
|
3590
|
+
},
|
|
3591
|
+
"funding": {
|
|
3592
|
+
"type": "opencollective",
|
|
3593
|
+
"url": "https://opencollective.com/express"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
"node_modules/rc": {
|
|
3597
|
+
"version": "1.2.8",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
3599
|
+
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
3600
|
+
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3601
|
+
"dependencies": {
|
|
3602
|
+
"deep-extend": "^0.6.0",
|
|
3603
|
+
"ini": "~1.3.0",
|
|
3604
|
+
"minimist": "^1.2.0",
|
|
3605
|
+
"strip-json-comments": "~2.0.1"
|
|
3606
|
+
},
|
|
3607
|
+
"bin": {
|
|
3608
|
+
"rc": "cli.js"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
"node_modules/readable-stream": {
|
|
3612
|
+
"version": "3.6.2",
|
|
3613
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
3614
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
3615
|
+
"license": "MIT",
|
|
3616
|
+
"dependencies": {
|
|
3617
|
+
"inherits": "^2.0.3",
|
|
3618
|
+
"string_decoder": "^1.1.1",
|
|
3619
|
+
"util-deprecate": "^1.0.1"
|
|
3620
|
+
},
|
|
3621
|
+
"engines": {
|
|
3622
|
+
"node": ">= 6"
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
"node_modules/readdirp": {
|
|
3626
|
+
"version": "4.1.2",
|
|
3627
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
3628
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
3629
|
+
"license": "MIT",
|
|
3630
|
+
"engines": {
|
|
3631
|
+
"node": ">= 14.18.0"
|
|
3632
|
+
},
|
|
3633
|
+
"funding": {
|
|
3634
|
+
"type": "individual",
|
|
3635
|
+
"url": "https://paulmillr.com/funding/"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3638
|
+
"node_modules/real-require": {
|
|
3639
|
+
"version": "0.2.0",
|
|
3640
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
3641
|
+
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
|
3642
|
+
"license": "MIT",
|
|
3643
|
+
"engines": {
|
|
3644
|
+
"node": ">= 12.13.0"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
"node_modules/require-from-string": {
|
|
3648
|
+
"version": "2.0.2",
|
|
3649
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
3650
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
3651
|
+
"license": "MIT",
|
|
3652
|
+
"engines": {
|
|
3653
|
+
"node": ">=0.10.0"
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
"node_modules/ret": {
|
|
3657
|
+
"version": "0.5.0",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
3659
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
3660
|
+
"license": "MIT",
|
|
3661
|
+
"engines": {
|
|
3662
|
+
"node": ">=10"
|
|
3663
|
+
}
|
|
3664
|
+
},
|
|
3665
|
+
"node_modules/retry": {
|
|
3666
|
+
"version": "0.12.0",
|
|
3667
|
+
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
3668
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
3669
|
+
"license": "MIT",
|
|
3670
|
+
"optional": true,
|
|
3671
|
+
"engines": {
|
|
3672
|
+
"node": ">= 4"
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"node_modules/reusify": {
|
|
3676
|
+
"version": "1.1.0",
|
|
3677
|
+
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
3678
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
3679
|
+
"license": "MIT",
|
|
3680
|
+
"engines": {
|
|
3681
|
+
"iojs": ">=1.0.0",
|
|
3682
|
+
"node": ">=0.10.0"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"node_modules/rfdc": {
|
|
3686
|
+
"version": "1.4.1",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
3688
|
+
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
3689
|
+
"license": "MIT"
|
|
3690
|
+
},
|
|
3691
|
+
"node_modules/rimraf": {
|
|
3692
|
+
"version": "3.0.2",
|
|
3693
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
3694
|
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
3695
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
3696
|
+
"license": "ISC",
|
|
3697
|
+
"optional": true,
|
|
3698
|
+
"dependencies": {
|
|
3699
|
+
"glob": "^7.1.3"
|
|
3700
|
+
},
|
|
3701
|
+
"bin": {
|
|
3702
|
+
"rimraf": "bin.js"
|
|
3703
|
+
},
|
|
3704
|
+
"funding": {
|
|
3705
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
"node_modules/rimraf/node_modules/balanced-match": {
|
|
3709
|
+
"version": "1.0.2",
|
|
3710
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3711
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3712
|
+
"license": "MIT",
|
|
3713
|
+
"optional": true
|
|
3714
|
+
},
|
|
3715
|
+
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
3716
|
+
"version": "1.1.15",
|
|
3717
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
3718
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
3719
|
+
"license": "MIT",
|
|
3720
|
+
"optional": true,
|
|
3721
|
+
"dependencies": {
|
|
3722
|
+
"balanced-match": "^1.0.0",
|
|
3723
|
+
"concat-map": "0.0.1"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
"node_modules/rimraf/node_modules/glob": {
|
|
3727
|
+
"version": "7.2.3",
|
|
3728
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
3729
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
3730
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
3731
|
+
"license": "ISC",
|
|
3732
|
+
"optional": true,
|
|
3733
|
+
"dependencies": {
|
|
3734
|
+
"fs.realpath": "^1.0.0",
|
|
3735
|
+
"inflight": "^1.0.4",
|
|
3736
|
+
"inherits": "2",
|
|
3737
|
+
"minimatch": "^3.1.1",
|
|
3738
|
+
"once": "^1.3.0",
|
|
3739
|
+
"path-is-absolute": "^1.0.0"
|
|
3740
|
+
},
|
|
3741
|
+
"engines": {
|
|
3742
|
+
"node": "*"
|
|
3743
|
+
},
|
|
3744
|
+
"funding": {
|
|
3745
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
"node_modules/rimraf/node_modules/minimatch": {
|
|
3749
|
+
"version": "3.1.5",
|
|
3750
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
3751
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
3752
|
+
"license": "ISC",
|
|
3753
|
+
"optional": true,
|
|
3754
|
+
"dependencies": {
|
|
3755
|
+
"brace-expansion": "^1.1.7"
|
|
3756
|
+
},
|
|
3757
|
+
"engines": {
|
|
3758
|
+
"node": "*"
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
"node_modules/router": {
|
|
3762
|
+
"version": "2.2.0",
|
|
3763
|
+
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
3764
|
+
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
|
|
3765
|
+
"license": "MIT",
|
|
3766
|
+
"dependencies": {
|
|
3767
|
+
"debug": "^4.4.0",
|
|
3768
|
+
"depd": "^2.0.0",
|
|
3769
|
+
"is-promise": "^4.0.0",
|
|
3770
|
+
"parseurl": "^1.3.3",
|
|
3771
|
+
"path-to-regexp": "^8.0.0"
|
|
3772
|
+
},
|
|
3773
|
+
"engines": {
|
|
3774
|
+
"node": ">= 18"
|
|
3775
|
+
}
|
|
3776
|
+
},
|
|
3777
|
+
"node_modules/safe-buffer": {
|
|
3778
|
+
"version": "5.2.1",
|
|
3779
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
3780
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
3781
|
+
"funding": [
|
|
3782
|
+
{
|
|
3783
|
+
"type": "github",
|
|
3784
|
+
"url": "https://github.com/sponsors/feross"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"type": "patreon",
|
|
3788
|
+
"url": "https://www.patreon.com/feross"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"type": "consulting",
|
|
3792
|
+
"url": "https://feross.org/support"
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"license": "MIT"
|
|
3796
|
+
},
|
|
3797
|
+
"node_modules/safe-regex2": {
|
|
3798
|
+
"version": "5.1.1",
|
|
3799
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.1.1.tgz",
|
|
3800
|
+
"integrity": "sha512-mOSBvHGDZMuIEZMdOz/aCEYDCv0E7nfcNsIhUF+/P+xC7Hyf3FkvymqgPbg9D1EdSGu+uKbJgy09K/RKKc7kJA==",
|
|
3801
|
+
"funding": [
|
|
3802
|
+
{
|
|
3803
|
+
"type": "github",
|
|
3804
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"type": "opencollective",
|
|
3808
|
+
"url": "https://opencollective.com/fastify"
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"license": "MIT",
|
|
3812
|
+
"dependencies": {
|
|
3813
|
+
"ret": "~0.5.0"
|
|
3814
|
+
},
|
|
3815
|
+
"bin": {
|
|
3816
|
+
"safe-regex2": "bin/safe-regex2.js"
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3819
|
+
"node_modules/safe-stable-stringify": {
|
|
3820
|
+
"version": "2.5.0",
|
|
3821
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
|
|
3822
|
+
"integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
|
|
3823
|
+
"license": "MIT",
|
|
3824
|
+
"engines": {
|
|
3825
|
+
"node": ">=10"
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
"node_modules/safer-buffer": {
|
|
3829
|
+
"version": "2.1.2",
|
|
3830
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3831
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3832
|
+
"license": "MIT"
|
|
3833
|
+
},
|
|
3834
|
+
"node_modules/secure-json-parse": {
|
|
3835
|
+
"version": "4.1.0",
|
|
3836
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
|
|
3837
|
+
"integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
|
|
3838
|
+
"funding": [
|
|
3839
|
+
{
|
|
3840
|
+
"type": "github",
|
|
3841
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"type": "opencollective",
|
|
3845
|
+
"url": "https://opencollective.com/fastify"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"license": "BSD-3-Clause"
|
|
3849
|
+
},
|
|
3850
|
+
"node_modules/semver": {
|
|
3851
|
+
"version": "7.8.5",
|
|
3852
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
3853
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3854
|
+
"license": "ISC",
|
|
3855
|
+
"bin": {
|
|
3856
|
+
"semver": "bin/semver.js"
|
|
3857
|
+
},
|
|
3858
|
+
"engines": {
|
|
3859
|
+
"node": ">=10"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
"node_modules/send": {
|
|
3863
|
+
"version": "1.2.1",
|
|
3864
|
+
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
|
3865
|
+
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
3866
|
+
"license": "MIT",
|
|
3867
|
+
"dependencies": {
|
|
3868
|
+
"debug": "^4.4.3",
|
|
3869
|
+
"encodeurl": "^2.0.0",
|
|
3870
|
+
"escape-html": "^1.0.3",
|
|
3871
|
+
"etag": "^1.8.1",
|
|
3872
|
+
"fresh": "^2.0.0",
|
|
3873
|
+
"http-errors": "^2.0.1",
|
|
3874
|
+
"mime-types": "^3.0.2",
|
|
3875
|
+
"ms": "^2.1.3",
|
|
3876
|
+
"on-finished": "^2.4.1",
|
|
3877
|
+
"range-parser": "^1.2.1",
|
|
3878
|
+
"statuses": "^2.0.2"
|
|
3879
|
+
},
|
|
3880
|
+
"engines": {
|
|
3881
|
+
"node": ">= 18"
|
|
3882
|
+
},
|
|
3883
|
+
"funding": {
|
|
3884
|
+
"type": "opencollective",
|
|
3885
|
+
"url": "https://opencollective.com/express"
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3888
|
+
"node_modules/serve-static": {
|
|
3889
|
+
"version": "2.2.1",
|
|
3890
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
3891
|
+
"integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
|
|
3892
|
+
"license": "MIT",
|
|
3893
|
+
"dependencies": {
|
|
3894
|
+
"encodeurl": "^2.0.0",
|
|
3895
|
+
"escape-html": "^1.0.3",
|
|
3896
|
+
"parseurl": "^1.3.3",
|
|
3897
|
+
"send": "^1.2.0"
|
|
3898
|
+
},
|
|
3899
|
+
"engines": {
|
|
3900
|
+
"node": ">= 18"
|
|
3901
|
+
},
|
|
3902
|
+
"funding": {
|
|
3903
|
+
"type": "opencollective",
|
|
3904
|
+
"url": "https://opencollective.com/express"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
"node_modules/set-blocking": {
|
|
3908
|
+
"version": "2.0.0",
|
|
3909
|
+
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
3910
|
+
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
3911
|
+
"license": "ISC",
|
|
3912
|
+
"optional": true
|
|
3913
|
+
},
|
|
3914
|
+
"node_modules/set-cookie-parser": {
|
|
3915
|
+
"version": "2.7.2",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
|
|
3917
|
+
"integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
|
|
3918
|
+
"license": "MIT"
|
|
3919
|
+
},
|
|
3920
|
+
"node_modules/setprototypeof": {
|
|
3921
|
+
"version": "1.2.0",
|
|
3922
|
+
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
3923
|
+
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3924
|
+
"license": "ISC"
|
|
3925
|
+
},
|
|
3926
|
+
"node_modules/shebang-command": {
|
|
3927
|
+
"version": "2.0.0",
|
|
3928
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3929
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3930
|
+
"license": "MIT",
|
|
3931
|
+
"dependencies": {
|
|
3932
|
+
"shebang-regex": "^3.0.0"
|
|
3933
|
+
},
|
|
3934
|
+
"engines": {
|
|
3935
|
+
"node": ">=8"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
"node_modules/shebang-regex": {
|
|
3939
|
+
"version": "3.0.0",
|
|
3940
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3941
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
3942
|
+
"license": "MIT",
|
|
3943
|
+
"engines": {
|
|
3944
|
+
"node": ">=8"
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
"node_modules/side-channel": {
|
|
3948
|
+
"version": "1.1.1",
|
|
3949
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
3950
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
3951
|
+
"license": "MIT",
|
|
3952
|
+
"dependencies": {
|
|
3953
|
+
"es-errors": "^1.3.0",
|
|
3954
|
+
"object-inspect": "^1.13.4",
|
|
3955
|
+
"side-channel-list": "^1.0.1",
|
|
3956
|
+
"side-channel-map": "^1.0.1",
|
|
3957
|
+
"side-channel-weakmap": "^1.0.2"
|
|
3958
|
+
},
|
|
3959
|
+
"engines": {
|
|
3960
|
+
"node": ">= 0.4"
|
|
3961
|
+
},
|
|
3962
|
+
"funding": {
|
|
3963
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
"node_modules/side-channel-list": {
|
|
3967
|
+
"version": "1.0.1",
|
|
3968
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
3969
|
+
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
3970
|
+
"license": "MIT",
|
|
3971
|
+
"dependencies": {
|
|
3972
|
+
"es-errors": "^1.3.0",
|
|
3973
|
+
"object-inspect": "^1.13.4"
|
|
3974
|
+
},
|
|
3975
|
+
"engines": {
|
|
3976
|
+
"node": ">= 0.4"
|
|
3977
|
+
},
|
|
3978
|
+
"funding": {
|
|
3979
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
"node_modules/side-channel-map": {
|
|
3983
|
+
"version": "1.0.1",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
3985
|
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
3986
|
+
"license": "MIT",
|
|
3987
|
+
"dependencies": {
|
|
3988
|
+
"call-bound": "^1.0.2",
|
|
3989
|
+
"es-errors": "^1.3.0",
|
|
3990
|
+
"get-intrinsic": "^1.2.5",
|
|
3991
|
+
"object-inspect": "^1.13.3"
|
|
3992
|
+
},
|
|
3993
|
+
"engines": {
|
|
3994
|
+
"node": ">= 0.4"
|
|
3995
|
+
},
|
|
3996
|
+
"funding": {
|
|
3997
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3998
|
+
}
|
|
3999
|
+
},
|
|
4000
|
+
"node_modules/side-channel-weakmap": {
|
|
4001
|
+
"version": "1.0.2",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
4003
|
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
4004
|
+
"license": "MIT",
|
|
4005
|
+
"dependencies": {
|
|
4006
|
+
"call-bound": "^1.0.2",
|
|
4007
|
+
"es-errors": "^1.3.0",
|
|
4008
|
+
"get-intrinsic": "^1.2.5",
|
|
4009
|
+
"object-inspect": "^1.13.3",
|
|
4010
|
+
"side-channel-map": "^1.0.1"
|
|
4011
|
+
},
|
|
4012
|
+
"engines": {
|
|
4013
|
+
"node": ">= 0.4"
|
|
4014
|
+
},
|
|
4015
|
+
"funding": {
|
|
4016
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
"node_modules/signal-exit": {
|
|
4020
|
+
"version": "4.1.0",
|
|
4021
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4022
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4023
|
+
"license": "ISC",
|
|
4024
|
+
"engines": {
|
|
4025
|
+
"node": ">=14"
|
|
4026
|
+
},
|
|
4027
|
+
"funding": {
|
|
4028
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4029
|
+
}
|
|
4030
|
+
},
|
|
4031
|
+
"node_modules/simple-concat": {
|
|
4032
|
+
"version": "1.0.1",
|
|
4033
|
+
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
4034
|
+
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
4035
|
+
"funding": [
|
|
4036
|
+
{
|
|
4037
|
+
"type": "github",
|
|
4038
|
+
"url": "https://github.com/sponsors/feross"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"type": "patreon",
|
|
4042
|
+
"url": "https://www.patreon.com/feross"
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"type": "consulting",
|
|
4046
|
+
"url": "https://feross.org/support"
|
|
4047
|
+
}
|
|
4048
|
+
],
|
|
4049
|
+
"license": "MIT"
|
|
4050
|
+
},
|
|
4051
|
+
"node_modules/simple-get": {
|
|
4052
|
+
"version": "4.0.1",
|
|
4053
|
+
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
|
|
4054
|
+
"integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
4055
|
+
"funding": [
|
|
4056
|
+
{
|
|
4057
|
+
"type": "github",
|
|
4058
|
+
"url": "https://github.com/sponsors/feross"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"type": "patreon",
|
|
4062
|
+
"url": "https://www.patreon.com/feross"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"type": "consulting",
|
|
4066
|
+
"url": "https://feross.org/support"
|
|
4067
|
+
}
|
|
4068
|
+
],
|
|
4069
|
+
"license": "MIT",
|
|
4070
|
+
"dependencies": {
|
|
4071
|
+
"decompress-response": "^6.0.0",
|
|
4072
|
+
"once": "^1.3.1",
|
|
4073
|
+
"simple-concat": "^1.0.0"
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
"node_modules/smart-buffer": {
|
|
4077
|
+
"version": "4.2.0",
|
|
4078
|
+
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
4079
|
+
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
4080
|
+
"license": "MIT",
|
|
4081
|
+
"optional": true,
|
|
4082
|
+
"engines": {
|
|
4083
|
+
"node": ">= 6.0.0",
|
|
4084
|
+
"npm": ">= 3.0.0"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
"node_modules/socks": {
|
|
4088
|
+
"version": "2.8.9",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz",
|
|
4090
|
+
"integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==",
|
|
4091
|
+
"license": "MIT",
|
|
4092
|
+
"optional": true,
|
|
4093
|
+
"dependencies": {
|
|
4094
|
+
"ip-address": "^10.1.1",
|
|
4095
|
+
"smart-buffer": "^4.2.0"
|
|
4096
|
+
},
|
|
4097
|
+
"engines": {
|
|
4098
|
+
"node": ">= 10.0.0",
|
|
4099
|
+
"npm": ">= 3.0.0"
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
"node_modules/socks-proxy-agent": {
|
|
4103
|
+
"version": "6.2.1",
|
|
4104
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
|
|
4105
|
+
"integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
|
|
4106
|
+
"license": "MIT",
|
|
4107
|
+
"optional": true,
|
|
4108
|
+
"dependencies": {
|
|
4109
|
+
"agent-base": "^6.0.2",
|
|
4110
|
+
"debug": "^4.3.3",
|
|
4111
|
+
"socks": "^2.6.2"
|
|
4112
|
+
},
|
|
4113
|
+
"engines": {
|
|
4114
|
+
"node": ">= 10"
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"node_modules/sonic-boom": {
|
|
4118
|
+
"version": "4.2.1",
|
|
4119
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
|
4120
|
+
"integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
|
|
4121
|
+
"license": "MIT",
|
|
4122
|
+
"dependencies": {
|
|
4123
|
+
"atomic-sleep": "^1.0.0"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4126
|
+
"node_modules/split2": {
|
|
4127
|
+
"version": "4.2.0",
|
|
4128
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4129
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4130
|
+
"license": "ISC",
|
|
4131
|
+
"engines": {
|
|
4132
|
+
"node": ">= 10.x"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
"node_modules/sqlite3": {
|
|
4136
|
+
"version": "5.1.7",
|
|
4137
|
+
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",
|
|
4138
|
+
"integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
|
|
4139
|
+
"hasInstallScript": true,
|
|
4140
|
+
"license": "BSD-3-Clause",
|
|
4141
|
+
"dependencies": {
|
|
4142
|
+
"bindings": "^1.5.0",
|
|
4143
|
+
"node-addon-api": "^7.0.0",
|
|
4144
|
+
"prebuild-install": "^7.1.1",
|
|
4145
|
+
"tar": "^6.1.11"
|
|
4146
|
+
},
|
|
4147
|
+
"optionalDependencies": {
|
|
4148
|
+
"node-gyp": "8.x"
|
|
4149
|
+
},
|
|
4150
|
+
"peerDependencies": {
|
|
4151
|
+
"node-gyp": "8.x"
|
|
4152
|
+
},
|
|
4153
|
+
"peerDependenciesMeta": {
|
|
4154
|
+
"node-gyp": {
|
|
4155
|
+
"optional": true
|
|
4156
|
+
}
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
"node_modules/ssri": {
|
|
4160
|
+
"version": "8.0.1",
|
|
4161
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
|
|
4162
|
+
"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
|
|
4163
|
+
"license": "ISC",
|
|
4164
|
+
"optional": true,
|
|
4165
|
+
"dependencies": {
|
|
4166
|
+
"minipass": "^3.1.1"
|
|
4167
|
+
},
|
|
4168
|
+
"engines": {
|
|
4169
|
+
"node": ">= 8"
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
4172
|
+
"node_modules/ssri/node_modules/minipass": {
|
|
4173
|
+
"version": "3.3.6",
|
|
4174
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
4175
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
4176
|
+
"license": "ISC",
|
|
4177
|
+
"optional": true,
|
|
4178
|
+
"dependencies": {
|
|
4179
|
+
"yallist": "^4.0.0"
|
|
4180
|
+
},
|
|
4181
|
+
"engines": {
|
|
4182
|
+
"node": ">=8"
|
|
4183
|
+
}
|
|
4184
|
+
},
|
|
4185
|
+
"node_modules/statuses": {
|
|
4186
|
+
"version": "2.0.2",
|
|
4187
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
4188
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
4189
|
+
"license": "MIT",
|
|
4190
|
+
"engines": {
|
|
4191
|
+
"node": ">= 0.8"
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
"node_modules/string_decoder": {
|
|
4195
|
+
"version": "1.3.0",
|
|
4196
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
4197
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
4198
|
+
"license": "MIT",
|
|
4199
|
+
"dependencies": {
|
|
4200
|
+
"safe-buffer": "~5.2.0"
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
4203
|
+
"node_modules/string-width": {
|
|
4204
|
+
"version": "4.2.3",
|
|
4205
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4206
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4207
|
+
"license": "MIT",
|
|
4208
|
+
"optional": true,
|
|
4209
|
+
"dependencies": {
|
|
4210
|
+
"emoji-regex": "^8.0.0",
|
|
4211
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
4212
|
+
"strip-ansi": "^6.0.1"
|
|
4213
|
+
},
|
|
4214
|
+
"engines": {
|
|
4215
|
+
"node": ">=8"
|
|
4216
|
+
}
|
|
4217
|
+
},
|
|
4218
|
+
"node_modules/strip-ansi": {
|
|
4219
|
+
"version": "6.0.1",
|
|
4220
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4221
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4222
|
+
"license": "MIT",
|
|
4223
|
+
"optional": true,
|
|
4224
|
+
"dependencies": {
|
|
4225
|
+
"ansi-regex": "^5.0.1"
|
|
4226
|
+
},
|
|
4227
|
+
"engines": {
|
|
4228
|
+
"node": ">=8"
|
|
4229
|
+
}
|
|
4230
|
+
},
|
|
4231
|
+
"node_modules/strip-json-comments": {
|
|
4232
|
+
"version": "2.0.1",
|
|
4233
|
+
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
4234
|
+
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
4235
|
+
"license": "MIT",
|
|
4236
|
+
"engines": {
|
|
4237
|
+
"node": ">=0.10.0"
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
"node_modules/tar": {
|
|
4241
|
+
"version": "6.2.1",
|
|
4242
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
4243
|
+
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
4244
|
+
"deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
4245
|
+
"license": "ISC",
|
|
4246
|
+
"dependencies": {
|
|
4247
|
+
"chownr": "^2.0.0",
|
|
4248
|
+
"fs-minipass": "^2.0.0",
|
|
4249
|
+
"minipass": "^5.0.0",
|
|
4250
|
+
"minizlib": "^2.1.1",
|
|
4251
|
+
"mkdirp": "^1.0.3",
|
|
4252
|
+
"yallist": "^4.0.0"
|
|
4253
|
+
},
|
|
4254
|
+
"engines": {
|
|
4255
|
+
"node": ">=10"
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"node_modules/tar-fs": {
|
|
4259
|
+
"version": "2.1.4",
|
|
4260
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
4261
|
+
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
4262
|
+
"license": "MIT",
|
|
4263
|
+
"dependencies": {
|
|
4264
|
+
"chownr": "^1.1.1",
|
|
4265
|
+
"mkdirp-classic": "^0.5.2",
|
|
4266
|
+
"pump": "^3.0.0",
|
|
4267
|
+
"tar-stream": "^2.1.4"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
"node_modules/tar-stream": {
|
|
4271
|
+
"version": "2.2.0",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
4273
|
+
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
4274
|
+
"license": "MIT",
|
|
4275
|
+
"dependencies": {
|
|
4276
|
+
"bl": "^4.0.3",
|
|
4277
|
+
"end-of-stream": "^1.4.1",
|
|
4278
|
+
"fs-constants": "^1.0.0",
|
|
4279
|
+
"inherits": "^2.0.3",
|
|
4280
|
+
"readable-stream": "^3.1.1"
|
|
4281
|
+
},
|
|
4282
|
+
"engines": {
|
|
4283
|
+
"node": ">=6"
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
4286
|
+
"node_modules/tar/node_modules/chownr": {
|
|
4287
|
+
"version": "2.0.0",
|
|
4288
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
4289
|
+
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
4290
|
+
"license": "ISC",
|
|
4291
|
+
"engines": {
|
|
4292
|
+
"node": ">=10"
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
"node_modules/tar/node_modules/minipass": {
|
|
4296
|
+
"version": "5.0.0",
|
|
4297
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4298
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4299
|
+
"license": "ISC",
|
|
4300
|
+
"engines": {
|
|
4301
|
+
"node": ">=8"
|
|
4302
|
+
}
|
|
4303
|
+
},
|
|
4304
|
+
"node_modules/thread-stream": {
|
|
4305
|
+
"version": "4.2.0",
|
|
4306
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.2.0.tgz",
|
|
4307
|
+
"integrity": "sha512-e2zZ96wSChazBsbENf/Pcm/4swHt2cEKQ92rhUjkL9GCKiTDJIaTBenjE/m9DXi0QBmTMDkFDdOomUy20A1tDQ==",
|
|
4308
|
+
"license": "MIT",
|
|
4309
|
+
"dependencies": {
|
|
4310
|
+
"real-require": "^1.0.0"
|
|
4311
|
+
},
|
|
4312
|
+
"engines": {
|
|
4313
|
+
"node": ">=20"
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
"node_modules/thread-stream/node_modules/real-require": {
|
|
4317
|
+
"version": "1.0.0",
|
|
4318
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-1.0.0.tgz",
|
|
4319
|
+
"integrity": "sha512-P4nbQYQfePJxRSmY+v/KINxVucm4NF3p3s7pJveMTtom52FR4YGltUQLB8idDXwDDWW+eYrWDFbuzUnjoWHF7g==",
|
|
4320
|
+
"license": "MIT"
|
|
4321
|
+
},
|
|
4322
|
+
"node_modules/toad-cache": {
|
|
4323
|
+
"version": "3.7.1",
|
|
4324
|
+
"resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.1.tgz",
|
|
4325
|
+
"integrity": "sha512-5DXWzE4Vz7xNHsv+xQ+MGfJYyC78Aok3tEr0MNwHoRf7vZnga1mQXZ4/Nsodld4VR6Wd+VhfmqnNrsRJyYPfrQ==",
|
|
4326
|
+
"license": "MIT",
|
|
4327
|
+
"engines": {
|
|
4328
|
+
"node": ">=20"
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
4331
|
+
"node_modules/toidentifier": {
|
|
4332
|
+
"version": "1.0.1",
|
|
4333
|
+
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
4334
|
+
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
4335
|
+
"license": "MIT",
|
|
4336
|
+
"engines": {
|
|
4337
|
+
"node": ">=0.6"
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
"node_modules/tsx": {
|
|
4341
|
+
"version": "4.22.4",
|
|
4342
|
+
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
|
|
4343
|
+
"integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
|
|
4344
|
+
"dev": true,
|
|
4345
|
+
"license": "MIT",
|
|
4346
|
+
"dependencies": {
|
|
4347
|
+
"esbuild": "~0.28.0"
|
|
4348
|
+
},
|
|
4349
|
+
"bin": {
|
|
4350
|
+
"tsx": "dist/cli.mjs"
|
|
4351
|
+
},
|
|
4352
|
+
"engines": {
|
|
4353
|
+
"node": ">=18.0.0"
|
|
4354
|
+
},
|
|
4355
|
+
"optionalDependencies": {
|
|
4356
|
+
"fsevents": "~2.3.3"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
"node_modules/tunnel-agent": {
|
|
4360
|
+
"version": "0.6.0",
|
|
4361
|
+
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
4362
|
+
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
4363
|
+
"license": "Apache-2.0",
|
|
4364
|
+
"dependencies": {
|
|
4365
|
+
"safe-buffer": "^5.0.1"
|
|
4366
|
+
},
|
|
4367
|
+
"engines": {
|
|
4368
|
+
"node": "*"
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
"node_modules/type-is": {
|
|
4372
|
+
"version": "2.1.0",
|
|
4373
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
|
|
4374
|
+
"integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
|
|
4375
|
+
"license": "MIT",
|
|
4376
|
+
"dependencies": {
|
|
4377
|
+
"content-type": "^2.0.0",
|
|
4378
|
+
"media-typer": "^1.1.0",
|
|
4379
|
+
"mime-types": "^3.0.0"
|
|
4380
|
+
},
|
|
4381
|
+
"engines": {
|
|
4382
|
+
"node": ">= 18"
|
|
4383
|
+
},
|
|
4384
|
+
"funding": {
|
|
4385
|
+
"type": "opencollective",
|
|
4386
|
+
"url": "https://opencollective.com/express"
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"node_modules/type-is/node_modules/content-type": {
|
|
4390
|
+
"version": "2.0.0",
|
|
4391
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
4392
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
4393
|
+
"license": "MIT",
|
|
4394
|
+
"engines": {
|
|
4395
|
+
"node": ">=18"
|
|
4396
|
+
},
|
|
4397
|
+
"funding": {
|
|
4398
|
+
"type": "opencollective",
|
|
4399
|
+
"url": "https://opencollective.com/express"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
"node_modules/typescript": {
|
|
4403
|
+
"version": "6.0.3",
|
|
4404
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
4405
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
4406
|
+
"dev": true,
|
|
4407
|
+
"license": "Apache-2.0",
|
|
4408
|
+
"bin": {
|
|
4409
|
+
"tsc": "bin/tsc",
|
|
4410
|
+
"tsserver": "bin/tsserver"
|
|
4411
|
+
},
|
|
4412
|
+
"engines": {
|
|
4413
|
+
"node": ">=14.17"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"node_modules/undici-types": {
|
|
4417
|
+
"version": "8.3.0",
|
|
4418
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
4419
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
4420
|
+
"devOptional": true,
|
|
4421
|
+
"license": "MIT"
|
|
4422
|
+
},
|
|
4423
|
+
"node_modules/unique-filename": {
|
|
4424
|
+
"version": "1.1.1",
|
|
4425
|
+
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
4426
|
+
"integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
|
|
4427
|
+
"license": "ISC",
|
|
4428
|
+
"optional": true,
|
|
4429
|
+
"dependencies": {
|
|
4430
|
+
"unique-slug": "^2.0.0"
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"node_modules/unique-slug": {
|
|
4434
|
+
"version": "2.0.2",
|
|
4435
|
+
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
|
|
4436
|
+
"integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
|
|
4437
|
+
"license": "ISC",
|
|
4438
|
+
"optional": true,
|
|
4439
|
+
"dependencies": {
|
|
4440
|
+
"imurmurhash": "^0.1.4"
|
|
4441
|
+
}
|
|
4442
|
+
},
|
|
4443
|
+
"node_modules/unpipe": {
|
|
4444
|
+
"version": "1.0.0",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
4446
|
+
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
4447
|
+
"license": "MIT",
|
|
4448
|
+
"engines": {
|
|
4449
|
+
"node": ">= 0.8"
|
|
4450
|
+
}
|
|
4451
|
+
},
|
|
4452
|
+
"node_modules/util-deprecate": {
|
|
4453
|
+
"version": "1.0.2",
|
|
4454
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
4455
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
4456
|
+
"license": "MIT"
|
|
4457
|
+
},
|
|
4458
|
+
"node_modules/uuid": {
|
|
4459
|
+
"version": "9.0.1",
|
|
4460
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
4461
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
4462
|
+
"deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
|
|
4463
|
+
"funding": [
|
|
4464
|
+
"https://github.com/sponsors/broofa",
|
|
4465
|
+
"https://github.com/sponsors/ctavan"
|
|
4466
|
+
],
|
|
4467
|
+
"license": "MIT",
|
|
4468
|
+
"bin": {
|
|
4469
|
+
"uuid": "dist/bin/uuid"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
"node_modules/vary": {
|
|
4473
|
+
"version": "1.1.2",
|
|
4474
|
+
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
4475
|
+
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
4476
|
+
"license": "MIT",
|
|
4477
|
+
"engines": {
|
|
4478
|
+
"node": ">= 0.8"
|
|
4479
|
+
}
|
|
4480
|
+
},
|
|
4481
|
+
"node_modules/which": {
|
|
4482
|
+
"version": "2.0.2",
|
|
4483
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
4484
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
4485
|
+
"license": "ISC",
|
|
4486
|
+
"dependencies": {
|
|
4487
|
+
"isexe": "^2.0.0"
|
|
4488
|
+
},
|
|
4489
|
+
"bin": {
|
|
4490
|
+
"node-which": "bin/node-which"
|
|
4491
|
+
},
|
|
4492
|
+
"engines": {
|
|
4493
|
+
"node": ">= 8"
|
|
4494
|
+
}
|
|
4495
|
+
},
|
|
4496
|
+
"node_modules/wide-align": {
|
|
4497
|
+
"version": "1.1.5",
|
|
4498
|
+
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
4499
|
+
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
4500
|
+
"license": "ISC",
|
|
4501
|
+
"optional": true,
|
|
4502
|
+
"dependencies": {
|
|
4503
|
+
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
4504
|
+
}
|
|
4505
|
+
},
|
|
4506
|
+
"node_modules/wrappy": {
|
|
4507
|
+
"version": "1.0.2",
|
|
4508
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
4509
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
4510
|
+
"license": "ISC"
|
|
4511
|
+
},
|
|
4512
|
+
"node_modules/yallist": {
|
|
4513
|
+
"version": "4.0.0",
|
|
4514
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
4515
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
4516
|
+
"license": "ISC"
|
|
4517
|
+
},
|
|
4518
|
+
"node_modules/yaml": {
|
|
4519
|
+
"version": "2.9.0",
|
|
4520
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
4521
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
4522
|
+
"license": "ISC",
|
|
4523
|
+
"bin": {
|
|
4524
|
+
"yaml": "bin.mjs"
|
|
4525
|
+
},
|
|
4526
|
+
"engines": {
|
|
4527
|
+
"node": ">= 14.6"
|
|
4528
|
+
},
|
|
4529
|
+
"funding": {
|
|
4530
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
"node_modules/zod": {
|
|
4534
|
+
"version": "4.4.3",
|
|
4535
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
4536
|
+
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
4537
|
+
"license": "MIT",
|
|
4538
|
+
"funding": {
|
|
4539
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4542
|
+
"node_modules/zod-to-json-schema": {
|
|
4543
|
+
"version": "3.25.2",
|
|
4544
|
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
|
|
4545
|
+
"integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
|
|
4546
|
+
"license": "ISC",
|
|
4547
|
+
"peerDependencies": {
|
|
4548
|
+
"zod": "^3.25.28 || ^4"
|
|
4549
|
+
}
|
|
4550
|
+
}
|
|
4551
|
+
}
|
|
4552
|
+
}
|