@yoamigo.com/cli 0.1.16 → 0.1.17

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,2730 @@
1
+ {
2
+ "name": "my-yoamigo-template",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "my-yoamigo-template",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "@yoamigo.com/core": "^0.1.5",
12
+ "react": "^19.2.1",
13
+ "react-dom": "^19.2.1"
14
+ },
15
+ "devDependencies": {
16
+ "@preact/preset-vite": "^2.8.0",
17
+ "@tailwindcss/postcss": "^4.1.17",
18
+ "@types/react": "^19.2.1",
19
+ "@types/react-dom": "^19.2.1",
20
+ "@vitejs/plugin-react": "^5.1.0",
21
+ "postcss": "^8.4.49",
22
+ "tailwindcss": "^4.1.17",
23
+ "typescript": "^5.9.3",
24
+ "vite": "^7.2.4"
25
+ }
26
+ },
27
+ "node_modules/@alloc/quick-lru": {
28
+ "version": "5.2.0",
29
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
30
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
31
+ "dev": true,
32
+ "license": "MIT",
33
+ "engines": {
34
+ "node": ">=10"
35
+ },
36
+ "funding": {
37
+ "url": "https://github.com/sponsors/sindresorhus"
38
+ }
39
+ },
40
+ "node_modules/@babel/code-frame": {
41
+ "version": "7.27.1",
42
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
43
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
44
+ "license": "MIT",
45
+ "dependencies": {
46
+ "@babel/helper-validator-identifier": "^7.27.1",
47
+ "js-tokens": "^4.0.0",
48
+ "picocolors": "^1.1.1"
49
+ },
50
+ "engines": {
51
+ "node": ">=6.9.0"
52
+ }
53
+ },
54
+ "node_modules/@babel/compat-data": {
55
+ "version": "7.28.5",
56
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
57
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
58
+ "license": "MIT",
59
+ "engines": {
60
+ "node": ">=6.9.0"
61
+ }
62
+ },
63
+ "node_modules/@babel/core": {
64
+ "version": "7.28.5",
65
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
66
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
67
+ "license": "MIT",
68
+ "dependencies": {
69
+ "@babel/code-frame": "^7.27.1",
70
+ "@babel/generator": "^7.28.5",
71
+ "@babel/helper-compilation-targets": "^7.27.2",
72
+ "@babel/helper-module-transforms": "^7.28.3",
73
+ "@babel/helpers": "^7.28.4",
74
+ "@babel/parser": "^7.28.5",
75
+ "@babel/template": "^7.27.2",
76
+ "@babel/traverse": "^7.28.5",
77
+ "@babel/types": "^7.28.5",
78
+ "@jridgewell/remapping": "^2.3.5",
79
+ "convert-source-map": "^2.0.0",
80
+ "debug": "^4.1.0",
81
+ "gensync": "^1.0.0-beta.2",
82
+ "json5": "^2.2.3",
83
+ "semver": "^6.3.1"
84
+ },
85
+ "engines": {
86
+ "node": ">=6.9.0"
87
+ },
88
+ "funding": {
89
+ "type": "opencollective",
90
+ "url": "https://opencollective.com/babel"
91
+ }
92
+ },
93
+ "node_modules/@babel/generator": {
94
+ "version": "7.28.5",
95
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
96
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
97
+ "license": "MIT",
98
+ "dependencies": {
99
+ "@babel/parser": "^7.28.5",
100
+ "@babel/types": "^7.28.5",
101
+ "@jridgewell/gen-mapping": "^0.3.12",
102
+ "@jridgewell/trace-mapping": "^0.3.28",
103
+ "jsesc": "^3.0.2"
104
+ },
105
+ "engines": {
106
+ "node": ">=6.9.0"
107
+ }
108
+ },
109
+ "node_modules/@babel/helper-annotate-as-pure": {
110
+ "version": "7.27.3",
111
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
112
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
113
+ "license": "MIT",
114
+ "dependencies": {
115
+ "@babel/types": "^7.27.3"
116
+ },
117
+ "engines": {
118
+ "node": ">=6.9.0"
119
+ }
120
+ },
121
+ "node_modules/@babel/helper-compilation-targets": {
122
+ "version": "7.27.2",
123
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
124
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
125
+ "license": "MIT",
126
+ "dependencies": {
127
+ "@babel/compat-data": "^7.27.2",
128
+ "@babel/helper-validator-option": "^7.27.1",
129
+ "browserslist": "^4.24.0",
130
+ "lru-cache": "^5.1.1",
131
+ "semver": "^6.3.1"
132
+ },
133
+ "engines": {
134
+ "node": ">=6.9.0"
135
+ }
136
+ },
137
+ "node_modules/@babel/helper-globals": {
138
+ "version": "7.28.0",
139
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
140
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
141
+ "license": "MIT",
142
+ "engines": {
143
+ "node": ">=6.9.0"
144
+ }
145
+ },
146
+ "node_modules/@babel/helper-module-imports": {
147
+ "version": "7.27.1",
148
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
149
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
150
+ "license": "MIT",
151
+ "dependencies": {
152
+ "@babel/traverse": "^7.27.1",
153
+ "@babel/types": "^7.27.1"
154
+ },
155
+ "engines": {
156
+ "node": ">=6.9.0"
157
+ }
158
+ },
159
+ "node_modules/@babel/helper-module-transforms": {
160
+ "version": "7.28.3",
161
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
162
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
163
+ "license": "MIT",
164
+ "dependencies": {
165
+ "@babel/helper-module-imports": "^7.27.1",
166
+ "@babel/helper-validator-identifier": "^7.27.1",
167
+ "@babel/traverse": "^7.28.3"
168
+ },
169
+ "engines": {
170
+ "node": ">=6.9.0"
171
+ },
172
+ "peerDependencies": {
173
+ "@babel/core": "^7.0.0"
174
+ }
175
+ },
176
+ "node_modules/@babel/helper-plugin-utils": {
177
+ "version": "7.27.1",
178
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
179
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
180
+ "license": "MIT",
181
+ "engines": {
182
+ "node": ">=6.9.0"
183
+ }
184
+ },
185
+ "node_modules/@babel/helper-string-parser": {
186
+ "version": "7.27.1",
187
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
188
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
189
+ "license": "MIT",
190
+ "engines": {
191
+ "node": ">=6.9.0"
192
+ }
193
+ },
194
+ "node_modules/@babel/helper-validator-identifier": {
195
+ "version": "7.28.5",
196
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
197
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
198
+ "license": "MIT",
199
+ "engines": {
200
+ "node": ">=6.9.0"
201
+ }
202
+ },
203
+ "node_modules/@babel/helper-validator-option": {
204
+ "version": "7.27.1",
205
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
206
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
207
+ "license": "MIT",
208
+ "engines": {
209
+ "node": ">=6.9.0"
210
+ }
211
+ },
212
+ "node_modules/@babel/helpers": {
213
+ "version": "7.28.4",
214
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
215
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
216
+ "license": "MIT",
217
+ "dependencies": {
218
+ "@babel/template": "^7.27.2",
219
+ "@babel/types": "^7.28.4"
220
+ },
221
+ "engines": {
222
+ "node": ">=6.9.0"
223
+ }
224
+ },
225
+ "node_modules/@babel/parser": {
226
+ "version": "7.28.5",
227
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
228
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
229
+ "license": "MIT",
230
+ "dependencies": {
231
+ "@babel/types": "^7.28.5"
232
+ },
233
+ "bin": {
234
+ "parser": "bin/babel-parser.js"
235
+ },
236
+ "engines": {
237
+ "node": ">=6.0.0"
238
+ }
239
+ },
240
+ "node_modules/@babel/plugin-syntax-jsx": {
241
+ "version": "7.27.1",
242
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
243
+ "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
244
+ "license": "MIT",
245
+ "dependencies": {
246
+ "@babel/helper-plugin-utils": "^7.27.1"
247
+ },
248
+ "engines": {
249
+ "node": ">=6.9.0"
250
+ },
251
+ "peerDependencies": {
252
+ "@babel/core": "^7.0.0-0"
253
+ }
254
+ },
255
+ "node_modules/@babel/plugin-transform-react-jsx": {
256
+ "version": "7.27.1",
257
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
258
+ "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
259
+ "license": "MIT",
260
+ "dependencies": {
261
+ "@babel/helper-annotate-as-pure": "^7.27.1",
262
+ "@babel/helper-module-imports": "^7.27.1",
263
+ "@babel/helper-plugin-utils": "^7.27.1",
264
+ "@babel/plugin-syntax-jsx": "^7.27.1",
265
+ "@babel/types": "^7.27.1"
266
+ },
267
+ "engines": {
268
+ "node": ">=6.9.0"
269
+ },
270
+ "peerDependencies": {
271
+ "@babel/core": "^7.0.0-0"
272
+ }
273
+ },
274
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
275
+ "version": "7.27.1",
276
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz",
277
+ "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
278
+ "license": "MIT",
279
+ "dependencies": {
280
+ "@babel/plugin-transform-react-jsx": "^7.27.1"
281
+ },
282
+ "engines": {
283
+ "node": ">=6.9.0"
284
+ },
285
+ "peerDependencies": {
286
+ "@babel/core": "^7.0.0-0"
287
+ }
288
+ },
289
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
290
+ "version": "7.27.1",
291
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
292
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
293
+ "license": "MIT",
294
+ "dependencies": {
295
+ "@babel/helper-plugin-utils": "^7.27.1"
296
+ },
297
+ "engines": {
298
+ "node": ">=6.9.0"
299
+ },
300
+ "peerDependencies": {
301
+ "@babel/core": "^7.0.0-0"
302
+ }
303
+ },
304
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
305
+ "version": "7.27.1",
306
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
307
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
308
+ "license": "MIT",
309
+ "dependencies": {
310
+ "@babel/helper-plugin-utils": "^7.27.1"
311
+ },
312
+ "engines": {
313
+ "node": ">=6.9.0"
314
+ },
315
+ "peerDependencies": {
316
+ "@babel/core": "^7.0.0-0"
317
+ }
318
+ },
319
+ "node_modules/@babel/template": {
320
+ "version": "7.27.2",
321
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
322
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
323
+ "license": "MIT",
324
+ "dependencies": {
325
+ "@babel/code-frame": "^7.27.1",
326
+ "@babel/parser": "^7.27.2",
327
+ "@babel/types": "^7.27.1"
328
+ },
329
+ "engines": {
330
+ "node": ">=6.9.0"
331
+ }
332
+ },
333
+ "node_modules/@babel/traverse": {
334
+ "version": "7.28.5",
335
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
336
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
337
+ "license": "MIT",
338
+ "dependencies": {
339
+ "@babel/code-frame": "^7.27.1",
340
+ "@babel/generator": "^7.28.5",
341
+ "@babel/helper-globals": "^7.28.0",
342
+ "@babel/parser": "^7.28.5",
343
+ "@babel/template": "^7.27.2",
344
+ "@babel/types": "^7.28.5",
345
+ "debug": "^4.3.1"
346
+ },
347
+ "engines": {
348
+ "node": ">=6.9.0"
349
+ }
350
+ },
351
+ "node_modules/@babel/types": {
352
+ "version": "7.28.5",
353
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
354
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
355
+ "license": "MIT",
356
+ "dependencies": {
357
+ "@babel/helper-string-parser": "^7.27.1",
358
+ "@babel/helper-validator-identifier": "^7.28.5"
359
+ },
360
+ "engines": {
361
+ "node": ">=6.9.0"
362
+ }
363
+ },
364
+ "node_modules/@esbuild/aix-ppc64": {
365
+ "version": "0.27.1",
366
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.1.tgz",
367
+ "integrity": "sha512-HHB50pdsBX6k47S4u5g/CaLjqS3qwaOVE5ILsq64jyzgMhLuCuZ8rGzM9yhsAjfjkbgUPMzZEPa7DAp7yz6vuA==",
368
+ "cpu": [
369
+ "ppc64"
370
+ ],
371
+ "license": "MIT",
372
+ "optional": true,
373
+ "os": [
374
+ "aix"
375
+ ],
376
+ "engines": {
377
+ "node": ">=18"
378
+ }
379
+ },
380
+ "node_modules/@esbuild/android-arm": {
381
+ "version": "0.27.1",
382
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.1.tgz",
383
+ "integrity": "sha512-kFqa6/UcaTbGm/NncN9kzVOODjhZW8e+FRdSeypWe6j33gzclHtwlANs26JrupOntlcWmB0u8+8HZo8s7thHvg==",
384
+ "cpu": [
385
+ "arm"
386
+ ],
387
+ "license": "MIT",
388
+ "optional": true,
389
+ "os": [
390
+ "android"
391
+ ],
392
+ "engines": {
393
+ "node": ">=18"
394
+ }
395
+ },
396
+ "node_modules/@esbuild/android-arm64": {
397
+ "version": "0.27.1",
398
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.1.tgz",
399
+ "integrity": "sha512-45fuKmAJpxnQWixOGCrS+ro4Uvb4Re9+UTieUY2f8AEc+t7d4AaZ6eUJ3Hva7dtrxAAWHtlEFsXFMAgNnGU9uQ==",
400
+ "cpu": [
401
+ "arm64"
402
+ ],
403
+ "license": "MIT",
404
+ "optional": true,
405
+ "os": [
406
+ "android"
407
+ ],
408
+ "engines": {
409
+ "node": ">=18"
410
+ }
411
+ },
412
+ "node_modules/@esbuild/android-x64": {
413
+ "version": "0.27.1",
414
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.1.tgz",
415
+ "integrity": "sha512-LBEpOz0BsgMEeHgenf5aqmn/lLNTFXVfoWMUox8CtWWYK9X4jmQzWjoGoNb8lmAYml/tQ/Ysvm8q7szu7BoxRQ==",
416
+ "cpu": [
417
+ "x64"
418
+ ],
419
+ "license": "MIT",
420
+ "optional": true,
421
+ "os": [
422
+ "android"
423
+ ],
424
+ "engines": {
425
+ "node": ">=18"
426
+ }
427
+ },
428
+ "node_modules/@esbuild/darwin-arm64": {
429
+ "version": "0.27.1",
430
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.1.tgz",
431
+ "integrity": "sha512-veg7fL8eMSCVKL7IW4pxb54QERtedFDfY/ASrumK/SbFsXnRazxY4YykN/THYqFnFwJ0aVjiUrVG2PwcdAEqQQ==",
432
+ "cpu": [
433
+ "arm64"
434
+ ],
435
+ "license": "MIT",
436
+ "optional": true,
437
+ "os": [
438
+ "darwin"
439
+ ],
440
+ "engines": {
441
+ "node": ">=18"
442
+ }
443
+ },
444
+ "node_modules/@esbuild/darwin-x64": {
445
+ "version": "0.27.1",
446
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.1.tgz",
447
+ "integrity": "sha512-+3ELd+nTzhfWb07Vol7EZ+5PTbJ/u74nC6iv4/lwIU99Ip5uuY6QoIf0Hn4m2HoV0qcnRivN3KSqc+FyCHjoVQ==",
448
+ "cpu": [
449
+ "x64"
450
+ ],
451
+ "license": "MIT",
452
+ "optional": true,
453
+ "os": [
454
+ "darwin"
455
+ ],
456
+ "engines": {
457
+ "node": ">=18"
458
+ }
459
+ },
460
+ "node_modules/@esbuild/freebsd-arm64": {
461
+ "version": "0.27.1",
462
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.1.tgz",
463
+ "integrity": "sha512-/8Rfgns4XD9XOSXlzUDepG8PX+AVWHliYlUkFI3K3GB6tqbdjYqdhcb4BKRd7C0BhZSoaCxhv8kTcBrcZWP+xg==",
464
+ "cpu": [
465
+ "arm64"
466
+ ],
467
+ "license": "MIT",
468
+ "optional": true,
469
+ "os": [
470
+ "freebsd"
471
+ ],
472
+ "engines": {
473
+ "node": ">=18"
474
+ }
475
+ },
476
+ "node_modules/@esbuild/freebsd-x64": {
477
+ "version": "0.27.1",
478
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.1.tgz",
479
+ "integrity": "sha512-GITpD8dK9C+r+5yRT/UKVT36h/DQLOHdwGVwwoHidlnA168oD3uxA878XloXebK4Ul3gDBBIvEdL7go9gCUFzQ==",
480
+ "cpu": [
481
+ "x64"
482
+ ],
483
+ "license": "MIT",
484
+ "optional": true,
485
+ "os": [
486
+ "freebsd"
487
+ ],
488
+ "engines": {
489
+ "node": ">=18"
490
+ }
491
+ },
492
+ "node_modules/@esbuild/linux-arm": {
493
+ "version": "0.27.1",
494
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.1.tgz",
495
+ "integrity": "sha512-ieMID0JRZY/ZeCrsFQ3Y3NlHNCqIhTprJfDgSB3/lv5jJZ8FX3hqPyXWhe+gvS5ARMBJ242PM+VNz/ctNj//eA==",
496
+ "cpu": [
497
+ "arm"
498
+ ],
499
+ "license": "MIT",
500
+ "optional": true,
501
+ "os": [
502
+ "linux"
503
+ ],
504
+ "engines": {
505
+ "node": ">=18"
506
+ }
507
+ },
508
+ "node_modules/@esbuild/linux-arm64": {
509
+ "version": "0.27.1",
510
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.1.tgz",
511
+ "integrity": "sha512-W9//kCrh/6in9rWIBdKaMtuTTzNj6jSeG/haWBADqLLa9P8O5YSRDzgD5y9QBok4AYlzS6ARHifAb75V6G670Q==",
512
+ "cpu": [
513
+ "arm64"
514
+ ],
515
+ "license": "MIT",
516
+ "optional": true,
517
+ "os": [
518
+ "linux"
519
+ ],
520
+ "engines": {
521
+ "node": ">=18"
522
+ }
523
+ },
524
+ "node_modules/@esbuild/linux-ia32": {
525
+ "version": "0.27.1",
526
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.1.tgz",
527
+ "integrity": "sha512-VIUV4z8GD8rtSVMfAj1aXFahsi/+tcoXXNYmXgzISL+KB381vbSTNdeZHHHIYqFyXcoEhu9n5cT+05tRv13rlw==",
528
+ "cpu": [
529
+ "ia32"
530
+ ],
531
+ "license": "MIT",
532
+ "optional": true,
533
+ "os": [
534
+ "linux"
535
+ ],
536
+ "engines": {
537
+ "node": ">=18"
538
+ }
539
+ },
540
+ "node_modules/@esbuild/linux-loong64": {
541
+ "version": "0.27.1",
542
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.1.tgz",
543
+ "integrity": "sha512-l4rfiiJRN7sTNI//ff65zJ9z8U+k6zcCg0LALU5iEWzY+a1mVZ8iWC1k5EsNKThZ7XCQ6YWtsZ8EWYm7r1UEsg==",
544
+ "cpu": [
545
+ "loong64"
546
+ ],
547
+ "license": "MIT",
548
+ "optional": true,
549
+ "os": [
550
+ "linux"
551
+ ],
552
+ "engines": {
553
+ "node": ">=18"
554
+ }
555
+ },
556
+ "node_modules/@esbuild/linux-mips64el": {
557
+ "version": "0.27.1",
558
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.1.tgz",
559
+ "integrity": "sha512-U0bEuAOLvO/DWFdygTHWY8C067FXz+UbzKgxYhXC0fDieFa0kDIra1FAhsAARRJbvEyso8aAqvPdNxzWuStBnA==",
560
+ "cpu": [
561
+ "mips64el"
562
+ ],
563
+ "license": "MIT",
564
+ "optional": true,
565
+ "os": [
566
+ "linux"
567
+ ],
568
+ "engines": {
569
+ "node": ">=18"
570
+ }
571
+ },
572
+ "node_modules/@esbuild/linux-ppc64": {
573
+ "version": "0.27.1",
574
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.1.tgz",
575
+ "integrity": "sha512-NzdQ/Xwu6vPSf/GkdmRNsOfIeSGnh7muundsWItmBsVpMoNPVpM61qNzAVY3pZ1glzzAxLR40UyYM23eaDDbYQ==",
576
+ "cpu": [
577
+ "ppc64"
578
+ ],
579
+ "license": "MIT",
580
+ "optional": true,
581
+ "os": [
582
+ "linux"
583
+ ],
584
+ "engines": {
585
+ "node": ">=18"
586
+ }
587
+ },
588
+ "node_modules/@esbuild/linux-riscv64": {
589
+ "version": "0.27.1",
590
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.1.tgz",
591
+ "integrity": "sha512-7zlw8p3IApcsN7mFw0O1Z1PyEk6PlKMu18roImfl3iQHTnr/yAfYv6s4hXPidbDoI2Q0pW+5xeoM4eTCC0UdrQ==",
592
+ "cpu": [
593
+ "riscv64"
594
+ ],
595
+ "license": "MIT",
596
+ "optional": true,
597
+ "os": [
598
+ "linux"
599
+ ],
600
+ "engines": {
601
+ "node": ">=18"
602
+ }
603
+ },
604
+ "node_modules/@esbuild/linux-s390x": {
605
+ "version": "0.27.1",
606
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.1.tgz",
607
+ "integrity": "sha512-cGj5wli+G+nkVQdZo3+7FDKC25Uh4ZVwOAK6A06Hsvgr8WqBBuOy/1s+PUEd/6Je+vjfm6stX0kmib5b/O2Ykw==",
608
+ "cpu": [
609
+ "s390x"
610
+ ],
611
+ "license": "MIT",
612
+ "optional": true,
613
+ "os": [
614
+ "linux"
615
+ ],
616
+ "engines": {
617
+ "node": ">=18"
618
+ }
619
+ },
620
+ "node_modules/@esbuild/linux-x64": {
621
+ "version": "0.27.1",
622
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.1.tgz",
623
+ "integrity": "sha512-z3H/HYI9MM0HTv3hQZ81f+AKb+yEoCRlUby1F80vbQ5XdzEMyY/9iNlAmhqiBKw4MJXwfgsh7ERGEOhrM1niMA==",
624
+ "cpu": [
625
+ "x64"
626
+ ],
627
+ "license": "MIT",
628
+ "optional": true,
629
+ "os": [
630
+ "linux"
631
+ ],
632
+ "engines": {
633
+ "node": ">=18"
634
+ }
635
+ },
636
+ "node_modules/@esbuild/netbsd-arm64": {
637
+ "version": "0.27.1",
638
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.1.tgz",
639
+ "integrity": "sha512-wzC24DxAvk8Em01YmVXyjl96Mr+ecTPyOuADAvjGg+fyBpGmxmcr2E5ttf7Im8D0sXZihpxzO1isus8MdjMCXQ==",
640
+ "cpu": [
641
+ "arm64"
642
+ ],
643
+ "license": "MIT",
644
+ "optional": true,
645
+ "os": [
646
+ "netbsd"
647
+ ],
648
+ "engines": {
649
+ "node": ">=18"
650
+ }
651
+ },
652
+ "node_modules/@esbuild/netbsd-x64": {
653
+ "version": "0.27.1",
654
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.1.tgz",
655
+ "integrity": "sha512-1YQ8ybGi2yIXswu6eNzJsrYIGFpnlzEWRl6iR5gMgmsrR0FcNoV1m9k9sc3PuP5rUBLshOZylc9nqSgymI+TYg==",
656
+ "cpu": [
657
+ "x64"
658
+ ],
659
+ "license": "MIT",
660
+ "optional": true,
661
+ "os": [
662
+ "netbsd"
663
+ ],
664
+ "engines": {
665
+ "node": ">=18"
666
+ }
667
+ },
668
+ "node_modules/@esbuild/openbsd-arm64": {
669
+ "version": "0.27.1",
670
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.1.tgz",
671
+ "integrity": "sha512-5Z+DzLCrq5wmU7RDaMDe2DVXMRm2tTDvX2KU14JJVBN2CT/qov7XVix85QoJqHltpvAOZUAc3ndU56HSMWrv8g==",
672
+ "cpu": [
673
+ "arm64"
674
+ ],
675
+ "license": "MIT",
676
+ "optional": true,
677
+ "os": [
678
+ "openbsd"
679
+ ],
680
+ "engines": {
681
+ "node": ">=18"
682
+ }
683
+ },
684
+ "node_modules/@esbuild/openbsd-x64": {
685
+ "version": "0.27.1",
686
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.1.tgz",
687
+ "integrity": "sha512-Q73ENzIdPF5jap4wqLtsfh8YbYSZ8Q0wnxplOlZUOyZy7B4ZKW8DXGWgTCZmF8VWD7Tciwv5F4NsRf6vYlZtqg==",
688
+ "cpu": [
689
+ "x64"
690
+ ],
691
+ "license": "MIT",
692
+ "optional": true,
693
+ "os": [
694
+ "openbsd"
695
+ ],
696
+ "engines": {
697
+ "node": ">=18"
698
+ }
699
+ },
700
+ "node_modules/@esbuild/openharmony-arm64": {
701
+ "version": "0.27.1",
702
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.1.tgz",
703
+ "integrity": "sha512-ajbHrGM/XiK+sXM0JzEbJAen+0E+JMQZ2l4RR4VFwvV9JEERx+oxtgkpoKv1SevhjavK2z2ReHk32pjzktWbGg==",
704
+ "cpu": [
705
+ "arm64"
706
+ ],
707
+ "license": "MIT",
708
+ "optional": true,
709
+ "os": [
710
+ "openharmony"
711
+ ],
712
+ "engines": {
713
+ "node": ">=18"
714
+ }
715
+ },
716
+ "node_modules/@esbuild/sunos-x64": {
717
+ "version": "0.27.1",
718
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.1.tgz",
719
+ "integrity": "sha512-IPUW+y4VIjuDVn+OMzHc5FV4GubIwPnsz6ubkvN8cuhEqH81NovB53IUlrlBkPMEPxvNnf79MGBoz8rZ2iW8HA==",
720
+ "cpu": [
721
+ "x64"
722
+ ],
723
+ "license": "MIT",
724
+ "optional": true,
725
+ "os": [
726
+ "sunos"
727
+ ],
728
+ "engines": {
729
+ "node": ">=18"
730
+ }
731
+ },
732
+ "node_modules/@esbuild/win32-arm64": {
733
+ "version": "0.27.1",
734
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.1.tgz",
735
+ "integrity": "sha512-RIVRWiljWA6CdVu8zkWcRmGP7iRRIIwvhDKem8UMBjPql2TXM5PkDVvvrzMtj1V+WFPB4K7zkIGM7VzRtFkjdg==",
736
+ "cpu": [
737
+ "arm64"
738
+ ],
739
+ "license": "MIT",
740
+ "optional": true,
741
+ "os": [
742
+ "win32"
743
+ ],
744
+ "engines": {
745
+ "node": ">=18"
746
+ }
747
+ },
748
+ "node_modules/@esbuild/win32-ia32": {
749
+ "version": "0.27.1",
750
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.1.tgz",
751
+ "integrity": "sha512-2BR5M8CPbptC1AK5JbJT1fWrHLvejwZidKx3UMSF0ecHMa+smhi16drIrCEggkgviBwLYd5nwrFLSl5Kho96RQ==",
752
+ "cpu": [
753
+ "ia32"
754
+ ],
755
+ "license": "MIT",
756
+ "optional": true,
757
+ "os": [
758
+ "win32"
759
+ ],
760
+ "engines": {
761
+ "node": ">=18"
762
+ }
763
+ },
764
+ "node_modules/@esbuild/win32-x64": {
765
+ "version": "0.27.1",
766
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.1.tgz",
767
+ "integrity": "sha512-d5X6RMYv6taIymSk8JBP+nxv8DQAMY6A51GPgusqLdK9wBz5wWIXy1KjTck6HnjE9hqJzJRdk+1p/t5soSbCtw==",
768
+ "cpu": [
769
+ "x64"
770
+ ],
771
+ "license": "MIT",
772
+ "optional": true,
773
+ "os": [
774
+ "win32"
775
+ ],
776
+ "engines": {
777
+ "node": ">=18"
778
+ }
779
+ },
780
+ "node_modules/@jridgewell/gen-mapping": {
781
+ "version": "0.3.13",
782
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
783
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
784
+ "license": "MIT",
785
+ "dependencies": {
786
+ "@jridgewell/sourcemap-codec": "^1.5.0",
787
+ "@jridgewell/trace-mapping": "^0.3.24"
788
+ }
789
+ },
790
+ "node_modules/@jridgewell/remapping": {
791
+ "version": "2.3.5",
792
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
793
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
794
+ "license": "MIT",
795
+ "dependencies": {
796
+ "@jridgewell/gen-mapping": "^0.3.5",
797
+ "@jridgewell/trace-mapping": "^0.3.24"
798
+ }
799
+ },
800
+ "node_modules/@jridgewell/resolve-uri": {
801
+ "version": "3.1.2",
802
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
803
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
804
+ "license": "MIT",
805
+ "engines": {
806
+ "node": ">=6.0.0"
807
+ }
808
+ },
809
+ "node_modules/@jridgewell/sourcemap-codec": {
810
+ "version": "1.5.5",
811
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
812
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
813
+ "license": "MIT"
814
+ },
815
+ "node_modules/@jridgewell/trace-mapping": {
816
+ "version": "0.3.31",
817
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
818
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
819
+ "license": "MIT",
820
+ "dependencies": {
821
+ "@jridgewell/resolve-uri": "^3.1.0",
822
+ "@jridgewell/sourcemap-codec": "^1.4.14"
823
+ }
824
+ },
825
+ "node_modules/@preact/preset-vite": {
826
+ "version": "2.10.2",
827
+ "resolved": "https://registry.npmjs.org/@preact/preset-vite/-/preset-vite-2.10.2.tgz",
828
+ "integrity": "sha512-K9wHlJOtkE+cGqlyQ5v9kL3Ge0Ql4LlIZjkUTL+1zf3nNdF88F9UZN6VTV8jdzBX9Fl7WSzeNMSDG7qECPmSmg==",
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "@babel/plugin-transform-react-jsx": "^7.22.15",
832
+ "@babel/plugin-transform-react-jsx-development": "^7.22.5",
833
+ "@prefresh/vite": "^2.4.1",
834
+ "@rollup/pluginutils": "^4.1.1",
835
+ "babel-plugin-transform-hook-names": "^1.0.2",
836
+ "debug": "^4.3.4",
837
+ "picocolors": "^1.1.1",
838
+ "vite-prerender-plugin": "^0.5.3"
839
+ },
840
+ "peerDependencies": {
841
+ "@babel/core": "7.x",
842
+ "vite": "2.x || 3.x || 4.x || 5.x || 6.x || 7.x"
843
+ }
844
+ },
845
+ "node_modules/@prefresh/babel-plugin": {
846
+ "version": "0.5.2",
847
+ "resolved": "https://registry.npmjs.org/@prefresh/babel-plugin/-/babel-plugin-0.5.2.tgz",
848
+ "integrity": "sha512-AOl4HG6dAxWkJ5ndPHBgBa49oo/9bOiJuRDKHLSTyH+Fd9x00shTXpdiTj1W41l6oQIwUOAgJeHMn4QwIDpHkA==",
849
+ "license": "MIT"
850
+ },
851
+ "node_modules/@prefresh/core": {
852
+ "version": "1.5.9",
853
+ "resolved": "https://registry.npmjs.org/@prefresh/core/-/core-1.5.9.tgz",
854
+ "integrity": "sha512-IKBKCPaz34OFVC+adiQ2qaTF5qdztO2/4ZPf4KsRTgjKosWqxVXmEbxCiUydYZRY8GVie+DQlKzQr9gt6HQ+EQ==",
855
+ "license": "MIT",
856
+ "peerDependencies": {
857
+ "preact": "^10.0.0 || ^11.0.0-0"
858
+ }
859
+ },
860
+ "node_modules/@prefresh/utils": {
861
+ "version": "1.2.1",
862
+ "resolved": "https://registry.npmjs.org/@prefresh/utils/-/utils-1.2.1.tgz",
863
+ "integrity": "sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw==",
864
+ "license": "MIT"
865
+ },
866
+ "node_modules/@prefresh/vite": {
867
+ "version": "2.4.11",
868
+ "resolved": "https://registry.npmjs.org/@prefresh/vite/-/vite-2.4.11.tgz",
869
+ "integrity": "sha512-/XjURQqdRiCG3NpMmWqE9kJwrg9IchIOWHzulCfqg2sRe/8oQ1g5De7xrk9lbqPIQLn7ntBkKdqWXIj4E9YXyg==",
870
+ "license": "MIT",
871
+ "dependencies": {
872
+ "@babel/core": "^7.22.1",
873
+ "@prefresh/babel-plugin": "0.5.2",
874
+ "@prefresh/core": "^1.5.0",
875
+ "@prefresh/utils": "^1.2.0",
876
+ "@rollup/pluginutils": "^4.2.1"
877
+ },
878
+ "peerDependencies": {
879
+ "preact": "^10.4.0 || ^11.0.0-0",
880
+ "vite": ">=2.0.0"
881
+ }
882
+ },
883
+ "node_modules/@rolldown/pluginutils": {
884
+ "version": "1.0.0-beta.53",
885
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
886
+ "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
887
+ "license": "MIT"
888
+ },
889
+ "node_modules/@rollup/pluginutils": {
890
+ "version": "4.2.1",
891
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
892
+ "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
893
+ "license": "MIT",
894
+ "dependencies": {
895
+ "estree-walker": "^2.0.1",
896
+ "picomatch": "^2.2.2"
897
+ },
898
+ "engines": {
899
+ "node": ">= 8.0.0"
900
+ }
901
+ },
902
+ "node_modules/@rollup/rollup-android-arm-eabi": {
903
+ "version": "4.53.5",
904
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.5.tgz",
905
+ "integrity": "sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==",
906
+ "cpu": [
907
+ "arm"
908
+ ],
909
+ "license": "MIT",
910
+ "optional": true,
911
+ "os": [
912
+ "android"
913
+ ]
914
+ },
915
+ "node_modules/@rollup/rollup-android-arm64": {
916
+ "version": "4.53.5",
917
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.5.tgz",
918
+ "integrity": "sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==",
919
+ "cpu": [
920
+ "arm64"
921
+ ],
922
+ "license": "MIT",
923
+ "optional": true,
924
+ "os": [
925
+ "android"
926
+ ]
927
+ },
928
+ "node_modules/@rollup/rollup-darwin-arm64": {
929
+ "version": "4.53.5",
930
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.5.tgz",
931
+ "integrity": "sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==",
932
+ "cpu": [
933
+ "arm64"
934
+ ],
935
+ "license": "MIT",
936
+ "optional": true,
937
+ "os": [
938
+ "darwin"
939
+ ]
940
+ },
941
+ "node_modules/@rollup/rollup-darwin-x64": {
942
+ "version": "4.53.5",
943
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.5.tgz",
944
+ "integrity": "sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==",
945
+ "cpu": [
946
+ "x64"
947
+ ],
948
+ "license": "MIT",
949
+ "optional": true,
950
+ "os": [
951
+ "darwin"
952
+ ]
953
+ },
954
+ "node_modules/@rollup/rollup-freebsd-arm64": {
955
+ "version": "4.53.5",
956
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.5.tgz",
957
+ "integrity": "sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==",
958
+ "cpu": [
959
+ "arm64"
960
+ ],
961
+ "license": "MIT",
962
+ "optional": true,
963
+ "os": [
964
+ "freebsd"
965
+ ]
966
+ },
967
+ "node_modules/@rollup/rollup-freebsd-x64": {
968
+ "version": "4.53.5",
969
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.5.tgz",
970
+ "integrity": "sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==",
971
+ "cpu": [
972
+ "x64"
973
+ ],
974
+ "license": "MIT",
975
+ "optional": true,
976
+ "os": [
977
+ "freebsd"
978
+ ]
979
+ },
980
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
981
+ "version": "4.53.5",
982
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.5.tgz",
983
+ "integrity": "sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==",
984
+ "cpu": [
985
+ "arm"
986
+ ],
987
+ "license": "MIT",
988
+ "optional": true,
989
+ "os": [
990
+ "linux"
991
+ ]
992
+ },
993
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
994
+ "version": "4.53.5",
995
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.5.tgz",
996
+ "integrity": "sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==",
997
+ "cpu": [
998
+ "arm"
999
+ ],
1000
+ "license": "MIT",
1001
+ "optional": true,
1002
+ "os": [
1003
+ "linux"
1004
+ ]
1005
+ },
1006
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1007
+ "version": "4.53.5",
1008
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.5.tgz",
1009
+ "integrity": "sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==",
1010
+ "cpu": [
1011
+ "arm64"
1012
+ ],
1013
+ "license": "MIT",
1014
+ "optional": true,
1015
+ "os": [
1016
+ "linux"
1017
+ ]
1018
+ },
1019
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1020
+ "version": "4.53.5",
1021
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.5.tgz",
1022
+ "integrity": "sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==",
1023
+ "cpu": [
1024
+ "arm64"
1025
+ ],
1026
+ "license": "MIT",
1027
+ "optional": true,
1028
+ "os": [
1029
+ "linux"
1030
+ ]
1031
+ },
1032
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1033
+ "version": "4.53.5",
1034
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.5.tgz",
1035
+ "integrity": "sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==",
1036
+ "cpu": [
1037
+ "loong64"
1038
+ ],
1039
+ "license": "MIT",
1040
+ "optional": true,
1041
+ "os": [
1042
+ "linux"
1043
+ ]
1044
+ },
1045
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1046
+ "version": "4.53.5",
1047
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.5.tgz",
1048
+ "integrity": "sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==",
1049
+ "cpu": [
1050
+ "ppc64"
1051
+ ],
1052
+ "license": "MIT",
1053
+ "optional": true,
1054
+ "os": [
1055
+ "linux"
1056
+ ]
1057
+ },
1058
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1059
+ "version": "4.53.5",
1060
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.5.tgz",
1061
+ "integrity": "sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==",
1062
+ "cpu": [
1063
+ "riscv64"
1064
+ ],
1065
+ "license": "MIT",
1066
+ "optional": true,
1067
+ "os": [
1068
+ "linux"
1069
+ ]
1070
+ },
1071
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1072
+ "version": "4.53.5",
1073
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.5.tgz",
1074
+ "integrity": "sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==",
1075
+ "cpu": [
1076
+ "riscv64"
1077
+ ],
1078
+ "license": "MIT",
1079
+ "optional": true,
1080
+ "os": [
1081
+ "linux"
1082
+ ]
1083
+ },
1084
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1085
+ "version": "4.53.5",
1086
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.5.tgz",
1087
+ "integrity": "sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==",
1088
+ "cpu": [
1089
+ "s390x"
1090
+ ],
1091
+ "license": "MIT",
1092
+ "optional": true,
1093
+ "os": [
1094
+ "linux"
1095
+ ]
1096
+ },
1097
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1098
+ "version": "4.53.5",
1099
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.5.tgz",
1100
+ "integrity": "sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==",
1101
+ "cpu": [
1102
+ "x64"
1103
+ ],
1104
+ "license": "MIT",
1105
+ "optional": true,
1106
+ "os": [
1107
+ "linux"
1108
+ ]
1109
+ },
1110
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1111
+ "version": "4.53.5",
1112
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.5.tgz",
1113
+ "integrity": "sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==",
1114
+ "cpu": [
1115
+ "x64"
1116
+ ],
1117
+ "license": "MIT",
1118
+ "optional": true,
1119
+ "os": [
1120
+ "linux"
1121
+ ]
1122
+ },
1123
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1124
+ "version": "4.53.5",
1125
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.5.tgz",
1126
+ "integrity": "sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==",
1127
+ "cpu": [
1128
+ "arm64"
1129
+ ],
1130
+ "license": "MIT",
1131
+ "optional": true,
1132
+ "os": [
1133
+ "openharmony"
1134
+ ]
1135
+ },
1136
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1137
+ "version": "4.53.5",
1138
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.5.tgz",
1139
+ "integrity": "sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==",
1140
+ "cpu": [
1141
+ "arm64"
1142
+ ],
1143
+ "license": "MIT",
1144
+ "optional": true,
1145
+ "os": [
1146
+ "win32"
1147
+ ]
1148
+ },
1149
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1150
+ "version": "4.53.5",
1151
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.5.tgz",
1152
+ "integrity": "sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==",
1153
+ "cpu": [
1154
+ "ia32"
1155
+ ],
1156
+ "license": "MIT",
1157
+ "optional": true,
1158
+ "os": [
1159
+ "win32"
1160
+ ]
1161
+ },
1162
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1163
+ "version": "4.53.5",
1164
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.5.tgz",
1165
+ "integrity": "sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==",
1166
+ "cpu": [
1167
+ "x64"
1168
+ ],
1169
+ "license": "MIT",
1170
+ "optional": true,
1171
+ "os": [
1172
+ "win32"
1173
+ ]
1174
+ },
1175
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1176
+ "version": "4.53.5",
1177
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.5.tgz",
1178
+ "integrity": "sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==",
1179
+ "cpu": [
1180
+ "x64"
1181
+ ],
1182
+ "license": "MIT",
1183
+ "optional": true,
1184
+ "os": [
1185
+ "win32"
1186
+ ]
1187
+ },
1188
+ "node_modules/@tailwindcss/node": {
1189
+ "version": "4.1.18",
1190
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
1191
+ "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
1192
+ "dev": true,
1193
+ "license": "MIT",
1194
+ "dependencies": {
1195
+ "@jridgewell/remapping": "^2.3.4",
1196
+ "enhanced-resolve": "^5.18.3",
1197
+ "jiti": "^2.6.1",
1198
+ "lightningcss": "1.30.2",
1199
+ "magic-string": "^0.30.21",
1200
+ "source-map-js": "^1.2.1",
1201
+ "tailwindcss": "4.1.18"
1202
+ }
1203
+ },
1204
+ "node_modules/@tailwindcss/oxide": {
1205
+ "version": "4.1.18",
1206
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
1207
+ "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
1208
+ "dev": true,
1209
+ "license": "MIT",
1210
+ "engines": {
1211
+ "node": ">= 10"
1212
+ },
1213
+ "optionalDependencies": {
1214
+ "@tailwindcss/oxide-android-arm64": "4.1.18",
1215
+ "@tailwindcss/oxide-darwin-arm64": "4.1.18",
1216
+ "@tailwindcss/oxide-darwin-x64": "4.1.18",
1217
+ "@tailwindcss/oxide-freebsd-x64": "4.1.18",
1218
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
1219
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
1220
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
1221
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
1222
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
1223
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
1224
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
1225
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
1226
+ }
1227
+ },
1228
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1229
+ "version": "4.1.18",
1230
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
1231
+ "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
1232
+ "cpu": [
1233
+ "arm64"
1234
+ ],
1235
+ "dev": true,
1236
+ "license": "MIT",
1237
+ "optional": true,
1238
+ "os": [
1239
+ "android"
1240
+ ],
1241
+ "engines": {
1242
+ "node": ">= 10"
1243
+ }
1244
+ },
1245
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1246
+ "version": "4.1.18",
1247
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
1248
+ "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
1249
+ "cpu": [
1250
+ "arm64"
1251
+ ],
1252
+ "dev": true,
1253
+ "license": "MIT",
1254
+ "optional": true,
1255
+ "os": [
1256
+ "darwin"
1257
+ ],
1258
+ "engines": {
1259
+ "node": ">= 10"
1260
+ }
1261
+ },
1262
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1263
+ "version": "4.1.18",
1264
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
1265
+ "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
1266
+ "cpu": [
1267
+ "x64"
1268
+ ],
1269
+ "dev": true,
1270
+ "license": "MIT",
1271
+ "optional": true,
1272
+ "os": [
1273
+ "darwin"
1274
+ ],
1275
+ "engines": {
1276
+ "node": ">= 10"
1277
+ }
1278
+ },
1279
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1280
+ "version": "4.1.18",
1281
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
1282
+ "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
1283
+ "cpu": [
1284
+ "x64"
1285
+ ],
1286
+ "dev": true,
1287
+ "license": "MIT",
1288
+ "optional": true,
1289
+ "os": [
1290
+ "freebsd"
1291
+ ],
1292
+ "engines": {
1293
+ "node": ">= 10"
1294
+ }
1295
+ },
1296
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1297
+ "version": "4.1.18",
1298
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
1299
+ "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
1300
+ "cpu": [
1301
+ "arm"
1302
+ ],
1303
+ "dev": true,
1304
+ "license": "MIT",
1305
+ "optional": true,
1306
+ "os": [
1307
+ "linux"
1308
+ ],
1309
+ "engines": {
1310
+ "node": ">= 10"
1311
+ }
1312
+ },
1313
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1314
+ "version": "4.1.18",
1315
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
1316
+ "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
1317
+ "cpu": [
1318
+ "arm64"
1319
+ ],
1320
+ "dev": true,
1321
+ "license": "MIT",
1322
+ "optional": true,
1323
+ "os": [
1324
+ "linux"
1325
+ ],
1326
+ "engines": {
1327
+ "node": ">= 10"
1328
+ }
1329
+ },
1330
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1331
+ "version": "4.1.18",
1332
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
1333
+ "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
1334
+ "cpu": [
1335
+ "arm64"
1336
+ ],
1337
+ "dev": true,
1338
+ "license": "MIT",
1339
+ "optional": true,
1340
+ "os": [
1341
+ "linux"
1342
+ ],
1343
+ "engines": {
1344
+ "node": ">= 10"
1345
+ }
1346
+ },
1347
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1348
+ "version": "4.1.18",
1349
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
1350
+ "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
1351
+ "cpu": [
1352
+ "x64"
1353
+ ],
1354
+ "dev": true,
1355
+ "license": "MIT",
1356
+ "optional": true,
1357
+ "os": [
1358
+ "linux"
1359
+ ],
1360
+ "engines": {
1361
+ "node": ">= 10"
1362
+ }
1363
+ },
1364
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1365
+ "version": "4.1.18",
1366
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
1367
+ "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
1368
+ "cpu": [
1369
+ "x64"
1370
+ ],
1371
+ "dev": true,
1372
+ "license": "MIT",
1373
+ "optional": true,
1374
+ "os": [
1375
+ "linux"
1376
+ ],
1377
+ "engines": {
1378
+ "node": ">= 10"
1379
+ }
1380
+ },
1381
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1382
+ "version": "4.1.18",
1383
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
1384
+ "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
1385
+ "bundleDependencies": [
1386
+ "@napi-rs/wasm-runtime",
1387
+ "@emnapi/core",
1388
+ "@emnapi/runtime",
1389
+ "@tybys/wasm-util",
1390
+ "@emnapi/wasi-threads",
1391
+ "tslib"
1392
+ ],
1393
+ "cpu": [
1394
+ "wasm32"
1395
+ ],
1396
+ "dev": true,
1397
+ "license": "MIT",
1398
+ "optional": true,
1399
+ "dependencies": {
1400
+ "@emnapi/core": "^1.7.1",
1401
+ "@emnapi/runtime": "^1.7.1",
1402
+ "@emnapi/wasi-threads": "^1.1.0",
1403
+ "@napi-rs/wasm-runtime": "^1.1.0",
1404
+ "@tybys/wasm-util": "^0.10.1",
1405
+ "tslib": "^2.4.0"
1406
+ },
1407
+ "engines": {
1408
+ "node": ">=14.0.0"
1409
+ }
1410
+ },
1411
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1412
+ "version": "4.1.18",
1413
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
1414
+ "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
1415
+ "cpu": [
1416
+ "arm64"
1417
+ ],
1418
+ "dev": true,
1419
+ "license": "MIT",
1420
+ "optional": true,
1421
+ "os": [
1422
+ "win32"
1423
+ ],
1424
+ "engines": {
1425
+ "node": ">= 10"
1426
+ }
1427
+ },
1428
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1429
+ "version": "4.1.18",
1430
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
1431
+ "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
1432
+ "cpu": [
1433
+ "x64"
1434
+ ],
1435
+ "dev": true,
1436
+ "license": "MIT",
1437
+ "optional": true,
1438
+ "os": [
1439
+ "win32"
1440
+ ],
1441
+ "engines": {
1442
+ "node": ">= 10"
1443
+ }
1444
+ },
1445
+ "node_modules/@tailwindcss/postcss": {
1446
+ "version": "4.1.18",
1447
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
1448
+ "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
1449
+ "dev": true,
1450
+ "license": "MIT",
1451
+ "dependencies": {
1452
+ "@alloc/quick-lru": "^5.2.0",
1453
+ "@tailwindcss/node": "4.1.18",
1454
+ "@tailwindcss/oxide": "4.1.18",
1455
+ "postcss": "^8.4.41",
1456
+ "tailwindcss": "4.1.18"
1457
+ }
1458
+ },
1459
+ "node_modules/@types/babel__core": {
1460
+ "version": "7.20.5",
1461
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1462
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1463
+ "license": "MIT",
1464
+ "dependencies": {
1465
+ "@babel/parser": "^7.20.7",
1466
+ "@babel/types": "^7.20.7",
1467
+ "@types/babel__generator": "*",
1468
+ "@types/babel__template": "*",
1469
+ "@types/babel__traverse": "*"
1470
+ }
1471
+ },
1472
+ "node_modules/@types/babel__generator": {
1473
+ "version": "7.27.0",
1474
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1475
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1476
+ "license": "MIT",
1477
+ "dependencies": {
1478
+ "@babel/types": "^7.0.0"
1479
+ }
1480
+ },
1481
+ "node_modules/@types/babel__template": {
1482
+ "version": "7.4.4",
1483
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1484
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1485
+ "license": "MIT",
1486
+ "dependencies": {
1487
+ "@babel/parser": "^7.1.0",
1488
+ "@babel/types": "^7.0.0"
1489
+ }
1490
+ },
1491
+ "node_modules/@types/babel__traverse": {
1492
+ "version": "7.28.0",
1493
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1494
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1495
+ "license": "MIT",
1496
+ "dependencies": {
1497
+ "@babel/types": "^7.28.2"
1498
+ }
1499
+ },
1500
+ "node_modules/@types/estree": {
1501
+ "version": "1.0.8",
1502
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1503
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1504
+ "license": "MIT"
1505
+ },
1506
+ "node_modules/@types/react": {
1507
+ "version": "19.2.7",
1508
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
1509
+ "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
1510
+ "dev": true,
1511
+ "license": "MIT",
1512
+ "dependencies": {
1513
+ "csstype": "^3.2.2"
1514
+ }
1515
+ },
1516
+ "node_modules/@types/react-dom": {
1517
+ "version": "19.2.3",
1518
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1519
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1520
+ "dev": true,
1521
+ "license": "MIT",
1522
+ "peerDependencies": {
1523
+ "@types/react": "^19.2.0"
1524
+ }
1525
+ },
1526
+ "node_modules/@vitejs/plugin-react": {
1527
+ "version": "5.1.2",
1528
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
1529
+ "integrity": "sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==",
1530
+ "license": "MIT",
1531
+ "dependencies": {
1532
+ "@babel/core": "^7.28.5",
1533
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1534
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1535
+ "@rolldown/pluginutils": "1.0.0-beta.53",
1536
+ "@types/babel__core": "^7.20.5",
1537
+ "react-refresh": "^0.18.0"
1538
+ },
1539
+ "engines": {
1540
+ "node": "^20.19.0 || >=22.12.0"
1541
+ },
1542
+ "peerDependencies": {
1543
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1544
+ }
1545
+ },
1546
+ "node_modules/@yoamigo.com/core": {
1547
+ "version": "0.1.5",
1548
+ "resolved": "https://registry.npmjs.org/@yoamigo.com/core/-/core-0.1.5.tgz",
1549
+ "integrity": "sha512-5u7GZGDmGrcCUhxPDadjuwDNAoeqaWj7CXLSNfWLY6FzlcEHVLspCUUnD5wY1AGbKOqnWuwfAYSqhSiWl0Q/+w==",
1550
+ "license": "SEE LICENSE IN LICENSE",
1551
+ "dependencies": {
1552
+ "clsx": "^2.1.1",
1553
+ "preact": "^10.27.2",
1554
+ "wouter": "^3.8.0"
1555
+ },
1556
+ "peerDependencies": {
1557
+ "@preact/preset-vite": "^2.0.0",
1558
+ "@vitejs/plugin-react": "^5.0.0",
1559
+ "react": "^18.0.0 || ^19.0.0",
1560
+ "react-dom": "^18.0.0 || ^19.0.0",
1561
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
1562
+ },
1563
+ "peerDependenciesMeta": {
1564
+ "react": {
1565
+ "optional": true
1566
+ },
1567
+ "react-dom": {
1568
+ "optional": true
1569
+ },
1570
+ "vite": {
1571
+ "optional": true
1572
+ }
1573
+ }
1574
+ },
1575
+ "node_modules/babel-plugin-transform-hook-names": {
1576
+ "version": "1.0.2",
1577
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-hook-names/-/babel-plugin-transform-hook-names-1.0.2.tgz",
1578
+ "integrity": "sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==",
1579
+ "license": "MIT",
1580
+ "peerDependencies": {
1581
+ "@babel/core": "^7.12.10"
1582
+ }
1583
+ },
1584
+ "node_modules/baseline-browser-mapping": {
1585
+ "version": "2.9.7",
1586
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.7.tgz",
1587
+ "integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==",
1588
+ "license": "Apache-2.0",
1589
+ "bin": {
1590
+ "baseline-browser-mapping": "dist/cli.js"
1591
+ }
1592
+ },
1593
+ "node_modules/boolbase": {
1594
+ "version": "1.0.0",
1595
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
1596
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
1597
+ "license": "ISC"
1598
+ },
1599
+ "node_modules/browserslist": {
1600
+ "version": "4.28.1",
1601
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1602
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1603
+ "funding": [
1604
+ {
1605
+ "type": "opencollective",
1606
+ "url": "https://opencollective.com/browserslist"
1607
+ },
1608
+ {
1609
+ "type": "tidelift",
1610
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1611
+ },
1612
+ {
1613
+ "type": "github",
1614
+ "url": "https://github.com/sponsors/ai"
1615
+ }
1616
+ ],
1617
+ "license": "MIT",
1618
+ "dependencies": {
1619
+ "baseline-browser-mapping": "^2.9.0",
1620
+ "caniuse-lite": "^1.0.30001759",
1621
+ "electron-to-chromium": "^1.5.263",
1622
+ "node-releases": "^2.0.27",
1623
+ "update-browserslist-db": "^1.2.0"
1624
+ },
1625
+ "bin": {
1626
+ "browserslist": "cli.js"
1627
+ },
1628
+ "engines": {
1629
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1630
+ }
1631
+ },
1632
+ "node_modules/caniuse-lite": {
1633
+ "version": "1.0.30001760",
1634
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
1635
+ "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
1636
+ "funding": [
1637
+ {
1638
+ "type": "opencollective",
1639
+ "url": "https://opencollective.com/browserslist"
1640
+ },
1641
+ {
1642
+ "type": "tidelift",
1643
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1644
+ },
1645
+ {
1646
+ "type": "github",
1647
+ "url": "https://github.com/sponsors/ai"
1648
+ }
1649
+ ],
1650
+ "license": "CC-BY-4.0"
1651
+ },
1652
+ "node_modules/clsx": {
1653
+ "version": "2.1.1",
1654
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
1655
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
1656
+ "license": "MIT",
1657
+ "engines": {
1658
+ "node": ">=6"
1659
+ }
1660
+ },
1661
+ "node_modules/convert-source-map": {
1662
+ "version": "2.0.0",
1663
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1664
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1665
+ "license": "MIT"
1666
+ },
1667
+ "node_modules/css-select": {
1668
+ "version": "5.2.2",
1669
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
1670
+ "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
1671
+ "license": "BSD-2-Clause",
1672
+ "dependencies": {
1673
+ "boolbase": "^1.0.0",
1674
+ "css-what": "^6.1.0",
1675
+ "domhandler": "^5.0.2",
1676
+ "domutils": "^3.0.1",
1677
+ "nth-check": "^2.0.1"
1678
+ },
1679
+ "funding": {
1680
+ "url": "https://github.com/sponsors/fb55"
1681
+ }
1682
+ },
1683
+ "node_modules/css-what": {
1684
+ "version": "6.2.2",
1685
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
1686
+ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
1687
+ "license": "BSD-2-Clause",
1688
+ "engines": {
1689
+ "node": ">= 6"
1690
+ },
1691
+ "funding": {
1692
+ "url": "https://github.com/sponsors/fb55"
1693
+ }
1694
+ },
1695
+ "node_modules/csstype": {
1696
+ "version": "3.2.3",
1697
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1698
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1699
+ "dev": true,
1700
+ "license": "MIT"
1701
+ },
1702
+ "node_modules/debug": {
1703
+ "version": "4.4.3",
1704
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1705
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1706
+ "license": "MIT",
1707
+ "dependencies": {
1708
+ "ms": "^2.1.3"
1709
+ },
1710
+ "engines": {
1711
+ "node": ">=6.0"
1712
+ },
1713
+ "peerDependenciesMeta": {
1714
+ "supports-color": {
1715
+ "optional": true
1716
+ }
1717
+ }
1718
+ },
1719
+ "node_modules/detect-libc": {
1720
+ "version": "2.1.2",
1721
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1722
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1723
+ "devOptional": true,
1724
+ "license": "Apache-2.0",
1725
+ "engines": {
1726
+ "node": ">=8"
1727
+ }
1728
+ },
1729
+ "node_modules/dom-serializer": {
1730
+ "version": "2.0.0",
1731
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
1732
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
1733
+ "license": "MIT",
1734
+ "dependencies": {
1735
+ "domelementtype": "^2.3.0",
1736
+ "domhandler": "^5.0.2",
1737
+ "entities": "^4.2.0"
1738
+ },
1739
+ "funding": {
1740
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
1741
+ }
1742
+ },
1743
+ "node_modules/domelementtype": {
1744
+ "version": "2.3.0",
1745
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
1746
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
1747
+ "funding": [
1748
+ {
1749
+ "type": "github",
1750
+ "url": "https://github.com/sponsors/fb55"
1751
+ }
1752
+ ],
1753
+ "license": "BSD-2-Clause"
1754
+ },
1755
+ "node_modules/domhandler": {
1756
+ "version": "5.0.3",
1757
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
1758
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
1759
+ "license": "BSD-2-Clause",
1760
+ "dependencies": {
1761
+ "domelementtype": "^2.3.0"
1762
+ },
1763
+ "engines": {
1764
+ "node": ">= 4"
1765
+ },
1766
+ "funding": {
1767
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
1768
+ }
1769
+ },
1770
+ "node_modules/domutils": {
1771
+ "version": "3.2.2",
1772
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
1773
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
1774
+ "license": "BSD-2-Clause",
1775
+ "dependencies": {
1776
+ "dom-serializer": "^2.0.0",
1777
+ "domelementtype": "^2.3.0",
1778
+ "domhandler": "^5.0.3"
1779
+ },
1780
+ "funding": {
1781
+ "url": "https://github.com/fb55/domutils?sponsor=1"
1782
+ }
1783
+ },
1784
+ "node_modules/electron-to-chromium": {
1785
+ "version": "1.5.267",
1786
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
1787
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
1788
+ "license": "ISC"
1789
+ },
1790
+ "node_modules/enhanced-resolve": {
1791
+ "version": "5.18.4",
1792
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
1793
+ "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
1794
+ "dev": true,
1795
+ "license": "MIT",
1796
+ "dependencies": {
1797
+ "graceful-fs": "^4.2.4",
1798
+ "tapable": "^2.2.0"
1799
+ },
1800
+ "engines": {
1801
+ "node": ">=10.13.0"
1802
+ }
1803
+ },
1804
+ "node_modules/entities": {
1805
+ "version": "4.5.0",
1806
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1807
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1808
+ "license": "BSD-2-Clause",
1809
+ "engines": {
1810
+ "node": ">=0.12"
1811
+ },
1812
+ "funding": {
1813
+ "url": "https://github.com/fb55/entities?sponsor=1"
1814
+ }
1815
+ },
1816
+ "node_modules/esbuild": {
1817
+ "version": "0.27.1",
1818
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.1.tgz",
1819
+ "integrity": "sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==",
1820
+ "hasInstallScript": true,
1821
+ "license": "MIT",
1822
+ "bin": {
1823
+ "esbuild": "bin/esbuild"
1824
+ },
1825
+ "engines": {
1826
+ "node": ">=18"
1827
+ },
1828
+ "optionalDependencies": {
1829
+ "@esbuild/aix-ppc64": "0.27.1",
1830
+ "@esbuild/android-arm": "0.27.1",
1831
+ "@esbuild/android-arm64": "0.27.1",
1832
+ "@esbuild/android-x64": "0.27.1",
1833
+ "@esbuild/darwin-arm64": "0.27.1",
1834
+ "@esbuild/darwin-x64": "0.27.1",
1835
+ "@esbuild/freebsd-arm64": "0.27.1",
1836
+ "@esbuild/freebsd-x64": "0.27.1",
1837
+ "@esbuild/linux-arm": "0.27.1",
1838
+ "@esbuild/linux-arm64": "0.27.1",
1839
+ "@esbuild/linux-ia32": "0.27.1",
1840
+ "@esbuild/linux-loong64": "0.27.1",
1841
+ "@esbuild/linux-mips64el": "0.27.1",
1842
+ "@esbuild/linux-ppc64": "0.27.1",
1843
+ "@esbuild/linux-riscv64": "0.27.1",
1844
+ "@esbuild/linux-s390x": "0.27.1",
1845
+ "@esbuild/linux-x64": "0.27.1",
1846
+ "@esbuild/netbsd-arm64": "0.27.1",
1847
+ "@esbuild/netbsd-x64": "0.27.1",
1848
+ "@esbuild/openbsd-arm64": "0.27.1",
1849
+ "@esbuild/openbsd-x64": "0.27.1",
1850
+ "@esbuild/openharmony-arm64": "0.27.1",
1851
+ "@esbuild/sunos-x64": "0.27.1",
1852
+ "@esbuild/win32-arm64": "0.27.1",
1853
+ "@esbuild/win32-ia32": "0.27.1",
1854
+ "@esbuild/win32-x64": "0.27.1"
1855
+ }
1856
+ },
1857
+ "node_modules/escalade": {
1858
+ "version": "3.2.0",
1859
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1860
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1861
+ "license": "MIT",
1862
+ "engines": {
1863
+ "node": ">=6"
1864
+ }
1865
+ },
1866
+ "node_modules/estree-walker": {
1867
+ "version": "2.0.2",
1868
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1869
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1870
+ "license": "MIT"
1871
+ },
1872
+ "node_modules/fsevents": {
1873
+ "version": "2.3.3",
1874
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1875
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1876
+ "hasInstallScript": true,
1877
+ "license": "MIT",
1878
+ "optional": true,
1879
+ "os": [
1880
+ "darwin"
1881
+ ],
1882
+ "engines": {
1883
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1884
+ }
1885
+ },
1886
+ "node_modules/gensync": {
1887
+ "version": "1.0.0-beta.2",
1888
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1889
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1890
+ "license": "MIT",
1891
+ "engines": {
1892
+ "node": ">=6.9.0"
1893
+ }
1894
+ },
1895
+ "node_modules/graceful-fs": {
1896
+ "version": "4.2.11",
1897
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1898
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1899
+ "dev": true,
1900
+ "license": "ISC"
1901
+ },
1902
+ "node_modules/he": {
1903
+ "version": "1.2.0",
1904
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
1905
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
1906
+ "license": "MIT",
1907
+ "bin": {
1908
+ "he": "bin/he"
1909
+ }
1910
+ },
1911
+ "node_modules/jiti": {
1912
+ "version": "2.6.1",
1913
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
1914
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1915
+ "devOptional": true,
1916
+ "license": "MIT",
1917
+ "bin": {
1918
+ "jiti": "lib/jiti-cli.mjs"
1919
+ }
1920
+ },
1921
+ "node_modules/js-tokens": {
1922
+ "version": "4.0.0",
1923
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1924
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1925
+ "license": "MIT"
1926
+ },
1927
+ "node_modules/jsesc": {
1928
+ "version": "3.1.0",
1929
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1930
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1931
+ "license": "MIT",
1932
+ "bin": {
1933
+ "jsesc": "bin/jsesc"
1934
+ },
1935
+ "engines": {
1936
+ "node": ">=6"
1937
+ }
1938
+ },
1939
+ "node_modules/json5": {
1940
+ "version": "2.2.3",
1941
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1942
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1943
+ "license": "MIT",
1944
+ "bin": {
1945
+ "json5": "lib/cli.js"
1946
+ },
1947
+ "engines": {
1948
+ "node": ">=6"
1949
+ }
1950
+ },
1951
+ "node_modules/kolorist": {
1952
+ "version": "1.8.0",
1953
+ "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
1954
+ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
1955
+ "license": "MIT"
1956
+ },
1957
+ "node_modules/lightningcss": {
1958
+ "version": "1.30.2",
1959
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
1960
+ "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
1961
+ "devOptional": true,
1962
+ "license": "MPL-2.0",
1963
+ "dependencies": {
1964
+ "detect-libc": "^2.0.3"
1965
+ },
1966
+ "engines": {
1967
+ "node": ">= 12.0.0"
1968
+ },
1969
+ "funding": {
1970
+ "type": "opencollective",
1971
+ "url": "https://opencollective.com/parcel"
1972
+ },
1973
+ "optionalDependencies": {
1974
+ "lightningcss-android-arm64": "1.30.2",
1975
+ "lightningcss-darwin-arm64": "1.30.2",
1976
+ "lightningcss-darwin-x64": "1.30.2",
1977
+ "lightningcss-freebsd-x64": "1.30.2",
1978
+ "lightningcss-linux-arm-gnueabihf": "1.30.2",
1979
+ "lightningcss-linux-arm64-gnu": "1.30.2",
1980
+ "lightningcss-linux-arm64-musl": "1.30.2",
1981
+ "lightningcss-linux-x64-gnu": "1.30.2",
1982
+ "lightningcss-linux-x64-musl": "1.30.2",
1983
+ "lightningcss-win32-arm64-msvc": "1.30.2",
1984
+ "lightningcss-win32-x64-msvc": "1.30.2"
1985
+ }
1986
+ },
1987
+ "node_modules/lightningcss-android-arm64": {
1988
+ "version": "1.30.2",
1989
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
1990
+ "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
1991
+ "cpu": [
1992
+ "arm64"
1993
+ ],
1994
+ "license": "MPL-2.0",
1995
+ "optional": true,
1996
+ "os": [
1997
+ "android"
1998
+ ],
1999
+ "engines": {
2000
+ "node": ">= 12.0.0"
2001
+ },
2002
+ "funding": {
2003
+ "type": "opencollective",
2004
+ "url": "https://opencollective.com/parcel"
2005
+ }
2006
+ },
2007
+ "node_modules/lightningcss-darwin-arm64": {
2008
+ "version": "1.30.2",
2009
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
2010
+ "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
2011
+ "cpu": [
2012
+ "arm64"
2013
+ ],
2014
+ "license": "MPL-2.0",
2015
+ "optional": true,
2016
+ "os": [
2017
+ "darwin"
2018
+ ],
2019
+ "engines": {
2020
+ "node": ">= 12.0.0"
2021
+ },
2022
+ "funding": {
2023
+ "type": "opencollective",
2024
+ "url": "https://opencollective.com/parcel"
2025
+ }
2026
+ },
2027
+ "node_modules/lightningcss-darwin-x64": {
2028
+ "version": "1.30.2",
2029
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
2030
+ "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
2031
+ "cpu": [
2032
+ "x64"
2033
+ ],
2034
+ "license": "MPL-2.0",
2035
+ "optional": true,
2036
+ "os": [
2037
+ "darwin"
2038
+ ],
2039
+ "engines": {
2040
+ "node": ">= 12.0.0"
2041
+ },
2042
+ "funding": {
2043
+ "type": "opencollective",
2044
+ "url": "https://opencollective.com/parcel"
2045
+ }
2046
+ },
2047
+ "node_modules/lightningcss-freebsd-x64": {
2048
+ "version": "1.30.2",
2049
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
2050
+ "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
2051
+ "cpu": [
2052
+ "x64"
2053
+ ],
2054
+ "license": "MPL-2.0",
2055
+ "optional": true,
2056
+ "os": [
2057
+ "freebsd"
2058
+ ],
2059
+ "engines": {
2060
+ "node": ">= 12.0.0"
2061
+ },
2062
+ "funding": {
2063
+ "type": "opencollective",
2064
+ "url": "https://opencollective.com/parcel"
2065
+ }
2066
+ },
2067
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
2068
+ "version": "1.30.2",
2069
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
2070
+ "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
2071
+ "cpu": [
2072
+ "arm"
2073
+ ],
2074
+ "license": "MPL-2.0",
2075
+ "optional": true,
2076
+ "os": [
2077
+ "linux"
2078
+ ],
2079
+ "engines": {
2080
+ "node": ">= 12.0.0"
2081
+ },
2082
+ "funding": {
2083
+ "type": "opencollective",
2084
+ "url": "https://opencollective.com/parcel"
2085
+ }
2086
+ },
2087
+ "node_modules/lightningcss-linux-arm64-gnu": {
2088
+ "version": "1.30.2",
2089
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
2090
+ "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
2091
+ "cpu": [
2092
+ "arm64"
2093
+ ],
2094
+ "license": "MPL-2.0",
2095
+ "optional": true,
2096
+ "os": [
2097
+ "linux"
2098
+ ],
2099
+ "engines": {
2100
+ "node": ">= 12.0.0"
2101
+ },
2102
+ "funding": {
2103
+ "type": "opencollective",
2104
+ "url": "https://opencollective.com/parcel"
2105
+ }
2106
+ },
2107
+ "node_modules/lightningcss-linux-arm64-musl": {
2108
+ "version": "1.30.2",
2109
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
2110
+ "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
2111
+ "cpu": [
2112
+ "arm64"
2113
+ ],
2114
+ "license": "MPL-2.0",
2115
+ "optional": true,
2116
+ "os": [
2117
+ "linux"
2118
+ ],
2119
+ "engines": {
2120
+ "node": ">= 12.0.0"
2121
+ },
2122
+ "funding": {
2123
+ "type": "opencollective",
2124
+ "url": "https://opencollective.com/parcel"
2125
+ }
2126
+ },
2127
+ "node_modules/lightningcss-linux-x64-gnu": {
2128
+ "version": "1.30.2",
2129
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
2130
+ "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
2131
+ "cpu": [
2132
+ "x64"
2133
+ ],
2134
+ "license": "MPL-2.0",
2135
+ "optional": true,
2136
+ "os": [
2137
+ "linux"
2138
+ ],
2139
+ "engines": {
2140
+ "node": ">= 12.0.0"
2141
+ },
2142
+ "funding": {
2143
+ "type": "opencollective",
2144
+ "url": "https://opencollective.com/parcel"
2145
+ }
2146
+ },
2147
+ "node_modules/lightningcss-linux-x64-musl": {
2148
+ "version": "1.30.2",
2149
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
2150
+ "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
2151
+ "cpu": [
2152
+ "x64"
2153
+ ],
2154
+ "license": "MPL-2.0",
2155
+ "optional": true,
2156
+ "os": [
2157
+ "linux"
2158
+ ],
2159
+ "engines": {
2160
+ "node": ">= 12.0.0"
2161
+ },
2162
+ "funding": {
2163
+ "type": "opencollective",
2164
+ "url": "https://opencollective.com/parcel"
2165
+ }
2166
+ },
2167
+ "node_modules/lightningcss-win32-arm64-msvc": {
2168
+ "version": "1.30.2",
2169
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
2170
+ "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
2171
+ "cpu": [
2172
+ "arm64"
2173
+ ],
2174
+ "license": "MPL-2.0",
2175
+ "optional": true,
2176
+ "os": [
2177
+ "win32"
2178
+ ],
2179
+ "engines": {
2180
+ "node": ">= 12.0.0"
2181
+ },
2182
+ "funding": {
2183
+ "type": "opencollective",
2184
+ "url": "https://opencollective.com/parcel"
2185
+ }
2186
+ },
2187
+ "node_modules/lightningcss-win32-x64-msvc": {
2188
+ "version": "1.30.2",
2189
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
2190
+ "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
2191
+ "cpu": [
2192
+ "x64"
2193
+ ],
2194
+ "license": "MPL-2.0",
2195
+ "optional": true,
2196
+ "os": [
2197
+ "win32"
2198
+ ],
2199
+ "engines": {
2200
+ "node": ">= 12.0.0"
2201
+ },
2202
+ "funding": {
2203
+ "type": "opencollective",
2204
+ "url": "https://opencollective.com/parcel"
2205
+ }
2206
+ },
2207
+ "node_modules/lru-cache": {
2208
+ "version": "5.1.1",
2209
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2210
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2211
+ "license": "ISC",
2212
+ "dependencies": {
2213
+ "yallist": "^3.0.2"
2214
+ }
2215
+ },
2216
+ "node_modules/magic-string": {
2217
+ "version": "0.30.21",
2218
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2219
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2220
+ "license": "MIT",
2221
+ "dependencies": {
2222
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2223
+ }
2224
+ },
2225
+ "node_modules/mitt": {
2226
+ "version": "3.0.1",
2227
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
2228
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
2229
+ "license": "MIT"
2230
+ },
2231
+ "node_modules/ms": {
2232
+ "version": "2.1.3",
2233
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2234
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2235
+ "license": "MIT"
2236
+ },
2237
+ "node_modules/nanoid": {
2238
+ "version": "3.3.11",
2239
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2240
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2241
+ "funding": [
2242
+ {
2243
+ "type": "github",
2244
+ "url": "https://github.com/sponsors/ai"
2245
+ }
2246
+ ],
2247
+ "license": "MIT",
2248
+ "bin": {
2249
+ "nanoid": "bin/nanoid.cjs"
2250
+ },
2251
+ "engines": {
2252
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2253
+ }
2254
+ },
2255
+ "node_modules/node-html-parser": {
2256
+ "version": "6.1.13",
2257
+ "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz",
2258
+ "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
2259
+ "license": "MIT",
2260
+ "dependencies": {
2261
+ "css-select": "^5.1.0",
2262
+ "he": "1.2.0"
2263
+ }
2264
+ },
2265
+ "node_modules/node-releases": {
2266
+ "version": "2.0.27",
2267
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2268
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2269
+ "license": "MIT"
2270
+ },
2271
+ "node_modules/nth-check": {
2272
+ "version": "2.1.1",
2273
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
2274
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
2275
+ "license": "BSD-2-Clause",
2276
+ "dependencies": {
2277
+ "boolbase": "^1.0.0"
2278
+ },
2279
+ "funding": {
2280
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
2281
+ }
2282
+ },
2283
+ "node_modules/picocolors": {
2284
+ "version": "1.1.1",
2285
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2286
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2287
+ "license": "ISC"
2288
+ },
2289
+ "node_modules/picomatch": {
2290
+ "version": "2.3.1",
2291
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2292
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2293
+ "license": "MIT",
2294
+ "engines": {
2295
+ "node": ">=8.6"
2296
+ },
2297
+ "funding": {
2298
+ "url": "https://github.com/sponsors/jonschlinkert"
2299
+ }
2300
+ },
2301
+ "node_modules/postcss": {
2302
+ "version": "8.5.6",
2303
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2304
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2305
+ "funding": [
2306
+ {
2307
+ "type": "opencollective",
2308
+ "url": "https://opencollective.com/postcss/"
2309
+ },
2310
+ {
2311
+ "type": "tidelift",
2312
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2313
+ },
2314
+ {
2315
+ "type": "github",
2316
+ "url": "https://github.com/sponsors/ai"
2317
+ }
2318
+ ],
2319
+ "license": "MIT",
2320
+ "dependencies": {
2321
+ "nanoid": "^3.3.11",
2322
+ "picocolors": "^1.1.1",
2323
+ "source-map-js": "^1.2.1"
2324
+ },
2325
+ "engines": {
2326
+ "node": "^10 || ^12 || >=14"
2327
+ }
2328
+ },
2329
+ "node_modules/preact": {
2330
+ "version": "10.28.0",
2331
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.0.tgz",
2332
+ "integrity": "sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA==",
2333
+ "license": "MIT",
2334
+ "funding": {
2335
+ "type": "opencollective",
2336
+ "url": "https://opencollective.com/preact"
2337
+ }
2338
+ },
2339
+ "node_modules/react": {
2340
+ "version": "19.2.3",
2341
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
2342
+ "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
2343
+ "license": "MIT",
2344
+ "engines": {
2345
+ "node": ">=0.10.0"
2346
+ }
2347
+ },
2348
+ "node_modules/react-dom": {
2349
+ "version": "19.2.3",
2350
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
2351
+ "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
2352
+ "license": "MIT",
2353
+ "dependencies": {
2354
+ "scheduler": "^0.27.0"
2355
+ },
2356
+ "peerDependencies": {
2357
+ "react": "^19.2.3"
2358
+ }
2359
+ },
2360
+ "node_modules/react-refresh": {
2361
+ "version": "0.18.0",
2362
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
2363
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
2364
+ "license": "MIT",
2365
+ "engines": {
2366
+ "node": ">=0.10.0"
2367
+ }
2368
+ },
2369
+ "node_modules/regexparam": {
2370
+ "version": "3.0.0",
2371
+ "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz",
2372
+ "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==",
2373
+ "license": "MIT",
2374
+ "engines": {
2375
+ "node": ">=8"
2376
+ }
2377
+ },
2378
+ "node_modules/rollup": {
2379
+ "version": "4.53.5",
2380
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.5.tgz",
2381
+ "integrity": "sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==",
2382
+ "license": "MIT",
2383
+ "dependencies": {
2384
+ "@types/estree": "1.0.8"
2385
+ },
2386
+ "bin": {
2387
+ "rollup": "dist/bin/rollup"
2388
+ },
2389
+ "engines": {
2390
+ "node": ">=18.0.0",
2391
+ "npm": ">=8.0.0"
2392
+ },
2393
+ "optionalDependencies": {
2394
+ "@rollup/rollup-android-arm-eabi": "4.53.5",
2395
+ "@rollup/rollup-android-arm64": "4.53.5",
2396
+ "@rollup/rollup-darwin-arm64": "4.53.5",
2397
+ "@rollup/rollup-darwin-x64": "4.53.5",
2398
+ "@rollup/rollup-freebsd-arm64": "4.53.5",
2399
+ "@rollup/rollup-freebsd-x64": "4.53.5",
2400
+ "@rollup/rollup-linux-arm-gnueabihf": "4.53.5",
2401
+ "@rollup/rollup-linux-arm-musleabihf": "4.53.5",
2402
+ "@rollup/rollup-linux-arm64-gnu": "4.53.5",
2403
+ "@rollup/rollup-linux-arm64-musl": "4.53.5",
2404
+ "@rollup/rollup-linux-loong64-gnu": "4.53.5",
2405
+ "@rollup/rollup-linux-ppc64-gnu": "4.53.5",
2406
+ "@rollup/rollup-linux-riscv64-gnu": "4.53.5",
2407
+ "@rollup/rollup-linux-riscv64-musl": "4.53.5",
2408
+ "@rollup/rollup-linux-s390x-gnu": "4.53.5",
2409
+ "@rollup/rollup-linux-x64-gnu": "4.53.5",
2410
+ "@rollup/rollup-linux-x64-musl": "4.53.5",
2411
+ "@rollup/rollup-openharmony-arm64": "4.53.5",
2412
+ "@rollup/rollup-win32-arm64-msvc": "4.53.5",
2413
+ "@rollup/rollup-win32-ia32-msvc": "4.53.5",
2414
+ "@rollup/rollup-win32-x64-gnu": "4.53.5",
2415
+ "@rollup/rollup-win32-x64-msvc": "4.53.5",
2416
+ "fsevents": "~2.3.2"
2417
+ }
2418
+ },
2419
+ "node_modules/scheduler": {
2420
+ "version": "0.27.0",
2421
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2422
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2423
+ "license": "MIT"
2424
+ },
2425
+ "node_modules/semver": {
2426
+ "version": "6.3.1",
2427
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2428
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2429
+ "license": "ISC",
2430
+ "bin": {
2431
+ "semver": "bin/semver.js"
2432
+ }
2433
+ },
2434
+ "node_modules/simple-code-frame": {
2435
+ "version": "1.3.0",
2436
+ "resolved": "https://registry.npmjs.org/simple-code-frame/-/simple-code-frame-1.3.0.tgz",
2437
+ "integrity": "sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==",
2438
+ "license": "MIT",
2439
+ "dependencies": {
2440
+ "kolorist": "^1.6.0"
2441
+ }
2442
+ },
2443
+ "node_modules/source-map": {
2444
+ "version": "0.7.6",
2445
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
2446
+ "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
2447
+ "license": "BSD-3-Clause",
2448
+ "engines": {
2449
+ "node": ">= 12"
2450
+ }
2451
+ },
2452
+ "node_modules/source-map-js": {
2453
+ "version": "1.2.1",
2454
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2455
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2456
+ "license": "BSD-3-Clause",
2457
+ "engines": {
2458
+ "node": ">=0.10.0"
2459
+ }
2460
+ },
2461
+ "node_modules/stack-trace": {
2462
+ "version": "1.0.0-pre2",
2463
+ "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-1.0.0-pre2.tgz",
2464
+ "integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==",
2465
+ "license": "MIT",
2466
+ "engines": {
2467
+ "node": ">=16"
2468
+ }
2469
+ },
2470
+ "node_modules/tailwindcss": {
2471
+ "version": "4.1.18",
2472
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
2473
+ "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
2474
+ "dev": true,
2475
+ "license": "MIT"
2476
+ },
2477
+ "node_modules/tapable": {
2478
+ "version": "2.3.0",
2479
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
2480
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
2481
+ "dev": true,
2482
+ "license": "MIT",
2483
+ "engines": {
2484
+ "node": ">=6"
2485
+ },
2486
+ "funding": {
2487
+ "type": "opencollective",
2488
+ "url": "https://opencollective.com/webpack"
2489
+ }
2490
+ },
2491
+ "node_modules/tinyglobby": {
2492
+ "version": "0.2.15",
2493
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2494
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2495
+ "license": "MIT",
2496
+ "dependencies": {
2497
+ "fdir": "^6.5.0",
2498
+ "picomatch": "^4.0.3"
2499
+ },
2500
+ "engines": {
2501
+ "node": ">=12.0.0"
2502
+ },
2503
+ "funding": {
2504
+ "url": "https://github.com/sponsors/SuperchupuDev"
2505
+ }
2506
+ },
2507
+ "node_modules/tinyglobby/node_modules/fdir": {
2508
+ "version": "6.5.0",
2509
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2510
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2511
+ "license": "MIT",
2512
+ "engines": {
2513
+ "node": ">=12.0.0"
2514
+ },
2515
+ "peerDependencies": {
2516
+ "picomatch": "^3 || ^4"
2517
+ },
2518
+ "peerDependenciesMeta": {
2519
+ "picomatch": {
2520
+ "optional": true
2521
+ }
2522
+ }
2523
+ },
2524
+ "node_modules/tinyglobby/node_modules/picomatch": {
2525
+ "version": "4.0.3",
2526
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2527
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2528
+ "license": "MIT",
2529
+ "engines": {
2530
+ "node": ">=12"
2531
+ },
2532
+ "funding": {
2533
+ "url": "https://github.com/sponsors/jonschlinkert"
2534
+ }
2535
+ },
2536
+ "node_modules/typescript": {
2537
+ "version": "5.9.3",
2538
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2539
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2540
+ "dev": true,
2541
+ "license": "Apache-2.0",
2542
+ "bin": {
2543
+ "tsc": "bin/tsc",
2544
+ "tsserver": "bin/tsserver"
2545
+ },
2546
+ "engines": {
2547
+ "node": ">=14.17"
2548
+ }
2549
+ },
2550
+ "node_modules/update-browserslist-db": {
2551
+ "version": "1.2.2",
2552
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
2553
+ "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
2554
+ "funding": [
2555
+ {
2556
+ "type": "opencollective",
2557
+ "url": "https://opencollective.com/browserslist"
2558
+ },
2559
+ {
2560
+ "type": "tidelift",
2561
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2562
+ },
2563
+ {
2564
+ "type": "github",
2565
+ "url": "https://github.com/sponsors/ai"
2566
+ }
2567
+ ],
2568
+ "license": "MIT",
2569
+ "dependencies": {
2570
+ "escalade": "^3.2.0",
2571
+ "picocolors": "^1.1.1"
2572
+ },
2573
+ "bin": {
2574
+ "update-browserslist-db": "cli.js"
2575
+ },
2576
+ "peerDependencies": {
2577
+ "browserslist": ">= 4.21.0"
2578
+ }
2579
+ },
2580
+ "node_modules/use-sync-external-store": {
2581
+ "version": "1.6.0",
2582
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
2583
+ "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
2584
+ "license": "MIT",
2585
+ "peerDependencies": {
2586
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2587
+ }
2588
+ },
2589
+ "node_modules/vite": {
2590
+ "version": "7.3.0",
2591
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz",
2592
+ "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
2593
+ "license": "MIT",
2594
+ "dependencies": {
2595
+ "esbuild": "^0.27.0",
2596
+ "fdir": "^6.5.0",
2597
+ "picomatch": "^4.0.3",
2598
+ "postcss": "^8.5.6",
2599
+ "rollup": "^4.43.0",
2600
+ "tinyglobby": "^0.2.15"
2601
+ },
2602
+ "bin": {
2603
+ "vite": "bin/vite.js"
2604
+ },
2605
+ "engines": {
2606
+ "node": "^20.19.0 || >=22.12.0"
2607
+ },
2608
+ "funding": {
2609
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2610
+ },
2611
+ "optionalDependencies": {
2612
+ "fsevents": "~2.3.3"
2613
+ },
2614
+ "peerDependencies": {
2615
+ "@types/node": "^20.19.0 || >=22.12.0",
2616
+ "jiti": ">=1.21.0",
2617
+ "less": "^4.0.0",
2618
+ "lightningcss": "^1.21.0",
2619
+ "sass": "^1.70.0",
2620
+ "sass-embedded": "^1.70.0",
2621
+ "stylus": ">=0.54.8",
2622
+ "sugarss": "^5.0.0",
2623
+ "terser": "^5.16.0",
2624
+ "tsx": "^4.8.1",
2625
+ "yaml": "^2.4.2"
2626
+ },
2627
+ "peerDependenciesMeta": {
2628
+ "@types/node": {
2629
+ "optional": true
2630
+ },
2631
+ "jiti": {
2632
+ "optional": true
2633
+ },
2634
+ "less": {
2635
+ "optional": true
2636
+ },
2637
+ "lightningcss": {
2638
+ "optional": true
2639
+ },
2640
+ "sass": {
2641
+ "optional": true
2642
+ },
2643
+ "sass-embedded": {
2644
+ "optional": true
2645
+ },
2646
+ "stylus": {
2647
+ "optional": true
2648
+ },
2649
+ "sugarss": {
2650
+ "optional": true
2651
+ },
2652
+ "terser": {
2653
+ "optional": true
2654
+ },
2655
+ "tsx": {
2656
+ "optional": true
2657
+ },
2658
+ "yaml": {
2659
+ "optional": true
2660
+ }
2661
+ }
2662
+ },
2663
+ "node_modules/vite-prerender-plugin": {
2664
+ "version": "0.5.12",
2665
+ "resolved": "https://registry.npmjs.org/vite-prerender-plugin/-/vite-prerender-plugin-0.5.12.tgz",
2666
+ "integrity": "sha512-EiwhbMn+flg14EysbLTmZSzq8NGTxhytgK3bf4aGRF1evWLGwZiHiUJ1KZDvbxgKbMf2pG6fJWGEa3UZXOnR1g==",
2667
+ "license": "MIT",
2668
+ "dependencies": {
2669
+ "kolorist": "^1.8.0",
2670
+ "magic-string": "0.x >= 0.26.0",
2671
+ "node-html-parser": "^6.1.12",
2672
+ "simple-code-frame": "^1.3.0",
2673
+ "source-map": "^0.7.4",
2674
+ "stack-trace": "^1.0.0-pre2"
2675
+ },
2676
+ "peerDependencies": {
2677
+ "vite": "5.x || 6.x || 7.x"
2678
+ }
2679
+ },
2680
+ "node_modules/vite/node_modules/fdir": {
2681
+ "version": "6.5.0",
2682
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2683
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2684
+ "license": "MIT",
2685
+ "engines": {
2686
+ "node": ">=12.0.0"
2687
+ },
2688
+ "peerDependencies": {
2689
+ "picomatch": "^3 || ^4"
2690
+ },
2691
+ "peerDependenciesMeta": {
2692
+ "picomatch": {
2693
+ "optional": true
2694
+ }
2695
+ }
2696
+ },
2697
+ "node_modules/vite/node_modules/picomatch": {
2698
+ "version": "4.0.3",
2699
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2700
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2701
+ "license": "MIT",
2702
+ "engines": {
2703
+ "node": ">=12"
2704
+ },
2705
+ "funding": {
2706
+ "url": "https://github.com/sponsors/jonschlinkert"
2707
+ }
2708
+ },
2709
+ "node_modules/wouter": {
2710
+ "version": "3.8.1",
2711
+ "resolved": "https://registry.npmjs.org/wouter/-/wouter-3.8.1.tgz",
2712
+ "integrity": "sha512-4rIFV23qZqFMfiZ2jrLPsABULZGyogmU8TRWN3jJoPa+8izkQcWQ6zV5ZJFp/Ky9D6Zpt1mOHOqL9FHbOO3DNA==",
2713
+ "license": "Unlicense",
2714
+ "dependencies": {
2715
+ "mitt": "^3.0.1",
2716
+ "regexparam": "^3.0.0",
2717
+ "use-sync-external-store": "^1.0.0"
2718
+ },
2719
+ "peerDependencies": {
2720
+ "react": ">=16.8.0"
2721
+ }
2722
+ },
2723
+ "node_modules/yallist": {
2724
+ "version": "3.1.1",
2725
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2726
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2727
+ "license": "ISC"
2728
+ }
2729
+ }
2730
+ }