tailvars 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1042 @@
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
+ }
1042
+ }