-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
10207 lines (9195 loc) · 352 KB
/
yarn.lock
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
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@antfu/install-pkg@npm:^0.4.0":
version: 0.4.1
resolution: "@antfu/install-pkg@npm:0.4.1"
dependencies:
package-manager-detector: "npm:^0.2.0"
tinyexec: "npm:^0.3.0"
checksum: 10c0/af47a84e77f3f69077ec464e0a9e82791666693380fc8ed9867f388f5c0cd8421e2642b9deefc7d4adb7b8cfb9dd1a715b25f9a974d023b10779cad0885439ef
languageName: node
linkType: hard
"@antfu/utils@npm:^0.7.10":
version: 0.7.10
resolution: "@antfu/utils@npm:0.7.10"
checksum: 10c0/98991f66a4752ef097280b4235b27d961a13a2c67ef8e5b716a120eb9823958e20566516711204e2bfb08f0b935814b715f49ecd79c3b9b93ce32747ac297752
languageName: node
linkType: hard
"@astro-community/astro-embed-baseline-status@npm:^0.1.0":
version: 0.1.2
resolution: "@astro-community/astro-embed-baseline-status@npm:0.1.2"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.0"
peerDependencies:
astro: ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/f8f22a2b21554ed9cd342a7123c1d2ecf1fd8af165695f69c602e789fbed7a3eba4aa5771bcd9263f6ae3e517cd0f2111c41272d2dc11ef11ec212c646d147ab
languageName: node
linkType: hard
"@astro-community/astro-embed-bluesky@npm:^0.1.0":
version: 0.1.2
resolution: "@astro-community/astro-embed-bluesky@npm:0.1.2"
dependencies:
"@atproto/api": "npm:^0.13.14"
ts-pattern: "npm:^5.5.0"
peerDependencies:
astro: ^4.0.0 || ^5.0.0-beta.0
checksum: 10c0/511ed59388879908cd9f12db0199cf9f2dfdffd01b212c34ad512c0406835c33f89391720717659e571683471041f525299c6b1e42fad5c8e260307336e17be1
languageName: node
linkType: hard
"@astro-community/astro-embed-integration@npm:^0.8.0":
version: 0.8.0
resolution: "@astro-community/astro-embed-integration@npm:0.8.0"
dependencies:
"@astro-community/astro-embed-link-preview": "npm:^0.2.0"
"@astro-community/astro-embed-twitter": "npm:^0.5.5"
"@astro-community/astro-embed-vimeo": "npm:^0.3.9"
"@astro-community/astro-embed-youtube": "npm:^0.5.4"
"@types/unist": "npm:^2.0.0"
astro-auto-import: "npm:^0.4.2"
unist-util-select: "npm:^4.0.1"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/7af6497817869ef559ff7d3e0bc3fcafa9e2a791696cbe33da084f006b292ba8d6d48250b061a714e0595ddaee08590125622a363a9d746c6259adb12d8c436e
languageName: node
linkType: hard
"@astro-community/astro-embed-link-preview@npm:^0.2.0":
version: 0.2.1
resolution: "@astro-community/astro-embed-link-preview@npm:0.2.1"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.1"
checksum: 10c0/a759fdd5ddd53c6b0926e74be517eb0de98095275b4f01e4f8d0b1b8f3289f525f727d9dce71632eb053901ae27a79ee076c19b6fad421c2b468ce0038e2c4af
languageName: node
linkType: hard
"@astro-community/astro-embed-link-preview@npm:^0.2.2":
version: 0.2.2
resolution: "@astro-community/astro-embed-link-preview@npm:0.2.2"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.1"
checksum: 10c0/2d1f48f13929f160fa42bfd97d5dd9ae82503754c9a38549e91ec1ae2bfb51c914d32cd150287500c7c8618c08c2a640d1780a90e817885fddd10cadadb8363f
languageName: node
linkType: hard
"@astro-community/astro-embed-twitter@npm:^0.5.5":
version: 0.5.5
resolution: "@astro-community/astro-embed-twitter@npm:0.5.5"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.0"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/064dc7d33d8c8b98a9e1236eb8d54114f449e4be709fb9d6649a30ccddb285d1971e401cd9922b4958900dd195a169db6e0d928a94123928820f79d15616c42d
languageName: node
linkType: hard
"@astro-community/astro-embed-twitter@npm:^0.5.6":
version: 0.5.8
resolution: "@astro-community/astro-embed-twitter@npm:0.5.8"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.0"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/8602f7c10c2760316504c616a59233c5b10b112e210bf1aa4971b9b9b6b8515ac7c9dc17c405c9a54d91775fa3ebfdccfe6ee64abdbb8b088e39db0661143176
languageName: node
linkType: hard
"@astro-community/astro-embed-utils@npm:^0.1.0":
version: 0.1.0
resolution: "@astro-community/astro-embed-utils@npm:0.1.0"
checksum: 10c0/6adb3c7ed3fe21be672704acb415885cafdf29da865555fdd6c75c488d23536dee8832c929ebefbd4c6340d925b25e95146e8c3c483f5454883c64917e4c4e3a
languageName: node
linkType: hard
"@astro-community/astro-embed-utils@npm:^0.1.1, @astro-community/astro-embed-utils@npm:^0.1.2":
version: 0.1.2
resolution: "@astro-community/astro-embed-utils@npm:0.1.2"
dependencies:
linkedom: "npm:^0.14.26"
checksum: 10c0/23badf15dcd1ea6d74c9d5a6734a22dc3ec3099f905f901ca35f93ac2c389bd753870cd9a11892eb44cfedc377c99525f5cb0a9171b887c7e1c9356841ad97aa
languageName: node
linkType: hard
"@astro-community/astro-embed-vimeo@npm:^0.3.10":
version: 0.3.10
resolution: "@astro-community/astro-embed-vimeo@npm:0.3.10"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.2"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/7b9f9fe149a8435bc191590c50b8c27e508e114ff9bd9af5fc4d63e8c13e59a7c4f16e51c7a53319010bf329f9851f34666a9def45a71002ef55097127d9df80
languageName: node
linkType: hard
"@astro-community/astro-embed-vimeo@npm:^0.3.9":
version: 0.3.9
resolution: "@astro-community/astro-embed-vimeo@npm:0.3.9"
dependencies:
"@astro-community/astro-embed-utils": "npm:^0.1.2"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/1e464a2d9e1d8dbf35d1ea3ed583ad03f47d84feb0b4daf8f9c4867490a4db35015e01885985d14d4c16f8e8e1c64db3dea62a16799f46c156003385a096f8da
languageName: node
linkType: hard
"@astro-community/astro-embed-youtube@npm:^0.5.4":
version: 0.5.4
resolution: "@astro-community/astro-embed-youtube@npm:0.5.4"
dependencies:
lite-youtube-embed: "npm:^0.3.3"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/e1595f3bea2816b85a201a406b035c923369d02d6bb7c07504998c2178421180af852032d416255d3a26cc0e10fbfb0215086c38f454742eb07c773d28e30ba0
languageName: node
linkType: hard
"@astro-community/astro-embed-youtube@npm:^0.5.5":
version: 0.5.6
resolution: "@astro-community/astro-embed-youtube@npm:0.5.6"
dependencies:
lite-youtube-embed: "npm:^0.3.3"
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
checksum: 10c0/37c7d3c86d588f427aa063a2a7fd4f8123ecd071f8b340f2bc62a546197db936773bad9934127c3f275d213a818250a126c6a8421bbfe143e19f2c5bcb9c23f9
languageName: node
linkType: hard
"@astrojs/check@npm:^0.9.4":
version: 0.9.4
resolution: "@astrojs/check@npm:0.9.4"
dependencies:
"@astrojs/language-server": "npm:^2.15.0"
chokidar: "npm:^4.0.1"
kleur: "npm:^4.1.5"
yargs: "npm:^17.7.2"
peerDependencies:
typescript: ^5.0.0
bin:
astro-check: dist/bin.js
checksum: 10c0/0e9b554413319faea379a0b79380ba29e96be4cc93ae5df9154d6a4470082b314c184ac32079bbe20c83a933801e942370261a44fa35742fa87db0281d9ffb87
languageName: node
linkType: hard
"@astrojs/compiler@npm:^2.10.3":
version: 2.10.3
resolution: "@astrojs/compiler@npm:2.10.3"
checksum: 10c0/35e7a6e9d197924a3203afd3bd7bff39c8d4271516816c30173cca872302312c3748eefc5a5832523f49b98743115628a1b96922d7d96588a8d96e110a106b88
languageName: node
linkType: hard
"@astrojs/compiler@npm:^2.9.1":
version: 2.10.1
resolution: "@astrojs/compiler@npm:2.10.1"
checksum: 10c0/0825c8e540fedb0fafd203eeedd7352e33439a4e578a3dec6520d49b291db48bd30e7f0e13fbbdc17f315c5b34ce7faf46f5bbca9c2be2fde4f3e47ede1784e6
languageName: node
linkType: hard
"@astrojs/internal-helpers@npm:0.4.2":
version: 0.4.2
resolution: "@astrojs/internal-helpers@npm:0.4.2"
checksum: 10c0/881e345f587e0cd05a94a44a6b5aa4e104b67584dc65c21e139668661572add8bbcfad1ae02fe38d1189f553f203c0fcb15da79032cc4e973eabac704c041b19
languageName: node
linkType: hard
"@astrojs/language-server@npm:^2.15.0":
version: 2.15.0
resolution: "@astrojs/language-server@npm:2.15.0"
dependencies:
"@astrojs/compiler": "npm:^2.10.3"
"@astrojs/yaml2ts": "npm:^0.2.1"
"@jridgewell/sourcemap-codec": "npm:^1.4.15"
"@volar/kit": "npm:~2.4.5"
"@volar/language-core": "npm:~2.4.5"
"@volar/language-server": "npm:~2.4.5"
"@volar/language-service": "npm:~2.4.5"
fast-glob: "npm:^3.2.12"
muggle-string: "npm:^0.4.1"
volar-service-css: "npm:0.0.61"
volar-service-emmet: "npm:0.0.61"
volar-service-html: "npm:0.0.61"
volar-service-prettier: "npm:0.0.61"
volar-service-typescript: "npm:0.0.61"
volar-service-typescript-twoslash-queries: "npm:0.0.61"
volar-service-yaml: "npm:0.0.61"
vscode-html-languageservice: "npm:^5.2.0"
vscode-uri: "npm:^3.0.8"
peerDependencies:
prettier: ^3.0.0
prettier-plugin-astro: ">=0.11.0"
peerDependenciesMeta:
prettier:
optional: true
prettier-plugin-astro:
optional: true
bin:
astro-ls: bin/nodeServer.js
checksum: 10c0/62a03a6df546e93d41361432afd7c51aeb28a018476a0bd1c7a3e6c0c8c005d70f31f9424c203a13d219a2a2f5e637736b6f7996a014117c700825bbfa97836e
languageName: node
linkType: hard
"@astrojs/markdown-remark@npm:6.0.1":
version: 6.0.1
resolution: "@astrojs/markdown-remark@npm:6.0.1"
dependencies:
"@astrojs/prism": "npm:3.2.0"
github-slugger: "npm:^2.0.0"
hast-util-from-html: "npm:^2.0.3"
hast-util-to-text: "npm:^4.0.2"
import-meta-resolve: "npm:^4.1.0"
js-yaml: "npm:^4.1.0"
mdast-util-definitions: "npm:^6.0.0"
rehype-raw: "npm:^7.0.0"
rehype-stringify: "npm:^10.0.1"
remark-gfm: "npm:^4.0.0"
remark-parse: "npm:^11.0.0"
remark-rehype: "npm:^11.1.1"
remark-smartypants: "npm:^3.0.2"
shiki: "npm:^1.23.1"
unified: "npm:^11.0.5"
unist-util-remove-position: "npm:^5.0.0"
unist-util-visit: "npm:^5.0.0"
unist-util-visit-parents: "npm:^6.0.1"
vfile: "npm:^6.0.3"
checksum: 10c0/702fa5ddb2eb19da56000896495caaa2e1290fd669e7d4d766773bef9f581ce8536b2e1afc5fe779f2fa2f440c4f3e412499ac07359a5b26908e6bb8efe3a4cb
languageName: node
linkType: hard
"@astrojs/markdown-remark@npm:^5.0.0":
version: 5.3.0
resolution: "@astrojs/markdown-remark@npm:5.3.0"
dependencies:
"@astrojs/prism": "npm:3.1.0"
github-slugger: "npm:^2.0.0"
hast-util-from-html: "npm:^2.0.3"
hast-util-to-text: "npm:^4.0.2"
import-meta-resolve: "npm:^4.1.0"
mdast-util-definitions: "npm:^6.0.0"
rehype-raw: "npm:^7.0.0"
rehype-stringify: "npm:^10.0.1"
remark-gfm: "npm:^4.0.0"
remark-parse: "npm:^11.0.0"
remark-rehype: "npm:^11.1.1"
remark-smartypants: "npm:^3.0.2"
shiki: "npm:^1.22.0"
unified: "npm:^11.0.5"
unist-util-remove-position: "npm:^5.0.0"
unist-util-visit: "npm:^5.0.0"
unist-util-visit-parents: "npm:^6.0.1"
vfile: "npm:^6.0.3"
checksum: 10c0/b42d38940cef4ba700dcf9996b3fd631bd1ef560a6619cb5c7a5e9b3a6ef5ff7c6064aeba1b50e9ada904ad930b21f60e352f9c79d38d6ce4da4091e5b3a3c0c
languageName: node
linkType: hard
"@astrojs/mdx@npm:4.0.3":
version: 4.0.3
resolution: "@astrojs/mdx@npm:4.0.3"
dependencies:
"@astrojs/markdown-remark": "npm:6.0.1"
"@mdx-js/mdx": "npm:^3.1.0"
acorn: "npm:^8.14.0"
es-module-lexer: "npm:^1.5.4"
estree-util-visit: "npm:^2.0.0"
hast-util-to-html: "npm:^9.0.3"
kleur: "npm:^4.1.5"
rehype-raw: "npm:^7.0.0"
remark-gfm: "npm:^4.0.0"
remark-smartypants: "npm:^3.0.2"
source-map: "npm:^0.7.4"
unist-util-visit: "npm:^5.0.0"
vfile: "npm:^6.0.3"
peerDependencies:
astro: ^5.0.0
checksum: 10c0/14b0ae91a12620bc0858571e398e6080ac5f56f0a2857f1e96a387befc58d560ea25462e91544bf4709767c8e67534cc4d4a91501b21d53a0b9743ac92c1f54e
languageName: node
linkType: hard
"@astrojs/prism@npm:3.1.0":
version: 3.1.0
resolution: "@astrojs/prism@npm:3.1.0"
dependencies:
prismjs: "npm:^1.29.0"
checksum: 10c0/45132cd1cc8ac45f5fe75bfbf3f8bad3caa9d68aadb0537505f866fcf3ab4bcfa038be1ce20ad26b7e344c4f9a1edd0ab0f4211d413e09c84731fbc7c59b7746
languageName: node
linkType: hard
"@astrojs/prism@npm:3.2.0":
version: 3.2.0
resolution: "@astrojs/prism@npm:3.2.0"
dependencies:
prismjs: "npm:^1.29.0"
checksum: 10c0/da1bea22fa82e411fb751e8c1cf8fcf6c466eb28e2caea80b0c8d1f550bb0bc4ab6ab7220efd50ecb95513fe87be2c56873e1afffd1753829a5979dbe6f961ac
languageName: node
linkType: hard
"@astrojs/rss@npm:4.0.11":
version: 4.0.11
resolution: "@astrojs/rss@npm:4.0.11"
dependencies:
fast-xml-parser: "npm:^4.5.0"
kleur: "npm:^4.1.5"
checksum: 10c0/9ac4ec0801eb356d150c5259bc53dcaecb011f87261a347ad7bfc61931f5a330a3013e29ef04cccae0c39906c0881d3e361f5e38d2d5bb5833d6f395ad52b7cc
languageName: node
linkType: hard
"@astrojs/sitemap@npm:3.2.1":
version: 3.2.1
resolution: "@astrojs/sitemap@npm:3.2.1"
dependencies:
sitemap: "npm:^8.0.0"
stream-replace-string: "npm:^2.0.0"
zod: "npm:^3.23.8"
checksum: 10c0/03a883dcf5ea18963e2b9031c07ea131d8c79efbc76abb42a06e71db1ad252696846c187187f2804b16d1d51b740419433a1eacb4abe0e93d74056320aee12ae
languageName: node
linkType: hard
"@astrojs/telemetry@npm:3.2.0":
version: 3.2.0
resolution: "@astrojs/telemetry@npm:3.2.0"
dependencies:
ci-info: "npm:^4.1.0"
debug: "npm:^4.3.7"
dlv: "npm:^1.1.3"
dset: "npm:^3.1.4"
is-docker: "npm:^3.0.0"
is-wsl: "npm:^3.1.0"
which-pm-runs: "npm:^1.1.0"
checksum: 10c0/5727205ca13fc9f83ff97b64838f6edd4010e8307d19f781f641c0c99e779d7d3e15469d66a67ba119c87963cd1c529bbd0f15bc8b88d88918f8fda04805c610
languageName: node
linkType: hard
"@astrojs/yaml2ts@npm:^0.2.1":
version: 0.2.1
resolution: "@astrojs/yaml2ts@npm:0.2.1"
dependencies:
yaml: "npm:^2.5.0"
checksum: 10c0/944a60799f499863479d60bce781f29ec2aea674fe39d37bbc03a4b418ed54b72174695d1925732a3277b233cbec83e606dfaca2c6c752142a4b3dd14cf22a49
languageName: node
linkType: hard
"@astropub/md@npm:^1.0.0":
version: 1.0.0
resolution: "@astropub/md@npm:1.0.0"
peerDependencies:
"@astrojs/markdown-remark": ^5
checksum: 10c0/2782bfd185c8edc1b83980600369143a39d67110f2cfbbba7816ac7796a852c0e4039205c6ef5b9d66d4b1694eb773e2d57cb6518f4a9c6da3d372f94c2d9319
languageName: node
linkType: hard
"@atproto/api@npm:^0.13.14":
version: 0.13.20
resolution: "@atproto/api@npm:0.13.20"
dependencies:
"@atproto/common-web": "npm:^0.3.1"
"@atproto/lexicon": "npm:^0.4.4"
"@atproto/syntax": "npm:^0.3.1"
"@atproto/xrpc": "npm:^0.6.5"
await-lock: "npm:^2.2.2"
multiformats: "npm:^9.9.0"
tlds: "npm:^1.234.0"
zod: "npm:^3.23.8"
checksum: 10c0/ed976fe6c628c3e7ac75b2bd67636b3e0bfcc968248cbd2e0a484def0eb20029195454955dbe7b724b438b6df4943b91c01d54007f43f0259116862ca7a17309
languageName: node
linkType: hard
"@atproto/common-web@npm:^0.3.1":
version: 0.3.1
resolution: "@atproto/common-web@npm:0.3.1"
dependencies:
graphemer: "npm:^1.4.0"
multiformats: "npm:^9.9.0"
uint8arrays: "npm:3.0.0"
zod: "npm:^3.23.8"
checksum: 10c0/9ae59b85a8cfa8d4cd3d29b56a6781136eb868f67a8eee4ffc239d85abb2d810ac5c3a1c95293051ff46383677cee0bc9343e2edfdd1cc906c0ce97865567829
languageName: node
linkType: hard
"@atproto/lexicon@npm:^0.4.4":
version: 0.4.4
resolution: "@atproto/lexicon@npm:0.4.4"
dependencies:
"@atproto/common-web": "npm:^0.3.1"
"@atproto/syntax": "npm:^0.3.1"
iso-datestring-validator: "npm:^2.2.2"
multiformats: "npm:^9.9.0"
zod: "npm:^3.23.8"
checksum: 10c0/c30c91d87b7095aa923ffc0cf74053e7a920414f8c9e85cccfffdb77245731610759a052d3113981c3e1627081d6060b3f2122c460a73ba9cb371d618c02a7b3
languageName: node
linkType: hard
"@atproto/syntax@npm:^0.3.1":
version: 0.3.1
resolution: "@atproto/syntax@npm:0.3.1"
checksum: 10c0/22139c4472559d8627017b7c3395346f35a240e09d01ec206fd06e4cbb54cd3348e007f26f1985a808bf7210b629e7cc0c9d149697db24e1a56be33143edec54
languageName: node
linkType: hard
"@atproto/xrpc@npm:^0.6.5":
version: 0.6.5
resolution: "@atproto/xrpc@npm:0.6.5"
dependencies:
"@atproto/lexicon": "npm:^0.4.4"
zod: "npm:^3.23.8"
checksum: 10c0/d563c3db54ad1972e45224c782e20ddc718224b89f890cc7c435f1cd8909b6255deb3d7e09022736799dca68984f16a384f9b6cba0c17ec5e373c7109a8f5d54
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helper-string-parser@npm:7.25.7"
checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
languageName: node
linkType: hard
"@babel/parser@npm:^7.25.4":
version: 7.25.7
resolution: "@babel/parser@npm:7.25.7"
dependencies:
"@babel/types": "npm:^7.25.7"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/b771469bb6b636c18a8d642b9df3c73913c3860a979591e1a29a98659efd38b81d3e393047b5251fe382d4c82c681c12da9ce91c98d69316d2604d155a214bcf
languageName: node
linkType: hard
"@babel/types@npm:^7.25.4, @babel/types@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/types@npm:7.25.7"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.7"
"@babel/helper-validator-identifier": "npm:^7.25.7"
to-fast-properties: "npm:^2.0.0"
checksum: 10c0/e03e1e2e08600fa1e8eb90632ac9c253dd748176c8d670d85f85b0dc83a0573b26ae748a1cbcb81f401903a3d95f43c3f4f8d516a5ed779929db27de56289633
languageName: node
linkType: hard
"@capsizecss/core@npm:3.1.1":
version: 3.1.1
resolution: "@capsizecss/core@npm:3.1.1"
dependencies:
csstype: "npm:^3.1.1"
checksum: 10c0/411cdff2ccd4471705e17cfca9c3f191fdbcfa35d1b4e910b530d8a8875f9e18ab58d0d3e5519f5ac375d7a3cafb9775b4e8b7a45ec19f130dafbc45d3a6bb6f
languageName: node
linkType: hard
"@capsizecss/metrics@npm:1.2.0":
version: 1.2.0
resolution: "@capsizecss/metrics@npm:1.2.0"
checksum: 10c0/4856cffd2407ea4f3cd30390962d188a6cdf08fc5e20c81127bd1b80111df8ea13a52708d0acc515c64ee5467b00cc087c2e790b8b468e38265d5891cda5e33d
languageName: node
linkType: hard
"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: 10c0/eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44
languageName: node
linkType: hard
"@cypress/request@npm:^3.0.6":
version: 3.0.7
resolution: "@cypress/request@npm:3.0.7"
dependencies:
aws-sign2: "npm:~0.7.0"
aws4: "npm:^1.8.0"
caseless: "npm:~0.12.0"
combined-stream: "npm:~1.0.6"
extend: "npm:~3.0.2"
forever-agent: "npm:~0.6.1"
form-data: "npm:~4.0.0"
http-signature: "npm:~1.4.0"
is-typedarray: "npm:~1.0.0"
isstream: "npm:~0.1.2"
json-stringify-safe: "npm:~5.0.1"
mime-types: "npm:~2.1.19"
performance-now: "npm:^2.1.0"
qs: "npm:6.13.1"
safe-buffer: "npm:^5.1.2"
tough-cookie: "npm:^5.0.0"
tunnel-agent: "npm:^0.6.0"
uuid: "npm:^8.3.2"
checksum: 10c0/645328a63eb47903209ec928fd88287fad1b38beb0c40c65cd8d0af11b292e880e47ec53a29592c866ab1e21828664abe6328cd2da8eedb20719a622df37ad58
languageName: node
linkType: hard
"@cypress/xvfb@npm:^1.2.4":
version: 1.2.4
resolution: "@cypress/xvfb@npm:1.2.4"
dependencies:
debug: "npm:^3.1.0"
lodash.once: "npm:^4.1.1"
checksum: 10c0/1bf6224b244f6093033d77f04f6bef719280542656de063cf8ac3f38957b62aa633e6918af0b9673a8bf0123b42a850db51d9729a3ae3da885ac179bc7fc1d26
languageName: node
linkType: hard
"@emmetio/abbreviation@npm:^2.3.3":
version: 2.3.3
resolution: "@emmetio/abbreviation@npm:2.3.3"
dependencies:
"@emmetio/scanner": "npm:^1.0.4"
checksum: 10c0/835b460706d5920a6f9a569a44b7d98e88d5530e3983af3678b44fa38b4cbdf68b5df933476d72e340779b16e7e7962ffa63142db8d2f59b1175a11c30c14635
languageName: node
linkType: hard
"@emmetio/css-abbreviation@npm:^2.1.8":
version: 2.1.8
resolution: "@emmetio/css-abbreviation@npm:2.1.8"
dependencies:
"@emmetio/scanner": "npm:^1.0.4"
checksum: 10c0/b5b3b39e773185d848b634e48e1b520e6ebffd28bfd0ba34fbcf877ca77e0edb8c7bbf58230cb0621f80f579bd7fd0265f00ab5e09ac482a835897cbdb6182a6
languageName: node
linkType: hard
"@emmetio/css-parser@npm:^0.4.0":
version: 0.4.0
resolution: "@emmetio/css-parser@npm:0.4.0"
dependencies:
"@emmetio/stream-reader": "npm:^2.2.0"
"@emmetio/stream-reader-utils": "npm:^0.1.0"
checksum: 10c0/44606cb3220c4d1c910439271c5cf903ec89ce602fa25c527a25e8a744ca8e84df3ffbb82d3b44923b890884a7f889eff34c462568e5866e2ab5d98dda99c6f0
languageName: node
linkType: hard
"@emmetio/html-matcher@npm:^1.3.0":
version: 1.3.0
resolution: "@emmetio/html-matcher@npm:1.3.0"
dependencies:
"@emmetio/scanner": "npm:^1.0.0"
checksum: 10c0/354f6d4d52ffb124883cc350d6a09942f2ec352b03dfb928ba8c3078b0f570041b6095367367094a307388c158e6b053565c09a9c1db699517801435a0eadb5c
languageName: node
linkType: hard
"@emmetio/scanner@npm:^1.0.0, @emmetio/scanner@npm:^1.0.4":
version: 1.0.4
resolution: "@emmetio/scanner@npm:1.0.4"
checksum: 10c0/ae6244e563caaff0f88d7afefc33fd6cfb7cc767ce914b54d35b46002637948cfc65951dba6d6941328afa54c721c225836fafce2de40fb7643660ba09fe7372
languageName: node
linkType: hard
"@emmetio/stream-reader-utils@npm:^0.1.0":
version: 0.1.0
resolution: "@emmetio/stream-reader-utils@npm:0.1.0"
checksum: 10c0/8630a066200976aa07ce25708484e5c2458182961280dc4637a7a6e98e1f3bb59fb7bf3bf26380f74c6ff1fd40d3dbf1143f21c721833199e45f669614a33b87
languageName: node
linkType: hard
"@emmetio/stream-reader@npm:^2.2.0":
version: 2.2.0
resolution: "@emmetio/stream-reader@npm:2.2.0"
checksum: 10c0/d1a5c83b1ef062ce89b48e1fc170cd5f21b0dfa6132dc41421ef7eda455563227c047977cd4c7b70f072fa73b5af553b04cafe381c600df9bd17c58ca8238e8b
languageName: node
linkType: hard
"@emnapi/runtime@npm:^1.1.1":
version: 1.2.0
resolution: "@emnapi/runtime@npm:1.2.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/7005ff8b67724c9e61b6cd79a3decbdb2ce25d24abd4d3d187472f200ee6e573329c30264335125fb136bd813aa9cf9f4f7c9391d04b07dd1e63ce0a3427be57
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/aix-ppc64@npm:0.21.5"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/aix-ppc64@npm:0.24.2"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/android-arm64@npm:0.21.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm64@npm:0.24.2"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/android-arm@npm:0.21.5"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm@npm:0.24.2"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/android-x64@npm:0.21.5"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-x64@npm:0.24.2"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/darwin-arm64@npm:0.21.5"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/darwin-arm64@npm:0.24.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/darwin-x64@npm:0.21.5"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/darwin-x64@npm:0.24.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/freebsd-arm64@npm:0.21.5"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/freebsd-arm64@npm:0.24.2"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/freebsd-x64@npm:0.21.5"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/freebsd-x64@npm:0.24.2"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-arm64@npm:0.21.5"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-arm64@npm:0.24.2"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-arm@npm:0.21.5"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-arm@npm:0.24.2"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-ia32@npm:0.21.5"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-ia32@npm:0.24.2"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-loong64@npm:0.21.5"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-loong64@npm:0.24.2"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-mips64el@npm:0.21.5"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-mips64el@npm:0.24.2"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-ppc64@npm:0.21.5"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-ppc64@npm:0.24.2"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-riscv64@npm:0.21.5"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-riscv64@npm:0.24.2"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-s390x@npm:0.21.5"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-s390x@npm:0.24.2"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/linux-x64@npm:0.21.5"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/linux-x64@npm:0.24.2"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/netbsd-arm64@npm:0.24.2"
conditions: os=netbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/netbsd-x64@npm:0.21.5"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/netbsd-x64@npm:0.24.2"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/openbsd-arm64@npm:0.24.2"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/openbsd-x64@npm:0.21.5"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/openbsd-x64@npm:0.24.2"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/sunos-x64@npm:0.21.5"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/sunos-x64@npm:0.24.2"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/win32-arm64@npm:0.21.5"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/win32-arm64@npm:0.24.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/win32-ia32@npm:0.21.5"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/win32-ia32@npm:0.24.2"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/win32-x64@npm:0.21.5"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/win32-x64@npm:0.24.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@fontsource-variable/domine@npm:^5.1.1":
version: 5.1.1
resolution: "@fontsource-variable/domine@npm:5.1.1"
checksum: 10c0/fa5b26789e99724fd1a3b9b83991fccdaa7180db0cd8cd75b88550152bf8fd30161117cf39c327a3446c074a9a8068e2fbb022c7156d5139b6393d2df4e1b78b
languageName: node
linkType: hard
"@fontsource-variable/jetbrains-mono@npm:^5.1.2":
version: 5.1.2
resolution: "@fontsource-variable/jetbrains-mono@npm:5.1.2"
checksum: 10c0/a6a1085a2868b21ac72ebb20a4dda8b60332ddb70044005d7de9a39f46ca38fed5144889a9fa29df94601d7da3c8e7bc415d1cf4970b40c615192f2abc54a7d7
languageName: node
linkType: hard
"@fontsource-variable/open-sans@npm:^5.1.1":
version: 5.1.1
resolution: "@fontsource-variable/open-sans@npm:5.1.1"
checksum: 10c0/f4f4c45af2fab6d0f4205e8950b09579451f880d023e0be76648898518a709d7bfe24e7e10a28e5bb8cda305a417b84bd41c8ccff324d34cacf11b4a0af19997
languageName: node
linkType: hard
"@gamesome/astro-font@npm:^0.0.3":
version: 0.0.3
resolution: "@gamesome/astro-font@npm:0.0.3"
dependencies:
"@capsizecss/core": "npm:3.1.1"
"@capsizecss/metrics": "npm:1.2.0"
clean-css: "npm:5.3.2"
peerDependencies:
astro: ^3.0.0 || ^4.0.0
checksum: 10c0/d465d5b521dc49b27a4ffffc8a2d54b38dcc20a0bcab94971ff58eb067d401fa5c30191ddeefcc8b65ba59f6f00d99e8eb99d27483d1303033b17617b7aac82e
languageName: node
linkType: hard
"@iconify-json/material-symbols@npm:^1.2.12":
version: 1.2.12
resolution: "@iconify-json/material-symbols@npm:1.2.12"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/9b4b41eec12977c1bd2dbee1e5cf015953995fa7d27a9b4575993739dc0433b89948811496ddedf769a4e8090c52f3fe03d483533be242ea8f9a179f48089b78
languageName: node
linkType: hard
"@iconify-json/simple-icons@npm:^1.2.18":
version: 1.2.18
resolution: "@iconify-json/simple-icons@npm:1.2.18"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/a18fdf1b90d3383281f9e0c6a949d6d708f763771558cbc22861bd4adeaf1da01793913b9dda6f0bb78b8d19e4682d2363238a9d9ddcaef8a014d68179ad70cb
languageName: node
linkType: hard
"@iconify/tools@npm:^4.0.5":
version: 4.0.7
resolution: "@iconify/tools@npm:4.0.7"
dependencies:
"@iconify/types": "npm:^2.0.0"
"@iconify/utils": "npm:^2.1.32"
"@types/tar": "npm:^6.1.13"