-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
17930 lines (16217 loc) · 641 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
"@alloc/quick-lru@npm:^5.2.0":
version: 5.2.0
resolution: "@alloc/quick-lru@npm:5.2.0"
checksum: 10/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: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
dependencies:
grapheme-splitter: "npm:^1.0.4"
checksum: 10/14ed60cb45750d386c64229ac7bab20e10eedc193503fa4decff764162d329d6d3363ed2cd3debec833186ee54affe4f824f6e8eff531295117fd1ebda200270
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: 10/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: 10/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: 10/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: 10/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: 10/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: 10/6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5
languageName: node
linkType: hard
"@aws-crypto/util@npm:5.2.0, @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: 10/f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1
languageName: node
linkType: hard
"@aws-sdk/client-codecommit@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/client-codecommit@npm:3.738.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10/4daea049f0bae61bc292c519560b0652aed56a9f1daf16e3e95dc434c6c20560782736cce9a6a7a7de463a3f1f542cd85886560a887798946194994a5c3cf0f6
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.738.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/dd7cfa0969351af7cbaf433c4ba1a4418eb237b4ab322ccac5ab519b55d37f8f193fa1c8aecd0b162ab53392fc4b890faf5ae099e40355e991684ce65996ac3c
languageName: node
linkType: hard
"@aws-sdk/client-ec2@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/client-ec2@npm:3.738.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-sdk-ec2": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.2"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10/d4712bf02a96a2555c7995e1b13ca5b0ead8c70d7415a8f600c217c6c7511d29d06e8a5ecaba0a56de93f2eb8f54fe4bdcb0f603ae54c52296238b007d525219
languageName: node
linkType: hard
"@aws-sdk/client-ecr@npm:3.739.0":
version: 3.739.0
resolution: "@aws-sdk/client-ecr@npm:3.739.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.2"
tslib: "npm:^2.6.2"
checksum: 10/eaea68918c6618df5a06757acccf962c45068df3559ed02fc831d5beff14c5817219ab4e451a3f7b3db8494e26342c13144ac59bf54841aa763f35f11fec9d4a
languageName: node
linkType: hard
"@aws-sdk/client-rds@npm:3.740.0":
version: 3.740.0
resolution: "@aws-sdk/client-rds@npm:3.740.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-sdk-rds": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.2"
tslib: "npm:^2.6.2"
checksum: 10/ebd47de7cf65d177a6d96ac1fd618b79fb74ef2dec9963899486f4c7b1d4d0f77aaad4e9c74d844635f52b561c5849ad2ca76162ea25d5c759be33367b64a5ca
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:3.740.0":
version: 3.740.0
resolution: "@aws-sdk/client-s3@npm:3.740.0"
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/core": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.734.0"
"@aws-sdk/middleware-expect-continue": "npm:3.734.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.735.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-location-constraint": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.740.0"
"@aws-sdk/middleware-ssec": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.740.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@aws-sdk/xml-builder": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/eventstream-serde-browser": "npm:^4.0.1"
"@smithy/eventstream-serde-config-resolver": "npm:^4.0.1"
"@smithy/eventstream-serde-node": "npm:^4.0.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-blob-browser": "npm:^4.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/hash-stream-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/md5-js": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-stream": "npm:^4.0.2"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.2"
tslib: "npm:^2.6.2"
checksum: 10/37d9fa24bf31df0f1a13a4e9e204f5a37ccf43bccd242eb226414c1215ebaafd10fdeae685d0c0b7f3f7a8c6ebb45b11310ea7a8878061c6d2073d2900579559
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/client-sso@npm:3.734.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/b713f336fa129a0797534e18d65377608a26d34f5590106a7997cb2dbfda77a87dec9a4a1ac009b9c59f08c7031f6fe6062c05d056aa206a137828235b93fc07
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/core@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/core": "npm:^3.1.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/signature-v4": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-middleware": "npm:^4.0.1"
fast-xml-parser: "npm:4.4.1"
tslib: "npm:^2.6.2"
checksum: 10/cb530e71fff8ea626706ad4aef7a1fccf1215dd119c99cc909b75203c91438ba4c99c5096c76c0289e807789d3fa3eae56174083a711bf3cfa72c168513e8d9a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-cognito-identity@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.738.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.738.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/f8fd59e4e289b17512a96d9c413c28eabe1367c0a80f7f401f1edc991d28344715d5e01801ee33b3867fd3f68d0ffddaa5fca49fba38fcf20f973d29458da5c0
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-env@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/fe822ce3224d4b67f5d152680050d1c896923a7c4ad47c93f6c923675a540d5770d12863b9cae8fbb35fba84e265ab654c8038faf67832354f6b8a4e3a31c3e5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-http@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-stream": "npm:^4.0.2"
tslib: "npm:^2.6.2"
checksum: 10/87b1b2e9294562893928afcfbd88a6ad306fb8c3051888b1da7d31ce5d7bc31c2f95d961a991756c22c08fa9b87897eb4e651a5cd62878b3fdebad72c15498d8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-env": "npm:3.734.0"
"@aws-sdk/credential-provider-http": "npm:3.734.0"
"@aws-sdk/credential-provider-process": "npm:3.734.0"
"@aws-sdk/credential-provider-sso": "npm:3.734.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.734.0"
"@aws-sdk/nested-clients": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/credential-provider-imds": "npm:^4.0.1"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/shared-ini-file-loader": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/4a5eab1d5090b2fd71e3cd446b5d9fc7076345ac5d72a6a2c861fa60d9ce6f00aaa6b40ea8a4e0a3c34cf9632546e79eafcdc1384004410d6611db087d1757be
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/credential-provider-node@npm:3.738.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.734.0"
"@aws-sdk/credential-provider-http": "npm:3.734.0"
"@aws-sdk/credential-provider-ini": "npm:3.734.0"
"@aws-sdk/credential-provider-process": "npm:3.734.0"
"@aws-sdk/credential-provider-sso": "npm:3.734.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/credential-provider-imds": "npm:^4.0.1"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/shared-ini-file-loader": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/7af139b94c673a758d4bdffa34b05ada8028805429437e968137356347ad925c9f010c3902af7a7dbce41b5cb64bb3477065bd477d3e9240c5f9691c26462cc7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-process@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/shared-ini-file-loader": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/bd5811fdba229e56ac4f92479e7682719fb1251c1259416c99e9fe9c1767320b7c7b38455deb46b86af2a93c7ca4db9767c661d560e9155550420a685b08a6b7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.734.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.734.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/token-providers": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/shared-ini-file-loader": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/104000aff7dd546dbe16ca789fbdb89fe4872fb729f03f34533a96f01d4d44681535f0ae22fb6f4556d429fa8d08977fa79d9a016a50fd680a85dba7c97f072f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/nested-clients": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/78c706b9523724bf1c4ed7ee3849cbadb541b7a9adec519fba7fbf201e4f2b81c4e44fa7e57492996862ea264700fcf726b7cf38c8d08200af900493ccd4d14f
languageName: node
linkType: hard
"@aws-sdk/credential-providers@npm:3.738.0":
version: 3.738.0
resolution: "@aws-sdk/credential-providers@npm:3.738.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.738.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/credential-provider-cognito-identity": "npm:3.738.0"
"@aws-sdk/credential-provider-env": "npm:3.734.0"
"@aws-sdk/credential-provider-http": "npm:3.734.0"
"@aws-sdk/credential-provider-ini": "npm:3.734.0"
"@aws-sdk/credential-provider-node": "npm:3.738.0"
"@aws-sdk/credential-provider-process": "npm:3.734.0"
"@aws-sdk/credential-provider-sso": "npm:3.734.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.734.0"
"@aws-sdk/nested-clients": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/core": "npm:^3.1.1"
"@smithy/credential-provider-imds": "npm:^4.0.1"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/b69c39606d5bb14e91e413e5b12d86b5d8bdeedc36036e659e5d6c36cfa4fc52abcd9df73e53066b4ee96ff13326fc9b72a48c708c1165fe6f8b8b7f0322db43
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-arn-parser": "npm:3.723.0"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-config-provider": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/be45d671a44df8848f542770fd7131c0f97cc20f387413d9cb28d1285531bbf566f073de575e8590db8c033e52bbce3805be0497f0170811d773c8ccc80355a7
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/6f5e1a381164c92987b9ea0f5de7ab4317a7bc142380b1d35a6d90c50d0b879e873df9d1574ad13b7c8fc34099d1394ef977e0bf986eed83d3876f8f5b77dd34
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.735.0":
version: 3.735.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.735.0"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
"@aws-crypto/util": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/is-array-buffer": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-stream": "npm:^4.0.2"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/adbaba6c786b79ab5ebaca0a97a90d800f662e07c30e490ef8482398f0edd8404ae063ecfebbb30e3aa22f53214847125edcd8e027ade45bfd9adb5cf1766d14
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-host-header@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/56da2b7e487fa18445cf4876660297d3c61b1a7b8fceb40860da21ab9581b47e1abf5a2f6204862289f7fb534aaf5f19842c0ed0cf46e6178f59f6c3053464bf
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/ca7517b1c0a510d24c5541db3c36bcf9fd75418aa9e6a29ae7288d6c90942909f3ce65a51f08b6126d7a84e158798c96513dde6151223f58e93d1ac3a6ada40b
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-logger@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/e259fe49ecb2c51424a96c7bc834d061eb6e55fce2686637ae0ada3612db582e2261895d2cffcf9f018436bb7fd8c600634df1b4012c276655595f543e30e426
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/93ca23bcb5b7cec82cab2b9fa87b84ea249440ca702bf387634311c8bb0aa66a96defd7b77bd8408d0f91ea3971e43648e1adb9a09ef0b1bba4cd63e4d6616b7
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-ec2@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-format-url": "npm:3.734.0"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/signature-v4": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/d811c76478ec5510b7b16f55187c96509cc01a7a78960c2e019eca7c027b6bf6b4f4a95dc5755dcc2a38c4f84a3f51a570df3d8670d48517c966062494b3843e
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-rds@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-sdk-rds@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-format-url": "npm:3.734.0"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/signature-v4": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/fa86c4ca2041bf8e3466c930d49f02b846fd1e5a12694063e6080770846261d462960f7cd7a7fa7e5de8702ebd7fd7eb1a2125129d6f99e9085d21601fef363d
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.740.0":
version: 3.740.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.740.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-arn-parser": "npm:3.723.0"
"@smithy/core": "npm:^3.1.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/signature-v4": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-config-provider": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-stream": "npm:^4.0.2"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/87a70aa615d8b16130e98432becf292df841072e253510e5c75ed2ed5f3652920c110eb8962d90d2dd48eb60017f1e8482552d3a9c0f127242c908fe9253f773
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-ssec@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/90c5bab066750d8ff64595050e72797022bc657c1dfef3348484922ba31f26ddea5dc675c6eff5cfcc3e51bcd230307e4ebc520c0ceb2076341b58ef4273baf1
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.734.0"
dependencies:
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@smithy/core": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/23e3bc2811a08f23122420ad2ca7ff628f4a5e2c5ab991b33a1707910769e18b088e8197d1ba08556af5d6dc8cd89ae4d5c62fb34c9a66b72bcc41c3ce1ed7b9
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/nested-clients@npm:3.734.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.734.0"
"@aws-sdk/middleware-host-header": "npm:3.734.0"
"@aws-sdk/middleware-logger": "npm:3.734.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.734.0"
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/region-config-resolver": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@aws-sdk/util-endpoints": "npm:3.734.0"
"@aws-sdk/util-user-agent-browser": "npm:3.734.0"
"@aws-sdk/util-user-agent-node": "npm:3.734.0"
"@smithy/config-resolver": "npm:^4.0.1"
"@smithy/core": "npm:^3.1.1"
"@smithy/fetch-http-handler": "npm:^5.0.1"
"@smithy/hash-node": "npm:^4.0.1"
"@smithy/invalid-dependency": "npm:^4.0.1"
"@smithy/middleware-content-length": "npm:^4.0.1"
"@smithy/middleware-endpoint": "npm:^4.0.2"
"@smithy/middleware-retry": "npm:^4.0.3"
"@smithy/middleware-serde": "npm:^4.0.1"
"@smithy/middleware-stack": "npm:^4.0.1"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/node-http-handler": "npm:^4.0.2"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/smithy-client": "npm:^4.1.2"
"@smithy/types": "npm:^4.1.0"
"@smithy/url-parser": "npm:^4.0.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.3"
"@smithy/util-defaults-mode-node": "npm:^4.0.3"
"@smithy/util-endpoints": "npm:^3.0.1"
"@smithy/util-middleware": "npm:^4.0.1"
"@smithy/util-retry": "npm:^4.0.1"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/d8ccd3158a139f20cbd8bc5a9d14e4bc5fd8f1cb67dbbfcbe3e7c19116de6214314af9e6f579d4349d02da47a1c2a38ebd591fd6c4435379aba19283c4bd44a2
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/region-config-resolver@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-config-provider": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.1"
tslib: "npm:^2.6.2"
checksum: 10/e0385529263384d3ad14529d581692028879e7b3ae2d4233b44acd1d97b8a13b7007ff4088b1e87bf33e10034584072ead0c9721559d556bd60fe67087cd02e3
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.740.0":
version: 3.740.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.740.0"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:3.740.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/protocol-http": "npm:^5.0.1"
"@smithy/signature-v4": "npm:^5.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/26e67003c37a2b8a9d773a90c344e924d638bd2762ce8788592f84009dc4a38d8d42289d690f9342d510558c0336707132097e44bdb71913550ece739a4ad617
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/token-providers@npm:3.734.0"
dependencies:
"@aws-sdk/nested-clients": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/property-provider": "npm:^4.0.1"
"@smithy/shared-ini-file-loader": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/23419735a58106d0512f052c4a595db59235e81c076cb881629a864960e0dcc2c7ec573eaa4657cf465aa3a9e52507955c5ce4d2725278b359cba53822975d68
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.734.0, @aws-sdk/types@npm:^3.222.0":
version: 3.734.0
resolution: "@aws-sdk/types@npm:3.734.0"
dependencies:
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/3a1a06ec927cda29d0b70d1fa44c3dc5fb33bdf8d2a045e5cf597fe54b1ff5d6d3527c159269c8ba7f1fceb414e9a272a718af1360466b82cd6d16d1048112ff
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/util-arn-parser@npm:3.723.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/558c187aff2af3c58e830468969f936103770d8830a37b56eea06f7964a2a80f3cd5cc4bfb71af3470ca2ef37e85f6b21318d61a68129c293eb47b337c5bfa9d
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/util-endpoints@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
"@smithy/util-endpoints": "npm:^3.0.1"
tslib: "npm:^2.6.2"
checksum: 10/2143061a7378bbfe8c0c09363b1c1d1014287f453fa26a0c002525d59940d78fd1cb20e75a8ac061962b42bd8e0eb5c516e120e9be0b05bb45c7a79c1227182d
languageName: node
linkType: hard
"@aws-sdk/util-format-url@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/util-format-url@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/querystring-builder": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/c30be11048248a537ecc19f1fc59019167302c05777078e464f1a299a012ea63342f7f30813ff6160d7810904eae521dfdf03c78bb4e5005a459e10de92ea1ff
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.723.0
resolution: "@aws-sdk/util-locate-window@npm:3.723.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/27e4952ac1915482bd717f978f10e2d2e2e95b0dbd0b2b63cb6864ffed6d8d889e350c4e2e0d1fa564dc5f1b60b994dad4ee62d922dfcbed5c126949dab2dd3a
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/util-user-agent-browser@npm:3.734.0"
dependencies:
"@aws-sdk/types": "npm:3.734.0"
"@smithy/types": "npm:^4.1.0"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: 10/40fc914b5fe26983ede06c4157f72b64bb26c779627bcec1eea8a302ad0d4bb3f16813f75cd5038fbc31c8ea1e9603f5a795d902d584de3fa5eda557805f64ad
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/util-user-agent-node@npm:3.734.0"
dependencies:
"@aws-sdk/middleware-user-agent": "npm:3.734.0"
"@aws-sdk/types": "npm:3.734.0"
"@smithy/node-config-provider": "npm:^4.0.1"
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 10/cb3bbc88f46c9874a05830f367da723f59a4cf47158fe7700eb28dd51cc0b6cc223aa4bf108b08d76d1ca6bcc71dbbf62e8454265491c6c113fa2e5c6b071cd2
languageName: node
linkType: hard
"@aws-sdk/xml-builder@npm:3.734.0":
version: 3.734.0
resolution: "@aws-sdk/xml-builder@npm:3.734.0"
dependencies:
"@smithy/types": "npm:^4.1.0"
tslib: "npm:^2.6.2"
checksum: 10/91d4ac0dbf43f4fb1a8db851784b4bf340a7b590bea78fde43e10ef7cb9393ba532eeb079e3265d5e85a2bd9c5c47677b52c81e7a1d06e25e23b30a9e69ff016
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.2":
version: 7.26.2
resolution: "@babel/code-frame@npm:7.26.2"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.25.9"