-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
21008 lines (19010 loc) · 734 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: 6
cacheKey: 8
"2-thenable@npm:^1.0.0":
version: 1.0.0
resolution: "2-thenable@npm:1.0.0"
dependencies:
d: "npm:1"
es5-ext: "npm:^0.10.47"
checksum: 567cda6fb2fd8884b2a5efdfbec7476da9ec9e3bf84d8bcc637dcda09254c135b4fc91321c0d81a501a9bdafd2d8939f163c2a803c0bccd2f4b6631bbe2e4958
languageName: node
linkType: hard
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: ada901b9e7c680d190f1d012c84217ce0063d8f5c5a7725bb91ec3c5ed99bb7572680eb2d2938a531ccbaec39a95422fcd8a6b4a13110c7d98dd75402f66a0cd
languageName: node
linkType: hard
"@ampproject/remapping@npm:2.2.1, @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: 03c04fd526acc64a1f4df22651186f3e5ef0a9d6d6530ce4482ec9841269cf7a11dbb8af79237c282d721c5312024ff17529cd72cc4768c11e999b58e2302079
languageName: node
linkType: hard
"@angular-devkit/architect@npm:0.1602.4, @angular-devkit/architect@npm:~0.1602.0":
version: 0.1602.4
resolution: "@angular-devkit/architect@npm:0.1602.4"
dependencies:
"@angular-devkit/core": "npm:16.2.4"
rxjs: "npm:7.8.1"
checksum: 8cef1f8ff29f247db61205a92eebbb6fc972ede12e1a26441f99ce669730d4683cf29f2fa34f4015b4fececa4440837a509b76646c6315e1f19ecf7e74d2955c
languageName: node
linkType: hard
"@angular-devkit/build-angular@npm:^16.2.4":
version: 16.2.4
resolution: "@angular-devkit/build-angular@npm:16.2.4"
dependencies:
"@ampproject/remapping": "npm:2.2.1"
"@angular-devkit/architect": "npm:0.1602.4"
"@angular-devkit/build-webpack": "npm:0.1602.4"
"@angular-devkit/core": "npm:16.2.4"
"@babel/core": "npm:7.22.9"
"@babel/generator": "npm:7.22.9"
"@babel/helper-annotate-as-pure": "npm:7.22.5"
"@babel/helper-split-export-declaration": "npm:7.22.6"
"@babel/plugin-proposal-async-generator-functions": "npm:7.20.7"
"@babel/plugin-transform-async-to-generator": "npm:7.22.5"
"@babel/plugin-transform-runtime": "npm:7.22.9"
"@babel/preset-env": "npm:7.22.9"
"@babel/runtime": "npm:7.22.6"
"@babel/template": "npm:7.22.5"
"@discoveryjs/json-ext": "npm:0.5.7"
"@ngtools/webpack": "npm:16.2.4"
"@vitejs/plugin-basic-ssl": "npm:1.0.1"
ansi-colors: "npm:4.1.3"
autoprefixer: "npm:10.4.14"
babel-loader: "npm:9.1.3"
babel-plugin-istanbul: "npm:6.1.1"
browserslist: "npm:^4.21.5"
chokidar: "npm:3.5.3"
copy-webpack-plugin: "npm:11.0.0"
critters: "npm:0.0.20"
css-loader: "npm:6.8.1"
esbuild: "npm:0.18.17"
esbuild-wasm: "npm:0.18.17"
fast-glob: "npm:3.3.1"
guess-parser: "npm:0.4.22"
https-proxy-agent: "npm:5.0.1"
inquirer: "npm:8.2.4"
jsonc-parser: "npm:3.2.0"
karma-source-map-support: "npm:1.4.0"
less: "npm:4.1.3"
less-loader: "npm:11.1.0"
license-webpack-plugin: "npm:4.0.2"
loader-utils: "npm:3.2.1"
magic-string: "npm:0.30.1"
mini-css-extract-plugin: "npm:2.7.6"
mrmime: "npm:1.0.1"
open: "npm:8.4.2"
ora: "npm:5.4.1"
parse5-html-rewriting-stream: "npm:7.0.0"
picomatch: "npm:2.3.1"
piscina: "npm:4.0.0"
postcss: "npm:8.4.27"
postcss-loader: "npm:7.3.3"
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.1"
sass: "npm:1.64.1"
sass-loader: "npm:13.3.2"
semver: "npm:7.5.4"
source-map-loader: "npm:4.0.1"
source-map-support: "npm:0.5.21"
terser: "npm:5.19.2"
text-table: "npm:0.2.0"
tree-kill: "npm:1.2.2"
tslib: "npm:2.6.1"
vite: "npm:4.4.7"
webpack: "npm:5.88.2"
webpack-dev-middleware: "npm:6.1.1"
webpack-dev-server: "npm:4.15.1"
webpack-merge: "npm:5.9.0"
webpack-subresource-integrity: "npm:5.1.0"
peerDependencies:
"@angular/compiler-cli": ^16.0.0
"@angular/localize": ^16.0.0
"@angular/platform-server": ^16.0.0
"@angular/service-worker": ^16.0.0
jest: ^29.5.0
jest-environment-jsdom: ^29.5.0
karma: ^6.3.0
ng-packagr: ^16.0.0
protractor: ^7.0.0
tailwindcss: ^2.0.0 || ^3.0.0
typescript: ">=4.9.3 <5.2"
dependenciesMeta:
esbuild:
optional: true
peerDependenciesMeta:
"@angular/localize":
optional: true
"@angular/platform-server":
optional: true
"@angular/service-worker":
optional: true
jest:
optional: true
jest-environment-jsdom:
optional: true
karma:
optional: true
ng-packagr:
optional: true
protractor:
optional: true
tailwindcss:
optional: true
checksum: 66023e8eafe65e8fff12af111965d6b78d55fb9e0b17d908210c9b242405818c6bccb68d999be77a05680f3f1e4298a87ce149724e040a6cd3ba52c6293f0d86
languageName: node
linkType: hard
"@angular-devkit/build-webpack@npm:0.1602.4":
version: 0.1602.4
resolution: "@angular-devkit/build-webpack@npm:0.1602.4"
dependencies:
"@angular-devkit/architect": "npm:0.1602.4"
rxjs: "npm:7.8.1"
peerDependencies:
webpack: ^5.30.0
webpack-dev-server: ^4.0.0
checksum: 6ac51052816bea1914a3e8af88bc52a424b3212a0c89fee0bbe0283f5e15d5542ae409a53a6562aa080b34eea24be057340c192c940f67a84c3be1c2ddb2156f
languageName: node
linkType: hard
"@angular-devkit/core@npm:16.2.4, @angular-devkit/core@npm:~16.2.0":
version: 16.2.4
resolution: "@angular-devkit/core@npm:16.2.4"
dependencies:
ajv: "npm:8.12.0"
ajv-formats: "npm:2.1.1"
jsonc-parser: "npm:3.2.0"
picomatch: "npm:2.3.1"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: 697accb00d3c7517d7a7bee20c05acbba29ea073c5968e9249b9a977a303a6698b079bdb244f791bedc8642e4dc8b66cf2f4b5fef1868dca8aac7cf449c016bd
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:16.2.4":
version: 16.2.4
resolution: "@angular-devkit/schematics@npm:16.2.4"
dependencies:
"@angular-devkit/core": "npm:16.2.4"
jsonc-parser: "npm:3.2.0"
magic-string: "npm:0.30.1"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 1ff28f3a9a9a734913652f7f477385681a364b4ad98cc25bc37a5d7ddb0a66daed2e22cafdd62205c2b5f571c365000d254cfc740ce9f2b32e97b0240d52aedd
languageName: node
linkType: hard
"@angular/animations@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/animations@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.7
checksum: 73a8d19d57bc28749a1a9f29400dcb443b9851ea6044d9fe3a572f82204ea41713109e28683d354f9f952d93c02de6c4976f70c57a50a78d4ed24ba4d00f76bb
languageName: node
linkType: hard
"@angular/cdk@npm:^16.2.6":
version: 16.2.6
resolution: "@angular/cdk@npm:16.2.6"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^16.0.0 || ^17.0.0
"@angular/core": ^16.0.0 || ^17.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: d2a5a78724b529552c337f3e4cf708b8f95235df48806677cd18c876c329fe72f7d3840e1adcd7f49017eb4c14fd4f043776c252403714ba9d76f45a939b6b89
languageName: node
linkType: hard
"@angular/cli@npm:~16.2.4":
version: 16.2.4
resolution: "@angular/cli@npm:16.2.4"
dependencies:
"@angular-devkit/architect": "npm:0.1602.4"
"@angular-devkit/core": "npm:16.2.4"
"@angular-devkit/schematics": "npm:16.2.4"
"@schematics/angular": "npm:16.2.4"
"@yarnpkg/lockfile": "npm:1.1.0"
ansi-colors: "npm:4.1.3"
ini: "npm:4.1.1"
inquirer: "npm:8.2.4"
jsonc-parser: "npm:3.2.0"
npm-package-arg: "npm:10.1.0"
npm-pick-manifest: "npm:8.0.1"
open: "npm:8.4.2"
ora: "npm:5.4.1"
pacote: "npm:15.2.0"
resolve: "npm:1.22.2"
semver: "npm:7.5.4"
symbol-observable: "npm:4.0.0"
yargs: "npm:17.7.2"
bin:
ng: bin/ng.js
checksum: 9d79cbd074df7d7ead3b67f365ba1f07cbb15b36a99292ec65b47c9b94dd18e2ef70b994bfd9170d4c0bc037b766dc6d7cd87e6235399accee191ccef90fac3e
languageName: node
linkType: hard
"@angular/common@npm:16.2.7":
version: 16.2.7
resolution: "@angular/common@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.7
rxjs: ^6.5.3 || ^7.4.0
checksum: 9d5a9862993ec84ef37175205a311589cc599da6a80d8ff79e406ae7b5586c88625b4f1246d7a616cc08a31b10709e7539eec20cd1cd7969d69a5173f9d5a780
languageName: node
linkType: hard
"@angular/compiler-cli@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/compiler-cli@npm:16.2.7"
dependencies:
"@babel/core": "npm:7.22.5"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
chokidar: "npm:^3.0.0"
convert-source-map: "npm:^1.5.1"
reflect-metadata: "npm:^0.1.2"
semver: "npm:^7.0.0"
tslib: "npm:^2.3.0"
yargs: "npm:^17.2.1"
peerDependencies:
"@angular/compiler": 16.2.7
typescript: ">=4.9.3 <5.2"
bin:
ng-xi18n: bundles/src/bin/ng_xi18n.js
ngc: bundles/src/bin/ngc.js
ngcc: bundles/ngcc/index.js
checksum: 787eda67bdf70c819d68a52611e9f579473a18c576200db395422262df570709e574b961fd8fd708ae48bc19e08e7012fd054507b06433671901efe80ecfbffd
languageName: node
linkType: hard
"@angular/compiler@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/compiler@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 16.2.7
peerDependenciesMeta:
"@angular/core":
optional: true
checksum: 087f66887f310f416dfe8b324e5efe151ea4ba7a1a617b5ce7bd48ea3e992450c3ceacba8d92e78ca70d758fdafb6da1e5960360b15f3de5e6e44956b245692b
languageName: node
linkType: hard
"@angular/core@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/core@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.13.0
checksum: 172f89a02549c1e33ffa7d3c375fedaee8f2554a7d9ae5e05383193abad330f21b842601eb78c07162e4e844d50f069ec7ce472c11af3133e769e7abe47d6b95
languageName: node
linkType: hard
"@angular/forms@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/forms@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.7
"@angular/core": 16.2.7
"@angular/platform-browser": 16.2.7
rxjs: ^6.5.3 || ^7.4.0
checksum: 9391391f54f9c7ca6428fe463d443bf05b6b1621ebc90198ef2a12e844d0f05d477e7ce2b986b716a6464af09dba524a1f17245cccf260dbf14fadd6e4495357
languageName: node
linkType: hard
"@angular/platform-browser-dynamic@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/platform-browser-dynamic@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.7
"@angular/compiler": 16.2.7
"@angular/core": 16.2.7
"@angular/platform-browser": 16.2.7
checksum: 2b8f5f937cce848536b4d4aa3dae46b364a43cc6278d7dc95ae7e25d52dbc9a951bdc540f79c1b4194d439b4d0a856e65e383e7592fbcbbde77a4cf83b922479
languageName: node
linkType: hard
"@angular/platform-browser@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/platform-browser@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": 16.2.7
"@angular/common": 16.2.7
"@angular/core": 16.2.7
peerDependenciesMeta:
"@angular/animations":
optional: true
checksum: 9f4faebd6e20434b5470f6fd913116bab8007c43975492b83261161bf300bc9fa8539d06fc2048e3008fbc11354fa6776e88f44a099973278a44e5133dfcce29
languageName: node
linkType: hard
"@angular/platform-server@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/platform-server@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
xhr2: "npm:^0.2.0"
peerDependencies:
"@angular/animations": 16.2.7
"@angular/common": 16.2.7
"@angular/compiler": 16.2.7
"@angular/core": 16.2.7
"@angular/platform-browser": 16.2.7
checksum: 161fbe59f17ba31d99347ca4731f0a0198b1f9a4f8523ce337c1228be3bbcf8e49f13331588a03d5a7e7ccb3b61d9a4bc2f77c71fe60697b7cf054de9fb8f571
languageName: node
linkType: hard
"@angular/router@npm:^16.2.7":
version: 16.2.7
resolution: "@angular/router@npm:16.2.7"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 16.2.7
"@angular/core": 16.2.7
"@angular/platform-browser": 16.2.7
rxjs: ^6.5.3 || ^7.4.0
checksum: 55ca6eafadb73a3c06a889012f15a509803b682c90fe545a5f2dc68f263a70cfbd9cafcad58afa254bdc1d28720c634b72ae1a20d5ad8ad929b542c061fcc57b
languageName: node
linkType: hard
"@assemblyscript/loader@npm:^0.10.1":
version: 0.10.1
resolution: "@assemblyscript/loader@npm:0.10.1"
checksum: fd1f57bdf2c55252a48c2d93fbec3c5a9ef4ca40e581e8709dd8ee437613eb47af74c8cdba011a324077eda9605d6f24983f429c2ce18b0b582ddcc5acf75c26
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: 9fdb3e837fc54119b017ea34fd0a6d71d2c88075d99e1e818a5158e0ad30ced67ddbcc423a11ceeef6cc465ab5ffd91830acab516470b48237ca7abd51be9642
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: 299b2ddd46eddac1f2d54d91386ceb37af81aef8a800669281c73d634ed17fd855dcfb8b3157f2879344b93a2666a6d602550eb84b71e4d7868100ad6da8f803
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: ca89456bf508db2e08060a7f656460db97ac9a15b11e39d6fa7665e2b156508a1758695bff8e82d0a00178d6ac5c36f35eb4bcfac2e48621265224ca14a19bd2
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: 644ded32ea310237811afae873d3c7320739cb6f6cc39dced9c94801379e68e5ee2cca0c34f0384793fa9e750a7e0a5e2468f95754bd08e6fd72ab833c8fe23c
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: 35479a1558db9e9a521df6877a99f95670e972c602f2a0349303477e5d638a5baf569fb037c853710e382086e6fd77e8ed58d3fb9b49f6e1186a9d26ce7be006
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: d29d5545048721aae3d60b236708535059733019a105f8a64b4e4a8eab7cf8dde1546dc56bff7de20d36140a4d1f0f4693e639c5732a7059273a7b1e56354776
languageName: node
linkType: hard
"@aws-sdk/client-cloudformation@npm:^3.410.0":
version: 3.421.0
resolution: "@aws-sdk/client-cloudformation@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.421.0"
"@aws-sdk/credential-provider-node": "npm:3.421.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@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.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.9"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
uuid: "npm:^8.3.2"
checksum: 124e07155db007825e4594ac1c5b9a35a0fd91a28ed079d21334afd1cb4301aa702ff025edc6eea6d351333b913adb1b00b4cd683604edd13e5de7888e93b24d
languageName: node
linkType: hard
"@aws-sdk/client-lambda@npm:^3.418.0":
version: 3.421.0
resolution: "@aws-sdk/client-lambda@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.421.0"
"@aws-sdk/credential-provider-node": "npm:3.421.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/eventstream-serde-browser": "npm:^2.0.9"
"@smithy/eventstream-serde-config-resolver": "npm:^2.0.9"
"@smithy/eventstream-serde-node": "npm:^2.0.9"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@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.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-stream": "npm:^2.0.12"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.9"
tslib: "npm:^2.5.0"
checksum: fe97ffd20fd6e1f1f01833c9e9b3f6242901a8d130fa807e7ee1ee78035b2828d6b5d251710eab80dfab8d3b9f8719f4075a0219bbbc511a93744fa684ba3177
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/client-sso@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@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.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 2dcfbd104668f49fc5b18af6a5bced3845e75c1facab7fd26e97c40ea447e9c29d4f3a5e14d90e66a008db251a6aa27fc8af7652e3c1d8916853ff37df28c72c
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.421.0, @aws-sdk/client-sts@npm:^3.410.0":
version: 3.421.0
resolution: "@aws-sdk/client-sts@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/credential-provider-node": "npm:3.421.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.418.0"
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@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.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: c21a28288341a7f6749e61391846b7a6754de3594137a7c436b1d96d82a8043adc921b45f8d22e2894e50cdf3799f51143a42f214ae552bcd0e0088c85d2de09
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-env@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 2fc6187ee8539dcf56d5196f29435bd5dae2e586307da467ae399b4cd3fc6587aba531bf2312518504bd1852453c63c00522a0b588a16b6e29a64ca102c0f733
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.421.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.418.0"
"@aws-sdk/credential-provider-process": "npm:3.418.0"
"@aws-sdk/credential-provider-sso": "npm:3.421.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 038e115250a966a28b43faa6a70ef4e9d543d51e0eed8446d0939c44a7a0c3333a3dcb0a80aa5c2b328cc225228aef8f8aa5b31ba1725316b3019b88ad091ad8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-node@npm:3.421.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.418.0"
"@aws-sdk/credential-provider-ini": "npm:3.421.0"
"@aws-sdk/credential-provider-process": "npm:3.418.0"
"@aws-sdk/credential-provider-sso": "npm:3.421.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 0b0249ebc58383e7149f8b5398ca8d6af93df397fae4c0feaea9debd4617a90d7c9a01486709173799edaf06c6c34e9c979969da1a41bdb681d01c6661e6e0e3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-process@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: f366232ab89736add60cb1c8f9b7dca693565ea168af66121d173c21ee3a0f2e2c5c79df67a6f503ab70e371429243f96c0b0105e9aa7dde24d257c5b781c7fc
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.421.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.421.0"
"@aws-sdk/token-providers": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 7fd59a74fe28602ac0877c9e845a95a95a3be91869be33776576c2cbe41cce8b5921480e769a1fdf02db41f67d792e9f1ea93d9e5f0256736cea8f24d8839b24
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 2b7da12aeb4c0abb22386a3c84f4287e7eefcf8d609b4ed855ae79971b59d8e409a239b6eba7fe8b189f165e9ce0045daad8fa68352f92efa38629045973467c
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-host-header@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: e67510e4c700e793a1626512291dafbc8ee48bb37b6b212f0de266e203105d16145a82062652aaa12e15dadedc374fb1cceb84dac94b835d5ccca3375931ac4d
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-logger@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 0a432e60386f10cd90d3e660107430ff3fe6be84913e9944abf476780d2903c8439df5c536803226e0bb30c6e2890408aed89461a8d1294b4df005f33153130e
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 05a99ac33e191be7583eb4965a12842ed174bbe4c3a5a967b6ac1cf585dbd39ad661c5f2fe0d6ec5b43c4c6377bc98e8fd34f20b1dc3ff6ebc0301e5e78a37d1
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-sdk-sts@npm:3.418.0"
dependencies:
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 50d3850f9d140af43f9177115f707926c4bb7423c56a8b20c08823ace300c3427ebbfe321e1d513573f8cb9e3878cf8c4e1944e0fd03a56129fe8716fc1ef2aa
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-signing@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/signature-v4": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
"@smithy/util-middleware": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 9451533b0d84fb60507622396d89cff0831ba0c3549f1cd34b9d078cdcb4cf8972b578acab0f09aaef243e992c34489d07762d2dd9c1d336f64e2859b87ecd9e
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: a0ba160a5a5c0d6a8009628e9423fc8f7e7767c20d914f671236cccf813569bb9210abc71207122ce117fdaacb8332b0ec2deff9aeb3aefe74c5d8a855494869
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/region-config-resolver@npm:3.418.0"
dependencies:
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/types": "npm:^2.3.3"
"@smithy/util-config-provider": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: f7f990d233e3dfc831d8bccfe4746461a54f464a46e779588bcb7677da1984b4d8bce812910641004a1a635021c61bddf82a2dba2b01961944286fab5cf43440
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/token-providers@npm:3.418.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@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.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 268b359471d16e39d57f62f7ea62de9eccff6b7410f6b39bdd6850ed2f45029af40bb7981fb3aac6cbb19c16fe9794e3e7c12d97fd2c08eb0732cf05bc559d66
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.418.0, @aws-sdk/types@npm:^3.222.0":
version: 3.418.0
resolution: "@aws-sdk/types@npm:3.418.0"
dependencies:
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: b3e7526538a95b36d69498a8d807b8d1494a2f21190052a322096d3c555998b5b1fefc573ce7707badaa7540b84ff7c961ef01fe33e1c2bc6e3df7c24c780eb8
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/util-endpoints@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
tslib: "npm:^2.5.0"
checksum: 95ac699caa2c7d5936001ee511caf68bfd01d4a70988ca43bbd42f37cb79d1f097b3456d41ac76f636ac74409862beefc59d30c57d69fa3f2c7ed2fa611b0d69
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.310.0
resolution: "@aws-sdk/util-locate-window@npm:3.310.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: d552ce5f0f836ecb13d7920ae650552c56706f26a5e8abf894ba471e18775a3791869bda95269153735bac9d211efc3ba78ea01c34428c3fed4318ac693a08bc
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/util-user-agent-browser@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/types": "npm:^2.3.3"
bowser: "npm:^2.11.0"
tslib: "npm:^2.5.0"
checksum: 79f4bce637f0b77b7b5156a3370e22aa711ff98a76c742d36c9075d2bcaeefaec75674bc0e244381cf0e8c1676efdbc2785d6be0352ca1ba84e04df61db1befa
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/util-user-agent-node@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 70c84a7006ef3026339a638fc101681ea3911bfb4e7eddee5488bd8bf3bfb8391e27afe78ee61c50cb4e27d2100a43141ca6827c30f11a0aeacd084e54bd9500
languageName: node
linkType: hard
"@aws-sdk/util-utf8-browser@npm:^3.0.0":
version: 3.259.0
resolution: "@aws-sdk/util-utf8-browser@npm:3.259.0"
dependencies:
tslib: "npm:^2.3.1"
checksum: b6a1e580da1c9b62c749814182a7649a748ca4253edb4063aa521df97d25b76eae3359eb1680b86f71aac668e05cc05c514379bca39ebf4ba998ae4348412da8
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.22.5":
version: 7.22.13
resolution: "@babel/code-frame@npm:7.22.13"
dependencies:
"@babel/highlight": "npm:^7.22.13"
chalk: "npm:^2.4.2"
checksum: 22e342c8077c8b77eeb11f554ecca2ba14153f707b85294fcf6070b6f6150aae88a7b7436dd88d8c9289970585f3fe5b9b941c5aa3aa26a6d5a8ef3f292da058
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9":
version: 7.22.20
resolution: "@babel/compat-data@npm:7.22.20"
checksum: efedd1d18878c10fde95e4d82b1236a9aba41395ef798cbb651f58dbf5632dbff475736c507b8d13d4c8f44809d41c0eb2ef0d694283af9ba5dd8339b6dab451
languageName: node
linkType: hard
"@babel/core@npm:7.22.5":
version: 7.22.5
resolution: "@babel/core@npm:7.22.5"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.5"
"@babel/generator": "npm:^7.22.5"
"@babel/helper-compilation-targets": "npm:^7.22.5"
"@babel/helper-module-transforms": "npm:^7.22.5"
"@babel/helpers": "npm:^7.22.5"
"@babel/parser": "npm:^7.22.5"
"@babel/template": "npm:^7.22.5"
"@babel/traverse": "npm:^7.22.5"
"@babel/types": "npm:^7.22.5"
convert-source-map: "npm:^1.7.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.2"
semver: "npm:^6.3.0"
checksum: 173ae426958c90c7bbd7de622c6f13fcab8aef0fac3f138e2d47bc466d1cd1f86f71ca82ae0acb9032fd8794abed8efb56fea55c031396337eaec0d673b69d56
languageName: node
linkType: hard
"@babel/core@npm:7.22.9":
version: 7.22.9
resolution: "@babel/core@npm:7.22.9"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.22.5"
"@babel/generator": "npm:^7.22.9"
"@babel/helper-compilation-targets": "npm:^7.22.9"
"@babel/helper-module-transforms": "npm:^7.22.9"
"@babel/helpers": "npm:^7.22.6"
"@babel/parser": "npm:^7.22.7"
"@babel/template": "npm:^7.22.5"
"@babel/traverse": "npm:^7.22.8"
"@babel/types": "npm:^7.22.5"
convert-source-map: "npm:^1.7.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.2"
semver: "npm:^6.3.1"
checksum: 7bf069aeceb417902c4efdaefab1f7b94adb7dea694a9aed1bda2edf4135348a080820529b1a300c6f8605740a00ca00c19b2d5e74b5dd489d99d8c11d5e56d1
languageName: node
linkType: hard
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3":
version: 7.23.0
resolution: "@babel/core@npm:7.23.0"