forked from noblepayne/boostbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps-lock.json
More file actions
2346 lines (2346 loc) · 97.8 KB
/
deps-lock.json
File metadata and controls
2346 lines (2346 loc) · 97.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"lock-version": 4,
"git-deps": [],
"mvn-deps": [
{
"mvn-path": "aero/aero/1.1.6/aero-1.1.6.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-9LCpJy2lDICRxVKcn+NVxHI08e65X+kiluLCP3h/PSI="
},
{
"mvn-path": "aero/aero/1.1.6/aero-1.1.6.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-WUXPjq14D3SX6G8piWPyeGgdUZrpshvpSfrFQg8F01A="
},
{
"mvn-path": "aleph/aleph/0.9.3/aleph-0.9.3.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-zD4rjjjsyCOPjG0uRCOOfsuKKctd8JOe6bTbhtHF4BY="
},
{
"mvn-path": "aleph/aleph/0.9.3/aleph-0.9.3.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-qrIfpW2An05/gNlQH9kaCZ2TvJ3zyzS8aTTlN3hdDr0="
},
{
"mvn-path": "amalloy/ring-buffer/1.3.1/ring-buffer-1.3.1.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-MdfJE1Oqq2OUYmF6B7ziFFOLuOsXzSbgJjKNSGOQp0U="
},
{
"mvn-path": "amalloy/ring-buffer/1.3.1/ring-buffer-1.3.1.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-bd6qM4JhrCUM/5AmAYKfuWrEhmxn2HwW2P1ukGCbqj8="
},
{
"mvn-path": "aopalliance/aopalliance/1.0/aopalliance-1.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Ct3sZw/tzT8RPFyAkdeDKA0j9146y4QbYanNsHk3agg="
},
{
"mvn-path": "aopalliance/aopalliance/1.0/aopalliance-1.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-JugjMBV9a4RLZ6gGSUXiBlgedyl3GD4+Mf7GBYqppZs="
},
{
"mvn-path": "borkdude/dynaload/0.3.5/dynaload-0.3.5.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-CIfAzbmvzs18SW6iWKMuQ6py52bz8GMuG9D1JFyowkw="
},
{
"mvn-path": "borkdude/dynaload/0.3.5/dynaload-0.3.5.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-XBwijxopsG0KfQNJD15k+vcTo8YWcpi6Fxz/wzz57Rg="
},
{
"mvn-path": "borkdude/edamame/1.4.32/edamame-1.4.32.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-9XgL80k2gUFUX+OUOG1nGvpmuZhh0N4Peaa57HNiL9E="
},
{
"mvn-path": "borkdude/edamame/1.4.32/edamame-1.4.32.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-U2hm0Ehu60r0/DMc+LvoqL8pefd3RP8bKG4b7fynxjQ="
},
{
"mvn-path": "cider/cider-nrepl/0.58.0/cider-nrepl-0.58.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-BFk2k0JQ23shKUVgQpycz47HPd4VYLqn5BMwLtDOToA="
},
{
"mvn-path": "cider/cider-nrepl/0.58.0/cider-nrepl-0.58.0.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-LIz66SvBPzLr7WvTqvd4zBkyRQddySs1s5IbiG7HOcw="
},
{
"mvn-path": "cider/orchard/0.37.1/orchard-0.37.1.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-dpA0Mnkmw3gwA2jU59eLT9YAKNuCIQZo9xuWaf6OUbI="
},
{
"mvn-path": "cider/orchard/0.37.1/orchard-0.37.1.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-WJg3Nyq+B3d3QTY5JFl6S0Ervp7mq/4sThwrsHarsCU="
},
{
"mvn-path": "clj-commons/clj-yaml/1.0.29/clj-yaml-1.0.29.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Rg35UiK3m6CCMfEEiPp2Irm/wQe01DV8E89b0D0QNGE="
},
{
"mvn-path": "clj-commons/clj-yaml/1.0.29/clj-yaml-1.0.29.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Ue4qlviPUuqu23aVx9vNS2C1Gg+0Z+/ufFl5rEh0GHk="
},
{
"mvn-path": "cloverage/cloverage/1.2.4/cloverage-1.2.4.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-pmnEN8oahyohS+2aacY4VKql7EGMrM21ijipsxQQJQ8="
},
{
"mvn-path": "cloverage/cloverage/1.2.4/cloverage-1.2.4.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-n0sJ40YL4OFuAt7ol6BjL0JF9zbVo+Z+y7URF6IzUkc="
},
{
"mvn-path": "com/bhauman/spell-spec/0.1.2/spell-spec-0.1.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-ux1waVVJJ2hH61sgWNwXc5LWharNvgky+dWnM+J7/eM="
},
{
"mvn-path": "com/bhauman/spell-spec/0.1.2/spell-spec-0.1.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-CHzQYPxRUXL5tdXVJbSIzE8VJaslGlo3UCtVQV44fP4="
},
{
"mvn-path": "com/brunobonacci/mulog/0.9.0/mulog-0.9.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-a+DyAKKEL+/E7S0v8EPQdmaeBSG5psGoXj3qYq0MKh4="
},
{
"mvn-path": "com/brunobonacci/mulog/0.9.0/mulog-0.9.0.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-89AjK6z6oBMkkrLR/ulB4Jfx9eA+ODOQlj31iA5h3KM="
},
{
"mvn-path": "com/cognitect/aws/api/0.8.723/api-0.8.723.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-qZa80jn/ShV1jvgnTaogolpkzMuW7zC0ATz17RB+d30="
},
{
"mvn-path": "com/cognitect/aws/api/0.8.723/api-0.8.723.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-J/M3kCqWn5hbRwFSVpjW5k4Xr3ENbZULUEQyVAmUEDk="
},
{
"mvn-path": "com/cognitect/aws/api/0.8.774/api-0.8.774.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Vwhe+tIbq68U5tyq0t3JNL7FN0U6ViiZ3/tsKBKu7aA="
},
{
"mvn-path": "com/cognitect/aws/api/0.8.774/api-0.8.774.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-i641ye+Pl1DPwf2idosuLVTSLdTrQ2l6IsduK7Mq5GI="
},
{
"mvn-path": "com/cognitect/aws/endpoints/871.2.29.39/endpoints-871.2.29.39.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-yN0cm4A5K96UfUnYFCwgvUBQRKb0EoS/ivb+uvtIY6M="
},
{
"mvn-path": "com/cognitect/aws/endpoints/871.2.29.39/endpoints-871.2.29.39.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-o2UIvjWMxx12F0UZyCBX9OLm5LIOUnqwcHskGGQBsoE="
},
{
"mvn-path": "com/cognitect/aws/endpoints/871.2.38.3/endpoints-871.2.38.3.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-JftUU2OoU3N7G7nRyGyl8qpf93Dv2uFs4ZyYC0lmX9g="
},
{
"mvn-path": "com/cognitect/aws/endpoints/871.2.38.3/endpoints-871.2.38.3.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-vQo9K8MZNHerGOl0zHsZc8f/HN7T4cx4tDubtYdXbTs="
},
{
"mvn-path": "com/cognitect/aws/s3/871.2.29.35/s3-871.2.29.35.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-AX3ZHiHsggPnTkkOUDyrO3lq5tZe7u+NQyrZUyHlmxs="
},
{
"mvn-path": "com/cognitect/aws/s3/871.2.29.35/s3-871.2.29.35.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-o6yItldqbUgs+Rw2GEMqJC0ArNtzkLxhDrzt+OdCiNQ="
},
{
"mvn-path": "com/cognitect/aws/s3/871.2.37.4/s3-871.2.37.4.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-dvoSIo93AnJy8120fkSsEAPO458N50RRJxSh5MATheQ="
},
{
"mvn-path": "com/cognitect/aws/s3/871.2.37.4/s3-871.2.37.4.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-JiSN/xekM0Qp43DH9LZQSrfsyhKJISAblBcYRF15hdk="
},
{
"mvn-path": "com/cognitect/transit-clj/1.0.333/transit-clj-1.0.333.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-jgNSoALPld3rUncLlQweteqWtzUfzjng/uk+Icpjvvs="
},
{
"mvn-path": "com/cognitect/transit-clj/1.0.333/transit-clj-1.0.333.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-h2ulOH2EfKM1RH6jSt9UKxfRsHdI7L3JAahwv8x3qDM="
},
{
"mvn-path": "com/cognitect/transit-java/1.0.371/transit-java-1.0.371.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-kmeszqpryOidXL9l+EeDhkeHbXIa8ggyTjjNAECyNpY="
},
{
"mvn-path": "com/cognitect/transit-java/1.0.371/transit-java-1.0.371.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Bz9V9PAfwqd7K1G5QD7FYJtLC/CuHbzrxI4iN0TJe78="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-CyvWlOqJJn7qSBJqilskplI0xkM4dULSRGnRlb+6HPg="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-annotations/2.20/jackson-annotations-2.20.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-lZov+y1ZFDb1Hxg8alIfyJNHkS9xG/DK4AjN8EXZUxk="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-annotations/2.20/jackson-annotations-2.20.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-TXQMRHjdCNCJ7NxtBjIopVoRp+jkl9pDOPhy+BFXlKQ="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-4GWwA50h9N/ORr1DEEx9dtWFa9cy4qqGDMWkonDtct4="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-core/2.20.0/jackson-core-2.20.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-vAz0YHWHcgH4QG7n3idBrn32wGb18EV72AYypxjAbnI="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-core/2.20.0/jackson-core-2.20.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-XxZVisIjBzpvJHRA8wX1nwXv9QqvHurguq1BKAABb2g="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-STo9tkR7eo7Ls3JCNMbOZ31y20sE9roAjw6+rqe+Wp0="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-databind/2.20.0/jackson-databind-2.20.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-pw4Uamvyy6T5zTZxaXh/UK3Pu1cSK8LpyDkM0LOXrDA="
},
{
"mvn-path": "com/fasterxml/jackson/core/jackson-databind/2.20.0/jackson-databind-2.20.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-zv7+0B3SwNlqiOEBuz4GX8FQBjtJjjAak4xpCwK8884="
},
{
"mvn-path": "com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.18.2/jackson-datatype-jsr310-2.18.2.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-4tIC1GBuI66vilqWMtsG9f79W2PSUcP1A/n6qnhTDlw="
},
{
"mvn-path": "com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.18.2/jackson-datatype-jsr310-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-FivnrZea9eDHOc1+0BiJ+Br0ggDJ+RJ5lqElrFGzSkc="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-base/2.18.2/jackson-base-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-71dLcvW0iUgET2g3a4dMiK4JoCncjgX2Shwwvftt4Uo="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-base/2.20.0/jackson-base-2.20.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-/IgCjRnuqjftpZbmuY03SfIs/IrdGeoZdFq+g2iDzmY="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-bom/2.18.2/jackson-bom-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-UkfNwwFyXT9n9+8EkDconVr3CdaXK89LFwluRUjSlWs="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-bom/2.20.0/jackson-bom-2.20.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-9ig2R+cB/aHNMS3MIcsTKkD3mPGejkL6/D/jR8WlG7s="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-parent/2.18.1/jackson-parent-2.18.1.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-0IIvrBoCJoRLitRFySDEmk9hkWnQmxAQp9/u0ZkQmYw="
},
{
"mvn-path": "com/fasterxml/jackson/jackson-parent/2.20/jackson-parent-2.20.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-tDt/XGLoaxZPrnCuF9aRHF22B5mvAQVzYK/aguSEW+U="
},
{
"mvn-path": "com/fasterxml/jackson/module/jackson-modules-java8/2.18.2/jackson-modules-java8-2.18.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-s6z7kQ0CPpOkGZr8zeH/nsX6sMVQ3E+WilBXEXrLCzY="
},
{
"mvn-path": "com/fasterxml/oss-parent/61/oss-parent-61.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-NklRPPWX6RhtoIVZhqjFQ+Er29gF7e75wSTbVt0DZUQ="
},
{
"mvn-path": "com/fasterxml/oss-parent/70/oss-parent-70.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-JsqO1vgsnS7XzTIpgQW7ZcD52JnbYXV6CXQVhvqTpjk="
},
{
"mvn-path": "com/github/liquidz/antq/2.11.1276/antq-2.11.1276.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-vc40JiJw/KtR7teImULZEqh/VyRlkP1yLpfuf7tTFXg="
},
{
"mvn-path": "com/github/liquidz/antq/2.11.1276/antq-2.11.1276.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-a5O2L1GPEv1HE49zWV5xwWutCV+SSx9z+aVJdBihLHA="
},
{
"mvn-path": "com/github/liquidz/rewrite-indented/0.2.44/rewrite-indented-0.2.44.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-fXpZ/As5h/zP4dUTNqYimSn5HQRtHiBHWZyhkMLbyLc="
},
{
"mvn-path": "com/github/liquidz/rewrite-indented/0.2.44/rewrite-indented-0.2.44.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-WzJhXTTP0NmXW1OPCvtnhhADi8LS7Cy8DgZUuE40NUQ="
},
{
"mvn-path": "com/google/google/5/google-5.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-4J00XnPKP7yn8+BfMN63Tp053Wt5qT/ujFEfI0F7aCg="
},
{
"mvn-path": "com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-WnS6PSK+GsE7nngvE6fZV9sqJN7TWUgTlMnoifHAN9Y="
},
{
"mvn-path": "com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-D09fsoYJpNKzi39xKL58+bVB8lKD1xtOVgZtmWg6r/8="
},
{
"mvn-path": "com/google/inject/guice/4.2.2/guice-4.2.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-BvPD3a1Xswv+iGVUVqBHMeVqeK0N2QnmXHGIEAO5ZHk="
},
{
"mvn-path": "com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-TmlpaJK4i0HFXUmrL9zCHurZK/VKzFiMAFBZbDt1GZw="
},
{
"mvn-path": "com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Zl9jWQ3vtj1irdIdNSU2LPk3z2ocBeSwFFuujailf4M="
},
{
"mvn-path": "com/nextjournal/beholder/1.0.2/beholder-1.0.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-iQOMTbidIDu1sSpfsa2qkpXgWirEsk+u2ZbJNOqJ0Xo="
},
{
"mvn-path": "com/nextjournal/beholder/1.0.2/beholder-1.0.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-LRJkSGdQPfLoeGjLwU3deFKoaum2dW/QJ46lCK0d4u4="
},
{
"mvn-path": "com/sun/activation/all/1.2.0/all-1.2.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-HYUY46x1MqEE5Pe+d97zfJguUwcjxr2z1ncIzOKwwsQ="
},
{
"mvn-path": "commons-codec/commons-codec/1.11/commons-codec-1.11.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-5ZnVMY6Xqkj0ITaikn5t+k6Igd/w5sjjEJ3bv/Ude30="
},
{
"mvn-path": "commons-codec/commons-codec/1.11/commons-codec-1.11.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-wecUDR3qj981KLwePFRErAtUEpcxH0X5gGwhPsPumhA="
},
{
"mvn-path": "commons-codec/commons-codec/1.15/commons-codec-1.15.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-s+n21jp5AQm/DQVmEfvtHPaQVYJt7+uYlKcTadJG7WM="
},
{
"mvn-path": "commons-codec/commons-codec/1.15/commons-codec-1.15.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-yG7hmKNaNxVIeGD0Gcv2Qufk2ehxR3eUfb5qTjogq1g="
},
{
"mvn-path": "commons-io/commons-io/2.20.0/commons-io-2.20.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-35C7oP48tYa38WTnj+j49No/LdXCf6ZF+IgQDMwl3XI="
},
{
"mvn-path": "commons-io/commons-io/2.20.0/commons-io-2.20.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-vb34EHLBkO6aixgaXFj1vZF6dQ+xOiVt679T9dvTOio="
},
{
"mvn-path": "crypto-equality/crypto-equality/1.0.1/crypto-equality-1.0.1.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-7hXMC3bc9z+PyG0C6e/+1xYKimtAsvDp3nLj3SXtS98="
},
{
"mvn-path": "crypto-equality/crypto-equality/1.0.1/crypto-equality-1.0.1.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Yy5XAtXTVhk9GKUN4KJhoZwUqtYIc05GToWjYA509Es="
},
{
"mvn-path": "crypto-random/crypto-random/1.2.1/crypto-random-1.2.1.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-XBKIRte2bVPF6XJnc7hy9+AoRP9lGplqXjRSoVI65Sw="
},
{
"mvn-path": "crypto-random/crypto-random/1.2.1/crypto-random-1.2.1.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-2OgLA0KFMl6QX1RkmhWYtoe5pKmaOk9LlO7TWXyyEEg="
},
{
"mvn-path": "danlentz/clj-uuid/0.2.0/clj-uuid-0.2.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-RMgQrBDuy9QHJoDtIYkBDpd2pZ9Br33RmuqJI/pnwFw="
},
{
"mvn-path": "danlentz/clj-uuid/0.2.0/clj-uuid-0.2.0.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-pQJSmRbhhUPcDz3xRS2qnr7xaWMAhAHmdSBd6olHD2Q="
},
{
"mvn-path": "dev/onionpancakes/chassis/1.0.365/chassis-1.0.365.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-pv7ReLtYA/XyqJjeK48RGND46Xme+QYxOoJpLqH0Qnc="
},
{
"mvn-path": "dev/onionpancakes/chassis/1.0.365/chassis-1.0.365.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-w9BwX3R//9TQGEA/Q9eZXa+qeXRRIeen73dUf5L1n14="
},
{
"mvn-path": "expound/expound/0.9.0/expound-0.9.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-1qNyYJkY4DUb+mqL1pPRi8GZ6Lp6r67BHola+uAY+Vw="
},
{
"mvn-path": "expound/expound/0.9.0/expound-0.9.0.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-kJSODD3MvE8aCvaABWue2JizAcvtLd4/9CR5eWmXxdk="
},
{
"mvn-path": "fi/metosin/reitit-openapi/0.9.2/reitit-openapi-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-mpQhP0HmxauwmnNVjFS28A6JejH8Fj+zD5ys47o8VxM="
},
{
"mvn-path": "fi/metosin/reitit-openapi/0.9.2/reitit-openapi-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-vsATB9TX3upoeQHGs4yzZVHG1V13aEjKnQzUXYcyEbA="
},
{
"mvn-path": "fipp/fipp/0.6.29/fipp-0.6.29.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-22eJoDXAE84RqZHrOBiILWjUf6ap7uRiey4NnhvvBfI="
},
{
"mvn-path": "fipp/fipp/0.6.29/fipp-0.6.29.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-OqX0rRj77alJ4fa8hN3RHgnc6rR/JUwJCJY6o4LwCcU="
},
{
"mvn-path": "hawk/hawk/0.2.11/hawk-0.2.11.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-6UPy8MSHxsWmsg5wzpHdXzHkBIlXCRe7oT/OpzyaekM="
},
{
"mvn-path": "hawk/hawk/0.2.11/hawk-0.2.11.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-q4PzoWHUY53W2TZWihPpw+qXB4QWWVnS1iW3WlvIxFg="
},
{
"mvn-path": "io/methvin/directory-watcher/0.17.3/directory-watcher-0.17.3.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-BSPdOKOTpjt15DIP9SMDSgrDzqaX9hUaesiok8MiUx4="
},
{
"mvn-path": "io/methvin/directory-watcher/0.17.3/directory-watcher-0.17.3.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Y/C4zR1No0m2Dfk4kdHgDF0/0sm9M9jlvu0HWijNiFQ="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-classes-io_uring/0.0.26.Final/netty-incubator-transport-classes-io_uring-0.0.26.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-tOPt+YKhSO6ZepdjpObS0WjRXL8bFilGcfNamcogcf0="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-classes-io_uring/0.0.26.Final/netty-incubator-transport-classes-io_uring-0.0.26.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-BbEnXxsxgyhdXbJE+0llPwJnEeCEFBmmyMB2FJ1lmb8="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-native-io_uring/0.0.26.Final/netty-incubator-transport-native-io_uring-0.0.26.Final-linux-aarch_64.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-S0zWKeaBBSsLiVkKsTe6FdMNmexWVPMejAK98W1190s="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-native-io_uring/0.0.26.Final/netty-incubator-transport-native-io_uring-0.0.26.Final-linux-x86_64.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-tGPY4AX6Y0uU2lqwJ9YWxMdK1u/FyLfJP0bFPKR0i9A="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-native-io_uring/0.0.26.Final/netty-incubator-transport-native-io_uring-0.0.26.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-kBUdTxvdAQfWMN946uZQ7a4pq/U2bePFu9KEeG3X6Vg="
},
{
"mvn-path": "io/netty/incubator/netty-incubator-transport-parent-io_uring/0.0.26.Final/netty-incubator-transport-parent-io_uring-0.0.26.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-vVXXoTvdQ46dTxIMjo2UeqkkW8ZRqaAzi+cWPaebO2w="
},
{
"mvn-path": "io/netty/netty-buffer/4.1.127.Final/netty-buffer-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-SgoX3FpY2RDFZUW+aRK5kjz+kCUi3B3yaOd0vCJEPrY="
},
{
"mvn-path": "io/netty/netty-buffer/4.1.127.Final/netty-buffer-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-BtTIKGYLqv80ZOKw4wByD1JFL6N1En7EaanBYqxlXW0="
},
{
"mvn-path": "io/netty/netty-codec-dns/4.1.127.Final/netty-codec-dns-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Q5i5cZOq1r8qmpCthqg7iStiWJpKLJDQ0KPZSnG0eXY="
},
{
"mvn-path": "io/netty/netty-codec-dns/4.1.127.Final/netty-codec-dns-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-7JAgk5q7AOLNVvNrLtvx5WMV+16FDlyvRyASbyP1JyI="
},
{
"mvn-path": "io/netty/netty-codec-http/4.1.127.Final/netty-codec-http-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-JAh3bIfBgItVIimMJegpBCcSN2P0rd/aAt/2okpTj2E="
},
{
"mvn-path": "io/netty/netty-codec-http/4.1.127.Final/netty-codec-http-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-K4JPkW5dCumaLSoefJs+ti0qvUNbN2i1gaHuP6lLoQU="
},
{
"mvn-path": "io/netty/netty-codec-http2/4.1.127.Final/netty-codec-http2-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-DrG++lX3hbR3KdWNT85yq+pzt/SPwcQ01xlT5qVY/6o="
},
{
"mvn-path": "io/netty/netty-codec-http2/4.1.127.Final/netty-codec-http2-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-k2J/Ov9NE9R6Fjb+CH5b4p2TjfzdhnrNOwGn8XZpm0c="
},
{
"mvn-path": "io/netty/netty-codec-socks/4.1.127.Final/netty-codec-socks-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-09JR+SOZUahF8i45GR+VRx+y63lRuYeOpFVcysmVKfs="
},
{
"mvn-path": "io/netty/netty-codec-socks/4.1.127.Final/netty-codec-socks-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-EzGUaUhTzuu2aCG/NJGnTm3UWgRTNAwguPUi6qKpnx8="
},
{
"mvn-path": "io/netty/netty-codec/4.1.127.Final/netty-codec-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-GH0hzuGhFPQ7h74jX2bIOCi90KPgwc3+vtqjd0jm5HA="
},
{
"mvn-path": "io/netty/netty-codec/4.1.127.Final/netty-codec-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Ee0SOU4EwzApDEQ6wXnMmgYBgUeWAVtfBYl+KHsSfDs="
},
{
"mvn-path": "io/netty/netty-common/4.1.127.Final/netty-common-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-pnMrtw3BXtlqoz7MqCwNeyD4/0Gt8E908Wj2Jq3zWeg="
},
{
"mvn-path": "io/netty/netty-common/4.1.127.Final/netty-common-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-PmGP0E/piyx1ga30e/O3qb/EPkE4oOrMaQSyBQ3rUM4="
},
{
"mvn-path": "io/netty/netty-handler-proxy/4.1.127.Final/netty-handler-proxy-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-LAyARuXXN+CPQKfCkHUmZIhg0ENOElvVHePCzzkEU/s="
},
{
"mvn-path": "io/netty/netty-handler-proxy/4.1.127.Final/netty-handler-proxy-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-6eFmNevusDcnoZZyVdKCK79OLkfyiwveGMFOnZA1QKk="
},
{
"mvn-path": "io/netty/netty-handler/4.1.127.Final/netty-handler-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-iLaJK8EyHTJAk5LluflOWdjoAGeMApxx58DXba9gUNA="
},
{
"mvn-path": "io/netty/netty-handler/4.1.127.Final/netty-handler-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-oC3gFObqHtgxHrRYUckDD4D3nnR+h1Lbs1xvSNUoenY="
},
{
"mvn-path": "io/netty/netty-parent/4.1.127.Final/netty-parent-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-6bhbfJRw/LcMg5nSDUL07ZcxoLtxJ01m/eB+I49mKH4="
},
{
"mvn-path": "io/netty/netty-resolver-dns/4.1.127.Final/netty-resolver-dns-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-qbYZqQLt5c7QV5CCc0ARER0JmlL1EtA6F/mn15r6PGk="
},
{
"mvn-path": "io/netty/netty-resolver-dns/4.1.127.Final/netty-resolver-dns-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-qQ9C2LcvjlMPZCTpPdj0bsIFmkY8QR6lNYR9atryKoU="
},
{
"mvn-path": "io/netty/netty-resolver/4.1.127.Final/netty-resolver-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-pX7mLetU7ZlpDbJpYDnw92imXJdGd5Ru1IsqLYUQ3tM="
},
{
"mvn-path": "io/netty/netty-resolver/4.1.127.Final/netty-resolver-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-GDz6rc06s67guuyqo0/sg5H1I9hFAHLEmhtEj40xhd8="
},
{
"mvn-path": "io/netty/netty-transport-classes-epoll/4.1.127.Final/netty-transport-classes-epoll-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-o5RS65EctgBo2mzf0A5ROwoG4ZWwZPxEvW+/vEPJUn4="
},
{
"mvn-path": "io/netty/netty-transport-classes-epoll/4.1.127.Final/netty-transport-classes-epoll-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-OWMM0dt6tzEn0E0s3YArxCdutTNb9rpyIFiXjiAW3s4="
},
{
"mvn-path": "io/netty/netty-transport-classes-kqueue/4.1.127.Final/netty-transport-classes-kqueue-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-lCjOg/tca0gr/i2M4kSl0jcGdK/25/8w7onODZYpZNs="
},
{
"mvn-path": "io/netty/netty-transport-classes-kqueue/4.1.127.Final/netty-transport-classes-kqueue-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-ZYzlreRotXqS+czA8uTaT2tEoRFEUMCI2iFM16JvwSY="
},
{
"mvn-path": "io/netty/netty-transport-native-epoll/4.1.127.Final/netty-transport-native-epoll-4.1.127.Final-linux-aarch_64.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-kjX2aTJ9KHnJQ7P8y+xgTUeWz8r33lrM6LFZ3MajdLk="
},
{
"mvn-path": "io/netty/netty-transport-native-epoll/4.1.127.Final/netty-transport-native-epoll-4.1.127.Final-linux-x86_64.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-PQPyfuoc0jNXpWqW4e7t/rPXT6C6TVw2qGK9A1BWJ1s="
},
{
"mvn-path": "io/netty/netty-transport-native-epoll/4.1.127.Final/netty-transport-native-epoll-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-QViJh0j1R6aBzebRrmz+KBnfLvW4WWOJsP8JE2GAil4="
},
{
"mvn-path": "io/netty/netty-transport-native-kqueue/4.1.127.Final/netty-transport-native-kqueue-4.1.127.Final-osx-x86_64.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-19gGqfJFSS7FiYRAR44XlanslTiabemq5T8TquMna3E="
},
{
"mvn-path": "io/netty/netty-transport-native-kqueue/4.1.127.Final/netty-transport-native-kqueue-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-ftRvLrjadg8+MHyRR1VGL/ncc9YOf28i/7Vs7j+byzY="
},
{
"mvn-path": "io/netty/netty-transport-native-unix-common/4.1.127.Final/netty-transport-native-unix-common-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-DjpF484f4DTKizLBV5r6XwZynKZCe3sGEFKMTvN8blA="
},
{
"mvn-path": "io/netty/netty-transport-native-unix-common/4.1.127.Final/netty-transport-native-unix-common-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-6CrVo+tNaFaAy1LmZXd+8C6Po6xv979YphCm63hkjew="
},
{
"mvn-path": "io/netty/netty-transport/4.1.127.Final/netty-transport-4.1.127.Final.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-DRrYK8ZY+ZGcp1DOviVx1LCuRRTseBlkCR9AU0N2DpI="
},
{
"mvn-path": "io/netty/netty-transport/4.1.127.Final/netty-transport-4.1.127.Final.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-8/MtL0BdAxO+53v4fNyylXwZwpaVbs9DGtN4hw4Ga+M="
},
{
"mvn-path": "javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-Q/3vC1ts6zGwQksgi5MMdKtY+sLO63s/b9OuuLXKQ5M="
},
{
"mvn-path": "javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-2ikm88i+iYZDzBCs3sbeCwNRpX+yc1dw+gF3sGrecbk="
},
{
"mvn-path": "javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-4EulGVvNVV3JVlD3zGFNFR5LzVLSmhC4qiGX86uJq5s="
},
{
"mvn-path": "javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-RqSiUcpAbnjkhT16K66DKChEpJkoUUOe6aHyNxbwa5c="
},
{
"mvn-path": "javax/inject/javax.inject/1/javax.inject-1.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-kcdwRKUMSBY2wy2Rb9ickRinIZU5BFLIEGUID5V95/8="
},
{
"mvn-path": "javax/inject/javax.inject/1/javax.inject-1.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-lD4SsQBieARjj6KFgFoKt4imgCZlMeZQkh6/5GIai/o="
},
{
"mvn-path": "javax/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-ctEy4shY0iMPFdBI8ek6J5xAxOnshLxW+fLz61r0tLg="
},
{
"mvn-path": "javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-VrnpcCdTdjAHQ1Fi6niAVe/P78hquSDwMsBBHcVHuDY="
},
{
"mvn-path": "javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-sck/wwHX9f5M3hPRlTKZJR2jfv/8kfUjg1UEw/+HNwc="
},
{
"mvn-path": "lambdaisland/clj-diff/1.4.78/clj-diff-1.4.78.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-oovG5LKVI8wppHLlfm6rlYD6DQNorXvliypH6JGhRZw="
},
{
"mvn-path": "lambdaisland/clj-diff/1.4.78/clj-diff-1.4.78.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-2QZ6mFjx7+UGI232PUr3CzsQenqd+xcRsbqEpxs32w0="
},
{
"mvn-path": "lambdaisland/deep-diff/0.0-47/deep-diff-0.0-47.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-falL4yyvcE4PHTuanJq/7G2nS1u4BwuU0d+R/Ns9h54="
},
{
"mvn-path": "lambdaisland/deep-diff/0.0-47/deep-diff-0.0-47.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-1PXzUUHstr5hI/+oPIQUGogO744bynAw2Zoo5HSjTbE="
},
{
"mvn-path": "lambdaisland/deep-diff2/2.11.216/deep-diff2-2.11.216.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-U2zJZmPIO66EtkgwwfyY41uRyu2DRmXH0ogNfluw5Rg="
},
{
"mvn-path": "lambdaisland/deep-diff2/2.11.216/deep-diff2-2.11.216.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-ok3nYS+8XCcCTPJIkqaO1SQH6v2ENwK2GZJdH0c4D20="
},
{
"mvn-path": "lambdaisland/kaocha-cloverage/1.1.89/kaocha-cloverage-1.1.89.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-lg8XZ21m/16SUC5hKXi/sbAm/M4T3LW/HYVWPEWZnJQ="
},
{
"mvn-path": "lambdaisland/kaocha-cloverage/1.1.89/kaocha-cloverage-1.1.89.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Go92MaNuctPeR6XCYfz/J8n2Mb0FVV9sLzLE1ZS2SgY="
},
{
"mvn-path": "lambdaisland/kaocha/1.91.1392/kaocha-1.91.1392.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-W7EV1MqxeIVqyTyt6lV9vpZrLRc+TWQKnmNfiPoieug="
},
{
"mvn-path": "lambdaisland/kaocha/1.91.1392/kaocha-1.91.1392.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-p6+0cuuFYlJU5YlhGIbnuHt1d6yOZXx/FhwAM6wCyzg="
},
{
"mvn-path": "lambdaisland/tools.namespace/0.3.256/tools.namespace-0.3.256.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-jt141ljkjv97etTTE995zZnqiZfoFnyt0g2hwmuOU8M="
},
{
"mvn-path": "lambdaisland/tools.namespace/0.3.256/tools.namespace-0.3.256.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-n+46BXjy57A8898EXgyplEyyqf/S5qocf140ZbglV64="
},
{
"mvn-path": "manifold/manifold/0.4.3/manifold-0.4.3.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-sA9mX1tfDO1xyx4C3cfvnwyw4NpbsuMcFbsf2O6z9Pw="
},
{
"mvn-path": "manifold/manifold/0.4.3/manifold-0.4.3.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-jlkm0u85oeLYDKWjF/NrISIPoxzaLPYDBVDbKTf0nLM="
},
{
"mvn-path": "meta-merge/meta-merge/1.0.0/meta-merge-1.0.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-1/7i4+PXBuDlRWLnKqNxIQjXAYahLLwJDhBoBYLrAsc="
},
{
"mvn-path": "meta-merge/meta-merge/1.0.0/meta-merge-1.0.0.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-sAogZY/OzCvRNBAx85T1LWjFP7SAxEVBNMyqwgTqWTE="
},
{
"mvn-path": "metosin/jsonista/0.3.13/jsonista-0.3.13.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-t5t987GErfKdAfRcWlBaE4g+icAHktd2lGwVwvdUIfs="
},
{
"mvn-path": "metosin/jsonista/0.3.13/jsonista-0.3.13.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-y2qNTTC2vsM4svm+jpgn++Lyl2fsSOXqLICUhlhw7ks="
},
{
"mvn-path": "metosin/malli/0.19.2/malli-0.19.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-PGozQPREm/RNxlF5fS/YoW7mdZpPOEzOcpPEauyn/sQ="
},
{
"mvn-path": "metosin/malli/0.19.2/malli-0.19.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Lis5ldozdfWr+pKWIG9SQ7QYD6kEeru5gwQq3cB+pnY="
},
{
"mvn-path": "metosin/muuntaja/0.6.11/muuntaja-0.6.11.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-ESyKKT/YetFeFhDVaDaBDGXLzV/9A5xJOAjs6SHQCZI="
},
{
"mvn-path": "metosin/muuntaja/0.6.11/muuntaja-0.6.11.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-fEq6j197KE2x1YOr+2EnuOzvgD4nM2KBK1G3GsmSv2E="
},
{
"mvn-path": "metosin/reitit-core/0.9.2/reitit-core-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-s48iRssxiPQ6VEcIDaYkVk6Rkvpy8xvE6bxrB0klckM="
},
{
"mvn-path": "metosin/reitit-core/0.9.2/reitit-core-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-zNflrTLFseMfj1slKdH69Vd8qT4qZd4XqxRGLn+2aus="
},
{
"mvn-path": "metosin/reitit-dev/0.9.2/reitit-dev-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-/i5nN5f+58VApNmdDCjI7fIu1xexjnYKjyL1zWEAMRk="
},
{
"mvn-path": "metosin/reitit-dev/0.9.2/reitit-dev-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-yHSwqIxw8NoN35EE5YXFKV4qdJeRLVx4dlwaz4B8X/I="
},
{
"mvn-path": "metosin/reitit-frontend/0.9.2/reitit-frontend-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-d0JkKCBcIsZn4Wc/ZklIFS/GDcVWtXFUd4GysQKveh8="
},
{
"mvn-path": "metosin/reitit-frontend/0.9.2/reitit-frontend-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-C7rAmP8St2vkiTQLrx7lW8nz1g+9JfWhuZtBhnEoM5k="
},
{
"mvn-path": "metosin/reitit-http/0.9.2/reitit-http-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-EWjn/bTZQroOBw6prgCAjThOv+e6tLg1Of6wgCNNzLo="
},
{
"mvn-path": "metosin/reitit-http/0.9.2/reitit-http-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-gBqa0v4//ENmK97Bb/MHAhioI/1qS+Y/mKowiHfJUTM="
},
{
"mvn-path": "metosin/reitit-interceptors/0.9.2/reitit-interceptors-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-BnHLqilXK1rkRlZ9rrDD2KMobN3G+3GQ0wg9xnpU2Bo="
},
{
"mvn-path": "metosin/reitit-interceptors/0.9.2/reitit-interceptors-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-385/f5YyDzGVJbzaB+vd1B+lJmuEQgkL0JdWGcX96AM="
},
{
"mvn-path": "metosin/reitit-malli/0.9.2/reitit-malli-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-BrELiRV5ah4WmpRw68XNTsHdmRt7D+7qLJCsFVq1neY="
},
{
"mvn-path": "metosin/reitit-malli/0.9.2/reitit-malli-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-/F8ZwJawkUzN8zl+DkWksmO20l6fioZNLKpwiXBazHw="
},
{
"mvn-path": "metosin/reitit-middleware/0.9.2/reitit-middleware-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-wTxr6dvdKHK9pM0ZI56BA8DDxjiGSkvJDvQEJ6011ms="
},
{
"mvn-path": "metosin/reitit-middleware/0.9.2/reitit-middleware-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-vJYoXY6pzxoHF08R/gr4Bd1LAYwo4AmY8psHF3Czwno="
},
{
"mvn-path": "metosin/reitit-ring/0.9.2/reitit-ring-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-Rtli7wIBnyGkwtI4hvUGuNIAs9jj7cWdhXNibQUUjKk="
},
{
"mvn-path": "metosin/reitit-ring/0.9.2/reitit-ring-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-vxPFd8KJKwBf5su0eB1+RG/Slv+A99kev1FO0OQ1yzQ="
},
{
"mvn-path": "metosin/reitit-schema/0.9.2/reitit-schema-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-QLrU2xpyXTbyLr7K+79ZIIHOf0D7ruIVvn990QPKfJg="
},
{
"mvn-path": "metosin/reitit-schema/0.9.2/reitit-schema-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-EUwTUaFu5WMheDWEVQBhaD1liAXfU+PwQSyqXLKdVdw="
},
{
"mvn-path": "metosin/reitit-sieppari/0.9.2/reitit-sieppari-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-rAjK4z2EVQi3NGBRIWWVOuqnpydckfD119AvMU7Jqj4="
},
{
"mvn-path": "metosin/reitit-sieppari/0.9.2/reitit-sieppari-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-i1/4u4jB/4Li66ySi1jJk3E1O0dR3K2Xr3ysDs+1Iik="
},
{
"mvn-path": "metosin/reitit-spec/0.9.2/reitit-spec-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-7+cxmcZfEmIoHc8MZvSHZzBio2e36bbwhczI4nDaOk4="
},
{
"mvn-path": "metosin/reitit-spec/0.9.2/reitit-spec-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-4L8NCkV7+o7/N0XJbFoHRlVdptCF13mMVLzUnl/qAi0="
},
{
"mvn-path": "metosin/reitit-swagger-ui/0.9.2/reitit-swagger-ui-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-IP2CxYS5z/j+zj5UpOI0Jmn63smOh7a13DHNkrkCEQg="
},
{
"mvn-path": "metosin/reitit-swagger-ui/0.9.2/reitit-swagger-ui-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-ysTXsZf8AnKL1c/Tpg08R0Rplv7hywLGCgiMH/U2Bt8="
},
{
"mvn-path": "metosin/reitit-swagger/0.9.2/reitit-swagger-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-mb0f7Fu5QzsdJQi5zfa62fK2ZMpxIFgEhBYc7hFjirA="
},
{
"mvn-path": "metosin/reitit-swagger/0.9.2/reitit-swagger-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-TwjkQSrWaCpzUF8g7h1H7x8e8mrcUxtCAx91o9tf/eM="
},
{
"mvn-path": "metosin/reitit/0.9.2/reitit-0.9.2.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-nan2OSGbYnhmV4FvgZ/Gl0VRHeVzaaiIISubr9lg1Bc="
},
{
"mvn-path": "metosin/reitit/0.9.2/reitit-0.9.2.pom",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-S/t4FLFQQwLB9KFSoufas7VWwBfr39m0FnKIlfbbjeQ="
},
{
"mvn-path": "metosin/ring-swagger-ui/5.20.0/ring-swagger-ui-5.20.0.jar",
"mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-cdGtUsxHamdXuAnDxvK5SVabGuDM+ow3G1NQtitYRnw="
},
{