-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
13931 lines (12611 loc) · 491 KB
/
yarn.lock
File metadata and controls
13931 lines (12611 loc) · 491 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
"7zip-bin@npm:~5.2.0":
version: 5.2.0
resolution: "7zip-bin@npm:5.2.0"
checksum: 10c0/7f6c69b4cb10c4060fb8fda258ae2ab88d30516b5a52941efa0e2cbd9ce362ab7d8d568549cd85e9f125c1c68f95c7bb076cc314c2f3c0cb306d3b638080c2ce
languageName: node
linkType: hard
"@alloc/quick-lru@npm:^5.2.0":
version: 5.2.0
resolution: "@alloc/quick-lru@npm:5.2.0"
checksum: 10c0/7b878c48b9d25277d0e1a9b8b2f2312a314af806b4129dc902f2bc29ab09b58236e53964689feec187b28c80d2203aff03829754773a707a8a5987f1b7682d92
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: 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.1025.0":
version: 3.1025.0
resolution: "@aws-sdk/client-s3@npm:3.1025.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.973.26"
"@aws-sdk/credential-provider-node": "npm:^3.972.29"
"@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.8"
"@aws-sdk/middleware-expect-continue": "npm:^3.972.8"
"@aws-sdk/middleware-flexible-checksums": "npm:^3.974.6"
"@aws-sdk/middleware-host-header": "npm:^3.972.8"
"@aws-sdk/middleware-location-constraint": "npm:^3.972.8"
"@aws-sdk/middleware-logger": "npm:^3.972.8"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.9"
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.27"
"@aws-sdk/middleware-ssec": "npm:^3.972.8"
"@aws-sdk/middleware-user-agent": "npm:^3.972.28"
"@aws-sdk/region-config-resolver": "npm:^3.972.10"
"@aws-sdk/signature-v4-multi-region": "npm:^3.996.15"
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/util-endpoints": "npm:^3.996.5"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.8"
"@aws-sdk/util-user-agent-node": "npm:^3.973.14"
"@smithy/config-resolver": "npm:^4.4.13"
"@smithy/core": "npm:^3.23.13"
"@smithy/eventstream-serde-browser": "npm:^4.2.12"
"@smithy/eventstream-serde-config-resolver": "npm:^4.3.12"
"@smithy/eventstream-serde-node": "npm:^4.2.12"
"@smithy/fetch-http-handler": "npm:^5.3.15"
"@smithy/hash-blob-browser": "npm:^4.2.13"
"@smithy/hash-node": "npm:^4.2.12"
"@smithy/hash-stream-node": "npm:^4.2.12"
"@smithy/invalid-dependency": "npm:^4.2.12"
"@smithy/md5-js": "npm:^4.2.12"
"@smithy/middleware-content-length": "npm:^4.2.12"
"@smithy/middleware-endpoint": "npm:^4.4.28"
"@smithy/middleware-retry": "npm:^4.4.46"
"@smithy/middleware-serde": "npm:^4.2.16"
"@smithy/middleware-stack": "npm:^4.2.12"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/node-http-handler": "npm:^4.5.1"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/smithy-client": "npm:^4.12.8"
"@smithy/types": "npm:^4.13.1"
"@smithy/url-parser": "npm:^4.2.12"
"@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.44"
"@smithy/util-defaults-mode-node": "npm:^4.2.48"
"@smithy/util-endpoints": "npm:^3.3.3"
"@smithy/util-middleware": "npm:^4.2.12"
"@smithy/util-retry": "npm:^4.2.13"
"@smithy/util-stream": "npm:^4.5.21"
"@smithy/util-utf8": "npm:^4.2.2"
"@smithy/util-waiter": "npm:^4.2.14"
tslib: "npm:^2.6.2"
checksum: 10c0/25966ff093c6b5824290903a97b90501545f2a5e76233734f1b2518f9fc14aa038b7a70e88944b827073807d20e7225b50ef03b5ae0fe093187f016ec1ceb71d
languageName: node
linkType: hard
"@aws-sdk/client-secrets-manager@npm:^3.985.0":
version: 3.1002.0
resolution: "@aws-sdk/client-secrets-manager@npm:3.1002.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/credential-provider-node": "npm:^3.972.16"
"@aws-sdk/middleware-host-header": "npm:^3.972.6"
"@aws-sdk/middleware-logger": "npm:^3.972.6"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.6"
"@aws-sdk/middleware-user-agent": "npm:^3.972.17"
"@aws-sdk/region-config-resolver": "npm:^3.972.6"
"@aws-sdk/types": "npm:^3.973.4"
"@aws-sdk/util-endpoints": "npm:^3.996.3"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.6"
"@aws-sdk/util-user-agent-node": "npm:^3.973.2"
"@smithy/config-resolver": "npm:^4.4.9"
"@smithy/core": "npm:^3.23.7"
"@smithy/fetch-http-handler": "npm:^5.3.12"
"@smithy/hash-node": "npm:^4.2.10"
"@smithy/invalid-dependency": "npm:^4.2.10"
"@smithy/middleware-content-length": "npm:^4.2.10"
"@smithy/middleware-endpoint": "npm:^4.4.21"
"@smithy/middleware-retry": "npm:^4.4.38"
"@smithy/middleware-serde": "npm:^4.2.11"
"@smithy/middleware-stack": "npm:^4.2.10"
"@smithy/node-config-provider": "npm:^4.3.10"
"@smithy/node-http-handler": "npm:^4.4.13"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/smithy-client": "npm:^4.12.1"
"@smithy/types": "npm:^4.13.0"
"@smithy/url-parser": "npm:^4.2.10"
"@smithy/util-base64": "npm:^4.3.1"
"@smithy/util-body-length-browser": "npm:^4.2.1"
"@smithy/util-body-length-node": "npm:^4.2.2"
"@smithy/util-defaults-mode-browser": "npm:^4.3.37"
"@smithy/util-defaults-mode-node": "npm:^4.2.40"
"@smithy/util-endpoints": "npm:^3.3.1"
"@smithy/util-middleware": "npm:^4.2.10"
"@smithy/util-retry": "npm:^4.2.10"
"@smithy/util-utf8": "npm:^4.2.1"
tslib: "npm:^2.6.2"
checksum: 10c0/5eb0a73fb49a311e306653c46a6147be05e15bfe73d2629094fb60e1af5b9943534db449547e83e860a84b71707dff1a6d6af7f408448df43272585872a906a3
languageName: node
linkType: hard
"@aws-sdk/core@npm:^3.973.17":
version: 3.973.17
resolution: "@aws-sdk/core@npm:3.973.17"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@aws-sdk/xml-builder": "npm:^3.972.9"
"@smithy/core": "npm:^3.23.7"
"@smithy/node-config-provider": "npm:^4.3.10"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/signature-v4": "npm:^5.3.10"
"@smithy/smithy-client": "npm:^4.12.1"
"@smithy/types": "npm:^4.13.0"
"@smithy/util-base64": "npm:^4.3.1"
"@smithy/util-middleware": "npm:^4.2.10"
"@smithy/util-utf8": "npm:^4.2.1"
tslib: "npm:^2.6.2"
checksum: 10c0/1dcae3003f29e77d57c85ca42a155842455b90c16388785b656fcb8d5c8cbc42336b55f7b997614415cb27c15d5ad6f2c15d5266b9fd3cbc475b6fa137aae7b6
languageName: node
linkType: hard
"@aws-sdk/core@npm:^3.973.26":
version: 3.973.26
resolution: "@aws-sdk/core@npm:3.973.26"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/xml-builder": "npm:^3.972.16"
"@smithy/core": "npm:^3.23.13"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/signature-v4": "npm:^5.3.12"
"@smithy/smithy-client": "npm:^4.12.8"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-base64": "npm:^4.3.2"
"@smithy/util-middleware": "npm:^4.2.12"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/e3f7517b3c6d5e3a7cf12f812ba319f657e200b605682e8a50f89bf1f78fc1cb018a08b9c91517d86dc9de6560c24bc18a7d8902a6744a1fe98f72ad41cab430
languageName: node
linkType: hard
"@aws-sdk/crc64-nvme@npm:^3.972.5":
version: 3.972.5
resolution: "@aws-sdk/crc64-nvme@npm:3.972.5"
dependencies:
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/2d25cc231d36a2292d83668338d778db8db7a3be3c36a097d047df0e97016293c01371401f0fde02b5d3ce52b9c4e0db19bf5746278d9ca89ed689b916a40cfc
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-env@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/8f4ef8806bd41ada630be364a9fea01295947dd84dcbb8b20cf94526c6fd34dc3f063f41deff81d7fac9269ee356c8cc72ba7a4d4e79b2e30965d08a7eec6423
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:^3.972.24":
version: 3.972.24
resolution: "@aws-sdk/credential-provider-env@npm:3.972.24"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/bac713a6d4ca4e36c8fd783dad61b9ee279f10bf0a22c57c2f7c906735ebfadf0da951569ad14739a1b1eff4dbe1bce7afc7dbde03066a6a2b1870da81bf56d3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:^3.972.17":
version: 3.972.17
resolution: "@aws-sdk/credential-provider-http@npm:3.972.17"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/fetch-http-handler": "npm:^5.3.12"
"@smithy/node-http-handler": "npm:^4.4.13"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/smithy-client": "npm:^4.12.1"
"@smithy/types": "npm:^4.13.0"
"@smithy/util-stream": "npm:^4.5.16"
tslib: "npm:^2.6.2"
checksum: 10c0/ce293712419f5d33d25e4f6e317266f66fbba15c916a493e97bb75ab9995bc2295a6d70c006e3f363c71d606e8aa28263333c71297ff75d1a164cf458f2fc559
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:^3.972.26":
version: 3.972.26
resolution: "@aws-sdk/credential-provider-http@npm:3.972.26"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/fetch-http-handler": "npm:^5.3.15"
"@smithy/node-http-handler": "npm:^4.5.1"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/smithy-client": "npm:^4.12.8"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-stream": "npm:^4.5.21"
tslib: "npm:^2.6.2"
checksum: 10c0/d837caa15b8a22112fcdafd2c0c3fc1d22c5be25d6124d1a67900acd4e9c5b44b1101467a936f8ff2c3eaec99ade769d816e12833558572bb8feef98c0e3cff5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-ini@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/credential-provider-env": "npm:^3.972.15"
"@aws-sdk/credential-provider-http": "npm:^3.972.17"
"@aws-sdk/credential-provider-login": "npm:^3.972.15"
"@aws-sdk/credential-provider-process": "npm:^3.972.15"
"@aws-sdk/credential-provider-sso": "npm:^3.972.15"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.15"
"@aws-sdk/nested-clients": "npm:^3.996.5"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/credential-provider-imds": "npm:^4.2.10"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/ee2585911e011fa8b934bd925208c68a2d1ed8f19d7632f4e61e920050745a7c1e1f0e5bc678bf1b86a228e4ae53a5b6aa474c83c1aa2cad6c0cf952bf4b2f9f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:^3.972.28":
version: 3.972.28
resolution: "@aws-sdk/credential-provider-ini@npm:3.972.28"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/credential-provider-env": "npm:^3.972.24"
"@aws-sdk/credential-provider-http": "npm:^3.972.26"
"@aws-sdk/credential-provider-login": "npm:^3.972.28"
"@aws-sdk/credential-provider-process": "npm:^3.972.24"
"@aws-sdk/credential-provider-sso": "npm:^3.972.28"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.28"
"@aws-sdk/nested-clients": "npm:^3.996.18"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/credential-provider-imds": "npm:^4.2.12"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/9bb052bdfcb36c3ff264b1aa00c74210c2f77ceb3b82fe650870020d42454bf0a658c6e31068e00073e1763a1c01c6e50e0e1318fb3b28e73d9514854a2dc6d7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-login@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-login@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/nested-clients": "npm:^3.996.5"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/150099661aad6a1dc2edff40f30bf3285e02aa05f0d6305d67d7f46476fbaa750131aa1954c13ceb31efe6bff91aaad7972a3d829e1edf8df5b032ec2e0911cf
languageName: node
linkType: hard
"@aws-sdk/credential-provider-login@npm:^3.972.28":
version: 3.972.28
resolution: "@aws-sdk/credential-provider-login@npm:3.972.28"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/nested-clients": "npm:^3.996.18"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/d5d32d53ef8416c847b2e612c219f449bd2dce44768618add45d80b6024fc8de73da910163a720e1340cbcc1b28693b2305a585d2cc6d7d99e59f24b7e36c034
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:^3.972.16":
version: 3.972.16
resolution: "@aws-sdk/credential-provider-node@npm:3.972.16"
dependencies:
"@aws-sdk/credential-provider-env": "npm:^3.972.15"
"@aws-sdk/credential-provider-http": "npm:^3.972.17"
"@aws-sdk/credential-provider-ini": "npm:^3.972.15"
"@aws-sdk/credential-provider-process": "npm:^3.972.15"
"@aws-sdk/credential-provider-sso": "npm:^3.972.15"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.15"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/credential-provider-imds": "npm:^4.2.10"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/7cb917cb59d0fd4a70db18fe8be29faffb9573a9da2e1cf3bb5af2f97e9a39b793f501a7b350dae2868f5d2295215d4884fa876e91203128c8b77eacb0936857
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:^3.972.29":
version: 3.972.29
resolution: "@aws-sdk/credential-provider-node@npm:3.972.29"
dependencies:
"@aws-sdk/credential-provider-env": "npm:^3.972.24"
"@aws-sdk/credential-provider-http": "npm:^3.972.26"
"@aws-sdk/credential-provider-ini": "npm:^3.972.28"
"@aws-sdk/credential-provider-process": "npm:^3.972.24"
"@aws-sdk/credential-provider-sso": "npm:^3.972.28"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.28"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/credential-provider-imds": "npm:^4.2.12"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/699e05fd7a840454fe248f281076c023edaedcd3a0baf9f283f9f0dae54b4871a0b42a4b0823024beffd0f931cea3e8ed4e1616fb53559de9111af2d38c54614
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-process@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/edb06b6f25acc948ea9e6253c7c4893a82db38c652197d1262134bb6feee3eb607831755905a3d4654f31be6947f56399c41d76ba9c5934276eba43fbd93e9ba
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:^3.972.24":
version: 3.972.24
resolution: "@aws-sdk/credential-provider-process@npm:3.972.24"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/4887a495b7fbd03b8b0dcd4c6105f2994b18aeafcfb8e8439fd82d38a75f8d478b2dfa54e155855434bcebdb4aa4681ddf316ef19187927cecdf01f83cab9e1f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-sso@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/nested-clients": "npm:^3.996.5"
"@aws-sdk/token-providers": "npm:3.1002.0"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/136302e15606a38dc4ccc901232715e033ef44a94151f9d826f8408c5fc60dd08bc6e2505d267742e437778b1b1ed3035c81a561fdaec1c2a21d3b1d4a982a80
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:^3.972.28":
version: 3.972.28
resolution: "@aws-sdk/credential-provider-sso@npm:3.972.28"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/nested-clients": "npm:^3.996.18"
"@aws-sdk/token-providers": "npm:3.1021.0"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/9b47f2a9ba09691181946cb7bc39d6df399eedf1d18462a5756ef90bb03a3e9d70c9c5ee5f7f2b3c9867fc68ce21b20e0ce6b69b8adf7804293ebffb9f950231
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:^3.972.15":
version: 3.972.15
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.15"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/nested-clients": "npm:^3.996.5"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/ead33a8278777b5aa6d17b78ef03c631c473fe81483106ab56f32e8a906af2d6605ad18bc2b68b4964d11c3bb75332d99a7d8144b4069f2991b256dc799e11fa
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:^3.972.28":
version: 3.972.28
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.28"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/nested-clients": "npm:^3.996.18"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/4de71941f2149823533c8b1394e83895380e6a23f7dd41e9bab38988a07891e9098cf4a4cd21dfb2dbc87a138768866f59bca93be4c9b710968140a58e85882e
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/util-arn-parser": "npm:^3.972.3"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-config-provider": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/03cb3ae1e28cd1f7abcd6363cbba5f550a1fe3d0daf9752ec758f8928e2dc7a1eed9e21a6c94c31760dc96ca60984910384a3c3599047f44c9148953dc0683bc
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-expect-continue@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/dbfb4b54aea5d43fa49fae9c55c5f3cd9e274c06c9a285795a9ba8cdb8e70062a1f05fa44f4cbc03374cc198f423c5f7c97d888485eb52334658323348449c99
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:^3.974.6":
version: 3.974.6
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.974.6"
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.973.26"
"@aws-sdk/crc64-nvme": "npm:^3.972.5"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/is-array-buffer": "npm:^4.2.2"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-middleware": "npm:^4.2.12"
"@smithy/util-stream": "npm:^4.5.21"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/6b5bc8c1dd7397b6eaa11c48006e707d30e7cc498b51ad9992b8df1cec61d4723c45c2b200da77af2ab69133811f984fdb5fba3af33be6bde23acbde6db87928
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:^3.972.6":
version: 3.972.6
resolution: "@aws-sdk/middleware-host-header@npm:3.972.6"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/53ee2ee8eeb5cf37080562312c05ee811f2185cf058b4ee0e39c7826e3823d5bf46b77db4fc272a32029a0e770c74f256edfed589ae74346af38fe1d2ca27685
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-host-header@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/f3019810e447a53788c546b94bc40a20c543aa067abf6235643d8e24689f8d4edec211297ac464380fb58c79f99803d1a152027798a3b401eab225e679a85d07
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-location-constraint@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3819ad39a601cccb0a9743b13b37dbbdf3e2f7c3c34d15d4b09ef50f78683489502b1125f31b30ba45924db5c3fbc8b2d1be3cb31a443a53538fc1eb36615eff
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:^3.972.6":
version: 3.972.6
resolution: "@aws-sdk/middleware-logger@npm:3.972.6"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/5f8e7a681ab7cecb531f844b67c52a377d3fe472fd5526177eb28b49882c89474e7fd219f62c6ffaaec197fabc9beed5595cb52d8b93fe4109b98a4c289a76f9
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-logger@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/79240b2a34d020f90f54982a4744b0a6bc5b5a7de6442f3b6657b2f10a76d9a1d3bcc2887a1d96d0aa5da4a09b3ce2a77df7a0d4e7e2973d1797ff6d8e8800a9
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:^3.972.6":
version: 3.972.6
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.6"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@aws/lambda-invoke-store": "npm:^0.2.2"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/27105c07565e2866ef677f4ed40eab818ecafdc41fe2b9e7c846839131c8e8d77ae0d3f95440bf35d8262408c329b354b1510ebf5d1f93478ece21c1c009fa5b
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:^3.972.9":
version: 3.972.9
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.9"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@aws/lambda-invoke-store": "npm:^0.2.2"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/2aadef74ed279b4d2aeb15fed943702ddce7f7cd56cb0957a288ec0450110ef11715a760391324f772d9366bb2bf7cee5d544b006da4c0344cfbc7db5feb1acc
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:^3.972.27":
version: 3.972.27
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.27"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/util-arn-parser": "npm:^3.972.3"
"@smithy/core": "npm:^3.23.13"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/signature-v4": "npm:^5.3.12"
"@smithy/smithy-client": "npm:^4.12.8"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-config-provider": "npm:^4.2.2"
"@smithy/util-middleware": "npm:^4.2.12"
"@smithy/util-stream": "npm:^4.5.21"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/3c910eb7e25ce754f89d431ab73b58a0977cf2db2e9a5c5c6c9b1b9983914177552cd9a4c61dc554f50e833430561392577fb18b7e88c62a222801c40e701989
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/middleware-ssec@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/0d90f48273bd668d9aafe233bd4cc7e16dcda52761202ab4af377e94a112bbd4b5f0939e8dee0f85f8d17c36f1b9e565889bd3d20545145787850479bcf82651
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:^3.972.17":
version: 3.972.17
resolution: "@aws-sdk/middleware-user-agent@npm:3.972.17"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/types": "npm:^3.973.4"
"@aws-sdk/util-endpoints": "npm:^3.996.3"
"@smithy/core": "npm:^3.23.7"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/39bf1a36e586dde7fdf032f75d7e63ad684cac7518094f201a18f33c4cee1b4754498740a96cca983dc0e6c0cdd570595e62ba124e350b71d419dad28bf8b467
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:^3.972.28":
version: 3.972.28
resolution: "@aws-sdk/middleware-user-agent@npm:3.972.28"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/util-endpoints": "npm:^3.996.5"
"@smithy/core": "npm:^3.23.13"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-retry": "npm:^4.2.13"
tslib: "npm:^2.6.2"
checksum: 10c0/6905cb2e17ad48a5a72e11303f4c8fc112a1fc9304f4f9622818c9f33b9339c304021c246ee596a4b1fecbddc16a23ccc2674076f18c303e2cad34aa3a8b0675
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:^3.996.18":
version: 3.996.18
resolution: "@aws-sdk/nested-clients@npm:3.996.18"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/middleware-host-header": "npm:^3.972.8"
"@aws-sdk/middleware-logger": "npm:^3.972.8"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.9"
"@aws-sdk/middleware-user-agent": "npm:^3.972.28"
"@aws-sdk/region-config-resolver": "npm:^3.972.10"
"@aws-sdk/types": "npm:^3.973.6"
"@aws-sdk/util-endpoints": "npm:^3.996.5"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.8"
"@aws-sdk/util-user-agent-node": "npm:^3.973.14"
"@smithy/config-resolver": "npm:^4.4.13"
"@smithy/core": "npm:^3.23.13"
"@smithy/fetch-http-handler": "npm:^5.3.15"
"@smithy/hash-node": "npm:^4.2.12"
"@smithy/invalid-dependency": "npm:^4.2.12"
"@smithy/middleware-content-length": "npm:^4.2.12"
"@smithy/middleware-endpoint": "npm:^4.4.28"
"@smithy/middleware-retry": "npm:^4.4.46"
"@smithy/middleware-serde": "npm:^4.2.16"
"@smithy/middleware-stack": "npm:^4.2.12"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/node-http-handler": "npm:^4.5.1"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/smithy-client": "npm:^4.12.8"
"@smithy/types": "npm:^4.13.1"
"@smithy/url-parser": "npm:^4.2.12"
"@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.44"
"@smithy/util-defaults-mode-node": "npm:^4.2.48"
"@smithy/util-endpoints": "npm:^3.3.3"
"@smithy/util-middleware": "npm:^4.2.12"
"@smithy/util-retry": "npm:^4.2.13"
"@smithy/util-utf8": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/af5dc319a47dfeddea7ecc824db69f950930db838e7934d1f8a9e5f3216b80b9f1e4d4b0bd0d3a47ef49b1a0b62f577b4615535574a4f316e4527095374deaa3
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:^3.996.5":
version: 3.996.5
resolution: "@aws-sdk/nested-clients@npm:3.996.5"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/middleware-host-header": "npm:^3.972.6"
"@aws-sdk/middleware-logger": "npm:^3.972.6"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.6"
"@aws-sdk/middleware-user-agent": "npm:^3.972.17"
"@aws-sdk/region-config-resolver": "npm:^3.972.6"
"@aws-sdk/types": "npm:^3.973.4"
"@aws-sdk/util-endpoints": "npm:^3.996.3"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.6"
"@aws-sdk/util-user-agent-node": "npm:^3.973.2"
"@smithy/config-resolver": "npm:^4.4.9"
"@smithy/core": "npm:^3.23.7"
"@smithy/fetch-http-handler": "npm:^5.3.12"
"@smithy/hash-node": "npm:^4.2.10"
"@smithy/invalid-dependency": "npm:^4.2.10"
"@smithy/middleware-content-length": "npm:^4.2.10"
"@smithy/middleware-endpoint": "npm:^4.4.21"
"@smithy/middleware-retry": "npm:^4.4.38"
"@smithy/middleware-serde": "npm:^4.2.11"
"@smithy/middleware-stack": "npm:^4.2.10"
"@smithy/node-config-provider": "npm:^4.3.10"
"@smithy/node-http-handler": "npm:^4.4.13"
"@smithy/protocol-http": "npm:^5.3.10"
"@smithy/smithy-client": "npm:^4.12.1"
"@smithy/types": "npm:^4.13.0"
"@smithy/url-parser": "npm:^4.2.10"
"@smithy/util-base64": "npm:^4.3.1"
"@smithy/util-body-length-browser": "npm:^4.2.1"
"@smithy/util-body-length-node": "npm:^4.2.2"
"@smithy/util-defaults-mode-browser": "npm:^4.3.37"
"@smithy/util-defaults-mode-node": "npm:^4.2.40"
"@smithy/util-endpoints": "npm:^3.3.1"
"@smithy/util-middleware": "npm:^4.2.10"
"@smithy/util-retry": "npm:^4.2.10"
"@smithy/util-utf8": "npm:^4.2.1"
tslib: "npm:^2.6.2"
checksum: 10c0/a1ba9da2bb99459dc83bcecc426532f4430084d61754279996b59e6168ce17ad2d70913d473ddacedce5cb8cada65785419aed49e6a28b3d97c7b5a8216138a0
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:^3.972.10":
version: 3.972.10
resolution: "@aws-sdk/region-config-resolver@npm:3.972.10"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/config-resolver": "npm:^4.4.13"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/b385fa5be853c7bd5110c80eafd400890affe7c753c0fd1ebbc213d4943aa9cfac2b609ea36b1ac68f542c05b73586f314718c33180ffc75d4ca9bf7bb564d95
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:^3.972.6":
version: 3.972.6
resolution: "@aws-sdk/region-config-resolver@npm:3.972.6"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/config-resolver": "npm:^4.4.9"
"@smithy/node-config-provider": "npm:^4.3.10"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/01da247b934cb4bc4bb5e213a450d8c07b5a59faeee453c22cf909b0492e6ba4afe9082e169a9382a3587a2cd82bbf0bfd9288f8892da04c7ccb5bde43853eeb
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:^3.996.15":
version: 3.996.15
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.996.15"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.27"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/protocol-http": "npm:^5.3.12"
"@smithy/signature-v4": "npm:^5.3.12"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/9899ab0dfc946aeb033f1c1460ea4172d1f31e9531955436973ce3006f43ac17f0c676a4e00da413befd04d8575e6051f7b3c2c6d4316aa3cb8bfff950228b6e
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.1002.0":
version: 3.1002.0
resolution: "@aws-sdk/token-providers@npm:3.1002.0"
dependencies:
"@aws-sdk/core": "npm:^3.973.17"
"@aws-sdk/nested-clients": "npm:^3.996.5"
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/property-provider": "npm:^4.2.10"
"@smithy/shared-ini-file-loader": "npm:^4.4.5"
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/f78f22fb8f8cf2ac8459df7c15f908d4006f4139564299990bcb9721af8156b5a8a76e4ccd35093b35f6ef15e2c8d8edf993f4c628738a2f6774a09aaf0afc66
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.1021.0":
version: 3.1021.0
resolution: "@aws-sdk/token-providers@npm:3.1021.0"
dependencies:
"@aws-sdk/core": "npm:^3.973.26"
"@aws-sdk/nested-clients": "npm:^3.996.18"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/property-provider": "npm:^4.2.12"
"@smithy/shared-ini-file-loader": "npm:^4.4.7"
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/8a645d9d9a2928768f3f10473912cc2e7e1f46ab71ce15de780e1ef4972b04cf354e0ebfb5e5c61a6f2c0227ea1f839872de415490bac76cd08e233e1e942669
languageName: node
linkType: hard
"@aws-sdk/types@npm:^3.222.0, @aws-sdk/types@npm:^3.973.4":
version: 3.973.4
resolution: "@aws-sdk/types@npm:3.973.4"
dependencies:
"@smithy/types": "npm:^4.13.0"
tslib: "npm:^2.6.2"
checksum: 10c0/7b6b3646842a43f5eaef29f2975b3c28f8357fd44b2f7f939fb5209db460289b7ebbbe26eb0845a6d87f5692f0466378d97c0ec1f795a4aa8b43b68327235229
languageName: node
linkType: hard
"@aws-sdk/types@npm:^3.973.6":
version: 3.973.6
resolution: "@aws-sdk/types@npm:3.973.6"
dependencies:
"@smithy/types": "npm:^4.13.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3a5c65313a3faadf854dd1055e5768c0477ecd10e8a597d0c0041fb69efdcefc399bf263f86fef93754d2d9a91d4f0eb78f5f1de14779657f84a24218a457fc3
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/util-arn-parser@npm:3.972.3"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/75c94dcd5d99a60375ce3474b0ee4f1ca17abdcd46ffbf34ce9d2e15238d77903c8993dddd46f1f328a7989c5aaec0c7dfef8b3eaa3e1125bea777399cfc46f2
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:^3.996.3":
version: 3.996.3
resolution: "@aws-sdk/util-endpoints@npm:3.996.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/types": "npm:^4.13.0"
"@smithy/url-parser": "npm:^4.2.10"
"@smithy/util-endpoints": "npm:^3.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/a8fa65d58c66de68c71085eb622f16fcb86c37e558a1e7a1ceeb6eb3ca0495e3920e54bcc8f53045ef8931d6298dc2e10ea759cffe8d41965359988ea9d99346
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:^3.996.5":
version: 3.996.5
resolution: "@aws-sdk/util-endpoints@npm:3.996.5"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/types": "npm:^4.13.1"
"@smithy/url-parser": "npm:^4.2.12"
"@smithy/util-endpoints": "npm:^3.3.3"
tslib: "npm:^2.6.2"
checksum: 10c0/6356b7b040758af210f6b3d6807c11538e8a6888093ebe8a172949532a170c1f3f0bf93db86f6a75f071749219c3da2a88e63954f53031e8c3f9a092d7d97db9
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.965.4
resolution: "@aws-sdk/util-locate-window@npm:3.965.4"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/c87bef4cbeef564cb101f3d80b1dee008667e5a8c301b974dc25ec275e8d503a3226d3740bbfc4c1e17781719b7b8f06a25deea8196919caeaf87b0b8117286d
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:^3.972.6":
version: 3.972.6
resolution: "@aws-sdk/util-user-agent-browser@npm:3.972.6"
dependencies:
"@aws-sdk/types": "npm:^3.973.4"
"@smithy/types": "npm:^4.13.0"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/84154d72bca9f11d29918f26b9d4063791717fadffa5d7b165463c481e9df75d617af749ea58c5a3fa7acd15a02dc47ba67445d57f18f48a99b7bcee80d6e28b
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:^3.972.8":
version: 3.972.8
resolution: "@aws-sdk/util-user-agent-browser@npm:3.972.8"
dependencies:
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/types": "npm:^4.13.1"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/b5153800fab17e3e079c87d0668b65625755c91a47646aabcfc434aad18d6fc0c8921b544a234cd89d11a0b29eef1b73087515438c185ea5bcff75ecb8c2e800
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:^3.973.14":
version: 3.973.14
resolution: "@aws-sdk/util-user-agent-node@npm:3.973.14"
dependencies:
"@aws-sdk/middleware-user-agent": "npm:^3.972.28"
"@aws-sdk/types": "npm:^3.973.6"
"@smithy/node-config-provider": "npm:^4.3.12"
"@smithy/types": "npm:^4.13.1"
"@smithy/util-config-provider": "npm:^4.2.2"
tslib: "npm:^2.6.2"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 10c0/0e91cf15f001a479af169d5a63ff1fc74ac0152116ffbcff6f28cfc2797e0aa75a98aea004556ebef7238c53f6dc5f528ee4d1c7279b90c6fc68e04bdde658ec
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:^3.973.2":
version: 3.973.2