forked from dittofeed/dittofeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock.backup
More file actions
23423 lines (21232 loc) · 835 KB
/
yarn.lock.backup
File metadata and controls
23423 lines (21232 loc) · 835 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: 10
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 10/6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.1.0":
version: 2.2.0
resolution: "@ampproject/remapping@npm:2.2.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.1.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 10/503a58d6e9d645a20debd34fa8df79fb435a79a34b1d487b9ff0be9f20712b1594ce21da16b63af7db8a6b34472212572e53a55613a5a6b3134b23fc74843d04
languageName: node
linkType: hard
"@ant-design/colors@npm:^7.0.2":
version: 7.0.2
resolution: "@ant-design/colors@npm:7.0.2"
dependencies:
"@ctrl/tinycolor": "npm:^3.6.1"
checksum: 10/631cb0229a136834b50df22fe46eda048306399bc742d42d7a75b23a1e4c8859b7544be691c3d0d47b2f77ca0e06df6bfb95b5c23737525d1a2f0471e2a3d609
languageName: node
linkType: hard
"@apidevtools/json-schema-ref-parser@npm:9.0.6":
version: 9.0.6
resolution: "@apidevtools/json-schema-ref-parser@npm:9.0.6"
dependencies:
"@jsdevtools/ono": "npm:^7.1.3"
call-me-maybe: "npm:^1.0.1"
js-yaml: "npm:^3.13.1"
checksum: 10/bfdff3d3c54fac0e864322dfa62c018cbcf90f66df6cbe33868a0134bee5bc4d013f980aac0f3e83ffabf4b9c13ffedbf5bae3578ce7db7d4cb559e874b16950
languageName: node
linkType: hard
"@apidevtools/openapi-schemas@npm:^2.1.0":
version: 2.1.0
resolution: "@apidevtools/openapi-schemas@npm:2.1.0"
checksum: 10/4ca78f79ee2e5a162d16d140f939ca90d51265014ea2e500955286ad3acd11b75db4179b7b4bae245b09a981baeb8d80b81bc24c61d6c471a4a4707ed277ebf2
languageName: node
linkType: hard
"@apidevtools/swagger-methods@npm:^3.0.2":
version: 3.0.2
resolution: "@apidevtools/swagger-methods@npm:3.0.2"
checksum: 10/d06b1ac5c1956613c4c6be695612ef860cd4e962b93a509ca551735a328a856cae1e33399cac1dcbf8333ba22b231746f3586074769ef0e172cf549ec9e7eaae
languageName: node
linkType: hard
"@apidevtools/swagger-parser@npm:^10.1.0":
version: 10.1.0
resolution: "@apidevtools/swagger-parser@npm:10.1.0"
dependencies:
"@apidevtools/json-schema-ref-parser": "npm:9.0.6"
"@apidevtools/openapi-schemas": "npm:^2.1.0"
"@apidevtools/swagger-methods": "npm:^3.0.2"
"@jsdevtools/ono": "npm:^7.1.3"
ajv: "npm:^8.6.3"
ajv-draft-04: "npm:^1.0.0"
call-me-maybe: "npm:^1.0.1"
peerDependencies:
openapi-types: ">=7"
checksum: 10/24f7f6524334887ff3ef1c8c768698963f4a03e6824719fdbe98ba5444c9f1cdca9a11789e90362c882321dedec3e66f414e05035054084921fe1d2527724adb
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: 10/672d593fd98a88709a1b488db92aabf584b6dad3e8099e04b6d2870e34a2ee668cbbe0e5406e60c0d776b9c34a91cfc427999230ad959518fed56a3db037704c
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10/1b0a56ad4cb44c9512d8b1668dcf9306ab541d3a73829f435ca97abaec8d56f3db953db03ad0d0698754fea16fcd803d11fa42e0889bc7b803c6a030b04c63de
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32c@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10/08bd1db17d7c772fa6e34b38a360ce77ad041164743113eefa8343c2af917a419697daf090c5854129ef19f3a9673ed1fd8446e03eb32c8ed52d2cc409b0dee7
languageName: node
linkType: hard
"@aws-crypto/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: 10/f5aee4a11a113ab9640474e75d398c99538aa30775f484cd519f0de0096ae0d4a6b68d2f0c685f24bd6f2425067c565bc20592c36c0dc1f4d28c1b4751a40734
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha1-browser@npm:5.2.0"
dependencies:
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10/239f4c59cce9abd33c01117b10553fbef868a063e74faf17edb798c250d759a2578841efa2837e5e51854f52ef57dbc40780b073cae20f89ebed6a8cc7fa06f1
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm: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: 10/4e075906c48a46bbb8babb60db3e6b280db405a88c68b77c1496c26218292d5ea509beae3ccc19366ca6bc944c6d37fe347d0917909900dbac86f054a19c71c7
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-browser@npm:5.2.0"
dependencies:
"@aws-crypto/sha256-js": "npm:^5.2.0"
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10/2b1b701ca6caa876333b4eb2b96e5187d71ebb51ebf8e2d632690dbcdedeff038202d23adcc97e023437ed42bb1963b7b463e343687edf0635fd4b98b2edad1a
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm: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: 10/f9fc2d51631950434d0f91f51c2ce17845d4e8e75971806e21604987e3186ee1e54de8a89e5349585b91cb36e56d5f058d6a45004e1bfbce1351dbb40f479152
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-js@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10/f46aace7b873c615be4e787ab0efd0148ef7de48f9f12c7d043e05c52e52b75bb0bf6dbcb9b2852d940d7724fab7b6d5ff1469160a3dd024efe7a68b5f70df8c
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 10/8a48788d2866e391354f256aa79b577b2ba1474b50184cbe690467de7e64a79928afece95007ab69a1556f99da97ea129487db091d94489847e14decdc7c9a6f
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5
languageName: node
linkType: hard
"@aws-crypto/util@npm:^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: 10/92c835b83d7a888b37b2f2a37c82e58bb8fabb617e371173c488d2a71b916c69ee566f0ea0b3f7f4e16296226c49793f95b3d59fc07a7ca00af91f8f9f29e6c4
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: 10/f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.600.0":
version: 3.600.0
resolution: "@aws-sdk/client-s3@npm:3.600.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/client-sso-oidc": "npm:3.600.0"
"@aws-sdk/client-sts": "npm:3.600.0"
"@aws-sdk/core": "npm:3.598.0"
"@aws-sdk/credential-provider-node": "npm:3.600.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.598.0"
"@aws-sdk/middleware-expect-continue": "npm:3.598.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.598.0"
"@aws-sdk/middleware-host-header": "npm:3.598.0"
"@aws-sdk/middleware-location-constraint": "npm:3.598.0"
"@aws-sdk/middleware-logger": "npm:3.598.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.598.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.598.0"
"@aws-sdk/middleware-signing": "npm:3.598.0"
"@aws-sdk/middleware-ssec": "npm:3.598.0"
"@aws-sdk/middleware-user-agent": "npm:3.598.0"
"@aws-sdk/region-config-resolver": "npm:3.598.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@aws-sdk/util-endpoints": "npm:3.598.0"
"@aws-sdk/util-user-agent-browser": "npm:3.598.0"
"@aws-sdk/util-user-agent-node": "npm:3.598.0"
"@aws-sdk/xml-builder": "npm:3.598.0"
"@smithy/config-resolver": "npm:^3.0.2"
"@smithy/core": "npm:^2.2.1"
"@smithy/eventstream-serde-browser": "npm:^3.0.2"
"@smithy/eventstream-serde-config-resolver": "npm:^3.0.1"
"@smithy/eventstream-serde-node": "npm:^3.0.2"
"@smithy/fetch-http-handler": "npm:^3.0.2"
"@smithy/hash-blob-browser": "npm:^3.1.0"
"@smithy/hash-node": "npm:^3.0.1"
"@smithy/hash-stream-node": "npm:^3.1.0"
"@smithy/invalid-dependency": "npm:^3.0.1"
"@smithy/md5-js": "npm:^3.0.1"
"@smithy/middleware-content-length": "npm:^3.0.1"
"@smithy/middleware-endpoint": "npm:^3.0.2"
"@smithy/middleware-retry": "npm:^3.0.4"
"@smithy/middleware-serde": "npm:^3.0.1"
"@smithy/middleware-stack": "npm:^3.0.1"
"@smithy/node-config-provider": "npm:^3.1.1"
"@smithy/node-http-handler": "npm:^3.0.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
"@smithy/url-parser": "npm:^3.0.1"
"@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.4"
"@smithy/util-defaults-mode-node": "npm:^3.0.4"
"@smithy/util-endpoints": "npm:^2.0.2"
"@smithy/util-retry": "npm:^3.0.1"
"@smithy/util-stream": "npm:^3.0.2"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.0.1"
tslib: "npm:^2.6.2"
checksum: 10/fdb94b8b3cfeafba84e70e302f1f83f60eb1564d60538a14092e7f83641e5f3e624bbd49f573309f9a2ceb19986be4271075ff90258bc8b2c078112e421dee58
languageName: node
linkType: hard
"@aws-sdk/client-sesv2@npm:^3.535.0":
version: 3.535.0
resolution: "@aws-sdk/client-sesv2@npm:3.535.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.535.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/credential-provider-node": "npm:3.535.0"
"@aws-sdk/middleware-host-header": "npm:3.535.0"
"@aws-sdk/middleware-logger": "npm:3.535.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.535.0"
"@aws-sdk/middleware-user-agent": "npm:3.535.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.535.0"
"@aws-sdk/util-user-agent-browser": "npm:3.535.0"
"@aws-sdk/util-user-agent-node": "npm:3.535.0"
"@smithy/config-resolver": "npm:^2.2.0"
"@smithy/core": "npm:^1.4.0"
"@smithy/fetch-http-handler": "npm:^2.5.0"
"@smithy/hash-node": "npm:^2.2.0"
"@smithy/invalid-dependency": "npm:^2.2.0"
"@smithy/middleware-content-length": "npm:^2.2.0"
"@smithy/middleware-endpoint": "npm:^2.5.0"
"@smithy/middleware-retry": "npm:^2.2.0"
"@smithy/middleware-serde": "npm:^2.3.0"
"@smithy/middleware-stack": "npm:^2.2.0"
"@smithy/node-config-provider": "npm:^2.3.0"
"@smithy/node-http-handler": "npm:^2.5.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
"@smithy/url-parser": "npm:^2.2.0"
"@smithy/util-base64": "npm:^2.3.0"
"@smithy/util-body-length-browser": "npm:^2.2.0"
"@smithy/util-body-length-node": "npm:^2.3.0"
"@smithy/util-defaults-mode-browser": "npm:^2.2.0"
"@smithy/util-defaults-mode-node": "npm:^2.3.0"
"@smithy/util-endpoints": "npm:^1.2.0"
"@smithy/util-middleware": "npm:^2.2.0"
"@smithy/util-retry": "npm:^2.2.0"
"@smithy/util-utf8": "npm:^2.3.0"
tslib: "npm:^2.6.2"
checksum: 10/49b827f0504ff1ff72738e63d3d4b73414be03d28147b17959d40ae30532cd0bb9b73bf7bb4984a66fbeacb845e62f2bed6dabcb1bf6ac03a227fbb973fdd618
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.535.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.535.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/middleware-host-header": "npm:3.535.0"
"@aws-sdk/middleware-logger": "npm:3.535.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.535.0"
"@aws-sdk/middleware-user-agent": "npm:3.535.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.535.0"
"@aws-sdk/util-user-agent-browser": "npm:3.535.0"
"@aws-sdk/util-user-agent-node": "npm:3.535.0"
"@smithy/config-resolver": "npm:^2.2.0"
"@smithy/core": "npm:^1.4.0"
"@smithy/fetch-http-handler": "npm:^2.5.0"
"@smithy/hash-node": "npm:^2.2.0"
"@smithy/invalid-dependency": "npm:^2.2.0"
"@smithy/middleware-content-length": "npm:^2.2.0"
"@smithy/middleware-endpoint": "npm:^2.5.0"
"@smithy/middleware-retry": "npm:^2.2.0"
"@smithy/middleware-serde": "npm:^2.3.0"
"@smithy/middleware-stack": "npm:^2.2.0"
"@smithy/node-config-provider": "npm:^2.3.0"
"@smithy/node-http-handler": "npm:^2.5.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
"@smithy/url-parser": "npm:^2.2.0"
"@smithy/util-base64": "npm:^2.3.0"
"@smithy/util-body-length-browser": "npm:^2.2.0"
"@smithy/util-body-length-node": "npm:^2.3.0"
"@smithy/util-defaults-mode-browser": "npm:^2.2.0"
"@smithy/util-defaults-mode-node": "npm:^2.3.0"
"@smithy/util-endpoints": "npm:^1.2.0"
"@smithy/util-middleware": "npm:^2.2.0"
"@smithy/util-retry": "npm:^2.2.0"
"@smithy/util-utf8": "npm:^2.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/credential-provider-node": ^3.535.0
checksum: 10/c5683976897e00ee779c2370aeab086f34af6a2294ef1a69732b5d2fa7a45d484cc1cdac62e59e39d06bdcae01bf4b2a7f2404c8060e8c4458803593d2003da3
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.600.0":
version: 3.600.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.600.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sts": "npm:3.600.0"
"@aws-sdk/core": "npm:3.598.0"
"@aws-sdk/credential-provider-node": "npm:3.600.0"
"@aws-sdk/middleware-host-header": "npm:3.598.0"
"@aws-sdk/middleware-logger": "npm:3.598.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.598.0"
"@aws-sdk/middleware-user-agent": "npm:3.598.0"
"@aws-sdk/region-config-resolver": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@aws-sdk/util-endpoints": "npm:3.598.0"
"@aws-sdk/util-user-agent-browser": "npm:3.598.0"
"@aws-sdk/util-user-agent-node": "npm:3.598.0"
"@smithy/config-resolver": "npm:^3.0.2"
"@smithy/core": "npm:^2.2.1"
"@smithy/fetch-http-handler": "npm:^3.0.2"
"@smithy/hash-node": "npm:^3.0.1"
"@smithy/invalid-dependency": "npm:^3.0.1"
"@smithy/middleware-content-length": "npm:^3.0.1"
"@smithy/middleware-endpoint": "npm:^3.0.2"
"@smithy/middleware-retry": "npm:^3.0.4"
"@smithy/middleware-serde": "npm:^3.0.1"
"@smithy/middleware-stack": "npm:^3.0.1"
"@smithy/node-config-provider": "npm:^3.1.1"
"@smithy/node-http-handler": "npm:^3.0.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
"@smithy/url-parser": "npm:^3.0.1"
"@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.4"
"@smithy/util-defaults-mode-node": "npm:^3.0.4"
"@smithy/util-endpoints": "npm:^2.0.2"
"@smithy/util-middleware": "npm:^3.0.1"
"@smithy/util-retry": "npm:^3.0.1"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/66343fc13ffd5d412ca2232a91dce14ee287ed611fb27cd1fe887bb36bf380d585c74473251bd9d688fab51b4f9bd4375bf7d8583effb3d07c6ac5f7cb85c597
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/client-sso@npm:3.535.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/middleware-host-header": "npm:3.535.0"
"@aws-sdk/middleware-logger": "npm:3.535.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.535.0"
"@aws-sdk/middleware-user-agent": "npm:3.535.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.535.0"
"@aws-sdk/util-user-agent-browser": "npm:3.535.0"
"@aws-sdk/util-user-agent-node": "npm:3.535.0"
"@smithy/config-resolver": "npm:^2.2.0"
"@smithy/core": "npm:^1.4.0"
"@smithy/fetch-http-handler": "npm:^2.5.0"
"@smithy/hash-node": "npm:^2.2.0"
"@smithy/invalid-dependency": "npm:^2.2.0"
"@smithy/middleware-content-length": "npm:^2.2.0"
"@smithy/middleware-endpoint": "npm:^2.5.0"
"@smithy/middleware-retry": "npm:^2.2.0"
"@smithy/middleware-serde": "npm:^2.3.0"
"@smithy/middleware-stack": "npm:^2.2.0"
"@smithy/node-config-provider": "npm:^2.3.0"
"@smithy/node-http-handler": "npm:^2.5.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
"@smithy/url-parser": "npm:^2.2.0"
"@smithy/util-base64": "npm:^2.3.0"
"@smithy/util-body-length-browser": "npm:^2.2.0"
"@smithy/util-body-length-node": "npm:^2.3.0"
"@smithy/util-defaults-mode-browser": "npm:^2.2.0"
"@smithy/util-defaults-mode-node": "npm:^2.3.0"
"@smithy/util-endpoints": "npm:^1.2.0"
"@smithy/util-middleware": "npm:^2.2.0"
"@smithy/util-retry": "npm:^2.2.0"
"@smithy/util-utf8": "npm:^2.3.0"
tslib: "npm:^2.6.2"
checksum: 10/4f607e388f00283e48bb826d94390fe38a2e078f3002901f039a45920676df73ff03448837badb33b5e0c3d3faee7948181954c1757bb6d2eb81980c08fea2a3
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/client-sso@npm:3.598.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.598.0"
"@aws-sdk/middleware-host-header": "npm:3.598.0"
"@aws-sdk/middleware-logger": "npm:3.598.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.598.0"
"@aws-sdk/middleware-user-agent": "npm:3.598.0"
"@aws-sdk/region-config-resolver": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@aws-sdk/util-endpoints": "npm:3.598.0"
"@aws-sdk/util-user-agent-browser": "npm:3.598.0"
"@aws-sdk/util-user-agent-node": "npm:3.598.0"
"@smithy/config-resolver": "npm:^3.0.2"
"@smithy/core": "npm:^2.2.1"
"@smithy/fetch-http-handler": "npm:^3.0.2"
"@smithy/hash-node": "npm:^3.0.1"
"@smithy/invalid-dependency": "npm:^3.0.1"
"@smithy/middleware-content-length": "npm:^3.0.1"
"@smithy/middleware-endpoint": "npm:^3.0.2"
"@smithy/middleware-retry": "npm:^3.0.4"
"@smithy/middleware-serde": "npm:^3.0.1"
"@smithy/middleware-stack": "npm:^3.0.1"
"@smithy/node-config-provider": "npm:^3.1.1"
"@smithy/node-http-handler": "npm:^3.0.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
"@smithy/url-parser": "npm:^3.0.1"
"@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.4"
"@smithy/util-defaults-mode-node": "npm:^3.0.4"
"@smithy/util-endpoints": "npm:^2.0.2"
"@smithy/util-middleware": "npm:^3.0.1"
"@smithy/util-retry": "npm:^3.0.1"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/6571a678ae4e0c42c245a2e7b969d5d2e4713dc5fe7604e5edc883a6f729362d1256f1c144094f8146e0fd85da675533c0e460c5217b1d17aecb2042201e169e
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/client-sts@npm:3.535.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/middleware-host-header": "npm:3.535.0"
"@aws-sdk/middleware-logger": "npm:3.535.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.535.0"
"@aws-sdk/middleware-user-agent": "npm:3.535.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.535.0"
"@aws-sdk/util-user-agent-browser": "npm:3.535.0"
"@aws-sdk/util-user-agent-node": "npm:3.535.0"
"@smithy/config-resolver": "npm:^2.2.0"
"@smithy/core": "npm:^1.4.0"
"@smithy/fetch-http-handler": "npm:^2.5.0"
"@smithy/hash-node": "npm:^2.2.0"
"@smithy/invalid-dependency": "npm:^2.2.0"
"@smithy/middleware-content-length": "npm:^2.2.0"
"@smithy/middleware-endpoint": "npm:^2.5.0"
"@smithy/middleware-retry": "npm:^2.2.0"
"@smithy/middleware-serde": "npm:^2.3.0"
"@smithy/middleware-stack": "npm:^2.2.0"
"@smithy/node-config-provider": "npm:^2.3.0"
"@smithy/node-http-handler": "npm:^2.5.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
"@smithy/url-parser": "npm:^2.2.0"
"@smithy/util-base64": "npm:^2.3.0"
"@smithy/util-body-length-browser": "npm:^2.2.0"
"@smithy/util-body-length-node": "npm:^2.3.0"
"@smithy/util-defaults-mode-browser": "npm:^2.2.0"
"@smithy/util-defaults-mode-node": "npm:^2.3.0"
"@smithy/util-endpoints": "npm:^1.2.0"
"@smithy/util-middleware": "npm:^2.2.0"
"@smithy/util-retry": "npm:^2.2.0"
"@smithy/util-utf8": "npm:^2.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/credential-provider-node": ^3.535.0
checksum: 10/c2aa31edecdee7b496f617f6c5a7c34025c0c0489f41f59eb91136352e979f69dd2e4d3c1967375a8e362992b10563e7b2195c6fb31b013e40801fc00ed5cf97
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.600.0":
version: 3.600.0
resolution: "@aws-sdk/client-sts@npm:3.600.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.600.0"
"@aws-sdk/core": "npm:3.598.0"
"@aws-sdk/credential-provider-node": "npm:3.600.0"
"@aws-sdk/middleware-host-header": "npm:3.598.0"
"@aws-sdk/middleware-logger": "npm:3.598.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.598.0"
"@aws-sdk/middleware-user-agent": "npm:3.598.0"
"@aws-sdk/region-config-resolver": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@aws-sdk/util-endpoints": "npm:3.598.0"
"@aws-sdk/util-user-agent-browser": "npm:3.598.0"
"@aws-sdk/util-user-agent-node": "npm:3.598.0"
"@smithy/config-resolver": "npm:^3.0.2"
"@smithy/core": "npm:^2.2.1"
"@smithy/fetch-http-handler": "npm:^3.0.2"
"@smithy/hash-node": "npm:^3.0.1"
"@smithy/invalid-dependency": "npm:^3.0.1"
"@smithy/middleware-content-length": "npm:^3.0.1"
"@smithy/middleware-endpoint": "npm:^3.0.2"
"@smithy/middleware-retry": "npm:^3.0.4"
"@smithy/middleware-serde": "npm:^3.0.1"
"@smithy/middleware-stack": "npm:^3.0.1"
"@smithy/node-config-provider": "npm:^3.1.1"
"@smithy/node-http-handler": "npm:^3.0.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
"@smithy/url-parser": "npm:^3.0.1"
"@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.4"
"@smithy/util-defaults-mode-node": "npm:^3.0.4"
"@smithy/util-endpoints": "npm:^2.0.2"
"@smithy/util-middleware": "npm:^3.0.1"
"@smithy/util-retry": "npm:^3.0.1"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/1b955f0ceacdb7e0a0a15ce588aa7b0a796eae8591c195a9a1db601d6efeec504d7ad07189c4baedba0e8e888e4cbab770d6d9e54de9d07d166247f6f0df7c9a
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/core@npm:3.535.0"
dependencies:
"@smithy/core": "npm:^1.4.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/signature-v4": "npm:^2.2.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.6.2"
checksum: 10/f80dd5f6293dbfa11fdfdaed6dc56142c86eaf074231be990ce127ebd9fd92e2b574d751d5b15c397b885ad60ef0550b5d80bc516979d0b0289605c9eacdfdb0
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/core@npm:3.598.0"
dependencies:
"@smithy/core": "npm:^2.2.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/signature-v4": "npm:^3.1.0"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.6.2"
checksum: 10/6c27302636d6e4c9382590be9d39e1ff2023c92a7aaa78117428d8af9be614ded56c7db2e9a016452144f4f6d81e6b09c81e29ad53df5fa9d506aa0548211f7c
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-env@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/a9ab16146a2ba6d5d4af901ebacbd4576effd42c90debc274a9e827bd0a958072b068dfab54e8c6735cc96de40196d84c90c2543692336cca0decef2a16f2fd2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-env@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/79c6391aad109d9749b60516dcc425e923a730bf6239d5b41192612fc2658d6fdbcd48b48277076ca7c6db61103164fe305fdc4271994713128d4ec27d32236a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-http@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/fetch-http-handler": "npm:^2.5.0"
"@smithy/node-http-handler": "npm:^2.5.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/smithy-client": "npm:^2.5.0"
"@smithy/types": "npm:^2.12.0"
"@smithy/util-stream": "npm:^2.2.0"
tslib: "npm:^2.6.2"
checksum: 10/989d97be76e7c93801c216e18974741df14d66c5a1069bc01d80b26a73bae714a4070d1469db8a00db51d8914167e2c8d17eee565fb9fba29527895b0b165e85
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-http@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/fetch-http-handler": "npm:^3.0.2"
"@smithy/node-http-handler": "npm:^3.0.1"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/smithy-client": "npm:^3.1.2"
"@smithy/types": "npm:^3.1.0"
"@smithy/util-stream": "npm:^3.0.2"
tslib: "npm:^2.6.2"
checksum: 10/e8411e33faec1798a2e50166cd1777b4becd2ff07ec97d044424faf1db3a2e97d8b4ee8c43d0b4e763d94dfb8971f0542b160e69a94ca38b175c8227e4f71904
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.535.0"
dependencies:
"@aws-sdk/client-sts": "npm:3.535.0"
"@aws-sdk/credential-provider-env": "npm:3.535.0"
"@aws-sdk/credential-provider-process": "npm:3.535.0"
"@aws-sdk/credential-provider-sso": "npm:3.535.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@smithy/credential-provider-imds": "npm:^2.3.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/shared-ini-file-loader": "npm:^2.4.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/8176a97c75e4a8a8b99a952e37cca6855af80f2fa0dbaf0cd999b0a886434c01edad95d0cf92d0ec8ee8d219adb199d430ba4d857276fcae36ff05039ba4028b
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.598.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.598.0"
"@aws-sdk/credential-provider-http": "npm:3.598.0"
"@aws-sdk/credential-provider-process": "npm:3.598.0"
"@aws-sdk/credential-provider-sso": "npm:3.598.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@smithy/credential-provider-imds": "npm:^3.1.1"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/shared-ini-file-loader": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.598.0
checksum: 10/2f3aa54850dc1da4732d1dbc5a8e6ec095107ff08c46af4bffec41e1535a9c9a320586386f67358dd0acec83069dbb2b420bbd09412aa56993d088eb08ffef2b
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-node@npm:3.535.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.535.0"
"@aws-sdk/credential-provider-http": "npm:3.535.0"
"@aws-sdk/credential-provider-ini": "npm:3.535.0"
"@aws-sdk/credential-provider-process": "npm:3.535.0"
"@aws-sdk/credential-provider-sso": "npm:3.535.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@smithy/credential-provider-imds": "npm:^2.3.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/shared-ini-file-loader": "npm:^2.4.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/c896ce5aebc7ceaec1f9b72e7c3eed5f08ba71771f1ab90562849caa37bd010735153a4adb5c9dbd0da55caaa0d61cac66723e6389e961c5cc19528d3f751c6a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.600.0":
version: 3.600.0
resolution: "@aws-sdk/credential-provider-node@npm:3.600.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.598.0"
"@aws-sdk/credential-provider-http": "npm:3.598.0"
"@aws-sdk/credential-provider-ini": "npm:3.598.0"
"@aws-sdk/credential-provider-process": "npm:3.598.0"
"@aws-sdk/credential-provider-sso": "npm:3.598.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@smithy/credential-provider-imds": "npm:^3.1.1"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/shared-ini-file-loader": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/b5ab56a5c8acd566f41ba834214718a0ab8825090fe71b0ecc4ebec5e76de3afa47387ab99d061f3ac6ecd5ead9af621d7311ffa0a6b16df312f3c9de311747d
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-process@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/shared-ini-file-loader": "npm:^2.4.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/59260bcd5d42ee61269a3a3d9b2c6c9ab0b6af2b1d48826018e56d44014c3a85fceaf175f3855a24a5f3093ee367afea49a72a559bc7ceb30e7cc9be049c4b0a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-process@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/shared-ini-file-loader": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/c0f9aa2304e273460b93efa7a09664d69e3dcdf6983d789a83bbc77a7975dddc7db915caaccf922f459eaad7b0ed546d1d79bcf0354898bca7c141fc49f5809b
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.535.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.535.0"
"@aws-sdk/token-providers": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/shared-ini-file-loader": "npm:^2.4.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/c931d846d3a6d93a97a51ede18960930aff1f15cd5023e2b8af49be3284b58f158831faf5688a3bf09b70f210fe0d222fe9bd5fb9bd9c70d7653e22b1624bbbe
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.598.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.598.0"
"@aws-sdk/token-providers": "npm:3.598.0"
"@aws-sdk/types": "npm:3.598.0"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/shared-ini-file-loader": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/19e6d8390a7824f921ee63105563857171404a09b7e7df1e9ad99a2ef334cc05cd1ae6d95f5a975fb328f5b53713cb1cb228d92b4966a7a8e9afc15637de66de
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.535.0"
dependencies:
"@aws-sdk/client-sts": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@smithy/property-provider": "npm:^2.2.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/a32c75483a0cd4afbe8c12cca308f6a8de5916790aadfdefb60439e63de0c46703739beaaea47f401ccdda0382bb06ae791aacac19eb7eb35e53b3d8a3fa4ac5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/property-provider": "npm:^3.1.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.598.0
checksum: 10/76cf4e389dc565402f1ba0b9c65983590e98435a17ed291d6b15412dac27aea7e35f23036675f76f2a267f8375de616550be759136bf2ff7d63211a22535bbf2
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@aws-sdk/util-arn-parser": "npm:3.568.0"
"@smithy/node-config-provider": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/types": "npm:^3.1.0"
"@smithy/util-config-provider": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/50a8037c8b5e2a9342d323e3fa8541196c0ab180e1d69f66e72a7ff926af1a0dc52e70d29298ab984155d2e0f4b36124cd56ca46beb9ea5eea87c7c617c402b8
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/9e1ee0118948e59378dfd4f4dd5e2585186bf7bccd4d7742ce3e79265cfc08a50a751f535da30d7594df1566aca4cfef7895d7e25f23408517e93907d4281e37
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.598.0"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
"@aws-sdk/types": "npm:3.598.0"
"@smithy/is-array-buffer": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/types": "npm:^3.1.0"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/c2bcd5be7f64a067b3d2aa1bec0cb9d112d9cd488f097d8e16bcf950b2eb7b02097e0f41805f9575755667f052337ceda2dbd94da911b9d622a61c42a946792a
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/middleware-host-header@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/a32cb45c88c8e2361ca4cfca8cd7dc84e743e39e3a161ac4d9aa6c0916b3f259f32c2c8d84cfb60971c4da69fe17b387df75d21903aab8c2c56586cbe025c91c
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-host-header@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/53498c94fd769dbee727ba4148d67578d2073fd83217695106e9dd3b572e56aa0362c329da4c13e39a0aaef45597cc7988b8951f2df4d28dc7c29461fa3791cc
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/4339171bb77265bab06b5e160c2bb13b795c0e1c3cdee799bb60485109cee182f1bf05e29bcd10030d6b65ce4e682aa0984cc2459927df53378ef71041969a18
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/middleware-logger@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/1edb993a1e020848be08904e07e7f8bc4925cece85c74d5d67f787e4fe3dcc80da558dd71c530e0910fb86313b9c3955cb4585d1ddbf47fcb85bf8024c735e3a
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-logger@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/e6db8b4e861cc8cc85f4e1b83fd73dc902beece1210fcfa6f2ebd7e78f9ee88f9a1584cdb584358b81c22c5c23b5b3bc58a6a57de2bfc33fb07684d9b9f8dad5
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.535.0":
version: 3.535.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.535.0"
dependencies:
"@aws-sdk/types": "npm:3.535.0"
"@smithy/protocol-http": "npm:^3.3.0"
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/cf231a98e8f85c4592ccdc8c3d6bff10951fea96c06978068ce6667c6d4c99f95f14b836996dac27c31848030f662f1600629cc63554c5c0d8b4242bba4c5bea
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.598.0"
dependencies:
"@aws-sdk/types": "npm:3.598.0"
"@smithy/protocol-http": "npm:^4.0.1"
"@smithy/types": "npm:^3.1.0"
tslib: "npm:^2.6.2"
checksum: 10/2bc64666c08ee7f46a2918ac70773d7244f5c7866d0e3521c8734286c0b1bd5e4e64ea2bb4ec656e683dfecb7d44d43cd15283c4ec4cfe16b7aa7f4e19a586b8
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.598.0":
version: 3.598.0