create-velto 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.
@@ -0,0 +1,1135 @@
1
+ lockfileVersion: '6.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ dependencies:
8
+ '@velto/runtime':
9
+ specifier: 1.0.0-beta.0
10
+ version: 1.0.0-beta.0
11
+
12
+ devDependencies:
13
+ '@velto/babel-plugin-velto':
14
+ specifier: 1.0.0-beta.0
15
+ version: 1.0.0-beta.0
16
+ sass:
17
+ specifier: ^1.86.3
18
+ version: 1.86.3
19
+ vite:
20
+ specifier: ^6.2.6
21
+ version: 6.2.6(sass@1.86.3)
22
+
23
+ packages:
24
+
25
+ /@ampproject/remapping@2.3.0:
26
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
27
+ engines: {node: '>=6.0.0'}
28
+ dependencies:
29
+ '@jridgewell/gen-mapping': 0.3.8
30
+ '@jridgewell/trace-mapping': 0.3.25
31
+ dev: true
32
+
33
+ /@babel/code-frame@7.26.2:
34
+ resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
35
+ engines: {node: '>=6.9.0'}
36
+ dependencies:
37
+ '@babel/helper-validator-identifier': 7.25.9
38
+ js-tokens: 4.0.0
39
+ picocolors: 1.1.1
40
+ dev: true
41
+
42
+ /@babel/compat-data@7.26.8:
43
+ resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
44
+ engines: {node: '>=6.9.0'}
45
+ dev: true
46
+
47
+ /@babel/core@7.26.10:
48
+ resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==}
49
+ engines: {node: '>=6.9.0'}
50
+ dependencies:
51
+ '@ampproject/remapping': 2.3.0
52
+ '@babel/code-frame': 7.26.2
53
+ '@babel/generator': 7.27.0
54
+ '@babel/helper-compilation-targets': 7.27.0
55
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10)
56
+ '@babel/helpers': 7.27.0
57
+ '@babel/parser': 7.27.0
58
+ '@babel/template': 7.27.0
59
+ '@babel/traverse': 7.27.0
60
+ '@babel/types': 7.27.0
61
+ convert-source-map: 2.0.0
62
+ debug: 4.4.0
63
+ gensync: 1.0.0-beta.2
64
+ json5: 2.2.3
65
+ semver: 6.3.1
66
+ transitivePeerDependencies:
67
+ - supports-color
68
+ dev: true
69
+
70
+ /@babel/generator@7.27.0:
71
+ resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==}
72
+ engines: {node: '>=6.9.0'}
73
+ dependencies:
74
+ '@babel/parser': 7.27.0
75
+ '@babel/types': 7.27.0
76
+ '@jridgewell/gen-mapping': 0.3.8
77
+ '@jridgewell/trace-mapping': 0.3.25
78
+ jsesc: 3.1.0
79
+ dev: true
80
+
81
+ /@babel/helper-compilation-targets@7.27.0:
82
+ resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==}
83
+ engines: {node: '>=6.9.0'}
84
+ dependencies:
85
+ '@babel/compat-data': 7.26.8
86
+ '@babel/helper-validator-option': 7.25.9
87
+ browserslist: 4.24.4
88
+ lru-cache: 5.1.1
89
+ semver: 6.3.1
90
+ dev: true
91
+
92
+ /@babel/helper-module-imports@7.25.9:
93
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
94
+ engines: {node: '>=6.9.0'}
95
+ dependencies:
96
+ '@babel/traverse': 7.27.0
97
+ '@babel/types': 7.27.0
98
+ transitivePeerDependencies:
99
+ - supports-color
100
+ dev: true
101
+
102
+ /@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10):
103
+ resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
104
+ engines: {node: '>=6.9.0'}
105
+ peerDependencies:
106
+ '@babel/core': ^7.0.0
107
+ dependencies:
108
+ '@babel/core': 7.26.10
109
+ '@babel/helper-module-imports': 7.25.9
110
+ '@babel/helper-validator-identifier': 7.25.9
111
+ '@babel/traverse': 7.27.0
112
+ transitivePeerDependencies:
113
+ - supports-color
114
+ dev: true
115
+
116
+ /@babel/helper-plugin-utils@7.26.5:
117
+ resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==}
118
+ engines: {node: '>=6.9.0'}
119
+ dev: true
120
+
121
+ /@babel/helper-string-parser@7.25.9:
122
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
123
+ engines: {node: '>=6.9.0'}
124
+ dev: true
125
+
126
+ /@babel/helper-validator-identifier@7.25.9:
127
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
128
+ engines: {node: '>=6.9.0'}
129
+ dev: true
130
+
131
+ /@babel/helper-validator-option@7.25.9:
132
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
133
+ engines: {node: '>=6.9.0'}
134
+ dev: true
135
+
136
+ /@babel/helpers@7.27.0:
137
+ resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==}
138
+ engines: {node: '>=6.9.0'}
139
+ dependencies:
140
+ '@babel/template': 7.27.0
141
+ '@babel/types': 7.27.0
142
+ dev: true
143
+
144
+ /@babel/parser@7.27.0:
145
+ resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==}
146
+ engines: {node: '>=6.0.0'}
147
+ hasBin: true
148
+ dependencies:
149
+ '@babel/types': 7.27.0
150
+ dev: true
151
+
152
+ /@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10):
153
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
154
+ engines: {node: '>=6.9.0'}
155
+ peerDependencies:
156
+ '@babel/core': ^7.0.0-0
157
+ dependencies:
158
+ '@babel/core': 7.26.10
159
+ '@babel/helper-plugin-utils': 7.26.5
160
+ dev: true
161
+
162
+ /@babel/template@7.27.0:
163
+ resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==}
164
+ engines: {node: '>=6.9.0'}
165
+ dependencies:
166
+ '@babel/code-frame': 7.26.2
167
+ '@babel/parser': 7.27.0
168
+ '@babel/types': 7.27.0
169
+ dev: true
170
+
171
+ /@babel/traverse@7.27.0:
172
+ resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==}
173
+ engines: {node: '>=6.9.0'}
174
+ dependencies:
175
+ '@babel/code-frame': 7.26.2
176
+ '@babel/generator': 7.27.0
177
+ '@babel/parser': 7.27.0
178
+ '@babel/template': 7.27.0
179
+ '@babel/types': 7.27.0
180
+ debug: 4.4.0
181
+ globals: 11.12.0
182
+ transitivePeerDependencies:
183
+ - supports-color
184
+ dev: true
185
+
186
+ /@babel/types@7.27.0:
187
+ resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
188
+ engines: {node: '>=6.9.0'}
189
+ dependencies:
190
+ '@babel/helper-string-parser': 7.25.9
191
+ '@babel/helper-validator-identifier': 7.25.9
192
+ dev: true
193
+
194
+ /@esbuild/aix-ppc64@0.25.2:
195
+ resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==}
196
+ engines: {node: '>=18'}
197
+ cpu: [ppc64]
198
+ os: [aix]
199
+ requiresBuild: true
200
+ dev: true
201
+ optional: true
202
+
203
+ /@esbuild/android-arm64@0.25.2:
204
+ resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==}
205
+ engines: {node: '>=18'}
206
+ cpu: [arm64]
207
+ os: [android]
208
+ requiresBuild: true
209
+ dev: true
210
+ optional: true
211
+
212
+ /@esbuild/android-arm@0.25.2:
213
+ resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==}
214
+ engines: {node: '>=18'}
215
+ cpu: [arm]
216
+ os: [android]
217
+ requiresBuild: true
218
+ dev: true
219
+ optional: true
220
+
221
+ /@esbuild/android-x64@0.25.2:
222
+ resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==}
223
+ engines: {node: '>=18'}
224
+ cpu: [x64]
225
+ os: [android]
226
+ requiresBuild: true
227
+ dev: true
228
+ optional: true
229
+
230
+ /@esbuild/darwin-arm64@0.25.2:
231
+ resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==}
232
+ engines: {node: '>=18'}
233
+ cpu: [arm64]
234
+ os: [darwin]
235
+ requiresBuild: true
236
+ dev: true
237
+ optional: true
238
+
239
+ /@esbuild/darwin-x64@0.25.2:
240
+ resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==}
241
+ engines: {node: '>=18'}
242
+ cpu: [x64]
243
+ os: [darwin]
244
+ requiresBuild: true
245
+ dev: true
246
+ optional: true
247
+
248
+ /@esbuild/freebsd-arm64@0.25.2:
249
+ resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==}
250
+ engines: {node: '>=18'}
251
+ cpu: [arm64]
252
+ os: [freebsd]
253
+ requiresBuild: true
254
+ dev: true
255
+ optional: true
256
+
257
+ /@esbuild/freebsd-x64@0.25.2:
258
+ resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==}
259
+ engines: {node: '>=18'}
260
+ cpu: [x64]
261
+ os: [freebsd]
262
+ requiresBuild: true
263
+ dev: true
264
+ optional: true
265
+
266
+ /@esbuild/linux-arm64@0.25.2:
267
+ resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==}
268
+ engines: {node: '>=18'}
269
+ cpu: [arm64]
270
+ os: [linux]
271
+ requiresBuild: true
272
+ dev: true
273
+ optional: true
274
+
275
+ /@esbuild/linux-arm@0.25.2:
276
+ resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==}
277
+ engines: {node: '>=18'}
278
+ cpu: [arm]
279
+ os: [linux]
280
+ requiresBuild: true
281
+ dev: true
282
+ optional: true
283
+
284
+ /@esbuild/linux-ia32@0.25.2:
285
+ resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==}
286
+ engines: {node: '>=18'}
287
+ cpu: [ia32]
288
+ os: [linux]
289
+ requiresBuild: true
290
+ dev: true
291
+ optional: true
292
+
293
+ /@esbuild/linux-loong64@0.25.2:
294
+ resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==}
295
+ engines: {node: '>=18'}
296
+ cpu: [loong64]
297
+ os: [linux]
298
+ requiresBuild: true
299
+ dev: true
300
+ optional: true
301
+
302
+ /@esbuild/linux-mips64el@0.25.2:
303
+ resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==}
304
+ engines: {node: '>=18'}
305
+ cpu: [mips64el]
306
+ os: [linux]
307
+ requiresBuild: true
308
+ dev: true
309
+ optional: true
310
+
311
+ /@esbuild/linux-ppc64@0.25.2:
312
+ resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==}
313
+ engines: {node: '>=18'}
314
+ cpu: [ppc64]
315
+ os: [linux]
316
+ requiresBuild: true
317
+ dev: true
318
+ optional: true
319
+
320
+ /@esbuild/linux-riscv64@0.25.2:
321
+ resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==}
322
+ engines: {node: '>=18'}
323
+ cpu: [riscv64]
324
+ os: [linux]
325
+ requiresBuild: true
326
+ dev: true
327
+ optional: true
328
+
329
+ /@esbuild/linux-s390x@0.25.2:
330
+ resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==}
331
+ engines: {node: '>=18'}
332
+ cpu: [s390x]
333
+ os: [linux]
334
+ requiresBuild: true
335
+ dev: true
336
+ optional: true
337
+
338
+ /@esbuild/linux-x64@0.25.2:
339
+ resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==}
340
+ engines: {node: '>=18'}
341
+ cpu: [x64]
342
+ os: [linux]
343
+ requiresBuild: true
344
+ dev: true
345
+ optional: true
346
+
347
+ /@esbuild/netbsd-arm64@0.25.2:
348
+ resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==}
349
+ engines: {node: '>=18'}
350
+ cpu: [arm64]
351
+ os: [netbsd]
352
+ requiresBuild: true
353
+ dev: true
354
+ optional: true
355
+
356
+ /@esbuild/netbsd-x64@0.25.2:
357
+ resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==}
358
+ engines: {node: '>=18'}
359
+ cpu: [x64]
360
+ os: [netbsd]
361
+ requiresBuild: true
362
+ dev: true
363
+ optional: true
364
+
365
+ /@esbuild/openbsd-arm64@0.25.2:
366
+ resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==}
367
+ engines: {node: '>=18'}
368
+ cpu: [arm64]
369
+ os: [openbsd]
370
+ requiresBuild: true
371
+ dev: true
372
+ optional: true
373
+
374
+ /@esbuild/openbsd-x64@0.25.2:
375
+ resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==}
376
+ engines: {node: '>=18'}
377
+ cpu: [x64]
378
+ os: [openbsd]
379
+ requiresBuild: true
380
+ dev: true
381
+ optional: true
382
+
383
+ /@esbuild/sunos-x64@0.25.2:
384
+ resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==}
385
+ engines: {node: '>=18'}
386
+ cpu: [x64]
387
+ os: [sunos]
388
+ requiresBuild: true
389
+ dev: true
390
+ optional: true
391
+
392
+ /@esbuild/win32-arm64@0.25.2:
393
+ resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==}
394
+ engines: {node: '>=18'}
395
+ cpu: [arm64]
396
+ os: [win32]
397
+ requiresBuild: true
398
+ dev: true
399
+ optional: true
400
+
401
+ /@esbuild/win32-ia32@0.25.2:
402
+ resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==}
403
+ engines: {node: '>=18'}
404
+ cpu: [ia32]
405
+ os: [win32]
406
+ requiresBuild: true
407
+ dev: true
408
+ optional: true
409
+
410
+ /@esbuild/win32-x64@0.25.2:
411
+ resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==}
412
+ engines: {node: '>=18'}
413
+ cpu: [x64]
414
+ os: [win32]
415
+ requiresBuild: true
416
+ dev: true
417
+ optional: true
418
+
419
+ /@jridgewell/gen-mapping@0.3.8:
420
+ resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
421
+ engines: {node: '>=6.0.0'}
422
+ dependencies:
423
+ '@jridgewell/set-array': 1.2.1
424
+ '@jridgewell/sourcemap-codec': 1.5.0
425
+ '@jridgewell/trace-mapping': 0.3.25
426
+ dev: true
427
+
428
+ /@jridgewell/resolve-uri@3.1.2:
429
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
430
+ engines: {node: '>=6.0.0'}
431
+ dev: true
432
+
433
+ /@jridgewell/set-array@1.2.1:
434
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
435
+ engines: {node: '>=6.0.0'}
436
+ dev: true
437
+
438
+ /@jridgewell/sourcemap-codec@1.5.0:
439
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
440
+ dev: true
441
+
442
+ /@jridgewell/trace-mapping@0.3.25:
443
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
444
+ dependencies:
445
+ '@jridgewell/resolve-uri': 3.1.2
446
+ '@jridgewell/sourcemap-codec': 1.5.0
447
+ dev: true
448
+
449
+ /@parcel/watcher-android-arm64@2.5.1:
450
+ resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
451
+ engines: {node: '>= 10.0.0'}
452
+ cpu: [arm64]
453
+ os: [android]
454
+ requiresBuild: true
455
+ dev: true
456
+ optional: true
457
+
458
+ /@parcel/watcher-darwin-arm64@2.5.1:
459
+ resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==}
460
+ engines: {node: '>= 10.0.0'}
461
+ cpu: [arm64]
462
+ os: [darwin]
463
+ requiresBuild: true
464
+ dev: true
465
+ optional: true
466
+
467
+ /@parcel/watcher-darwin-x64@2.5.1:
468
+ resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==}
469
+ engines: {node: '>= 10.0.0'}
470
+ cpu: [x64]
471
+ os: [darwin]
472
+ requiresBuild: true
473
+ dev: true
474
+ optional: true
475
+
476
+ /@parcel/watcher-freebsd-x64@2.5.1:
477
+ resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==}
478
+ engines: {node: '>= 10.0.0'}
479
+ cpu: [x64]
480
+ os: [freebsd]
481
+ requiresBuild: true
482
+ dev: true
483
+ optional: true
484
+
485
+ /@parcel/watcher-linux-arm-glibc@2.5.1:
486
+ resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==}
487
+ engines: {node: '>= 10.0.0'}
488
+ cpu: [arm]
489
+ os: [linux]
490
+ requiresBuild: true
491
+ dev: true
492
+ optional: true
493
+
494
+ /@parcel/watcher-linux-arm-musl@2.5.1:
495
+ resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
496
+ engines: {node: '>= 10.0.0'}
497
+ cpu: [arm]
498
+ os: [linux]
499
+ requiresBuild: true
500
+ dev: true
501
+ optional: true
502
+
503
+ /@parcel/watcher-linux-arm64-glibc@2.5.1:
504
+ resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
505
+ engines: {node: '>= 10.0.0'}
506
+ cpu: [arm64]
507
+ os: [linux]
508
+ requiresBuild: true
509
+ dev: true
510
+ optional: true
511
+
512
+ /@parcel/watcher-linux-arm64-musl@2.5.1:
513
+ resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
514
+ engines: {node: '>= 10.0.0'}
515
+ cpu: [arm64]
516
+ os: [linux]
517
+ requiresBuild: true
518
+ dev: true
519
+ optional: true
520
+
521
+ /@parcel/watcher-linux-x64-glibc@2.5.1:
522
+ resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
523
+ engines: {node: '>= 10.0.0'}
524
+ cpu: [x64]
525
+ os: [linux]
526
+ requiresBuild: true
527
+ dev: true
528
+ optional: true
529
+
530
+ /@parcel/watcher-linux-x64-musl@2.5.1:
531
+ resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
532
+ engines: {node: '>= 10.0.0'}
533
+ cpu: [x64]
534
+ os: [linux]
535
+ requiresBuild: true
536
+ dev: true
537
+ optional: true
538
+
539
+ /@parcel/watcher-win32-arm64@2.5.1:
540
+ resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
541
+ engines: {node: '>= 10.0.0'}
542
+ cpu: [arm64]
543
+ os: [win32]
544
+ requiresBuild: true
545
+ dev: true
546
+ optional: true
547
+
548
+ /@parcel/watcher-win32-ia32@2.5.1:
549
+ resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==}
550
+ engines: {node: '>= 10.0.0'}
551
+ cpu: [ia32]
552
+ os: [win32]
553
+ requiresBuild: true
554
+ dev: true
555
+ optional: true
556
+
557
+ /@parcel/watcher-win32-x64@2.5.1:
558
+ resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==}
559
+ engines: {node: '>= 10.0.0'}
560
+ cpu: [x64]
561
+ os: [win32]
562
+ requiresBuild: true
563
+ dev: true
564
+ optional: true
565
+
566
+ /@parcel/watcher@2.5.1:
567
+ resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==}
568
+ engines: {node: '>= 10.0.0'}
569
+ requiresBuild: true
570
+ dependencies:
571
+ detect-libc: 1.0.3
572
+ is-glob: 4.0.3
573
+ micromatch: 4.0.8
574
+ node-addon-api: 7.1.1
575
+ optionalDependencies:
576
+ '@parcel/watcher-android-arm64': 2.5.1
577
+ '@parcel/watcher-darwin-arm64': 2.5.1
578
+ '@parcel/watcher-darwin-x64': 2.5.1
579
+ '@parcel/watcher-freebsd-x64': 2.5.1
580
+ '@parcel/watcher-linux-arm-glibc': 2.5.1
581
+ '@parcel/watcher-linux-arm-musl': 2.5.1
582
+ '@parcel/watcher-linux-arm64-glibc': 2.5.1
583
+ '@parcel/watcher-linux-arm64-musl': 2.5.1
584
+ '@parcel/watcher-linux-x64-glibc': 2.5.1
585
+ '@parcel/watcher-linux-x64-musl': 2.5.1
586
+ '@parcel/watcher-win32-arm64': 2.5.1
587
+ '@parcel/watcher-win32-ia32': 2.5.1
588
+ '@parcel/watcher-win32-x64': 2.5.1
589
+ dev: true
590
+ optional: true
591
+
592
+ /@rollup/rollup-android-arm-eabi@4.40.0:
593
+ resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==}
594
+ cpu: [arm]
595
+ os: [android]
596
+ requiresBuild: true
597
+ dev: true
598
+ optional: true
599
+
600
+ /@rollup/rollup-android-arm64@4.40.0:
601
+ resolution: {integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==}
602
+ cpu: [arm64]
603
+ os: [android]
604
+ requiresBuild: true
605
+ dev: true
606
+ optional: true
607
+
608
+ /@rollup/rollup-darwin-arm64@4.40.0:
609
+ resolution: {integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==}
610
+ cpu: [arm64]
611
+ os: [darwin]
612
+ requiresBuild: true
613
+ dev: true
614
+ optional: true
615
+
616
+ /@rollup/rollup-darwin-x64@4.40.0:
617
+ resolution: {integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==}
618
+ cpu: [x64]
619
+ os: [darwin]
620
+ requiresBuild: true
621
+ dev: true
622
+ optional: true
623
+
624
+ /@rollup/rollup-freebsd-arm64@4.40.0:
625
+ resolution: {integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==}
626
+ cpu: [arm64]
627
+ os: [freebsd]
628
+ requiresBuild: true
629
+ dev: true
630
+ optional: true
631
+
632
+ /@rollup/rollup-freebsd-x64@4.40.0:
633
+ resolution: {integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==}
634
+ cpu: [x64]
635
+ os: [freebsd]
636
+ requiresBuild: true
637
+ dev: true
638
+ optional: true
639
+
640
+ /@rollup/rollup-linux-arm-gnueabihf@4.40.0:
641
+ resolution: {integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==}
642
+ cpu: [arm]
643
+ os: [linux]
644
+ requiresBuild: true
645
+ dev: true
646
+ optional: true
647
+
648
+ /@rollup/rollup-linux-arm-musleabihf@4.40.0:
649
+ resolution: {integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==}
650
+ cpu: [arm]
651
+ os: [linux]
652
+ requiresBuild: true
653
+ dev: true
654
+ optional: true
655
+
656
+ /@rollup/rollup-linux-arm64-gnu@4.40.0:
657
+ resolution: {integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==}
658
+ cpu: [arm64]
659
+ os: [linux]
660
+ requiresBuild: true
661
+ dev: true
662
+ optional: true
663
+
664
+ /@rollup/rollup-linux-arm64-musl@4.40.0:
665
+ resolution: {integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==}
666
+ cpu: [arm64]
667
+ os: [linux]
668
+ requiresBuild: true
669
+ dev: true
670
+ optional: true
671
+
672
+ /@rollup/rollup-linux-loongarch64-gnu@4.40.0:
673
+ resolution: {integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==}
674
+ cpu: [loong64]
675
+ os: [linux]
676
+ requiresBuild: true
677
+ dev: true
678
+ optional: true
679
+
680
+ /@rollup/rollup-linux-powerpc64le-gnu@4.40.0:
681
+ resolution: {integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==}
682
+ cpu: [ppc64]
683
+ os: [linux]
684
+ requiresBuild: true
685
+ dev: true
686
+ optional: true
687
+
688
+ /@rollup/rollup-linux-riscv64-gnu@4.40.0:
689
+ resolution: {integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==}
690
+ cpu: [riscv64]
691
+ os: [linux]
692
+ requiresBuild: true
693
+ dev: true
694
+ optional: true
695
+
696
+ /@rollup/rollup-linux-riscv64-musl@4.40.0:
697
+ resolution: {integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==}
698
+ cpu: [riscv64]
699
+ os: [linux]
700
+ requiresBuild: true
701
+ dev: true
702
+ optional: true
703
+
704
+ /@rollup/rollup-linux-s390x-gnu@4.40.0:
705
+ resolution: {integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==}
706
+ cpu: [s390x]
707
+ os: [linux]
708
+ requiresBuild: true
709
+ dev: true
710
+ optional: true
711
+
712
+ /@rollup/rollup-linux-x64-gnu@4.40.0:
713
+ resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==}
714
+ cpu: [x64]
715
+ os: [linux]
716
+ requiresBuild: true
717
+ dev: true
718
+ optional: true
719
+
720
+ /@rollup/rollup-linux-x64-musl@4.40.0:
721
+ resolution: {integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==}
722
+ cpu: [x64]
723
+ os: [linux]
724
+ requiresBuild: true
725
+ dev: true
726
+ optional: true
727
+
728
+ /@rollup/rollup-win32-arm64-msvc@4.40.0:
729
+ resolution: {integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==}
730
+ cpu: [arm64]
731
+ os: [win32]
732
+ requiresBuild: true
733
+ dev: true
734
+ optional: true
735
+
736
+ /@rollup/rollup-win32-ia32-msvc@4.40.0:
737
+ resolution: {integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==}
738
+ cpu: [ia32]
739
+ os: [win32]
740
+ requiresBuild: true
741
+ dev: true
742
+ optional: true
743
+
744
+ /@rollup/rollup-win32-x64-msvc@4.40.0:
745
+ resolution: {integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==}
746
+ cpu: [x64]
747
+ os: [win32]
748
+ requiresBuild: true
749
+ dev: true
750
+ optional: true
751
+
752
+ /@types/estree@1.0.7:
753
+ resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
754
+ dev: true
755
+
756
+ /@velto/babel-plugin-velto@1.0.0-beta.0:
757
+ resolution: {integrity: sha512-oaav5KjRy/y501DyTEPtDx+X6NBS3bSRWRDfD5kW9PUAP2f4MJT9NBvI2NnWEP7vDcLC7CWN/Y6piCmz2byGhQ==}
758
+ dependencies:
759
+ '@babel/core': 7.26.10
760
+ '@babel/helper-module-imports': 7.25.9
761
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10)
762
+ '@babel/traverse': 7.27.0
763
+ '@babel/types': 7.27.0
764
+ '@velto/shared': 1.0.0-beta.0
765
+ transitivePeerDependencies:
766
+ - supports-color
767
+ dev: true
768
+
769
+ /@velto/reactive@1.0.0-beta.0:
770
+ resolution: {integrity: sha512-AajJnJrgjils4PIMXQOIC/0h9Livby+tIBuPwDf+m03gvmmQ7albqCWy3pzdbL2+0SmfAEqvV1iVrw/cu4tJqg==}
771
+ dependencies:
772
+ '@velto/shared': 1.0.0-beta.0
773
+ dev: false
774
+
775
+ /@velto/runtime@1.0.0-beta.0:
776
+ resolution: {integrity: sha512-nHgGHXzkIJN/DkRvM7WVL1AHhHyDMO31jugoclys4O2f39K/LxdSiOWZFgVL3TvL/ZmLxrcrCCDPjx983X6Jpg==}
777
+ dependencies:
778
+ '@velto/reactive': 1.0.0-beta.0
779
+ '@velto/shared': 1.0.0-beta.0
780
+ dev: false
781
+
782
+ /@velto/shared@1.0.0-beta.0:
783
+ resolution: {integrity: sha512-pjD0HU6DPQeB7xmIWEnv360vU23ttaXubpneWMzPydVVNc++pH+7mo5D0PZDf2TgwgyyCjfLmd6ypVoYk3+cKg==}
784
+
785
+ /braces@3.0.3:
786
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
787
+ engines: {node: '>=8'}
788
+ requiresBuild: true
789
+ dependencies:
790
+ fill-range: 7.1.1
791
+ dev: true
792
+ optional: true
793
+
794
+ /browserslist@4.24.4:
795
+ resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==}
796
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
797
+ hasBin: true
798
+ dependencies:
799
+ caniuse-lite: 1.0.30001713
800
+ electron-to-chromium: 1.5.136
801
+ node-releases: 2.0.19
802
+ update-browserslist-db: 1.1.3(browserslist@4.24.4)
803
+ dev: true
804
+
805
+ /caniuse-lite@1.0.30001713:
806
+ resolution: {integrity: sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==}
807
+ dev: true
808
+
809
+ /chokidar@4.0.3:
810
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
811
+ engines: {node: '>= 14.16.0'}
812
+ dependencies:
813
+ readdirp: 4.1.2
814
+ dev: true
815
+
816
+ /convert-source-map@2.0.0:
817
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
818
+ dev: true
819
+
820
+ /debug@4.4.0:
821
+ resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
822
+ engines: {node: '>=6.0'}
823
+ peerDependencies:
824
+ supports-color: '*'
825
+ peerDependenciesMeta:
826
+ supports-color:
827
+ optional: true
828
+ dependencies:
829
+ ms: 2.1.3
830
+ dev: true
831
+
832
+ /detect-libc@1.0.3:
833
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
834
+ engines: {node: '>=0.10'}
835
+ hasBin: true
836
+ requiresBuild: true
837
+ dev: true
838
+ optional: true
839
+
840
+ /electron-to-chromium@1.5.136:
841
+ resolution: {integrity: sha512-kL4+wUTD7RSA5FHx5YwWtjDnEEkIIikFgWHR4P6fqjw1PPLlqYkxeOb++wAauAssat0YClCy8Y3C5SxgSkjibQ==}
842
+ dev: true
843
+
844
+ /esbuild@0.25.2:
845
+ resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==}
846
+ engines: {node: '>=18'}
847
+ hasBin: true
848
+ requiresBuild: true
849
+ optionalDependencies:
850
+ '@esbuild/aix-ppc64': 0.25.2
851
+ '@esbuild/android-arm': 0.25.2
852
+ '@esbuild/android-arm64': 0.25.2
853
+ '@esbuild/android-x64': 0.25.2
854
+ '@esbuild/darwin-arm64': 0.25.2
855
+ '@esbuild/darwin-x64': 0.25.2
856
+ '@esbuild/freebsd-arm64': 0.25.2
857
+ '@esbuild/freebsd-x64': 0.25.2
858
+ '@esbuild/linux-arm': 0.25.2
859
+ '@esbuild/linux-arm64': 0.25.2
860
+ '@esbuild/linux-ia32': 0.25.2
861
+ '@esbuild/linux-loong64': 0.25.2
862
+ '@esbuild/linux-mips64el': 0.25.2
863
+ '@esbuild/linux-ppc64': 0.25.2
864
+ '@esbuild/linux-riscv64': 0.25.2
865
+ '@esbuild/linux-s390x': 0.25.2
866
+ '@esbuild/linux-x64': 0.25.2
867
+ '@esbuild/netbsd-arm64': 0.25.2
868
+ '@esbuild/netbsd-x64': 0.25.2
869
+ '@esbuild/openbsd-arm64': 0.25.2
870
+ '@esbuild/openbsd-x64': 0.25.2
871
+ '@esbuild/sunos-x64': 0.25.2
872
+ '@esbuild/win32-arm64': 0.25.2
873
+ '@esbuild/win32-ia32': 0.25.2
874
+ '@esbuild/win32-x64': 0.25.2
875
+ dev: true
876
+
877
+ /escalade@3.2.0:
878
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
879
+ engines: {node: '>=6'}
880
+ dev: true
881
+
882
+ /fill-range@7.1.1:
883
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
884
+ engines: {node: '>=8'}
885
+ requiresBuild: true
886
+ dependencies:
887
+ to-regex-range: 5.0.1
888
+ dev: true
889
+ optional: true
890
+
891
+ /fsevents@2.3.3:
892
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
893
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
894
+ os: [darwin]
895
+ requiresBuild: true
896
+ dev: true
897
+ optional: true
898
+
899
+ /gensync@1.0.0-beta.2:
900
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
901
+ engines: {node: '>=6.9.0'}
902
+ dev: true
903
+
904
+ /globals@11.12.0:
905
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
906
+ engines: {node: '>=4'}
907
+ dev: true
908
+
909
+ /immutable@5.1.1:
910
+ resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==}
911
+ dev: true
912
+
913
+ /is-extglob@2.1.1:
914
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
915
+ engines: {node: '>=0.10.0'}
916
+ requiresBuild: true
917
+ dev: true
918
+ optional: true
919
+
920
+ /is-glob@4.0.3:
921
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
922
+ engines: {node: '>=0.10.0'}
923
+ requiresBuild: true
924
+ dependencies:
925
+ is-extglob: 2.1.1
926
+ dev: true
927
+ optional: true
928
+
929
+ /is-number@7.0.0:
930
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
931
+ engines: {node: '>=0.12.0'}
932
+ requiresBuild: true
933
+ dev: true
934
+ optional: true
935
+
936
+ /js-tokens@4.0.0:
937
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
938
+ dev: true
939
+
940
+ /jsesc@3.1.0:
941
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
942
+ engines: {node: '>=6'}
943
+ hasBin: true
944
+ dev: true
945
+
946
+ /json5@2.2.3:
947
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
948
+ engines: {node: '>=6'}
949
+ hasBin: true
950
+ dev: true
951
+
952
+ /lru-cache@5.1.1:
953
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
954
+ dependencies:
955
+ yallist: 3.1.1
956
+ dev: true
957
+
958
+ /micromatch@4.0.8:
959
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
960
+ engines: {node: '>=8.6'}
961
+ requiresBuild: true
962
+ dependencies:
963
+ braces: 3.0.3
964
+ picomatch: 2.3.1
965
+ dev: true
966
+ optional: true
967
+
968
+ /ms@2.1.3:
969
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
970
+ dev: true
971
+
972
+ /nanoid@3.3.11:
973
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
974
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
975
+ hasBin: true
976
+ dev: true
977
+
978
+ /node-addon-api@7.1.1:
979
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
980
+ requiresBuild: true
981
+ dev: true
982
+ optional: true
983
+
984
+ /node-releases@2.0.19:
985
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
986
+ dev: true
987
+
988
+ /picocolors@1.1.1:
989
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
990
+ dev: true
991
+
992
+ /picomatch@2.3.1:
993
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
994
+ engines: {node: '>=8.6'}
995
+ requiresBuild: true
996
+ dev: true
997
+ optional: true
998
+
999
+ /postcss@8.5.3:
1000
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
1001
+ engines: {node: ^10 || ^12 || >=14}
1002
+ dependencies:
1003
+ nanoid: 3.3.11
1004
+ picocolors: 1.1.1
1005
+ source-map-js: 1.2.1
1006
+ dev: true
1007
+
1008
+ /readdirp@4.1.2:
1009
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1010
+ engines: {node: '>= 14.18.0'}
1011
+ dev: true
1012
+
1013
+ /rollup@4.40.0:
1014
+ resolution: {integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==}
1015
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1016
+ hasBin: true
1017
+ dependencies:
1018
+ '@types/estree': 1.0.7
1019
+ optionalDependencies:
1020
+ '@rollup/rollup-android-arm-eabi': 4.40.0
1021
+ '@rollup/rollup-android-arm64': 4.40.0
1022
+ '@rollup/rollup-darwin-arm64': 4.40.0
1023
+ '@rollup/rollup-darwin-x64': 4.40.0
1024
+ '@rollup/rollup-freebsd-arm64': 4.40.0
1025
+ '@rollup/rollup-freebsd-x64': 4.40.0
1026
+ '@rollup/rollup-linux-arm-gnueabihf': 4.40.0
1027
+ '@rollup/rollup-linux-arm-musleabihf': 4.40.0
1028
+ '@rollup/rollup-linux-arm64-gnu': 4.40.0
1029
+ '@rollup/rollup-linux-arm64-musl': 4.40.0
1030
+ '@rollup/rollup-linux-loongarch64-gnu': 4.40.0
1031
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0
1032
+ '@rollup/rollup-linux-riscv64-gnu': 4.40.0
1033
+ '@rollup/rollup-linux-riscv64-musl': 4.40.0
1034
+ '@rollup/rollup-linux-s390x-gnu': 4.40.0
1035
+ '@rollup/rollup-linux-x64-gnu': 4.40.0
1036
+ '@rollup/rollup-linux-x64-musl': 4.40.0
1037
+ '@rollup/rollup-win32-arm64-msvc': 4.40.0
1038
+ '@rollup/rollup-win32-ia32-msvc': 4.40.0
1039
+ '@rollup/rollup-win32-x64-msvc': 4.40.0
1040
+ fsevents: 2.3.3
1041
+ dev: true
1042
+
1043
+ /sass@1.86.3:
1044
+ resolution: {integrity: sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==}
1045
+ engines: {node: '>=14.0.0'}
1046
+ hasBin: true
1047
+ dependencies:
1048
+ chokidar: 4.0.3
1049
+ immutable: 5.1.1
1050
+ source-map-js: 1.2.1
1051
+ optionalDependencies:
1052
+ '@parcel/watcher': 2.5.1
1053
+ dev: true
1054
+
1055
+ /semver@6.3.1:
1056
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1057
+ hasBin: true
1058
+ dev: true
1059
+
1060
+ /source-map-js@1.2.1:
1061
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1062
+ engines: {node: '>=0.10.0'}
1063
+ dev: true
1064
+
1065
+ /to-regex-range@5.0.1:
1066
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1067
+ engines: {node: '>=8.0'}
1068
+ requiresBuild: true
1069
+ dependencies:
1070
+ is-number: 7.0.0
1071
+ dev: true
1072
+ optional: true
1073
+
1074
+ /update-browserslist-db@1.1.3(browserslist@4.24.4):
1075
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1076
+ hasBin: true
1077
+ peerDependencies:
1078
+ browserslist: '>= 4.21.0'
1079
+ dependencies:
1080
+ browserslist: 4.24.4
1081
+ escalade: 3.2.0
1082
+ picocolors: 1.1.1
1083
+ dev: true
1084
+
1085
+ /vite@6.2.6(sass@1.86.3):
1086
+ resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==}
1087
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
1088
+ hasBin: true
1089
+ peerDependencies:
1090
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
1091
+ jiti: '>=1.21.0'
1092
+ less: '*'
1093
+ lightningcss: ^1.21.0
1094
+ sass: '*'
1095
+ sass-embedded: '*'
1096
+ stylus: '*'
1097
+ sugarss: '*'
1098
+ terser: ^5.16.0
1099
+ tsx: ^4.8.1
1100
+ yaml: ^2.4.2
1101
+ peerDependenciesMeta:
1102
+ '@types/node':
1103
+ optional: true
1104
+ jiti:
1105
+ optional: true
1106
+ less:
1107
+ optional: true
1108
+ lightningcss:
1109
+ optional: true
1110
+ sass:
1111
+ optional: true
1112
+ sass-embedded:
1113
+ optional: true
1114
+ stylus:
1115
+ optional: true
1116
+ sugarss:
1117
+ optional: true
1118
+ terser:
1119
+ optional: true
1120
+ tsx:
1121
+ optional: true
1122
+ yaml:
1123
+ optional: true
1124
+ dependencies:
1125
+ esbuild: 0.25.2
1126
+ postcss: 8.5.3
1127
+ rollup: 4.40.0
1128
+ sass: 1.86.3
1129
+ optionalDependencies:
1130
+ fsevents: 2.3.3
1131
+ dev: true
1132
+
1133
+ /yallist@3.1.1:
1134
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1135
+ dev: true