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.
- package/base.css +7 -5
- package/docs/index.html +2 -10
- package/docs/package-lock.json +1077 -1040
- package/docs/package.json +5 -1
- package/docs/public/hero-texture.webp +0 -0
- package/docs/src/components/about-section.js +74 -0
- package/docs/src/components/box-icon.js +31 -0
- package/docs/src/components/color-box.js +32 -0
- package/docs/src/components/color-shades.js +89 -0
- package/docs/src/components/feature-list-item.js +54 -0
- package/docs/src/components/feature-list.js +57 -0
- package/docs/src/{hero-section.js → components/hero-section.js} +15 -12
- package/docs/src/components/sidebar-layout.js +50 -0
- package/docs/src/components/table-of-contents-item.js +89 -0
- package/docs/src/components/table-of-contents.js +35 -0
- package/docs/src/global-css-mixin.js +8 -6
- package/docs/src/global.css +98 -0
- package/docs/src/index.js +20 -0
- package/docs/src/pages/index-page.js +147 -0
- package/index.min.css +1 -1
- package/package.json +1 -4
- package/{docs/src/preflight.css → preflight.css} +72 -67
- package/docs/src/doc-section.js +0 -27
- package/docs/src/index.css +0 -31
package/docs/package-lock.json
CHANGED
|
@@ -1,1042 +1,1079 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
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
|
}
|