submodule-kit 0.2.2

A CLI toolkit for managing git submodules
Documentation
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
lockfileVersion: '9.0'

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

importers:

  .:
    devDependencies:
      cspell:
        specifier: ^9.7.0
        version: 9.7.0
      husky:
        specifier: ^9.1.7
        version: 9.1.7

packages:

  '@cspell/cspell-bundled-dicts@9.7.0':
    resolution: {integrity: sha512-s7h1vo++Q3AsfQa3cs0u/KGwm3SYInuIlC4kjlCBWjQmb4KddiZB5O1u0+3TlA7GycHb5M4CR7MDfHUICgJf+w==}
    engines: {node: '>=20'}

  '@cspell/cspell-json-reporter@9.7.0':
    resolution: {integrity: sha512-6xpGXlMtQA3hV2BCAQcPkpx9eI12I0o01i9eRqSSEDKtxuAnnrejbcCpL+5OboAjTp3/BSeNYSnhuWYLkSITWQ==}
    engines: {node: '>=20'}

  '@cspell/cspell-performance-monitor@9.7.0':
    resolution: {integrity: sha512-w1PZIFXuvjnC6mQHyYAFnrsn5MzKnEcEkcK1bj4OG00bAt7WX2VUA/eNNt9c1iHozCQ+FcRYlfbGxuBmNyzSgw==}
    engines: {node: '>=20.18'}

  '@cspell/cspell-pipe@9.7.0':
    resolution: {integrity: sha512-iiisyRpJciU9SOHNSi0ZEK0pqbEMFRatI/R4O+trVKb+W44p4MNGClLVRWPGUmsFbZKPJL3jDtz0wPlG0/JCZA==}
    engines: {node: '>=20'}

  '@cspell/cspell-resolver@9.7.0':
    resolution: {integrity: sha512-uiEgS238mdabDnwavo6HXt8K98jlh/jpm7NONroM9NTr9rzck2VZKD2kXEj85wDNMtRsRXNoywTjwQ8WTB6/+w==}
    engines: {node: '>=20'}

  '@cspell/cspell-service-bus@9.7.0':
    resolution: {integrity: sha512-fkqtaCkg4jY/FotmzjhIavbXuH0AgUJxZk78Ktf4XlhqOZ4wDeUWrCf220bva4mh3TWiLx/ae9lIlpl59Vx6hA==}
    engines: {node: '>=20'}

  '@cspell/cspell-types@9.7.0':
    resolution: {integrity: sha512-Tdfx4eH2uS+gv9V9NCr3Rz+c7RSS6ntXp3Blliud18ibRUlRxO9dTaOjG4iv4x0nAmMeedP1ORkEpeXSkh2QiQ==}
    engines: {node: '>=20'}

  '@cspell/cspell-worker@9.7.0':
    resolution: {integrity: sha512-cjEApFF0aOAa1vTUk+e7xP8ofK7iC7hsRzj1FmvvVQz8PoLWPRaq+1bT89ypPsZQvavqm5sIgb97S60/aW4TVg==}
    engines: {node: '>=20.18'}

  '@cspell/dict-ada@4.1.1':
    resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==}

  '@cspell/dict-al@1.1.1':
    resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==}

  '@cspell/dict-aws@4.0.17':
    resolution: {integrity: sha512-ORcblTWcdlGjIbWrgKF+8CNEBQiLVKdUOFoTn0KPNkAYnFcdPP0muT4892h7H4Xafh3j72wqB4/loQ6Nti9E/w==}

  '@cspell/dict-bash@4.2.2':
    resolution: {integrity: sha512-kyWbwtX3TsCf5l49gGQIZkRLaB/P8g73GDRm41Zu8Mv51kjl2H7Au0TsEvHv7jzcsRLS6aUYaZv6Zsvk1fOz+Q==}

  '@cspell/dict-companies@3.2.11':
    resolution: {integrity: sha512-0cmafbcz2pTHXLd59eLR1gvDvN6aWAOM0+cIL4LLF9GX9yB2iKDNrKsvs4tJRqutoaTdwNFBbV0FYv+6iCtebQ==}

  '@cspell/dict-cpp@7.0.2':
    resolution: {integrity: sha512-dfbeERiVNeqmo/npivdR6rDiBCqZi3QtjH2Z0HFcXwpdj6i97dX1xaKyK2GUsO/p4u1TOv63Dmj5Vm48haDpuA==}

  '@cspell/dict-cryptocurrencies@5.0.5':
    resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==}

  '@cspell/dict-csharp@4.0.8':
    resolution: {integrity: sha512-qmk45pKFHSxckl5mSlbHxmDitSsGMlk/XzFgt7emeTJWLNSTUK//MbYAkBNRtfzB4uD7pAFiKgpKgtJrTMRnrQ==}

  '@cspell/dict-css@4.1.1':
    resolution: {integrity: sha512-y/Vgo6qY08e1t9OqR56qjoFLBCpi4QfWMf2qzD1l9omRZwvSMQGRPz4x0bxkkkU4oocMAeztjzCsmLew//c/8w==}

  '@cspell/dict-dart@2.3.2':
    resolution: {integrity: sha512-sUiLW56t9gfZcu8iR/5EUg+KYyRD83Cjl3yjDEA2ApVuJvK1HhX+vn4e4k4YfjpUQMag8XO2AaRhARE09+/rqw==}

  '@cspell/dict-data-science@2.0.13':
    resolution: {integrity: sha512-l1HMEhBJkPmw4I2YGVu2eBSKM89K9pVF+N6qIr5Uo5H3O979jVodtuwP8I7LyPrJnC6nz28oxeGRCLh9xC5CVA==}

  '@cspell/dict-django@4.1.6':
    resolution: {integrity: sha512-SdbSFDGy9ulETqNz15oWv2+kpWLlk8DJYd573xhIkeRdcXOjskRuxjSZPKfW7O3NxN/KEf3gm3IevVOiNuFS+w==}

  '@cspell/dict-docker@1.1.17':
    resolution: {integrity: sha512-OcnVTIpHIYYKhztNTyK8ShAnXTfnqs43hVH6p0py0wlcwRIXe5uj4f12n7zPf2CeBI7JAlPjEsV0Rlf4hbz/xQ==}

  '@cspell/dict-dotnet@5.0.12':
    resolution: {integrity: sha512-FiV934kNieIjGTkiApu/WKvLYi/KBpvfWB2TSqpDQtmXZlt3uSa5blwblO1ZC8OvjH8RCq/31H5IdEYmTaZS7A==}

  '@cspell/dict-elixir@4.0.8':
    resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==}

  '@cspell/dict-en-common-misspellings@2.1.12':
    resolution: {integrity: sha512-14Eu6QGqyksqOd4fYPuRb58lK1Va7FQK9XxFsRKnZU8LhL3N+kj7YKDW+7aIaAN/0WGEqslGP6lGbQzNti8Akw==}

  '@cspell/dict-en-gb-mit@3.1.22':
    resolution: {integrity: sha512-xE5Vg6gGdMkZ1Ep6z9SJMMioGkkT1GbxS5Mm0U3Ey1/H68P0G7cJcyiVr1CARxFbLqKE4QUpoV1o6jz1Z5Yl9Q==}

  '@cspell/dict-en_us@4.4.33':
    resolution: {integrity: sha512-zWftVqfUStDA37wO1ZNDN1qMJOfcxELa8ucHW8W8wBAZY3TK5Nb6deLogCK/IJi/Qljf30dwwuqqv84Qqle9Tw==}

  '@cspell/dict-filetypes@3.0.18':
    resolution: {integrity: sha512-yU7RKD/x1IWmDLzWeiItMwgV+6bUcU/af23uS0+uGiFUbsY1qWV/D4rxlAAO6Z7no3J2z8aZOkYIOvUrJq0Rcw==}

  '@cspell/dict-flutter@1.1.1':
    resolution: {integrity: sha512-UlOzRcH2tNbFhZmHJN48Za/2/MEdRHl2BMkCWZBYs+30b91mWvBfzaN4IJQU7dUZtowKayVIF9FzvLZtZokc5A==}

  '@cspell/dict-fonts@4.0.6':
    resolution: {integrity: sha512-aR/0csY01dNb0A1tw/UmN9rKgHruUxsYsvXu6YlSBJFu60s26SKr/k1o4LavpHTQ+lznlYMqAvuxGkE4Flliqw==}

  '@cspell/dict-fsharp@1.1.1':
    resolution: {integrity: sha512-imhs0u87wEA4/cYjgzS0tAyaJpwG7vwtC8UyMFbwpmtw+/bgss+osNfyqhYRyS/ehVCWL17Ewx2UPkexjKyaBA==}

  '@cspell/dict-fullstack@3.2.9':
    resolution: {integrity: sha512-diZX+usW5aZ4/b2T0QM/H/Wl9aNMbdODa1Jq0ReBr/jazmNeWjd+PyqeVgzd1joEaHY+SAnjrf/i9CwKd2ZtWQ==}

  '@cspell/dict-gaming-terms@1.1.2':
    resolution: {integrity: sha512-9XnOvaoTBscq0xuD6KTEIkk9hhdfBkkvJAIsvw3JMcnp1214OCGW8+kako5RqQ2vTZR3Tnf3pc57o7VgkM0q1Q==}

  '@cspell/dict-git@3.1.0':
    resolution: {integrity: sha512-KEt9zGkxqGy2q1nwH4CbyqTSv5nadpn8BAlDnzlRcnL0Xb3LX9xTgSGShKvzb0bw35lHoYyLWN2ZKAqbC4pgGQ==}

  '@cspell/dict-golang@6.0.26':
    resolution: {integrity: sha512-YKA7Xm5KeOd14v5SQ4ll6afe9VSy3a2DWM7L9uBq4u3lXToRBQ1W5PRa+/Q9udd+DTURyVVnQ+7b9cnOlNxaRg==}

  '@cspell/dict-google@1.0.9':
    resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==}

  '@cspell/dict-haskell@4.0.6':
    resolution: {integrity: sha512-ib8SA5qgftExpYNjWhpYIgvDsZ/0wvKKxSP+kuSkkak520iPvTJumEpIE+qPcmJQo4NzdKMN8nEfaeci4OcFAQ==}

  '@cspell/dict-html-symbol-entities@4.0.5':
    resolution: {integrity: sha512-429alTD4cE0FIwpMucvSN35Ld87HCyuM8mF731KU5Rm4Je2SG6hmVx7nkBsLyrmH3sQukTcr1GaiZsiEg8svPA==}

  '@cspell/dict-html@4.0.15':
    resolution: {integrity: sha512-GJYnYKoD9fmo2OI0aySEGZOjThnx3upSUvV7mmqUu8oG+mGgzqm82P/f7OqsuvTaInZZwZbo+PwJQd/yHcyFIw==}

  '@cspell/dict-java@5.0.12':
    resolution: {integrity: sha512-qPSNhTcl7LGJ5Qp6VN71H8zqvRQK04S08T67knMq9hTA8U7G1sTKzLmBaDOFhq17vNX/+rT+rbRYp+B5Nwza1A==}

  '@cspell/dict-julia@1.1.1':
    resolution: {integrity: sha512-WylJR9TQ2cgwd5BWEOfdO3zvDB+L7kYFm0I9u0s9jKHWQ6yKmfKeMjU9oXxTBxIufhCXm92SKwwVNAC7gjv+yA==}

  '@cspell/dict-k8s@1.0.12':
    resolution: {integrity: sha512-2LcllTWgaTfYC7DmkMPOn9GsBWsA4DZdlun4po8s2ysTP7CPEnZc1ZfK6pZ2eI4TsZemlUQQ+NZxMe9/QutQxg==}

  '@cspell/dict-kotlin@1.1.1':
    resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==}

  '@cspell/dict-latex@5.1.0':
    resolution: {integrity: sha512-qxT4guhysyBt0gzoliXYEBYinkAdEtR2M7goRaUH0a7ltCsoqqAeEV8aXYRIdZGcV77gYSobvu3jJL038tlPAw==}

  '@cspell/dict-lorem-ipsum@4.0.5':
    resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==}

  '@cspell/dict-lua@4.0.8':
    resolution: {integrity: sha512-N4PkgNDMu9JVsRu7JBS/3E/dvfItRgk9w5ga2dKq+JupP2Y3lojNaAVFhXISh4Y0a6qXDn2clA6nvnavQ/jjLA==}

  '@cspell/dict-makefile@1.0.5':
    resolution: {integrity: sha512-4vrVt7bGiK8Rx98tfRbYo42Xo2IstJkAF4tLLDMNQLkQ86msDlYSKG1ZCk8Abg+EdNcFAjNhXIiNO+w4KflGAQ==}

  '@cspell/dict-markdown@2.0.16':
    resolution: {integrity: sha512-976RRqKv6cwhrxdFCQP2DdnBVB86BF57oQtPHy4Zbf4jF/i2Oy29MCrxirnOBalS1W6KQeto7NdfDXRAwkK4PQ==}
    peerDependencies:
      '@cspell/dict-css': ^4.1.1
      '@cspell/dict-html': ^4.0.15
      '@cspell/dict-html-symbol-entities': ^4.0.5
      '@cspell/dict-typescript': ^3.2.3

  '@cspell/dict-monkeyc@1.0.12':
    resolution: {integrity: sha512-MN7Vs11TdP5mbdNFQP5x2Ac8zOBm97ARg6zM5Sb53YQt/eMvXOMvrep7+/+8NJXs0jkp70bBzjqU4APcqBFNAw==}

  '@cspell/dict-node@5.0.9':
    resolution: {integrity: sha512-hO+ga+uYZ/WA4OtiMEyKt5rDUlUyu3nXMf8KVEeqq2msYvAPdldKBGH7lGONg6R/rPhv53Rb+0Y1SLdoK1+7wQ==}

  '@cspell/dict-npm@5.2.38':
    resolution: {integrity: sha512-21ucGRPYYhr91C2cDBoMPTrcIOStQv33xOqJB0JLoC5LAs2Sfj9EoPGhGb+gIFVHz6Ia7JQWE2SJsOVFJD1wmg==}

  '@cspell/dict-php@4.1.1':
    resolution: {integrity: sha512-EXelI+4AftmdIGtA8HL8kr4WlUE11OqCSVlnIgZekmTkEGSZdYnkFdiJ5IANSALtlQ1mghKjz+OFqVs6yowgWA==}

  '@cspell/dict-powershell@5.0.15':
    resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==}

  '@cspell/dict-public-licenses@2.0.16':
    resolution: {integrity: sha512-EQRrPvEOmwhwWezV+W7LjXbIBjiy6y/shrET6Qcpnk3XANTzfvWflf9PnJ5kId/oKWvihFy0za0AV1JHd03pSQ==}

  '@cspell/dict-python@4.2.26':
    resolution: {integrity: sha512-hbjN6BjlSgZOG2dA2DtvYNGBM5Aq0i0dHaZjMOI9K/9vRicVvKbcCiBSSrR3b+jwjhQL5ff7HwG5xFaaci0GQA==}

  '@cspell/dict-r@2.1.1':
    resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==}

  '@cspell/dict-ruby@5.1.1':
    resolution: {integrity: sha512-LHrp84oEV6q1ZxPPyj4z+FdKyq1XAKYPtmGptrd+uwHbrF/Ns5+fy6gtSi7pS+uc0zk3JdO9w/tPK+8N1/7WUA==}

  '@cspell/dict-rust@4.1.2':
    resolution: {integrity: sha512-O1FHrumYcO+HZti3dHfBPUdnDFkI+nbYK3pxYmiM1sr+G0ebOd6qchmswS0Wsc6ZdEVNiPYJY/gZQR6jfW3uOg==}

  '@cspell/dict-scala@5.0.9':
    resolution: {integrity: sha512-AjVcVAELgllybr1zk93CJ5wSUNu/Zb5kIubymR/GAYkMyBdYFCZ3Zbwn4Zz8GJlFFAbazABGOu0JPVbeY59vGg==}

  '@cspell/dict-shell@1.1.2':
    resolution: {integrity: sha512-WqOUvnwcHK1X61wAfwyXq04cn7KYyskg90j4lLg3sGGKMW9Sq13hs91pqrjC44Q+lQLgCobrTkMDw9Wyl9nRFA==}

  '@cspell/dict-software-terms@5.2.1':
    resolution: {integrity: sha512-a25D44ZcccvimNbUgpY94UnqRT46e2PjFf4dgxKXHoMCEcH0NqI4682k4PYsT1AmWMGn7EAA8tS2tN5yxhkm5g==}

  '@cspell/dict-sql@2.2.1':
    resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==}

  '@cspell/dict-svelte@1.0.7':
    resolution: {integrity: sha512-hGZsGqP0WdzKkdpeVLBivRuSNzOTvN036EBmpOwxH+FTY2DuUH7ecW+cSaMwOgmq5JFSdTcbTNFlNC8HN8lhaQ==}

  '@cspell/dict-swift@2.0.6':
    resolution: {integrity: sha512-PnpNbrIbex2aqU1kMgwEKvCzgbkHtj3dlFLPMqW1vSniop7YxaDTtvTUO4zA++ugYAEL+UK8vYrBwDPTjjvSnA==}

  '@cspell/dict-terraform@1.1.3':
    resolution: {integrity: sha512-gr6wxCydwSFyyBKhBA2xkENXtVFToheqYYGFvlMZXWjviynXmh+NK/JTvTCk/VHk3+lzbO9EEQKee6VjrAUSbA==}

  '@cspell/dict-typescript@3.2.3':
    resolution: {integrity: sha512-zXh1wYsNljQZfWWdSPYwQhpwiuW0KPW1dSd8idjMRvSD0aSvWWHoWlrMsmZeRl4qM4QCEAjua8+cjflm41cQBg==}

  '@cspell/dict-vue@3.0.5':
    resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==}

  '@cspell/dict-zig@1.0.0':
    resolution: {integrity: sha512-XibBIxBlVosU06+M6uHWkFeT0/pW5WajDRYdXG2CgHnq85b0TI/Ks0FuBJykmsgi2CAD3Qtx8UHFEtl/DSFnAQ==}

  '@cspell/dynamic-import@9.7.0':
    resolution: {integrity: sha512-Ws36IYvtS/8IN3x6K9dPLvTmaArodRJmzTn2Rkf2NaTnIYWhRuFzsP3SVVO59NN3fXswAEbmz5DSbVUe8bPZHg==}
    engines: {node: '>=20'}

  '@cspell/filetypes@9.7.0':
    resolution: {integrity: sha512-Ln9e/8wGOyTeL3DCCs6kwd18TSpTw3kxsANjTrzLDASrX4cNmAdvc9J5dcIuBHPaqOAnRQxuZbzUlpRh73Y24w==}
    engines: {node: '>=20'}

  '@cspell/rpc@9.7.0':
    resolution: {integrity: sha512-VnZ4ABgQeoS4RwofcePkDP7L6tf3Kh5D7LQKoyRM4R6XtfSsYefym6XKaRl3saGtthH5YyjgNJ0Tgdjen4wAAw==}
    engines: {node: '>=20.18'}

  '@cspell/strong-weak-map@9.7.0':
    resolution: {integrity: sha512-5xbvDASjklrmy88O6gmGXgYhpByCXqOj5wIgyvwZe2l83T1bE+iOfGI4pGzZJ/mN+qTn1DNKq8BPBPtDgb7Q2Q==}
    engines: {node: '>=20'}

  '@cspell/url@9.7.0':
    resolution: {integrity: sha512-ZaaBr0pTvNxmyUbIn+nVPXPr383VqJzfUDMWicgTjJIeo2+T2hOq2kNpgpvTIrWtZrsZnSP8oXms1+sKTjcvkw==}
    engines: {node: '>=20'}

  ansi-regex@6.2.2:
    resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
    engines: {node: '>=12'}

  array-timsort@1.0.3:
    resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==}

  callsites@3.1.0:
    resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
    engines: {node: '>=6'}

  chalk-template@1.1.2:
    resolution: {integrity: sha512-2bxTP2yUH7AJj/VAXfcA+4IcWGdQ87HwBANLt5XxGTeomo8yG0y95N1um9i5StvhT/Bl0/2cARA5v1PpPXUxUA==}
    engines: {node: '>=14.16'}

  chalk@5.6.2:
    resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
    engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}

  clear-module@4.1.2:
    resolution: {integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==}
    engines: {node: '>=8'}

  commander@14.0.3:
    resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
    engines: {node: '>=20'}

  comment-json@4.6.2:
    resolution: {integrity: sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==}
    engines: {node: '>= 6'}

  cspell-config-lib@9.7.0:
    resolution: {integrity: sha512-pguh8A3+bSJ1OOrKCiQan8bvaaY125de76OEFz7q1Pq309lIcDrkoL/W4aYbso/NjrXaIw6OjkgPMGRBI/IgGg==}
    engines: {node: '>=20'}

  cspell-dictionary@9.7.0:
    resolution: {integrity: sha512-k/Wz0so32+0QEqQe21V9m4BNXM5ZN6lz3Ix/jLCbMxFIPl6wT711ftjOWIEMFhvUOP0TWXsbzcuE9mKtS5mTig==}
    engines: {node: '>=20'}

  cspell-gitignore@9.7.0:
    resolution: {integrity: sha512-MtoYuH4ah4K6RrmaF834npMcRsTKw0658mC6yvmBacUQOmwB/olqyuxF3fxtbb55HDb7cXDQ35t1XuwwGEQeZw==}
    engines: {node: '>=20'}
    hasBin: true

  cspell-glob@9.7.0:
    resolution: {integrity: sha512-LUeAoEsoCJ+7E3TnUmWBscpVQOmdwBejMlFn0JkXy6LQzxrybxXBKf65RSdIv1o5QtrhQIMa358xXYQG0sv/tA==}
    engines: {node: '>=20'}

  cspell-grammar@9.7.0:
    resolution: {integrity: sha512-oEYME+7MJztfVY1C06aGcJgEYyqBS/v/ETkQGPzf/c6ObSAPRcUbVtsXZgnR72Gru9aBckc70xJcD6bELdoWCA==}
    engines: {node: '>=20'}
    hasBin: true

  cspell-io@9.7.0:
    resolution: {integrity: sha512-V7x0JHAUCcJPRCH8c0MQkkaKmZD2yotxVyrNEx2SZTpvnKrYscLEnUUTWnGJIIf9znzISqw116PLnYu2c+zd6Q==}
    engines: {node: '>=20'}

  cspell-lib@9.7.0:
    resolution: {integrity: sha512-aTx/aLRpnuY1RJnYAu+A8PXfm1oIUdvAQ4W9E66bTgp1LWI+2G2++UtaPxRIgI0olxE9vcXqUnKpjOpO+5W9bQ==}
    engines: {node: '>=20'}

  cspell-trie-lib@9.7.0:
    resolution: {integrity: sha512-a2YqmcraL3g6I/4gY7SYWEZfP73oLluUtxO7wxompk/kOG2K1FUXyQfZXaaR7HxVv10axT1+NrjhOmXpfbI6LA==}
    engines: {node: '>=20'}
    peerDependencies:
      '@cspell/cspell-types': 9.7.0

  cspell@9.7.0:
    resolution: {integrity: sha512-ftxOnkd+scAI7RZ1/ksgBZRr0ouC7QRKtPQhD/PbLTKwAM62sSvRhE1bFsuW3VKBn/GilWzTjkJ40WmnDqH5iQ==}
    engines: {node: '>=20.18'}
    hasBin: true

  env-paths@4.0.0:
    resolution: {integrity: sha512-pxP8eL2SwwaTRi/KHYwLYXinDs7gL3jxFcBYmEdYfZmZXbaVDvdppd0XBU8qVz03rDfKZMXg1omHCbsJjZrMsw==}
    engines: {node: '>=20'}

  esprima@4.0.1:
    resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
    engines: {node: '>=4'}
    hasBin: true

  fast-equals@6.0.0:
    resolution: {integrity: sha512-PFhhIGgdM79r5Uztdj9Zb6Tt1zKafqVfdMGwVca1z5z6fbX7DmsySSuJd8HiP6I1j505DCS83cLxo5rmSNeVEA==}
    engines: {node: '>=6.0.0'}

  fast-json-stable-stringify@2.1.0:
    resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}

  fdir@6.5.0:
    resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
    engines: {node: '>=12.0.0'}
    peerDependencies:
      picomatch: ^3 || ^4
    peerDependenciesMeta:
      picomatch:
        optional: true

  flatted@3.4.2:
    resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}

  gensequence@8.0.8:
    resolution: {integrity: sha512-omMVniXEXpdx/vKxGnPRoO2394Otlze28TyxECbFVyoSpZ9H3EO7lemjcB12OpQJzRW4e5tt/dL1rOxry6aMHg==}
    engines: {node: '>=20'}

  global-directory@5.0.0:
    resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==}
    engines: {node: '>=20'}

  husky@9.1.7:
    resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
    engines: {node: '>=18'}
    hasBin: true

  import-fresh@3.3.1:
    resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
    engines: {node: '>=6'}

  import-meta-resolve@4.2.0:
    resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}

  ini@6.0.0:
    resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==}
    engines: {node: ^20.17.0 || >=22.9.0}

  is-safe-filename@0.1.1:
    resolution: {integrity: sha512-4SrR7AdnY11LHfDKTZY1u6Ga3RuxZdl3YKWWShO5iyuG5h8QS4GD2tOb04peBJ5I7pXbR+CGBNEhTcwK+FzN3g==}
    engines: {node: '>=20'}

  parent-module@1.0.1:
    resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
    engines: {node: '>=6'}

  parent-module@2.0.0:
    resolution: {integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==}
    engines: {node: '>=8'}

  picomatch@4.0.4:
    resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
    engines: {node: '>=12'}

  resolve-from@4.0.0:
    resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
    engines: {node: '>=4'}

  resolve-from@5.0.0:
    resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
    engines: {node: '>=8'}

  semver@7.7.4:
    resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
    engines: {node: '>=10'}
    hasBin: true

  smol-toml@1.6.1:
    resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
    engines: {node: '>= 18'}

  tinyglobby@0.2.15:
    resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
    engines: {node: '>=12.0.0'}

  vscode-languageserver-textdocument@1.0.12:
    resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==}

  vscode-uri@3.1.0:
    resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}

  xdg-basedir@5.1.0:
    resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==}
    engines: {node: '>=12'}

  yaml@2.8.3:
    resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
    engines: {node: '>= 14.6'}
    hasBin: true

snapshots:

  '@cspell/cspell-bundled-dicts@9.7.0':
    dependencies:
      '@cspell/dict-ada': 4.1.1
      '@cspell/dict-al': 1.1.1
      '@cspell/dict-aws': 4.0.17
      '@cspell/dict-bash': 4.2.2
      '@cspell/dict-companies': 3.2.11
      '@cspell/dict-cpp': 7.0.2
      '@cspell/dict-cryptocurrencies': 5.0.5
      '@cspell/dict-csharp': 4.0.8
      '@cspell/dict-css': 4.1.1
      '@cspell/dict-dart': 2.3.2
      '@cspell/dict-data-science': 2.0.13
      '@cspell/dict-django': 4.1.6
      '@cspell/dict-docker': 1.1.17
      '@cspell/dict-dotnet': 5.0.12
      '@cspell/dict-elixir': 4.0.8
      '@cspell/dict-en-common-misspellings': 2.1.12
      '@cspell/dict-en-gb-mit': 3.1.22
      '@cspell/dict-en_us': 4.4.33
      '@cspell/dict-filetypes': 3.0.18
      '@cspell/dict-flutter': 1.1.1
      '@cspell/dict-fonts': 4.0.6
      '@cspell/dict-fsharp': 1.1.1
      '@cspell/dict-fullstack': 3.2.9
      '@cspell/dict-gaming-terms': 1.1.2
      '@cspell/dict-git': 3.1.0
      '@cspell/dict-golang': 6.0.26
      '@cspell/dict-google': 1.0.9
      '@cspell/dict-haskell': 4.0.6
      '@cspell/dict-html': 4.0.15
      '@cspell/dict-html-symbol-entities': 4.0.5
      '@cspell/dict-java': 5.0.12
      '@cspell/dict-julia': 1.1.1
      '@cspell/dict-k8s': 1.0.12
      '@cspell/dict-kotlin': 1.1.1
      '@cspell/dict-latex': 5.1.0
      '@cspell/dict-lorem-ipsum': 4.0.5
      '@cspell/dict-lua': 4.0.8
      '@cspell/dict-makefile': 1.0.5
      '@cspell/dict-markdown': 2.0.16(@cspell/dict-css@4.1.1)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.15)(@cspell/dict-typescript@3.2.3)
      '@cspell/dict-monkeyc': 1.0.12
      '@cspell/dict-node': 5.0.9
      '@cspell/dict-npm': 5.2.38
      '@cspell/dict-php': 4.1.1
      '@cspell/dict-powershell': 5.0.15
      '@cspell/dict-public-licenses': 2.0.16
      '@cspell/dict-python': 4.2.26
      '@cspell/dict-r': 2.1.1
      '@cspell/dict-ruby': 5.1.1
      '@cspell/dict-rust': 4.1.2
      '@cspell/dict-scala': 5.0.9
      '@cspell/dict-shell': 1.1.2
      '@cspell/dict-software-terms': 5.2.1
      '@cspell/dict-sql': 2.2.1
      '@cspell/dict-svelte': 1.0.7
      '@cspell/dict-swift': 2.0.6
      '@cspell/dict-terraform': 1.1.3
      '@cspell/dict-typescript': 3.2.3
      '@cspell/dict-vue': 3.0.5
      '@cspell/dict-zig': 1.0.0

  '@cspell/cspell-json-reporter@9.7.0':
    dependencies:
      '@cspell/cspell-types': 9.7.0

  '@cspell/cspell-performance-monitor@9.7.0': {}

  '@cspell/cspell-pipe@9.7.0': {}

  '@cspell/cspell-resolver@9.7.0':
    dependencies:
      global-directory: 5.0.0

  '@cspell/cspell-service-bus@9.7.0': {}

  '@cspell/cspell-types@9.7.0': {}

  '@cspell/cspell-worker@9.7.0':
    dependencies:
      cspell-lib: 9.7.0

  '@cspell/dict-ada@4.1.1': {}

  '@cspell/dict-al@1.1.1': {}

  '@cspell/dict-aws@4.0.17': {}

  '@cspell/dict-bash@4.2.2':
    dependencies:
      '@cspell/dict-shell': 1.1.2

  '@cspell/dict-companies@3.2.11': {}

  '@cspell/dict-cpp@7.0.2': {}

  '@cspell/dict-cryptocurrencies@5.0.5': {}

  '@cspell/dict-csharp@4.0.8': {}

  '@cspell/dict-css@4.1.1': {}

  '@cspell/dict-dart@2.3.2': {}

  '@cspell/dict-data-science@2.0.13': {}

  '@cspell/dict-django@4.1.6': {}

  '@cspell/dict-docker@1.1.17': {}

  '@cspell/dict-dotnet@5.0.12': {}

  '@cspell/dict-elixir@4.0.8': {}

  '@cspell/dict-en-common-misspellings@2.1.12': {}

  '@cspell/dict-en-gb-mit@3.1.22': {}

  '@cspell/dict-en_us@4.4.33': {}

  '@cspell/dict-filetypes@3.0.18': {}

  '@cspell/dict-flutter@1.1.1': {}

  '@cspell/dict-fonts@4.0.6': {}

  '@cspell/dict-fsharp@1.1.1': {}

  '@cspell/dict-fullstack@3.2.9': {}

  '@cspell/dict-gaming-terms@1.1.2': {}

  '@cspell/dict-git@3.1.0': {}

  '@cspell/dict-golang@6.0.26': {}

  '@cspell/dict-google@1.0.9': {}

  '@cspell/dict-haskell@4.0.6': {}

  '@cspell/dict-html-symbol-entities@4.0.5': {}

  '@cspell/dict-html@4.0.15': {}

  '@cspell/dict-java@5.0.12': {}

  '@cspell/dict-julia@1.1.1': {}

  '@cspell/dict-k8s@1.0.12': {}

  '@cspell/dict-kotlin@1.1.1': {}

  '@cspell/dict-latex@5.1.0': {}

  '@cspell/dict-lorem-ipsum@4.0.5': {}

  '@cspell/dict-lua@4.0.8': {}

  '@cspell/dict-makefile@1.0.5': {}

  '@cspell/dict-markdown@2.0.16(@cspell/dict-css@4.1.1)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.15)(@cspell/dict-typescript@3.2.3)':
    dependencies:
      '@cspell/dict-css': 4.1.1
      '@cspell/dict-html': 4.0.15
      '@cspell/dict-html-symbol-entities': 4.0.5
      '@cspell/dict-typescript': 3.2.3

  '@cspell/dict-monkeyc@1.0.12': {}

  '@cspell/dict-node@5.0.9': {}

  '@cspell/dict-npm@5.2.38': {}

  '@cspell/dict-php@4.1.1': {}

  '@cspell/dict-powershell@5.0.15': {}

  '@cspell/dict-public-licenses@2.0.16': {}

  '@cspell/dict-python@4.2.26':
    dependencies:
      '@cspell/dict-data-science': 2.0.13

  '@cspell/dict-r@2.1.1': {}

  '@cspell/dict-ruby@5.1.1': {}

  '@cspell/dict-rust@4.1.2': {}

  '@cspell/dict-scala@5.0.9': {}

  '@cspell/dict-shell@1.1.2': {}

  '@cspell/dict-software-terms@5.2.1': {}

  '@cspell/dict-sql@2.2.1': {}

  '@cspell/dict-svelte@1.0.7': {}

  '@cspell/dict-swift@2.0.6': {}

  '@cspell/dict-terraform@1.1.3': {}

  '@cspell/dict-typescript@3.2.3': {}

  '@cspell/dict-vue@3.0.5': {}

  '@cspell/dict-zig@1.0.0': {}

  '@cspell/dynamic-import@9.7.0':
    dependencies:
      '@cspell/url': 9.7.0
      import-meta-resolve: 4.2.0

  '@cspell/filetypes@9.7.0': {}

  '@cspell/rpc@9.7.0': {}

  '@cspell/strong-weak-map@9.7.0': {}

  '@cspell/url@9.7.0': {}

  ansi-regex@6.2.2: {}

  array-timsort@1.0.3: {}

  callsites@3.1.0: {}

  chalk-template@1.1.2:
    dependencies:
      chalk: 5.6.2

  chalk@5.6.2: {}

  clear-module@4.1.2:
    dependencies:
      parent-module: 2.0.0
      resolve-from: 5.0.0

  commander@14.0.3: {}

  comment-json@4.6.2:
    dependencies:
      array-timsort: 1.0.3
      esprima: 4.0.1

  cspell-config-lib@9.7.0:
    dependencies:
      '@cspell/cspell-types': 9.7.0
      comment-json: 4.6.2
      smol-toml: 1.6.1
      yaml: 2.8.3

  cspell-dictionary@9.7.0:
    dependencies:
      '@cspell/cspell-performance-monitor': 9.7.0
      '@cspell/cspell-pipe': 9.7.0
      '@cspell/cspell-types': 9.7.0
      cspell-trie-lib: 9.7.0(@cspell/cspell-types@9.7.0)
      fast-equals: 6.0.0

  cspell-gitignore@9.7.0:
    dependencies:
      '@cspell/url': 9.7.0
      cspell-glob: 9.7.0
      cspell-io: 9.7.0

  cspell-glob@9.7.0:
    dependencies:
      '@cspell/url': 9.7.0
      picomatch: 4.0.4

  cspell-grammar@9.7.0:
    dependencies:
      '@cspell/cspell-pipe': 9.7.0
      '@cspell/cspell-types': 9.7.0

  cspell-io@9.7.0:
    dependencies:
      '@cspell/cspell-service-bus': 9.7.0
      '@cspell/url': 9.7.0

  cspell-lib@9.7.0:
    dependencies:
      '@cspell/cspell-bundled-dicts': 9.7.0
      '@cspell/cspell-performance-monitor': 9.7.0
      '@cspell/cspell-pipe': 9.7.0
      '@cspell/cspell-resolver': 9.7.0
      '@cspell/cspell-types': 9.7.0
      '@cspell/dynamic-import': 9.7.0
      '@cspell/filetypes': 9.7.0
      '@cspell/rpc': 9.7.0
      '@cspell/strong-weak-map': 9.7.0
      '@cspell/url': 9.7.0
      clear-module: 4.1.2
      cspell-config-lib: 9.7.0
      cspell-dictionary: 9.7.0
      cspell-glob: 9.7.0
      cspell-grammar: 9.7.0
      cspell-io: 9.7.0
      cspell-trie-lib: 9.7.0(@cspell/cspell-types@9.7.0)
      env-paths: 4.0.0
      gensequence: 8.0.8
      import-fresh: 3.3.1
      resolve-from: 5.0.0
      vscode-languageserver-textdocument: 1.0.12
      vscode-uri: 3.1.0
      xdg-basedir: 5.1.0

  cspell-trie-lib@9.7.0(@cspell/cspell-types@9.7.0):
    dependencies:
      '@cspell/cspell-types': 9.7.0

  cspell@9.7.0:
    dependencies:
      '@cspell/cspell-json-reporter': 9.7.0
      '@cspell/cspell-performance-monitor': 9.7.0
      '@cspell/cspell-pipe': 9.7.0
      '@cspell/cspell-types': 9.7.0
      '@cspell/cspell-worker': 9.7.0
      '@cspell/dynamic-import': 9.7.0
      '@cspell/url': 9.7.0
      ansi-regex: 6.2.2
      chalk: 5.6.2
      chalk-template: 1.1.2
      commander: 14.0.3
      cspell-config-lib: 9.7.0
      cspell-dictionary: 9.7.0
      cspell-gitignore: 9.7.0
      cspell-glob: 9.7.0
      cspell-io: 9.7.0
      cspell-lib: 9.7.0
      fast-json-stable-stringify: 2.1.0
      flatted: 3.4.2
      semver: 7.7.4
      tinyglobby: 0.2.15

  env-paths@4.0.0:
    dependencies:
      is-safe-filename: 0.1.1

  esprima@4.0.1: {}

  fast-equals@6.0.0: {}

  fast-json-stable-stringify@2.1.0: {}

  fdir@6.5.0(picomatch@4.0.4):
    optionalDependencies:
      picomatch: 4.0.4

  flatted@3.4.2: {}

  gensequence@8.0.8: {}

  global-directory@5.0.0:
    dependencies:
      ini: 6.0.0

  husky@9.1.7: {}

  import-fresh@3.3.1:
    dependencies:
      parent-module: 1.0.1
      resolve-from: 4.0.0

  import-meta-resolve@4.2.0: {}

  ini@6.0.0: {}

  is-safe-filename@0.1.1: {}

  parent-module@1.0.1:
    dependencies:
      callsites: 3.1.0

  parent-module@2.0.0:
    dependencies:
      callsites: 3.1.0

  picomatch@4.0.4: {}

  resolve-from@4.0.0: {}

  resolve-from@5.0.0: {}

  semver@7.7.4: {}

  smol-toml@1.6.1: {}

  tinyglobby@0.2.15:
    dependencies:
      fdir: 6.5.0(picomatch@4.0.4)
      picomatch: 4.0.4

  vscode-languageserver-textdocument@1.0.12: {}

  vscode-uri@3.1.0: {}

  xdg-basedir@5.1.0: {}

  yaml@2.8.3: {}