@kvasar/openclaw-storyblok-plugin 0.1.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 +58 -0
- package/openclaw.plugin.json +50 -0
- package/package.json +44 -0
- package/src/__tests__/README.md +115 -0
- package/src/__tests__/openclaw.plugin.json +30 -0
- package/src/__tests__/package-lock.json +1555 -0
- package/src/__tests__/package.json +22 -0
- package/src/__tests__/storyblok.test.ts +55 -0
- package/src/__tests__/tsconfig.json +19 -0
- package/src/client.ts +176 -0
- package/src/config.ts +35 -0
- package/src/index.ts +228 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,1555 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "openclaw-storyblok-plugin",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "openclaw-storyblok-plugin",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@sinclair/typebox": "^0.34.30",
|
|
12
|
+
"node-fetch": "^3.3.2"
|
|
13
|
+
},
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@types/node": "^22.10.6",
|
|
16
|
+
"typescript": "^5.7.3",
|
|
17
|
+
"vitest": "^2.1.8"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
21
|
+
"version": "0.21.5",
|
|
22
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
|
|
23
|
+
"integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
|
|
24
|
+
"cpu": [
|
|
25
|
+
"ppc64"
|
|
26
|
+
],
|
|
27
|
+
"dev": true,
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"optional": true,
|
|
30
|
+
"os": [
|
|
31
|
+
"aix"
|
|
32
|
+
],
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=12"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"node_modules/@esbuild/android-arm": {
|
|
38
|
+
"version": "0.21.5",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
|
|
40
|
+
"integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
|
|
41
|
+
"cpu": [
|
|
42
|
+
"arm"
|
|
43
|
+
],
|
|
44
|
+
"dev": true,
|
|
45
|
+
"license": "MIT",
|
|
46
|
+
"optional": true,
|
|
47
|
+
"os": [
|
|
48
|
+
"android"
|
|
49
|
+
],
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=12"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"node_modules/@esbuild/android-arm64": {
|
|
55
|
+
"version": "0.21.5",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
|
|
57
|
+
"integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
|
|
58
|
+
"cpu": [
|
|
59
|
+
"arm64"
|
|
60
|
+
],
|
|
61
|
+
"dev": true,
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"optional": true,
|
|
64
|
+
"os": [
|
|
65
|
+
"android"
|
|
66
|
+
],
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=12"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"node_modules/@esbuild/android-x64": {
|
|
72
|
+
"version": "0.21.5",
|
|
73
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
|
|
74
|
+
"integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
|
|
75
|
+
"cpu": [
|
|
76
|
+
"x64"
|
|
77
|
+
],
|
|
78
|
+
"dev": true,
|
|
79
|
+
"license": "MIT",
|
|
80
|
+
"optional": true,
|
|
81
|
+
"os": [
|
|
82
|
+
"android"
|
|
83
|
+
],
|
|
84
|
+
"engines": {
|
|
85
|
+
"node": ">=12"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
89
|
+
"version": "0.21.5",
|
|
90
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
|
|
91
|
+
"integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
|
|
92
|
+
"cpu": [
|
|
93
|
+
"arm64"
|
|
94
|
+
],
|
|
95
|
+
"dev": true,
|
|
96
|
+
"license": "MIT",
|
|
97
|
+
"optional": true,
|
|
98
|
+
"os": [
|
|
99
|
+
"darwin"
|
|
100
|
+
],
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": ">=12"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
106
|
+
"version": "0.21.5",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
|
|
108
|
+
"integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
|
|
109
|
+
"cpu": [
|
|
110
|
+
"x64"
|
|
111
|
+
],
|
|
112
|
+
"dev": true,
|
|
113
|
+
"license": "MIT",
|
|
114
|
+
"optional": true,
|
|
115
|
+
"os": [
|
|
116
|
+
"darwin"
|
|
117
|
+
],
|
|
118
|
+
"engines": {
|
|
119
|
+
"node": ">=12"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
123
|
+
"version": "0.21.5",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
|
|
125
|
+
"integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
|
|
126
|
+
"cpu": [
|
|
127
|
+
"arm64"
|
|
128
|
+
],
|
|
129
|
+
"dev": true,
|
|
130
|
+
"license": "MIT",
|
|
131
|
+
"optional": true,
|
|
132
|
+
"os": [
|
|
133
|
+
"freebsd"
|
|
134
|
+
],
|
|
135
|
+
"engines": {
|
|
136
|
+
"node": ">=12"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
140
|
+
"version": "0.21.5",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
|
|
142
|
+
"integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
|
|
143
|
+
"cpu": [
|
|
144
|
+
"x64"
|
|
145
|
+
],
|
|
146
|
+
"dev": true,
|
|
147
|
+
"license": "MIT",
|
|
148
|
+
"optional": true,
|
|
149
|
+
"os": [
|
|
150
|
+
"freebsd"
|
|
151
|
+
],
|
|
152
|
+
"engines": {
|
|
153
|
+
"node": ">=12"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"node_modules/@esbuild/linux-arm": {
|
|
157
|
+
"version": "0.21.5",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
|
|
159
|
+
"integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
|
|
160
|
+
"cpu": [
|
|
161
|
+
"arm"
|
|
162
|
+
],
|
|
163
|
+
"dev": true,
|
|
164
|
+
"license": "MIT",
|
|
165
|
+
"optional": true,
|
|
166
|
+
"os": [
|
|
167
|
+
"linux"
|
|
168
|
+
],
|
|
169
|
+
"engines": {
|
|
170
|
+
"node": ">=12"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
174
|
+
"version": "0.21.5",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
|
|
176
|
+
"integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
|
|
177
|
+
"cpu": [
|
|
178
|
+
"arm64"
|
|
179
|
+
],
|
|
180
|
+
"dev": true,
|
|
181
|
+
"license": "MIT",
|
|
182
|
+
"optional": true,
|
|
183
|
+
"os": [
|
|
184
|
+
"linux"
|
|
185
|
+
],
|
|
186
|
+
"engines": {
|
|
187
|
+
"node": ">=12"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
191
|
+
"version": "0.21.5",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
|
|
193
|
+
"integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
|
|
194
|
+
"cpu": [
|
|
195
|
+
"ia32"
|
|
196
|
+
],
|
|
197
|
+
"dev": true,
|
|
198
|
+
"license": "MIT",
|
|
199
|
+
"optional": true,
|
|
200
|
+
"os": [
|
|
201
|
+
"linux"
|
|
202
|
+
],
|
|
203
|
+
"engines": {
|
|
204
|
+
"node": ">=12"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
208
|
+
"version": "0.21.5",
|
|
209
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
|
|
210
|
+
"integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
|
|
211
|
+
"cpu": [
|
|
212
|
+
"loong64"
|
|
213
|
+
],
|
|
214
|
+
"dev": true,
|
|
215
|
+
"license": "MIT",
|
|
216
|
+
"optional": true,
|
|
217
|
+
"os": [
|
|
218
|
+
"linux"
|
|
219
|
+
],
|
|
220
|
+
"engines": {
|
|
221
|
+
"node": ">=12"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
225
|
+
"version": "0.21.5",
|
|
226
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
|
|
227
|
+
"integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
|
|
228
|
+
"cpu": [
|
|
229
|
+
"mips64el"
|
|
230
|
+
],
|
|
231
|
+
"dev": true,
|
|
232
|
+
"license": "MIT",
|
|
233
|
+
"optional": true,
|
|
234
|
+
"os": [
|
|
235
|
+
"linux"
|
|
236
|
+
],
|
|
237
|
+
"engines": {
|
|
238
|
+
"node": ">=12"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
242
|
+
"version": "0.21.5",
|
|
243
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
|
|
244
|
+
"integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
|
|
245
|
+
"cpu": [
|
|
246
|
+
"ppc64"
|
|
247
|
+
],
|
|
248
|
+
"dev": true,
|
|
249
|
+
"license": "MIT",
|
|
250
|
+
"optional": true,
|
|
251
|
+
"os": [
|
|
252
|
+
"linux"
|
|
253
|
+
],
|
|
254
|
+
"engines": {
|
|
255
|
+
"node": ">=12"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
259
|
+
"version": "0.21.5",
|
|
260
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
|
|
261
|
+
"integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
|
|
262
|
+
"cpu": [
|
|
263
|
+
"riscv64"
|
|
264
|
+
],
|
|
265
|
+
"dev": true,
|
|
266
|
+
"license": "MIT",
|
|
267
|
+
"optional": true,
|
|
268
|
+
"os": [
|
|
269
|
+
"linux"
|
|
270
|
+
],
|
|
271
|
+
"engines": {
|
|
272
|
+
"node": ">=12"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
276
|
+
"version": "0.21.5",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
|
|
278
|
+
"integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
|
|
279
|
+
"cpu": [
|
|
280
|
+
"s390x"
|
|
281
|
+
],
|
|
282
|
+
"dev": true,
|
|
283
|
+
"license": "MIT",
|
|
284
|
+
"optional": true,
|
|
285
|
+
"os": [
|
|
286
|
+
"linux"
|
|
287
|
+
],
|
|
288
|
+
"engines": {
|
|
289
|
+
"node": ">=12"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/@esbuild/linux-x64": {
|
|
293
|
+
"version": "0.21.5",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
|
|
295
|
+
"integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
|
|
296
|
+
"cpu": [
|
|
297
|
+
"x64"
|
|
298
|
+
],
|
|
299
|
+
"dev": true,
|
|
300
|
+
"license": "MIT",
|
|
301
|
+
"optional": true,
|
|
302
|
+
"os": [
|
|
303
|
+
"linux"
|
|
304
|
+
],
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": ">=12"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
310
|
+
"version": "0.21.5",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
|
312
|
+
"integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
|
|
313
|
+
"cpu": [
|
|
314
|
+
"x64"
|
|
315
|
+
],
|
|
316
|
+
"dev": true,
|
|
317
|
+
"license": "MIT",
|
|
318
|
+
"optional": true,
|
|
319
|
+
"os": [
|
|
320
|
+
"netbsd"
|
|
321
|
+
],
|
|
322
|
+
"engines": {
|
|
323
|
+
"node": ">=12"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
327
|
+
"version": "0.21.5",
|
|
328
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
|
|
329
|
+
"integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
|
|
330
|
+
"cpu": [
|
|
331
|
+
"x64"
|
|
332
|
+
],
|
|
333
|
+
"dev": true,
|
|
334
|
+
"license": "MIT",
|
|
335
|
+
"optional": true,
|
|
336
|
+
"os": [
|
|
337
|
+
"openbsd"
|
|
338
|
+
],
|
|
339
|
+
"engines": {
|
|
340
|
+
"node": ">=12"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
344
|
+
"version": "0.21.5",
|
|
345
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
|
|
346
|
+
"integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
|
|
347
|
+
"cpu": [
|
|
348
|
+
"x64"
|
|
349
|
+
],
|
|
350
|
+
"dev": true,
|
|
351
|
+
"license": "MIT",
|
|
352
|
+
"optional": true,
|
|
353
|
+
"os": [
|
|
354
|
+
"sunos"
|
|
355
|
+
],
|
|
356
|
+
"engines": {
|
|
357
|
+
"node": ">=12"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
361
|
+
"version": "0.21.5",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
|
|
363
|
+
"integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
|
|
364
|
+
"cpu": [
|
|
365
|
+
"arm64"
|
|
366
|
+
],
|
|
367
|
+
"dev": true,
|
|
368
|
+
"license": "MIT",
|
|
369
|
+
"optional": true,
|
|
370
|
+
"os": [
|
|
371
|
+
"win32"
|
|
372
|
+
],
|
|
373
|
+
"engines": {
|
|
374
|
+
"node": ">=12"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
378
|
+
"version": "0.21.5",
|
|
379
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
|
|
380
|
+
"integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
|
|
381
|
+
"cpu": [
|
|
382
|
+
"ia32"
|
|
383
|
+
],
|
|
384
|
+
"dev": true,
|
|
385
|
+
"license": "MIT",
|
|
386
|
+
"optional": true,
|
|
387
|
+
"os": [
|
|
388
|
+
"win32"
|
|
389
|
+
],
|
|
390
|
+
"engines": {
|
|
391
|
+
"node": ">=12"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"node_modules/@esbuild/win32-x64": {
|
|
395
|
+
"version": "0.21.5",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
|
|
397
|
+
"integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
|
|
398
|
+
"cpu": [
|
|
399
|
+
"x64"
|
|
400
|
+
],
|
|
401
|
+
"dev": true,
|
|
402
|
+
"license": "MIT",
|
|
403
|
+
"optional": true,
|
|
404
|
+
"os": [
|
|
405
|
+
"win32"
|
|
406
|
+
],
|
|
407
|
+
"engines": {
|
|
408
|
+
"node": ">=12"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
412
|
+
"version": "1.5.5",
|
|
413
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
414
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
415
|
+
"dev": true,
|
|
416
|
+
"license": "MIT"
|
|
417
|
+
},
|
|
418
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
419
|
+
"version": "4.60.0",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz",
|
|
421
|
+
"integrity": "sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==",
|
|
422
|
+
"cpu": [
|
|
423
|
+
"arm"
|
|
424
|
+
],
|
|
425
|
+
"dev": true,
|
|
426
|
+
"license": "MIT",
|
|
427
|
+
"optional": true,
|
|
428
|
+
"os": [
|
|
429
|
+
"android"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
433
|
+
"version": "4.60.0",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.0.tgz",
|
|
435
|
+
"integrity": "sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==",
|
|
436
|
+
"cpu": [
|
|
437
|
+
"arm64"
|
|
438
|
+
],
|
|
439
|
+
"dev": true,
|
|
440
|
+
"license": "MIT",
|
|
441
|
+
"optional": true,
|
|
442
|
+
"os": [
|
|
443
|
+
"android"
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
447
|
+
"version": "4.60.0",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.0.tgz",
|
|
449
|
+
"integrity": "sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==",
|
|
450
|
+
"cpu": [
|
|
451
|
+
"arm64"
|
|
452
|
+
],
|
|
453
|
+
"dev": true,
|
|
454
|
+
"license": "MIT",
|
|
455
|
+
"optional": true,
|
|
456
|
+
"os": [
|
|
457
|
+
"darwin"
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
461
|
+
"version": "4.60.0",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.0.tgz",
|
|
463
|
+
"integrity": "sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==",
|
|
464
|
+
"cpu": [
|
|
465
|
+
"x64"
|
|
466
|
+
],
|
|
467
|
+
"dev": true,
|
|
468
|
+
"license": "MIT",
|
|
469
|
+
"optional": true,
|
|
470
|
+
"os": [
|
|
471
|
+
"darwin"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
475
|
+
"version": "4.60.0",
|
|
476
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.0.tgz",
|
|
477
|
+
"integrity": "sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==",
|
|
478
|
+
"cpu": [
|
|
479
|
+
"arm64"
|
|
480
|
+
],
|
|
481
|
+
"dev": true,
|
|
482
|
+
"license": "MIT",
|
|
483
|
+
"optional": true,
|
|
484
|
+
"os": [
|
|
485
|
+
"freebsd"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
489
|
+
"version": "4.60.0",
|
|
490
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.0.tgz",
|
|
491
|
+
"integrity": "sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==",
|
|
492
|
+
"cpu": [
|
|
493
|
+
"x64"
|
|
494
|
+
],
|
|
495
|
+
"dev": true,
|
|
496
|
+
"license": "MIT",
|
|
497
|
+
"optional": true,
|
|
498
|
+
"os": [
|
|
499
|
+
"freebsd"
|
|
500
|
+
]
|
|
501
|
+
},
|
|
502
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
503
|
+
"version": "4.60.0",
|
|
504
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.0.tgz",
|
|
505
|
+
"integrity": "sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==",
|
|
506
|
+
"cpu": [
|
|
507
|
+
"arm"
|
|
508
|
+
],
|
|
509
|
+
"dev": true,
|
|
510
|
+
"license": "MIT",
|
|
511
|
+
"optional": true,
|
|
512
|
+
"os": [
|
|
513
|
+
"linux"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
517
|
+
"version": "4.60.0",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.0.tgz",
|
|
519
|
+
"integrity": "sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==",
|
|
520
|
+
"cpu": [
|
|
521
|
+
"arm"
|
|
522
|
+
],
|
|
523
|
+
"dev": true,
|
|
524
|
+
"license": "MIT",
|
|
525
|
+
"optional": true,
|
|
526
|
+
"os": [
|
|
527
|
+
"linux"
|
|
528
|
+
]
|
|
529
|
+
},
|
|
530
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
531
|
+
"version": "4.60.0",
|
|
532
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.0.tgz",
|
|
533
|
+
"integrity": "sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==",
|
|
534
|
+
"cpu": [
|
|
535
|
+
"arm64"
|
|
536
|
+
],
|
|
537
|
+
"dev": true,
|
|
538
|
+
"license": "MIT",
|
|
539
|
+
"optional": true,
|
|
540
|
+
"os": [
|
|
541
|
+
"linux"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
545
|
+
"version": "4.60.0",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.0.tgz",
|
|
547
|
+
"integrity": "sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==",
|
|
548
|
+
"cpu": [
|
|
549
|
+
"arm64"
|
|
550
|
+
],
|
|
551
|
+
"dev": true,
|
|
552
|
+
"license": "MIT",
|
|
553
|
+
"optional": true,
|
|
554
|
+
"os": [
|
|
555
|
+
"linux"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
559
|
+
"version": "4.60.0",
|
|
560
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.0.tgz",
|
|
561
|
+
"integrity": "sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==",
|
|
562
|
+
"cpu": [
|
|
563
|
+
"loong64"
|
|
564
|
+
],
|
|
565
|
+
"dev": true,
|
|
566
|
+
"license": "MIT",
|
|
567
|
+
"optional": true,
|
|
568
|
+
"os": [
|
|
569
|
+
"linux"
|
|
570
|
+
]
|
|
571
|
+
},
|
|
572
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
573
|
+
"version": "4.60.0",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.0.tgz",
|
|
575
|
+
"integrity": "sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==",
|
|
576
|
+
"cpu": [
|
|
577
|
+
"loong64"
|
|
578
|
+
],
|
|
579
|
+
"dev": true,
|
|
580
|
+
"license": "MIT",
|
|
581
|
+
"optional": true,
|
|
582
|
+
"os": [
|
|
583
|
+
"linux"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
587
|
+
"version": "4.60.0",
|
|
588
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.0.tgz",
|
|
589
|
+
"integrity": "sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==",
|
|
590
|
+
"cpu": [
|
|
591
|
+
"ppc64"
|
|
592
|
+
],
|
|
593
|
+
"dev": true,
|
|
594
|
+
"license": "MIT",
|
|
595
|
+
"optional": true,
|
|
596
|
+
"os": [
|
|
597
|
+
"linux"
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
601
|
+
"version": "4.60.0",
|
|
602
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.0.tgz",
|
|
603
|
+
"integrity": "sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==",
|
|
604
|
+
"cpu": [
|
|
605
|
+
"ppc64"
|
|
606
|
+
],
|
|
607
|
+
"dev": true,
|
|
608
|
+
"license": "MIT",
|
|
609
|
+
"optional": true,
|
|
610
|
+
"os": [
|
|
611
|
+
"linux"
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
615
|
+
"version": "4.60.0",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.0.tgz",
|
|
617
|
+
"integrity": "sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==",
|
|
618
|
+
"cpu": [
|
|
619
|
+
"riscv64"
|
|
620
|
+
],
|
|
621
|
+
"dev": true,
|
|
622
|
+
"license": "MIT",
|
|
623
|
+
"optional": true,
|
|
624
|
+
"os": [
|
|
625
|
+
"linux"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
629
|
+
"version": "4.60.0",
|
|
630
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.0.tgz",
|
|
631
|
+
"integrity": "sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==",
|
|
632
|
+
"cpu": [
|
|
633
|
+
"riscv64"
|
|
634
|
+
],
|
|
635
|
+
"dev": true,
|
|
636
|
+
"license": "MIT",
|
|
637
|
+
"optional": true,
|
|
638
|
+
"os": [
|
|
639
|
+
"linux"
|
|
640
|
+
]
|
|
641
|
+
},
|
|
642
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
643
|
+
"version": "4.60.0",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.0.tgz",
|
|
645
|
+
"integrity": "sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==",
|
|
646
|
+
"cpu": [
|
|
647
|
+
"s390x"
|
|
648
|
+
],
|
|
649
|
+
"dev": true,
|
|
650
|
+
"license": "MIT",
|
|
651
|
+
"optional": true,
|
|
652
|
+
"os": [
|
|
653
|
+
"linux"
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
657
|
+
"version": "4.60.0",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz",
|
|
659
|
+
"integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==",
|
|
660
|
+
"cpu": [
|
|
661
|
+
"x64"
|
|
662
|
+
],
|
|
663
|
+
"dev": true,
|
|
664
|
+
"license": "MIT",
|
|
665
|
+
"optional": true,
|
|
666
|
+
"os": [
|
|
667
|
+
"linux"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
671
|
+
"version": "4.60.0",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.0.tgz",
|
|
673
|
+
"integrity": "sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==",
|
|
674
|
+
"cpu": [
|
|
675
|
+
"x64"
|
|
676
|
+
],
|
|
677
|
+
"dev": true,
|
|
678
|
+
"license": "MIT",
|
|
679
|
+
"optional": true,
|
|
680
|
+
"os": [
|
|
681
|
+
"linux"
|
|
682
|
+
]
|
|
683
|
+
},
|
|
684
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
685
|
+
"version": "4.60.0",
|
|
686
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.0.tgz",
|
|
687
|
+
"integrity": "sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==",
|
|
688
|
+
"cpu": [
|
|
689
|
+
"x64"
|
|
690
|
+
],
|
|
691
|
+
"dev": true,
|
|
692
|
+
"license": "MIT",
|
|
693
|
+
"optional": true,
|
|
694
|
+
"os": [
|
|
695
|
+
"openbsd"
|
|
696
|
+
]
|
|
697
|
+
},
|
|
698
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
699
|
+
"version": "4.60.0",
|
|
700
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.0.tgz",
|
|
701
|
+
"integrity": "sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==",
|
|
702
|
+
"cpu": [
|
|
703
|
+
"arm64"
|
|
704
|
+
],
|
|
705
|
+
"dev": true,
|
|
706
|
+
"license": "MIT",
|
|
707
|
+
"optional": true,
|
|
708
|
+
"os": [
|
|
709
|
+
"openharmony"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
713
|
+
"version": "4.60.0",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.0.tgz",
|
|
715
|
+
"integrity": "sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==",
|
|
716
|
+
"cpu": [
|
|
717
|
+
"arm64"
|
|
718
|
+
],
|
|
719
|
+
"dev": true,
|
|
720
|
+
"license": "MIT",
|
|
721
|
+
"optional": true,
|
|
722
|
+
"os": [
|
|
723
|
+
"win32"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
727
|
+
"version": "4.60.0",
|
|
728
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.0.tgz",
|
|
729
|
+
"integrity": "sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==",
|
|
730
|
+
"cpu": [
|
|
731
|
+
"ia32"
|
|
732
|
+
],
|
|
733
|
+
"dev": true,
|
|
734
|
+
"license": "MIT",
|
|
735
|
+
"optional": true,
|
|
736
|
+
"os": [
|
|
737
|
+
"win32"
|
|
738
|
+
]
|
|
739
|
+
},
|
|
740
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
741
|
+
"version": "4.60.0",
|
|
742
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.0.tgz",
|
|
743
|
+
"integrity": "sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==",
|
|
744
|
+
"cpu": [
|
|
745
|
+
"x64"
|
|
746
|
+
],
|
|
747
|
+
"dev": true,
|
|
748
|
+
"license": "MIT",
|
|
749
|
+
"optional": true,
|
|
750
|
+
"os": [
|
|
751
|
+
"win32"
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
755
|
+
"version": "4.60.0",
|
|
756
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.0.tgz",
|
|
757
|
+
"integrity": "sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==",
|
|
758
|
+
"cpu": [
|
|
759
|
+
"x64"
|
|
760
|
+
],
|
|
761
|
+
"dev": true,
|
|
762
|
+
"license": "MIT",
|
|
763
|
+
"optional": true,
|
|
764
|
+
"os": [
|
|
765
|
+
"win32"
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
"node_modules/@sinclair/typebox": {
|
|
769
|
+
"version": "0.34.48",
|
|
770
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
771
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
772
|
+
"license": "MIT"
|
|
773
|
+
},
|
|
774
|
+
"node_modules/@types/estree": {
|
|
775
|
+
"version": "1.0.8",
|
|
776
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
777
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
778
|
+
"dev": true,
|
|
779
|
+
"license": "MIT"
|
|
780
|
+
},
|
|
781
|
+
"node_modules/@types/node": {
|
|
782
|
+
"version": "22.19.15",
|
|
783
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
|
|
784
|
+
"integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
|
|
785
|
+
"dev": true,
|
|
786
|
+
"license": "MIT",
|
|
787
|
+
"dependencies": {
|
|
788
|
+
"undici-types": "~6.21.0"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"node_modules/@vitest/expect": {
|
|
792
|
+
"version": "2.1.9",
|
|
793
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz",
|
|
794
|
+
"integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==",
|
|
795
|
+
"dev": true,
|
|
796
|
+
"license": "MIT",
|
|
797
|
+
"dependencies": {
|
|
798
|
+
"@vitest/spy": "2.1.9",
|
|
799
|
+
"@vitest/utils": "2.1.9",
|
|
800
|
+
"chai": "^5.1.2",
|
|
801
|
+
"tinyrainbow": "^1.2.0"
|
|
802
|
+
},
|
|
803
|
+
"funding": {
|
|
804
|
+
"url": "https://opencollective.com/vitest"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"node_modules/@vitest/mocker": {
|
|
808
|
+
"version": "2.1.9",
|
|
809
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz",
|
|
810
|
+
"integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==",
|
|
811
|
+
"dev": true,
|
|
812
|
+
"license": "MIT",
|
|
813
|
+
"dependencies": {
|
|
814
|
+
"@vitest/spy": "2.1.9",
|
|
815
|
+
"estree-walker": "^3.0.3",
|
|
816
|
+
"magic-string": "^0.30.12"
|
|
817
|
+
},
|
|
818
|
+
"funding": {
|
|
819
|
+
"url": "https://opencollective.com/vitest"
|
|
820
|
+
},
|
|
821
|
+
"peerDependencies": {
|
|
822
|
+
"msw": "^2.4.9",
|
|
823
|
+
"vite": "^5.0.0"
|
|
824
|
+
},
|
|
825
|
+
"peerDependenciesMeta": {
|
|
826
|
+
"msw": {
|
|
827
|
+
"optional": true
|
|
828
|
+
},
|
|
829
|
+
"vite": {
|
|
830
|
+
"optional": true
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"node_modules/@vitest/pretty-format": {
|
|
835
|
+
"version": "2.1.9",
|
|
836
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz",
|
|
837
|
+
"integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==",
|
|
838
|
+
"dev": true,
|
|
839
|
+
"license": "MIT",
|
|
840
|
+
"dependencies": {
|
|
841
|
+
"tinyrainbow": "^1.2.0"
|
|
842
|
+
},
|
|
843
|
+
"funding": {
|
|
844
|
+
"url": "https://opencollective.com/vitest"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"node_modules/@vitest/runner": {
|
|
848
|
+
"version": "2.1.9",
|
|
849
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz",
|
|
850
|
+
"integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==",
|
|
851
|
+
"dev": true,
|
|
852
|
+
"license": "MIT",
|
|
853
|
+
"dependencies": {
|
|
854
|
+
"@vitest/utils": "2.1.9",
|
|
855
|
+
"pathe": "^1.1.2"
|
|
856
|
+
},
|
|
857
|
+
"funding": {
|
|
858
|
+
"url": "https://opencollective.com/vitest"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"node_modules/@vitest/snapshot": {
|
|
862
|
+
"version": "2.1.9",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz",
|
|
864
|
+
"integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==",
|
|
865
|
+
"dev": true,
|
|
866
|
+
"license": "MIT",
|
|
867
|
+
"dependencies": {
|
|
868
|
+
"@vitest/pretty-format": "2.1.9",
|
|
869
|
+
"magic-string": "^0.30.12",
|
|
870
|
+
"pathe": "^1.1.2"
|
|
871
|
+
},
|
|
872
|
+
"funding": {
|
|
873
|
+
"url": "https://opencollective.com/vitest"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"node_modules/@vitest/spy": {
|
|
877
|
+
"version": "2.1.9",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz",
|
|
879
|
+
"integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==",
|
|
880
|
+
"dev": true,
|
|
881
|
+
"license": "MIT",
|
|
882
|
+
"dependencies": {
|
|
883
|
+
"tinyspy": "^3.0.2"
|
|
884
|
+
},
|
|
885
|
+
"funding": {
|
|
886
|
+
"url": "https://opencollective.com/vitest"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"node_modules/@vitest/utils": {
|
|
890
|
+
"version": "2.1.9",
|
|
891
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz",
|
|
892
|
+
"integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==",
|
|
893
|
+
"dev": true,
|
|
894
|
+
"license": "MIT",
|
|
895
|
+
"dependencies": {
|
|
896
|
+
"@vitest/pretty-format": "2.1.9",
|
|
897
|
+
"loupe": "^3.1.2",
|
|
898
|
+
"tinyrainbow": "^1.2.0"
|
|
899
|
+
},
|
|
900
|
+
"funding": {
|
|
901
|
+
"url": "https://opencollective.com/vitest"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"node_modules/assertion-error": {
|
|
905
|
+
"version": "2.0.1",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
907
|
+
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
908
|
+
"dev": true,
|
|
909
|
+
"license": "MIT",
|
|
910
|
+
"engines": {
|
|
911
|
+
"node": ">=12"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"node_modules/cac": {
|
|
915
|
+
"version": "6.7.14",
|
|
916
|
+
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
|
917
|
+
"integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
|
|
918
|
+
"dev": true,
|
|
919
|
+
"license": "MIT",
|
|
920
|
+
"engines": {
|
|
921
|
+
"node": ">=8"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"node_modules/chai": {
|
|
925
|
+
"version": "5.3.3",
|
|
926
|
+
"resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
|
|
927
|
+
"integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
|
|
928
|
+
"dev": true,
|
|
929
|
+
"license": "MIT",
|
|
930
|
+
"dependencies": {
|
|
931
|
+
"assertion-error": "^2.0.1",
|
|
932
|
+
"check-error": "^2.1.1",
|
|
933
|
+
"deep-eql": "^5.0.1",
|
|
934
|
+
"loupe": "^3.1.0",
|
|
935
|
+
"pathval": "^2.0.0"
|
|
936
|
+
},
|
|
937
|
+
"engines": {
|
|
938
|
+
"node": ">=18"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"node_modules/check-error": {
|
|
942
|
+
"version": "2.1.3",
|
|
943
|
+
"resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
|
|
944
|
+
"integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
|
|
945
|
+
"dev": true,
|
|
946
|
+
"license": "MIT",
|
|
947
|
+
"engines": {
|
|
948
|
+
"node": ">= 16"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"node_modules/data-uri-to-buffer": {
|
|
952
|
+
"version": "4.0.1",
|
|
953
|
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
954
|
+
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
955
|
+
"license": "MIT",
|
|
956
|
+
"engines": {
|
|
957
|
+
"node": ">= 12"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"node_modules/debug": {
|
|
961
|
+
"version": "4.4.3",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
963
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
964
|
+
"dev": true,
|
|
965
|
+
"license": "MIT",
|
|
966
|
+
"dependencies": {
|
|
967
|
+
"ms": "^2.1.3"
|
|
968
|
+
},
|
|
969
|
+
"engines": {
|
|
970
|
+
"node": ">=6.0"
|
|
971
|
+
},
|
|
972
|
+
"peerDependenciesMeta": {
|
|
973
|
+
"supports-color": {
|
|
974
|
+
"optional": true
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"node_modules/deep-eql": {
|
|
979
|
+
"version": "5.0.2",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
|
|
981
|
+
"integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
|
|
982
|
+
"dev": true,
|
|
983
|
+
"license": "MIT",
|
|
984
|
+
"engines": {
|
|
985
|
+
"node": ">=6"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"node_modules/es-module-lexer": {
|
|
989
|
+
"version": "1.7.0",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
|
|
991
|
+
"integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
|
|
992
|
+
"dev": true,
|
|
993
|
+
"license": "MIT"
|
|
994
|
+
},
|
|
995
|
+
"node_modules/esbuild": {
|
|
996
|
+
"version": "0.21.5",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
|
|
998
|
+
"integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
|
|
999
|
+
"dev": true,
|
|
1000
|
+
"hasInstallScript": true,
|
|
1001
|
+
"license": "MIT",
|
|
1002
|
+
"bin": {
|
|
1003
|
+
"esbuild": "bin/esbuild"
|
|
1004
|
+
},
|
|
1005
|
+
"engines": {
|
|
1006
|
+
"node": ">=12"
|
|
1007
|
+
},
|
|
1008
|
+
"optionalDependencies": {
|
|
1009
|
+
"@esbuild/aix-ppc64": "0.21.5",
|
|
1010
|
+
"@esbuild/android-arm": "0.21.5",
|
|
1011
|
+
"@esbuild/android-arm64": "0.21.5",
|
|
1012
|
+
"@esbuild/android-x64": "0.21.5",
|
|
1013
|
+
"@esbuild/darwin-arm64": "0.21.5",
|
|
1014
|
+
"@esbuild/darwin-x64": "0.21.5",
|
|
1015
|
+
"@esbuild/freebsd-arm64": "0.21.5",
|
|
1016
|
+
"@esbuild/freebsd-x64": "0.21.5",
|
|
1017
|
+
"@esbuild/linux-arm": "0.21.5",
|
|
1018
|
+
"@esbuild/linux-arm64": "0.21.5",
|
|
1019
|
+
"@esbuild/linux-ia32": "0.21.5",
|
|
1020
|
+
"@esbuild/linux-loong64": "0.21.5",
|
|
1021
|
+
"@esbuild/linux-mips64el": "0.21.5",
|
|
1022
|
+
"@esbuild/linux-ppc64": "0.21.5",
|
|
1023
|
+
"@esbuild/linux-riscv64": "0.21.5",
|
|
1024
|
+
"@esbuild/linux-s390x": "0.21.5",
|
|
1025
|
+
"@esbuild/linux-x64": "0.21.5",
|
|
1026
|
+
"@esbuild/netbsd-x64": "0.21.5",
|
|
1027
|
+
"@esbuild/openbsd-x64": "0.21.5",
|
|
1028
|
+
"@esbuild/sunos-x64": "0.21.5",
|
|
1029
|
+
"@esbuild/win32-arm64": "0.21.5",
|
|
1030
|
+
"@esbuild/win32-ia32": "0.21.5",
|
|
1031
|
+
"@esbuild/win32-x64": "0.21.5"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/estree-walker": {
|
|
1035
|
+
"version": "3.0.3",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
1037
|
+
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
1038
|
+
"dev": true,
|
|
1039
|
+
"license": "MIT",
|
|
1040
|
+
"dependencies": {
|
|
1041
|
+
"@types/estree": "^1.0.0"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"node_modules/expect-type": {
|
|
1045
|
+
"version": "1.3.0",
|
|
1046
|
+
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
|
|
1047
|
+
"integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
|
|
1048
|
+
"dev": true,
|
|
1049
|
+
"license": "Apache-2.0",
|
|
1050
|
+
"engines": {
|
|
1051
|
+
"node": ">=12.0.0"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
"node_modules/fetch-blob": {
|
|
1055
|
+
"version": "3.2.0",
|
|
1056
|
+
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
1057
|
+
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
1058
|
+
"funding": [
|
|
1059
|
+
{
|
|
1060
|
+
"type": "github",
|
|
1061
|
+
"url": "https://github.com/sponsors/jimmywarting"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"type": "paypal",
|
|
1065
|
+
"url": "https://paypal.me/jimmywarting"
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"license": "MIT",
|
|
1069
|
+
"dependencies": {
|
|
1070
|
+
"node-domexception": "^1.0.0",
|
|
1071
|
+
"web-streams-polyfill": "^3.0.3"
|
|
1072
|
+
},
|
|
1073
|
+
"engines": {
|
|
1074
|
+
"node": "^12.20 || >= 14.13"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"node_modules/formdata-polyfill": {
|
|
1078
|
+
"version": "4.0.10",
|
|
1079
|
+
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1080
|
+
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1081
|
+
"license": "MIT",
|
|
1082
|
+
"dependencies": {
|
|
1083
|
+
"fetch-blob": "^3.1.2"
|
|
1084
|
+
},
|
|
1085
|
+
"engines": {
|
|
1086
|
+
"node": ">=12.20.0"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"node_modules/fsevents": {
|
|
1090
|
+
"version": "2.3.3",
|
|
1091
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
1092
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1093
|
+
"dev": true,
|
|
1094
|
+
"hasInstallScript": true,
|
|
1095
|
+
"license": "MIT",
|
|
1096
|
+
"optional": true,
|
|
1097
|
+
"os": [
|
|
1098
|
+
"darwin"
|
|
1099
|
+
],
|
|
1100
|
+
"engines": {
|
|
1101
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"node_modules/loupe": {
|
|
1105
|
+
"version": "3.2.1",
|
|
1106
|
+
"resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
|
|
1107
|
+
"integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
|
|
1108
|
+
"dev": true,
|
|
1109
|
+
"license": "MIT"
|
|
1110
|
+
},
|
|
1111
|
+
"node_modules/magic-string": {
|
|
1112
|
+
"version": "0.30.21",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
1114
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
1115
|
+
"dev": true,
|
|
1116
|
+
"license": "MIT",
|
|
1117
|
+
"dependencies": {
|
|
1118
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"node_modules/ms": {
|
|
1122
|
+
"version": "2.1.3",
|
|
1123
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1124
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1125
|
+
"dev": true,
|
|
1126
|
+
"license": "MIT"
|
|
1127
|
+
},
|
|
1128
|
+
"node_modules/nanoid": {
|
|
1129
|
+
"version": "3.3.11",
|
|
1130
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
1131
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
1132
|
+
"dev": true,
|
|
1133
|
+
"funding": [
|
|
1134
|
+
{
|
|
1135
|
+
"type": "github",
|
|
1136
|
+
"url": "https://github.com/sponsors/ai"
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"license": "MIT",
|
|
1140
|
+
"bin": {
|
|
1141
|
+
"nanoid": "bin/nanoid.cjs"
|
|
1142
|
+
},
|
|
1143
|
+
"engines": {
|
|
1144
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"node_modules/node-domexception": {
|
|
1148
|
+
"version": "1.0.0",
|
|
1149
|
+
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
1150
|
+
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
1151
|
+
"deprecated": "Use your platform's native DOMException instead",
|
|
1152
|
+
"funding": [
|
|
1153
|
+
{
|
|
1154
|
+
"type": "github",
|
|
1155
|
+
"url": "https://github.com/sponsors/jimmywarting"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "github",
|
|
1159
|
+
"url": "https://paypal.me/jimmywarting"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"license": "MIT",
|
|
1163
|
+
"engines": {
|
|
1164
|
+
"node": ">=10.5.0"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"node_modules/node-fetch": {
|
|
1168
|
+
"version": "3.3.2",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
1170
|
+
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
1171
|
+
"license": "MIT",
|
|
1172
|
+
"dependencies": {
|
|
1173
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
1174
|
+
"fetch-blob": "^3.1.4",
|
|
1175
|
+
"formdata-polyfill": "^4.0.10"
|
|
1176
|
+
},
|
|
1177
|
+
"engines": {
|
|
1178
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1179
|
+
},
|
|
1180
|
+
"funding": {
|
|
1181
|
+
"type": "opencollective",
|
|
1182
|
+
"url": "https://opencollective.com/node-fetch"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"node_modules/pathe": {
|
|
1186
|
+
"version": "1.1.2",
|
|
1187
|
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
|
|
1188
|
+
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
|
|
1189
|
+
"dev": true,
|
|
1190
|
+
"license": "MIT"
|
|
1191
|
+
},
|
|
1192
|
+
"node_modules/pathval": {
|
|
1193
|
+
"version": "2.0.1",
|
|
1194
|
+
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
|
|
1195
|
+
"integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
|
|
1196
|
+
"dev": true,
|
|
1197
|
+
"license": "MIT",
|
|
1198
|
+
"engines": {
|
|
1199
|
+
"node": ">= 14.16"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"node_modules/picocolors": {
|
|
1203
|
+
"version": "1.1.1",
|
|
1204
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1205
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1206
|
+
"dev": true,
|
|
1207
|
+
"license": "ISC"
|
|
1208
|
+
},
|
|
1209
|
+
"node_modules/postcss": {
|
|
1210
|
+
"version": "8.5.8",
|
|
1211
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
1212
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
1213
|
+
"dev": true,
|
|
1214
|
+
"funding": [
|
|
1215
|
+
{
|
|
1216
|
+
"type": "opencollective",
|
|
1217
|
+
"url": "https://opencollective.com/postcss/"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"type": "tidelift",
|
|
1221
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"type": "github",
|
|
1225
|
+
"url": "https://github.com/sponsors/ai"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"license": "MIT",
|
|
1229
|
+
"dependencies": {
|
|
1230
|
+
"nanoid": "^3.3.11",
|
|
1231
|
+
"picocolors": "^1.1.1",
|
|
1232
|
+
"source-map-js": "^1.2.1"
|
|
1233
|
+
},
|
|
1234
|
+
"engines": {
|
|
1235
|
+
"node": "^10 || ^12 || >=14"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"node_modules/rollup": {
|
|
1239
|
+
"version": "4.60.0",
|
|
1240
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.0.tgz",
|
|
1241
|
+
"integrity": "sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==",
|
|
1242
|
+
"dev": true,
|
|
1243
|
+
"license": "MIT",
|
|
1244
|
+
"dependencies": {
|
|
1245
|
+
"@types/estree": "1.0.8"
|
|
1246
|
+
},
|
|
1247
|
+
"bin": {
|
|
1248
|
+
"rollup": "dist/bin/rollup"
|
|
1249
|
+
},
|
|
1250
|
+
"engines": {
|
|
1251
|
+
"node": ">=18.0.0",
|
|
1252
|
+
"npm": ">=8.0.0"
|
|
1253
|
+
},
|
|
1254
|
+
"optionalDependencies": {
|
|
1255
|
+
"@rollup/rollup-android-arm-eabi": "4.60.0",
|
|
1256
|
+
"@rollup/rollup-android-arm64": "4.60.0",
|
|
1257
|
+
"@rollup/rollup-darwin-arm64": "4.60.0",
|
|
1258
|
+
"@rollup/rollup-darwin-x64": "4.60.0",
|
|
1259
|
+
"@rollup/rollup-freebsd-arm64": "4.60.0",
|
|
1260
|
+
"@rollup/rollup-freebsd-x64": "4.60.0",
|
|
1261
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.0",
|
|
1262
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.0",
|
|
1263
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.0",
|
|
1264
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.0",
|
|
1265
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.0",
|
|
1266
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.0",
|
|
1267
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.0",
|
|
1268
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.0",
|
|
1269
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.0",
|
|
1270
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.0",
|
|
1271
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.0",
|
|
1272
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.0",
|
|
1273
|
+
"@rollup/rollup-linux-x64-musl": "4.60.0",
|
|
1274
|
+
"@rollup/rollup-openbsd-x64": "4.60.0",
|
|
1275
|
+
"@rollup/rollup-openharmony-arm64": "4.60.0",
|
|
1276
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.0",
|
|
1277
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.0",
|
|
1278
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.0",
|
|
1279
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.0",
|
|
1280
|
+
"fsevents": "~2.3.2"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"node_modules/siginfo": {
|
|
1284
|
+
"version": "2.0.0",
|
|
1285
|
+
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
1286
|
+
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
1287
|
+
"dev": true,
|
|
1288
|
+
"license": "ISC"
|
|
1289
|
+
},
|
|
1290
|
+
"node_modules/source-map-js": {
|
|
1291
|
+
"version": "1.2.1",
|
|
1292
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1293
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1294
|
+
"dev": true,
|
|
1295
|
+
"license": "BSD-3-Clause",
|
|
1296
|
+
"engines": {
|
|
1297
|
+
"node": ">=0.10.0"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"node_modules/stackback": {
|
|
1301
|
+
"version": "0.0.2",
|
|
1302
|
+
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
1303
|
+
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
1304
|
+
"dev": true,
|
|
1305
|
+
"license": "MIT"
|
|
1306
|
+
},
|
|
1307
|
+
"node_modules/std-env": {
|
|
1308
|
+
"version": "3.10.0",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
|
|
1310
|
+
"integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
|
|
1311
|
+
"dev": true,
|
|
1312
|
+
"license": "MIT"
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/tinybench": {
|
|
1315
|
+
"version": "2.9.0",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
1317
|
+
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
1318
|
+
"dev": true,
|
|
1319
|
+
"license": "MIT"
|
|
1320
|
+
},
|
|
1321
|
+
"node_modules/tinyexec": {
|
|
1322
|
+
"version": "0.3.2",
|
|
1323
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
|
1324
|
+
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
|
|
1325
|
+
"dev": true,
|
|
1326
|
+
"license": "MIT"
|
|
1327
|
+
},
|
|
1328
|
+
"node_modules/tinypool": {
|
|
1329
|
+
"version": "1.1.1",
|
|
1330
|
+
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
|
|
1331
|
+
"integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
|
|
1332
|
+
"dev": true,
|
|
1333
|
+
"license": "MIT",
|
|
1334
|
+
"engines": {
|
|
1335
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
"node_modules/tinyrainbow": {
|
|
1339
|
+
"version": "1.2.0",
|
|
1340
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
|
|
1341
|
+
"integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
|
|
1342
|
+
"dev": true,
|
|
1343
|
+
"license": "MIT",
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">=14.0.0"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/tinyspy": {
|
|
1349
|
+
"version": "3.0.2",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
|
|
1351
|
+
"integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
|
|
1352
|
+
"dev": true,
|
|
1353
|
+
"license": "MIT",
|
|
1354
|
+
"engines": {
|
|
1355
|
+
"node": ">=14.0.0"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"node_modules/typescript": {
|
|
1359
|
+
"version": "5.9.3",
|
|
1360
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
1361
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
1362
|
+
"dev": true,
|
|
1363
|
+
"license": "Apache-2.0",
|
|
1364
|
+
"bin": {
|
|
1365
|
+
"tsc": "bin/tsc",
|
|
1366
|
+
"tsserver": "bin/tsserver"
|
|
1367
|
+
},
|
|
1368
|
+
"engines": {
|
|
1369
|
+
"node": ">=14.17"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"node_modules/undici-types": {
|
|
1373
|
+
"version": "6.21.0",
|
|
1374
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1375
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1376
|
+
"dev": true,
|
|
1377
|
+
"license": "MIT"
|
|
1378
|
+
},
|
|
1379
|
+
"node_modules/vite": {
|
|
1380
|
+
"version": "5.4.21",
|
|
1381
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
|
|
1382
|
+
"integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
|
|
1383
|
+
"dev": true,
|
|
1384
|
+
"license": "MIT",
|
|
1385
|
+
"dependencies": {
|
|
1386
|
+
"esbuild": "^0.21.3",
|
|
1387
|
+
"postcss": "^8.4.43",
|
|
1388
|
+
"rollup": "^4.20.0"
|
|
1389
|
+
},
|
|
1390
|
+
"bin": {
|
|
1391
|
+
"vite": "bin/vite.js"
|
|
1392
|
+
},
|
|
1393
|
+
"engines": {
|
|
1394
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1395
|
+
},
|
|
1396
|
+
"funding": {
|
|
1397
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
1398
|
+
},
|
|
1399
|
+
"optionalDependencies": {
|
|
1400
|
+
"fsevents": "~2.3.3"
|
|
1401
|
+
},
|
|
1402
|
+
"peerDependencies": {
|
|
1403
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
1404
|
+
"less": "*",
|
|
1405
|
+
"lightningcss": "^1.21.0",
|
|
1406
|
+
"sass": "*",
|
|
1407
|
+
"sass-embedded": "*",
|
|
1408
|
+
"stylus": "*",
|
|
1409
|
+
"sugarss": "*",
|
|
1410
|
+
"terser": "^5.4.0"
|
|
1411
|
+
},
|
|
1412
|
+
"peerDependenciesMeta": {
|
|
1413
|
+
"@types/node": {
|
|
1414
|
+
"optional": true
|
|
1415
|
+
},
|
|
1416
|
+
"less": {
|
|
1417
|
+
"optional": true
|
|
1418
|
+
},
|
|
1419
|
+
"lightningcss": {
|
|
1420
|
+
"optional": true
|
|
1421
|
+
},
|
|
1422
|
+
"sass": {
|
|
1423
|
+
"optional": true
|
|
1424
|
+
},
|
|
1425
|
+
"sass-embedded": {
|
|
1426
|
+
"optional": true
|
|
1427
|
+
},
|
|
1428
|
+
"stylus": {
|
|
1429
|
+
"optional": true
|
|
1430
|
+
},
|
|
1431
|
+
"sugarss": {
|
|
1432
|
+
"optional": true
|
|
1433
|
+
},
|
|
1434
|
+
"terser": {
|
|
1435
|
+
"optional": true
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"node_modules/vite-node": {
|
|
1440
|
+
"version": "2.1.9",
|
|
1441
|
+
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz",
|
|
1442
|
+
"integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==",
|
|
1443
|
+
"dev": true,
|
|
1444
|
+
"license": "MIT",
|
|
1445
|
+
"dependencies": {
|
|
1446
|
+
"cac": "^6.7.14",
|
|
1447
|
+
"debug": "^4.3.7",
|
|
1448
|
+
"es-module-lexer": "^1.5.4",
|
|
1449
|
+
"pathe": "^1.1.2",
|
|
1450
|
+
"vite": "^5.0.0"
|
|
1451
|
+
},
|
|
1452
|
+
"bin": {
|
|
1453
|
+
"vite-node": "vite-node.mjs"
|
|
1454
|
+
},
|
|
1455
|
+
"engines": {
|
|
1456
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1457
|
+
},
|
|
1458
|
+
"funding": {
|
|
1459
|
+
"url": "https://opencollective.com/vitest"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"node_modules/vitest": {
|
|
1463
|
+
"version": "2.1.9",
|
|
1464
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz",
|
|
1465
|
+
"integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==",
|
|
1466
|
+
"dev": true,
|
|
1467
|
+
"license": "MIT",
|
|
1468
|
+
"dependencies": {
|
|
1469
|
+
"@vitest/expect": "2.1.9",
|
|
1470
|
+
"@vitest/mocker": "2.1.9",
|
|
1471
|
+
"@vitest/pretty-format": "^2.1.9",
|
|
1472
|
+
"@vitest/runner": "2.1.9",
|
|
1473
|
+
"@vitest/snapshot": "2.1.9",
|
|
1474
|
+
"@vitest/spy": "2.1.9",
|
|
1475
|
+
"@vitest/utils": "2.1.9",
|
|
1476
|
+
"chai": "^5.1.2",
|
|
1477
|
+
"debug": "^4.3.7",
|
|
1478
|
+
"expect-type": "^1.1.0",
|
|
1479
|
+
"magic-string": "^0.30.12",
|
|
1480
|
+
"pathe": "^1.1.2",
|
|
1481
|
+
"std-env": "^3.8.0",
|
|
1482
|
+
"tinybench": "^2.9.0",
|
|
1483
|
+
"tinyexec": "^0.3.1",
|
|
1484
|
+
"tinypool": "^1.0.1",
|
|
1485
|
+
"tinyrainbow": "^1.2.0",
|
|
1486
|
+
"vite": "^5.0.0",
|
|
1487
|
+
"vite-node": "2.1.9",
|
|
1488
|
+
"why-is-node-running": "^2.3.0"
|
|
1489
|
+
},
|
|
1490
|
+
"bin": {
|
|
1491
|
+
"vitest": "vitest.mjs"
|
|
1492
|
+
},
|
|
1493
|
+
"engines": {
|
|
1494
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1495
|
+
},
|
|
1496
|
+
"funding": {
|
|
1497
|
+
"url": "https://opencollective.com/vitest"
|
|
1498
|
+
},
|
|
1499
|
+
"peerDependencies": {
|
|
1500
|
+
"@edge-runtime/vm": "*",
|
|
1501
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
1502
|
+
"@vitest/browser": "2.1.9",
|
|
1503
|
+
"@vitest/ui": "2.1.9",
|
|
1504
|
+
"happy-dom": "*",
|
|
1505
|
+
"jsdom": "*"
|
|
1506
|
+
},
|
|
1507
|
+
"peerDependenciesMeta": {
|
|
1508
|
+
"@edge-runtime/vm": {
|
|
1509
|
+
"optional": true
|
|
1510
|
+
},
|
|
1511
|
+
"@types/node": {
|
|
1512
|
+
"optional": true
|
|
1513
|
+
},
|
|
1514
|
+
"@vitest/browser": {
|
|
1515
|
+
"optional": true
|
|
1516
|
+
},
|
|
1517
|
+
"@vitest/ui": {
|
|
1518
|
+
"optional": true
|
|
1519
|
+
},
|
|
1520
|
+
"happy-dom": {
|
|
1521
|
+
"optional": true
|
|
1522
|
+
},
|
|
1523
|
+
"jsdom": {
|
|
1524
|
+
"optional": true
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"node_modules/web-streams-polyfill": {
|
|
1529
|
+
"version": "3.3.3",
|
|
1530
|
+
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
1531
|
+
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
1532
|
+
"license": "MIT",
|
|
1533
|
+
"engines": {
|
|
1534
|
+
"node": ">= 8"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"node_modules/why-is-node-running": {
|
|
1538
|
+
"version": "2.3.0",
|
|
1539
|
+
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
1540
|
+
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
1541
|
+
"dev": true,
|
|
1542
|
+
"license": "MIT",
|
|
1543
|
+
"dependencies": {
|
|
1544
|
+
"siginfo": "^2.0.0",
|
|
1545
|
+
"stackback": "0.0.2"
|
|
1546
|
+
},
|
|
1547
|
+
"bin": {
|
|
1548
|
+
"why-is-node-running": "cli.js"
|
|
1549
|
+
},
|
|
1550
|
+
"engines": {
|
|
1551
|
+
"node": ">=8"
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
}
|