-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package-lock.kdl
4321 lines (4321 loc) · 180 KB
/
package-lock.kdl
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 automatically generated and not intended for manual editing.
lockfile-version 1
root {
dependencies {
browserslist "4.23.1"
cssnano "7.0.3"
google-protobuf "3.21.2"
jszip "3.10.1"
postcss "8.4.39"
preact "10.22.1"
react "19.0.0-rc.0"
react-dom "19.0.0-rc.0"
typescript "5.5.2"
web-streams-polyfill "3.3.3"
}
dev-dependencies {
"@biomejs/biome" "1.8.3"
"@commitlint/cli" "19.3.0"
"@commitlint/config-conventional" "19.2.2"
"@mdx-js/esbuild" "3.0.1"
"@prettier/plugin-xml" "3.4.1"
"@types/google-protobuf" "3.15.12"
"@types/node" "20.14.9"
"@typescript-eslint/eslint-plugin" "7.14.1"
"@typescript-eslint/parser" "7.15.0"
commitlint "19.3.0"
esbuild "0.22.0"
eslint "8.57.0"
husky "9.0.11"
lint-staged "15.2.7"
postcss-cli "11.0.0"
prettier "3.3.2"
prettier-plugin-java "2.6.0"
prettier-plugin-properties "0.3.0"
prettier-plugin-sh "0.14.0"
prettier-plugin-toml "2.0.1"
readable-stream "4.5.2"
}
}
pkg "@babel/code-frame" {
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
integrity "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA=="
dependencies {
"@babel/highlight" ">=7.24.7 <8.0.0-0"
picocolors ">=1.0.0 <2.0.0-0"
}
}
pkg "@babel/helper-validator-identifier" {
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz"
integrity "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w=="
}
pkg "@babel/highlight" {
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz"
integrity "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw=="
dependencies {
"@babel/helper-validator-identifier" ">=7.24.7 <8.0.0-0"
chalk ">=2.4.2 <3.0.0-0"
js-tokens ">=4.0.0 <5.0.0-0"
picocolors ">=1.0.0 <2.0.0-0"
}
}
pkg "@babel/highlight" "ansi-styles" {
version "3.2.1"
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
integrity "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
dependencies {
color-convert ">=1.9.0 <2.0.0-0"
}
}
pkg "@babel/highlight" "chalk" {
version "2.4.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
integrity "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="
dependencies {
ansi-styles ">=3.2.1 <4.0.0-0"
escape-string-regexp ">=1.0.5 <2.0.0-0"
supports-color ">=5.3.0 <6.0.0-0"
}
}
pkg "@babel/highlight" "color-convert" {
version "1.9.3"
resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
integrity "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg=="
dependencies {
color-name "1.1.3"
}
}
pkg "@babel/highlight" "color-name" {
version "1.1.3"
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
integrity "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
}
pkg "@babel/highlight" "escape-string-regexp" {
version "1.0.5"
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
integrity "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
}
pkg "@babel/highlight" "has-flag" {
version "3.0.0"
resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
integrity "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
}
pkg "@babel/highlight" "supports-color" {
version "5.5.0"
resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
integrity "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow=="
dependencies {
has-flag ">=3.0.0 <4.0.0-0"
}
}
pkg "@biomejs/biome" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.3.tgz"
integrity "sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w=="
optional-dependencies {
"@biomejs/cli-darwin-arm64" "1.8.3"
"@biomejs/cli-darwin-x64" "1.8.3"
"@biomejs/cli-linux-arm64" "1.8.3"
"@biomejs/cli-linux-arm64-musl" "1.8.3"
"@biomejs/cli-linux-x64" "1.8.3"
"@biomejs/cli-linux-x64-musl" "1.8.3"
"@biomejs/cli-win32-arm64" "1.8.3"
"@biomejs/cli-win32-x64" "1.8.3"
}
}
pkg "@biomejs/cli-darwin-arm64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.3.tgz"
integrity "sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A=="
}
pkg "@biomejs/cli-darwin-x64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.3.tgz"
integrity "sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw=="
}
pkg "@biomejs/cli-linux-arm64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.3.tgz"
integrity "sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw=="
}
pkg "@biomejs/cli-linux-arm64-musl" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.3.tgz"
integrity "sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ=="
}
pkg "@biomejs/cli-linux-x64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.3.tgz"
integrity "sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw=="
}
pkg "@biomejs/cli-linux-x64-musl" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.3.tgz"
integrity "sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA=="
}
pkg "@biomejs/cli-win32-arm64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.3.tgz"
integrity "sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ=="
}
pkg "@biomejs/cli-win32-x64" {
version "1.8.3"
resolved "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.3.tgz"
integrity "sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg=="
}
pkg "@chevrotain/cst-dts-gen" {
version "11.0.3"
resolved "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz"
integrity "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ=="
dependencies {
"@chevrotain/gast" "11.0.3"
"@chevrotain/types" "11.0.3"
lodash-es "4.17.21"
}
}
pkg "@chevrotain/gast" {
version "11.0.3"
resolved "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz"
integrity "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q=="
dependencies {
"@chevrotain/types" "11.0.3"
lodash-es "4.17.21"
}
}
pkg "@chevrotain/regexp-to-ast" {
version "11.0.3"
resolved "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz"
integrity "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA=="
}
pkg "@chevrotain/types" {
version "11.0.3"
resolved "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz"
integrity "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ=="
}
pkg "@chevrotain/utils" {
version "11.0.3"
resolved "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz"
integrity "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ=="
}
pkg "@commitlint/cli" {
version "19.3.0"
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz"
integrity "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g=="
dependencies {
"@commitlint/format" ">=19.3.0 <20.0.0-0"
"@commitlint/lint" ">=19.2.2 <20.0.0-0"
"@commitlint/load" ">=19.2.0 <20.0.0-0"
"@commitlint/read" ">=19.2.1 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
execa ">=8.0.1 <9.0.0-0"
yargs ">=17.0.0 <18.0.0-0"
}
}
pkg "@commitlint/config-conventional" {
version "19.2.2"
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz"
integrity "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
conventional-changelog-conventionalcommits ">=7.0.2 <8.0.0-0"
}
}
pkg "@commitlint/config-validator" {
version "19.0.3"
resolved "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz"
integrity "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
ajv ">=8.11.0 <9.0.0-0"
}
}
pkg "@commitlint/config-validator" "ajv" {
version "8.16.0"
resolved "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz"
integrity "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw=="
dependencies {
fast-deep-equal ">=3.1.3 <4.0.0-0"
json-schema-traverse ">=1.0.0 <2.0.0-0"
require-from-string ">=2.0.2 <3.0.0-0"
uri-js ">=4.4.1 <5.0.0-0"
}
}
pkg "@commitlint/config-validator" "json-schema-traverse" {
version "1.0.0"
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz"
integrity "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
}
pkg "@commitlint/ensure" {
version "19.0.3"
resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz"
integrity "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
lodash.camelcase ">=4.3.0 <5.0.0-0"
lodash.kebabcase ">=4.1.1 <5.0.0-0"
lodash.snakecase ">=4.1.1 <5.0.0-0"
lodash.startcase ">=4.4.0 <5.0.0-0"
lodash.upperfirst ">=4.3.1 <5.0.0-0"
}
}
pkg "@commitlint/execute-rule" {
version "19.0.0"
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz"
integrity "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw=="
}
pkg "@commitlint/format" {
version "19.3.0"
resolved "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz"
integrity "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
chalk ">=5.3.0 <6.0.0-0"
}
}
pkg "@commitlint/is-ignored" {
version "19.2.2"
resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz"
integrity "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
semver ">=7.6.0 <8.0.0-0"
}
}
pkg "@commitlint/lint" {
version "19.2.2"
resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz"
integrity "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA=="
dependencies {
"@commitlint/is-ignored" ">=19.2.2 <20.0.0-0"
"@commitlint/parse" ">=19.0.3 <20.0.0-0"
"@commitlint/rules" ">=19.0.3 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
}
}
pkg "@commitlint/load" {
version "19.2.0"
resolved "https://registry.npmjs.org/@commitlint/load/-/load-19.2.0.tgz"
integrity "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ=="
dependencies {
"@commitlint/config-validator" ">=19.0.3 <20.0.0-0"
"@commitlint/execute-rule" ">=19.0.0 <20.0.0-0"
"@commitlint/resolve-extends" ">=19.1.0 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
chalk ">=5.3.0 <6.0.0-0"
cosmiconfig ">=9.0.0 <10.0.0-0"
cosmiconfig-typescript-loader ">=5.0.0 <6.0.0-0"
lodash.isplainobject ">=4.0.6 <5.0.0-0"
lodash.merge ">=4.6.2 <5.0.0-0"
lodash.uniq ">=4.5.0 <5.0.0-0"
}
}
pkg "@commitlint/message" {
version "19.0.0"
resolved "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz"
integrity "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw=="
}
pkg "@commitlint/parse" {
version "19.0.3"
resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz"
integrity "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA=="
dependencies {
"@commitlint/types" ">=19.0.3 <20.0.0-0"
conventional-changelog-angular ">=7.0.0 <8.0.0-0"
conventional-commits-parser ">=5.0.0 <6.0.0-0"
}
}
pkg "@commitlint/read" {
version "19.2.1"
resolved "https://registry.npmjs.org/@commitlint/read/-/read-19.2.1.tgz"
integrity "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw=="
dependencies {
"@commitlint/top-level" ">=19.0.0 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
execa ">=8.0.1 <9.0.0-0"
git-raw-commits ">=4.0.0 <5.0.0-0"
minimist ">=1.2.8 <2.0.0-0"
}
}
pkg "@commitlint/resolve-extends" {
version "19.1.0"
resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz"
integrity "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg=="
dependencies {
"@commitlint/config-validator" ">=19.0.3 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
global-directory ">=4.0.1 <5.0.0-0"
import-meta-resolve ">=4.0.0 <5.0.0-0"
lodash.mergewith ">=4.6.2 <5.0.0-0"
resolve-from ">=5.0.0 <6.0.0-0"
}
}
pkg "@commitlint/resolve-extends" "resolve-from" {
version "5.0.0"
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
integrity "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
}
pkg "@commitlint/rules" {
version "19.0.3"
resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz"
integrity "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw=="
dependencies {
"@commitlint/ensure" ">=19.0.3 <20.0.0-0"
"@commitlint/message" ">=19.0.0 <20.0.0-0"
"@commitlint/to-lines" ">=19.0.0 <20.0.0-0"
"@commitlint/types" ">=19.0.3 <20.0.0-0"
execa ">=8.0.1 <9.0.0-0"
}
}
pkg "@commitlint/to-lines" {
version "19.0.0"
resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz"
integrity "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw=="
}
pkg "@commitlint/top-level" {
version "19.0.0"
resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz"
integrity "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ=="
dependencies {
find-up ">=7.0.0 <8.0.0-0"
}
}
pkg "@commitlint/top-level" "find-up" {
version "7.0.0"
resolved "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz"
integrity "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g=="
dependencies {
locate-path ">=7.2.0 <8.0.0-0"
path-exists ">=5.0.0 <6.0.0-0"
unicorn-magic ">=0.1.0 <0.2.0-0"
}
}
pkg "@commitlint/top-level" "locate-path" {
version "7.2.0"
resolved "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz"
integrity "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA=="
dependencies {
p-locate ">=6.0.0 <7.0.0-0"
}
}
pkg "@commitlint/top-level" "p-limit" {
version "4.0.0"
resolved "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz"
integrity "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ=="
dependencies {
yocto-queue ">=1.0.0 <2.0.0-0"
}
}
pkg "@commitlint/top-level" "p-locate" {
version "6.0.0"
resolved "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz"
integrity "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw=="
dependencies {
p-limit ">=4.0.0 <5.0.0-0"
}
}
pkg "@commitlint/top-level" "path-exists" {
version "5.0.0"
resolved "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz"
integrity "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ=="
}
pkg "@commitlint/top-level" "yocto-queue" {
version "1.0.0"
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz"
integrity "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g=="
}
pkg "@commitlint/types" {
version "19.0.3"
resolved "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz"
integrity "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA=="
dependencies {
"@types/conventional-commits-parser" ">=5.0.0 <6.0.0-0"
chalk ">=5.3.0 <6.0.0-0"
}
}
pkg "@esbuild/aix-ppc64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.22.0.tgz"
integrity "sha512-uvQR2crZ/zgzSHDvdygHyNI+ze9zwS8mqz0YtGXotSqvEE0UkYE9s+FZKQNTt1VtT719mfP3vHrUdCpxBNQZhQ=="
}
pkg "@esbuild/android-arm" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.22.0.tgz"
integrity "sha512-PBnyP+r8vJE4ifxsWys9l+Mc2UY/yYZOpX82eoyGISXXb3dRr0M21v+s4fgRKWMFPMSf/iyowqPW/u7ScSUkjQ=="
}
pkg "@esbuild/android-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.22.0.tgz"
integrity "sha512-UKhPb3o2gAB/bfXcl58ZXTn1q2oVu1rEu/bKrCtmm+Nj5MKUbrOwR5WAixE2v+lk0amWuwPvhnPpBRLIGiq7ig=="
}
pkg "@esbuild/android-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.22.0.tgz"
integrity "sha512-IjTYtvIrjhR41Ijy2dDPgYjQHWG/x/A4KXYbs1fiU3efpRdoxMChK3oEZV6GPzVEzJqxFgcuBaiX1kwEvWUxSw=="
}
pkg "@esbuild/darwin-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.22.0.tgz"
integrity "sha512-mqt+Go4y9wRvEz81bhKd9RpHsQR1LwU8Xm6jZRUV/xpM7cIQFbFH6wBCLPTNsdELBvfoHeumud7X78jQQJv2TA=="
}
pkg "@esbuild/darwin-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.22.0.tgz"
integrity "sha512-vTaTQ9OgYc3VTaWtOE5pSuDT6H3d/qSRFRfSBbnxFfzAvYoB3pqKXA0LEbi/oT8GUOEAutspfRMqPj2ezdFaMw=="
}
pkg "@esbuild/freebsd-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.22.0.tgz"
integrity "sha512-0e1ZgoobJzaGnR4reD7I9rYZ7ttqdh1KPvJWnquUoDJhL0rYwdneeLailBzd2/4g/U5p4e5TIHEWa68NF2hFpQ=="
}
pkg "@esbuild/freebsd-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.22.0.tgz"
integrity "sha512-BFgyYwlCwRWyPQJtkzqq2p6pJbiiWgp0P9PNf7a5FQ1itKY4czPuOMAlFVItirSmEpRPCeImuwePNScZS0pL5Q=="
}
pkg "@esbuild/linux-arm" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.22.0.tgz"
integrity "sha512-KEMWiA9aGuPUD4BH5yjlhElLgaRXe+Eri6gKBoDazoPBTo1BXc/e6IW5FcJO9DoL19FBeCxgONyh95hLDNepIg=="
}
pkg "@esbuild/linux-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.22.0.tgz"
integrity "sha512-V/K2rctCUgC0PCXpN7AqT4hoazXKgIYugFGu/myk2+pfe6jTW2guz/TBwq4cZ7ESqusR/IzkcQaBkcjquuBWsw=="
}
pkg "@esbuild/linux-ia32" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.22.0.tgz"
integrity "sha512-r2ZZqkOMOrpUhzNwxI7uLAHIDwkfeqmTnrv1cjpL/rjllPWszgqmprd/om9oviKXUBpMqHbXmppvjAYgISb26Q=="
}
pkg "@esbuild/linux-loong64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.22.0.tgz"
integrity "sha512-qaowLrV/YOMAL2RfKQ4C/VaDzAuLDuylM2sd/LH+4OFirMl6CuDpRlCq4u49ZBaVV8pkI/Y+hTdiibvQRhojCA=="
}
pkg "@esbuild/linux-mips64el" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.22.0.tgz"
integrity "sha512-hgrezzjQTRxjkQ5k08J6rtZN5PNnkWx/Rz6Kmj9gnsdCAX1I4Dn4ZPqvFRkXo55Q3pnVQJBwbdtrTO7tMGtyVA=="
}
pkg "@esbuild/linux-ppc64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.22.0.tgz"
integrity "sha512-ewxg6FLLUio883XgSjfULEmDl3VPv/TYNnRprVAS3QeGFLdCYdx1tIudBcd7n9jIdk82v1Ajov4jx87qW7h9+g=="
}
pkg "@esbuild/linux-riscv64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.22.0.tgz"
integrity "sha512-Az5XbgSJC2lE8XK8pdcutsf9RgdafWdTpUK/+6uaDdfkviw/B4JCwAfh1qVeRWwOohwdsl4ywZrWBNWxwrPLFg=="
}
pkg "@esbuild/linux-s390x" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.22.0.tgz"
integrity "sha512-8j4a2ChT9+V34NNNY9c/gMldutaJFmfMacTPq4KfNKwv2fitBCLYjee7c+Vxaha2nUhPK7cXcZpJtJ3+Y7ZdVQ=="
}
pkg "@esbuild/linux-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.22.0.tgz"
integrity "sha512-JUQyOnpbAkkRFOk/AhsEemz5TfWN4FJZxVObUlnlNCbe7QBl61ZNfM4cwBXayQA6laMJMUcqLHaYQHAB6YQ95Q=="
}
pkg "@esbuild/netbsd-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.22.0.tgz"
integrity "sha512-11PoCoHXo4HFNbLsXuMB6bpMPWGDiw7xETji6COdJss4SQZLvcgNoeSqWtATRm10Jj1uEHiaIk4N0PiN6x4Fcg=="
}
pkg "@esbuild/openbsd-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.22.0.tgz"
integrity "sha512-Ezlhu/YyITmXwKSB+Zu/QqD7cxrjrpiw85cc0Rbd3AWr2wsgp+dWbWOE8MqHaLW9NKMZvuL0DhbJbvzR7F6Zvg=="
}
pkg "@esbuild/openbsd-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.22.0.tgz"
integrity "sha512-ufjdW5tFJGUjlH9j/5cCE9lrwRffyZh+T4vYvoDKoYsC6IXbwaFeV/ENxeNXcxotF0P8CDzoICXVSbJaGBhkrw=="
}
pkg "@esbuild/sunos-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.22.0.tgz"
integrity "sha512-zY6ly/AoSmKnmNTowDJsK5ehra153/5ZhqxNLfq9NRsTTltetr+yHHcQ4RW7QDqw4JC8A1uC1YmeSfK9NRcK1w=="
}
pkg "@esbuild/win32-arm64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.22.0.tgz"
integrity "sha512-Kml5F7tv/1Maam0pbbCrvkk9vj046dPej30kFzlhXnhuCtYYBP6FGy/cLbc5yUT1lkZznGLf2OvuvmLjscO5rw=="
}
pkg "@esbuild/win32-ia32" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.22.0.tgz"
integrity "sha512-IOgwn+mYTM3RrcydP4Og5IpXh+ftN8oF+HELTXSmbWBlujuci4Qa3DTeO+LEErceisI7KUSfEIiX+WOUlpELkw=="
}
pkg "@esbuild/win32-x64" {
version "0.22.0"
resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.22.0.tgz"
integrity "sha512-4bDHJrk2WHBXJPhy1y80X7/5b5iZTZP3LGcKIlAP1J+KqZ4zQAPMLEzftGyjjfcKbA4JDlPt/+2R/F1ZTeRgrw=="
}
pkg "@eslint-community/eslint-utils" {
version "4.4.0"
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
integrity "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA=="
dependencies {
eslint-visitor-keys ">=3.3.0 <4.0.0-0"
}
}
pkg "@eslint-community/regexpp" {
version "4.10.1"
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz"
integrity "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA=="
}
pkg "@eslint/eslintrc" {
version "2.1.4"
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz"
integrity "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ=="
dependencies {
ajv ">=6.12.4 <7.0.0-0"
debug ">=4.3.2 <5.0.0-0"
espree ">=9.6.0 <10.0.0-0"
globals ">=13.19.0 <14.0.0-0"
ignore ">=5.2.0 <6.0.0-0"
import-fresh ">=3.2.1 <4.0.0-0"
js-yaml ">=4.1.0 <5.0.0-0"
minimatch ">=3.1.2 <4.0.0-0"
strip-json-comments ">=3.1.1 <4.0.0-0"
}
}
pkg "@eslint/js" {
version "8.57.0"
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz"
integrity "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g=="
}
pkg "@humanwhocodes/config-array" {
version "0.11.14"
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz"
integrity "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg=="
dependencies {
"@humanwhocodes/object-schema" ">=2.0.2 <3.0.0-0"
debug ">=4.3.1 <5.0.0-0"
minimatch ">=3.0.5 <4.0.0-0"
}
}
pkg "@humanwhocodes/module-importer" {
version "1.0.1"
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
integrity "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
}
pkg "@humanwhocodes/object-schema" {
version "2.0.3"
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz"
integrity "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA=="
}
pkg "@mdx-js/esbuild" {
version "3.0.1"
resolved "https://registry.npmjs.org/@mdx-js/esbuild/-/esbuild-3.0.1.tgz"
integrity "sha512-+KZbCKcRjFtRD6qzD+c70Vq/VPVt5LHFsOshNcsdcONkaLTCSjmM7/uj71i3BcP+170f+P4DwVEMtqR/k0t5aw=="
dependencies {
"@mdx-js/mdx" ">=3.0.0 <4.0.0-0"
"@types/unist" ">=3.0.0 <4.0.0-0"
vfile ">=6.0.0 <7.0.0-0"
vfile-message ">=4.0.0 <5.0.0-0"
}
}
pkg "@mdx-js/mdx" {
version "3.0.1"
resolved "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.0.1.tgz"
integrity "sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA=="
dependencies {
"@types/estree" ">=1.0.0 <2.0.0-0"
"@types/estree-jsx" ">=1.0.0 <2.0.0-0"
"@types/hast" ">=3.0.0 <4.0.0-0"
"@types/mdx" ">=2.0.0 <3.0.0-0"
collapse-white-space ">=2.0.0 <3.0.0-0"
devlop ">=1.0.0 <2.0.0-0"
estree-util-build-jsx ">=3.0.0 <4.0.0-0"
estree-util-is-identifier-name ">=3.0.0 <4.0.0-0"
estree-util-to-js ">=2.0.0 <3.0.0-0"
estree-walker ">=3.0.0 <4.0.0-0"
hast-util-to-estree ">=3.0.0 <4.0.0-0"
hast-util-to-jsx-runtime ">=2.0.0 <3.0.0-0"
markdown-extensions ">=2.0.0 <3.0.0-0"
periscopic ">=3.0.0 <4.0.0-0"
remark-mdx ">=3.0.0 <4.0.0-0"
remark-parse ">=11.0.0 <12.0.0-0"
remark-rehype ">=11.0.0 <12.0.0-0"
source-map ">=0.7.0 <0.8.0-0"
unified ">=11.0.0 <12.0.0-0"
unist-util-position-from-estree ">=2.0.0 <3.0.0-0"
unist-util-stringify-position ">=4.0.0 <5.0.0-0"
unist-util-visit ">=5.0.0 <6.0.0-0"
vfile ">=6.0.0 <7.0.0-0"
}
}
pkg "@nodelib/fs.scandir" {
version "2.1.5"
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
integrity "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="
dependencies {
"@nodelib/fs.stat" "2.0.5"
run-parallel ">=1.1.9 <2.0.0-0"
}
}
pkg "@nodelib/fs.stat" {
version "2.0.5"
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
integrity "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
}
pkg "@nodelib/fs.walk" {
version "1.2.8"
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
integrity "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="
dependencies {
"@nodelib/fs.scandir" "2.1.5"
fastq ">=1.6.0 <2.0.0-0"
}
}
pkg "@prettier/plugin-xml" {
version "3.4.1"
resolved "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz"
integrity "sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg=="
dependencies {
"@xml-tools/parser" ">=1.0.11 <2.0.0-0"
}
}
pkg "@sindresorhus/merge-streams" {
version "2.3.0"
resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz"
integrity "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg=="
}
pkg "@taplo/core" {
version "0.1.1"
resolved "https://registry.npmjs.org/@taplo/core/-/core-0.1.1.tgz"
integrity "sha512-BG/zLGf5wiNXGEVPvUAAX/4ilB3PwDUY2o0MV0y47mZbDZ9ad9UK/cIQsILat3bqbPJsALVbU6k3cskNZ3vAQg=="
}
pkg "@taplo/lib" {
version "0.4.0-alpha.2"
resolved "https://registry.npmjs.org/@taplo/lib/-/lib-0.4.0-alpha.2.tgz"
integrity "sha512-DV/Re3DPVY+BhBtLZ3dmP4mP6YMLSsgq9qGLXwOV38lvNF/fBlgvQswzlXmzCEefL/3q2eMoefZpOI/+GLuCNA=="
dependencies {
"@taplo/core" ">=0.1.0 <0.2.0-0"
}
}
pkg "@trysound/sax" {
version "0.2.0"
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
integrity "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
}
pkg "@types/acorn" {
version "4.0.6"
resolved "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz"
integrity "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ=="
dependencies {
"@types/estree" ">=0.0.0"
}
}
pkg "@types/conventional-commits-parser" {
version "5.0.0"
resolved "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz"
integrity "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ=="
dependencies {
"@types/node" ">=0.0.0"
}
}
pkg "@types/debug" {
version "4.1.12"
resolved "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz"
integrity "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="
dependencies {
"@types/ms" ">=0.0.0"
}
}
pkg "@types/estree" {
version "1.0.5"
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz"
integrity "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
}
pkg "@types/estree-jsx" {
version "1.0.5"
resolved "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz"
integrity "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg=="
dependencies {
"@types/estree" ">=0.0.0"
}
}
pkg "@types/google-protobuf" {
version "3.15.12"
resolved "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.15.12.tgz"
integrity "sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ=="
}
pkg "@types/hast" {
version "3.0.4"
resolved "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz"
integrity "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ=="
dependencies {
"@types/unist" ">=0.0.0"
}
}
pkg "@types/mdast" {
version "4.0.4"
resolved "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz"
integrity "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA=="
dependencies {
"@types/unist" ">=0.0.0"
}
}
pkg "@types/mdx" {
version "2.0.13"
resolved "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz"
integrity "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw=="
}
pkg "@types/ms" {
version "0.7.34"
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz"
integrity "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
}
pkg "@types/node" {
version "20.14.9"
resolved "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz"
integrity "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg=="
dependencies {
undici-types ">=5.26.4 <5.27.0-0"
}
}
pkg "@types/unist" {
version "3.0.2"
resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
integrity "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
}
pkg "@typescript-eslint/eslint-plugin" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz"
integrity "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw=="
dependencies {
"@eslint-community/regexpp" ">=4.10.0 <5.0.0-0"
"@typescript-eslint/scope-manager" "7.14.1"
"@typescript-eslint/type-utils" "7.14.1"
"@typescript-eslint/utils" "7.14.1"
"@typescript-eslint/visitor-keys" "7.14.1"
graphemer ">=1.4.0 <2.0.0-0"
ignore ">=5.3.1 <6.0.0-0"
natural-compare ">=1.4.0 <2.0.0-0"
ts-api-utils ">=1.3.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/parser" {
version "7.15.0"
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.15.0.tgz"
integrity "sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A=="
dependencies {
"@typescript-eslint/scope-manager" "7.15.0"
"@typescript-eslint/types" "7.15.0"
"@typescript-eslint/typescript-estree" "7.15.0"
"@typescript-eslint/visitor-keys" "7.15.0"
debug ">=4.3.4 <5.0.0-0"
}
}
pkg "@typescript-eslint/parser" "@typescript-eslint/scope-manager" {
version "7.15.0"
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz"
integrity "sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw=="
dependencies {
"@typescript-eslint/types" "7.15.0"
"@typescript-eslint/visitor-keys" "7.15.0"
}
}
pkg "@typescript-eslint/parser" "@typescript-eslint/types" {
version "7.15.0"
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.15.0.tgz"
integrity "sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw=="
}
pkg "@typescript-eslint/parser" "@typescript-eslint/typescript-estree" {
version "7.15.0"
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz"
integrity "sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ=="
dependencies {
"@typescript-eslint/types" "7.15.0"
"@typescript-eslint/visitor-keys" "7.15.0"
debug ">=4.3.4 <5.0.0-0"
globby ">=11.1.0 <12.0.0-0"
is-glob ">=4.0.3 <5.0.0-0"
minimatch ">=9.0.4 <10.0.0-0"
semver ">=7.6.0 <8.0.0-0"
ts-api-utils ">=1.3.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/parser" "@typescript-eslint/visitor-keys" {
version "7.15.0"
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz"
integrity "sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw=="
dependencies {
"@typescript-eslint/types" "7.15.0"
eslint-visitor-keys ">=3.4.3 <4.0.0-0"
}
}
pkg "@typescript-eslint/parser" "brace-expansion" {
version "2.0.1"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
integrity "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="
dependencies {
balanced-match ">=1.0.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/parser" "globby" {
version "11.1.0"
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
integrity "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g=="
dependencies {
array-union ">=2.1.0 <3.0.0-0"
dir-glob ">=3.0.1 <4.0.0-0"
fast-glob ">=3.2.9 <4.0.0-0"
ignore ">=5.2.0 <6.0.0-0"
merge2 ">=1.4.1 <2.0.0-0"
slash ">=3.0.0 <4.0.0-0"
}
}
pkg "@typescript-eslint/parser" "minimatch" {
version "9.0.5"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
integrity "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="
dependencies {
brace-expansion ">=2.0.1 <3.0.0-0"
}
}
pkg "@typescript-eslint/parser" "slash" {
version "3.0.0"
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
integrity "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
}
pkg "@typescript-eslint/scope-manager" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz"
integrity "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA=="
dependencies {
"@typescript-eslint/types" "7.14.1"
"@typescript-eslint/visitor-keys" "7.14.1"
}
}
pkg "@typescript-eslint/type-utils" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz"
integrity "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ=="
dependencies {
"@typescript-eslint/typescript-estree" "7.14.1"
"@typescript-eslint/utils" "7.14.1"
debug ">=4.3.4 <5.0.0-0"
ts-api-utils ">=1.3.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/types" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz"
integrity "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg=="
}
pkg "@typescript-eslint/typescript-estree" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz"
integrity "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA=="
dependencies {
"@typescript-eslint/types" "7.14.1"
"@typescript-eslint/visitor-keys" "7.14.1"
debug ">=4.3.4 <5.0.0-0"
globby ">=11.1.0 <12.0.0-0"
is-glob ">=4.0.3 <5.0.0-0"
minimatch ">=9.0.4 <10.0.0-0"
semver ">=7.6.0 <8.0.0-0"
ts-api-utils ">=1.3.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/typescript-estree" "brace-expansion" {
version "2.0.1"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
integrity "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="
dependencies {
balanced-match ">=1.0.0 <2.0.0-0"
}
}
pkg "@typescript-eslint/typescript-estree" "globby" {
version "11.1.0"
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
integrity "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g=="
dependencies {
array-union ">=2.1.0 <3.0.0-0"
dir-glob ">=3.0.1 <4.0.0-0"
fast-glob ">=3.2.9 <4.0.0-0"
ignore ">=5.2.0 <6.0.0-0"
merge2 ">=1.4.1 <2.0.0-0"
slash ">=3.0.0 <4.0.0-0"
}
}
pkg "@typescript-eslint/typescript-estree" "minimatch" {
version "9.0.5"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
integrity "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="
dependencies {
brace-expansion ">=2.0.1 <3.0.0-0"
}
}
pkg "@typescript-eslint/typescript-estree" "slash" {
version "3.0.0"
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
integrity "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
}
pkg "@typescript-eslint/utils" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.14.1.tgz"
integrity "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ=="
dependencies {
"@eslint-community/eslint-utils" ">=4.4.0 <5.0.0-0"
"@typescript-eslint/scope-manager" "7.14.1"
"@typescript-eslint/types" "7.14.1"
"@typescript-eslint/typescript-estree" "7.14.1"
}
}
pkg "@typescript-eslint/visitor-keys" {
version "7.14.1"
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz"
integrity "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA=="
dependencies {
"@typescript-eslint/types" "7.14.1"
eslint-visitor-keys ">=3.4.3 <4.0.0-0"
}
}
pkg "@ungap/structured-clone" {
version "1.2.0"
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
integrity "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
}
pkg "@xml-tools/parser" {
version "1.0.11"
resolved "https://registry.npmjs.org/@xml-tools/parser/-/parser-1.0.11.tgz"
integrity "sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA=="
dependencies {
chevrotain "7.1.1"
}
}
pkg "@xml-tools/parser" "chevrotain" {
version "7.1.1"
resolved "https://registry.npmjs.org/chevrotain/-/chevrotain-7.1.1.tgz"
integrity "sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw=="
dependencies {
regexp-to-ast "0.5.0"