-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyarn.lock
More file actions
10857 lines (9851 loc) · 388 KB
/
yarn.lock
File metadata and controls
10857 lines (9851 loc) · 388 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
"@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: 10c0/eab9581d3363af5ea498ae0e72de792f54d8890360e14a9d8261b7b5c55ebe080279fb2556e07994d785341cdaa99ab0b1ccf137832b53b5904cd6928f2b094b
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: 10c0/223efac396cdebaf5645568fa9a38cd0c322c960ae1f4276bedfe2e1031d0112e49d7d39225d386354680ecefae29f39af469a84b2ddfa77cb6692036188af77
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: 10c0/51fed0bf078c10322d910af179871b7d299dde5b5897873ffbeeb036f427e5d11d23db9794439226544b73901920fd19f4d86bbc103ed73cc0cfdea47a83c6ac
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: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:^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: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: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.337.0":
version: 3.1034.0
resolution: "@aws-sdk/client-s3@npm:3.1034.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.974.3"
"@aws-sdk/credential-provider-node": "npm:^3.972.34"
"@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.10"
"@aws-sdk/middleware-expect-continue": "npm:^3.972.10"
"@aws-sdk/middleware-flexible-checksums": "npm:^3.974.11"
"@aws-sdk/middleware-host-header": "npm:^3.972.10"
"@aws-sdk/middleware-location-constraint": "npm:^3.972.10"
"@aws-sdk/middleware-logger": "npm:^3.972.10"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.11"
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.32"
"@aws-sdk/middleware-ssec": "npm:^3.972.10"
"@aws-sdk/middleware-user-agent": "npm:^3.972.33"
"@aws-sdk/region-config-resolver": "npm:^3.972.13"
"@aws-sdk/signature-v4-multi-region": "npm:^3.996.20"
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-endpoints": "npm:^3.996.8"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.10"
"@aws-sdk/util-user-agent-node": "npm:^3.973.19"
"@smithy/config-resolver": "npm:^4.4.17"
"@smithy/core": "npm:^3.23.16"
"@smithy/eventstream-serde-browser": "npm:^4.2.14"
"@smithy/eventstream-serde-config-resolver": "npm:^4.3.14"
"@smithy/eventstream-serde-node": "npm:^4.2.14"
"@smithy/fetch-http-handler": "npm:^5.3.17"
"@smithy/hash-blob-browser": "npm:^4.2.15"
"@smithy/hash-node": "npm:^4.2.14"
"@smithy/hash-stream-node": "npm:^4.2.14"
"@smithy/invalid-dependency": "npm:^4.2.14"
"@smithy/md5-js": "npm:^4.2.14"
"@smithy/middleware-content-length": "npm:^4.2.14"
"@smithy/middleware-endpoint": "npm:^4.4.31"
"@smithy/middleware-retry": "npm:^4.5.4"
"@smithy/middleware-serde": "npm:^4.2.19"
"@smithy/middleware-stack": "npm:^4.2.14"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/node-http-handler": "npm:^4.6.0"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
"@smithy/url-parser": "npm:^4.2.14"
"@smithy/util-base64": "npm:^4.3.2"
"@smithy/util-body-length-browser": "npm:^4.2.2"
"@smithy/util-body-length-node": "npm:^4.2.3"
"@smithy/util-defaults-mode-browser": "npm:^4.3.48"
"@smithy/util-defaults-mode-node": "npm:^4.2.53"
"@smithy/util-endpoints": "npm:^3.4.2"
"@smithy/util-middleware": "npm:^4.2.14"
"@smithy/util-retry": "npm:^4.3.3"
"@smithy/util-stream": "npm:^4.5.24"
"@smithy/util-utf8": "npm:^4.2.2"
"@smithy/util-waiter": "npm:^4.2.16"
tslib: "npm:^2.6.2"
checksum: 10c0/90d533a1cddadcdfc70810e46e85a83bf3dbe6581a5006d6d16701a45f7ce62746c51f7f1d6e9b21081d5bdf57e6f48294d468d84f1d4a7ec4a1e3bf75aa0de8
languageName: node
linkType: hard
"@aws-sdk/client-sqs@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/client-sqs@npm:3.721.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.721.0"
"@aws-sdk/client-sts": "npm:3.721.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-node": "npm:3.721.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-sdk-sqs": "npm:3.716.0"
"@aws-sdk/middleware-user-agent": "npm:3.721.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.721.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/md5-js": "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/cb6b26ea7c0b6ea0705cd509b008901831d2ab5eccf50ddf02e1342fa787f6f0c09cd0ccdf77de676549f84208404f5a5bd4bff97c15ad6d6bcdce455e2e382d
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.721.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.721.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.721.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.721.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.721.0
checksum: 10c0/749299eba3e03ae2f93621049642958babb48f4067ce90074e2b6bf279898fd7a13831bfb503a2d1653adf1d4ceed14521b6f3d4b069168f34194cf744e719b4
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/client-sso@npm:3.721.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.721.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.721.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/d0b4b3bead2707d8b327684ce93d45db9bcff6c8c7b2e334acbad5bce74a3dd77f63d6434f9a9de048977e81693dacd7691a847b8480dc03cb07f24163c7a7e1
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/client-sts@npm:3.721.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.721.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/credential-provider-node": "npm:3.721.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.721.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.721.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/38ea61bd2a37f06debf6e97be7a59fd93eee68d5c1c210bed783609eff4df869d3f8e766e0d1e38d9235af84c27242bc110347a0b1ed1556f3aaa8e919065870
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/core@npm:^3.974.3, @aws-sdk/core@npm:^3.974.4":
version: 3.974.4
resolution: "@aws-sdk/core@npm:3.974.4"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/xml-builder": "npm:^3.972.18"
"@smithy/core": "npm:^3.23.16"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/signature-v4": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-base64": "npm:^4.3.2"
"@smithy/util-middleware": "npm:^4.2.14"
"@smithy/util-retry": "npm:^4.3.3"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/8fa8ac8e4ab0d4f36b759bd4e81852d038258fb8de8702057fea9905f2648c2044c91ac168d5963da86fe335dc9def391d81298f77377c22171feb2f09c85c48
languageName: node
linkType: hard
"@aws-sdk/crc64-nvme@npm:^3.972.7":
version: 3.972.7
resolution: "@aws-sdk/crc64-nvme@npm:3.972.7"
dependencies:
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/c6f23e4e4c06b98009264b511567bb808d4c4f53c1da9b41f5c975f5f9f5e4b11af16e7add850e7bba29731b6efb145eb4dc0538d9639d6a5daaceadb4acf35d
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-env@npm:^3.972.30":
version: 3.972.30
resolution: "@aws-sdk/credential-provider-env@npm:3.972.30"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/af510ebeba4990a8ed93728e412e91a9a9dc975670d95480603225a48a312fe38351b5eca848e8cb9e4ef665cc369bef409d6803df16821f249aeab504cfbb66
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-http@npm:^3.972.32":
version: 3.972.32
resolution: "@aws-sdk/credential-provider-http@npm:3.972.32"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/fetch-http-handler": "npm:^5.3.17"
"@smithy/node-http-handler": "npm:^4.6.0"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-stream": "npm:^4.5.24"
tslib: "npm:^2.6.2"
checksum: 10c0/230b494bc0579798e8c3ef2d2d412494e1d292dc3cd17d83dc388e7175f3a9b06843d49b84f9f546ceac2db698c259107093b7b2d3da646af4027f55bc0b0990
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.721.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.721.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.721.0
checksum: 10c0/f5a4d27afb709781f18b9691af4f2a296cc05b34663109a8fb67e7f8fdc314a5cd586b3ea21ea6f2eeb3a8942d59df1f834657446ef270b01505015df2a69360
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:^3.972.34":
version: 3.972.34
resolution: "@aws-sdk/credential-provider-ini@npm:3.972.34"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/credential-provider-env": "npm:^3.972.30"
"@aws-sdk/credential-provider-http": "npm:^3.972.32"
"@aws-sdk/credential-provider-login": "npm:^3.972.34"
"@aws-sdk/credential-provider-process": "npm:^3.972.30"
"@aws-sdk/credential-provider-sso": "npm:^3.972.34"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.34"
"@aws-sdk/nested-clients": "npm:^3.997.2"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/credential-provider-imds": "npm:^4.2.14"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/6b912580145b34f8d30a7bda0478eef11f4efc41b8d82d39844cf334020bcade8190425c750282bf059ea270916ef43e17763248286894903d298c53b8f0f384
languageName: node
linkType: hard
"@aws-sdk/credential-provider-login@npm:^3.972.34":
version: 3.972.34
resolution: "@aws-sdk/credential-provider-login@npm:3.972.34"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/nested-clients": "npm:^3.997.2"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/d689d98b150589255304c8cb5c326a710caead44f6504ee2b198c9119d26e097fcf42f12cc266c9bdd27eb42214d33ddd7a38becb54cf71f7ea0861d51b90eb5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/credential-provider-node@npm:3.721.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.721.0"
"@aws-sdk/credential-provider-process": "npm:3.716.0"
"@aws-sdk/credential-provider-sso": "npm:3.721.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/f00269dc2bc4f9defddeb7cd571f48f5abe3098af8765eb36974d351e6f3e87182d8ed05572b954038e596882eb026521646886e0756f8d09b3692d2d8f9e81f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:^3.972.34":
version: 3.972.35
resolution: "@aws-sdk/credential-provider-node@npm:3.972.35"
dependencies:
"@aws-sdk/credential-provider-env": "npm:^3.972.30"
"@aws-sdk/credential-provider-http": "npm:^3.972.32"
"@aws-sdk/credential-provider-ini": "npm:^3.972.34"
"@aws-sdk/credential-provider-process": "npm:^3.972.30"
"@aws-sdk/credential-provider-sso": "npm:^3.972.34"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.34"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/credential-provider-imds": "npm:^4.2.14"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/afa6a0b277c87fd7dc3d18e5204fba0fa8bdf586bb3bbe752e896bdbd22402359a00bfad894db84322f3ff6b16a5220c6acbe654a8c5a98b9a494d821f03dd12
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-process@npm:^3.972.30":
version: 3.972.30
resolution: "@aws-sdk/credential-provider-process@npm:3.972.30"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/e099196637fb9684820256046c61420ecdc2ea7331c273c815c944d26f1bbed5e7fd7e27b78b7ffc6afb5cdc543a86b778c6d901670ac0eea480247bf3b51460
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.721.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.721.0"
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/token-providers": "npm:3.721.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/f4d06ed581d792e412f3b2dc86cae405dff89ae85b7d656aad737c8b5f77731df9162817fafa0f7419fd868fbc2d8f2c299374de3bd4ddafe7b7392e0289a901
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:^3.972.34":
version: 3.972.34
resolution: "@aws-sdk/credential-provider-sso@npm:3.972.34"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/nested-clients": "npm:^3.997.2"
"@aws-sdk/token-providers": "npm:3.1035.0"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/0864be0fb087a4287fa8e0111abe5cd7e5f99f9cefb13d708ec04b4e54a7255524be26749914e9acb4ab26bafd473dc6173208c8cee129dafb641dda8e7674da
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-provider-web-identity@npm:^3.972.34":
version: 3.972.34
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.34"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/nested-clients": "npm:^3.997.2"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/d33eed918abc72c1e589826cb958556b93a56959f4aa4b1125f5e1e9929d7fc700ebffe16c468ea507acef2183092f36708e8655ee67174df595dd6482b8b812
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-arn-parser": "npm:^3.972.3"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-config-provider": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/5529288142e0ebfbd985a257dbbb0f3510981a6ef56ce449465458ca12f7bcbbb9bfba9e1788c925329443604d4a438275f30254ef1d47e7931da798fb6e6765
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-expect-continue@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/c91588169621597bed09aa53f9bf858b83a0c8b8b84d6838ed3729c8222a7b7d5819595fd2617ca8f859e8471ca7e7132bb7d1694d5ada17039dea53cc707e4b
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:^3.974.11":
version: 3.974.12
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.974.12"
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.974.4"
"@aws-sdk/crc64-nvme": "npm:^3.972.7"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/is-array-buffer": "npm:^4.2.2"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-middleware": "npm:^4.2.14"
"@smithy/util-stream": "npm:^4.5.24"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/f7d6016311fbe725389f3dd0550a45a1fa8b7958593c414c4063869bd5b28c1d37310e72b5c719437a4cdac9bcdd287f0049faecf9ed2c5dee451ecde01af78e
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-host-header@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-host-header@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/e631b48f8d8fd40f8977da8d1fc012208f953000dd5645dc0a700c7283af8fafb996c9c1c50e40b8392c402ad98d11e0ddddb949896db5163a7f06e2385e619a
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-location-constraint@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/ef8ef1f3cf7d28e5b02edcc2b62cab07a380f7a02983bdfcaf24fbea35129c53ac5a1f5846ab28212b649d6c81f437e2a846f1f954fb374509ea174201bf09d4
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-logger@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-logger@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/a24e0c98b3cf6c9b7960bf8979d2ab8f839fb89294ba8943136d99dbe7370cc45b010460ed7f5bf14ab6ad8e113ccec6387cf1bda655bcbdb58722df21d9b713
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-recursion-detection@npm:^3.972.11":
version: 3.972.11
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.11"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@aws/lambda-invoke-store": "npm:^0.2.2"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/e52501b00e79e714218897ddec9edd40ecf33fdb43c19b00195c8ed71c8295d0d148f07465465d464f103a23aa535dc1daf60bbb5b95303e330767a5eba78f54
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:^3.972.32, @aws-sdk/middleware-sdk-s3@npm:^3.972.33":
version: 3.972.33
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.33"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-arn-parser": "npm:^3.972.3"
"@smithy/core": "npm:^3.23.16"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/signature-v4": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-config-provider": "npm:^4.2.2"
"@smithy/util-middleware": "npm:^4.2.14"
"@smithy/util-stream": "npm:^4.5.24"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/ed69b687a7b11d76c4a8ae0532d99a8d27d4372eedb119770d3131d94326968d7fdd99a938f7f9835aa460671de13e788c9adfa39e5c20d393857fb2b23f9d41
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sqs@npm:3.716.0":
version: 3.716.0
resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.716.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/smithy-client": "npm:^3.5.1"
"@smithy/types": "npm:^3.7.2"
"@smithy/util-hex-encoding": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/2faa0d41d37764e483cadca5868fa85a8aa8bc5089b924252b565d2f30cc7394bb0144a39c23b05397f55860a386e4f8d871e210d9646df272b06a11ba681e68
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/middleware-ssec@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/13e11c485e63d6b3d8a5f14888c6b8aea1c0a96a99826e840840b6974b9605b5f528f8869b021036e8615995d9e5ecd33d6e67af1561ed673d37292d356ca441
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.721.0"
dependencies:
"@aws-sdk/core": "npm:3.716.0"
"@aws-sdk/types": "npm:3.714.0"
"@aws-sdk/util-endpoints": "npm:3.714.0"
"@smithy/core": "npm:^2.5.5"
"@smithy/protocol-http": "npm:^4.1.8"
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/9409a5130adfe74eda12c020e522621b3ac25a6e371daee400ffa840f72a28935670d6f5745ddfb9b808fe46f1469c01dcddd945ee7eb0a8c2fc383d71fe0c2b
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:^3.972.33, @aws-sdk/middleware-user-agent@npm:^3.972.34":
version: 3.972.34
resolution: "@aws-sdk/middleware-user-agent@npm:3.972.34"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-endpoints": "npm:^3.996.8"
"@smithy/core": "npm:^3.23.16"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
"@smithy/util-retry": "npm:^4.3.3"
tslib: "npm:^2.6.2"
checksum: 10c0/84665140c8cb815fc967fd7c52f83d5fbe496fc620f2fa9422b7f292aa55f25c44da7aeb975e14f6b2ad9cbf722fb437120f51cbdc0062c266aa3451888d5fde
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:^3.997.2":
version: 3.997.2
resolution: "@aws-sdk/nested-clients@npm:3.997.2"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/middleware-host-header": "npm:^3.972.10"
"@aws-sdk/middleware-logger": "npm:^3.972.10"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.11"
"@aws-sdk/middleware-user-agent": "npm:^3.972.34"
"@aws-sdk/region-config-resolver": "npm:^3.972.13"
"@aws-sdk/signature-v4-multi-region": "npm:^3.996.21"
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-endpoints": "npm:^3.996.8"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.10"
"@aws-sdk/util-user-agent-node": "npm:^3.973.20"
"@smithy/config-resolver": "npm:^4.4.17"
"@smithy/core": "npm:^3.23.16"
"@smithy/fetch-http-handler": "npm:^5.3.17"
"@smithy/hash-node": "npm:^4.2.14"
"@smithy/invalid-dependency": "npm:^4.2.14"
"@smithy/middleware-content-length": "npm:^4.2.14"
"@smithy/middleware-endpoint": "npm:^4.4.31"
"@smithy/middleware-retry": "npm:^4.5.4"
"@smithy/middleware-serde": "npm:^4.2.19"
"@smithy/middleware-stack": "npm:^4.2.14"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/node-http-handler": "npm:^4.6.0"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
"@smithy/url-parser": "npm:^4.2.14"
"@smithy/util-base64": "npm:^4.3.2"
"@smithy/util-body-length-browser": "npm:^4.2.2"
"@smithy/util-body-length-node": "npm:^4.2.3"
"@smithy/util-defaults-mode-browser": "npm:^4.3.48"
"@smithy/util-defaults-mode-node": "npm:^4.2.53"
"@smithy/util-endpoints": "npm:^3.4.2"
"@smithy/util-middleware": "npm:^4.2.14"
"@smithy/util-retry": "npm:^4.3.3"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/6d718885d5d72200c35ab99feb95faac1d26bbb9bc3292914a059d98fdc0038d4641dbd9f942a8ff9bb0317dcee0d5f7b3989e18498288dd7d954ec1c2771962
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.714.0":
version: 3.714.0
resolution: "@aws-sdk/region-config-resolver@npm:3.714.0"
dependencies:
"@aws-sdk/types": "npm:3.714.0"
"@smithy/node-config-provider": "npm:^3.1.12"
"@smithy/types": "npm:^3.7.2"
"@smithy/util-config-provider": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^3.0.11"
tslib: "npm:^2.6.2"
checksum: 10c0/160e001b060ed2743c74856991207ac47cec1d7e96885d90468548c8ee7113e1de65143a1f417d8fa27f6c57679b89b56d1444ff87c05333d31f3379b55838b3
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:^3.972.13":
version: 3.972.13
resolution: "@aws-sdk/region-config-resolver@npm:3.972.13"
dependencies:
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/config-resolver": "npm:^4.4.17"
"@smithy/node-config-provider": "npm:^4.3.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/8cc3e5433ccf9ec4efb6d12ccd924701cfd6fb018124c9e5106486da10402ea1b83b0855353dae5e0f31ad2c7b6d962ac832350a5cdbeda59a30231525fd1118
languageName: node
linkType: hard
"@aws-sdk/s3-request-presigner@npm:^3.342.0":
version: 3.1034.0
resolution: "@aws-sdk/s3-request-presigner@npm:3.1034.0"
dependencies:
"@aws-sdk/signature-v4-multi-region": "npm:^3.996.20"
"@aws-sdk/types": "npm:^3.973.8"
"@aws-sdk/util-format-url": "npm:^3.972.10"
"@smithy/middleware-endpoint": "npm:^4.4.31"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/smithy-client": "npm:^4.12.12"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/f5dd85cff250f71a44e6d5ab92f47d15bc9f74dc03123efc56edda814dd08f2642e5ee8b3291435283f18c20c90d48b98247548009a8f8bb56b5f06a40b207a6
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:^3.996.20, @aws-sdk/signature-v4-multi-region@npm:^3.996.21":
version: 3.996.21
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.996.21"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.33"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/protocol-http": "npm:^5.3.14"
"@smithy/signature-v4": "npm:^5.3.14"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/7f8ea78b6e81b616170a13d1d4f561a04cb2a9046d8b09a7275da39a3744e01a87b0b7b9627a59af997ad8753a4de48ae3d43b5d12b395bbb418e9f0b6fa59ec
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.1035.0":
version: 3.1035.0
resolution: "@aws-sdk/token-providers@npm:3.1035.0"
dependencies:
"@aws-sdk/core": "npm:^3.974.4"
"@aws-sdk/nested-clients": "npm:^3.997.2"
"@aws-sdk/types": "npm:^3.973.8"
"@smithy/property-provider": "npm:^4.2.14"
"@smithy/shared-ini-file-loader": "npm:^4.4.9"
"@smithy/types": "npm:^4.14.1"
tslib: "npm:^2.6.2"
checksum: 10c0/a78f43afb66162ab4804164c6b6d5a0a561173de76ab3309149c7467402a3361b25cd31e18899b4453c1914db40983b42600fb9b5800eea33452e00e693b3553
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.721.0":
version: 3.721.0
resolution: "@aws-sdk/token-providers@npm:3.721.0"
dependencies:
"@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"
peerDependencies:
"@aws-sdk/client-sso-oidc": ^3.721.0
checksum: 10c0/196affc44d28c9a0beb46e679a293c959b8303509e8313899943fe13c25c3b0c109af3a1d6e6ab5ac978b7dc78e59166e31470a27f30aaeb84e8c29ecff5841f
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.714.0":
version: 3.714.0
resolution: "@aws-sdk/types@npm:3.714.0"
dependencies:
"@smithy/types": "npm:^3.7.2"
tslib: "npm:^2.6.2"
checksum: 10c0/fd1b47d0d85bef495a2d76e4ad8d56328638ba59fec9719c7f30aedbde1f058d269825e00fc78eebafda14b73a583445911599eba6e9d039e3059cc79dd074d4
languageName: node