-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
12466 lines (11219 loc) · 434 KB
/
yarn.lock
File metadata and controls
12466 lines (11219 loc) · 434 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
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.26.2":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10/721b8a6e360a1fa0f1c9fe7351ae6c874828e119183688b533c477aa378f1010f37cc9afbfc4722c686d1f5cdd00da02eab4ba7278a0c504fa0d7a321dcd4fdf
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10/0ae29cc2005084abdae2966afdb86ed14d41c9c37db02c3693d5022fba9f5d59b011d039380b8e537c34daf117c549f52b452398f576e908fb9db3c7abbb3a00
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.24.7, @babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10/75041904d21bdc0cd3b07a8ac90b11d64cd3c881e89cb936fa80edd734bf23c35e6bd1312611e8574c4eab1f3af0f63e8a5894f4699e9cfdf70c06fcf4252320
languageName: node
linkType: hard
"@babel/parser@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/parser@npm:7.28.4"
dependencies:
"@babel/types": "npm:^7.28.4"
bin:
parser: ./bin/babel-parser.js
checksum: 10/f54c46213ef180b149f6a17ea765bf40acc1aebe2009f594e2a283aec69a190c6dda1fdf24c61a258dbeb903abb8ffb7a28f1a378f8ab5d333846ce7b7e23bf1
languageName: node
linkType: hard
"@babel/types@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/types@npm:7.28.4"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
checksum: 10/db50bf257aafa5d845ad16dae0587f57d596e4be4cbb233ea539976a4c461f9fbcc0bf3d37adae3f8ce5dcb4001462aa608f3558161258b585f6ce6ce21a2e45
languageName: node
linkType: hard
"@captive/browserslist-config@workspace:packages/browserslist-config":
version: 0.0.0-use.local
resolution: "@captive/browserslist-config@workspace:packages/browserslist-config"
dependencies:
browserslist: "npm:4.26.3"
lodash-es: "npm:4.18.1"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
browserslist: ">= 4.0"
peerDependenciesMeta:
browserslist:
optional: true
languageName: unknown
linkType: soft
"@captive/commitlint-config@workspace:*, @captive/commitlint-config@workspace:packages/commitlint-config":
version: 0.0.0-use.local
resolution: "@captive/commitlint-config@workspace:packages/commitlint-config"
dependencies:
"@commitlint/lint": "npm:19.8.1"
"@w5s/commitlint-config": "npm:^2.0.0"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
"@commitlint/cli": ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@commitlint/cli":
optional: true
languageName: unknown
linkType: soft
"@captive/conventional-changelog@workspace:*, @captive/conventional-changelog@workspace:packages/conventional-changelog":
version: 0.0.0-use.local
resolution: "@captive/conventional-changelog@workspace:packages/conventional-changelog"
dependencies:
"@captive/tsup-config": "workspace:*"
"@w5s/conventional-changelog": "npm:2.2.3"
tsup: "npm:8.5.0"
vite: "npm:latest"
vitest: "npm:latest"
languageName: unknown
linkType: soft
"@captive/cspell-config@workspace:*, @captive/cspell-config@workspace:packages/cspell-config":
version: 0.0.0-use.local
resolution: "@captive/cspell-config@workspace:packages/cspell-config"
dependencies:
"@cspell/cspell-tools": "npm:8.19.4"
"@cspell/cspell-types": "npm:8.19.4"
"@cspell/dict-bash": "npm:^4.1.2"
"@cspell/dict-fr-fr": "npm:^2.2.0"
"@w5s/cspell-config": "npm:^2.3.10"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
cspell: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
cspell:
optional: true
languageName: unknown
linkType: soft
"@captive/eslint-config@workspace:*, @captive/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@captive/eslint-config@workspace:packages/eslint-config"
dependencies:
"@captive/prettier-config": "npm:^2.0.17"
"@types/react": "npm:19.2.2"
"@w5s/dev": "npm:^2.0.0"
"@w5s/eslint-config": "npm:2.4.5"
eslint: "npm:8.57.1"
eslint-find-rules: "npm:5.0.0"
eslint-plugin-cypress: "npm:^3.0.0"
eslint-plugin-vue: "npm:^9.9.0"
find-up: "npm:^5.0.0"
prettier: "npm:3.6.2"
react: "npm:19.2.0"
vite: "npm:latest"
vitest: "npm:latest"
vue: "npm:3.5.22"
peerDependencies:
eslint: 8.x
prettier: 3.x
typescript: 4.x || 5.x
peerDependenciesMeta:
eslint:
optional: true
typescript:
optional: true
languageName: unknown
linkType: soft
"@captive/plop-config@workspace:*, @captive/plop-config@workspace:packages/plop-config":
version: 0.0.0-use.local
resolution: "@captive/plop-config@workspace:packages/plop-config"
dependencies:
"@sindresorhus/slugify": "npm:2.2.1"
"@types/node": "npm:22.13.17"
plop: "npm:4.0.4"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
plop: 4.x
peerDependenciesMeta:
plop:
optional: true
languageName: unknown
linkType: soft
"@captive/prettier-config@npm:^2.0.17, @captive/prettier-config@workspace:packages/prettier-config":
version: 0.0.0-use.local
resolution: "@captive/prettier-config@workspace:packages/prettier-config"
dependencies:
"@captive/tsup-config": "workspace:*"
"@w5s/prettier-config": "npm:^2.2.1"
prettier: "npm:3.6.2"
tsup: "npm:8.5.0"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
prettier: 2.x || 3.x
peerDependenciesMeta:
prettier:
optional: true
languageName: unknown
linkType: soft
"@captive/project-config-src@workspace:.":
version: 0.0.0-use.local
resolution: "@captive/project-config-src@workspace:."
dependencies:
"@captive/commitlint-config": "workspace:*"
"@captive/conventional-changelog": "workspace:*"
"@captive/cspell-config": "workspace:*"
"@captive/eslint-config": "workspace:*"
"@captive/ts-config": "workspace:*"
"@lerna-lite/publish": "npm:3.12.3"
"@types/node": "npm:22.13.17"
cspell: "npm:8.19.4"
eslint: "npm:8.57.1"
eslint-plugin-sort-keys-fix: "npm:1.1.2"
markdown-magic: "npm:2.6.1"
markdown-magic-package-json: "npm:2.0.2"
markdown-magic-subpackage-list: "npm:1.1.2"
npm-run-all2: "npm:8.0.4"
prettier: "npm:3.6.2"
turbo: "npm:2.5.8"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft
"@captive/stylelint-config@workspace:packages/stylelint-config":
version: 0.0.0-use.local
resolution: "@captive/stylelint-config@workspace:packages/stylelint-config"
dependencies:
"@captive/prettier-config": "npm:^2.0.17"
postcss: "npm:^8.4.14"
postcss-html: "npm:*"
stylelint: "npm:16.25.0"
stylelint-config-prettier-scss: "npm:^1.0.0"
stylelint-config-standard: "npm:^37.0.0"
stylelint-config-standard-scss: "npm:^14.0.0"
stylelint-config-standard-vue: "npm:^1.0.0"
stylelint-order: "npm:^6.0.0"
stylelint-prettier: "npm:^5.0.0"
stylelint-scss: "npm:^6.0.0"
vite: "npm:latest"
vitest: "npm:latest"
peerDependencies:
prettier: 3.x
stylelint: 16.x
peerDependenciesMeta:
stylelint:
optional: true
languageName: unknown
linkType: soft
"@captive/ts-config@workspace:*, @captive/ts-config@workspace:packages/ts-config":
version: 0.0.0-use.local
resolution: "@captive/ts-config@workspace:packages/ts-config"
dependencies:
typescript: "npm:5.9.3"
peerDependencies:
typescript: ">=5.x"
peerDependenciesMeta:
typescript:
optional: true
languageName: unknown
linkType: soft
"@captive/tsup-config@workspace:*, @captive/tsup-config@workspace:packages/tsup-config":
version: 0.0.0-use.local
resolution: "@captive/tsup-config@workspace:packages/tsup-config"
dependencies:
tsup: "npm:8.5.0"
vite: "npm:6.4.2"
vitest: "npm:3.2.4"
peerDependencies:
tsup: 8.x
peerDependenciesMeta:
tsup:
optional: true
languageName: unknown
linkType: soft
"@commitlint/ensure@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/ensure@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
lodash.camelcase: "npm:^4.3.0"
lodash.kebabcase: "npm:^4.1.1"
lodash.snakecase: "npm:^4.1.1"
lodash.startcase: "npm:^4.4.0"
lodash.upperfirst: "npm:^4.3.1"
checksum: 10/af342f61b246c301937cc03477c64b86ca6dea47de23f94d237181d346d020ec23c8a458f56aec8bfe9cdcb80a06adcc34964f32c05a2649282a959ce6fae39d
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/is-ignored@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
semver: "npm:^7.6.0"
checksum: 10/a70631bb7825ed49f2d6164c7547d025ca184a5e65eb7b1bd63f041ae7aa9189991c2dbef18b1160951aeb59595307b75d5ba151ea10e0de4d36f22709b9c877
languageName: node
linkType: hard
"@commitlint/lint@npm:19.8.1":
version: 19.8.1
resolution: "@commitlint/lint@npm:19.8.1"
dependencies:
"@commitlint/is-ignored": "npm:^19.8.1"
"@commitlint/parse": "npm:^19.8.1"
"@commitlint/rules": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10/6206236649b2214c9c81d76e00bb9d010fc5be6c990d14e473a01253e178ad3a4e081b5c458154314291805de843eebfdd35d720d2eff889f86f43269c9d392a
languageName: node
linkType: hard
"@commitlint/message@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/message@npm:19.8.1"
checksum: 10/e365590dd539fe2519a15bd99ee8499c3ffbd80852839783ae6fd0b65feef08b26d2134a4e9ea32e006c2b3aa04447a38b011e73975b4fc3d7c7380a0fbf2377
languageName: node
linkType: hard
"@commitlint/parse@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/parse@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
conventional-changelog-angular: "npm:^7.0.0"
conventional-commits-parser: "npm:^5.0.0"
checksum: 10/f6264bb30399b420a875532905e18049b4ab6f24d79f42d20fa06e64b9f355649ac18a33874e02643f0a826f3cec69423d6bc96cf852fa692338603ce910a95f
languageName: node
linkType: hard
"@commitlint/rules@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/rules@npm:19.8.1"
dependencies:
"@commitlint/ensure": "npm:^19.8.1"
"@commitlint/message": "npm:^19.8.1"
"@commitlint/to-lines": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10/dc3a90b4561369991b851224c5cc1c0e2297c68ce148e21a7a5893a0556fffced192d59bf491a6c80270da012840fafdb34d991b7048170f4b2e7b0122211cee
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/to-lines@npm:19.8.1"
checksum: 10/47f33d5e0d77aa0cc2fc14daa3e73661c64c9cffb5fc9c723714ced4fcfc758bf5ba2e084143fa55bc512ad896d115b9983a308a97a005200484f04f2ed0fd90
languageName: node
linkType: hard
"@commitlint/types@npm:^19.0.0, @commitlint/types@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/types@npm:19.8.1"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10/d1943a5789a02c75b0c72755673ab8d50c850b025abb7806b7eef83b373591948f5d1d9cd22022f89302a256546934d797445913c5c495d8e92711cf17b0fbf0
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:8.19.4, @cspell/cspell-bundled-dicts@npm:^8.0.0":
version: 8.19.4
resolution: "@cspell/cspell-bundled-dicts@npm:8.19.4"
dependencies:
"@cspell/dict-ada": "npm:^4.1.0"
"@cspell/dict-al": "npm:^1.1.0"
"@cspell/dict-aws": "npm:^4.0.10"
"@cspell/dict-bash": "npm:^4.2.0"
"@cspell/dict-companies": "npm:^3.1.15"
"@cspell/dict-cpp": "npm:^6.0.8"
"@cspell/dict-cryptocurrencies": "npm:^5.0.4"
"@cspell/dict-csharp": "npm:^4.0.6"
"@cspell/dict-css": "npm:^4.0.17"
"@cspell/dict-dart": "npm:^2.3.0"
"@cspell/dict-data-science": "npm:^2.0.8"
"@cspell/dict-django": "npm:^4.1.4"
"@cspell/dict-docker": "npm:^1.1.13"
"@cspell/dict-dotnet": "npm:^5.0.9"
"@cspell/dict-elixir": "npm:^4.0.7"
"@cspell/dict-en-common-misspellings": "npm:^2.0.10"
"@cspell/dict-en-gb": "npm:1.1.33"
"@cspell/dict-en_us": "npm:^4.4.3"
"@cspell/dict-filetypes": "npm:^3.0.11"
"@cspell/dict-flutter": "npm:^1.1.0"
"@cspell/dict-fonts": "npm:^4.0.4"
"@cspell/dict-fsharp": "npm:^1.1.0"
"@cspell/dict-fullstack": "npm:^3.2.6"
"@cspell/dict-gaming-terms": "npm:^1.1.1"
"@cspell/dict-git": "npm:^3.0.4"
"@cspell/dict-golang": "npm:^6.0.20"
"@cspell/dict-google": "npm:^1.0.8"
"@cspell/dict-haskell": "npm:^4.0.5"
"@cspell/dict-html": "npm:^4.0.11"
"@cspell/dict-html-symbol-entities": "npm:^4.0.3"
"@cspell/dict-java": "npm:^5.0.11"
"@cspell/dict-julia": "npm:^1.1.0"
"@cspell/dict-k8s": "npm:^1.0.10"
"@cspell/dict-kotlin": "npm:^1.1.0"
"@cspell/dict-latex": "npm:^4.0.3"
"@cspell/dict-lorem-ipsum": "npm:^4.0.4"
"@cspell/dict-lua": "npm:^4.0.7"
"@cspell/dict-makefile": "npm:^1.0.4"
"@cspell/dict-markdown": "npm:^2.0.10"
"@cspell/dict-monkeyc": "npm:^1.0.10"
"@cspell/dict-node": "npm:^5.0.7"
"@cspell/dict-npm": "npm:^5.2.1"
"@cspell/dict-php": "npm:^4.0.14"
"@cspell/dict-powershell": "npm:^5.0.14"
"@cspell/dict-public-licenses": "npm:^2.0.13"
"@cspell/dict-python": "npm:^4.2.17"
"@cspell/dict-r": "npm:^2.1.0"
"@cspell/dict-ruby": "npm:^5.0.8"
"@cspell/dict-rust": "npm:^4.0.11"
"@cspell/dict-scala": "npm:^5.0.7"
"@cspell/dict-shell": "npm:^1.1.0"
"@cspell/dict-software-terms": "npm:^5.0.5"
"@cspell/dict-sql": "npm:^2.2.0"
"@cspell/dict-svelte": "npm:^1.0.6"
"@cspell/dict-swift": "npm:^2.0.5"
"@cspell/dict-terraform": "npm:^1.1.1"
"@cspell/dict-typescript": "npm:^3.2.1"
"@cspell/dict-vue": "npm:^3.0.4"
checksum: 10/84a4a8cede9e87add51f12847b9c78652da0e7f27ac908dc425423d83b15da57946105e08f3aed01b23eab397c98bffbb38edec3b75a61eb5bc2f02164891114
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-json-reporter@npm:8.19.4"
dependencies:
"@cspell/cspell-types": "npm:8.19.4"
checksum: 10/47c052be610736de58049229418dfc29fc3fa1111a57151398ab9149ea989a7bc0cfca78378b8bb930aa1e749f4a3cc5679ed6f4e24b0e945c2920298dc68b6f
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:8.19.4, @cspell/cspell-pipe@npm:^8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-pipe@npm:8.19.4"
checksum: 10/236ec281829276de90c89f576de841976c59aa50168bd7420ffcbdd32a5e062c8fe332ad025ce5816fbc51919de43ea4cfd332ba1a571fecce87190efbc93172
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-resolver@npm:8.19.4"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10/f7a4989f6ccec5289bc87b6324f5ed3e5cc4ed3f2d6d33e364b19ed78c85ca23acc372117b6b813200f4b1f26951da4e0a44e86bcdd543d91d31ce73f8860fb5
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-service-bus@npm:8.19.4"
checksum: 10/dbff1e63ab1b758f2320f95e0706d4e8a8908d6911b26cae8f9d439b46015b6e886882407a24dcb115646bdfec701258c3225d86e49759b54a728898c628337d
languageName: node
linkType: hard
"@cspell/cspell-tools@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-tools@npm:8.19.4"
dependencies:
"@cspell/cspell-pipe": "npm:8.19.4"
commander: "npm:^13.1.0"
cosmiconfig: "npm:9.0.0"
cspell-trie-lib: "npm:8.19.4"
glob: "npm:^10.4.5"
hunspell-reader: "npm:8.19.4"
yaml: "npm:^2.7.1"
bin:
cspell-tools: bin.mjs
cspell-tools-cli: bin.mjs
checksum: 10/cd53bd388239792b9c192ae437fbca7032d7dcc1080aaa341a1658006e7d7f7f1620cfdd8ffa7564858bc7d14a909a541bdae1711e73a5ed2122cd01fec4bc5e
languageName: node
linkType: hard
"@cspell/cspell-types@npm:8.19.4, @cspell/cspell-types@npm:^8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-types@npm:8.19.4"
checksum: 10/d49b350d0462ddc4eb3ab361ad390eba818a922759a78cd1faaddb5fd7e0e72b16eb703f272a074727a17b1ae35e1df5a1e234a6a9f774b845a35e338c4b9b7f
languageName: node
linkType: hard
"@cspell/dict-ada@npm:^4.1.0":
version: 4.1.0
resolution: "@cspell/dict-ada@npm:4.1.0"
checksum: 10/f91e05b1d026d2c9498e63bca5d4eb5498320a28901c5c70b90a9b70cb8579e5394e665e097566365ee2765066a777aff8495911a1ac9fef0b615eefd222bd04
languageName: node
linkType: hard
"@cspell/dict-al@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-al@npm:1.1.0"
checksum: 10/436269555db34f495ced8a23bda126aadff071742498173e6a5eadcf789da65e49a3308be20be657e02d1c41048d8d7d31ea3841cab4b1542a49324b4fa804de
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^4.0.10":
version: 4.0.10
resolution: "@cspell/dict-aws@npm:4.0.10"
checksum: 10/af23b14265051c6defa774a044af7fdf32ce9f9f28882eee9146888d1059d2015ac4d0a71d830cbd8478e80b105e52c45307319335c4291223ec3ea317ad1004
languageName: node
linkType: hard
"@cspell/dict-bash@npm:^4.1.2, @cspell/dict-bash@npm:^4.2.0":
version: 4.2.0
resolution: "@cspell/dict-bash@npm:4.2.0"
dependencies:
"@cspell/dict-shell": "npm:1.1.0"
checksum: 10/2a87ebb5f0b1140ceeab0991411ebfe03a05cebb296d30812a3e9f78cf0a56622484fbda5212d5811e59f1b1ca4dacae77341c1f3c0c5fc2efdb19393fddd766
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.1.15":
version: 3.2.1
resolution: "@cspell/dict-companies@npm:3.2.1"
checksum: 10/c31659b9962d0f2da1b0b2c626ec9ad61fb589500c6afd6c045c54a01e5de7c0077fb272401f3bd06205a034db1a9dee16a46816b385129c4f8aa8ec793b5c3c
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^6.0.8":
version: 6.0.8
resolution: "@cspell/dict-cpp@npm:6.0.8"
checksum: 10/0dca36740ecd70de1692f1787780b80682c6e1c1e42ceaf98b91381968aaea56de2a015eb4193e409922c82357462b13330c5b59a7a6a8ed568460617be7b3b6
languageName: node
linkType: hard
"@cspell/dict-cryptocurrencies@npm:^5.0.4":
version: 5.0.4
resolution: "@cspell/dict-cryptocurrencies@npm:5.0.4"
checksum: 10/54229c432f70320aa060c5c101a242e64f40f1f5b8404d1e2a5afc867e2f1cb862e1d84b3383c4bdfa3768302cca49f51bf8ea78c5509113b4a1e18ff00abfae
languageName: node
linkType: hard
"@cspell/dict-csharp@npm:^4.0.6":
version: 4.0.6
resolution: "@cspell/dict-csharp@npm:4.0.6"
checksum: 10/b86a3c0da979bbc9e0de9d4e9a83158190ac4bd454534ace3d2e48e4162eb1915e1f2f70e017e6df25eb3c017053d745897ad46a3c8d1357fdb4a2723e545154
languageName: node
linkType: hard
"@cspell/dict-css@npm:^4.0.17":
version: 4.0.17
resolution: "@cspell/dict-css@npm:4.0.17"
checksum: 10/ae9a2827a5885dbc1c5c411a9fdfa6a9a09ce8a021a94d42c4fc3dba72da393bf5bd684b7786eb4ab8abbf52a01fad393775ef5d63162638e6431d17ba27df30
languageName: node
linkType: hard
"@cspell/dict-dart@npm:^2.3.0":
version: 2.3.0
resolution: "@cspell/dict-dart@npm:2.3.0"
checksum: 10/9ae3c33585959bcdf2886bd2cbf81a05d36872d8d3a7bdfa72ab3c97549735abf9b82e1aa47c3590953a4621c0250b04fb1330b23d8030a1ae86ac3a6d68b26f
languageName: node
linkType: hard
"@cspell/dict-data-science@npm:^2.0.8":
version: 2.0.8
resolution: "@cspell/dict-data-science@npm:2.0.8"
checksum: 10/cf0e0519d0c5be29341c3333c964488b3698839d2d5b5bd7bc6e541cd3b87b1f2c19319dd486bcf6b78f9a1b40e2e056ed4296249c5cadd116a5b7cb7d73a6f5
languageName: node
linkType: hard
"@cspell/dict-django@npm:^4.1.4":
version: 4.1.4
resolution: "@cspell/dict-django@npm:4.1.4"
checksum: 10/eabbc9af5795e79ea9f7e96a54590400894751618bd208ef1b2c0fd7d6b964805ab20bbc4eb699153fa4fd2b73a7e4de158d3bb0ad53a86ac719998701f8f4a4
languageName: node
linkType: hard
"@cspell/dict-docker@npm:^1.1.13":
version: 1.1.14
resolution: "@cspell/dict-docker@npm:1.1.14"
checksum: 10/4eb96da9d9912bbbc8b3522ac58e5f65b77b72aa2e5b2bdffbc604b6ece9dedfa7a4643beb71ede9e15e78735f9c13ff705b7243872eaedb11a83f4f06a3d6cd
languageName: node
linkType: hard
"@cspell/dict-dotnet@npm:^5.0.9":
version: 5.0.9
resolution: "@cspell/dict-dotnet@npm:5.0.9"
checksum: 10/42537b3519b8d9527a2606f265204ef4a0e74e84958a695b72ebc5ab0b9895bb2af928061bd6fe376e96b04414bfeca41347a1f3d5e27c2884787d3d0c5527cb
languageName: node
linkType: hard
"@cspell/dict-elixir@npm:^4.0.7":
version: 4.0.7
resolution: "@cspell/dict-elixir@npm:4.0.7"
checksum: 10/c4b717617603eb6b0b9d3d785f4917b34d187fe1f97e4a65147907da440df2b0a878f6382b621914e3a40336d613d24f011fa17c32aab31ad7183e0f065d8721
languageName: node
linkType: hard
"@cspell/dict-en-common-misspellings@npm:^2.0.10":
version: 2.1.1
resolution: "@cspell/dict-en-common-misspellings@npm:2.1.1"
checksum: 10/d49714b1555450c041c328ae83425c22cfa802253065f4e4dad5cda84a953d6a0186c011c91cf78640a855c33d6c47167765a803274ae06719637ef13eded479
languageName: node
linkType: hard
"@cspell/dict-en-gb@npm:1.1.33":
version: 1.1.33
resolution: "@cspell/dict-en-gb@npm:1.1.33"
checksum: 10/72db891c955ce9b24ba756c1baad41e92854a85fe326699f9ab328358b02a76d57b65d26d02afa050c4f96668a51c1dab6fce7eaad51c70c113588bbc2b46756
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.4.3":
version: 4.4.11
resolution: "@cspell/dict-en_us@npm:4.4.11"
checksum: 10/317cefe1a6a6b285e501cecd1dc3c0c859c89c2ce4876bf14c0efbfff7e9c8f7dbf891d3d0ac70e7e282c59d1501c8463e6b1e82b7cd3ea9b6ec43499485ab18
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.11":
version: 3.0.12
resolution: "@cspell/dict-filetypes@npm:3.0.12"
checksum: 10/f60959e7b72e9a4d5e2cd0cffe80cf3335184d2a303a41aaef046905097deab627ed1e30a93b92040e1ddcb53e4bb24cd7c1547c4ae906ab1af2840d8d44d2f9
languageName: node
linkType: hard
"@cspell/dict-flutter@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-flutter@npm:1.1.0"
checksum: 10/b8944d7c91b8617727dcca2191e2bdea4e97a3c2e76e6b8e015805f31dac99040da8ef74035c917c77646dfb19f1efe916d51e5171c54209850daf4be0db046c
languageName: node
linkType: hard
"@cspell/dict-fonts@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-fonts@npm:4.0.4"
checksum: 10/04eeb3558b8903b83f042d8cfe8e9047a2d804591c8877ec6e75efb4f7399c39333190a9c49dab6321c4c41ef9162cdec4e607b9b0a532d0b77a536bb2443678
languageName: node
linkType: hard
"@cspell/dict-fr-fr@npm:^2.2.0":
version: 2.3.0
resolution: "@cspell/dict-fr-fr@npm:2.3.0"
checksum: 10/1f7d74e8816742ec984fb54db2126fef4986e98ba98d8a027a0676560c96064fbc70f1ea948db9fce36da04c9b9e22716a03e20e3a4731c5d56c5243b7f34a29
languageName: node
linkType: hard
"@cspell/dict-fsharp@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-fsharp@npm:1.1.0"
checksum: 10/2f667bc9ef55034a603147404f9e55a29b68210acd84938695404d12ede34a060202d109a8c2deada5c863b75b8b5946c2f74e583be18c2e9727423563d914db
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.2.6":
version: 3.2.6
resolution: "@cspell/dict-fullstack@npm:3.2.6"
checksum: 10/f76b27b1b3a35e4e68781071e87aaeff034111861b395ddf3a15a99dc30d1e7202db2deb3707d3efa7d65d4fd4ff90b0c4fa5871d7599bce9f1785f3e193f93e
languageName: node
linkType: hard
"@cspell/dict-gaming-terms@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-gaming-terms@npm:1.1.1"
checksum: 10/9ca5a3b319924a4dd0eb53aeaa691cf2002c58a990c981a87ddbc64b0b95d1145b1b0aafca749f25f2bc0e2071efa95fe623ea17f587a79b2399da444abfce91
languageName: node
linkType: hard
"@cspell/dict-git@npm:^3.0.4":
version: 3.0.6
resolution: "@cspell/dict-git@npm:3.0.6"
checksum: 10/59ea34c35efa23990946ababb1a2cd3590d4cb9bae3281961c8e77e56082843500a5ffc3d9bc1c9192c5fdc63f40edc4ab7828b597f072ef4b39d2f936c7c72e
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.20":
version: 6.0.22
resolution: "@cspell/dict-golang@npm:6.0.22"
checksum: 10/bb0debb950409ea71d79f164794964e7a6cd691e036c38cb25a014fb31d2d8a7ba2e20b55995c0ae1df9c9e5c1c24c73dd2100a8003e24746dda604682cee6ad
languageName: node
linkType: hard
"@cspell/dict-google@npm:^1.0.8":
version: 1.0.8
resolution: "@cspell/dict-google@npm:1.0.8"
checksum: 10/5f60902d0b37a1f866d084cae3507e825cf026950c293d43d715caf8285a96b2b7b41642aab18a7aee76db4a2a2ae5354e312d256edb0d470dc37b7d8bbfa224
languageName: node
linkType: hard
"@cspell/dict-haskell@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-haskell@npm:4.0.5"
checksum: 10/4f663d904c17f760e10f457669665e2a4c205ef27389e82e61b4017c1bfd1e446db7401ee5fcca74a9441135ae17130e8f92601bdd6b0837850f0636ea170088
languageName: node
linkType: hard
"@cspell/dict-html-symbol-entities@npm:^4.0.3":
version: 4.0.3
resolution: "@cspell/dict-html-symbol-entities@npm:4.0.3"
checksum: 10/0cef821bf2400a3f8b0d3c94eb8c5de531cbf3ed409d95faf5aaa7f272774ab1e6fa0f315c0902cc661d81bf52075f134b7687bec9c9f1184d176517b3781671
languageName: node
linkType: hard
"@cspell/dict-html@npm:^4.0.11":
version: 4.0.11
resolution: "@cspell/dict-html@npm:4.0.11"
checksum: 10/56b44c4ccccd9f702e1108e4a271562fa36062a6cbd53fb37eceb844b88e27fcaeffc1c0452933e959dd92bed1c509377733fc3272c8d2a12b92eb2aad6614e9
languageName: node
linkType: hard
"@cspell/dict-java@npm:^5.0.11":
version: 5.0.11
resolution: "@cspell/dict-java@npm:5.0.11"
checksum: 10/5ec2186ce067caa92b5af57f3f76b1d60463db2a24a6a3c605556ecd2adb7be07177e2f1b399376ad08e0dbfae4551c94df004b6c4db776f09806cd2bf525f9f
languageName: node
linkType: hard
"@cspell/dict-julia@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-julia@npm:1.1.0"
checksum: 10/80a7acd8d81259f6d37e740528743d36ed29229d81352e1b72ca4c1bd13c4a2285f6e0e93de330f537f2fdc9ba02b25c455b7b33995204a6487eb444dbbec062
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.10":
version: 1.0.11
resolution: "@cspell/dict-k8s@npm:1.0.11"
checksum: 10/b2dfc671eab70ff37f7616536585da95778b81fd97368a89de740b4c450339be8c4822f1cf5201825018df1a62407ae3e08c3749491d9afaa831a56f0e80c442
languageName: node
linkType: hard
"@cspell/dict-kotlin@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-kotlin@npm:1.1.0"
checksum: 10/6127b64037e9c4f0be49fd9be3435c999361001cf52dcf6f47f0467add55df4ca95c0a0056b4bfdcdd1363132892087a30475a664e2176bc487311346a22474e
languageName: node
linkType: hard
"@cspell/dict-latex@npm:^4.0.3":
version: 4.0.3
resolution: "@cspell/dict-latex@npm:4.0.3"
checksum: 10/9dbe412991e5323d8feca08c3fc13c3afb0b330c7c41df71ef19032d988f0bf2469e00ac7595b25c26f4962fcba03efa2eab86c3246d92dc6f86bade03d94528
languageName: node
linkType: hard
"@cspell/dict-lorem-ipsum@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-lorem-ipsum@npm:4.0.4"
checksum: 10/f75cca35d89aa407a21875b2c58b5c959c0a06aed1aaea4a8b91a7e42e3d83ae1604a735e184cc7b4b3c294189013be5f46888ee46526284f99b21da391a8ef6
languageName: node
linkType: hard
"@cspell/dict-lua@npm:^4.0.7":
version: 4.0.7
resolution: "@cspell/dict-lua@npm:4.0.7"
checksum: 10/ef1ad0f059f5e2c99e6741633c75ed59640bd4c3b421c8c7af124facafc9c4ecb578e1bfe2a180d63e0063c508dec31db2615a864744c2737ed0d47fa4daaaad
languageName: node
linkType: hard
"@cspell/dict-makefile@npm:^1.0.4":
version: 1.0.4
resolution: "@cspell/dict-makefile@npm:1.0.4"
checksum: 10/1aece9d61e21aabaad8cd8048f7647739d6a48ab532b4637b72b53d4360dc6780dc4be35a14de541a3dd05b076efd9f106af83fa0e7ca3ae149c86143a72b96b
languageName: node
linkType: hard
"@cspell/dict-markdown@npm:^2.0.10":
version: 2.0.11
resolution: "@cspell/dict-markdown@npm:2.0.11"
peerDependencies:
"@cspell/dict-css": ^4.0.17
"@cspell/dict-html": ^4.0.11
"@cspell/dict-html-symbol-entities": ^4.0.3
"@cspell/dict-typescript": ^3.2.2
checksum: 10/c29a0343c8640b249453e36fdd4ff3a4a752d7b1a0f1deba90b6b2fdc3797245deff79ac412b409af9adb315e6de6886de004233674d053d9825b89df9557414
languageName: node
linkType: hard
"@cspell/dict-monkeyc@npm:^1.0.10":
version: 1.0.10
resolution: "@cspell/dict-monkeyc@npm:1.0.10"
checksum: 10/670443bfc5be5d69a5b4bc22330191f586bbfd29220c00d69473eea4f2c0c94321b42d83c74e98fde6fc0fe4e933425dcffa2941b62111326b50effd101fb2d7
languageName: node
linkType: hard
"@cspell/dict-node@npm:^5.0.7":
version: 5.0.7
resolution: "@cspell/dict-node@npm:5.0.7"
checksum: 10/8470bc2ae50a4be73a501a43b35239c0a9a0841a67364ee794ef422280bb9de6ee01f19e0bb333daac4a9e99ca746571811789a919c042dd4130b3f7803597d8
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.2.1":
version: 5.2.6
resolution: "@cspell/dict-npm@npm:5.2.6"
checksum: 10/bfa955d00c189dd6d3273f195ba17734c6914c80b1e8b5606100641efb8fb2dd39dd4d283cc9dfc7dbfd81a5ef46035642336c0206aa8b44a83121997adc722d
languageName: node
linkType: hard
"@cspell/dict-php@npm:^4.0.14":
version: 4.0.14
resolution: "@cspell/dict-php@npm:4.0.14"
checksum: 10/5f245f70076fe637ba89ff45dae3772cb57822d32b84c2a8f511abe22ab9ae746f64c0fa429937940c16ab6c08b41ce03f6aa233c67af11cfb505fd5c813c518
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^5.0.14":
version: 5.0.14
resolution: "@cspell/dict-powershell@npm:5.0.14"
checksum: 10/7d527250933e8597ee2b694e70d7abf094b3ba5a2058b37934423cb2cb13384f7d79ca660ff723bea2c80390d5a30948e065369bfd2de1cc4281172b703d711f
languageName: node
linkType: hard
"@cspell/dict-public-licenses@npm:^2.0.13":
version: 2.0.13
resolution: "@cspell/dict-public-licenses@npm:2.0.13"
checksum: 10/f3aee5da76fca275c139a4a08b46cbfcb41e14cfb2c0933e413b2b3ef116f0421b34f8bd478d6fae69b199ea19ab3f46353c9aae4231492169fdf09823bcba32
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.17":
version: 4.2.18
resolution: "@cspell/dict-python@npm:4.2.18"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.8"
checksum: 10/f4152311ef3f54cc9e053773c7110666e50231b8177afc433a5b629191df091e49b5850e929dcc6a77eb3830cba94d5e12f7ef81294b473a6c9d398e135649b9
languageName: node
linkType: hard
"@cspell/dict-r@npm:^2.1.0":
version: 2.1.0
resolution: "@cspell/dict-r@npm:2.1.0"
checksum: 10/5ba48ac82578feade56196fa6c236a2bbea5555ce9cade2966a0c2bbd676b37aeac06556079ca7a306189ff8e9f811ca4c1b01c58ddbcdda447a9434277792c9
languageName: node
linkType: hard
"@cspell/dict-ruby@npm:^5.0.8":
version: 5.0.8
resolution: "@cspell/dict-ruby@npm:5.0.8"
checksum: 10/62734eb3a5178e6dee5feeff8e4a59b8da42e64f895191e765a2ec134c9da54480967e355766ee4440f5a912eecdfb37d97c377351c526fab7a07bc38a03659f
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.11":
version: 4.0.11
resolution: "@cspell/dict-rust@npm:4.0.11"
checksum: 10/e336ad35129660bfde98efa9498a0b7237374ee9026baf7366a52f73f5c1a85cd0ed9dffcead7af2350155456ba8f1157d63dd17061a6187d1eabedaf33372ef
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^5.0.7":
version: 5.0.7
resolution: "@cspell/dict-scala@npm:5.0.7"
checksum: 10/61be6c9e06e28aca7da228e4c09badcf429562fc00ad183de9320d60d21e12fb73ddb6fab7a943fab808cd00ace3cba872971a61d09c3c3bfb9b8d46592c1126
languageName: node
linkType: hard
"@cspell/dict-shell@npm:1.1.0, @cspell/dict-shell@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-shell@npm:1.1.0"
checksum: 10/80e17a64b69fcacda061bd0645917fdadbceeaa5a6388417c4193da062ba11eaf19839d79d0d172360eba9ab532571e8fce93cce14a9d383f2c6c56ba9112c43
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^5.0.5":
version: 5.1.0
resolution: "@cspell/dict-software-terms@npm:5.1.0"
checksum: 10/b747e36c90149e0254952306cf7169e1e4f08561b6a2f142f3e9fafd8d5f441a6aa002a22dd811e710caff0dc8910904c1a6c3fb9d888cf2a5ae60be08304c72
languageName: node
linkType: hard
"@cspell/dict-sql@npm:^2.2.0":
version: 2.2.0
resolution: "@cspell/dict-sql@npm:2.2.0"
checksum: 10/46a02b2a8086802aaf5b81d7570c56a73f4bbb59ffc97823c41041521a33d85d6f0b065753bbc11776f670fc98846c28ee9496cb03c79f0b87f361f9ffd3c03d
languageName: node
linkType: hard
"@cspell/dict-svelte@npm:^1.0.6":
version: 1.0.6
resolution: "@cspell/dict-svelte@npm:1.0.6"
checksum: 10/b6c4fb7738cc3070d3d6aa843e9a0ef9783a8e64368d0d4e0689e4680f6640760feb03db6c20e3a997d72381938cf669359e1d2730a1d14a6daa014c324ad160
languageName: node
linkType: hard
"@cspell/dict-swift@npm:^2.0.5":
version: 2.0.5
resolution: "@cspell/dict-swift@npm:2.0.5"
checksum: 10/09c84f12840f1ef000c0a775ba94ee49e7726d552744be4f21000a8fd45ac7608d4142f8cd9e28a111ac9afd0c0a657183cad35ff899178c02254c27593c3704
languageName: node
linkType: hard
"@cspell/dict-terraform@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-terraform@npm:1.1.1"
checksum: 10/0843bbb0e3142caa6f878bde7850683913ffc7501a7c468ba6c0ff14e98c6938c86da04d1ed9a4be161b5b0a22d16bdc7947aa2a02b6e0268939defb9ae96529
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.2.1":
version: 3.2.2
resolution: "@cspell/dict-typescript@npm:3.2.2"
checksum: 10/07776216ffa12231e00b89204eb06276d2d1bc5b058e1e24255c28ba019701a71d7399f3c207c29f78ae32ce77e73a74592f7a9ab06915d88b2c24c16060d8a2
languageName: node
linkType: hard
"@cspell/dict-vue@npm:^3.0.4":
version: 3.0.4
resolution: "@cspell/dict-vue@npm:3.0.4"
checksum: 10/53904dcaf74ac5e20814ebc2aa484ad6cc607091312c8eeaefb81ada060869c20625accda5e35939e53c148261c67c4129f859fbf50da28cfa5b30d70290ee15
languageName: node
linkType: hard
"@cspell/dynamic-import@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/dynamic-import@npm:8.19.4"
dependencies:
"@cspell/url": "npm:8.19.4"
import-meta-resolve: "npm:^4.1.0"
checksum: 10/4e8e6c8bd5aff29f921e61871503896c4ff056a5ebfef4300d9d070131a76435c97e33e375c84d2556e56f840f324060b6283424b357a36acc5dd567cddc8037
languageName: node
linkType: hard
"@cspell/filetypes@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/filetypes@npm:8.19.4"
checksum: 10/4919c6e019fae03768606387c597a6eb2bbab382ef7f351053a249e03e0e8150c14857d6da762e488509469c5703f985f24cc59844706fc0d62606705a69d0fa
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/strong-weak-map@npm:8.19.4"
checksum: 10/5c7d0975e99d7dae680e8db1fac907d96f90565bcb4c88ba23459861641db7cb69a49c39b7184dec1cf7507f2158665577aed73f0b75b8244cefd4e299cb44d6
languageName: node
linkType: hard
"@cspell/url@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/url@npm:8.19.4"
checksum: 10/ac1e763fccbe2b2c370a20b964b7639bb248499d7177ffc6124a24f8458cb35fde4da2fbfdf885d8b25f1c2ba33b9b9b9ca473a820aa49a4b5e89b8e6a529dd7
languageName: node
linkType: hard
"@csstools/css-parser-algorithms@npm:^3.0.5":
version: 3.0.5
resolution: "@csstools/css-parser-algorithms@npm:3.0.5"
peerDependencies:
"@csstools/css-tokenizer": ^3.0.4
checksum: 10/e93083b5cb36a3c1e7a47ce10cf62961d05bd1e4c608bb3ee50186ff740157ab0ec16a3956f7b86251efd10703034d849693201eea858ae904848c68d2d46ada
languageName: node
linkType: hard
"@csstools/css-tokenizer@npm:^3.0.4":
version: 3.0.4
resolution: "@csstools/css-tokenizer@npm:3.0.4"
checksum: 10/eb6c84c086312f6bb8758dfe2c85addd7475b0927333c5e39a4d59fb210b9810f8c346972046f95e60a721329cffe98895abe451e51de753ad1ca7a8c24ec65f
languageName: node
linkType: hard
"@csstools/media-query-list-parser@npm:^4.0.3":
version: 4.0.3
resolution: "@csstools/media-query-list-parser@npm:4.0.3"
peerDependencies:
"@csstools/css-parser-algorithms": ^3.0.5
"@csstools/css-tokenizer": ^3.0.4
checksum: 10/ac4e34c21a1c7fc8b788274f316c29ff2f07e7a08996d27b9beb06454666591be9946362c1b7c4d342558c278c8e7d0e35655043e47a9ffd94c3fdb292fbe020
languageName: node
linkType: hard
"@csstools/selector-specificity@npm:^5.0.0":
version: 5.0.0
resolution: "@csstools/selector-specificity@npm:5.0.0"
peerDependencies:
postcss-selector-parser: ^7.0.0
checksum: 10/8df1a01a1fa52b66c7ba0286e1c77d1faff45009876f09ddcac542a1c4bca9f34ee92a10acf056b8e7b7ac93679c1635496c6cdfd7d88dbaff2b6afd1eb823ec
languageName: node
linkType: hard
"@dual-bundle/import-meta-resolve@npm:^4.2.1":
version: 4.2.1
resolution: "@dual-bundle/import-meta-resolve@npm:4.2.1"
checksum: 10/c93f600fe0af015fdf1d6e58cd2823b8282d02e44eb6207eb5fc17e95f6c76bf67c018b12bd6ea71017b214269b59791dad2f3d560131be2df4e995400063258
languageName: node
linkType: hard
"@es-joy/jsdoccomment@npm:~0.56.0":
version: 0.56.0
resolution: "@es-joy/jsdoccomment@npm:0.56.0"
dependencies:
"@types/estree": "npm:^1.0.8"
"@typescript-eslint/types": "npm:^8.42.0"
comment-parser: "npm:1.4.1"
esquery: "npm:^1.6.0"
jsdoc-type-pratt-parser: "npm:~5.1.0"
checksum: 10/60824f4a397651f5ee3c4d085a90ff18c84e73717b3df5a61b39c7d8df19028949170aa391a7f2f2bc14bdebce3c06473b98a1f159d05d6fd359936a130c2a8e
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.25.5":
version: 0.25.5
resolution: "@esbuild/aix-ppc64@npm:0.25.5"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.25.5":
version: 0.25.5
resolution: "@esbuild/android-arm64@npm:0.25.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.25.5":
version: 0.25.5
resolution: "@esbuild/android-arm@npm:0.25.5"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.25.5":
version: 0.25.5
resolution: "@esbuild/android-x64@npm:0.25.5"
conditions: os=android & cpu=x64
languageName: node
linkType: hard