aboutsummaryrefslogtreecommitdiff
path: root/deno/deno.lock
blob: 357b31f179187a3fd505de1ba0fbf9aa91f4e174 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
{
  "version": "5",
  "specifiers": {
    "jsr:@db/sqlite@0.12": "0.12.0",
    "jsr:@denosaurs/plug@1": "1.1.0",
    "jsr:@std/assert@0.217": "0.217.0",
    "jsr:@std/assert@^1.0.13": "1.0.13",
    "jsr:@std/async@^1.0.13": "1.0.13",
    "jsr:@std/bytes@^1.0.5": "1.0.6",
    "jsr:@std/cli@^1.0.19": "1.0.19",
    "jsr:@std/collections@^1.1.1": "1.1.1",
    "jsr:@std/csv@^1.0.6": "1.0.6",
    "jsr:@std/data-structures@^1.0.8": "1.0.8",
    "jsr:@std/dotenv@~0.225.5": "0.225.5",
    "jsr:@std/encoding@1": "1.0.10",
    "jsr:@std/encoding@^1.0.10": "1.0.10",
    "jsr:@std/expect@^1.0.16": "1.0.16",
    "jsr:@std/fmt@1": "1.0.8",
    "jsr:@std/fs@1": "1.0.17",
    "jsr:@std/fs@^1.0.17": "1.0.17",
    "jsr:@std/fs@^1.0.18": "1.0.18",
    "jsr:@std/internal@^1.0.6": "1.0.7",
    "jsr:@std/internal@^1.0.7": "1.0.7",
    "jsr:@std/internal@^1.0.8": "1.0.8",
    "jsr:@std/io@~0.225.2": "0.225.2",
    "jsr:@std/path@0.217": "0.217.0",
    "jsr:@std/path@1": "1.1.0",
    "jsr:@std/path@^1.0.9": "1.1.0",
    "jsr:@std/path@^1.1.0": "1.1.0",
    "jsr:@std/streams@^1.0.9": "1.0.9",
    "jsr:@std/testing@^1.0.13": "1.0.13",
    "npm:@aws-sdk/client-s3@^3.821.0": "3.824.0",
    "npm:@aws-sdk/client-sesv2@^3.821.0": "3.824.0",
    "npm:@hono/zod-validator@0.7": "0.7.0_hono@4.7.11_zod@3.25.51",
    "npm:@smithy/fetch-http-handler@^5.0.4": "5.0.4",
    "npm:@types/lodash@*": "4.17.17",
    "npm:@types/mustache@*": "4.2.6",
    "npm:@types/node@*": "22.15.15",
    "npm:email-addresses@5": "5.0.0",
    "npm:hono@^4.7.11": "4.7.11",
    "npm:kysely@~0.28.2": "0.28.2",
    "npm:mustache@^4.2.0": "4.2.0",
    "npm:zod@^3.25.48": "3.25.51"
  },
  "jsr": {
    "@db/sqlite@0.12.0": {
      "integrity": "dd1ef7f621ad50fc1e073a1c3609c4470bd51edc0994139c5bf9851de7a6d85f",
      "dependencies": [
        "jsr:@denosaurs/plug",
        "jsr:@std/path@0.217"
      ]
    },
    "@denosaurs/plug@1.1.0": {
      "integrity": "eb2f0b7546c7bca2000d8b0282c54d50d91cf6d75cb26a80df25a6de8c4bc044",
      "dependencies": [
        "jsr:@std/encoding@1",
        "jsr:@std/fmt",
        "jsr:@std/fs@1",
        "jsr:@std/path@1"
      ]
    },
    "@std/assert@0.217.0": {
      "integrity": "c98e279362ca6982d5285c3b89517b757c1e3477ee9f14eb2fdf80a45aaa9642"
    },
    "@std/assert@1.0.13": {
      "integrity": "ae0d31e41919b12c656c742b22522c32fb26ed0cba32975cb0de2a273cb68b29",
      "dependencies": [
        "jsr:@std/internal@^1.0.6"
      ]
    },
    "@std/async@1.0.13": {
      "integrity": "1d76ca5d324aef249908f7f7fe0d39aaf53198e5420604a59ab5c035adc97c96"
    },
    "@std/bytes@1.0.6": {
      "integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
    },
    "@std/cli@1.0.19": {
      "integrity": "b3601a54891f89f3f738023af11960c4e6f7a45dc76cde39a6861124cba79e88"
    },
    "@std/collections@1.1.1": {
      "integrity": "eff6443fbd9d5a6697018fb39c5d13d5f662f0045f21392d640693d0008ab2af"
    },
    "@std/csv@1.0.6": {
      "integrity": "52ef0e62799a0028d278fa04762f17f9bd263fad9a8e7f98c14fbd371d62d9fd",
      "dependencies": [
        "jsr:@std/streams"
      ]
    },
    "@std/data-structures@1.0.8": {
      "integrity": "2fb7219247e044c8fcd51341788547575653c82ae2c759ff209e0263ba7d9b66"
    },
    "@std/dotenv@0.225.5": {
      "integrity": "9ce6f9d0ec3311f74a32535aa1b8c62ed88b1ab91b7f0815797d77a6f60c922f"
    },
    "@std/encoding@1.0.10": {
      "integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
    },
    "@std/expect@1.0.16": {
      "integrity": "ceeef6dda21f256a5f0f083fcc0eaca175428b523359a9b1d9b3a1df11cc7391",
      "dependencies": [
        "jsr:@std/assert@^1.0.13",
        "jsr:@std/internal@^1.0.7"
      ]
    },
    "@std/fmt@1.0.8": {
      "integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7"
    },
    "@std/fs@1.0.17": {
      "integrity": "1c00c632677c1158988ef7a004cb16137f870aafdb8163b9dce86ec652f3952b",
      "dependencies": [
        "jsr:@std/path@^1.0.9"
      ]
    },
    "@std/fs@1.0.18": {
      "integrity": "24bcad99eab1af4fde75e05da6e9ed0e0dce5edb71b7e34baacf86ffe3969f3a",
      "dependencies": [
        "jsr:@std/path@^1.1.0"
      ]
    },
    "@std/internal@1.0.7": {
      "integrity": "39eeb5265190a7bc5d5591c9ff019490bd1f2c3907c044a11b0d545796158a0f"
    },
    "@std/internal@1.0.8": {
      "integrity": "fc66e846d8d38a47cffd274d80d2ca3f0de71040f855783724bb6b87f60891f5"
    },
    "@std/io@0.225.2": {
      "integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7",
      "dependencies": [
        "jsr:@std/bytes"
      ]
    },
    "@std/path@0.217.0": {
      "integrity": "1217cc25534bca9a2f672d7fe7c6f356e4027df400c0e85c0ef3e4343bc67d11",
      "dependencies": [
        "jsr:@std/assert@0.217"
      ]
    },
    "@std/path@1.1.0": {
      "integrity": "ddc94f8e3c275627281cbc23341df6b8bcc874d70374f75fec2533521e3d6886"
    },
    "@std/streams@1.0.9": {
      "integrity": "a9d26b1988cdd7aa7b1f4b51e1c36c1557f3f252880fa6cc5b9f37078b1a5035",
      "dependencies": [
        "jsr:@std/bytes"
      ]
    },
    "@std/testing@1.0.13": {
      "integrity": "74418be16f627dfe996937ab0ffbdbda9c1f35534b78724658d981492f121e71",
      "dependencies": [
        "jsr:@std/assert@^1.0.13",
        "jsr:@std/async",
        "jsr:@std/data-structures",
        "jsr:@std/fs@^1.0.17",
        "jsr:@std/internal@^1.0.8",
        "jsr:@std/path@^1.1.0"
      ]
    }
  },
  "npm": {
    "@aws-crypto/crc32@5.2.0": {
      "integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
      "dependencies": [
        "@aws-crypto/util",
        "@aws-sdk/types",
        "tslib"
      ]
    },
    "@aws-crypto/crc32c@5.2.0": {
      "integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==",
      "dependencies": [
        "@aws-crypto/util",
        "@aws-sdk/types",
        "tslib"
      ]
    },
    "@aws-crypto/sha1-browser@5.2.0": {
      "integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==",
      "dependencies": [
        "@aws-crypto/supports-web-crypto",
        "@aws-crypto/util",
        "@aws-sdk/types",
        "@aws-sdk/util-locate-window",
        "@smithy/util-utf8@2.3.0",
        "tslib"
      ]
    },
    "@aws-crypto/sha256-browser@5.2.0": {
      "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
      "dependencies": [
        "@aws-crypto/sha256-js",
        "@aws-crypto/supports-web-crypto",
        "@aws-crypto/util",
        "@aws-sdk/types",
        "@aws-sdk/util-locate-window",
        "@smithy/util-utf8@2.3.0",
        "tslib"
      ]
    },
    "@aws-crypto/sha256-js@5.2.0": {
      "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
      "dependencies": [
        "@aws-crypto/util",
        "@aws-sdk/types",
        "tslib"
      ]
    },
    "@aws-crypto/supports-web-crypto@5.2.0": {
      "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
      "dependencies": [
        "tslib"
      ]
    },
    "@aws-crypto/util@5.2.0": {
      "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/util-utf8@2.3.0",
        "tslib"
      ]
    },
    "@aws-sdk/client-s3@3.824.0": {
      "integrity": "sha512-7neTQIdSVP/F4RTWG5T87LDpB955iQD6lxg9nJ00fdkIPczDcRtAEXow44NjF4fEdpQ1A9jokUtBSVE+GMXZ/A==",
      "dependencies": [
        "@aws-crypto/sha1-browser",
        "@aws-crypto/sha256-browser",
        "@aws-crypto/sha256-js",
        "@aws-sdk/core",
        "@aws-sdk/credential-provider-node",
        "@aws-sdk/middleware-bucket-endpoint",
        "@aws-sdk/middleware-expect-continue",
        "@aws-sdk/middleware-flexible-checksums",
        "@aws-sdk/middleware-host-header",
        "@aws-sdk/middleware-location-constraint",
        "@aws-sdk/middleware-logger",
        "@aws-sdk/middleware-recursion-detection",
        "@aws-sdk/middleware-sdk-s3",
        "@aws-sdk/middleware-ssec",
        "@aws-sdk/middleware-user-agent",
        "@aws-sdk/region-config-resolver",
        "@aws-sdk/signature-v4-multi-region",
        "@aws-sdk/types",
        "@aws-sdk/util-endpoints",
        "@aws-sdk/util-user-agent-browser",
        "@aws-sdk/util-user-agent-node",
        "@aws-sdk/xml-builder",
        "@smithy/config-resolver",
        "@smithy/core",
        "@smithy/eventstream-serde-browser",
        "@smithy/eventstream-serde-config-resolver",
        "@smithy/eventstream-serde-node",
        "@smithy/fetch-http-handler",
        "@smithy/hash-blob-browser",
        "@smithy/hash-node",
        "@smithy/hash-stream-node",
        "@smithy/invalid-dependency",
        "@smithy/md5-js",
        "@smithy/middleware-content-length",
        "@smithy/middleware-endpoint",
        "@smithy/middleware-retry",
        "@smithy/middleware-serde",
        "@smithy/middleware-stack",
        "@smithy/node-config-provider",
        "@smithy/node-http-handler",
        "@smithy/protocol-http",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/url-parser",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-body-length-node",
        "@smithy/util-defaults-mode-browser",
        "@smithy/util-defaults-mode-node",
        "@smithy/util-endpoints",
        "@smithy/util-middleware",
        "@smithy/util-retry",
        "@smithy/util-stream",
        "@smithy/util-utf8@4.0.0",
        "@smithy/util-waiter",
        "tslib"
      ]
    },
    "@aws-sdk/client-sesv2@3.824.0": {
      "integrity": "sha512-WRssgE34ZTO0It5knqDsjp42CwyAC0RnPLHI1f8lOZIpAZjtTUFWuptKriDoycDXaGPkRcu1dcvrYqUskBXn1A==",
      "dependencies": [
        "@aws-crypto/sha256-browser",
        "@aws-crypto/sha256-js",
        "@aws-sdk/core",
        "@aws-sdk/credential-provider-node",
        "@aws-sdk/middleware-host-header",
        "@aws-sdk/middleware-logger",
        "@aws-sdk/middleware-recursion-detection",
        "@aws-sdk/middleware-user-agent",
        "@aws-sdk/region-config-resolver",
        "@aws-sdk/signature-v4-multi-region",
        "@aws-sdk/types",
        "@aws-sdk/util-endpoints",
        "@aws-sdk/util-user-agent-browser",
        "@aws-sdk/util-user-agent-node",
        "@smithy/config-resolver",
        "@smithy/core",
        "@smithy/fetch-http-handler",
        "@smithy/hash-node",
        "@smithy/invalid-dependency",
        "@smithy/middleware-content-length",
        "@smithy/middleware-endpoint",
        "@smithy/middleware-retry",
        "@smithy/middleware-serde",
        "@smithy/middleware-stack",
        "@smithy/node-config-provider",
        "@smithy/node-http-handler",
        "@smithy/protocol-http",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/url-parser",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-body-length-node",
        "@smithy/util-defaults-mode-browser",
        "@smithy/util-defaults-mode-node",
        "@smithy/util-endpoints",
        "@smithy/util-middleware",
        "@smithy/util-retry",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@aws-sdk/client-sso@3.823.0": {
      "integrity": "sha512-dBWdsbyGw8rPfdCsZySNtTOGQK4EZ8lxB/CneSQWRBPHgQ+Ys88NXxImO8xfWO7Itt1eh8O7UDTZ9+smcvw2pw==",
      "dependencies": [
        "@aws-crypto/sha256-browser",
        "@aws-crypto/sha256-js",
        "@aws-sdk/core",
        "@aws-sdk/middleware-host-header",
        "@aws-sdk/middleware-logger",
        "@aws-sdk/middleware-recursion-detection",
        "@aws-sdk/middleware-user-agent",
        "@aws-sdk/region-config-resolver",
        "@aws-sdk/types",
        "@aws-sdk/util-endpoints",
        "@aws-sdk/util-user-agent-browser",
        "@aws-sdk/util-user-agent-node",
        "@smithy/config-resolver",
        "@smithy/core",
        "@smithy/fetch-http-handler",
        "@smithy/hash-node",
        "@smithy/invalid-dependency",
        "@smithy/middleware-content-length",
        "@smithy/middleware-endpoint",
        "@smithy/middleware-retry",
        "@smithy/middleware-serde",
        "@smithy/middleware-stack",
        "@smithy/node-config-provider",
        "@smithy/node-http-handler",
        "@smithy/protocol-http",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/url-parser",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-body-length-node",
        "@smithy/util-defaults-mode-browser",
        "@smithy/util-defaults-mode-node",
        "@smithy/util-endpoints",
        "@smithy/util-middleware",
        "@smithy/util-retry",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@aws-sdk/core@3.823.0": {
      "integrity": "sha512-1Cf4w8J7wYexz0KU3zpaikHvldGXQEjFldHOhm0SBGRy7qfYNXecfJAamccF7RdgLxKGgkv5Pl9zX/Z/DcW9zg==",
      "dependencies": [
        "@aws-sdk/types",
        "@aws-sdk/xml-builder",
        "@smithy/core",
        "@smithy/node-config-provider",
        "@smithy/property-provider",
        "@smithy/protocol-http",
        "@smithy/signature-v4",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-middleware",
        "@smithy/util-utf8@4.0.0",
        "fast-xml-parser",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-env@3.823.0": {
      "integrity": "sha512-AIrLLwumObge+U1klN4j5ToIozI+gE9NosENRyHe0GIIZgTLOG/8jxrMFVYFeNHs7RUtjDTxxewislhFyGxJ/w==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@smithy/property-provider",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-http@3.823.0": {
      "integrity": "sha512-u4DXvB/J/o2bcvP1JP6n3ch7V3/NngmiJFPsM0hKUyRlLuWM37HEDEdjPRs3/uL/soTxrEhWKTA9//YVkvzI0w==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@smithy/fetch-http-handler",
        "@smithy/node-http-handler",
        "@smithy/property-provider",
        "@smithy/protocol-http",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/util-stream",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-ini@3.823.0": {
      "integrity": "sha512-C0o63qviK5yFvjH9zKWAnCUBkssJoQ1A1XAHe0IAQkurzoNBSmu9oVemqwnKKHA4H6QrmusaEERfL00yohIkJA==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/credential-provider-env",
        "@aws-sdk/credential-provider-http",
        "@aws-sdk/credential-provider-process",
        "@aws-sdk/credential-provider-sso",
        "@aws-sdk/credential-provider-web-identity",
        "@aws-sdk/nested-clients",
        "@aws-sdk/types",
        "@smithy/credential-provider-imds",
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-node@3.823.0": {
      "integrity": "sha512-nfSxXVuZ+2GJDpVFlflNfh55Yb4BtDsXLGNssXF5YU6UgSPsi8j2YkaE92Jv2s7dlUK07l0vRpLyPuXMaGeiRQ==",
      "dependencies": [
        "@aws-sdk/credential-provider-env",
        "@aws-sdk/credential-provider-http",
        "@aws-sdk/credential-provider-ini",
        "@aws-sdk/credential-provider-process",
        "@aws-sdk/credential-provider-sso",
        "@aws-sdk/credential-provider-web-identity",
        "@aws-sdk/types",
        "@smithy/credential-provider-imds",
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-process@3.823.0": {
      "integrity": "sha512-U/A10/7zu2FbMFFVpIw95y0TZf+oYyrhZTBn9eL8zgWcrYRqxrxdqtPj/zMrfIfyIvQUhuJSENN4dx4tfpCMWQ==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-sso@3.823.0": {
      "integrity": "sha512-ff8IM80Wqz1V7VVMaMUqO2iR417jggfGWLPl8j2l7uCgwpEyop1ZZl5CFVYEwSupRBtwp+VlW1gTCk7ke56MUw==",
      "dependencies": [
        "@aws-sdk/client-sso",
        "@aws-sdk/core",
        "@aws-sdk/token-providers",
        "@aws-sdk/types",
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/credential-provider-web-identity@3.823.0": {
      "integrity": "sha512-lzoZdJMQq9w7i4lXVka30cVBe/dZoUDZST8Xz/soEd73gg7RTKgG+0szL4xFWgdBDgcJDWLfZfJzlbyIVyAyOA==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/nested-clients",
        "@aws-sdk/types",
        "@smithy/property-provider",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-bucket-endpoint@3.821.0": {
      "integrity": "sha512-cebgeytKlWOgGczLo3BPvNY9XlzAzGZQANSysgJ2/8PSldmUpXRIF+GKPXDVhXeInWYHIfB8zZi3RqrPoXcNYQ==",
      "dependencies": [
        "@aws-sdk/types",
        "@aws-sdk/util-arn-parser",
        "@smithy/node-config-provider",
        "@smithy/protocol-http",
        "@smithy/types",
        "@smithy/util-config-provider",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-expect-continue@3.821.0": {
      "integrity": "sha512-zAOoSZKe1njOrtynvK6ZORU57YGv5I7KP4+rwOvUN3ZhJbQ7QPf8gKtFUCYAPRMegaXCKF/ADPtDZBAmM+zZ9g==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-flexible-checksums@3.823.0": {
      "integrity": "sha512-Elt6G1ryEEdkrppqbyJON0o2x4x9xKknimJtMLdfG1b4YfO9X+UB31pk4R2SHvMYfrJ+p8DE2jRAhvV4g/dwIQ==",
      "dependencies": [
        "@aws-crypto/crc32",
        "@aws-crypto/crc32c",
        "@aws-crypto/util",
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@smithy/is-array-buffer@4.0.0",
        "@smithy/node-config-provider",
        "@smithy/protocol-http",
        "@smithy/types",
        "@smithy/util-middleware",
        "@smithy/util-stream",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-host-header@3.821.0": {
      "integrity": "sha512-xSMR+sopSeWGx5/4pAGhhfMvGBHioVBbqGvDs6pG64xfNwM5vq5s5v6D04e2i+uSTj4qGa71dLUs5I0UzAK3sw==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-location-constraint@3.821.0": {
      "integrity": "sha512-sKrm80k0t3R0on8aA/WhWFoMaAl4yvdk+riotmMElLUpcMcRXAd1+600uFVrxJqZdbrKQ0mjX0PjT68DlkYXLg==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-logger@3.821.0": {
      "integrity": "sha512-0cvI0ipf2tGx7fXYEEN5fBeZDz2RnHyb9xftSgUsEq7NBxjV0yTZfLJw6Za5rjE6snC80dRN8+bTNR1tuG89zA==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-recursion-detection@3.821.0": {
      "integrity": "sha512-efmaifbhBoqKG3bAoEfDdcM8hn1psF+4qa7ykWuYmfmah59JBeqHLfz5W9m9JoTwoKPkFcVLWZxnyZzAnVBOIg==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-sdk-s3@3.823.0": {
      "integrity": "sha512-UV755wt2HDru8PbxLn2S0Fvwgdn9mYamexn31Q6wyUGQ6rkpjKNEzL+oNDGQQmDQAOcQO+nLubKFsCwtBM02fQ==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@aws-sdk/util-arn-parser",
        "@smithy/core",
        "@smithy/node-config-provider",
        "@smithy/protocol-http",
        "@smithy/signature-v4",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/util-config-provider",
        "@smithy/util-middleware",
        "@smithy/util-stream",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-ssec@3.821.0": {
      "integrity": "sha512-YYi1Hhr2AYiU/24cQc8HIB+SWbQo6FBkMYojVuz/zgrtkFmALxENGF/21OPg7f/QWd+eadZJRxCjmRwh5F2Cxg==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/middleware-user-agent@3.823.0": {
      "integrity": "sha512-TKRQK09ld1LrIPExC9rIDpqnMsWcv+eq8ABKFHVo8mDLTSuWx/IiQ4eCh9T5zDuEZcLY4nNYCSzXKqw6XKcMCA==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/types",
        "@aws-sdk/util-endpoints",
        "@smithy/core",
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/nested-clients@3.823.0": {
      "integrity": "sha512-/BcyOBubrJnd2gxlbbmNJR1w0Z3OVN/UE8Yz20e+ou+Mijjv7EbtVwmWvio1e3ZjphwdA8tVfPYZKwXmrvHKmQ==",
      "dependencies": [
        "@aws-crypto/sha256-browser",
        "@aws-crypto/sha256-js",
        "@aws-sdk/core",
        "@aws-sdk/middleware-host-header",
        "@aws-sdk/middleware-logger",
        "@aws-sdk/middleware-recursion-detection",
        "@aws-sdk/middleware-user-agent",
        "@aws-sdk/region-config-resolver",
        "@aws-sdk/types",
        "@aws-sdk/util-endpoints",
        "@aws-sdk/util-user-agent-browser",
        "@aws-sdk/util-user-agent-node",
        "@smithy/config-resolver",
        "@smithy/core",
        "@smithy/fetch-http-handler",
        "@smithy/hash-node",
        "@smithy/invalid-dependency",
        "@smithy/middleware-content-length",
        "@smithy/middleware-endpoint",
        "@smithy/middleware-retry",
        "@smithy/middleware-serde",
        "@smithy/middleware-stack",
        "@smithy/node-config-provider",
        "@smithy/node-http-handler",
        "@smithy/protocol-http",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/url-parser",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-body-length-node",
        "@smithy/util-defaults-mode-browser",
        "@smithy/util-defaults-mode-node",
        "@smithy/util-endpoints",
        "@smithy/util-middleware",
        "@smithy/util-retry",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@aws-sdk/region-config-resolver@3.821.0": {
      "integrity": "sha512-t8og+lRCIIy5nlId0bScNpCkif8sc0LhmtaKsbm0ZPm3sCa/WhCbSZibjbZ28FNjVCV+p0D9RYZx0VDDbtWyjw==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/node-config-provider",
        "@smithy/types",
        "@smithy/util-config-provider",
        "@smithy/util-middleware",
        "tslib"
      ]
    },
    "@aws-sdk/signature-v4-multi-region@3.824.0": {
      "integrity": "sha512-HBjuWeN6Z1pvJjUvGXdMNLwEypKKB4km6zXj9jsbOOwP8NTL6J5rY+JmlX/mfBTmvzmI0kMu2bxlQ4ME2CIRbA==",
      "dependencies": [
        "@aws-sdk/middleware-sdk-s3",
        "@aws-sdk/types",
        "@smithy/protocol-http",
        "@smithy/signature-v4",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/token-providers@3.823.0": {
      "integrity": "sha512-vz6onCb/+g4y+owxGGPMEMdN789dTfBOgz/c9pFv0f01840w9Rrt46l+gjQlnXnx+0KG6wNeBIVhFdbCfV3HyQ==",
      "dependencies": [
        "@aws-sdk/core",
        "@aws-sdk/nested-clients",
        "@aws-sdk/types",
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/types@3.821.0": {
      "integrity": "sha512-Znroqdai1a90TlxGaJ+FK1lwC0fHpo97Xjsp5UKGR5JODYm7f9+/fF17ebO1KdoBr/Rm0UIFiF5VmI8ts9F1eA==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/util-arn-parser@3.804.0": {
      "integrity": "sha512-wmBJqn1DRXnZu3b4EkE6CWnoWMo1ZMvlfkqU5zPz67xx1GMaXlDCchFvKAXMjk4jn/L1O3tKnoFDNsoLV1kgNQ==",
      "dependencies": [
        "tslib"
      ]
    },
    "@aws-sdk/util-endpoints@3.821.0": {
      "integrity": "sha512-Uknt/zUZnLE76zaAAPEayOeF5/4IZ2puTFXvcSCWHsi9m3tqbb9UozlnlVqvCZLCRWfQryZQoG2W4XSS3qgk5A==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/types",
        "@smithy/util-endpoints",
        "tslib"
      ]
    },
    "@aws-sdk/util-locate-window@3.804.0": {
      "integrity": "sha512-zVoRfpmBVPodYlnMjgVjfGoEZagyRF5IPn3Uo6ZvOZp24chnW/FRstH7ESDHDDRga4z3V+ElUQHKpFDXWyBW5A==",
      "dependencies": [
        "tslib"
      ]
    },
    "@aws-sdk/util-user-agent-browser@3.821.0": {
      "integrity": "sha512-irWZHyM0Jr1xhC+38OuZ7JB6OXMLPZlj48thElpsO1ZSLRkLZx5+I7VV6k3sp2yZ7BYbKz/G2ojSv4wdm7XTLw==",
      "dependencies": [
        "@aws-sdk/types",
        "@smithy/types",
        "bowser",
        "tslib"
      ]
    },
    "@aws-sdk/util-user-agent-node@3.823.0": {
      "integrity": "sha512-WvNeRz7HV3JLBVGTXW4Qr5QvvWY0vtggH5jW/NqHFH+ZEliVQaUIJ/HNLMpMoCSiu/DlpQAyAjRZXAptJ0oqbw==",
      "dependencies": [
        "@aws-sdk/middleware-user-agent",
        "@aws-sdk/types",
        "@smithy/node-config-provider",
        "@smithy/types",
        "tslib"
      ]
    },
    "@aws-sdk/xml-builder@3.821.0": {
      "integrity": "sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@hono/zod-validator@0.7.0_hono@4.7.11_zod@3.25.51": {
      "integrity": "sha512-qe2ZE6sHFE98dcUrbYMtS3bAV8hqcCOflykvZga2S7XhmNSZzT+dIz4OuMILsjLHkJw9JMn912/dB7dQOmuPvg==",
      "dependencies": [
        "hono",
        "zod"
      ]
    },
    "@smithy/abort-controller@4.0.4": {
      "integrity": "sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/chunked-blob-reader-native@4.0.0": {
      "integrity": "sha512-R9wM2yPmfEMsUmlMlIgSzOyICs0x9uu7UTHoccMyt7BWw8shcGM8HqB355+BZCPBcySvbTYMs62EgEQkNxz2ig==",
      "dependencies": [
        "@smithy/util-base64",
        "tslib"
      ]
    },
    "@smithy/chunked-blob-reader@5.0.0": {
      "integrity": "sha512-+sKqDBQqb036hh4NPaUiEkYFkTUGYzRsn3EuFhyfQfMy6oGHEUJDurLP9Ufb5dasr/XiAmPNMr6wa9afjQB+Gw==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/config-resolver@4.1.4": {
      "integrity": "sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==",
      "dependencies": [
        "@smithy/node-config-provider",
        "@smithy/types",
        "@smithy/util-config-provider",
        "@smithy/util-middleware",
        "tslib"
      ]
    },
    "@smithy/core@3.5.3": {
      "integrity": "sha512-xa5byV9fEguZNofCclv6v9ra0FYh5FATQW/da7FQUVTic94DfrN/NvmKZjrMyzbpqfot9ZjBaO8U1UeTbmSLuA==",
      "dependencies": [
        "@smithy/middleware-serde",
        "@smithy/protocol-http",
        "@smithy/types",
        "@smithy/util-base64",
        "@smithy/util-body-length-browser",
        "@smithy/util-middleware",
        "@smithy/util-stream",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/credential-provider-imds@4.0.6": {
      "integrity": "sha512-hKMWcANhUiNbCJouYkZ9V3+/Qf9pteR1dnwgdyzR09R4ODEYx8BbUysHwRSyex4rZ9zapddZhLFTnT4ZijR4pw==",
      "dependencies": [
        "@smithy/node-config-provider",
        "@smithy/property-provider",
        "@smithy/types",
        "@smithy/url-parser",
        "tslib"
      ]
    },
    "@smithy/eventstream-codec@4.0.4": {
      "integrity": "sha512-7XoWfZqWb/QoR/rAU4VSi0mWnO2vu9/ltS6JZ5ZSZv0eovLVfDfu0/AX4ub33RsJTOth3TiFWSHS5YdztvFnig==",
      "dependencies": [
        "@aws-crypto/crc32",
        "@smithy/types",
        "@smithy/util-hex-encoding",
        "tslib"
      ]
    },
    "@smithy/eventstream-serde-browser@4.0.4": {
      "integrity": "sha512-3fb/9SYaYqbpy/z/H3yIi0bYKyAa89y6xPmIqwr2vQiUT2St+avRt8UKwsWt9fEdEasc5d/V+QjrviRaX1JRFA==",
      "dependencies": [
        "@smithy/eventstream-serde-universal",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/eventstream-serde-config-resolver@4.1.2": {
      "integrity": "sha512-JGtambizrWP50xHgbzZI04IWU7LdI0nh/wGbqH3sJesYToMi2j/DcoElqyOcqEIG/D4tNyxgRuaqBXWE3zOFhQ==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/eventstream-serde-node@4.0.4": {
      "integrity": "sha512-RD6UwNZ5zISpOWPuhVgRz60GkSIp0dy1fuZmj4RYmqLVRtejFqQ16WmfYDdoSoAjlp1LX+FnZo+/hkdmyyGZ1w==",
      "dependencies": [
        "@smithy/eventstream-serde-universal",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/eventstream-serde-universal@4.0.4": {
      "integrity": "sha512-UeJpOmLGhq1SLox79QWw/0n2PFX+oPRE1ZyRMxPIaFEfCqWaqpB7BU9C8kpPOGEhLF7AwEqfFbtwNxGy4ReENA==",
      "dependencies": [
        "@smithy/eventstream-codec",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/fetch-http-handler@5.0.4": {
      "integrity": "sha512-AMtBR5pHppYMVD7z7G+OlHHAcgAN7v0kVKEpHuTO4Gb199Gowh0taYi9oDStFeUhetkeP55JLSVlTW1n9rFtUw==",
      "dependencies": [
        "@smithy/protocol-http",
        "@smithy/querystring-builder",
        "@smithy/types",
        "@smithy/util-base64",
        "tslib"
      ]
    },
    "@smithy/hash-blob-browser@4.0.4": {
      "integrity": "sha512-WszRiACJiQV3QG6XMV44i5YWlkrlsM5Yxgz4jvsksuu7LDXA6wAtypfPajtNTadzpJy3KyJPoWehYpmZGKUFIQ==",
      "dependencies": [
        "@smithy/chunked-blob-reader",
        "@smithy/chunked-blob-reader-native",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/hash-node@4.0.4": {
      "integrity": "sha512-qnbTPUhCVnCgBp4z4BUJUhOEkVwxiEi1cyFM+Zj6o+aY8OFGxUQleKWq8ltgp3dujuhXojIvJWdoqpm6dVO3lQ==",
      "dependencies": [
        "@smithy/types",
        "@smithy/util-buffer-from@4.0.0",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/hash-stream-node@4.0.4": {
      "integrity": "sha512-wHo0d8GXyVmpmMh/qOR0R7Y46/G1y6OR8U+bSTB4ppEzRxd1xVAQ9xOE9hOc0bSjhz0ujCPAbfNLkLrpa6cevg==",
      "dependencies": [
        "@smithy/types",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/invalid-dependency@4.0.4": {
      "integrity": "sha512-bNYMi7WKTJHu0gn26wg8OscncTt1t2b8KcsZxvOv56XA6cyXtOAAAaNP7+m45xfppXfOatXF3Sb1MNsLUgVLTw==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/is-array-buffer@2.2.0": {
      "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/is-array-buffer@4.0.0": {
      "integrity": "sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/md5-js@4.0.4": {
      "integrity": "sha512-uGLBVqcOwrLvGh/v/jw423yWHq/ofUGK1W31M2TNspLQbUV1Va0F5kTxtirkoHawODAZcjXTSGi7JwbnPcDPJg==",
      "dependencies": [
        "@smithy/types",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/middleware-content-length@4.0.4": {
      "integrity": "sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==",
      "dependencies": [
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/middleware-endpoint@4.1.11": {
      "integrity": "sha512-zDogwtRLzKl58lVS8wPcARevFZNBOOqnmzWWxVe9XiaXU2CADFjvJ9XfNibgkOWs08sxLuSr81NrpY4mgp9OwQ==",
      "dependencies": [
        "@smithy/core",
        "@smithy/middleware-serde",
        "@smithy/node-config-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "@smithy/url-parser",
        "@smithy/util-middleware",
        "tslib"
      ]
    },
    "@smithy/middleware-retry@4.1.12": {
      "integrity": "sha512-wvIH70c4e91NtRxdaLZF+mbLZ/HcC6yg7ySKUiufL6ESp6zJUSnJucZ309AvG9nqCFHSRB5I6T3Ez1Q9wCh0Ww==",
      "dependencies": [
        "@smithy/node-config-provider",
        "@smithy/protocol-http",
        "@smithy/service-error-classification",
        "@smithy/smithy-client",
        "@smithy/types",
        "@smithy/util-middleware",
        "@smithy/util-retry",
        "tslib",
        "uuid"
      ]
    },
    "@smithy/middleware-serde@4.0.8": {
      "integrity": "sha512-iSSl7HJoJaGyMIoNn2B7czghOVwJ9nD7TMvLhMWeSB5vt0TnEYyRRqPJu/TqW76WScaNvYYB8nRoiBHR9S1Ddw==",
      "dependencies": [
        "@smithy/protocol-http",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/middleware-stack@4.0.4": {
      "integrity": "sha512-kagK5ggDrBUCCzI93ft6DjteNSfY8Ulr83UtySog/h09lTIOAJ/xUSObutanlPT0nhoHAkpmW9V5K8oPyLh+QA==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/node-config-provider@4.1.3": {
      "integrity": "sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==",
      "dependencies": [
        "@smithy/property-provider",
        "@smithy/shared-ini-file-loader",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/node-http-handler@4.0.6": {
      "integrity": "sha512-NqbmSz7AW2rvw4kXhKGrYTiJVDHnMsFnX4i+/FzcZAfbOBauPYs2ekuECkSbtqaxETLLTu9Rl/ex6+I2BKErPA==",
      "dependencies": [
        "@smithy/abort-controller",
        "@smithy/protocol-http",
        "@smithy/querystring-builder",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/property-provider@4.0.4": {
      "integrity": "sha512-qHJ2sSgu4FqF4U/5UUp4DhXNmdTrgmoAai6oQiM+c5RZ/sbDwJ12qxB1M6FnP+Tn/ggkPZf9ccn4jqKSINaquw==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/protocol-http@5.1.2": {
      "integrity": "sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/querystring-builder@4.0.4": {
      "integrity": "sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==",
      "dependencies": [
        "@smithy/types",
        "@smithy/util-uri-escape",
        "tslib"
      ]
    },
    "@smithy/querystring-parser@4.0.4": {
      "integrity": "sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/service-error-classification@4.0.5": {
      "integrity": "sha512-LvcfhrnCBvCmTee81pRlh1F39yTS/+kYleVeLCwNtkY8wtGg8V/ca9rbZZvYIl8OjlMtL6KIjaiL/lgVqHD2nA==",
      "dependencies": [
        "@smithy/types"
      ]
    },
    "@smithy/shared-ini-file-loader@4.0.4": {
      "integrity": "sha512-63X0260LoFBjrHifPDs+nM9tV0VMkOTl4JRMYNuKh/f5PauSjowTfvF3LogfkWdcPoxsA9UjqEOgjeYIbhb7Nw==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/signature-v4@5.1.2": {
      "integrity": "sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==",
      "dependencies": [
        "@smithy/is-array-buffer@4.0.0",
        "@smithy/protocol-http",
        "@smithy/types",
        "@smithy/util-hex-encoding",
        "@smithy/util-middleware",
        "@smithy/util-uri-escape",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/smithy-client@4.4.3": {
      "integrity": "sha512-xxzNYgA0HD6ETCe5QJubsxP0hQH3QK3kbpJz3QrosBCuIWyEXLR/CO5hFb2OeawEKUxMNhz3a1nuJNN2np2RMA==",
      "dependencies": [
        "@smithy/core",
        "@smithy/middleware-endpoint",
        "@smithy/middleware-stack",
        "@smithy/protocol-http",
        "@smithy/types",
        "@smithy/util-stream",
        "tslib"
      ]
    },
    "@smithy/types@4.3.1": {
      "integrity": "sha512-UqKOQBL2x6+HWl3P+3QqFD4ncKq0I8Nuz9QItGv5WuKuMHuuwlhvqcZCoXGfc+P1QmfJE7VieykoYYmrOoFJxA==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/url-parser@4.0.4": {
      "integrity": "sha512-eMkc144MuN7B0TDA4U2fKs+BqczVbk3W+qIvcoCY6D1JY3hnAdCuhCZODC+GAeaxj0p6Jroz4+XMUn3PCxQQeQ==",
      "dependencies": [
        "@smithy/querystring-parser",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/util-base64@4.0.0": {
      "integrity": "sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==",
      "dependencies": [
        "@smithy/util-buffer-from@4.0.0",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/util-body-length-browser@4.0.0": {
      "integrity": "sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/util-body-length-node@4.0.0": {
      "integrity": "sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/util-buffer-from@2.2.0": {
      "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
      "dependencies": [
        "@smithy/is-array-buffer@2.2.0",
        "tslib"
      ]
    },
    "@smithy/util-buffer-from@4.0.0": {
      "integrity": "sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==",
      "dependencies": [
        "@smithy/is-array-buffer@4.0.0",
        "tslib"
      ]
    },
    "@smithy/util-config-provider@4.0.0": {
      "integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/util-defaults-mode-browser@4.0.19": {
      "integrity": "sha512-mvLMh87xSmQrV5XqnUYEPoiFFeEGYeAKIDDKdhE2ahqitm8OHM3aSvhqL6rrK6wm1brIk90JhxDf5lf2hbrLbQ==",
      "dependencies": [
        "@smithy/property-provider",
        "@smithy/smithy-client",
        "@smithy/types",
        "bowser",
        "tslib"
      ]
    },
    "@smithy/util-defaults-mode-node@4.0.19": {
      "integrity": "sha512-8tYnx+LUfj6m+zkUUIrIQJxPM1xVxfRBvoGHua7R/i6qAxOMjqR6CpEpDwKoIs1o0+hOjGvkKE23CafKL0vJ9w==",
      "dependencies": [
        "@smithy/config-resolver",
        "@smithy/credential-provider-imds",
        "@smithy/node-config-provider",
        "@smithy/property-provider",
        "@smithy/smithy-client",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/util-endpoints@3.0.6": {
      "integrity": "sha512-YARl3tFL3WgPuLzljRUnrS2ngLiUtkwhQtj8PAL13XZSyUiNLQxwG3fBBq3QXFqGFUXepIN73pINp3y8c2nBmA==",
      "dependencies": [
        "@smithy/node-config-provider",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/util-hex-encoding@4.0.0": {
      "integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/util-middleware@4.0.4": {
      "integrity": "sha512-9MLKmkBmf4PRb0ONJikCbCwORACcil6gUWojwARCClT7RmLzF04hUR4WdRprIXal7XVyrddadYNfp2eF3nrvtQ==",
      "dependencies": [
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/util-retry@4.0.5": {
      "integrity": "sha512-V7MSjVDTlEt/plmOFBn1762Dyu5uqMrV2Pl2X0dYk4XvWfdWJNe9Bs5Bzb56wkCuiWjSfClVMGcsuKrGj7S/yg==",
      "dependencies": [
        "@smithy/service-error-classification",
        "@smithy/types",
        "tslib"
      ]
    },
    "@smithy/util-stream@4.2.2": {
      "integrity": "sha512-aI+GLi7MJoVxg24/3J1ipwLoYzgkB4kUfogZfnslcYlynj3xsQ0e7vk4TnTro9hhsS5PvX1mwmkRqqHQjwcU7w==",
      "dependencies": [
        "@smithy/fetch-http-handler",
        "@smithy/node-http-handler",
        "@smithy/types",
        "@smithy/util-base64",
        "@smithy/util-buffer-from@4.0.0",
        "@smithy/util-hex-encoding",
        "@smithy/util-utf8@4.0.0",
        "tslib"
      ]
    },
    "@smithy/util-uri-escape@4.0.0": {
      "integrity": "sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==",
      "dependencies": [
        "tslib"
      ]
    },
    "@smithy/util-utf8@2.3.0": {
      "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
      "dependencies": [
        "@smithy/util-buffer-from@2.2.0",
        "tslib"
      ]
    },
    "@smithy/util-utf8@4.0.0": {
      "integrity": "sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==",
      "dependencies": [
        "@smithy/util-buffer-from@4.0.0",
        "tslib"
      ]
    },
    "@smithy/util-waiter@4.0.5": {
      "integrity": "sha512-4QvC49HTteI1gfemu0I1syWovJgPvGn7CVUoN9ZFkdvr/cCFkrEL7qNCdx/2eICqDWEGnnr68oMdSIPCLAriSQ==",
      "dependencies": [
        "@smithy/abort-controller",
        "@smithy/types",
        "tslib"
      ]
    },
    "@types/lodash@4.17.17": {
      "integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ=="
    },
    "@types/mustache@4.2.6": {
      "integrity": "sha512-t+8/QWTAhOFlrF1IVZqKnMRJi84EgkIK5Kh0p2JV4OLywUvCwJPFxbJAl7XAow7DVIHsF+xW9f1MVzg0L6Szjw=="
    },
    "@types/node@22.15.15": {
      "integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==",
      "dependencies": [
        "undici-types"
      ]
    },
    "bowser@2.11.0": {
      "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
    },
    "email-addresses@5.0.0": {
      "integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw=="
    },
    "fast-xml-parser@4.4.1": {
      "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
      "dependencies": [
        "strnum"
      ],
      "bin": true
    },
    "hono@4.7.11": {
      "integrity": "sha512-rv0JMwC0KALbbmwJDEnxvQCeJh+xbS3KEWW5PC9cMJ08Ur9xgatI0HmtgYZfOdOSOeYsp5LO2cOhdI8cLEbDEQ=="
    },
    "kysely@0.28.2": {
      "integrity": "sha512-4YAVLoF0Sf0UTqlhgQMFU9iQECdah7n+13ANkiuVfRvlK+uI0Etbgd7bVP36dKlG+NXWbhGua8vnGt+sdhvT7A=="
    },
    "mustache@4.2.0": {
      "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
      "bin": true
    },
    "strnum@1.1.2": {
      "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA=="
    },
    "tslib@2.8.1": {
      "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
    },
    "undici-types@6.21.0": {
      "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
    },
    "uuid@9.0.1": {
      "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
      "bin": true
    },
    "zod@3.25.51": {
      "integrity": "sha512-TQSnBldh+XSGL+opiSIq0575wvDPqu09AqWe1F7JhUMKY+M91/aGlK4MhpVNO7MgYfHcVCB1ffwAUTJzllKJqg=="
    }
  },
  "workspace": {
    "dependencies": [
      "jsr:@std/cli@^1.0.19",
      "jsr:@std/collections@^1.1.1",
      "jsr:@std/csv@^1.0.6",
      "jsr:@std/encoding@^1.0.10",
      "jsr:@std/expect@^1.0.16",
      "jsr:@std/io@~0.225.2",
      "jsr:@std/path@^1.1.0",
      "jsr:@std/testing@^1.0.13"
    ],
    "members": {
      "mail-relay": {
        "dependencies": [
          "jsr:@db/sqlite@0.12",
          "npm:@aws-sdk/client-s3@^3.821.0",
          "npm:@aws-sdk/client-sesv2@^3.821.0",
          "npm:@hono/zod-validator@0.7",
          "npm:@smithy/fetch-http-handler@^5.0.4",
          "npm:email-addresses@5",
          "npm:hono@^4.7.11",
          "npm:kysely@~0.28.2",
          "npm:zod@^3.25.48"
        ]
      },
      "service-manager": {
        "dependencies": [
          "jsr:@std/dotenv@~0.225.5",
          "jsr:@std/fs@^1.0.18",
          "npm:mustache@^4.2.0"
        ]
      }
    }
  }
}