-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
9328 lines (8417 loc) · 320 KB
/
yarn.lock
File metadata and controls
9328 lines (8417 loc) · 320 KB
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
"@adraffy/ens-normalize@npm:^1.11.0":
version: 1.11.1
resolution: "@adraffy/ens-normalize@npm:1.11.1"
checksum: 10c0/b364e2a57131db278ebf2f22d1a1ac6d8aea95c49dd2bbbc1825870b38aa91fd8816aba580a1f84edc50a45eb6389213dacfd1889f32893afc8549a82d304767
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.26.2":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.27.1":
version: 7.28.5
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
languageName: node
linkType: hard
"@babel/runtime@npm:7.28.4":
version: 7.28.4
resolution: "@babel/runtime@npm:7.28.4"
checksum: 10c0/792ce7af9750fb9b93879cc9d1db175701c4689da890e6ced242ea0207c9da411ccf16dc04e689cc01158b28d7898c40d75598f4559109f761c12ce01e959bf7
languageName: node
linkType: hard
"@babel/runtime@npm:7.7.2":
version: 7.7.2
resolution: "@babel/runtime@npm:7.7.2"
dependencies:
regenerator-runtime: "npm:^0.13.2"
checksum: 10c0/a1bab397bf1ae0117a7ac1fb67885833368b065425960ed7e5d8856efad5fc46765ae27d82d3d6ede2ade35c901d56745e1ae8ad75b36ca309a9dfd0fca5a712
languageName: node
linkType: hard
"@babel/runtime@npm:^7.11.2":
version: 7.27.0
resolution: "@babel/runtime@npm:7.27.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663
languageName: node
linkType: hard
"@babel/runtime@npm:~7.5.4":
version: 7.5.5
resolution: "@babel/runtime@npm:7.5.5"
dependencies:
regenerator-runtime: "npm:^0.13.2"
checksum: 10c0/ee5789200681462dc668ce4a0720914b16b872b4f71b79931a343fd4114154a3ec64e7e93ec38f634b7e3f54767005883402af86d60eb5172e897cae275ef8da
languageName: node
linkType: hard
"@biomejs/biome@npm:^2.3.1":
version: 2.3.1
resolution: "@biomejs/biome@npm:2.3.1"
dependencies:
"@biomejs/cli-darwin-arm64": "npm:2.3.1"
"@biomejs/cli-darwin-x64": "npm:2.3.1"
"@biomejs/cli-linux-arm64": "npm:2.3.1"
"@biomejs/cli-linux-arm64-musl": "npm:2.3.1"
"@biomejs/cli-linux-x64": "npm:2.3.1"
"@biomejs/cli-linux-x64-musl": "npm:2.3.1"
"@biomejs/cli-win32-arm64": "npm:2.3.1"
"@biomejs/cli-win32-x64": "npm:2.3.1"
dependenciesMeta:
"@biomejs/cli-darwin-arm64":
optional: true
"@biomejs/cli-darwin-x64":
optional: true
"@biomejs/cli-linux-arm64":
optional: true
"@biomejs/cli-linux-arm64-musl":
optional: true
"@biomejs/cli-linux-x64":
optional: true
"@biomejs/cli-linux-x64-musl":
optional: true
"@biomejs/cli-win32-arm64":
optional: true
"@biomejs/cli-win32-x64":
optional: true
bin:
biome: bin/biome
checksum: 10c0/3c644c095b4e9be54b8e93275d8a78bed766a3781b7b4c5c97fd1a736ae6bb3f1f440daa8ceaa1f8f929af711fcffd1cf754f5149315a4695e2b868e29f5d293
languageName: node
linkType: hard
"@biomejs/cli-darwin-arm64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-darwin-arm64@npm:2.3.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@biomejs/cli-darwin-x64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-darwin-x64@npm:2.3.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@biomejs/cli-linux-arm64-musl@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.3.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@biomejs/cli-linux-arm64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-linux-arm64@npm:2.3.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@biomejs/cli-linux-x64-musl@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-linux-x64-musl@npm:2.3.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@biomejs/cli-linux-x64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-linux-x64@npm:2.3.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@biomejs/cli-win32-arm64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-win32-arm64@npm:2.3.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@biomejs/cli-win32-x64@npm:2.3.1":
version: 2.3.1
resolution: "@biomejs/cli-win32-x64@npm:2.3.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@chevrotain/cst-dts-gen@npm:11.1.1":
version: 11.1.1
resolution: "@chevrotain/cst-dts-gen@npm:11.1.1"
dependencies:
"@chevrotain/gast": "npm:11.1.1"
"@chevrotain/types": "npm:11.1.1"
lodash-es: "npm:4.17.23"
checksum: 10c0/31bdfadf2913529dec6f508aa33a3a8823eea2a75087a7a1283b76a787e62371f0b1fcb82a36be85cf01655bf62691f24d2c24b45aed22f13e5ffccf9c36a922
languageName: node
linkType: hard
"@chevrotain/gast@npm:11.1.1":
version: 11.1.1
resolution: "@chevrotain/gast@npm:11.1.1"
dependencies:
"@chevrotain/types": "npm:11.1.1"
lodash-es: "npm:4.17.23"
checksum: 10c0/3a1f870bdc4a7dc349ae0c2e48f875e120c24f1fe076a095f3476ffb66de72b935fe083a7bf0669e624941527044ee2de7cc7020e35a4741d4ac66891d7053da
languageName: node
linkType: hard
"@chevrotain/regexp-to-ast@npm:11.1.1":
version: 11.1.1
resolution: "@chevrotain/regexp-to-ast@npm:11.1.1"
checksum: 10c0/56d6900848a621bd5ee0e6babff62389245b97374290ebdc3afcedf5ba199297b47601b1f908c1021790051414fbafeea81e437c98b92817561301ee5050b5b2
languageName: node
linkType: hard
"@chevrotain/types@npm:11.1.1":
version: 11.1.1
resolution: "@chevrotain/types@npm:11.1.1"
checksum: 10c0/7cc3692ed8dec7ff6251b583bfd9dea4f7e77f5a172b017e90fa40ab6cc7eef626ec66623228a553e61805aaf126d295941f05defaa22cdab46c2fbf908f66c3
languageName: node
linkType: hard
"@chevrotain/utils@npm:11.1.1":
version: 11.1.1
resolution: "@chevrotain/utils@npm:11.1.1"
checksum: 10c0/b862ba08bb6c6443a8316fcdc040ce940b61d06a15c746fb1cf63bc0e01e37b6976be4ec73285933c25201d2a17d2bfd65bf2a704de72320fc013e31e86fcedf
languageName: node
linkType: hard
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
dependencies:
"@jridgewell/trace-mapping": "npm:0.3.9"
checksum: 10c0/05c5368c13b662ee4c122c7bfbe5dc0b613416672a829f3e78bc49a357a197e0218d6e74e7c66cfcd04e15a179acab080bd3c69658c9fbefd0e1ccd950a07fc6
languageName: node
linkType: hard
"@design-systems/utils@npm:2.12.0":
version: 2.12.0
resolution: "@design-systems/utils@npm:2.12.0"
dependencies:
"@babel/runtime": "npm:^7.11.2"
clsx: "npm:^1.0.4"
focus-lock: "npm:^0.8.0"
react-merge-refs: "npm:^1.0.0"
peerDependencies:
"@types/react": "*"
react: ">= 16.8.6"
react-dom: ">= 16.8.6"
checksum: 10c0/1b729cd9817ac08d8c18245f9fb0e8a6dd1511602b9d0c1b82f137be60642a5649497fd6c7b938770f2666c90bfc172c86fa575867da570165ae63db898d2029
languageName: node
linkType: hard
"@devicefarmer/adbkit-logcat@npm:^2.1.2":
version: 2.1.3
resolution: "@devicefarmer/adbkit-logcat@npm:2.1.3"
checksum: 10c0/d8d6108a0c47f994fd3073f19c8de9e38c6c70b420c55be3fc1a924b873f35cb24120f11e0173ab94c2f14e190f575ff62dc7de801b3272d56f6e46c4be8cde1
languageName: node
linkType: hard
"@devicefarmer/adbkit-monkey@npm:~1.2.1":
version: 1.2.1
resolution: "@devicefarmer/adbkit-monkey@npm:1.2.1"
checksum: 10c0/3c397e7b5242034e29455b94792b6b3ce7d0adbd3e9da59b85c24aa6a5e99ae45f36078f56a8dc5b8df2e1c8f57726f88e5017081c6a4301e1945cf88d8864a2
languageName: node
linkType: hard
"@devicefarmer/adbkit@npm:3.3.8":
version: 3.3.8
resolution: "@devicefarmer/adbkit@npm:3.3.8"
dependencies:
"@devicefarmer/adbkit-logcat": "npm:^2.1.2"
"@devicefarmer/adbkit-monkey": "npm:~1.2.1"
bluebird: "npm:~3.7"
commander: "npm:^9.1.0"
debug: "npm:~4.3.1"
node-forge: "npm:^1.3.1"
split: "npm:~1.0.1"
bin:
adbkit: bin/adbkit
checksum: 10c0/1d15f598ef7e2eae76580d463b61005a966faa5a5bf14e555657166ca638c381d88e5ead074ad8bbb3dc71c0f4ddd85d88cf13f6a1d014b66330292626ad7066
languageName: node
linkType: hard
"@devtools-ds/object-inspector@npm:^1.2.1":
version: 1.2.1
resolution: "@devtools-ds/object-inspector@npm:1.2.1"
dependencies:
"@babel/runtime": "npm:7.7.2"
"@devtools-ds/object-parser": "npm:^1.2.1"
"@devtools-ds/themes": "npm:^1.2.1"
"@devtools-ds/tree": "npm:^1.2.1"
clsx: "npm:1.1.0"
peerDependencies:
react: ">= 16.8.6"
checksum: 10c0/e7248151d66b65f2481caecb765895ded2759264b85cd99c4780e975028f0752ea170842c464aebf2911ed9bfee5fef7f13cf5091db17960b86767cd3e416725
languageName: node
linkType: hard
"@devtools-ds/object-parser@npm:^1.2.1":
version: 1.2.1
resolution: "@devtools-ds/object-parser@npm:1.2.1"
dependencies:
"@babel/runtime": "npm:~7.5.4"
checksum: 10c0/3feefaa4fac05e178c3dea990d51d86d29fe5f18210ab686799e4f85a6c38a3f9482c4d1d743be36c9e1277d5e1f13fce7e823f88f9c80fd8965559fd3562ad8
languageName: node
linkType: hard
"@devtools-ds/table@npm:^1.2.1":
version: 1.2.1
resolution: "@devtools-ds/table@npm:1.2.1"
dependencies:
"@babel/runtime": "npm:7.7.2"
"@design-systems/utils": "npm:2.12.0"
"@devtools-ds/themes": "npm:^1.2.1"
clsx: "npm:1.1.0"
use-resize-observer: "npm:6.1.0"
peerDependencies:
react: ">= 16.8.6"
checksum: 10c0/70fc64cb9c5533fe73a4a19b4f9e93a9fa3535e067d7107ee5c13115b40d7e012754aed1a820404e8269b2e92dfc7420c4189c60e7c559d5d591452b368cf621
languageName: node
linkType: hard
"@devtools-ds/themes@npm:^1.2.1":
version: 1.2.1
resolution: "@devtools-ds/themes@npm:1.2.1"
dependencies:
"@babel/runtime": "npm:~7.5.4"
"@design-systems/utils": "npm:2.12.0"
clsx: "npm:1.1.0"
peerDependencies:
react: ">= 16.8.6"
checksum: 10c0/f984ca35398eab2e09f286017f358f98986cd876b4392231b0687152f0c40e280085bb98ecb739859c5e52fc5d2892ece5ec5aa6eab96e51edb96789377358d7
languageName: node
linkType: hard
"@devtools-ds/tree@npm:^1.2.1":
version: 1.2.1
resolution: "@devtools-ds/tree@npm:1.2.1"
dependencies:
"@babel/runtime": "npm:7.7.2"
"@devtools-ds/themes": "npm:^1.2.1"
clsx: "npm:1.1.0"
peerDependencies:
react: ">= 16.8.6"
checksum: 10c0/072f867e8efe953e63c7421bafe366f1ca9ca2b3f59afdc42b6a11d399c69cdde0ad9b50f368efae0e1239d03a1164e7874771d23752970c22e8247718ddf471
languageName: node
linkType: hard
"@emnapi/core@npm:^1.7.1":
version: 1.8.1
resolution: "@emnapi/core@npm:1.8.1"
dependencies:
"@emnapi/wasi-threads": "npm:1.1.0"
tslib: "npm:^2.4.0"
checksum: 10c0/2c242f4b49779bac403e1cbcc98edacdb1c8ad36562408ba9a20663824669e930bc8493be46a2522d9dc946b8d96cd7073970bae914928c7671b5221c85b432e
languageName: node
linkType: hard
"@emnapi/runtime@npm:^1.7.1":
version: 1.8.1
resolution: "@emnapi/runtime@npm:1.8.1"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/f4929d75e37aafb24da77d2f58816761fe3f826aad2e37fa6d4421dac9060cbd5098eea1ac3c9ecc4526b89deb58153852fa432f87021dc57863f2ff726d713f
languageName: node
linkType: hard
"@emnapi/wasi-threads@npm:1.1.0, @emnapi/wasi-threads@npm:^1.1.0":
version: 1.1.0
resolution: "@emnapi/wasi-threads@npm:1.1.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/e6d54bf2b1e64cdd83d2916411e44e579b6ae35d5def0dea61a3c452d9921373044dff32a8b8473ae60c80692bdc39323e98b96a3f3d87ba6886b24dd0ef7ca1
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/aix-ppc64@npm:0.27.0"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/aix-ppc64@npm:0.27.2"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/android-arm64@npm:0.27.0"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/android-arm64@npm:0.27.2"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/android-arm@npm:0.27.0"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/android-arm@npm:0.27.2"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/android-x64@npm:0.27.0"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/android-x64@npm:0.27.2"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/darwin-arm64@npm:0.27.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/darwin-arm64@npm:0.27.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/darwin-x64@npm:0.27.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/darwin-x64@npm:0.27.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/freebsd-arm64@npm:0.27.0"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/freebsd-arm64@npm:0.27.2"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/freebsd-x64@npm:0.27.0"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/freebsd-x64@npm:0.27.2"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-arm64@npm:0.27.0"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-arm64@npm:0.27.2"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-arm@npm:0.27.0"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-arm@npm:0.27.2"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-ia32@npm:0.27.0"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-ia32@npm:0.27.2"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-loong64@npm:0.27.0"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-loong64@npm:0.27.2"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-mips64el@npm:0.27.0"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-mips64el@npm:0.27.2"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-ppc64@npm:0.27.0"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-ppc64@npm:0.27.2"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-riscv64@npm:0.27.0"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-riscv64@npm:0.27.2"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-s390x@npm:0.27.0"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-s390x@npm:0.27.2"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/linux-x64@npm:0.27.0"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/linux-x64@npm:0.27.2"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/netbsd-arm64@npm:0.27.0"
conditions: os=netbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/netbsd-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/netbsd-arm64@npm:0.27.2"
conditions: os=netbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/netbsd-x64@npm:0.27.0"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/netbsd-x64@npm:0.27.2"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/openbsd-arm64@npm:0.27.0"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/openbsd-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/openbsd-arm64@npm:0.27.2"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/openbsd-x64@npm:0.27.0"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/openbsd-x64@npm:0.27.2"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openharmony-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/openharmony-arm64@npm:0.27.0"
conditions: os=openharmony & cpu=arm64
languageName: node
linkType: hard
"@esbuild/openharmony-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/openharmony-arm64@npm:0.27.2"
conditions: os=openharmony & cpu=arm64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/sunos-x64@npm:0.27.0"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/sunos-x64@npm:0.27.2"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/win32-arm64@npm:0.27.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/win32-arm64@npm:0.27.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/win32-ia32@npm:0.27.0"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/win32-ia32@npm:0.27.2"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.27.0":
version: 0.27.0
resolution: "@esbuild/win32-x64@npm:0.27.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.27.2":
version: 0.27.2
resolution: "@esbuild/win32-x64@npm:0.27.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@eslint-community/eslint-utils@npm:^4.8.0":
version: 4.9.0
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10c0/8881e22d519326e7dba85ea915ac7a143367c805e6ba1374c987aa2fbdd09195cc51183d2da72c0e2ff388f84363e1b220fd0d19bef10c272c63455162176817
languageName: node
linkType: hard
"@eslint-community/regexpp@npm:^4.12.1":
version: 4.12.2
resolution: "@eslint-community/regexpp@npm:4.12.2"
checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13fa0df005c81adeee7e63a92f3effd7d367a163b721c2d
languageName: node
linkType: hard
"@eslint/config-array@npm:^0.21.1":
version: 0.21.1
resolution: "@eslint/config-array@npm:0.21.1"
dependencies:
"@eslint/object-schema": "npm:^2.1.7"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10c0/2f657d4edd6ddcb920579b72e7a5b127865d4c3fb4dda24f11d5c4f445a93ca481aebdbd6bf3291c536f5d034458dbcbb298ee3b698bc6c9dd02900fe87eec3c
languageName: node
linkType: hard
"@eslint/config-helpers@npm:^0.4.2":
version: 0.4.2
resolution: "@eslint/config-helpers@npm:0.4.2"
dependencies:
"@eslint/core": "npm:^0.17.0"
checksum: 10c0/92efd7a527b2d17eb1a148409d71d80f9ac160b565ac73ee092252e8bf08ecd08670699f46b306b94f13d22e88ac88a612120e7847570dd7cdc72f234d50dcb4
languageName: node
linkType: hard
"@eslint/core@npm:^0.17.0":
version: 0.17.0
resolution: "@eslint/core@npm:0.17.0"
dependencies:
"@types/json-schema": "npm:^7.0.15"
checksum: 10c0/9a580f2246633bc752298e7440dd942ec421860d1946d0801f0423830e67887e4aeba10ab9a23d281727a978eb93d053d1922a587d502942a713607f40ed704e
languageName: node
linkType: hard
"@eslint/eslintrc@npm:^3.3.1":
version: 3.3.1
resolution: "@eslint/eslintrc@npm:3.3.1"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^10.0.1"
globals: "npm:^14.0.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/b0e63f3bc5cce4555f791a4e487bf999173fcf27c65e1ab6e7d63634d8a43b33c3693e79f192cbff486d7df1be8ebb2bd2edc6e70ddd486cbfa84a359a3e3b41
languageName: node
linkType: hard
"@eslint/js@npm:9.39.0":
version: 9.39.0
resolution: "@eslint/js@npm:9.39.0"
checksum: 10c0/f0ac65784932f1a5d3b9c0db12eb1ff9dcb480dbd03da1045e5da820bd97a35875fb7790f1fbe652763270b1327b770c79a9ba0396e2ad91fbd97822493e67eb
languageName: node
linkType: hard
"@eslint/object-schema@npm:^2.1.7":
version: 2.1.7
resolution: "@eslint/object-schema@npm:2.1.7"
checksum: 10c0/936b6e499853d1335803f556d526c86f5fe2259ed241bc665000e1d6353828edd913feed43120d150adb75570cae162cf000b5b0dfc9596726761c36b82f4e87
languageName: node
linkType: hard
"@eslint/plugin-kit@npm:^0.4.1":
version: 0.4.1
resolution: "@eslint/plugin-kit@npm:0.4.1"
dependencies:
"@eslint/core": "npm:^0.17.0"
levn: "npm:^0.4.1"
checksum: 10c0/51600f78b798f172a9915dffb295e2ffb44840d583427bc732baf12ecb963eb841b253300e657da91d890f4b323d10a1bd12934bf293e3018d8bb66fdce5217b
languageName: node
linkType: hard
"@ethereumjs/common@npm:^3.2.0":
version: 3.2.0
resolution: "@ethereumjs/common@npm:3.2.0"
dependencies:
"@ethereumjs/util": "npm:^8.1.0"
crc-32: "npm:^1.2.0"
checksum: 10c0/4e2256eb54cc544299f4d7ebc9daab7a3613c174de3981ea5ed84bd10c41a03d013d15b1abad292da62fd0c4b8ce5b220a258a25861ccffa32f2cc9a8a4b25d8
languageName: node
linkType: hard
"@ethereumjs/rlp@npm:^4.0.1":
version: 4.0.1
resolution: "@ethereumjs/rlp@npm:4.0.1"
bin:
rlp: bin/rlp
checksum: 10c0/78379f288e9d88c584c2159c725c4a667a9742981d638bad760ed908263e0e36bdbd822c0a902003e0701195fd1cbde7adad621cd97fdfbf552c45e835ce022c
languageName: node
linkType: hard
"@ethereumjs/tx@npm:^4.2.0":
version: 4.2.0
resolution: "@ethereumjs/tx@npm:4.2.0"
dependencies:
"@ethereumjs/common": "npm:^3.2.0"
"@ethereumjs/rlp": "npm:^4.0.1"
"@ethereumjs/util": "npm:^8.1.0"
ethereum-cryptography: "npm:^2.0.0"
checksum: 10c0/f168303edf5970673db06d2469a899632c64ba0cd5d24480e97683bd0e19cc22a7b0a7bc7db3a49760f09826d4c77bed89b65d65252daf54857dd3d97324fb9a
languageName: node
linkType: hard
"@ethereumjs/util@npm:^8.1.0":
version: 8.1.0
resolution: "@ethereumjs/util@npm:8.1.0"
dependencies:
"@ethereumjs/rlp": "npm:^4.0.1"
ethereum-cryptography: "npm:^2.0.0"
micro-ftch: "npm:^0.3.1"
checksum: 10c0/4e6e0449236f66b53782bab3b387108f0ddc050835bfe1381c67a7c038fea27cb85ab38851d98b700957022f0acb6e455ca0c634249cfcce1a116bad76500160
languageName: node
linkType: hard
"@ethui/abiparse@npm:^0.0.4":
version: 0.0.4
resolution: "@ethui/abiparse@npm:0.0.4"
dependencies:
chevrotain: "npm:^11.0.3"
nearly: "npm:^1.8.1"
viem: "npm:^2.9.20"
peerDependencies:
typescript: ^5.0.0
checksum: 10c0/a69cc08a166a745689d7428dcb44da5e0f91d73695640eb06484495961c33b9ce8ecad63f04483c99d214ef899e65e7a56ccf77f2af9bd5a303368040eec5026
languageName: node
linkType: hard
"@ethui/extension@workspace:.":
version: 0.0.0-use.local
resolution: "@ethui/extension@workspace:."
dependencies:
"@biomejs/biome": "npm:^2.3.1"
"@devtools-ds/object-inspector": "npm:^1.2.1"
"@devtools-ds/table": "npm:^1.2.1"
"@ethui/ui": "npm:^0.0.141"
"@fontsource/source-code-pro": "npm:^5.2.5"
"@lukeed/uuid": "npm:^2.0.1"
"@metamask/eth-json-rpc-middleware": "npm:^23.0.0"
"@metamask/json-rpc-engine": "npm:^10.2.0"
"@metamask/json-rpc-middleware-stream": "npm:^8.0.8"
"@metamask/post-message-stream": "npm:^10.0.0"
"@metamask/utils": "npm:^11.9.0"
"@tailwindcss/vite": "npm:^4.1.5"
"@types/chrome": "npm:^0.1.0"
"@types/json-merge-patch": "npm:^1.0.0"
"@types/node": "npm:^22.14.0"
"@types/react": "npm:^19.2.0"
"@types/react-dom": "npm:^19.2.0"
"@types/webextension-polyfill": "npm:^0.12.3"
"@types/yargs": "npm:^17.0.33"
autoprefixer: "npm:^10.4.21"
crx: "npm:^5.0.1"
eth-json-rpc-filters: "npm:^6.0.1"
eth-rpc-errors: "npm:^4.0.3"
eventemitter3: "npm:^5.0.1"
json-merge-patch: "npm:^1.0.2"
json5: "npm:^2.2.3"
loglevel: "npm:^1.9.2"
mipd: "npm:^0.0.7"
postcss: "npm:^8.5.6"
react: "npm:^19.2.0"
react-dom: "npm:^19.2.0"
stream: "npm:^0.0.3"
tailwindcss: "npm:^4.1.5"
ts-node: "npm:^10.9.2"
ts-unused-exports: "npm:^11.0.1"
tsx: "npm:^4.21.0"
typescript: "npm:5.9.2"
viem: "npm:^2.44.4"
vite: "npm:^7.3.0"
vite-plugin-node-polyfills: "npm:^0.25.0"
vite-tsconfig-paths: "npm:^6.1.0"
web-ext: "npm:^9.2.0"
webextension-polyfill: "npm:^0.12.0"
websocket-ts: "npm:^2.2.1"
yargs: "npm:^18.0.0"
zustand: "npm:^5.0.5"
languageName: unknown
linkType: soft
"@ethui/ui@npm:^0.0.141":
version: 0.0.141
resolution: "@ethui/ui@npm:0.0.141"
dependencies:
"@ethui/abiparse": "npm:^0.0.4"
"@fontsource/source-code-pro": "npm:^5.2.5"
"@radix-ui/react-accordion": "npm:^1.2.11"
"@radix-ui/react-checkbox": "npm:^1.3.2"
"@radix-ui/react-collapsible": "npm:^1.1.8"
"@radix-ui/react-context-menu": "npm:^2.2.12"
"@radix-ui/react-dialog": "npm:^1.1.11"
"@radix-ui/react-dropdown-menu": "npm:^2.1.12"
"@radix-ui/react-icons": "npm:^1.3.2"
"@radix-ui/react-label": "npm:^2.1.4"
"@radix-ui/react-popover": "npm:^1.1.11"
"@radix-ui/react-progress": "npm:^1.1.4"
"@radix-ui/react-scroll-area": "npm:^1.2.6"
"@radix-ui/react-select": "npm:^2.2.2"
"@radix-ui/react-separator": "npm:^1.1.4"
"@radix-ui/react-slot": "npm:^1.2.0"
"@radix-ui/react-switch": "npm:^1.2.2"
"@radix-ui/react-tabs": "npm:^1.1.9"
"@radix-ui/react-toast": "npm:^1.2.11"
"@radix-ui/react-tooltip": "npm:^1.2.4"
"@tanstack/react-table": "npm:^8.21.3"
class-variance-authority: "npm:^0.7.1"
clsx: "npm:^2.0"
cmdk: "npm:1.1.1"
input-otp: "npm:^1.4.2"
lucide-react: "npm:^0.506.0"
tailwind-merge: "npm:^3.3.0"
tailwindcss-animate: "npm:^1.0.7"
peerDependencies:
"@tailwindcss/postcss": ^4.1
"@tanstack/react-query": ^5.85
"@types/react": ^19
"@types/react-dom": ^19
react: ^19
react-dom: ^19
tailwindcss: ^4.1
viem: ^2.31
checksum: 10c0/a09608387619d0bc5476b98bf2085bb2a9bf7c16d238c159b52662ec14489215fce7d368c096067174c5745871b223f8ec465938a16a5dcf24844b00b643371c
languageName: node
linkType: hard
"@floating-ui/core@npm:^1.7.3":
version: 1.7.3
resolution: "@floating-ui/core@npm:1.7.3"
dependencies:
"@floating-ui/utils": "npm:^0.2.10"
checksum: 10c0/edfc23800122d81df0df0fb780b7328ae6c5f00efbb55bd48ea340f4af8c5b3b121ceb4bb81220966ab0f87b443204d37105abdd93d94846468be3243984144c
languageName: node
linkType: hard
"@floating-ui/dom@npm:^1.7.4":
version: 1.7.4
resolution: "@floating-ui/dom@npm:1.7.4"
dependencies:
"@floating-ui/core": "npm:^1.7.3"
"@floating-ui/utils": "npm:^0.2.10"
checksum: 10c0/da6166c25f9b0729caa9f498685a73a0e28251613b35d27db8de8014bc9d045158a23c092b405321a3d67c2064909b6e2a7e6c1c9cc0f62967dca5779f5aef30
languageName: node
linkType: hard
"@floating-ui/react-dom@npm:^2.0.0":
version: 2.1.6
resolution: "@floating-ui/react-dom@npm:2.1.6"
dependencies:
"@floating-ui/dom": "npm:^1.7.4"
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: 10c0/6654834a8e73ecbdbc6cad2ad8f7abc698ac7c1800ded4d61113525c591c03d2e3b59d3cf9205859221465ea38c87af4f9e6e204703c5b7a7e85332d1eef2e18
languageName: node
linkType: hard
"@floating-ui/utils@npm:^0.2.10":
version: 0.2.10
resolution: "@floating-ui/utils@npm:0.2.10"
checksum: 10c0/e9bc2a1730ede1ee25843937e911ab6e846a733a4488623cd353f94721b05ec2c9ec6437613a2ac9379a94c2fd40c797a2ba6fa1df2716f5ce4aa6ddb1cf9ea4
languageName: node
linkType: hard
"@fluent/syntax@npm:0.19.0":
version: 0.19.0
resolution: "@fluent/syntax@npm:0.19.0"
checksum: 10c0/a8691402b140e726ea5e47988a7e27ad836a33bb85382eb5a013799a384ffc8852eaf3ec1acaca481306f49ff3514fccaff7acf5bb2225c94752794ff6dbc38e
languageName: node
linkType: hard
"@fontsource/source-code-pro@npm:^5.2.5":
version: 5.2.7