-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
13374 lines (12195 loc) · 484 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10
"@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.2.0":
version: 2.2.1
resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 10/e15fecbf3b54c988c8b4fdea8ef514ab482537e8a080b2978cc4b47ccca7140577ca7b65ad3322dcce65bc73ee6e5b90cbfe0bbd8c766dad04d5c62ec9634c42
languageName: node
linkType: hard
"@aws-cdk/asset-awscli-v1@npm:^2.2.200":
version: 2.2.200
resolution: "@aws-cdk/asset-awscli-v1@npm:2.2.200"
checksum: 10/c220bdcc8c8d74855fa8defef1c99c324c0c300dfd15e5024fc33ac7d0b1e57caebf52276e1297002128385adc981b1493647ad1d6e98ce32622527ab656cf1b
languageName: node
linkType: hard
"@aws-cdk/asset-kubectl-v20@npm:^2.1.2":
version: 2.1.2
resolution: "@aws-cdk/asset-kubectl-v20@npm:2.1.2"
checksum: 10/a6d2cbdcd6b3d3217d05ef7f021c3098625c2835432d22060a9aa3b804c9bcb0a573f23feba921e045b00f095fb17b38d482bdf7bfd1421fc10f043fe9f6ab42
languageName: node
linkType: hard
"@aws-cdk/asset-node-proxy-agent-v6@npm:^2.0.1":
version: 2.0.1
resolution: "@aws-cdk/asset-node-proxy-agent-v6@npm:2.0.1"
checksum: 10/310aa6799ffb9b21b986004d55b55c35cded3e4d65b8a64e5f7f0de2cfef09379eb655099c77902d1e2eb26042a7a300acd022ae4b6a6d3195573792a87bcbc5
languageName: node
linkType: hard
"@aws-cdk/aws-apigatewayv2-alpha@npm:2.96.2-alpha.0":
version: 2.96.2-alpha.0
resolution: "@aws-cdk/aws-apigatewayv2-alpha@npm:2.96.2-alpha.0"
peerDependencies:
aws-cdk-lib: 2.96.2
constructs: ^10.0.0
checksum: 10/e671d3edb8f56b2ec1ac0ae0e134907372b78d821fd67e63cd3c2023247d51f34388ebe15f36e09748020a64ad38177109321f2b9c307ad950a1642cd5dd7388
languageName: node
linkType: hard
"@aws-cdk/aws-apigatewayv2-integrations-alpha@npm:2.96.2-alpha.0":
version: 2.96.2-alpha.0
resolution: "@aws-cdk/aws-apigatewayv2-integrations-alpha@npm:2.96.2-alpha.0"
peerDependencies:
"@aws-cdk/aws-apigatewayv2-alpha": 2.96.2-alpha.0
aws-cdk-lib: 2.96.2
constructs: ^10.0.0
checksum: 10/bf1251797800f403510866c97fb7b9d27a04b96729e5ecc8d90c834520b72b533aad90b0cbecbf7e1b9bc9812bcf386d7e0af9f8ff6654589515b0557e6b27d6
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/crc32c@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32c@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10/3e604ad7a8d3fb10e5fe11597d593d0ae8e1d6dc06a06b8d882d5732a6e181f6a77fd4f92fb3ae9002a2007121d49e40bc6b78d83af62d36deb1b457b7f1d977
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:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha1-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10/8c30fa1e427bf2c295077b007835b0dd9af6beb6250e0aa775cecd42a1f517ef211751e7e12c2423f39d9b1c6748b99eb7b73207eb69165abc696cc470d8659e
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-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:^4.0.0":
version: 4.0.0
resolution: "@aws-crypto/sha256-js@npm:4.0.0"
dependencies:
"@aws-crypto/util": "npm:^4.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10/d52f2a6e327614c9e122932675932ef64b5611622c02b1376178fbb3724e2b19f4daeaac0fd7597b7a2a2937772354060d54efdaba7544965b7b88ee23a6671f
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/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:^4.0.0":
version: 4.0.0
resolution: "@aws-crypto/util@npm:4.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/2ac37fa78f257dd0047f552d989b214e0b63d8978f5661ffa5df95547e62bfbd5bdd66133d4e235c36ea62e9fe42df365e92798294e3da1fe025b0de8a6276e6
languageName: node
linkType: hard
"@aws-sdk/client-acm@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-acm@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10/ad2a18b6f0fd96290ddfd09100872ca00482764e0f29ad8165a65900494107e271c7f913f12918bd0b2dfd6769bfd0b75fd5ef961e1b0b5b3d351abf58607ec4
languageName: node
linkType: hard
"@aws-sdk/client-cloudfront@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-cloudfront@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@aws-sdk/xml-builder": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-stream": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10/fad87e40762b2e0cedf0195c75dd699bbe834d907acc5da369c16985d9fc5fb05a26a7b66da12c0a5ffe45b38f559a4c98794278f920d63e100e6a467cb7de71
languageName: node
linkType: hard
"@aws-sdk/client-codeartifact@npm:^3.540.0":
version: 3.540.0
resolution: "@aws-sdk/client-codeartifact@npm:3.540.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.540.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/credential-provider-node": "npm:3.540.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.540.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.540.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-stream": "npm:^2.2.0"
"@smithy/util-utf8": "npm:^2.3.0"
tslib: "npm:^2.6.2"
checksum: 10/83ce5e8a20fc14c27b2c7fdb532b0e0c0e5ae949899874cffeb833bbfc6397e259ac958ba7b6c4fbdc090a753855be9277c5e03591e78f95ba1800656d613187
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity-provider@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-cognito-identity-provider@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10/ff660592a3e450b13a6e1382d04f39a3226ad39d163a15cfa3185aa4cc11fef41d81434ff3eb557bed0fa8cc255889a73b487560c990bb5ceda88bec51183623
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity-provider@npm:^3.359.0":
version: 3.436.0
resolution: "@aws-sdk/client-cognito-identity-provider@npm:3.436.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.436.0"
"@aws-sdk/core": "npm:3.436.0"
"@aws-sdk/credential-provider-node": "npm:3.436.0"
"@aws-sdk/middleware-host-header": "npm:3.433.0"
"@aws-sdk/middleware-logger": "npm:3.433.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.433.0"
"@aws-sdk/middleware-signing": "npm:3.433.0"
"@aws-sdk/middleware-user-agent": "npm:3.433.0"
"@aws-sdk/region-config-resolver": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.433.0"
"@aws-sdk/util-user-agent-browser": "npm:3.433.0"
"@aws-sdk/util-user-agent-node": "npm:3.433.0"
"@smithy/config-resolver": "npm:^2.0.16"
"@smithy/fetch-http-handler": "npm:^2.2.4"
"@smithy/hash-node": "npm:^2.0.12"
"@smithy/invalid-dependency": "npm:^2.0.12"
"@smithy/middleware-content-length": "npm:^2.0.14"
"@smithy/middleware-endpoint": "npm:^2.1.3"
"@smithy/middleware-retry": "npm:^2.0.18"
"@smithy/middleware-serde": "npm:^2.0.12"
"@smithy/middleware-stack": "npm:^2.0.6"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/node-http-handler": "npm:^2.1.8"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
"@smithy/url-parser": "npm:^2.0.12"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.16"
"@smithy/util-defaults-mode-node": "npm:^2.0.21"
"@smithy/util-retry": "npm:^2.0.5"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 10/0bd3b20529aefaa871a66a9946fdfc143c73321e0dd0d79289c85d9bd7b4f7b89de83299cfe4f0869ee3b6d18c16a6836ab5c14a43fd4fd12513127490301836
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.540.0":
version: 3.540.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.540.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.540.0"
"@aws-sdk/core": "npm:3.535.0"
"@aws-sdk/credential-provider-node": "npm:3.540.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.540.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.540.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/974412672a8f814a514a72af1a676d20c923b345fed01379d01ba9eff03ad5b7be38bcb2438163ad24aa770d3d6550fb7358240e0982dfb8e4f914ba9ef0cf17
languageName: node
linkType: hard
"@aws-sdk/client-dynamodb@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-dynamodb@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-endpoint-discovery": "npm:3.511.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
tslib: "npm:^2.5.0"
uuid: "npm:^8.3.2"
checksum: 10/04ed0259ac3f93e59f00bb13d8a498568d54c7f08c2994821d61df1c1f297b16d0990478311a080023e55d3395fa32e2c89ce56b75dd6abc20b30b3a5cb6fc0a
languageName: node
linkType: hard
"@aws-sdk/client-kms@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-kms@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10/ceb64b3d5250f4616eed89b0acb1b85ed1a7532361753669744c5d684ede859b971b04faedee18a1ac9e1c4040f61bbe30532e74c7f6826766fa253c70439f8f
languageName: node
linkType: hard
"@aws-sdk/client-route-53@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-route-53@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-sdk-route53": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@aws-sdk/xml-builder": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10/2d23f5607e77cf4b400c8c1c5916bb399238737bf2c1fd7dd5b40ec7a2350c49a6f1304e7bf467e67628a7e05737f299e918e6cccb1be2bdf2810c83d9c05a32
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-s3@npm:3.513.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:3.0.0"
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.511.0"
"@aws-sdk/middleware-expect-continue": "npm:3.511.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.511.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-location-constraint": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.511.0"
"@aws-sdk/middleware-signing": "npm:3.511.0"
"@aws-sdk/middleware-ssec": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@aws-sdk/xml-builder": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/eventstream-serde-browser": "npm:^2.1.1"
"@smithy/eventstream-serde-config-resolver": "npm:^2.1.1"
"@smithy/eventstream-serde-node": "npm:^2.1.1"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-blob-browser": "npm:^2.1.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/hash-stream-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/md5-js": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-stream": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10/bfb0d4e433a6d3d5a53cc8e98e5f8dccc71d19a65e17a598910663642a3e9aad85f4d8388e91c47dd9c7839dd7ff22a33b64f343561863e3f6fd7f2b66017c67
languageName: node
linkType: hard
"@aws-sdk/client-secrets-manager@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-secrets-manager@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
uuid: "npm:^8.3.2"
checksum: 10/72f1a580af61c302274446d4f821376606ce4423ab298dc887b06f6cd3dbcddc1c7e0980ccbd09e7ef3e910aa552664af858e4969f3a92785a832aa14885129e
languageName: node
linkType: hard
"@aws-sdk/client-service-quotas@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-service-quotas@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10/fd2273ebffd313def4551a2524dd389ad45edd1c15b785e407224de24f6c38c3f133aad15c421240c5e24d585bd00245d1287a3b9385807ebfdcd986b7ee8f85
languageName: node
linkType: hard
"@aws-sdk/client-ses@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-ses@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 10/3a03b9535443b48490b01ebab2bb9e432e97532b03ca09a73c245de2b37ae1fa7b646ed62c0e85f16e91ea00efeb085ecda9821a5a1165e31e52d22ab9004f59
languageName: node
linkType: hard
"@aws-sdk/client-sesv2@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-sesv2@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10/ee2780e1ff1663a7dff75713a7bead13eac6cc4f364dfed504b01e23f88428aabc15a288874944a9410cb991dd04c8cf15965e0a23638174b0ec7bf9046935e8
languageName: node
linkType: hard
"@aws-sdk/client-ssm@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-ssm@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/credential-provider-node": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
tslib: "npm:^2.5.0"
uuid: "npm:^8.3.2"
checksum: 10/7c43a26991adfa4049810bc1ecd6feaf4e9a416a6d2e60672ec09b69e2e8295586ea4700fb3ef6d2fe8bd1d38e7e5f942356363aed0a96aee6c2ff8c350f8807
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.513.0":
version: 3.513.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.513.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.513.0"
"@aws-sdk/core": "npm:3.513.0"
"@aws-sdk/middleware-host-header": "npm:3.511.0"
"@aws-sdk/middleware-logger": "npm:3.511.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.511.0"
"@aws-sdk/middleware-user-agent": "npm:3.511.0"
"@aws-sdk/region-config-resolver": "npm:3.511.0"
"@aws-sdk/types": "npm:3.511.0"
"@aws-sdk/util-endpoints": "npm:3.511.0"
"@aws-sdk/util-user-agent-browser": "npm:3.511.0"
"@aws-sdk/util-user-agent-node": "npm:3.511.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.2"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.2.0"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-sdk/credential-provider-node": ^3.513.0
checksum: 10/7e1349a724f0c392276e2895f844a01732537623726837ec51e701c5b71de048cdaedc0c7efd7af3e4c5cc883be70edbe24d33ee275da0ba4b7ce2ff54623c97
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.540.0":
version: 3.540.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.540.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.540.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.540.0"
"@aws-sdk/region-config-resolver": "npm:3.535.0"
"@aws-sdk/types": "npm:3.535.0"
"@aws-sdk/util-endpoints": "npm:3.540.0"
"@aws-sdk/util-user-agent-browser": "npm:3.535.0"