-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
23313 lines (21187 loc) · 833 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: 10
"@adraffy/ens-normalize@npm:1.10.0":
version: 1.10.0
resolution: "@adraffy/ens-normalize@npm:1.10.0"
checksum: 5cdb5d2a9c9f8c0a71a7bb830967da0069cae1f1235cd41ae11147e4000f368f6958386e622cd4d52bf45c1ed3f8275056b387cba28902b83354e40ff323ecde
languageName: node
linkType: hard
"@alloc/quick-lru@npm:^5.2.0":
version: 5.2.0
resolution: "@alloc/quick-lru@npm:5.2.0"
checksum: bdc35758b552bcf045733ac047fb7f9a07c4678b944c641adfbd41f798b4b91fffd0fdc0df2578d9b0afc7b4d636aa6e110ead5d6281a2adc1ab90efd7f057f8
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@arbitrum/nitro-contracts@npm:^1.2.1":
version: 1.3.0
resolution: "@arbitrum/nitro-contracts@npm:1.3.0"
dependencies:
"@offchainlabs/upgrade-executor": "npm:1.1.0-beta.0"
"@openzeppelin/contracts": "npm:4.5.0"
"@openzeppelin/contracts-upgradeable": "npm:4.5.2"
patch-package: "npm:^6.4.7"
checksum: cc931bf6d65f8249cfe0527b5e7be2bfb30c40ea8408320949db76e20076b91dcbb384f5b5fb997f303f1b4b83310a0f98a5382d4ec1a58be8cf92267d615121
languageName: node
linkType: hard
"@arbitrum/sdk@npm:^4.0.0":
version: 4.0.1
resolution: "@arbitrum/sdk@npm:4.0.1"
dependencies:
"@ethersproject/address": "npm:^5.0.8"
"@ethersproject/bignumber": "npm:^5.1.1"
"@ethersproject/bytes": "npm:^5.0.8"
async-mutex: "npm:^0.4.0"
ethers: "npm:^5.1.0"
checksum: 3d81f8645022f723f36dd8711493f8bddd5f4306e7ed2d1a31b34091492f0be972bae03d3abef5dbf6b230e01e1693c826e6e624ae831f3bfe6cf42166f14350
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 1b0a56ad4cb44c9512d8b1668dcf9306ab541d3a73829f435ca97abaec8d56f3db953db03ad0d0698754fea16fcd803d11fa42e0889bc7b803c6a030b04c63de
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32c@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 08bd1db17d7c772fa6e34b38a360ce77ad041164743113eefa8343c2af917a419697daf090c5854129ef19f3a9673ed1fd8446e03eb32c8ed52d2cc409b0dee7
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha1-browser@npm:5.2.0"
dependencies:
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 239f4c59cce9abd33c01117b10553fbef868a063e74faf17edb798c250d759a2578841efa2837e5e51854f52ef57dbc40780b073cae20f89ebed6a8cc7fa06f1
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-browser@npm:5.2.0"
dependencies:
"@aws-crypto/sha256-js": "npm:^5.2.0"
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 2b1b701ca6caa876333b4eb2b96e5187d71ebb51ebf8e2d632690dbcdedeff038202d23adcc97e023437ed42bb1963b7b463e343687edf0635fd4b98b2edad1a
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-js@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: f46aace7b873c615be4e787ab0efd0148ef7de48f9f12c7d043e05c52e52b75bb0bf6dbcb9b2852d940d7724fab7b6d5ff1469160a3dd024efe7a68b5f70df8c
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5
languageName: node
linkType: hard
"@aws-crypto/util@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/util@npm:5.2.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.74.0":
version: 3.658.1
resolution: "@aws-sdk/client-s3@npm:3.658.1"
dependencies:
"@aws-crypto/sha1-browser": "npm:5.2.0"
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.658.1"
"@aws-sdk/client-sts": "npm:3.658.1"
"@aws-sdk/core": "npm:3.658.1"
"@aws-sdk/credential-provider-node": "npm:3.658.1"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.654.0"
"@aws-sdk/middleware-expect-continue": "npm:3.654.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.658.1"
"@aws-sdk/middleware-host-header": "npm:3.654.0"
"@aws-sdk/middleware-location-constraint": "npm:3.654.0"
"@aws-sdk/middleware-logger": "npm:3.654.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.654.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.658.1"
"@aws-sdk/middleware-ssec": "npm:3.654.0"
"@aws-sdk/middleware-user-agent": "npm:3.654.0"
"@aws-sdk/region-config-resolver": "npm:3.654.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.658.1"
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-endpoints": "npm:3.654.0"
"@aws-sdk/util-user-agent-browser": "npm:3.654.0"
"@aws-sdk/util-user-agent-node": "npm:3.654.0"
"@aws-sdk/xml-builder": "npm:3.654.0"
"@smithy/config-resolver": "npm:^3.0.8"
"@smithy/core": "npm:^2.4.6"
"@smithy/eventstream-serde-browser": "npm:^3.0.9"
"@smithy/eventstream-serde-config-resolver": "npm:^3.0.6"
"@smithy/eventstream-serde-node": "npm:^3.0.8"
"@smithy/fetch-http-handler": "npm:^3.2.8"
"@smithy/hash-blob-browser": "npm:^3.1.5"
"@smithy/hash-node": "npm:^3.0.6"
"@smithy/hash-stream-node": "npm:^3.1.5"
"@smithy/invalid-dependency": "npm:^3.0.6"
"@smithy/md5-js": "npm:^3.0.6"
"@smithy/middleware-content-length": "npm:^3.0.8"
"@smithy/middleware-endpoint": "npm:^3.1.3"
"@smithy/middleware-retry": "npm:^3.0.21"
"@smithy/middleware-serde": "npm:^3.0.6"
"@smithy/middleware-stack": "npm:^3.0.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/node-http-handler": "npm:^3.2.3"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/url-parser": "npm:^3.0.6"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.21"
"@smithy/util-defaults-mode-node": "npm:^3.0.21"
"@smithy/util-endpoints": "npm:^2.1.2"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-retry": "npm:^3.0.6"
"@smithy/util-stream": "npm:^3.1.8"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.1.5"
tslib: "npm:^2.6.2"
checksum: d55e46754a2ad0276983ccf94132cf19754d644d3e810cbed6aa27ed843e27da34edefefb960c0ccd68ebe72f71b00763c3750bb74aae96049e2a210e6432bca
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/client-sso-oidc@npm:3.658.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.658.1"
"@aws-sdk/credential-provider-node": "npm:3.658.1"
"@aws-sdk/middleware-host-header": "npm:3.654.0"
"@aws-sdk/middleware-logger": "npm:3.654.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.654.0"
"@aws-sdk/middleware-user-agent": "npm:3.654.0"
"@aws-sdk/region-config-resolver": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-endpoints": "npm:3.654.0"
"@aws-sdk/util-user-agent-browser": "npm:3.654.0"
"@aws-sdk/util-user-agent-node": "npm:3.654.0"
"@smithy/config-resolver": "npm:^3.0.8"
"@smithy/core": "npm:^2.4.6"
"@smithy/fetch-http-handler": "npm:^3.2.8"
"@smithy/hash-node": "npm:^3.0.6"
"@smithy/invalid-dependency": "npm:^3.0.6"
"@smithy/middleware-content-length": "npm:^3.0.8"
"@smithy/middleware-endpoint": "npm:^3.1.3"
"@smithy/middleware-retry": "npm:^3.0.21"
"@smithy/middleware-serde": "npm:^3.0.6"
"@smithy/middleware-stack": "npm:^3.0.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/node-http-handler": "npm:^3.2.3"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/url-parser": "npm:^3.0.6"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.21"
"@smithy/util-defaults-mode-node": "npm:^3.0.21"
"@smithy/util-endpoints": "npm:^2.1.2"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-retry": "npm:^3.0.6"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.658.1
checksum: 77cc97941e08046006d9a88671eaf88e57c62ff34b0a8c497b659d703e287659bfa4ca5b15b9369c2af52a0c70b79e9b0c8366a2b4109d28197e148a9d0e3c0c
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/client-sso@npm:3.658.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.658.1"
"@aws-sdk/middleware-host-header": "npm:3.654.0"
"@aws-sdk/middleware-logger": "npm:3.654.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.654.0"
"@aws-sdk/middleware-user-agent": "npm:3.654.0"
"@aws-sdk/region-config-resolver": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-endpoints": "npm:3.654.0"
"@aws-sdk/util-user-agent-browser": "npm:3.654.0"
"@aws-sdk/util-user-agent-node": "npm:3.654.0"
"@smithy/config-resolver": "npm:^3.0.8"
"@smithy/core": "npm:^2.4.6"
"@smithy/fetch-http-handler": "npm:^3.2.8"
"@smithy/hash-node": "npm:^3.0.6"
"@smithy/invalid-dependency": "npm:^3.0.6"
"@smithy/middleware-content-length": "npm:^3.0.8"
"@smithy/middleware-endpoint": "npm:^3.1.3"
"@smithy/middleware-retry": "npm:^3.0.21"
"@smithy/middleware-serde": "npm:^3.0.6"
"@smithy/middleware-stack": "npm:^3.0.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/node-http-handler": "npm:^3.2.3"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/url-parser": "npm:^3.0.6"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.21"
"@smithy/util-defaults-mode-node": "npm:^3.0.21"
"@smithy/util-endpoints": "npm:^2.1.2"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-retry": "npm:^3.0.6"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 227b20476275b72bff10f5bf6b7d720e2700bd3d85f129aa4b3a78b6d2e035396849fbea8998922f16086bfc1c690685e7b9eec4354051d4244c4acfaaf9a7fb
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/client-sts@npm:3.658.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.658.1"
"@aws-sdk/core": "npm:3.658.1"
"@aws-sdk/credential-provider-node": "npm:3.658.1"
"@aws-sdk/middleware-host-header": "npm:3.654.0"
"@aws-sdk/middleware-logger": "npm:3.654.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.654.0"
"@aws-sdk/middleware-user-agent": "npm:3.654.0"
"@aws-sdk/region-config-resolver": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-endpoints": "npm:3.654.0"
"@aws-sdk/util-user-agent-browser": "npm:3.654.0"
"@aws-sdk/util-user-agent-node": "npm:3.654.0"
"@smithy/config-resolver": "npm:^3.0.8"
"@smithy/core": "npm:^2.4.6"
"@smithy/fetch-http-handler": "npm:^3.2.8"
"@smithy/hash-node": "npm:^3.0.6"
"@smithy/invalid-dependency": "npm:^3.0.6"
"@smithy/middleware-content-length": "npm:^3.0.8"
"@smithy/middleware-endpoint": "npm:^3.1.3"
"@smithy/middleware-retry": "npm:^3.0.21"
"@smithy/middleware-serde": "npm:^3.0.6"
"@smithy/middleware-stack": "npm:^3.0.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/node-http-handler": "npm:^3.2.3"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/url-parser": "npm:^3.0.6"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.21"
"@smithy/util-defaults-mode-node": "npm:^3.0.21"
"@smithy/util-endpoints": "npm:^2.1.2"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-retry": "npm:^3.0.6"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 272d472db822191819aa5397911d66f6d2278fa1c478dbc6b2a46c1ccbbf85a7966616e00c1ff7bc6b2367a1f0f6e603f81dfdd735bf5c053506dd6ac3a37438
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/core@npm:3.658.1"
dependencies:
"@smithy/core": "npm:^2.4.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/signature-v4": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-middleware": "npm:^3.0.6"
fast-xml-parser: "npm:4.4.1"
tslib: "npm:^2.6.2"
checksum: 05bed849a7fe52276f26e2085630d621181de17da8d033e6ccb63bf4e04a7154da8a280b7568ecfb6e634d01a1f61bbcf03ac4d153d2f9ebecf7af34bf3798a4
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/credential-provider-env@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: ceef4f105d35ccef6da2f5244e215fcd84dd45626c79c1058173d7a374e7401667f75ca36ca2048a5bc2c5301b30ca4a23f90601dc031f5f127b307523947d3f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/credential-provider-http@npm:3.658.1"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/fetch-http-handler": "npm:^3.2.8"
"@smithy/node-http-handler": "npm:^3.2.3"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-stream": "npm:^3.1.8"
tslib: "npm:^2.6.2"
checksum: d3eeed78f7a00e19fcd744724869541719830c4f3e04641c5dd766550eaf77bfdb3783bcfadcc1ebbcaea09796218db2d98d67f2ccd4dc4fcefb38d6fb751b4a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/credential-provider-ini@npm:3.658.1"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.654.0"
"@aws-sdk/credential-provider-http": "npm:3.658.1"
"@aws-sdk/credential-provider-process": "npm:3.654.0"
"@aws-sdk/credential-provider-sso": "npm:3.658.1"
"@aws-sdk/credential-provider-web-identity": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@smithy/credential-provider-imds": "npm:^3.2.3"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/shared-ini-file-loader": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.658.1
checksum: 944553c05ec531805603cc8d7233b01d9ab77e7a4229c1a7e29a0f97916d2922f942219de8b2d6ae7db8ad4411fb176075f1d8f2d460a7a93bab672dfc90e318
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/credential-provider-node@npm:3.658.1"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.654.0"
"@aws-sdk/credential-provider-http": "npm:3.658.1"
"@aws-sdk/credential-provider-ini": "npm:3.658.1"
"@aws-sdk/credential-provider-process": "npm:3.654.0"
"@aws-sdk/credential-provider-sso": "npm:3.658.1"
"@aws-sdk/credential-provider-web-identity": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@smithy/credential-provider-imds": "npm:^3.2.3"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/shared-ini-file-loader": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 6215028a1de3f64d970ec28c870e42146d17706b4dabb0e4b0b04cc85f75e7016c0cc88aecc6d351da73b220a4df9b6d4d174ab4632a4f9d91c1cb462e351b76
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/credential-provider-process@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/shared-ini-file-loader": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: a3d00901e3dd9d917ec2932483bcd44d5ac6c399f92faa704a1b7368a597e4ed486e592f3f39a734b0330f0496cd02a8281e3150a563cae2a499a35bca4510d8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/credential-provider-sso@npm:3.658.1"
dependencies:
"@aws-sdk/client-sso": "npm:3.658.1"
"@aws-sdk/token-providers": "npm:3.654.0"
"@aws-sdk/types": "npm:3.654.0"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/shared-ini-file-loader": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: e86cd0a2218242f0296dac2a146bbab1ce50484f074f343ee8222ae00fe9d8696bac9c57ba52fe236a2cbe03add7c872b0e26c03542a8d152daeee7ddbd57337
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.654.0
checksum: 831fb7092d635c7a7286201b6a2e17eedb3aa91fc28a697759dbc6d5a3c32802fdb8191abe370525bc71516757f2a9df518684decaebbd16be72c8da5b76e593
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-arn-parser": "npm:3.568.0"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-config-provider": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: bdf0ecfcb0685fe7d5c8e0a46b9aca97ad653416824063e38d5c717650f4dec186f2eeecbfed03b89a3e8b904126ed164884e94053cc714168b59093125a8a8a
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 783687d73de67abe4f92091eefd00937986b983abe797f9f80a325b77ac6ab8abc5f57cc251c494611b79c23f2aa452c3e41a425a71981423eb63453d3624a08
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.658.1"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
"@aws-sdk/types": "npm:3.654.0"
"@smithy/is-array-buffer": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 1d04d8fff6e3a84854ba3d713cbdf35c7796ff3914253e43099784a82c31929471fd4b0b10ba2829c5cf329124b5d8a987d89e243c47bc3a5f316fbdcb3fb0ea
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-host-header@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 13fa78f2591f763e36a3becdd9ba5e01c53715f91aa00afd5e69ab3bf05dbc6fb6db5daf487e5ab68bdc4fe94760ef2eeb20467fa09d811eee3e9d32ac22e698
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 25608bd0cafa75caa0f67b8bb8f494325470fd8a3bba51bb04ef2441a0fedb85b77eeb1165bc8a63c6101a768ff80f21576a3571e6eee37e8d9b405e1db1c1bd
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-logger@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: adcfee5b50384e12faad10c2af58b34cf5fac396cbf9f8d843fcc2b9bf57142e535a973b52bac590c97464d4fbfa4901bfe5e6043952e0d941aa7f43c5ec919a
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: eabf3838674758e30713934e3a9ebe765c5aa944e08a86765c2c679c6b235639b97529c1906d21de15dcdc2f53b4828464eea7787dfdda06c76c594274ffd5eb
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.658.1"
dependencies:
"@aws-sdk/core": "npm:3.658.1"
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-arn-parser": "npm:3.568.0"
"@smithy/core": "npm:^2.4.6"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/signature-v4": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.5"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-config-provider": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^3.0.6"
"@smithy/util-stream": "npm:^3.1.8"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: ae120e9b12a3eb62668db094be0fdedc552c68ba2761e9408f089f7ab741b467a7bd1a4c79c3694400ea8339062e8c320de0a7d3fc03b9a8f9ca37bd318ed587
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-ssec@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 934d091f911df76f8fcd6d433ea5abc46f2664bc23e73f68ff13e50a0956d65c77b34074cf9094915331acae76ea87c5faf2f8e8bea63e2964553eacda2eb971
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@aws-sdk/util-endpoints": "npm:3.654.0"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: f6f65f262b281440b814401bbf7b68957795d7962a8f77fd4816cb0e1458d318d3a777533ad1432353fbebf62afcf5416d6e02906f80082dbc4c089b10cd60f0
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/region-config-resolver@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-config-provider": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^3.0.6"
tslib: "npm:^2.6.2"
checksum: fb8d4a776b230ba48e9539f814442a0227f08b59fc7182b429131b1a11b9ca418afda0345ce71bf420d71bc919f50876d602ee0a493217c0e350d3854ac2e8ed
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.658.1":
version: 3.658.1
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.658.1"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:3.658.1"
"@aws-sdk/types": "npm:3.654.0"
"@smithy/protocol-http": "npm:^4.1.3"
"@smithy/signature-v4": "npm:^4.1.4"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: bddeb63b231888dd7ffb7831f3eba047431c7b0a801d0574be250ed0f5d2b4624e4ccd3d3559290f3684398f7795cb6c773424d483464e133373fdc1ea358fd5
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/token-providers@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/property-provider": "npm:^3.1.6"
"@smithy/shared-ini-file-loader": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sso-oidc": ^3.654.0
checksum: ffb351d1b3e67529fe5845cf829305ae16be337860cb1fa1562565c6e15ef3e769507b467655547939c6080affd70fb33869783c025a561db07d56b290797da1
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.654.0, @aws-sdk/types@npm:^3.222.0":
version: 3.654.0
resolution: "@aws-sdk/types@npm:3.654.0"
dependencies:
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: 4ca626a090704fa1af063ae4b4209498dea70d576bd05abd3a904bc375b6880496a716c88b6d5e9085731ba203bd7b6e158d997adc6ce02a83573a48d7683790
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:3.568.0":
version: 3.568.0
resolution: "@aws-sdk/util-arn-parser@npm:3.568.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: b1a7f93b4f47136ee8d71bcbbd2d5d19581007f0684aff252d3bee6b9ccc7c56e765255bb1bea847171b40cdbd2eca0fb102f24cba857d1c79c54747e8ee0855
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/util-endpoints@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/types": "npm:^3.4.2"
"@smithy/util-endpoints": "npm:^2.1.2"
tslib: "npm:^2.6.2"
checksum: e9ebb709635852cb94b5c276413df2e6e7003b528148c7d604804bab49b0c98ebb391f9b77456fbca7ddc40a3d5aa4a94b684c829fd286d4fd001de4e564206a
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.568.0
resolution: "@aws-sdk/util-locate-window@npm:3.568.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 372acb9c6df3861afae4ced5d8d3aad40d8dc633684e765b6ed74baff7f4f30a778f96829ee81d56639c14cb4346043069a2b911c58387dd20591c0f6e3a524d
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/util-user-agent-browser@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/types": "npm:^3.4.2"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: f8e36dcb8ab62633dc2d9cd91cc75a157fcb69d6d72181ea41adb2b76746140f76f5661acf90c3264cc442de90d0c7883be727faef87ee1e569964a85c135b7b
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/util-user-agent-node@npm:3.654.0"
dependencies:
"@aws-sdk/types": "npm:3.654.0"
"@smithy/node-config-provider": "npm:^3.1.7"
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 6735787ce7347b644640e8ef2b54ee6a4ae31d36c0da1aec821b9c908c58ed38bc695242639850b20cdc4b51030ec4be1c393c24330c0fd4146e740c52b8b91c
languageName: node
linkType: hard
"@aws-sdk/xml-builder@npm:3.654.0":
version: 3.654.0
resolution: "@aws-sdk/xml-builder@npm:3.654.0"
dependencies:
"@smithy/types": "npm:^3.4.2"
tslib: "npm:^2.6.2"
checksum: d1af3584b658a3adc77b2465ed36c9cb5f665559b58f33633d2b1b5b66aabca21656877513baa08bfcb09eb161ffa8a288e9fb52ac47446eb1d8676a8a82b640
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/code-frame@npm:7.24.7"
dependencies:
"@babel/highlight": "npm:^7.24.7"
picocolors: "npm:^1.0.0"
checksum: 4812e94885ba7e3213d49583a155fdffb05292330f0a9b2c41b49288da70cf3c746a3fda0bf1074041a6d741c33f8d7be24be5e96f41ef77395eeddc5c9ff624
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.25.2":
version: 7.25.4
resolution: "@babel/compat-data@npm:7.25.4"
checksum: d37a8936cc355a9ca3050102e03d179bdae26bd2e5c99a977637376c192b23637a039795f153c849437a086727628c9860e2c6af92d7151396e2362c09176337
languageName: node
linkType: hard
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9":
version: 7.25.2
resolution: "@babel/core@npm:7.25.2"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.24.7"
"@babel/generator": "npm:^7.25.0"
"@babel/helper-compilation-targets": "npm:^7.25.2"
"@babel/helper-module-transforms": "npm:^7.25.2"
"@babel/helpers": "npm:^7.25.0"
"@babel/parser": "npm:^7.25.0"
"@babel/template": "npm:^7.25.0"
"@babel/traverse": "npm:^7.25.2"
"@babel/types": "npm:^7.25.2"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 0d6ec10ff430df66f654c089d6f7ef1d9bed0c318ac257ad5f0dfa0caa45666011828ae75f998bcdb279763e892b091b2925d0bc483299e61649d2c7a2245e33
languageName: node
linkType: hard
"@babel/generator@npm:7.17.7":
version: 7.17.7
resolution: "@babel/generator@npm:7.17.7"
dependencies:
"@babel/types": "npm:^7.17.0"
jsesc: "npm:^2.5.1"
source-map: "npm:^0.5.0"
checksum: 3303afa2b1310e67071d6c998121b2af1038d6450df266d24fe9a86329fb6288b8ab38bb71787917b3f81a1c4edbc5bc7e6735683fe1d0aa288b33e93daacd60
languageName: node
linkType: hard
"@babel/generator@npm:^7.23.0, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6, @babel/generator@npm:^7.7.2":
version: 7.25.6
resolution: "@babel/generator@npm:7.25.6"
dependencies:
"@babel/types": "npm:^7.25.6"
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.25"
jsesc: "npm:^2.5.1"
checksum: 541e4fbb6ea7806f44232d70f25bf09dee9a57fe43d559e375536870ca5261ebb4647fec3af40dcbb3325ea2a49aff040e12a4e6f88609eaa88f10c4e27e31f8
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-annotate-as-pure@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: a9017bfc1c4e9f2225b967fbf818004703de7cf29686468b54002ffe8d6b56e0808afa20d636819fcf3a34b89ba72f52c11bdf1d69f303928ee10d92752cad95
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.25.2":
version: 7.25.2
resolution: "@babel/helper-compilation-targets@npm:7.25.2"
dependencies:
"@babel/compat-data": "npm:^7.25.2"
"@babel/helper-validator-option": "npm:^7.24.8"
browserslist: "npm:^4.23.1"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: eccb2d75923d2d4d596f9ff64716e8664047c4192f1b44c7d5c07701d4a3498ac2587a72ddae1046e65a501bc630eb7df4557958b08ec2dcf5b4a264a052f111
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@npm:^7.25.0":
version: 7.25.4
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
"@babel/helper-member-expression-to-functions": "npm:^7.24.8"
"@babel/helper-optimise-call-expression": "npm:^7.24.7"
"@babel/helper-replace-supers": "npm:^7.25.0"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
"@babel/traverse": "npm:^7.25.4"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 47218da9fd964af30d41f0635d9e33eed7518e03aa8f10c3eb8a563bb2c14f52be3e3199db5912ae0e26058c23bb511c811e565c55ecec09427b04b867ed13c2
languageName: node
linkType: hard
"@babel/helper-environment-visitor@npm:^7.22.20":
version: 7.24.7
resolution: "@babel/helper-environment-visitor@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: 079d86e65701b29ebc10baf6ed548d17c19b808a07aa6885cc141b690a78581b180ee92b580d755361dc3b16adf975b2d2058b8ce6c86675fcaf43cf22f2f7c6
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.23.0":
version: 7.24.7
resolution: "@babel/helper-function-name@npm:7.24.7"
dependencies:
"@babel/template": "npm:^7.24.7"
"@babel/types": "npm:^7.24.7"
checksum: 2ceb3d9b2b35a0fc4100fc06ed7be3bc38f03ff0bf128ff0edbc0cc7dd842967b1496fc70b5c616c747d7711c2b87e7d025c8888f48740631d6148a9d3614f85
languageName: node
linkType: hard
"@babel/helper-hoist-variables@npm:^7.22.5":
version: 7.24.7
resolution: "@babel/helper-hoist-variables@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: 6cfdcf2289cd12185dcdbdf2435fa8d3447b797ac75851166de9fc8503e2fd0021db6baf8dfbecad3753e582c08e6a3f805c8d00cbed756060a877d705bd8d8d
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@npm:^7.24.8":
version: 7.24.8
resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8"
dependencies:
"@babel/traverse": "npm:^7.24.8"
"@babel/types": "npm:^7.24.8"
checksum: ac878761cfd0a46c081cda0da75cc186f922cf16e8ecdd0c4fb6dca4330d9fe4871b41a9976224cf9669c9e7fe0421b5c27349f2e99c125fa0be871b327fa770
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-module-imports@npm:7.24.7"
dependencies:
"@babel/traverse": "npm:^7.24.7"
"@babel/types": "npm:^7.24.7"
checksum: df8bfb2bb18413aa151ecd63b7d5deb0eec102f924f9de6bc08022ced7ed8ca7fed914562d2f6fa5b59b74a5d6e255dc35612b2bc3b8abf361e13f61b3704770
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.2":
version: 7.25.2
resolution: "@babel/helper-module-transforms@npm:7.25.2"
dependencies:
"@babel/helper-module-imports": "npm:^7.24.7"
"@babel/helper-simple-access": "npm:^7.24.7"
"@babel/helper-validator-identifier": "npm:^7.24.7"
"@babel/traverse": "npm:^7.25.2"
peerDependencies:
"@babel/core": ^7.0.0
checksum: a3bcf7815f3e9d8b205e0af4a8d92603d685868e45d119b621357e274996bf916216bb95ab5c6a60fde3775b91941555bf129d608e3d025b04f8aac84589f300
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-optimise-call-expression@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: da7a7f2d1bb1be4cffd5fa820bd605bc075c7dd014e0458f608bb6f34f450fe9412c8cea93e788227ab396e0e02c162d7b1db3fbcb755a6360e354c485d61df0
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8, @babel/helper-plugin-utils@npm:^7.8.0":
version: 7.24.8
resolution: "@babel/helper-plugin-utils@npm:7.24.8"
checksum: adbc9fc1142800a35a5eb0793296924ee8057fe35c61657774208670468a9fbfbb216f2d0bc46c680c5fefa785e5ff917cc1674b10bd75cdf9a6aa3444780630
languageName: node
linkType: hard
"@babel/helper-replace-supers@npm:^7.25.0":
version: 7.25.0
resolution: "@babel/helper-replace-supers@npm:7.25.0"
dependencies:
"@babel/helper-member-expression-to-functions": "npm:^7.24.8"
"@babel/helper-optimise-call-expression": "npm:^7.24.7"
"@babel/traverse": "npm:^7.25.0"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 97c6c17780cb9692132f7243f5a21fb6420104cb8ff8752dc03cfc9a1912a243994c0290c77ff096637ab6f2a7363b63811cfc68c2bad44e6b39460ac2f6a63f
languageName: node
linkType: hard
"@babel/helper-simple-access@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-simple-access@npm:7.24.7"
dependencies:
"@babel/traverse": "npm:^7.24.7"
"@babel/types": "npm:^7.24.7"
checksum: 5083e190186028e48fc358a192e4b93ab320bd016103caffcfda81302a13300ccce46c9cd255ae520c25d2a6a9b47671f93e5fe5678954a2329dc0a685465c49
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7"
dependencies:
"@babel/traverse": "npm:^7.24.7"
"@babel/types": "npm:^7.24.7"
checksum: 784a6fdd251a9a7e42ccd04aca087ecdab83eddc60fda76a2950e00eb239cc937d3c914266f0cc476298b52ac3f44ffd04c358e808bd17552a7e008d75494a77
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:^7.22.6":
version: 7.24.7
resolution: "@babel/helper-split-export-declaration@npm:7.24.7"
dependencies:
"@babel/types": "npm:^7.24.7"
checksum: ff04a3071603c87de0d6ee2540b7291ab36305b329bd047cdbb6cbd7db335a12f9a77af1cf708779f75f13c4d9af46093c00b34432e50b2411872c658d1a2e5e
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.24.8":
version: 7.24.8
resolution: "@babel/helper-string-parser@npm:7.24.8"
checksum: 6d1bf8f27dd725ce02bdc6dffca3c95fb9ab8a06adc2edbd9c1c9d68500274230d1a609025833ed81981eff560045b6b38f7b4c6fb1ab19fc90e5004e3932535
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.16.7, @babel/helper-validator-identifier@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/helper-validator-identifier@npm:7.24.7"
checksum: 86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.24.7, @babel/helper-validator-option@npm:^7.24.8":
version: 7.24.8
resolution: "@babel/helper-validator-option@npm:7.24.8"
checksum: a52442dfa74be6719c0608fee3225bd0493c4057459f3014681ea1a4643cd38b68ff477fe867c4b356da7330d085f247f0724d300582fa4ab9a02efaf34d107c
languageName: node
linkType: hard
"@babel/helpers@npm:^7.25.0":
version: 7.25.6
resolution: "@babel/helpers@npm:7.25.6"
dependencies:
"@babel/template": "npm:^7.25.0"
"@babel/types": "npm:^7.25.6"
checksum: 43abc8d017b754619aa189d05e2bdb54aaf44f03ec0439e89b3e7c180d538adb01ce9014a1689f632a7e8b17655c72bfac0a92268476eec708b41d3ba0a65296
languageName: node
linkType: hard
"@babel/highlight@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/highlight@npm:7.24.7"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.24.7"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.0.0"
checksum: 69b73f38cdd4f881b09b939a711e76646da34f4834f4ce141d7a49a6bb1926eab1c594148970a8aa9360398dff800f63aade4e81fafdd7c8d8a8489ea93bfec1
languageName: node
linkType: hard