tailvars 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1042 +1,1079 @@
1
1
  {
2
- "name": "docs",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "docs",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "lit": "^3.3.1",
12
- "tailvars": "file:.."
13
- },
14
- "devDependencies": {
15
- "@fontsource/vt323": "^5.2.7",
16
- "postcss-custom-media": "^12.0.1",
17
- "vite": "^8.0.0-beta.13"
18
- }
19
- },
20
- "..": {
21
- "version": "1.1.2",
22
- "license": "MIT",
23
- "devDependencies": {
24
- "lightningcss-cli": "^1.31.1"
25
- }
26
- },
27
- "node_modules/@csstools/cascade-layer-name-parser": {
28
- "version": "3.0.0",
29
- "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-3.0.0.tgz",
30
- "integrity": "sha512-/3iksyevwRfSJx5yH0RkcrcYXwuhMQx3Juqf40t97PeEy2/Mz2TItZ/z/216qpe4GgOyFBP8MKIwVvytzHmfIQ==",
31
- "dev": true,
32
- "funding": [
33
- {
34
- "type": "github",
35
- "url": "https://github.com/sponsors/csstools"
36
- },
37
- {
38
- "type": "opencollective",
39
- "url": "https://opencollective.com/csstools"
40
- }
41
- ],
42
- "license": "MIT",
43
- "engines": {
44
- "node": ">=20.19.0"
45
- },
46
- "peerDependencies": {
47
- "@csstools/css-parser-algorithms": "^4.0.0",
48
- "@csstools/css-tokenizer": "^4.0.0"
49
- }
50
- },
51
- "node_modules/@csstools/css-parser-algorithms": {
52
- "version": "4.0.0",
53
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
54
- "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
55
- "dev": true,
56
- "funding": [
57
- {
58
- "type": "github",
59
- "url": "https://github.com/sponsors/csstools"
60
- },
61
- {
62
- "type": "opencollective",
63
- "url": "https://opencollective.com/csstools"
64
- }
65
- ],
66
- "license": "MIT",
67
- "engines": {
68
- "node": ">=20.19.0"
69
- },
70
- "peerDependencies": {
71
- "@csstools/css-tokenizer": "^4.0.0"
72
- }
73
- },
74
- "node_modules/@csstools/css-tokenizer": {
75
- "version": "4.0.0",
76
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
77
- "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
78
- "dev": true,
79
- "funding": [
80
- {
81
- "type": "github",
82
- "url": "https://github.com/sponsors/csstools"
83
- },
84
- {
85
- "type": "opencollective",
86
- "url": "https://opencollective.com/csstools"
87
- }
88
- ],
89
- "license": "MIT",
90
- "engines": {
91
- "node": ">=20.19.0"
92
- }
93
- },
94
- "node_modules/@csstools/media-query-list-parser": {
95
- "version": "5.0.0",
96
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
97
- "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
98
- "dev": true,
99
- "funding": [
100
- {
101
- "type": "github",
102
- "url": "https://github.com/sponsors/csstools"
103
- },
104
- {
105
- "type": "opencollective",
106
- "url": "https://opencollective.com/csstools"
107
- }
108
- ],
109
- "license": "MIT",
110
- "engines": {
111
- "node": ">=20.19.0"
112
- },
113
- "peerDependencies": {
114
- "@csstools/css-parser-algorithms": "^4.0.0",
115
- "@csstools/css-tokenizer": "^4.0.0"
116
- }
117
- },
118
- "node_modules/@emnapi/core": {
119
- "version": "1.8.1",
120
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
121
- "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
122
- "dev": true,
123
- "license": "MIT",
124
- "optional": true,
125
- "dependencies": {
126
- "@emnapi/wasi-threads": "1.1.0",
127
- "tslib": "^2.4.0"
128
- }
129
- },
130
- "node_modules/@emnapi/runtime": {
131
- "version": "1.8.1",
132
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
133
- "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
134
- "dev": true,
135
- "license": "MIT",
136
- "optional": true,
137
- "dependencies": {
138
- "tslib": "^2.4.0"
139
- }
140
- },
141
- "node_modules/@emnapi/wasi-threads": {
142
- "version": "1.1.0",
143
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
144
- "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
145
- "dev": true,
146
- "license": "MIT",
147
- "optional": true,
148
- "dependencies": {
149
- "tslib": "^2.4.0"
150
- }
151
- },
152
- "node_modules/@fontsource/vt323": {
153
- "version": "5.2.7",
154
- "resolved": "https://registry.npmjs.org/@fontsource/vt323/-/vt323-5.2.7.tgz",
155
- "integrity": "sha512-8JTMM23vMhQxin9Cn/ijty8cNwXW4INrln0VAJ2227Rz0CVfkzM3qr3l/CqudZJ6BXCnbCGUTdf2ym3cTNex8A==",
156
- "dev": true,
157
- "license": "OFL-1.1",
158
- "funding": {
159
- "url": "https://github.com/sponsors/ayuhito"
160
- }
161
- },
162
- "node_modules/@lit-labs/ssr-dom-shim": {
163
- "version": "1.5.1",
164
- "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.5.1.tgz",
165
- "integrity": "sha512-Aou5UdlSpr5whQe8AA/bZG0jMj96CoJIWbGfZ91qieWu5AWUMKw8VR/pAkQkJYvBNhmCcWnZlyyk5oze8JIqYA==",
166
- "license": "BSD-3-Clause"
167
- },
168
- "node_modules/@lit/reactive-element": {
169
- "version": "2.1.2",
170
- "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.2.tgz",
171
- "integrity": "sha512-pbCDiVMnne1lYUIaYNN5wrwQXDtHaYtg7YEFPeW+hws6U47WeFvISGUWekPGKWOP1ygrs0ef0o1VJMk1exos5A==",
172
- "license": "BSD-3-Clause",
173
- "dependencies": {
174
- "@lit-labs/ssr-dom-shim": "^1.5.0"
175
- }
176
- },
177
- "node_modules/@napi-rs/wasm-runtime": {
178
- "version": "1.1.1",
179
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
180
- "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
181
- "dev": true,
182
- "license": "MIT",
183
- "optional": true,
184
- "dependencies": {
185
- "@emnapi/core": "^1.7.1",
186
- "@emnapi/runtime": "^1.7.1",
187
- "@tybys/wasm-util": "^0.10.1"
188
- },
189
- "funding": {
190
- "type": "github",
191
- "url": "https://github.com/sponsors/Brooooooklyn"
192
- }
193
- },
194
- "node_modules/@oxc-project/runtime": {
195
- "version": "0.114.0",
196
- "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.114.0.tgz",
197
- "integrity": "sha512-mVGQvr/uFJGQ3hsvgQ1sJfh79t5owyZZZtw+VaH+WhtvsmtgjT6imznB9sz2Q67Q0/4obM9mOOtQscU4aJteSg==",
198
- "dev": true,
199
- "license": "MIT",
200
- "engines": {
201
- "node": "^20.19.0 || >=22.12.0"
202
- }
203
- },
204
- "node_modules/@oxc-project/types": {
205
- "version": "0.114.0",
206
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.114.0.tgz",
207
- "integrity": "sha512-//nBfbzHQHvJs8oFIjv6coZ6uxQ4alLfiPe6D5vit6c4pmxATHHlVwgB1k+Hv4yoAMyncdxgRBF5K4BYWUCzvA==",
208
- "dev": true,
209
- "license": "MIT",
210
- "funding": {
211
- "url": "https://github.com/sponsors/Boshen"
212
- }
213
- },
214
- "node_modules/@rolldown/binding-android-arm64": {
215
- "version": "1.0.0-rc.5",
216
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.5.tgz",
217
- "integrity": "sha512-zCEmUrt1bggwgBgeKLxNj217J1OrChrp3jJt24VK9jAharSTeVaHODNL+LpcQVhRz+FktYWfT9cjo5oZ99ZLpg==",
218
- "cpu": [
219
- "arm64"
220
- ],
221
- "dev": true,
222
- "license": "MIT",
223
- "optional": true,
224
- "os": [
225
- "android"
226
- ],
227
- "engines": {
228
- "node": "^20.19.0 || >=22.12.0"
229
- }
230
- },
231
- "node_modules/@rolldown/binding-darwin-arm64": {
232
- "version": "1.0.0-rc.5",
233
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.5.tgz",
234
- "integrity": "sha512-ZP9xb9lPAex36pvkNWCjSEJW/Gfdm9I3ssiqOFLmpZ/vosPXgpoGxCmh+dX1Qs+/bWQE6toNFXWWL8vYoKoK9Q==",
235
- "cpu": [
236
- "arm64"
237
- ],
238
- "dev": true,
239
- "license": "MIT",
240
- "optional": true,
241
- "os": [
242
- "darwin"
243
- ],
244
- "engines": {
245
- "node": "^20.19.0 || >=22.12.0"
246
- }
247
- },
248
- "node_modules/@rolldown/binding-darwin-x64": {
249
- "version": "1.0.0-rc.5",
250
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.5.tgz",
251
- "integrity": "sha512-7IdrPunf6dp9mywMgTOKMMGDnMHQ6+h5gRl6LW8rhD8WK2kXX0IwzcM5Zc0B5J7xQs8QWOlKjv8BJsU/1CD3pg==",
252
- "cpu": [
253
- "x64"
254
- ],
255
- "dev": true,
256
- "license": "MIT",
257
- "optional": true,
258
- "os": [
259
- "darwin"
260
- ],
261
- "engines": {
262
- "node": "^20.19.0 || >=22.12.0"
263
- }
264
- },
265
- "node_modules/@rolldown/binding-freebsd-x64": {
266
- "version": "1.0.0-rc.5",
267
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.5.tgz",
268
- "integrity": "sha512-o/JCk+dL0IN68EBhZ4DqfsfvxPfMeoM6cJtxORC1YYoxGHZyth2Kb2maXDb4oddw2wu8iIbnYXYPEzBtAF5CAg==",
269
- "cpu": [
270
- "x64"
271
- ],
272
- "dev": true,
273
- "license": "MIT",
274
- "optional": true,
275
- "os": [
276
- "freebsd"
277
- ],
278
- "engines": {
279
- "node": "^20.19.0 || >=22.12.0"
280
- }
281
- },
282
- "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
283
- "version": "1.0.0-rc.5",
284
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.5.tgz",
285
- "integrity": "sha512-IIBwTtA6VwxQLcEgq2mfrUgam7VvPZjhd/jxmeS1npM+edWsrrpRLHUdze+sk4rhb8/xpP3flemgcZXXUW6ukw==",
286
- "cpu": [
287
- "arm"
288
- ],
289
- "dev": true,
290
- "license": "MIT",
291
- "optional": true,
292
- "os": [
293
- "linux"
294
- ],
295
- "engines": {
296
- "node": "^20.19.0 || >=22.12.0"
297
- }
298
- },
299
- "node_modules/@rolldown/binding-linux-arm64-gnu": {
300
- "version": "1.0.0-rc.5",
301
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.5.tgz",
302
- "integrity": "sha512-KSol1De1spMZL+Xg7K5IBWXIvRWv7+pveaxFWXpezezAG7CS6ojzRjtCGCiLxQricutTAi/LkNWKMsd2wNhMKQ==",
303
- "cpu": [
304
- "arm64"
305
- ],
306
- "dev": true,
307
- "license": "MIT",
308
- "optional": true,
309
- "os": [
310
- "linux"
311
- ],
312
- "engines": {
313
- "node": "^20.19.0 || >=22.12.0"
314
- }
315
- },
316
- "node_modules/@rolldown/binding-linux-arm64-musl": {
317
- "version": "1.0.0-rc.5",
318
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.5.tgz",
319
- "integrity": "sha512-WFljyDkxtXRlWxMjxeegf7xMYXxUr8u7JdXlOEWKYgDqEgxUnSEsVDxBiNWQ1D5kQKwf8Wo4sVKEYPRhCdsjwA==",
320
- "cpu": [
321
- "arm64"
322
- ],
323
- "dev": true,
324
- "license": "MIT",
325
- "optional": true,
326
- "os": [
327
- "linux"
328
- ],
329
- "engines": {
330
- "node": "^20.19.0 || >=22.12.0"
331
- }
332
- },
333
- "node_modules/@rolldown/binding-linux-x64-gnu": {
334
- "version": "1.0.0-rc.5",
335
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.5.tgz",
336
- "integrity": "sha512-CUlplTujmbDWp2gamvrqVKi2Or8lmngXT1WxsizJfts7JrvfGhZObciaY/+CbdbS9qNnskvwMZNEhTPrn7b+WA==",
337
- "cpu": [
338
- "x64"
339
- ],
340
- "dev": true,
341
- "license": "MIT",
342
- "optional": true,
343
- "os": [
344
- "linux"
345
- ],
346
- "engines": {
347
- "node": "^20.19.0 || >=22.12.0"
348
- }
349
- },
350
- "node_modules/@rolldown/binding-linux-x64-musl": {
351
- "version": "1.0.0-rc.5",
352
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.5.tgz",
353
- "integrity": "sha512-wdf7g9NbVZCeAo2iGhsjJb7I8ZFfs6X8bumfrWg82VK+8P6AlLXwk48a1ASiJQDTS7Svq2xVzZg3sGO2aXpHRA==",
354
- "cpu": [
355
- "x64"
356
- ],
357
- "dev": true,
358
- "license": "MIT",
359
- "optional": true,
360
- "os": [
361
- "linux"
362
- ],
363
- "engines": {
364
- "node": "^20.19.0 || >=22.12.0"
365
- }
366
- },
367
- "node_modules/@rolldown/binding-openharmony-arm64": {
368
- "version": "1.0.0-rc.5",
369
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.5.tgz",
370
- "integrity": "sha512-0CWY7ubu12nhzz+tkpHjoG3IRSTlWYe0wrfJRf4qqjqQSGtAYgoL9kwzdvlhaFdZ5ffVeyYw9qLsChcjUMEloQ==",
371
- "cpu": [
372
- "arm64"
373
- ],
374
- "dev": true,
375
- "license": "MIT",
376
- "optional": true,
377
- "os": [
378
- "openharmony"
379
- ],
380
- "engines": {
381
- "node": "^20.19.0 || >=22.12.0"
382
- }
383
- },
384
- "node_modules/@rolldown/binding-wasm32-wasi": {
385
- "version": "1.0.0-rc.5",
386
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.5.tgz",
387
- "integrity": "sha512-LztXnGzv6t2u830mnZrFLRVqT/DPJ9DL4ZTz/y93rqUVkeHjMMYIYaFj+BUthiYxbVH9dH0SZYufETspKY/NhA==",
388
- "cpu": [
389
- "wasm32"
390
- ],
391
- "dev": true,
392
- "license": "MIT",
393
- "optional": true,
394
- "dependencies": {
395
- "@napi-rs/wasm-runtime": "^1.1.1"
396
- },
397
- "engines": {
398
- "node": ">=14.0.0"
399
- }
400
- },
401
- "node_modules/@rolldown/binding-win32-arm64-msvc": {
402
- "version": "1.0.0-rc.5",
403
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.5.tgz",
404
- "integrity": "sha512-jUct1XVeGtyjqJXEAfvdFa8xoigYZ2rge7nYEm70ppQxpfH9ze2fbIrpHmP2tNM2vL/F6Dd0CpXhpjPbC6bSxQ==",
405
- "cpu": [
406
- "arm64"
407
- ],
408
- "dev": true,
409
- "license": "MIT",
410
- "optional": true,
411
- "os": [
412
- "win32"
413
- ],
414
- "engines": {
415
- "node": "^20.19.0 || >=22.12.0"
416
- }
417
- },
418
- "node_modules/@rolldown/binding-win32-x64-msvc": {
419
- "version": "1.0.0-rc.5",
420
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.5.tgz",
421
- "integrity": "sha512-VQ8F9ld5gw29epjnVGdrx8ugiLTe8BMqmhDYy7nGbdeDo4HAt4bgdZvLbViEhg7DZyHLpiEUlO5/jPSUrIuxRQ==",
422
- "cpu": [
423
- "x64"
424
- ],
425
- "dev": true,
426
- "license": "MIT",
427
- "optional": true,
428
- "os": [
429
- "win32"
430
- ],
431
- "engines": {
432
- "node": "^20.19.0 || >=22.12.0"
433
- }
434
- },
435
- "node_modules/@rolldown/pluginutils": {
436
- "version": "1.0.0-rc.5",
437
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.5.tgz",
438
- "integrity": "sha512-RxlLX/DPoarZ9PtxVrQgZhPoor987YtKQqCo5zkjX+0S0yLJ7Vv515Wk6+xtTL67VONKJKxETWZwuZjss2idYw==",
439
- "dev": true,
440
- "license": "MIT"
441
- },
442
- "node_modules/@tybys/wasm-util": {
443
- "version": "0.10.1",
444
- "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
445
- "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
446
- "dev": true,
447
- "license": "MIT",
448
- "optional": true,
449
- "dependencies": {
450
- "tslib": "^2.4.0"
451
- }
452
- },
453
- "node_modules/@types/trusted-types": {
454
- "version": "2.0.7",
455
- "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
456
- "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
457
- "license": "MIT"
458
- },
459
- "node_modules/detect-libc": {
460
- "version": "2.1.2",
461
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
462
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
463
- "dev": true,
464
- "license": "Apache-2.0",
465
- "engines": {
466
- "node": ">=8"
467
- }
468
- },
469
- "node_modules/fdir": {
470
- "version": "6.5.0",
471
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
472
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
473
- "dev": true,
474
- "license": "MIT",
475
- "engines": {
476
- "node": ">=12.0.0"
477
- },
478
- "peerDependencies": {
479
- "picomatch": "^3 || ^4"
480
- },
481
- "peerDependenciesMeta": {
482
- "picomatch": {
483
- "optional": true
484
- }
485
- }
486
- },
487
- "node_modules/fsevents": {
488
- "version": "2.3.3",
489
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
490
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
491
- "dev": true,
492
- "hasInstallScript": true,
493
- "license": "MIT",
494
- "optional": true,
495
- "os": [
496
- "darwin"
497
- ],
498
- "engines": {
499
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
500
- }
501
- },
502
- "node_modules/lightningcss": {
503
- "version": "1.31.1",
504
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
505
- "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
506
- "dev": true,
507
- "license": "MPL-2.0",
508
- "dependencies": {
509
- "detect-libc": "^2.0.3"
510
- },
511
- "engines": {
512
- "node": ">= 12.0.0"
513
- },
514
- "funding": {
515
- "type": "opencollective",
516
- "url": "https://opencollective.com/parcel"
517
- },
518
- "optionalDependencies": {
519
- "lightningcss-android-arm64": "1.31.1",
520
- "lightningcss-darwin-arm64": "1.31.1",
521
- "lightningcss-darwin-x64": "1.31.1",
522
- "lightningcss-freebsd-x64": "1.31.1",
523
- "lightningcss-linux-arm-gnueabihf": "1.31.1",
524
- "lightningcss-linux-arm64-gnu": "1.31.1",
525
- "lightningcss-linux-arm64-musl": "1.31.1",
526
- "lightningcss-linux-x64-gnu": "1.31.1",
527
- "lightningcss-linux-x64-musl": "1.31.1",
528
- "lightningcss-win32-arm64-msvc": "1.31.1",
529
- "lightningcss-win32-x64-msvc": "1.31.1"
530
- }
531
- },
532
- "node_modules/lightningcss-android-arm64": {
533
- "version": "1.31.1",
534
- "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
535
- "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
536
- "cpu": [
537
- "arm64"
538
- ],
539
- "dev": true,
540
- "license": "MPL-2.0",
541
- "optional": true,
542
- "os": [
543
- "android"
544
- ],
545
- "engines": {
546
- "node": ">= 12.0.0"
547
- },
548
- "funding": {
549
- "type": "opencollective",
550
- "url": "https://opencollective.com/parcel"
551
- }
552
- },
553
- "node_modules/lightningcss-darwin-arm64": {
554
- "version": "1.31.1",
555
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
556
- "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
557
- "cpu": [
558
- "arm64"
559
- ],
560
- "dev": true,
561
- "license": "MPL-2.0",
562
- "optional": true,
563
- "os": [
564
- "darwin"
565
- ],
566
- "engines": {
567
- "node": ">= 12.0.0"
568
- },
569
- "funding": {
570
- "type": "opencollective",
571
- "url": "https://opencollective.com/parcel"
572
- }
573
- },
574
- "node_modules/lightningcss-darwin-x64": {
575
- "version": "1.31.1",
576
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
577
- "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
578
- "cpu": [
579
- "x64"
580
- ],
581
- "dev": true,
582
- "license": "MPL-2.0",
583
- "optional": true,
584
- "os": [
585
- "darwin"
586
- ],
587
- "engines": {
588
- "node": ">= 12.0.0"
589
- },
590
- "funding": {
591
- "type": "opencollective",
592
- "url": "https://opencollective.com/parcel"
593
- }
594
- },
595
- "node_modules/lightningcss-freebsd-x64": {
596
- "version": "1.31.1",
597
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
598
- "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
599
- "cpu": [
600
- "x64"
601
- ],
602
- "dev": true,
603
- "license": "MPL-2.0",
604
- "optional": true,
605
- "os": [
606
- "freebsd"
607
- ],
608
- "engines": {
609
- "node": ">= 12.0.0"
610
- },
611
- "funding": {
612
- "type": "opencollective",
613
- "url": "https://opencollective.com/parcel"
614
- }
615
- },
616
- "node_modules/lightningcss-linux-arm-gnueabihf": {
617
- "version": "1.31.1",
618
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
619
- "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
620
- "cpu": [
621
- "arm"
622
- ],
623
- "dev": true,
624
- "license": "MPL-2.0",
625
- "optional": true,
626
- "os": [
627
- "linux"
628
- ],
629
- "engines": {
630
- "node": ">= 12.0.0"
631
- },
632
- "funding": {
633
- "type": "opencollective",
634
- "url": "https://opencollective.com/parcel"
635
- }
636
- },
637
- "node_modules/lightningcss-linux-arm64-gnu": {
638
- "version": "1.31.1",
639
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
640
- "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
641
- "cpu": [
642
- "arm64"
643
- ],
644
- "dev": true,
645
- "license": "MPL-2.0",
646
- "optional": true,
647
- "os": [
648
- "linux"
649
- ],
650
- "engines": {
651
- "node": ">= 12.0.0"
652
- },
653
- "funding": {
654
- "type": "opencollective",
655
- "url": "https://opencollective.com/parcel"
656
- }
657
- },
658
- "node_modules/lightningcss-linux-arm64-musl": {
659
- "version": "1.31.1",
660
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
661
- "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
662
- "cpu": [
663
- "arm64"
664
- ],
665
- "dev": true,
666
- "license": "MPL-2.0",
667
- "optional": true,
668
- "os": [
669
- "linux"
670
- ],
671
- "engines": {
672
- "node": ">= 12.0.0"
673
- },
674
- "funding": {
675
- "type": "opencollective",
676
- "url": "https://opencollective.com/parcel"
677
- }
678
- },
679
- "node_modules/lightningcss-linux-x64-gnu": {
680
- "version": "1.31.1",
681
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
682
- "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
683
- "cpu": [
684
- "x64"
685
- ],
686
- "dev": true,
687
- "license": "MPL-2.0",
688
- "optional": true,
689
- "os": [
690
- "linux"
691
- ],
692
- "engines": {
693
- "node": ">= 12.0.0"
694
- },
695
- "funding": {
696
- "type": "opencollective",
697
- "url": "https://opencollective.com/parcel"
698
- }
699
- },
700
- "node_modules/lightningcss-linux-x64-musl": {
701
- "version": "1.31.1",
702
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
703
- "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
704
- "cpu": [
705
- "x64"
706
- ],
707
- "dev": true,
708
- "license": "MPL-2.0",
709
- "optional": true,
710
- "os": [
711
- "linux"
712
- ],
713
- "engines": {
714
- "node": ">= 12.0.0"
715
- },
716
- "funding": {
717
- "type": "opencollective",
718
- "url": "https://opencollective.com/parcel"
719
- }
720
- },
721
- "node_modules/lightningcss-win32-arm64-msvc": {
722
- "version": "1.31.1",
723
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
724
- "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
725
- "cpu": [
726
- "arm64"
727
- ],
728
- "dev": true,
729
- "license": "MPL-2.0",
730
- "optional": true,
731
- "os": [
732
- "win32"
733
- ],
734
- "engines": {
735
- "node": ">= 12.0.0"
736
- },
737
- "funding": {
738
- "type": "opencollective",
739
- "url": "https://opencollective.com/parcel"
740
- }
741
- },
742
- "node_modules/lightningcss-win32-x64-msvc": {
743
- "version": "1.31.1",
744
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
745
- "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
746
- "cpu": [
747
- "x64"
748
- ],
749
- "dev": true,
750
- "license": "MPL-2.0",
751
- "optional": true,
752
- "os": [
753
- "win32"
754
- ],
755
- "engines": {
756
- "node": ">= 12.0.0"
757
- },
758
- "funding": {
759
- "type": "opencollective",
760
- "url": "https://opencollective.com/parcel"
761
- }
762
- },
763
- "node_modules/lit": {
764
- "version": "3.3.2",
765
- "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz",
766
- "integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==",
767
- "license": "BSD-3-Clause",
768
- "dependencies": {
769
- "@lit/reactive-element": "^2.1.0",
770
- "lit-element": "^4.2.0",
771
- "lit-html": "^3.3.0"
772
- }
773
- },
774
- "node_modules/lit-element": {
775
- "version": "4.2.2",
776
- "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.2.2.tgz",
777
- "integrity": "sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w==",
778
- "license": "BSD-3-Clause",
779
- "dependencies": {
780
- "@lit-labs/ssr-dom-shim": "^1.5.0",
781
- "@lit/reactive-element": "^2.1.0",
782
- "lit-html": "^3.3.0"
783
- }
784
- },
785
- "node_modules/lit-html": {
786
- "version": "3.3.2",
787
- "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.3.2.tgz",
788
- "integrity": "sha512-Qy9hU88zcmaxBXcc10ZpdK7cOLXvXpRoBxERdtqV9QOrfpMZZ6pSYP91LhpPtap3sFMUiL7Tw2RImbe0Al2/kw==",
789
- "license": "BSD-3-Clause",
790
- "dependencies": {
791
- "@types/trusted-types": "^2.0.2"
792
- }
793
- },
794
- "node_modules/nanoid": {
795
- "version": "3.3.11",
796
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
797
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
798
- "dev": true,
799
- "funding": [
800
- {
801
- "type": "github",
802
- "url": "https://github.com/sponsors/ai"
803
- }
804
- ],
805
- "license": "MIT",
806
- "bin": {
807
- "nanoid": "bin/nanoid.cjs"
808
- },
809
- "engines": {
810
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
811
- }
812
- },
813
- "node_modules/picocolors": {
814
- "version": "1.1.1",
815
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
816
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
817
- "dev": true,
818
- "license": "ISC"
819
- },
820
- "node_modules/picomatch": {
821
- "version": "4.0.3",
822
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
823
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
824
- "dev": true,
825
- "license": "MIT",
826
- "engines": {
827
- "node": ">=12"
828
- },
829
- "funding": {
830
- "url": "https://github.com/sponsors/jonschlinkert"
831
- }
832
- },
833
- "node_modules/postcss": {
834
- "version": "8.5.6",
835
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
836
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
837
- "dev": true,
838
- "funding": [
839
- {
840
- "type": "opencollective",
841
- "url": "https://opencollective.com/postcss/"
842
- },
843
- {
844
- "type": "tidelift",
845
- "url": "https://tidelift.com/funding/github/npm/postcss"
846
- },
847
- {
848
- "type": "github",
849
- "url": "https://github.com/sponsors/ai"
850
- }
851
- ],
852
- "license": "MIT",
853
- "dependencies": {
854
- "nanoid": "^3.3.11",
855
- "picocolors": "^1.1.1",
856
- "source-map-js": "^1.2.1"
857
- },
858
- "engines": {
859
- "node": "^10 || ^12 || >=14"
860
- }
861
- },
862
- "node_modules/postcss-custom-media": {
863
- "version": "12.0.1",
864
- "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-12.0.1.tgz",
865
- "integrity": "sha512-66syE14+VeqkUf0rRX0bvbTCbNRJF132jD+ceo8th1dap2YJEAqpdh5uG98CE3IbgHT7m9XM0GIlOazNWqQdeA==",
866
- "dev": true,
867
- "funding": [
868
- {
869
- "type": "github",
870
- "url": "https://github.com/sponsors/csstools"
871
- },
872
- {
873
- "type": "opencollective",
874
- "url": "https://opencollective.com/csstools"
875
- }
876
- ],
877
- "license": "MIT",
878
- "dependencies": {
879
- "@csstools/cascade-layer-name-parser": "^3.0.0",
880
- "@csstools/css-parser-algorithms": "^4.0.0",
881
- "@csstools/css-tokenizer": "^4.0.0",
882
- "@csstools/media-query-list-parser": "^5.0.0"
883
- },
884
- "engines": {
885
- "node": ">=20.19.0"
886
- },
887
- "peerDependencies": {
888
- "postcss": "^8.4"
889
- }
890
- },
891
- "node_modules/rolldown": {
892
- "version": "1.0.0-rc.5",
893
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.5.tgz",
894
- "integrity": "sha512-0AdalTs6hNTioaCYIkAa7+xsmHBfU5hCNclZnM/lp7lGGDuUOb6N4BVNtwiomybbencDjq/waKjTImqiGCs5sw==",
895
- "dev": true,
896
- "license": "MIT",
897
- "dependencies": {
898
- "@oxc-project/types": "=0.114.0",
899
- "@rolldown/pluginutils": "1.0.0-rc.5"
900
- },
901
- "bin": {
902
- "rolldown": "bin/cli.mjs"
903
- },
904
- "engines": {
905
- "node": "^20.19.0 || >=22.12.0"
906
- },
907
- "optionalDependencies": {
908
- "@rolldown/binding-android-arm64": "1.0.0-rc.5",
909
- "@rolldown/binding-darwin-arm64": "1.0.0-rc.5",
910
- "@rolldown/binding-darwin-x64": "1.0.0-rc.5",
911
- "@rolldown/binding-freebsd-x64": "1.0.0-rc.5",
912
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.5",
913
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.5",
914
- "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.5",
915
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.5",
916
- "@rolldown/binding-linux-x64-musl": "1.0.0-rc.5",
917
- "@rolldown/binding-openharmony-arm64": "1.0.0-rc.5",
918
- "@rolldown/binding-wasm32-wasi": "1.0.0-rc.5",
919
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.5",
920
- "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.5"
921
- }
922
- },
923
- "node_modules/source-map-js": {
924
- "version": "1.2.1",
925
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
926
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
927
- "dev": true,
928
- "license": "BSD-3-Clause",
929
- "engines": {
930
- "node": ">=0.10.0"
931
- }
932
- },
933
- "node_modules/tailvars": {
934
- "resolved": "..",
935
- "link": true
936
- },
937
- "node_modules/tinyglobby": {
938
- "version": "0.2.15",
939
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
940
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
941
- "dev": true,
942
- "license": "MIT",
943
- "dependencies": {
944
- "fdir": "^6.5.0",
945
- "picomatch": "^4.0.3"
946
- },
947
- "engines": {
948
- "node": ">=12.0.0"
949
- },
950
- "funding": {
951
- "url": "https://github.com/sponsors/SuperchupuDev"
952
- }
953
- },
954
- "node_modules/tslib": {
955
- "version": "2.8.1",
956
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
957
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
958
- "dev": true,
959
- "license": "0BSD",
960
- "optional": true
961
- },
962
- "node_modules/vite": {
963
- "version": "8.0.0-beta.15",
964
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0-beta.15.tgz",
965
- "integrity": "sha512-RHX7IvsJlEfjyA1rS7MY0UsmF91etdLAamslHR5lfuO3W/BXRdXm2tRE64ztpSPZbKqB4wAAZ0AwtF6QzfKZLA==",
966
- "dev": true,
967
- "license": "MIT",
968
- "dependencies": {
969
- "@oxc-project/runtime": "0.114.0",
970
- "lightningcss": "^1.31.1",
971
- "picomatch": "^4.0.3",
972
- "postcss": "^8.5.6",
973
- "rolldown": "1.0.0-rc.5",
974
- "tinyglobby": "^0.2.15"
975
- },
976
- "bin": {
977
- "vite": "bin/vite.js"
978
- },
979
- "engines": {
980
- "node": "^20.19.0 || >=22.12.0"
981
- },
982
- "funding": {
983
- "url": "https://github.com/vitejs/vite?sponsor=1"
984
- },
985
- "optionalDependencies": {
986
- "fsevents": "~2.3.3"
987
- },
988
- "peerDependencies": {
989
- "@types/node": "^20.19.0 || >=22.12.0",
990
- "@vitejs/devtools": "^0.0.0-alpha.31",
991
- "esbuild": "^0.27.0",
992
- "jiti": ">=1.21.0",
993
- "less": "^4.0.0",
994
- "sass": "^1.70.0",
995
- "sass-embedded": "^1.70.0",
996
- "stylus": ">=0.54.8",
997
- "sugarss": "^5.0.0",
998
- "terser": "^5.16.0",
999
- "tsx": "^4.8.1",
1000
- "yaml": "^2.4.2"
1001
- },
1002
- "peerDependenciesMeta": {
1003
- "@types/node": {
1004
- "optional": true
1005
- },
1006
- "@vitejs/devtools": {
1007
- "optional": true
1008
- },
1009
- "esbuild": {
1010
- "optional": true
1011
- },
1012
- "jiti": {
1013
- "optional": true
1014
- },
1015
- "less": {
1016
- "optional": true
1017
- },
1018
- "sass": {
1019
- "optional": true
1020
- },
1021
- "sass-embedded": {
1022
- "optional": true
1023
- },
1024
- "stylus": {
1025
- "optional": true
1026
- },
1027
- "sugarss": {
1028
- "optional": true
1029
- },
1030
- "terser": {
1031
- "optional": true
1032
- },
1033
- "tsx": {
1034
- "optional": true
1035
- },
1036
- "yaml": {
1037
- "optional": true
1038
- }
1039
- }
1040
- }
1041
- }
2
+ "name": "docs",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "docs",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "@boxicons/js": "^1.0.1",
12
+ "@fontsource/ibm-plex-sans": "^5.2.8",
13
+ "@fontsource/ibm-plex-serif": "^5.2.7",
14
+ "lit": "^3.3.1",
15
+ "tailvars": "file:..",
16
+ "universal-router": "^10.0.3"
17
+ },
18
+ "devDependencies": {
19
+ "@fontsource/vt323": "^5.2.7",
20
+ "postcss-custom-media": "^12.0.1",
21
+ "vite": "^8.0.0-beta.13"
22
+ }
23
+ },
24
+ "..": {
25
+ "version": "1.2.0",
26
+ "license": "MIT",
27
+ "dependencies": {
28
+ "tailvars": "^1.1.2"
29
+ },
30
+ "devDependencies": {
31
+ "lightningcss-cli": "^1.31.1"
32
+ }
33
+ },
34
+ "node_modules/@boxicons/js": {
35
+ "version": "1.0.1",
36
+ "resolved": "https://registry.npmjs.org/@boxicons/js/-/js-1.0.1.tgz",
37
+ "integrity": "sha512-DY4Z4uggmU+iKVcgQBvTK05AtbRweMa3mWLLoPnWhjH7DWPeCdI9It7rHNEi3RlI0YQqWu6WCfo5aC7oETIWng==",
38
+ "license": "MIT"
39
+ },
40
+ "node_modules/@csstools/cascade-layer-name-parser": {
41
+ "version": "3.0.0",
42
+ "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-3.0.0.tgz",
43
+ "integrity": "sha512-/3iksyevwRfSJx5yH0RkcrcYXwuhMQx3Juqf40t97PeEy2/Mz2TItZ/z/216qpe4GgOyFBP8MKIwVvytzHmfIQ==",
44
+ "dev": true,
45
+ "funding": [
46
+ {
47
+ "type": "github",
48
+ "url": "https://github.com/sponsors/csstools"
49
+ },
50
+ {
51
+ "type": "opencollective",
52
+ "url": "https://opencollective.com/csstools"
53
+ }
54
+ ],
55
+ "license": "MIT",
56
+ "engines": {
57
+ "node": ">=20.19.0"
58
+ },
59
+ "peerDependencies": {
60
+ "@csstools/css-parser-algorithms": "^4.0.0",
61
+ "@csstools/css-tokenizer": "^4.0.0"
62
+ }
63
+ },
64
+ "node_modules/@csstools/css-parser-algorithms": {
65
+ "version": "4.0.0",
66
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
67
+ "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
68
+ "dev": true,
69
+ "funding": [
70
+ {
71
+ "type": "github",
72
+ "url": "https://github.com/sponsors/csstools"
73
+ },
74
+ {
75
+ "type": "opencollective",
76
+ "url": "https://opencollective.com/csstools"
77
+ }
78
+ ],
79
+ "license": "MIT",
80
+ "engines": {
81
+ "node": ">=20.19.0"
82
+ },
83
+ "peerDependencies": {
84
+ "@csstools/css-tokenizer": "^4.0.0"
85
+ }
86
+ },
87
+ "node_modules/@csstools/css-tokenizer": {
88
+ "version": "4.0.0",
89
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
90
+ "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
91
+ "dev": true,
92
+ "funding": [
93
+ {
94
+ "type": "github",
95
+ "url": "https://github.com/sponsors/csstools"
96
+ },
97
+ {
98
+ "type": "opencollective",
99
+ "url": "https://opencollective.com/csstools"
100
+ }
101
+ ],
102
+ "license": "MIT",
103
+ "engines": {
104
+ "node": ">=20.19.0"
105
+ }
106
+ },
107
+ "node_modules/@csstools/media-query-list-parser": {
108
+ "version": "5.0.0",
109
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
110
+ "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
111
+ "dev": true,
112
+ "funding": [
113
+ {
114
+ "type": "github",
115
+ "url": "https://github.com/sponsors/csstools"
116
+ },
117
+ {
118
+ "type": "opencollective",
119
+ "url": "https://opencollective.com/csstools"
120
+ }
121
+ ],
122
+ "license": "MIT",
123
+ "engines": {
124
+ "node": ">=20.19.0"
125
+ },
126
+ "peerDependencies": {
127
+ "@csstools/css-parser-algorithms": "^4.0.0",
128
+ "@csstools/css-tokenizer": "^4.0.0"
129
+ }
130
+ },
131
+ "node_modules/@emnapi/core": {
132
+ "version": "1.8.1",
133
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
134
+ "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
135
+ "dev": true,
136
+ "license": "MIT",
137
+ "optional": true,
138
+ "dependencies": {
139
+ "@emnapi/wasi-threads": "1.1.0",
140
+ "tslib": "^2.4.0"
141
+ }
142
+ },
143
+ "node_modules/@emnapi/runtime": {
144
+ "version": "1.8.1",
145
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
146
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
147
+ "dev": true,
148
+ "license": "MIT",
149
+ "optional": true,
150
+ "dependencies": {
151
+ "tslib": "^2.4.0"
152
+ }
153
+ },
154
+ "node_modules/@emnapi/wasi-threads": {
155
+ "version": "1.1.0",
156
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
157
+ "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
158
+ "dev": true,
159
+ "license": "MIT",
160
+ "optional": true,
161
+ "dependencies": {
162
+ "tslib": "^2.4.0"
163
+ }
164
+ },
165
+ "node_modules/@fontsource/ibm-plex-sans": {
166
+ "version": "5.2.8",
167
+ "resolved": "https://registry.npmjs.org/@fontsource/ibm-plex-sans/-/ibm-plex-sans-5.2.8.tgz",
168
+ "integrity": "sha512-eztSXjDhPhcpxNIiGTgMebdLP9qS4rWkysuE1V7c+DjOR0qiezaiDaTwQE7bTnG5HxAY/8M43XKDvs3cYq6ZYQ==",
169
+ "license": "OFL-1.1",
170
+ "funding": {
171
+ "url": "https://github.com/sponsors/ayuhito"
172
+ }
173
+ },
174
+ "node_modules/@fontsource/ibm-plex-serif": {
175
+ "version": "5.2.7",
176
+ "resolved": "https://registry.npmjs.org/@fontsource/ibm-plex-serif/-/ibm-plex-serif-5.2.7.tgz",
177
+ "integrity": "sha512-04owmc2OQQ/DAMjXjEMJc+7V4dBVmR01aIFOg4cuqS8pQ4HbvtlYs/u6+O0vCt21EMx5M/azIbgx43iKyisEOA==",
178
+ "license": "OFL-1.1",
179
+ "funding": {
180
+ "url": "https://github.com/sponsors/ayuhito"
181
+ }
182
+ },
183
+ "node_modules/@fontsource/vt323": {
184
+ "version": "5.2.7",
185
+ "resolved": "https://registry.npmjs.org/@fontsource/vt323/-/vt323-5.2.7.tgz",
186
+ "integrity": "sha512-8JTMM23vMhQxin9Cn/ijty8cNwXW4INrln0VAJ2227Rz0CVfkzM3qr3l/CqudZJ6BXCnbCGUTdf2ym3cTNex8A==",
187
+ "dev": true,
188
+ "license": "OFL-1.1",
189
+ "funding": {
190
+ "url": "https://github.com/sponsors/ayuhito"
191
+ }
192
+ },
193
+ "node_modules/@lit-labs/ssr-dom-shim": {
194
+ "version": "1.5.1",
195
+ "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.5.1.tgz",
196
+ "integrity": "sha512-Aou5UdlSpr5whQe8AA/bZG0jMj96CoJIWbGfZ91qieWu5AWUMKw8VR/pAkQkJYvBNhmCcWnZlyyk5oze8JIqYA==",
197
+ "license": "BSD-3-Clause"
198
+ },
199
+ "node_modules/@lit/reactive-element": {
200
+ "version": "2.1.2",
201
+ "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.2.tgz",
202
+ "integrity": "sha512-pbCDiVMnne1lYUIaYNN5wrwQXDtHaYtg7YEFPeW+hws6U47WeFvISGUWekPGKWOP1ygrs0ef0o1VJMk1exos5A==",
203
+ "license": "BSD-3-Clause",
204
+ "dependencies": {
205
+ "@lit-labs/ssr-dom-shim": "^1.5.0"
206
+ }
207
+ },
208
+ "node_modules/@napi-rs/wasm-runtime": {
209
+ "version": "1.1.1",
210
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
211
+ "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
212
+ "dev": true,
213
+ "license": "MIT",
214
+ "optional": true,
215
+ "dependencies": {
216
+ "@emnapi/core": "^1.7.1",
217
+ "@emnapi/runtime": "^1.7.1",
218
+ "@tybys/wasm-util": "^0.10.1"
219
+ },
220
+ "funding": {
221
+ "type": "github",
222
+ "url": "https://github.com/sponsors/Brooooooklyn"
223
+ }
224
+ },
225
+ "node_modules/@oxc-project/runtime": {
226
+ "version": "0.114.0",
227
+ "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.114.0.tgz",
228
+ "integrity": "sha512-mVGQvr/uFJGQ3hsvgQ1sJfh79t5owyZZZtw+VaH+WhtvsmtgjT6imznB9sz2Q67Q0/4obM9mOOtQscU4aJteSg==",
229
+ "dev": true,
230
+ "license": "MIT",
231
+ "engines": {
232
+ "node": "^20.19.0 || >=22.12.0"
233
+ }
234
+ },
235
+ "node_modules/@oxc-project/types": {
236
+ "version": "0.114.0",
237
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.114.0.tgz",
238
+ "integrity": "sha512-//nBfbzHQHvJs8oFIjv6coZ6uxQ4alLfiPe6D5vit6c4pmxATHHlVwgB1k+Hv4yoAMyncdxgRBF5K4BYWUCzvA==",
239
+ "dev": true,
240
+ "license": "MIT",
241
+ "funding": {
242
+ "url": "https://github.com/sponsors/Boshen"
243
+ }
244
+ },
245
+ "node_modules/@rolldown/binding-android-arm64": {
246
+ "version": "1.0.0-rc.5",
247
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.5.tgz",
248
+ "integrity": "sha512-zCEmUrt1bggwgBgeKLxNj217J1OrChrp3jJt24VK9jAharSTeVaHODNL+LpcQVhRz+FktYWfT9cjo5oZ99ZLpg==",
249
+ "cpu": [
250
+ "arm64"
251
+ ],
252
+ "dev": true,
253
+ "license": "MIT",
254
+ "optional": true,
255
+ "os": [
256
+ "android"
257
+ ],
258
+ "engines": {
259
+ "node": "^20.19.0 || >=22.12.0"
260
+ }
261
+ },
262
+ "node_modules/@rolldown/binding-darwin-arm64": {
263
+ "version": "1.0.0-rc.5",
264
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.5.tgz",
265
+ "integrity": "sha512-ZP9xb9lPAex36pvkNWCjSEJW/Gfdm9I3ssiqOFLmpZ/vosPXgpoGxCmh+dX1Qs+/bWQE6toNFXWWL8vYoKoK9Q==",
266
+ "cpu": [
267
+ "arm64"
268
+ ],
269
+ "dev": true,
270
+ "license": "MIT",
271
+ "optional": true,
272
+ "os": [
273
+ "darwin"
274
+ ],
275
+ "engines": {
276
+ "node": "^20.19.0 || >=22.12.0"
277
+ }
278
+ },
279
+ "node_modules/@rolldown/binding-darwin-x64": {
280
+ "version": "1.0.0-rc.5",
281
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.5.tgz",
282
+ "integrity": "sha512-7IdrPunf6dp9mywMgTOKMMGDnMHQ6+h5gRl6LW8rhD8WK2kXX0IwzcM5Zc0B5J7xQs8QWOlKjv8BJsU/1CD3pg==",
283
+ "cpu": [
284
+ "x64"
285
+ ],
286
+ "dev": true,
287
+ "license": "MIT",
288
+ "optional": true,
289
+ "os": [
290
+ "darwin"
291
+ ],
292
+ "engines": {
293
+ "node": "^20.19.0 || >=22.12.0"
294
+ }
295
+ },
296
+ "node_modules/@rolldown/binding-freebsd-x64": {
297
+ "version": "1.0.0-rc.5",
298
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.5.tgz",
299
+ "integrity": "sha512-o/JCk+dL0IN68EBhZ4DqfsfvxPfMeoM6cJtxORC1YYoxGHZyth2Kb2maXDb4oddw2wu8iIbnYXYPEzBtAF5CAg==",
300
+ "cpu": [
301
+ "x64"
302
+ ],
303
+ "dev": true,
304
+ "license": "MIT",
305
+ "optional": true,
306
+ "os": [
307
+ "freebsd"
308
+ ],
309
+ "engines": {
310
+ "node": "^20.19.0 || >=22.12.0"
311
+ }
312
+ },
313
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
314
+ "version": "1.0.0-rc.5",
315
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.5.tgz",
316
+ "integrity": "sha512-IIBwTtA6VwxQLcEgq2mfrUgam7VvPZjhd/jxmeS1npM+edWsrrpRLHUdze+sk4rhb8/xpP3flemgcZXXUW6ukw==",
317
+ "cpu": [
318
+ "arm"
319
+ ],
320
+ "dev": true,
321
+ "license": "MIT",
322
+ "optional": true,
323
+ "os": [
324
+ "linux"
325
+ ],
326
+ "engines": {
327
+ "node": "^20.19.0 || >=22.12.0"
328
+ }
329
+ },
330
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
331
+ "version": "1.0.0-rc.5",
332
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.5.tgz",
333
+ "integrity": "sha512-KSol1De1spMZL+Xg7K5IBWXIvRWv7+pveaxFWXpezezAG7CS6ojzRjtCGCiLxQricutTAi/LkNWKMsd2wNhMKQ==",
334
+ "cpu": [
335
+ "arm64"
336
+ ],
337
+ "dev": true,
338
+ "license": "MIT",
339
+ "optional": true,
340
+ "os": [
341
+ "linux"
342
+ ],
343
+ "engines": {
344
+ "node": "^20.19.0 || >=22.12.0"
345
+ }
346
+ },
347
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
348
+ "version": "1.0.0-rc.5",
349
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.5.tgz",
350
+ "integrity": "sha512-WFljyDkxtXRlWxMjxeegf7xMYXxUr8u7JdXlOEWKYgDqEgxUnSEsVDxBiNWQ1D5kQKwf8Wo4sVKEYPRhCdsjwA==",
351
+ "cpu": [
352
+ "arm64"
353
+ ],
354
+ "dev": true,
355
+ "license": "MIT",
356
+ "optional": true,
357
+ "os": [
358
+ "linux"
359
+ ],
360
+ "engines": {
361
+ "node": "^20.19.0 || >=22.12.0"
362
+ }
363
+ },
364
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
365
+ "version": "1.0.0-rc.5",
366
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.5.tgz",
367
+ "integrity": "sha512-CUlplTujmbDWp2gamvrqVKi2Or8lmngXT1WxsizJfts7JrvfGhZObciaY/+CbdbS9qNnskvwMZNEhTPrn7b+WA==",
368
+ "cpu": [
369
+ "x64"
370
+ ],
371
+ "dev": true,
372
+ "license": "MIT",
373
+ "optional": true,
374
+ "os": [
375
+ "linux"
376
+ ],
377
+ "engines": {
378
+ "node": "^20.19.0 || >=22.12.0"
379
+ }
380
+ },
381
+ "node_modules/@rolldown/binding-linux-x64-musl": {
382
+ "version": "1.0.0-rc.5",
383
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.5.tgz",
384
+ "integrity": "sha512-wdf7g9NbVZCeAo2iGhsjJb7I8ZFfs6X8bumfrWg82VK+8P6AlLXwk48a1ASiJQDTS7Svq2xVzZg3sGO2aXpHRA==",
385
+ "cpu": [
386
+ "x64"
387
+ ],
388
+ "dev": true,
389
+ "license": "MIT",
390
+ "optional": true,
391
+ "os": [
392
+ "linux"
393
+ ],
394
+ "engines": {
395
+ "node": "^20.19.0 || >=22.12.0"
396
+ }
397
+ },
398
+ "node_modules/@rolldown/binding-openharmony-arm64": {
399
+ "version": "1.0.0-rc.5",
400
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.5.tgz",
401
+ "integrity": "sha512-0CWY7ubu12nhzz+tkpHjoG3IRSTlWYe0wrfJRf4qqjqQSGtAYgoL9kwzdvlhaFdZ5ffVeyYw9qLsChcjUMEloQ==",
402
+ "cpu": [
403
+ "arm64"
404
+ ],
405
+ "dev": true,
406
+ "license": "MIT",
407
+ "optional": true,
408
+ "os": [
409
+ "openharmony"
410
+ ],
411
+ "engines": {
412
+ "node": "^20.19.0 || >=22.12.0"
413
+ }
414
+ },
415
+ "node_modules/@rolldown/binding-wasm32-wasi": {
416
+ "version": "1.0.0-rc.5",
417
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.5.tgz",
418
+ "integrity": "sha512-LztXnGzv6t2u830mnZrFLRVqT/DPJ9DL4ZTz/y93rqUVkeHjMMYIYaFj+BUthiYxbVH9dH0SZYufETspKY/NhA==",
419
+ "cpu": [
420
+ "wasm32"
421
+ ],
422
+ "dev": true,
423
+ "license": "MIT",
424
+ "optional": true,
425
+ "dependencies": {
426
+ "@napi-rs/wasm-runtime": "^1.1.1"
427
+ },
428
+ "engines": {
429
+ "node": ">=14.0.0"
430
+ }
431
+ },
432
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
433
+ "version": "1.0.0-rc.5",
434
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.5.tgz",
435
+ "integrity": "sha512-jUct1XVeGtyjqJXEAfvdFa8xoigYZ2rge7nYEm70ppQxpfH9ze2fbIrpHmP2tNM2vL/F6Dd0CpXhpjPbC6bSxQ==",
436
+ "cpu": [
437
+ "arm64"
438
+ ],
439
+ "dev": true,
440
+ "license": "MIT",
441
+ "optional": true,
442
+ "os": [
443
+ "win32"
444
+ ],
445
+ "engines": {
446
+ "node": "^20.19.0 || >=22.12.0"
447
+ }
448
+ },
449
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
450
+ "version": "1.0.0-rc.5",
451
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.5.tgz",
452
+ "integrity": "sha512-VQ8F9ld5gw29epjnVGdrx8ugiLTe8BMqmhDYy7nGbdeDo4HAt4bgdZvLbViEhg7DZyHLpiEUlO5/jPSUrIuxRQ==",
453
+ "cpu": [
454
+ "x64"
455
+ ],
456
+ "dev": true,
457
+ "license": "MIT",
458
+ "optional": true,
459
+ "os": [
460
+ "win32"
461
+ ],
462
+ "engines": {
463
+ "node": "^20.19.0 || >=22.12.0"
464
+ }
465
+ },
466
+ "node_modules/@rolldown/pluginutils": {
467
+ "version": "1.0.0-rc.5",
468
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.5.tgz",
469
+ "integrity": "sha512-RxlLX/DPoarZ9PtxVrQgZhPoor987YtKQqCo5zkjX+0S0yLJ7Vv515Wk6+xtTL67VONKJKxETWZwuZjss2idYw==",
470
+ "dev": true,
471
+ "license": "MIT"
472
+ },
473
+ "node_modules/@tybys/wasm-util": {
474
+ "version": "0.10.1",
475
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
476
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
477
+ "dev": true,
478
+ "license": "MIT",
479
+ "optional": true,
480
+ "dependencies": {
481
+ "tslib": "^2.4.0"
482
+ }
483
+ },
484
+ "node_modules/@types/trusted-types": {
485
+ "version": "2.0.7",
486
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
487
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
488
+ "license": "MIT"
489
+ },
490
+ "node_modules/detect-libc": {
491
+ "version": "2.1.2",
492
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
493
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
494
+ "dev": true,
495
+ "license": "Apache-2.0",
496
+ "engines": {
497
+ "node": ">=8"
498
+ }
499
+ },
500
+ "node_modules/fdir": {
501
+ "version": "6.5.0",
502
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
503
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
504
+ "dev": true,
505
+ "license": "MIT",
506
+ "engines": {
507
+ "node": ">=12.0.0"
508
+ },
509
+ "peerDependencies": {
510
+ "picomatch": "^3 || ^4"
511
+ },
512
+ "peerDependenciesMeta": {
513
+ "picomatch": {
514
+ "optional": true
515
+ }
516
+ }
517
+ },
518
+ "node_modules/fsevents": {
519
+ "version": "2.3.3",
520
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
521
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
522
+ "dev": true,
523
+ "hasInstallScript": true,
524
+ "license": "MIT",
525
+ "optional": true,
526
+ "os": [
527
+ "darwin"
528
+ ],
529
+ "engines": {
530
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
531
+ }
532
+ },
533
+ "node_modules/lightningcss": {
534
+ "version": "1.31.1",
535
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
536
+ "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
537
+ "dev": true,
538
+ "license": "MPL-2.0",
539
+ "dependencies": {
540
+ "detect-libc": "^2.0.3"
541
+ },
542
+ "engines": {
543
+ "node": ">= 12.0.0"
544
+ },
545
+ "funding": {
546
+ "type": "opencollective",
547
+ "url": "https://opencollective.com/parcel"
548
+ },
549
+ "optionalDependencies": {
550
+ "lightningcss-android-arm64": "1.31.1",
551
+ "lightningcss-darwin-arm64": "1.31.1",
552
+ "lightningcss-darwin-x64": "1.31.1",
553
+ "lightningcss-freebsd-x64": "1.31.1",
554
+ "lightningcss-linux-arm-gnueabihf": "1.31.1",
555
+ "lightningcss-linux-arm64-gnu": "1.31.1",
556
+ "lightningcss-linux-arm64-musl": "1.31.1",
557
+ "lightningcss-linux-x64-gnu": "1.31.1",
558
+ "lightningcss-linux-x64-musl": "1.31.1",
559
+ "lightningcss-win32-arm64-msvc": "1.31.1",
560
+ "lightningcss-win32-x64-msvc": "1.31.1"
561
+ }
562
+ },
563
+ "node_modules/lightningcss-android-arm64": {
564
+ "version": "1.31.1",
565
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
566
+ "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
567
+ "cpu": [
568
+ "arm64"
569
+ ],
570
+ "dev": true,
571
+ "license": "MPL-2.0",
572
+ "optional": true,
573
+ "os": [
574
+ "android"
575
+ ],
576
+ "engines": {
577
+ "node": ">= 12.0.0"
578
+ },
579
+ "funding": {
580
+ "type": "opencollective",
581
+ "url": "https://opencollective.com/parcel"
582
+ }
583
+ },
584
+ "node_modules/lightningcss-darwin-arm64": {
585
+ "version": "1.31.1",
586
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
587
+ "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
588
+ "cpu": [
589
+ "arm64"
590
+ ],
591
+ "dev": true,
592
+ "license": "MPL-2.0",
593
+ "optional": true,
594
+ "os": [
595
+ "darwin"
596
+ ],
597
+ "engines": {
598
+ "node": ">= 12.0.0"
599
+ },
600
+ "funding": {
601
+ "type": "opencollective",
602
+ "url": "https://opencollective.com/parcel"
603
+ }
604
+ },
605
+ "node_modules/lightningcss-darwin-x64": {
606
+ "version": "1.31.1",
607
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
608
+ "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
609
+ "cpu": [
610
+ "x64"
611
+ ],
612
+ "dev": true,
613
+ "license": "MPL-2.0",
614
+ "optional": true,
615
+ "os": [
616
+ "darwin"
617
+ ],
618
+ "engines": {
619
+ "node": ">= 12.0.0"
620
+ },
621
+ "funding": {
622
+ "type": "opencollective",
623
+ "url": "https://opencollective.com/parcel"
624
+ }
625
+ },
626
+ "node_modules/lightningcss-freebsd-x64": {
627
+ "version": "1.31.1",
628
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
629
+ "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
630
+ "cpu": [
631
+ "x64"
632
+ ],
633
+ "dev": true,
634
+ "license": "MPL-2.0",
635
+ "optional": true,
636
+ "os": [
637
+ "freebsd"
638
+ ],
639
+ "engines": {
640
+ "node": ">= 12.0.0"
641
+ },
642
+ "funding": {
643
+ "type": "opencollective",
644
+ "url": "https://opencollective.com/parcel"
645
+ }
646
+ },
647
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
648
+ "version": "1.31.1",
649
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
650
+ "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
651
+ "cpu": [
652
+ "arm"
653
+ ],
654
+ "dev": true,
655
+ "license": "MPL-2.0",
656
+ "optional": true,
657
+ "os": [
658
+ "linux"
659
+ ],
660
+ "engines": {
661
+ "node": ">= 12.0.0"
662
+ },
663
+ "funding": {
664
+ "type": "opencollective",
665
+ "url": "https://opencollective.com/parcel"
666
+ }
667
+ },
668
+ "node_modules/lightningcss-linux-arm64-gnu": {
669
+ "version": "1.31.1",
670
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
671
+ "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
672
+ "cpu": [
673
+ "arm64"
674
+ ],
675
+ "dev": true,
676
+ "license": "MPL-2.0",
677
+ "optional": true,
678
+ "os": [
679
+ "linux"
680
+ ],
681
+ "engines": {
682
+ "node": ">= 12.0.0"
683
+ },
684
+ "funding": {
685
+ "type": "opencollective",
686
+ "url": "https://opencollective.com/parcel"
687
+ }
688
+ },
689
+ "node_modules/lightningcss-linux-arm64-musl": {
690
+ "version": "1.31.1",
691
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
692
+ "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
693
+ "cpu": [
694
+ "arm64"
695
+ ],
696
+ "dev": true,
697
+ "license": "MPL-2.0",
698
+ "optional": true,
699
+ "os": [
700
+ "linux"
701
+ ],
702
+ "engines": {
703
+ "node": ">= 12.0.0"
704
+ },
705
+ "funding": {
706
+ "type": "opencollective",
707
+ "url": "https://opencollective.com/parcel"
708
+ }
709
+ },
710
+ "node_modules/lightningcss-linux-x64-gnu": {
711
+ "version": "1.31.1",
712
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
713
+ "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
714
+ "cpu": [
715
+ "x64"
716
+ ],
717
+ "dev": true,
718
+ "license": "MPL-2.0",
719
+ "optional": true,
720
+ "os": [
721
+ "linux"
722
+ ],
723
+ "engines": {
724
+ "node": ">= 12.0.0"
725
+ },
726
+ "funding": {
727
+ "type": "opencollective",
728
+ "url": "https://opencollective.com/parcel"
729
+ }
730
+ },
731
+ "node_modules/lightningcss-linux-x64-musl": {
732
+ "version": "1.31.1",
733
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
734
+ "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
735
+ "cpu": [
736
+ "x64"
737
+ ],
738
+ "dev": true,
739
+ "license": "MPL-2.0",
740
+ "optional": true,
741
+ "os": [
742
+ "linux"
743
+ ],
744
+ "engines": {
745
+ "node": ">= 12.0.0"
746
+ },
747
+ "funding": {
748
+ "type": "opencollective",
749
+ "url": "https://opencollective.com/parcel"
750
+ }
751
+ },
752
+ "node_modules/lightningcss-win32-arm64-msvc": {
753
+ "version": "1.31.1",
754
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
755
+ "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
756
+ "cpu": [
757
+ "arm64"
758
+ ],
759
+ "dev": true,
760
+ "license": "MPL-2.0",
761
+ "optional": true,
762
+ "os": [
763
+ "win32"
764
+ ],
765
+ "engines": {
766
+ "node": ">= 12.0.0"
767
+ },
768
+ "funding": {
769
+ "type": "opencollective",
770
+ "url": "https://opencollective.com/parcel"
771
+ }
772
+ },
773
+ "node_modules/lightningcss-win32-x64-msvc": {
774
+ "version": "1.31.1",
775
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
776
+ "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
777
+ "cpu": [
778
+ "x64"
779
+ ],
780
+ "dev": true,
781
+ "license": "MPL-2.0",
782
+ "optional": true,
783
+ "os": [
784
+ "win32"
785
+ ],
786
+ "engines": {
787
+ "node": ">= 12.0.0"
788
+ },
789
+ "funding": {
790
+ "type": "opencollective",
791
+ "url": "https://opencollective.com/parcel"
792
+ }
793
+ },
794
+ "node_modules/lit": {
795
+ "version": "3.3.2",
796
+ "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz",
797
+ "integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==",
798
+ "license": "BSD-3-Clause",
799
+ "dependencies": {
800
+ "@lit/reactive-element": "^2.1.0",
801
+ "lit-element": "^4.2.0",
802
+ "lit-html": "^3.3.0"
803
+ }
804
+ },
805
+ "node_modules/lit-element": {
806
+ "version": "4.2.2",
807
+ "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.2.2.tgz",
808
+ "integrity": "sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w==",
809
+ "license": "BSD-3-Clause",
810
+ "dependencies": {
811
+ "@lit-labs/ssr-dom-shim": "^1.5.0",
812
+ "@lit/reactive-element": "^2.1.0",
813
+ "lit-html": "^3.3.0"
814
+ }
815
+ },
816
+ "node_modules/lit-html": {
817
+ "version": "3.3.2",
818
+ "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.3.2.tgz",
819
+ "integrity": "sha512-Qy9hU88zcmaxBXcc10ZpdK7cOLXvXpRoBxERdtqV9QOrfpMZZ6pSYP91LhpPtap3sFMUiL7Tw2RImbe0Al2/kw==",
820
+ "license": "BSD-3-Clause",
821
+ "dependencies": {
822
+ "@types/trusted-types": "^2.0.2"
823
+ }
824
+ },
825
+ "node_modules/nanoid": {
826
+ "version": "3.3.11",
827
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
828
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
829
+ "dev": true,
830
+ "funding": [
831
+ {
832
+ "type": "github",
833
+ "url": "https://github.com/sponsors/ai"
834
+ }
835
+ ],
836
+ "license": "MIT",
837
+ "bin": {
838
+ "nanoid": "bin/nanoid.cjs"
839
+ },
840
+ "engines": {
841
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
842
+ }
843
+ },
844
+ "node_modules/picocolors": {
845
+ "version": "1.1.1",
846
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
847
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
848
+ "dev": true,
849
+ "license": "ISC"
850
+ },
851
+ "node_modules/picomatch": {
852
+ "version": "4.0.3",
853
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
854
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
855
+ "dev": true,
856
+ "license": "MIT",
857
+ "engines": {
858
+ "node": ">=12"
859
+ },
860
+ "funding": {
861
+ "url": "https://github.com/sponsors/jonschlinkert"
862
+ }
863
+ },
864
+ "node_modules/postcss": {
865
+ "version": "8.5.6",
866
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
867
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
868
+ "dev": true,
869
+ "funding": [
870
+ {
871
+ "type": "opencollective",
872
+ "url": "https://opencollective.com/postcss/"
873
+ },
874
+ {
875
+ "type": "tidelift",
876
+ "url": "https://tidelift.com/funding/github/npm/postcss"
877
+ },
878
+ {
879
+ "type": "github",
880
+ "url": "https://github.com/sponsors/ai"
881
+ }
882
+ ],
883
+ "license": "MIT",
884
+ "dependencies": {
885
+ "nanoid": "^3.3.11",
886
+ "picocolors": "^1.1.1",
887
+ "source-map-js": "^1.2.1"
888
+ },
889
+ "engines": {
890
+ "node": "^10 || ^12 || >=14"
891
+ }
892
+ },
893
+ "node_modules/postcss-custom-media": {
894
+ "version": "12.0.1",
895
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-12.0.1.tgz",
896
+ "integrity": "sha512-66syE14+VeqkUf0rRX0bvbTCbNRJF132jD+ceo8th1dap2YJEAqpdh5uG98CE3IbgHT7m9XM0GIlOazNWqQdeA==",
897
+ "dev": true,
898
+ "funding": [
899
+ {
900
+ "type": "github",
901
+ "url": "https://github.com/sponsors/csstools"
902
+ },
903
+ {
904
+ "type": "opencollective",
905
+ "url": "https://opencollective.com/csstools"
906
+ }
907
+ ],
908
+ "license": "MIT",
909
+ "dependencies": {
910
+ "@csstools/cascade-layer-name-parser": "^3.0.0",
911
+ "@csstools/css-parser-algorithms": "^4.0.0",
912
+ "@csstools/css-tokenizer": "^4.0.0",
913
+ "@csstools/media-query-list-parser": "^5.0.0"
914
+ },
915
+ "engines": {
916
+ "node": ">=20.19.0"
917
+ },
918
+ "peerDependencies": {
919
+ "postcss": "^8.4"
920
+ }
921
+ },
922
+ "node_modules/rolldown": {
923
+ "version": "1.0.0-rc.5",
924
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.5.tgz",
925
+ "integrity": "sha512-0AdalTs6hNTioaCYIkAa7+xsmHBfU5hCNclZnM/lp7lGGDuUOb6N4BVNtwiomybbencDjq/waKjTImqiGCs5sw==",
926
+ "dev": true,
927
+ "license": "MIT",
928
+ "dependencies": {
929
+ "@oxc-project/types": "=0.114.0",
930
+ "@rolldown/pluginutils": "1.0.0-rc.5"
931
+ },
932
+ "bin": {
933
+ "rolldown": "bin/cli.mjs"
934
+ },
935
+ "engines": {
936
+ "node": "^20.19.0 || >=22.12.0"
937
+ },
938
+ "optionalDependencies": {
939
+ "@rolldown/binding-android-arm64": "1.0.0-rc.5",
940
+ "@rolldown/binding-darwin-arm64": "1.0.0-rc.5",
941
+ "@rolldown/binding-darwin-x64": "1.0.0-rc.5",
942
+ "@rolldown/binding-freebsd-x64": "1.0.0-rc.5",
943
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.5",
944
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.5",
945
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.5",
946
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.5",
947
+ "@rolldown/binding-linux-x64-musl": "1.0.0-rc.5",
948
+ "@rolldown/binding-openharmony-arm64": "1.0.0-rc.5",
949
+ "@rolldown/binding-wasm32-wasi": "1.0.0-rc.5",
950
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.5",
951
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.5"
952
+ }
953
+ },
954
+ "node_modules/source-map-js": {
955
+ "version": "1.2.1",
956
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
957
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
958
+ "dev": true,
959
+ "license": "BSD-3-Clause",
960
+ "engines": {
961
+ "node": ">=0.10.0"
962
+ }
963
+ },
964
+ "node_modules/tailvars": {
965
+ "resolved": "..",
966
+ "link": true
967
+ },
968
+ "node_modules/tinyglobby": {
969
+ "version": "0.2.15",
970
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
971
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
972
+ "dev": true,
973
+ "license": "MIT",
974
+ "dependencies": {
975
+ "fdir": "^6.5.0",
976
+ "picomatch": "^4.0.3"
977
+ },
978
+ "engines": {
979
+ "node": ">=12.0.0"
980
+ },
981
+ "funding": {
982
+ "url": "https://github.com/sponsors/SuperchupuDev"
983
+ }
984
+ },
985
+ "node_modules/tslib": {
986
+ "version": "2.8.1",
987
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
988
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
989
+ "dev": true,
990
+ "license": "0BSD",
991
+ "optional": true
992
+ },
993
+ "node_modules/universal-router": {
994
+ "version": "10.0.3",
995
+ "resolved": "https://registry.npmjs.org/universal-router/-/universal-router-10.0.3.tgz",
996
+ "integrity": "sha512-EeprhLOcCs65oS37EiaETWlbTCq4UMqrqU5Oew1emu840EgugcpSz5OTXpK9zfsJtFW3bt0iYgrbSlquwRcMhw==",
997
+ "license": "MIT"
998
+ },
999
+ "node_modules/vite": {
1000
+ "version": "8.0.0-beta.15",
1001
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0-beta.15.tgz",
1002
+ "integrity": "sha512-RHX7IvsJlEfjyA1rS7MY0UsmF91etdLAamslHR5lfuO3W/BXRdXm2tRE64ztpSPZbKqB4wAAZ0AwtF6QzfKZLA==",
1003
+ "dev": true,
1004
+ "license": "MIT",
1005
+ "dependencies": {
1006
+ "@oxc-project/runtime": "0.114.0",
1007
+ "lightningcss": "^1.31.1",
1008
+ "picomatch": "^4.0.3",
1009
+ "postcss": "^8.5.6",
1010
+ "rolldown": "1.0.0-rc.5",
1011
+ "tinyglobby": "^0.2.15"
1012
+ },
1013
+ "bin": {
1014
+ "vite": "bin/vite.js"
1015
+ },
1016
+ "engines": {
1017
+ "node": "^20.19.0 || >=22.12.0"
1018
+ },
1019
+ "funding": {
1020
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1021
+ },
1022
+ "optionalDependencies": {
1023
+ "fsevents": "~2.3.3"
1024
+ },
1025
+ "peerDependencies": {
1026
+ "@types/node": "^20.19.0 || >=22.12.0",
1027
+ "@vitejs/devtools": "^0.0.0-alpha.31",
1028
+ "esbuild": "^0.27.0",
1029
+ "jiti": ">=1.21.0",
1030
+ "less": "^4.0.0",
1031
+ "sass": "^1.70.0",
1032
+ "sass-embedded": "^1.70.0",
1033
+ "stylus": ">=0.54.8",
1034
+ "sugarss": "^5.0.0",
1035
+ "terser": "^5.16.0",
1036
+ "tsx": "^4.8.1",
1037
+ "yaml": "^2.4.2"
1038
+ },
1039
+ "peerDependenciesMeta": {
1040
+ "@types/node": {
1041
+ "optional": true
1042
+ },
1043
+ "@vitejs/devtools": {
1044
+ "optional": true
1045
+ },
1046
+ "esbuild": {
1047
+ "optional": true
1048
+ },
1049
+ "jiti": {
1050
+ "optional": true
1051
+ },
1052
+ "less": {
1053
+ "optional": true
1054
+ },
1055
+ "sass": {
1056
+ "optional": true
1057
+ },
1058
+ "sass-embedded": {
1059
+ "optional": true
1060
+ },
1061
+ "stylus": {
1062
+ "optional": true
1063
+ },
1064
+ "sugarss": {
1065
+ "optional": true
1066
+ },
1067
+ "terser": {
1068
+ "optional": true
1069
+ },
1070
+ "tsx": {
1071
+ "optional": true
1072
+ },
1073
+ "yaml": {
1074
+ "optional": true
1075
+ }
1076
+ }
1077
+ }
1078
+ }
1042
1079
  }