-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyarn.lock
More file actions
23089 lines (20930 loc) · 824 KB
/
yarn.lock
File metadata and controls
23089 lines (20930 loc) · 824 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
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 10c0/53c2b231a61a46792b39a0d43bc4f4f776bb4542aa57ee04930676802e5501282c2fc8aac14e4cd1f1120ff8b52616b6ff5ab539ad30aa2277d726444b71619f
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
version: 2.2.1
resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 10c0/92ce5915f8901d8c7cd4f4e6e2fe7b9fd335a29955b400caa52e0e5b12ca3796ada7c2f10e78c9c5b0f9c2539dff0ffea7b19850a56e1487aa083531e1e46d43
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/09189ada61a4ffe6b3bd363b0535438470a8cc1a83c89a2591ef2a0b91acb9c4ba95626557cddf856abb9df0d2bfdb0969512f1949b6db7bff5d17109d8beb3f
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32c@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/a5c7ec12ec23fd44c93971234176e0f3bda33d1d5ff3abe25a538f46d8a0baa312eefd179ac3f9bcca1c2d31886e3a36d1e2349b6989c59c3ea6853161095229
languageName: node
linkType: hard
"@aws-crypto/ie11-detection@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/ie11-detection@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 10c0/388891b86d816adb658175afeedaa6c4b4c70e83a7e94050d0425788da7fd5c1d675c5bd1588700e5168325bb342cc1063aa1ee4e519bc7f9b028b3998b69c53
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha1-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/26b51cba7f4f0412531205661d21e4a4f56cd87dbcfeb9844c4758b23029b83ff9815bd5207abbe98b62803948625d559cf177f6f6bce3af6654a6e05e0e1e31
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/sha256-js": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/c6a2d6b8176f6ab34b86f7b8c81e2beeae9d41bd4f5f375b332fbe9cbb916b94adcd70676fc7a505ba5abd4232dec1ddfcfa55877f91696d4c65f166648f3026
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: 10c0/05f6d256794df800fe9aef5f52f2ac7415f7f3117d461f85a6aecaa4e29e91527b6fd503681a17136fa89e9dd3d916e9c7e4cfb5eba222875cb6c077bdc1d00d
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-js@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/fc013b25a5813c425d4fb77c9ffbc8b5f73d2c78b423df98a1b2575a26de5ff3775c8f62fcf8ef2cc39c8af1cc651013e2c670c1a605a2e16749e06920a2d68f
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: 10c0/6c48701f8336341bb104dfde3d0050c89c288051f6b5e9bdfeb8091cf3ffc86efcd5c9e6ff2a4a134406b019c07aca9db608128f8d9267c952578a3108db9fd1
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 10c0/67e5cbdebd9560244658ba4dd8610c8dc51022497780961fb5061c09618d4337e18b1ee6c71ac24b4aca175f2aa34d1390b95f8759dc293f197f2339dd5dd8c9
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: 10c0/4d2118e29d68ca3f5947f1e37ce1fbb3239a0c569cc938cdc8ab8390d595609b5caf51a07c9e0535105b17bf5c52ea256fed705a07e9681118120ab64ee73af2
languageName: node
linkType: hard
"@aws-crypto/util@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/util@npm:3.0.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/71ab6963daabbf080b274e24d160e4af6c8bbb6832bb885644018849ff53356bf82bb8000b8596cf296e7d6b14ad6201872b6b902f944e97e121eb2b2f692667
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: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951
languageName: node
linkType: hard
"@aws-sdk/abort-controller@npm:^3.347.0":
version: 3.374.0
resolution: "@aws-sdk/abort-controller@npm:3.374.0"
dependencies:
"@smithy/abort-controller": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 10c0/44fc5bb66bb4c6343ad3683ec4b0582dea832e6505b013de82ce86507f433c62ee8902a1b743680ac40ccf41cfb7f65e9b96ed42e7e2613fddca84dbeffaf98b
languageName: node
linkType: hard
"@aws-sdk/client-codecommit@npm:^3.350.0":
version: 3.716.0
resolution: "@aws-sdk/client-codecommit@npm:3.716.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.716.0"
"@aws-sdk/client-sts": "npm:3.716.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-node": "npm:3.716.0"
"@aws-sdk/middleware-host-header": "npm:3.714.0"
"@aws-sdk/middleware-logger": "npm:3.714.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.714.0"
"@aws-sdk/middleware-user-agent": "npm:3.716.0"
"@aws-sdk/region-config-resolver": "npm:3.714.0"
"@aws-sdk/types": "npm:3.714.0"
"@aws-sdk/util-endpoints": "npm:3.714.0"
"@aws-sdk/util-user-agent-browser": "npm:3.714.0"
"@aws-sdk/util-user-agent-node": "npm:3.716.0"
"@smithy/config-resolver": "npm:^3.0.13"
"@smithy/core": "npm:^2.5.5"
"@smithy/fetch-http-handler": "npm:^4.1.2"
"@smithy/hash-node": "npm:^3.0.11"
"@smithy/invalid-dependency": "npm:^3.0.11"
"@smithy/middleware-content-length": "npm:^3.0.13"
"@smithy/middleware-endpoint": "npm:^3.2.6"
"@smithy/middleware-retry": "npm:^3.0.31"
"@smithy/middleware-serde": "npm:^3.0.11"
"@smithy/middleware-stack": "npm:^3.0.11"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/node-http-handler": "npm:^3.3.2"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/url-parser": "npm:^3.0.11"
"@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.31"
"@smithy/util-defaults-mode-node": "npm:^3.0.31"
"@smithy/util-endpoints": "npm:^2.1.7"
"@smithy/util-middleware": "npm:^3.0.11"
"@smithy/util-retry": "npm:^3.0.11"
"@smithy/util-utf8": "npm:^3.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/12519459f747e4e180c7d317e7eed783d75b68467900b835e9c02d5d972ea58b7012070b07ffae42d015b12cda3134733dbf65f5997c03a097a2aaf126caf1ed
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.382.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.382.0"
"@aws-sdk/credential-provider-node": "npm:3.382.0"
"@aws-sdk/middleware-host-header": "npm:3.379.1"
"@aws-sdk/middleware-logger": "npm:3.378.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.378.0"
"@aws-sdk/middleware-signing": "npm:3.379.1"
"@aws-sdk/middleware-user-agent": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-endpoints": "npm:3.382.0"
"@aws-sdk/util-user-agent-browser": "npm:3.378.0"
"@aws-sdk/util-user-agent-node": "npm:3.378.0"
"@smithy/config-resolver": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^2.0.1"
"@smithy/hash-node": "npm:^2.0.1"
"@smithy/invalid-dependency": "npm:^2.0.1"
"@smithy/middleware-content-length": "npm:^2.0.1"
"@smithy/middleware-endpoint": "npm:^2.0.1"
"@smithy/middleware-retry": "npm:^2.0.1"
"@smithy/middleware-serde": "npm:^2.0.1"
"@smithy/middleware-stack": "npm:^2.0.0"
"@smithy/node-config-provider": "npm:^2.0.1"
"@smithy/node-http-handler": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/smithy-client": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/url-parser": "npm:^2.0.1"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.0.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.1"
"@smithy/util-defaults-mode-node": "npm:^2.0.1"
"@smithy/util-retry": "npm:^2.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/25682691a7d681eb6fc1104b9fcb3aba3014b57cdac20d89b66f51f23eaf7e2afd64034e39b2b94e102fc884831c0471ac5153608e72b0fec141dbf40b5d8109
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.350.0":
version: 3.383.0
resolution: "@aws-sdk/client-s3@npm:3.383.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:3.0.0"
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.382.0"
"@aws-sdk/credential-provider-node": "npm:3.382.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.378.0"
"@aws-sdk/middleware-expect-continue": "npm:3.378.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.383.0"
"@aws-sdk/middleware-host-header": "npm:3.379.1"
"@aws-sdk/middleware-location-constraint": "npm:3.379.1"
"@aws-sdk/middleware-logger": "npm:3.378.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.378.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.379.1"
"@aws-sdk/middleware-signing": "npm:3.379.1"
"@aws-sdk/middleware-ssec": "npm:3.378.0"
"@aws-sdk/middleware-user-agent": "npm:3.382.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.378.0"
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-endpoints": "npm:3.382.0"
"@aws-sdk/util-user-agent-browser": "npm:3.378.0"
"@aws-sdk/util-user-agent-node": "npm:3.378.0"
"@aws-sdk/xml-builder": "npm:3.310.0"
"@smithy/config-resolver": "npm:^2.0.1"
"@smithy/eventstream-serde-browser": "npm:^2.0.1"
"@smithy/eventstream-serde-config-resolver": "npm:^2.0.1"
"@smithy/eventstream-serde-node": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^2.0.1"
"@smithy/hash-blob-browser": "npm:^2.0.1"
"@smithy/hash-node": "npm:^2.0.1"
"@smithy/hash-stream-node": "npm:^2.0.1"
"@smithy/invalid-dependency": "npm:^2.0.1"
"@smithy/md5-js": "npm:^2.0.1"
"@smithy/middleware-content-length": "npm:^2.0.1"
"@smithy/middleware-endpoint": "npm:^2.0.1"
"@smithy/middleware-retry": "npm:^2.0.1"
"@smithy/middleware-serde": "npm:^2.0.1"
"@smithy/middleware-stack": "npm:^2.0.0"
"@smithy/node-config-provider": "npm:^2.0.1"
"@smithy/node-http-handler": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/smithy-client": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/url-parser": "npm:^2.0.1"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.0.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.1"
"@smithy/util-defaults-mode-node": "npm:^2.0.1"
"@smithy/util-retry": "npm:^2.0.0"
"@smithy/util-stream": "npm:^2.0.1"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10c0/3915899be6bc4c6956154ee6339cf9c08c6df3d322792c8057e8688d5e17cd11d7a91d1e98e5c9735659db7c2d1dad9ced43a411561353a5d39a3f2a13c22ed4
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.382.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.379.1"
"@aws-sdk/middleware-logger": "npm:3.378.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.378.0"
"@aws-sdk/middleware-user-agent": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-endpoints": "npm:3.382.0"
"@aws-sdk/util-user-agent-browser": "npm:3.378.0"
"@aws-sdk/util-user-agent-node": "npm:3.378.0"
"@smithy/config-resolver": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^2.0.1"
"@smithy/hash-node": "npm:^2.0.1"
"@smithy/invalid-dependency": "npm:^2.0.1"
"@smithy/middleware-content-length": "npm:^2.0.1"
"@smithy/middleware-endpoint": "npm:^2.0.1"
"@smithy/middleware-retry": "npm:^2.0.1"
"@smithy/middleware-serde": "npm:^2.0.1"
"@smithy/middleware-stack": "npm:^2.0.0"
"@smithy/node-config-provider": "npm:^2.0.1"
"@smithy/node-http-handler": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/smithy-client": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/url-parser": "npm:^2.0.1"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.0.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.1"
"@smithy/util-defaults-mode-node": "npm:^2.0.1"
"@smithy/util-retry": "npm:^2.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/9f018767027d73427a6267afcfb214c8f8c137d786913f8bde1f0d90890487357d98d6e9773526518ae0479e31f4943b1bbbcc5efaa188e4b2b868b57a823ff2
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.716.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-node": "npm:3.716.0"
"@aws-sdk/middleware-host-header": "npm:3.714.0"
"@aws-sdk/middleware-logger": "npm:3.714.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.714.0"
"@aws-sdk/middleware-user-agent": "npm:3.716.0"
"@aws-sdk/region-config-resolver": "npm:3.714.0"
"@aws-sdk/types": "npm:3.714.0"
"@aws-sdk/util-endpoints": "npm:3.714.0"
"@aws-sdk/util-user-agent-browser": "npm:3.714.0"
"@aws-sdk/util-user-agent-node": "npm:3.716.0"
"@smithy/config-resolver": "npm:^3.0.13"
"@smithy/core": "npm:^2.5.5"
"@smithy/fetch-http-handler": "npm:^4.1.2"
"@smithy/hash-node": "npm:^3.0.11"
"@smithy/invalid-dependency": "npm:^3.0.11"
"@smithy/middleware-content-length": "npm:^3.0.13"
"@smithy/middleware-endpoint": "npm:^3.2.6"
"@smithy/middleware-retry": "npm:^3.0.31"
"@smithy/middleware-serde": "npm:^3.0.11"
"@smithy/middleware-stack": "npm:^3.0.11"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/node-http-handler": "npm:^3.3.2"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/url-parser": "npm:^3.0.11"
"@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.31"
"@smithy/util-defaults-mode-node": "npm:^3.0.31"
"@smithy/util-endpoints": "npm:^2.1.7"
"@smithy/util-middleware": "npm:^3.0.11"
"@smithy/util-retry": "npm:^3.0.11"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.716.0
checksum: 10c0/56c158846b2ff895565ff1da0f677d7959700288cf3dc44e7bd17ef87d6188233f6a331d1ded0e91df0068083ef28d50024016a90f5405f55b877b6c7130c7b0
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/client-sso@npm:3.382.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.379.1"
"@aws-sdk/middleware-logger": "npm:3.378.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.378.0"
"@aws-sdk/middleware-user-agent": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-endpoints": "npm:3.382.0"
"@aws-sdk/util-user-agent-browser": "npm:3.378.0"
"@aws-sdk/util-user-agent-node": "npm:3.378.0"
"@smithy/config-resolver": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^2.0.1"
"@smithy/hash-node": "npm:^2.0.1"
"@smithy/invalid-dependency": "npm:^2.0.1"
"@smithy/middleware-content-length": "npm:^2.0.1"
"@smithy/middleware-endpoint": "npm:^2.0.1"
"@smithy/middleware-retry": "npm:^2.0.1"
"@smithy/middleware-serde": "npm:^2.0.1"
"@smithy/middleware-stack": "npm:^2.0.0"
"@smithy/node-config-provider": "npm:^2.0.1"
"@smithy/node-http-handler": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/smithy-client": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/url-parser": "npm:^2.0.1"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.0.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.1"
"@smithy/util-defaults-mode-node": "npm:^2.0.1"
"@smithy/util-retry": "npm:^2.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/4efd88ddcedb05a926e4ec0436c51e67edd4a0ff88a8eb389fdf28daaf6a2bee6826ad385061d0fe3d47e006bd06d2f449765b7815c0634290641cf90c13f0d0
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/client-sso@npm:3.716.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/middleware-host-header": "npm:3.714.0"
"@aws-sdk/middleware-logger": "npm:3.714.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.714.0"
"@aws-sdk/middleware-user-agent": "npm:3.716.0"
"@aws-sdk/region-config-resolver": "npm:3.714.0"
"@aws-sdk/types": "npm:3.714.0"
"@aws-sdk/util-endpoints": "npm:3.714.0"
"@aws-sdk/util-user-agent-browser": "npm:3.714.0"
"@aws-sdk/util-user-agent-node": "npm:3.716.0"
"@smithy/config-resolver": "npm:^3.0.13"
"@smithy/core": "npm:^2.5.5"
"@smithy/fetch-http-handler": "npm:^4.1.2"
"@smithy/hash-node": "npm:^3.0.11"
"@smithy/invalid-dependency": "npm:^3.0.11"
"@smithy/middleware-content-length": "npm:^3.0.13"
"@smithy/middleware-endpoint": "npm:^3.2.6"
"@smithy/middleware-retry": "npm:^3.0.31"
"@smithy/middleware-serde": "npm:^3.0.11"
"@smithy/middleware-stack": "npm:^3.0.11"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/node-http-handler": "npm:^3.3.2"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/url-parser": "npm:^3.0.11"
"@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.31"
"@smithy/util-defaults-mode-node": "npm:^3.0.31"
"@smithy/util-endpoints": "npm:^2.1.7"
"@smithy/util-middleware": "npm:^3.0.11"
"@smithy/util-retry": "npm:^3.0.11"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/5c30caf6e21800974ff4c7f1dce230cfd7cfd4be146e356b19c0a4690b6123f23095f32eb73fa96b389f729975bbd5fbfe05c3d940f958c4f2a884fe4b9d44b4
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.382.0, @aws-sdk/client-sts@npm:^3.350.0":
version: 3.382.0
resolution: "@aws-sdk/client-sts@npm:3.382.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/credential-provider-node": "npm:3.382.0"
"@aws-sdk/middleware-host-header": "npm:3.379.1"
"@aws-sdk/middleware-logger": "npm:3.378.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.378.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.379.1"
"@aws-sdk/middleware-signing": "npm:3.379.1"
"@aws-sdk/middleware-user-agent": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-endpoints": "npm:3.382.0"
"@aws-sdk/util-user-agent-browser": "npm:3.378.0"
"@aws-sdk/util-user-agent-node": "npm:3.378.0"
"@smithy/config-resolver": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^2.0.1"
"@smithy/hash-node": "npm:^2.0.1"
"@smithy/invalid-dependency": "npm:^2.0.1"
"@smithy/middleware-content-length": "npm:^2.0.1"
"@smithy/middleware-endpoint": "npm:^2.0.1"
"@smithy/middleware-retry": "npm:^2.0.1"
"@smithy/middleware-serde": "npm:^2.0.1"
"@smithy/middleware-stack": "npm:^2.0.0"
"@smithy/node-config-provider": "npm:^2.0.1"
"@smithy/node-http-handler": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/smithy-client": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/url-parser": "npm:^2.0.1"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.0.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.1"
"@smithy/util-defaults-mode-node": "npm:^2.0.1"
"@smithy/util-retry": "npm:^2.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10c0/e06805e6d3f60b7c7980875131fe2f0325de5b4393af047ceda59b2c01241499755a9ba0a93622b246403fc96771e56b714bcb17dc0b0b8389eb7759c7ee2a64
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/client-sts@npm:3.716.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.716.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-node": "npm:3.716.0"
"@aws-sdk/middleware-host-header": "npm:3.714.0"
"@aws-sdk/middleware-logger": "npm:3.714.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.714.0"
"@aws-sdk/middleware-user-agent": "npm:3.716.0"
"@aws-sdk/region-config-resolver": "npm:3.714.0"
"@aws-sdk/types": "npm:3.714.0"
"@aws-sdk/util-endpoints": "npm:3.714.0"
"@aws-sdk/util-user-agent-browser": "npm:3.714.0"
"@aws-sdk/util-user-agent-node": "npm:3.716.0"
"@smithy/config-resolver": "npm:^3.0.13"
"@smithy/core": "npm:^2.5.5"
"@smithy/fetch-http-handler": "npm:^4.1.2"
"@smithy/hash-node": "npm:^3.0.11"
"@smithy/invalid-dependency": "npm:^3.0.11"
"@smithy/middleware-content-length": "npm:^3.0.13"
"@smithy/middleware-endpoint": "npm:^3.2.6"
"@smithy/middleware-retry": "npm:^3.0.31"
"@smithy/middleware-serde": "npm:^3.0.11"
"@smithy/middleware-stack": "npm:^3.0.11"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/node-http-handler": "npm:^3.3.2"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/url-parser": "npm:^3.0.11"
"@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.31"
"@smithy/util-defaults-mode-node": "npm:^3.0.31"
"@smithy/util-endpoints": "npm:^2.1.7"
"@smithy/util-middleware": "npm:^3.0.11"
"@smithy/util-retry": "npm:^3.0.11"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/3a0a408f264260781dcf992028c60c8dbfad1acf00ae3590db07b1d52d931a05ffbe7f6709783ac8385dc79f44f0427054d21a89333faddd8c50f62eb354f854
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/core@npm:3.716.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/core": "npm:^2.5.5"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/signature-v4": "npm:^4.2.4"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/util-middleware": "npm:^3.0.11"
fast-xml-parser: "npm:4.4.1"
tslib: "npm:^2.6.2"
checksum: 10c0/d11deccbe6b33f91f951fa317793d56359e87a1871772e429519df2d488929a9d9c230aa6be501446980b8e9c01fc549970c28b6d1eeff23f53955e57b021db7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-cognito-identity@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.382.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/d162179760f0631b121f97cac97366ae9afffb71ef14aca6d84c1cbcebb53e1ec383c26b66d865a23d665a7a4920d6d90a4b986420003e1e12b3b283497eae70
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/credential-provider-env@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/bc6aa45384b92c8055a4075dbc56319140adf4b2e1b42edded500f6f335466bf4c16ed83629086e06947efe02751a796c0f67b01094033e7833e4703177a99a1
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-env@npm:3.716.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/00f197f9e5f49f596357b620415d85084150f794cd908838b36d9cb6e537832db530e7975c12a8d66a0e711f5c32c57453131ba1f463392e257ce6f0625a5c2a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-http@npm:3.716.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/fetch-http-handler": "npm:^4.1.2"
"@smithy/node-http-handler": "npm:^3.3.2"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/util-stream": "npm:^3.3.2"
tslib: "npm:^2.6.2"
checksum: 10c0/ed342f61d1365b4511392b8eb897bea49b0f7c71ab92bb81748ca036409c1b59eef68cd507e7697e6df2d07f69b7a26bf57172ddde6bed10730152551ba8b603
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.382.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.378.0"
"@aws-sdk/credential-provider-process": "npm:3.378.0"
"@aws-sdk/credential-provider-sso": "npm:3.382.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.378.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/00f05dc46890d956a11962fd12a70b085f25d06dbc44eccf3b079ea8d46638f398282270a8cf5b75c8387f72e02e642e8c508517baa23aacf013e6fd2f6bfe86
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.716.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-env": "npm:3.716.0"
"@aws-sdk/credential-provider-http": "npm:3.716.0"
"@aws-sdk/credential-provider-process": "npm:3.716.0"
"@aws-sdk/credential-provider-sso": "npm:3.716.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/credential-provider-imds": "npm:^3.2.8"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/shared-ini-file-loader": "npm:^3.1.12"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.716.0
checksum: 10c0/1282f893a2149f0105f33dc9cfcbfa519b2936e8fc41da4b85fc89b022824c5689f8fc8652c2a03586ea0719e569da64b51414e831667b0c2c79c4e383cc65c6
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.382.0, @aws-sdk/credential-provider-node@npm:^3.350.0":
version: 3.382.0
resolution: "@aws-sdk/credential-provider-node@npm:3.382.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.378.0"
"@aws-sdk/credential-provider-ini": "npm:3.382.0"
"@aws-sdk/credential-provider-process": "npm:3.378.0"
"@aws-sdk/credential-provider-sso": "npm:3.382.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.378.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/518f3df4ea3c3275ac7010c3c0f9b6f1452f573cf4ade81cadb3cd8f29ee4c838c9b0cd731d3c0b6620a3897134c2935a3e7c29ad8ecbb8ec50f3fe0cea61dde
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-node@npm:3.716.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.716.0"
"@aws-sdk/credential-provider-http": "npm:3.716.0"
"@aws-sdk/credential-provider-ini": "npm:3.716.0"
"@aws-sdk/credential-provider-process": "npm:3.716.0"
"@aws-sdk/credential-provider-sso": "npm:3.716.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/credential-provider-imds": "npm:^3.2.8"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/shared-ini-file-loader": "npm:^3.1.12"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/41955b9098845652ab892e6edea9ce94705ade42be8ccc96f212efd75a2aec7aaf6cd06beaa9c01dd74e7cca1bc0a23571f94b4593034eccfe199603fc353cd0
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/credential-provider-process@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/214868f3d5dcb2ecf51f0662c4cf95be720cca72cd56c6f4a6a23a15d1bca91451983f0018bef38eb2bffb427ecc87ecc277ff5db884d20418b427d5852a5251
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-process@npm:3.716.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/shared-ini-file-loader": "npm:^3.1.12"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/cec748bc9ecf9c029b1e7cdec4722ecae6b4a4653f39c0be03e4901ec9a1745f8d341eb879b374119096490c93dd5746cfc3f1bd0af552462da57e2249646146
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.382.0":
version: 3.382.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.382.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.382.0"
"@aws-sdk/token-providers": "npm:3.382.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/4d9fe2bc95c8b7debc1addd0f72127724a44c7481b11e186e973f1516e45766f8803a8a3db0a80f399c92f919d27fdf0a36e38a3b62c02d51e477bac6a0e2feb
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.716.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.716.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/token-providers": "npm:3.714.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/shared-ini-file-loader": "npm:^3.1.12"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/5d1e941343164b4246722cc88909cd50966116c2028d9760f2a09b85dae80c1198de682b1f2c1c9d74a62bc8942e4cedb63695782b5b08f167bfef2f09c5abf3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/32d6d72aa1d2599f918a48311f1ebda03d47c35872c899bbfb332f3973e6db08e047d32794a1c67ad1833177c57c25e708811ed81b1fcb440667b327f54eb1dd
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.716.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@smithy/property-provider": "npm:^3.1.11"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.716.0
checksum: 10c0/28e5b97cb7ca314c1013a1af867e0853f9e542bd98105af09e58e824abc30f7cdf14a2cfa2b443d449a89a1d94f046db2014ec001d5a99c5df1d34944a1d5631
languageName: node
linkType: hard
"@aws-sdk/credential-providers@npm:^3.350.0":
version: 3.382.0
resolution: "@aws-sdk/credential-providers@npm:3.382.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.382.0"
"@aws-sdk/client-sso": "npm:3.382.0"
"@aws-sdk/client-sts": "npm:3.382.0"
"@aws-sdk/credential-provider-cognito-identity": "npm:3.382.0"
"@aws-sdk/credential-provider-env": "npm:3.378.0"
"@aws-sdk/credential-provider-ini": "npm:3.382.0"
"@aws-sdk/credential-provider-node": "npm:3.382.0"
"@aws-sdk/credential-provider-process": "npm:3.378.0"
"@aws-sdk/credential-provider-sso": "npm:3.382.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.378.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/8320a0744d34208b21d8de0c65d2c1dfa6539804091f62d6f0e3c5eb387823346bd60699eceb092f0df335454f706df9fe6b6cf2940a2030c3ef2ec45eb05bed
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/util-config-provider": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/7bc2e63cff0de9235d902f3c15a3958efffb40dc0ea689a783f32a3785ba6c392e3edfa9bca1646d6742b70e131e5bdd42e4c597314e8d9c9a5fc6e57fa4d2d0
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/81af1bbcd8c4e9ef12dbe67750b974452e0fa746f437051dd35642cab85388606953dbe7415cffde143c3b80b03df71a16c49f877162be61eb782ad5ec6c02ab
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.383.0":
version: 3.383.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.383.0"
dependencies:
"@aws-crypto/crc32": "npm:3.0.0"
"@aws-crypto/crc32c": "npm:3.0.0"
"@aws-sdk/types": "npm:3.378.0"
"@smithy/is-array-buffer": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/9ad7729ddfcfb6e9b21c4ed52d428010f74b781d08e42731062b187e8e1da2157c6244f27c01a55fbce5bcfec02da1a0c6f2be755e949be12374453c43645ca7
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.379.1":
version: 3.379.1
resolution: "@aws-sdk/middleware-host-header@npm:3.379.1"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/7c3074faceae0246b23a51ca4e6244a8180fe9617deae073769f34e25818cc6b80b2a3ad82421200f3f144474e889b72310b86ebe5f66bef3782e85bfb50f811
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.714.0":
version: 3.714.0
resolution: "@aws-sdk/middleware-host-header@npm:3.714.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/c817ca326e9986fa135cfb94abc000477278fdac01d78e0d7d59cf2f02be89afe6e4c9aeb2c575f49dc29d08ed6593f0df634bd23a61f183a4cb09c50d76a1b9
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.379.1":
version: 3.379.1
resolution: "@aws-sdk/middleware-location-constraint@npm:3.379.1"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/200167901b17daf032febc003d281b2caa700614360d091110a0d4a3060cce434bc04552ff30772a8bd0beebd82fd2040b43a6c4308de44d578e9a5ce1858e3b
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/middleware-logger@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/63a073a6211e29e31193487c30486a7b9a6fbeb82651012c14dfd7030adb300294f434d2eb46e3031a30961260551fd5825b8794b8de2bd15ce0d2cc0a512ec9
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.714.0":
version: 3.714.0
resolution: "@aws-sdk/middleware-logger@npm:3.714.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/c4ae1cdf3e8569fcab51f3a61cf8ee053e94a5b0efb0b3149178c18e44eb37b2be7f35a7e351fd9cfe21b8178f5a60d53012dc93779529b3d41a0f158a6d4ae4
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.378.0":
version: 3.378.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.378.0"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/68c715283febef7037cac36eba2cc5d7368ddddb0485a7cb7ddbab12812e843dca5b067bb5975e96021cc12bf988fa27d37bff6e67c683e655cb2371081c0fca
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.714.0":
version: 3.714.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.714.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/0a423e6fd930b98a6237849ef2d1d5c50217fb1a78a48e6e6eb73b077588ad295f3e64edc4836702dd8053bb1eac73d5007ff1dfc097f1b66b793cbd98f390cc
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.379.1":
version: 3.379.1
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.379.1"
dependencies:
"@aws-sdk/types": "npm:3.378.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^2.0.1"
"@smithy/types": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 10c0/b6dcc2aea15944579783c13590e87b87efbd1b96caf2ce15a3caeb54f0092105c82367217722fcd9d983a78417e844ba584bc9e6ea2df5fff3f40ccaecd6523d
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.379.1":
version: 3.379.1