-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
11734 lines (10576 loc) · 421 KB
/
yarn.lock
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
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 10/6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.3.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@andrewbranch/untar.js@npm:^1.0.3":
version: 1.0.3
resolution: "@andrewbranch/untar.js@npm:1.0.3"
checksum: 10/a32de53839fc61af90a394cf93d4368aacd167c9c80f0b3ba0c268460942a6ce2bfe257b6d3f03986b9dcb7368f10b9dc7f66c2f94254d2662da8278454e7d12
languageName: node
linkType: hard
"@arethetypeswrong/cli@npm:0.17.3":
version: 0.17.3
resolution: "@arethetypeswrong/cli@npm:0.17.3"
dependencies:
"@arethetypeswrong/core": "npm:0.17.3"
chalk: "npm:^4.1.2"
cli-table3: "npm:^0.6.3"
commander: "npm:^10.0.1"
marked: "npm:^9.1.2"
marked-terminal: "npm:^7.1.0"
semver: "npm:^7.5.4"
bin:
attw: dist/index.js
checksum: 10/c569c86c19d2427b73cd91d100b46e97e222c4c1684b1f946cfb18fa0caa91085ec864c9c966f9ad2fc5e0267d4d11327631f4039accee46a183456eb3c02fec
languageName: node
linkType: hard
"@arethetypeswrong/core@npm:0.17.3":
version: 0.17.3
resolution: "@arethetypeswrong/core@npm:0.17.3"
dependencies:
"@andrewbranch/untar.js": "npm:^1.0.3"
cjs-module-lexer: "npm:^1.2.3"
fflate: "npm:^0.8.2"
lru-cache: "npm:^10.4.3"
semver: "npm:^7.5.4"
typescript: "npm:5.6.1-rc"
validate-npm-package-name: "npm:^5.0.0"
checksum: 10/88dd840629356f555f00210c2df57f35701f46bc3d814cf7253c41adc0e33beb8af8cfdf04b12457cd1220b28fcc0e9cf2289846dbf4d2868101a1ce592879c8
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4":
version: 7.22.10
resolution: "@babel/code-frame@npm:7.22.10"
dependencies:
"@babel/highlight": "npm:^7.22.10"
chalk: "npm:^2.4.2"
checksum: 10/53620d831c8f2230a7d2fbe833c01c071740a642317c960d45cda9b0b2d0492e152e00ab45aad8b55329ba5de647354b95f42b546fb905c0b7acf78d3f2d3ecd
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-string-parser@npm:7.25.9"
checksum: 10/c28656c52bd48e8c1d9f3e8e68ecafd09d949c57755b0d353739eb4eae7ba4f7e67e92e4036f1cd43378cc1397a2c943ed7bcaf5949b04ab48607def0258b775
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.22.5, @babel/helper-validator-identifier@npm:^7.24.7, @babel/helper-validator-identifier@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
checksum: 10/3f9b649be0c2fd457fa1957b694b4e69532a668866b8a0d81eabfa34ba16dbf3107b39e0e7144c55c3c652bf773ec816af8df4a61273a2bb4eb3145ca9cf478e
languageName: node
linkType: hard
"@babel/highlight@npm:^7.22.10":
version: 7.22.10
resolution: "@babel/highlight@npm:7.22.10"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.5"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
checksum: 10/faea6aa09ea7bc02d4d51aabdd1303b00aa2587933a08310d7502f29140bc8bcb32a74387d81dc08e97edd04f891e266623b90043ea4502e052dcbfd7e423a3c
languageName: node
linkType: hard
"@babel/parser@npm:^7.25.4":
version: 7.26.2
resolution: "@babel/parser@npm:7.26.2"
dependencies:
"@babel/types": "npm:^7.26.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10/8baee43752a3678ad9f9e360ec845065eeee806f1fdc8e0f348a8a0e13eef0959dabed4a197c978896c493ea205c804d0a1187cc52e4a1ba017c7935bab4983d
languageName: node
linkType: hard
"@babel/types@npm:^7.25.4, @babel/types@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/types@npm:7.26.0"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
checksum: 10/40780741ecec886ed9edae234b5eb4976968cc70d72b4e5a40d55f83ff2cc457de20f9b0f4fe9d858350e43dab0ea496e7ef62e2b2f08df699481a76df02cd6e
languageName: node
linkType: hard
"@bcoe/v8-coverage@npm:^1.0.2":
version: 1.0.2
resolution: "@bcoe/v8-coverage@npm:1.0.2"
checksum: 10/46600b2dde460269b07a8e4f12b72e418eae1337b85c979f43af3336c9a1c65b04e42508ab6b245f1e0e3c64328e1c38d8cd733e4a7cebc4fbf9cf65c6e59937
languageName: node
linkType: hard
"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: 10/9d226461c1e91e95f067be2bdc5e6f99cfe55a721f45afb44122e23e4b8602eeac4ff7325af6b5a369f36396ee1514d3809af3f57769066d80d83790d8e53339
languageName: node
linkType: hard
"@commitlint/cli@npm:19.6.1":
version: 19.6.1
resolution: "@commitlint/cli@npm:19.6.1"
dependencies:
"@commitlint/format": "npm:^19.5.0"
"@commitlint/lint": "npm:^19.6.0"
"@commitlint/load": "npm:^19.6.1"
"@commitlint/read": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
tinyexec: "npm:^0.3.0"
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: 10/b63b8a716d943419a0bb0542e752d380d62f2715266ae0bb53911f3fe749ae9c3bf0fd591abd87be6b863e522ca183c7bac6a82ef73255a5c5bbeceb620ecbb1
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/config-validator@npm:19.5.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
ajv: "npm:^8.11.0"
checksum: 10/681bfdcabcb0ff794ea65d95128083869c97039c3a352219d6d88a2d4f3d0412b8ec515db77433fc6b0fce072051beb103d16889d42e76ea97873191ec191b23
languageName: node
linkType: hard
"@commitlint/ensure@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/ensure@npm:19.5.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
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/a9d575637121221cb63232ee96024a63614052ccc205ec8fdab53feed70104b85608e31b4632f280d2876f10a2243474191d96e448b222abfc8d8ab48f9f8e7e
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/execute-rule@npm:19.5.0"
checksum: 10/ff05568c3a287ef8564171d5bc5d4510b2e00b552e4703f79db3d62f3cba9d669710717695d199e04c2117d41f9e72d7e43a342d5c1b62d456bc8e8bb7dda1e9
languageName: node
linkType: hard
"@commitlint/format@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/format@npm:19.5.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
chalk: "npm:^5.3.0"
checksum: 10/685b64ebee936d71bbbf66276b11d50b0227f2ad0df3c00317d5b7e25bce8b1b8dbc65cc7c5c7fafc76cad11a83ad4378a666bf8f12a3eb1c7d6a2a6c6cb25aa
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/is-ignored@npm:19.6.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
semver: "npm:^7.6.0"
checksum: 10/07b41573c9247522eb96af118be97ae015f5d0a141ecf5e3c0f67372b0fb7ba57c98adc462c722b7a7f0dd18ddcbacd92b42228e0e62370d3db110b0a35f6120
languageName: node
linkType: hard
"@commitlint/lint@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/lint@npm:19.6.0"
dependencies:
"@commitlint/is-ignored": "npm:^19.6.0"
"@commitlint/parse": "npm:^19.5.0"
"@commitlint/rules": "npm:^19.6.0"
"@commitlint/types": "npm:^19.5.0"
checksum: 10/f50721d8b02cea8cda9e67a57fb2c03377ae94ab708d47395a4e86f6f327d11db9dc84a1ecbcc3fae086f1e100400356826497a69a9d0caee6859238b32260dc
languageName: node
linkType: hard
"@commitlint/load@npm:^19.6.1":
version: 19.6.1
resolution: "@commitlint/load@npm:19.6.1"
dependencies:
"@commitlint/config-validator": "npm:^19.5.0"
"@commitlint/execute-rule": "npm:^19.5.0"
"@commitlint/resolve-extends": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
chalk: "npm:^5.3.0"
cosmiconfig: "npm:^9.0.0"
cosmiconfig-typescript-loader: "npm:^6.1.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
checksum: 10/f340060751016de8e06f67137373f9ec51aff85ceb7ac8d5eec1bfb3693df38f7ad2c231fd1dd61acf58affb2f514761c12281328aacceaacef455d25d58c2ce
languageName: node
linkType: hard
"@commitlint/message@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/message@npm:19.5.0"
checksum: 10/ad6993476ce3e6ed6ed7ae5327ac8d5116ca70168d9de6dff656a7e6f2b9f01a1c3ac7a13418831b5cdc3148ea9bcd78c32bdb7aa863280108e176ff803f7a51
languageName: node
linkType: hard
"@commitlint/parse@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/parse@npm:19.5.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
conventional-changelog-angular: "npm:^7.0.0"
conventional-commits-parser: "npm:^5.0.0"
checksum: 10/2a6f8bbbd79aa36a7e1128c60cecb322557110aa4aa8757c741c2f79071c540ba56957cef81fb64f4a304535e462d0c48b5c1ef1b2766fea7971d38ec5ad6384
languageName: node
linkType: hard
"@commitlint/read@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/read@npm:19.5.0"
dependencies:
"@commitlint/top-level": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
git-raw-commits: "npm:^4.0.0"
minimist: "npm:^1.2.8"
tinyexec: "npm:^0.3.0"
checksum: 10/0ea2da48ae1bab9add9e831a1659306567755c20ec74cf04e6e50ef1e520970decd259af652995f55eef422a3f1382f0e64e5fbc23606176f766f71076ad872b
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/resolve-extends@npm:19.5.0"
dependencies:
"@commitlint/config-validator": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
global-directory: "npm:^4.0.1"
import-meta-resolve: "npm:^4.0.0"
lodash.mergewith: "npm:^4.6.2"
resolve-from: "npm:^5.0.0"
checksum: 10/71a1c9423570dedb55809f4ad7c35962607cb06921364116e8f2d8c3d37a7ff2a43747ad5a9cd924b58614e6880a42a3fa1510244748bb6997469b52b0fecd78
languageName: node
linkType: hard
"@commitlint/rules@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/rules@npm:19.6.0"
dependencies:
"@commitlint/ensure": "npm:^19.5.0"
"@commitlint/message": "npm:^19.5.0"
"@commitlint/to-lines": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
checksum: 10/d9493b5ed450306358197c504ff7bb8ca3ef41ef1067c15497fa30ac4dc3ace9dc8c970cd5d130a7ff0e686a9619a6122ab09b155bc9eacdf8e6a0096748b402
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/to-lines@npm:19.5.0"
checksum: 10/68aaca7bf1331b5f2f604e814d57f483ead81a8296f8cff5667249510a5601825dfbbaccade3d02e0aca580b973c01419276d693cc9aa888cbe11022daa9dce6
languageName: node
linkType: hard
"@commitlint/top-level@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/top-level@npm:19.5.0"
dependencies:
find-up: "npm:^7.0.0"
checksum: 10/f6b5a3746c458e12c7a9e93f7c856ba90fba6e61db614ea1201e6b6e92cb8161dd13e88d8c9b408709ea0c19bc949cffcd1dd356cb6f51fc2ede8df48c1fd410
languageName: node
linkType: hard
"@commitlint/types@npm:17.4.4":
version: 17.4.4
resolution: "@commitlint/types@npm:17.4.4"
dependencies:
chalk: "npm:^4.1.0"
checksum: 10/03c52429052d161710896d198000196bd2e60be0fd71459b22133dd83dee43e8d05ea8ee703c8369823bc40f77a54881b80d8aa4368ac52aea7f30fb234b73d2
languageName: node
linkType: hard
"@commitlint/types@npm:19.5.0, @commitlint/types@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/types@npm:19.5.0"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10/a26f33ec6987d7d93bdbd7e1b177cfac30ca056ea383faf343c6a09c0441aa057a24be1459c3d4e7e91edd2ecf8d6c4dd670948c9d22646d64767137c6db098a
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-bundled-dicts@npm:8.17.2"
dependencies:
"@cspell/dict-ada": "npm:^4.1.0"
"@cspell/dict-al": "npm:^1.1.0"
"@cspell/dict-aws": "npm:^4.0.9"
"@cspell/dict-bash": "npm:^4.2.0"
"@cspell/dict-companies": "npm:^3.1.12"
"@cspell/dict-cpp": "npm:^6.0.3"
"@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.6"
"@cspell/dict-django": "npm:^4.1.4"
"@cspell/dict-docker": "npm:^1.1.12"
"@cspell/dict-dotnet": "npm:^5.0.9"
"@cspell/dict-elixir": "npm:^4.0.7"
"@cspell/dict-en-common-misspellings": "npm:^2.0.8"
"@cspell/dict-en-gb": "npm:1.1.33"
"@cspell/dict-en_us": "npm:^4.3.29"
"@cspell/dict-filetypes": "npm:^3.0.10"
"@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.3"
"@cspell/dict-gaming-terms": "npm:^1.1.0"
"@cspell/dict-git": "npm:^3.0.4"
"@cspell/dict-golang": "npm:^6.0.18"
"@cspell/dict-google": "npm:^1.0.5"
"@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.9"
"@cspell/dict-monkeyc": "npm:^1.0.10"
"@cspell/dict-node": "npm:^5.0.6"
"@cspell/dict-npm": "npm:^5.1.22"
"@cspell/dict-php": "npm:^4.0.14"
"@cspell/dict-powershell": "npm:^5.0.14"
"@cspell/dict-public-licenses": "npm:^2.0.12"
"@cspell/dict-python": "npm:^4.2.14"
"@cspell/dict-r": "npm:^2.1.0"
"@cspell/dict-ruby": "npm:^5.0.7"
"@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:^4.2.2"
"@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.0"
"@cspell/dict-typescript": "npm:^3.2.0"
"@cspell/dict-vue": "npm:^3.0.4"
checksum: 10/4fa2a3d11443c5d1d0d0e7034256dbdfa74f47d4e4eda11c68d203ab2c5a88fb4f92e0b2e5c77c13ed6ec855f45fd98849429e3fd991985f8f6b197d7f405b74
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-json-reporter@npm:8.17.2"
dependencies:
"@cspell/cspell-types": "npm:8.17.2"
checksum: 10/030aacf73256a55d0cde72f489d52cc1c435b612804f11368a37c36baa6235c63250e0011f288aee4750689c0e5fb80c88bf41fca07e7fd69883e2219c3d9aa0
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-pipe@npm:8.17.2"
checksum: 10/43869e98ad41e4855835502ce56fc874ae799b78f5e77411e8af1769348ffd79d9ed18fb134a1621d25a36078f93843c1ba063d3e24ad0879a80dcb459af975c
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-resolver@npm:8.17.2"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10/e2248d1968267d949c77cc79f8fa524bde36369ab5c4c61debb339b1767fe965dfce3671f1be2f61862426433b206507b88e2788269db69d1de5bbe014dfb55f
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-service-bus@npm:8.17.2"
checksum: 10/0d4e30aa0e6dda28c4d379880326c3c5a163e8fbe75b0b50635946f41c2fee3a0b8a91a87672b801d5ab3b23571ea5ba3c8f95b0520983e156a4138924008edd
languageName: node
linkType: hard
"@cspell/cspell-types@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/cspell-types@npm:8.17.2"
checksum: 10/c69c089423bb5015cde27c97c8eaa7ff20480ceab1bab593a3fb732dee87248235755140380ba2f2a3dafa3d9568dc4ef819d4de91264b7f2d683387aa198974
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.9":
version: 4.0.9
resolution: "@cspell/dict-aws@npm:4.0.9"
checksum: 10/1e96808eca3b7e42fe844e8a8a7bbc0e629de77cb654626847251f9eb5898bfa0c2559dee43dd52b523e1d31973de598c486f553019654a05c2eed97c69e14ec
languageName: node
linkType: hard
"@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.12":
version: 3.1.12
resolution: "@cspell/dict-companies@npm:3.1.12"
checksum: 10/900804495d4e71360f7abbb3f20ee213d73a38b7b66b1ec77fea9e85734cadccea899e12183c390f0ab9b28a7cb98336bd0fb932fb1d8dd5ec346019dd9fcdcb
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^6.0.3":
version: 6.0.3
resolution: "@cspell/dict-cpp@npm:6.0.3"
checksum: 10/8a4cd1c2f3061114790fa7271da48155bfdba7ec40dc94c72afd80d153a6c46a169504c2b4c7e444d8e9a83f36359478a5f6bc63be3813bd76e2a2ca0cd6445a
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.6":
version: 2.0.6
resolution: "@cspell/dict-data-science@npm:2.0.6"
checksum: 10/af9c2c520c1a743c375b7e0ba4afa815465438c846696816ae8e8bbdcfdbd5eb87da4d8c021c5b4c175c7d6d370542bc0ad6f801273956f58f8c41eb797739fd
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.12":
version: 1.1.12
resolution: "@cspell/dict-docker@npm:1.1.12"
checksum: 10/835663692c61788a5f22c343a27c49dabf5aa92eae13a34dc70ae80e075ab0eade350bbc370ede58763d2e67632504a8b994a663391394a31cda93f46b28e06d
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.8":
version: 2.0.8
resolution: "@cspell/dict-en-common-misspellings@npm:2.0.8"
checksum: 10/00cbe1c7ab912af43dbc9c73e391a195be565bcd45633c6164d64c15d26e61b19aad97bceeebfa0fe6cb471019b3d472ab9e88d6e5842976c44b16f254bd68d1
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.3.29":
version: 4.3.29
resolution: "@cspell/dict-en_us@npm:4.3.29"
checksum: 10/a6bd5aad88192ca18a8b7bd288289225f4ba1fa2d8ce453e976b842c5cbec7d45fd2ce7044bbe533c7169735eaf09a279142fabc4e60c947499cab680224e942
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.10":
version: 3.0.10
resolution: "@cspell/dict-filetypes@npm:3.0.10"
checksum: 10/b080bc9513b0272a54aea089fd555b261fa78003aff7337311f8a54476832f62046323381f8d10f5ef67856f9a955fbd4c55bb2349c738f80b0fc14b3e0ba654
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-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.3":
version: 3.2.3
resolution: "@cspell/dict-fullstack@npm:3.2.3"
checksum: 10/85aa42f640b1e592d4813e1466fd86826c706908f4c1b5e9f55ac44a5d255d665f4dafbad359b77b9ffe16e2f25db9c7c9901a74ddcba332776688a6d203765c
languageName: node
linkType: hard
"@cspell/dict-gaming-terms@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-gaming-terms@npm:1.1.0"
checksum: 10/4e66a43a382a15d5de772bb45c04a91316f2a47979df95845b4cfe4907284e753ad8cda38a27ea42b8d00ddd40d5d33d40429f8eabbdd9b37bc9c0b3b33f7907
languageName: node
linkType: hard
"@cspell/dict-git@npm:^3.0.4":
version: 3.0.4
resolution: "@cspell/dict-git@npm:3.0.4"
checksum: 10/23519344e5873acbae47fbc60b3cbdf60ff350ea1dc09518f5b66605cd7409d854cd692127243e9d6912503cd644307e9c7ccbb0730becd9871fa52ce0f7c3b6
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.18":
version: 6.0.18
resolution: "@cspell/dict-golang@npm:6.0.18"
checksum: 10/0b2f912497e96b088f31475003491a0e63386fe8d0679e4144c1f3011a9ca617b96606c790e8b37e4fc7964ad14f3f15b0532212c9dc43a815f4dcbfdbcbd9e1
languageName: node
linkType: hard
"@cspell/dict-google@npm:^1.0.5":
version: 1.0.5
resolution: "@cspell/dict-google@npm:1.0.5"
checksum: 10/4ff36fe6f112139256b6aaa8bf8538414c9e19a10dd7c50917fcf9a60a38fd1b68744a239d4bf916d8be0abbc07698b20f5b90243ee2070d0849ebc2b8b55b0a
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.10
resolution: "@cspell/dict-k8s@npm:1.0.10"
checksum: 10/55df02917f9c1523dca512494ef8309b15ce89d5f6e446572d76669349f9d2510246ba1c4eb52139789409b7f4c7cb7d0649526ef910a6d1af0f5cc2abc0d94e
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.9":
version: 2.0.9
resolution: "@cspell/dict-markdown@npm:2.0.9"
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.0
checksum: 10/1709c02c103c733e5a7beab0988308b0c23e5dd76c7491d0ddc9f9493ec251ff2627c675ee5dbb75d49f6a2ce1b3ad34984e4bcdcf4bf6edc167a77b499eeec3
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.6":
version: 5.0.6
resolution: "@cspell/dict-node@npm:5.0.6"
checksum: 10/4299abfd1294bdeb74ddd8e3ada2e2d5054280858311aa04d560a6d9934179f0c5f9774bc899c133562a502d57e666bf29800266d95c0097ed9d07071a51375c
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.1.22":
version: 5.1.22
resolution: "@cspell/dict-npm@npm:5.1.22"
checksum: 10/33aa8f42bf9441959e7bc4d51480ecc84d7325f9d3ac2f5a33098e1ee156fee1fee0fc099e0f706322bb4ed117cedf8d83bbb0c2e2547f8678a22e35324da554
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.12":
version: 2.0.12
resolution: "@cspell/dict-public-licenses@npm:2.0.12"
checksum: 10/91c1afa11405d391e0ef16a9e22c044c4d0b68c28839db28b66a2fd734377f7285966c8ccc990922f4637a00a05dd424e2055b99596f67a1176862f480229a4b
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.14":
version: 4.2.14
resolution: "@cspell/dict-python@npm:4.2.14"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.6"
checksum: 10/ec4187ab70a30962abcf2a133e9234e0ba198d5f56b6004001c91532255c1f0b3f74447aa9b00c0bb1bf7ab6a88873f508f8779b0c0c106002dc606df9fdb483
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.7":
version: 5.0.7
resolution: "@cspell/dict-ruby@npm:5.0.7"
checksum: 10/cdd1a7e15e4fb0e46f731ce13e76c35bea9529b22b80c61ea6f5b09ea9e217fa78de62c67337c9948a179137cf6b7c616a20afb29030134f7a774964419b0307
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:^4.2.2":
version: 4.2.2
resolution: "@cspell/dict-software-terms@npm:4.2.2"
checksum: 10/b499a5617d859029206d48f29a4a0b84bac1e3a38ca167c86a6e5064e9e1fe9d3bc7a252efff9cbd7a130ddfebe87354c20c2783ce9f33fc7768ba48282ec01e
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.0":
version: 1.1.0
resolution: "@cspell/dict-terraform@npm:1.1.0"
checksum: 10/3c5623ee9af897620317b1289a9368c01feca86b97c8b28c8e465f9d1135aa2c30fae1db6e6f28515e834861222e32ab0f47514072025d4dd4d4a05284617033
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.2.0":
version: 3.2.0
resolution: "@cspell/dict-typescript@npm:3.2.0"
checksum: 10/d3e4e0fda86b208fab4008d931de002f7596bd5ff4fccafe1de142d103c03b9ee1aa593cf86939676fc64e3ad0d450a2f7826a94286d83340afcbec84af5d0ed
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.17.2":
version: 8.17.2
resolution: "@cspell/dynamic-import@npm:8.17.2"
dependencies:
"@cspell/url": "npm:8.17.2"
import-meta-resolve: "npm:^4.1.0"
checksum: 10/dd1ed034e03aac8483b43ac1588a93896d517ffdfa7a8e33a075c7bbbb4c487aa87f53876a4c2543a6c6ad8d6f369409a498b5b848afe16678e9363561762c04
languageName: node
linkType: hard
"@cspell/filetypes@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/filetypes@npm:8.17.2"
checksum: 10/f6fa376080bd0d6bad62ef34a5a013e152f304b06a27f16826fbb07e5539bfedbb35609e73f240c6df63fafd0b7f6a32ae069c4c9c1332a4b001f85774edd3f3
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/strong-weak-map@npm:8.17.2"
checksum: 10/d43ad147603d06aa9a446f2dfb149c1e23b8d27d15497b03a1490b3d473dd5e12e3eaba257f1bf106dd7ab88bcb66226d4b595be2469ce0598550e81d6cd0598
languageName: node
linkType: hard
"@cspell/url@npm:8.17.2":
version: 8.17.2
resolution: "@cspell/url@npm:8.17.2"
checksum: 10/5d2ccdfbbdb893aa6ae5ca3ac9476250054efe51a1649e6eea7b6738fc7b6828e084cc09ec17ee7c25db179fa974fe4cb546cfd5ff0be7ee9de5bea61eb8689f
languageName: node
linkType: hard
"@dprint/darwin-arm64@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/darwin-arm64@npm:0.48.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@dprint/darwin-x64@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/darwin-x64@npm:0.48.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@dprint/linux-arm64-glibc@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/linux-arm64-glibc@npm:0.48.0"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-arm64-musl@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/linux-arm64-musl@npm:0.48.0"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@dprint/linux-riscv64-glibc@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/linux-riscv64-glibc@npm:0.48.0"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-glibc@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/linux-x64-glibc@npm:0.48.0"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-musl@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/linux-x64-musl@npm:0.48.0"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@dprint/win32-arm64@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/win32-arm64@npm:0.48.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@dprint/win32-x64@npm:0.48.0":
version: 0.48.0
resolution: "@dprint/win32-x64@npm:0.48.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@es-joy/jsdoccomment@npm:~0.49.0":
version: 0.49.0
resolution: "@es-joy/jsdoccomment@npm:0.49.0"
dependencies:
comment-parser: "npm:1.4.1"
esquery: "npm:^1.6.0"
jsdoc-type-pratt-parser: "npm:~4.1.0"
checksum: 10/d767cef9b09f22d1892b8bd544eee32aa7b55c585edf6b51452e6f377f205b06f46bd319174022f75794d39625b4b0f8ce75c8a4ea0b7fd0f773063506e0ef4d
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/aix-ppc64@npm:0.24.2"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.19.5":
version: 0.19.5
resolution: "@esbuild/android-arm64@npm:0.19.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm64@npm:0.24.2"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.19.5":
version: 0.19.5
resolution: "@esbuild/android-arm@npm:0.19.5"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm@npm:0.24.2"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.19.5":
version: 0.19.5
resolution: "@esbuild/android-x64@npm:0.19.5"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-x64@npm:0.24.2"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.19.5":
version: 0.19.5
resolution: "@esbuild/darwin-arm64@npm:0.19.5"