-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
11980 lines (10804 loc) · 430 KB
/
yarn.lock
File metadata and controls
11980 lines (10804 loc) · 430 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
"@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.18.1":
version: 0.18.1
resolution: "@arethetypeswrong/cli@npm:0.18.1"
dependencies:
"@arethetypeswrong/core": "npm:0.18.1"
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/ff299c285969c52c830360223ea82febd2d3d194e1cc86f7015661790a5edff75ab612b5646b05b025b3f720dcbf0108f2165821db395cd76c0899cc2c0ba6c9
languageName: node
linkType: hard
"@arethetypeswrong/core@npm:0.18.1":
version: 0.18.1
resolution: "@arethetypeswrong/core@npm:0.18.1"
dependencies:
"@andrewbranch/untar.js": "npm:^1.0.3"
"@loaderkit/resolve": "npm:^1.0.2"
cjs-module-lexer: "npm:^1.2.3"
fflate: "npm:^0.8.2"
lru-cache: "npm:^11.0.1"
semver: "npm:^7.5.4"
typescript: "npm:5.6.1-rc"
validate-npm-package-name: "npm:^5.0.0"
checksum: 10/57d2ab6189ddf0b4e668e9b7573c665a6d71721c9b39b9f1912eb30f9324e9a8e69dd656e62af95f7e6624587c11757c74c0c198dbaeb59a2409d9b2b87d24fe
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4":
version: 7.26.2
resolution: "@babel/code-frame@npm:7.26.2"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.25.9"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.0.0"
checksum: 10/db2c2122af79d31ca916755331bb4bac96feb2b334cdaca5097a6b467fdd41963b89b14b6836a14f083de7ff887fc78fa1b3c10b14e743d33e12dbfe5ee3d223
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.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
checksum: 10/3f9b649be0c2fd457fa1957b694b4e69532a668866b8a0d81eabfa34ba16dbf3107b39e0e7144c55c3c652bf773ec816af8df4a61273a2bb4eb3145ca9cf478e
languageName: node
linkType: hard
"@babel/parser@npm:^7.25.4":
version: 7.26.9
resolution: "@babel/parser@npm:7.26.9"
dependencies:
"@babel/types": "npm:^7.26.9"
bin:
parser: ./bin/babel-parser.js
checksum: 10/cb84fe3ba556d6a4360f3373cf7eb0901c46608c8d77330cc1ca021d60f5d6ebb4056a8e7f9dd0ef231923ef1fe69c87b11ce9e160d2252e089a20232a2b942b
languageName: node
linkType: hard
"@babel/types@npm:^7.25.4, @babel/types@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/types@npm:7.26.9"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
checksum: 10/11b62ea7ed64ef7e39cc9b33852c1084064c3b970ae0eaa5db659241cfb776577d1e68cbff4de438bada885d3a827b52cc0f3746112d8e1bc672bb99a8eb5b56
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
"@braidai/lang@npm:^1.0.0":
version: 1.1.0
resolution: "@braidai/lang@npm:1.1.0"
checksum: 10/e6fde83701da73aefadf2a7a5d1906348203ae6a913764f72895d0f98093da2a58ac4b9a71d0058c38869f9ce630e362168b8a6708da051a9b92f80ca7b0b686
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.8.1":
version: 19.8.1
resolution: "@commitlint/cli@npm:19.8.1"
dependencies:
"@commitlint/format": "npm:^19.8.1"
"@commitlint/lint": "npm:^19.8.1"
"@commitlint/load": "npm:^19.8.1"
"@commitlint/read": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
tinyexec: "npm:^1.0.0"
yargs: "npm:^17.0.0"
bin:
commitlint: ./cli.js
checksum: 10/c41f5a42319e38e1da2addd27b32ced461eae2d01c9bbfc75be069d88467974255dfbe4593d3e107a0e3f68350f482490bcda69d9d6a4192cde8084f203e7c8b
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/config-validator@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
ajv: "npm:^8.11.0"
checksum: 10/26eee15c1c0564fc8857b4bbc4f06305a32e049a724ede73753f66fc15316eb79a5dde4c8e2765bd75952a27b138cd80cffc49491281f122b834f8467c658d80
languageName: node
linkType: hard
"@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/execute-rule@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/execute-rule@npm:19.8.1"
checksum: 10/a39d9a87c0962c290e4f7d7438e8fca7642384a5aa97ec84c0b3dbbf91dc048496dd25447ba3dbec37b00006eec1951f8f22f30a98448e90e22d44d585d8a68f
languageName: node
linkType: hard
"@commitlint/format@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/format@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
chalk: "npm:^5.3.0"
checksum: 10/5af80e489c1470e20519780867145492c145690bd8e6b0dc049f53d317b045fa39ba012faed2715307e105ca439e6b16bdd4fe9c39c146d38bb5d93f1542fc5f
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/load@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/load@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/execute-rule": "npm:^19.8.1"
"@commitlint/resolve-extends": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
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/e78c997ef529f80f8b62f686e553d0f2cb33d88b8b907d2e3890195851cd783fd44bd780addaa49f1cceb12ed073c10bb10e11dc082f51e4fdc54640f5ac1cca
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/read@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/read@npm:19.8.1"
dependencies:
"@commitlint/top-level": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
git-raw-commits: "npm:^4.0.0"
minimist: "npm:^1.2.8"
tinyexec: "npm:^1.0.0"
checksum: 10/ee0f42e2e5a3ade673b2d14f3b2056a86804afe7d09b6703d51b41edc099b33b9c09dc715b30d7113879999381a198d78b4fcbc649785ed3beb9c3f7d1dc2bb2
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/resolve-extends@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
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/736e62f5fe819337a95de8ac50b65b04bdd472a652ebe18ac3a92efc3428d62dcf16d9c62b222ef2e8a7e2e8737bd49d13b9c9d3b061a588869a42acdc620bf0
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/top-level@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/top-level@npm:19.8.1"
dependencies:
find-up: "npm:^7.0.0"
checksum: 10/c875b6c1be495675c77d86e80419d27fd5eb70fc061ef412d041541219c3222d9c4dbd6f0353247d49e9b2cd6d86a7ffc9df1ba20f96c77726c1f9a0edeeb8fe
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.8.1, @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:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-bundled-dicts@npm:9.0.2"
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.2.1"
"@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.14"
"@cspell/dict-dotnet": "npm:^5.0.9"
"@cspell/dict-elixir": "npm:^4.0.7"
"@cspell/dict-en-common-misspellings": "npm:^2.0.11"
"@cspell/dict-en-gb-mit": "npm:^3.0.6"
"@cspell/dict-en_us": "npm:^4.4.8"
"@cspell/dict-filetypes": "npm:^3.0.12"
"@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.5"
"@cspell/dict-golang": "npm:^6.0.21"
"@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.3"
"@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.18"
"@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.9"
"@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/b31449418f6daf32a4ebc3f1604b00fca2ada5b79bbea94cd085fe0771dbecb0a3f28f0db6bfb6d2d4c9f2426fa9b9b471cd3f90aade3d4ce2f0070b45edfe98
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-json-reporter@npm:9.0.2"
dependencies:
"@cspell/cspell-types": "npm:9.0.2"
checksum: 10/0ef3d321336bbae3f38c299bf8ae6df885d518852af70ca305690a3217861c5e16334a8b6b04b6636485d97f341413200ca6c46ee30f53a2172d4d06d339337d
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-pipe@npm:9.0.2"
checksum: 10/e62a080bc19393c713702b11e8e209c0036fc39f7db8407340b3a4e8d3050b4855699deb6f096e188986afb0dda86cfd2400fa82283aabd03238a50a913f4507
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-resolver@npm:9.0.2"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10/85a81aa121f246aac3eb95856e695bb5b0339844ae791bf9abd552bb02b7d94a0802a4cc252f5270ad187da211d5716215d87f93a0b955f4bfdcbcb761eefb00
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-service-bus@npm:9.0.2"
checksum: 10/9be7d3e0f4acd5828022bfa42b34031ed58e4e26b30ed97e0353785d07894bf9709894434168c4f2858a50af75ce93e6a69ef5c9874158390b54abf49941d34f
languageName: node
linkType: hard
"@cspell/cspell-types@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/cspell-types@npm:9.0.2"
checksum: 10/63661682d0eb53eb5cb1bbc80511d80a545e9c4a534ea5955605f313fe1ccda57766fa7ad4ad11537bddad345e2aef804f4cef7df3282f85852e2584a4a4e42a
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.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.2.1":
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.14":
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.11":
version: 2.0.11
resolution: "@cspell/dict-en-common-misspellings@npm:2.0.11"
checksum: 10/bdc50358ba1722f5f367a87cf97cae9df4685e90623a456c2b66a5f4ce0642cfffccb272fe665fcf60f7cbb1e5a9a78a7e6f5c75fcef7d4d12d372e9f9f1a8a3
languageName: node
linkType: hard
"@cspell/dict-en-gb-mit@npm:^3.0.6":
version: 3.0.6
resolution: "@cspell/dict-en-gb-mit@npm:3.0.6"
checksum: 10/b80010687d52c83bca94520232d21082fb660f678b3ce88ab715de435a8af9ca12c11597ab6f86c873fc17615e49cd6c29737309e4e34ee1b4620b8b8826382b
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.4.8":
version: 4.4.8
resolution: "@cspell/dict-en_us@npm:4.4.8"
checksum: 10/b8a383e8d93332401b88100d31eebdeec5646834d0a70b0aece2de8e0949a362a3f51d300e9fa67019276f302caf890b4c808ddd0ca74f8b85440514aa42b7cd
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.12":
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-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.5":
version: 3.0.5
resolution: "@cspell/dict-git@npm:3.0.5"
checksum: 10/3bc807a4d3cc97f0c4f3b58f421b05e65607070a3826e1ad9f7bfee31c54015a4a2fe27757d2308d519e2ad4e0a63890d7ec70f2e81e9d7a0de1e68410f49263
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.21":
version: 6.0.21
resolution: "@cspell/dict-golang@npm:6.0.21"
checksum: 10/8033522a7f8f3c841025ca6f14a42d30bfeb8fe541cb53d435a727dd9870b144c12c228dff235b8addf16abd10c2cfaa8813429b0313716a5a2eeda02add247a
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.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.10":
version: 2.0.10
resolution: "@cspell/dict-markdown@npm:2.0.10"
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.1
checksum: 10/a43a64a7c44c92572142ce5bb9efa08d4303d9e54e7141d46aa238e7b105fb022adba840ec7facbdb7d9f195a344793e98a16553c3070ef6b0f0916430814abb
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.3":
version: 5.2.3
resolution: "@cspell/dict-npm@npm:5.2.3"
checksum: 10/eea23a78d80290637b4e5938c073becced2ae895eb80bb215646dab2f8b9c338fa3ec5d5fcd3081b0ec27a1ab3bd820b9f1c551819f4464274bffb03438b99f8
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.18":
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.9":
version: 5.0.10
resolution: "@cspell/dict-software-terms@npm:5.0.10"
checksum: 10/e7df48c02d7a6fe32de1e04a953b230c3f979677301f03ebf424431d2e31629e8962ebfe5b380763d26310dbf88b46083fce81c6dd871e2e224671cf136286bf
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.1
resolution: "@cspell/dict-typescript@npm:3.2.1"
checksum: 10/6545d0e6582b73d6199b7a891a71c4f202cb008c031757b793d5f271c4a5fd64584fa443bcffaaf7153364d51e90ea782ce7fc220def38f9728dc76262d3db3e
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:9.0.2":
version: 9.0.2
resolution: "@cspell/dynamic-import@npm:9.0.2"
dependencies:
"@cspell/url": "npm:9.0.2"
import-meta-resolve: "npm:^4.1.0"
checksum: 10/add12924fd579d44e6f5fbd3bd91d3994ae52363e480619612be8c6d9ea56be3a10c2d1822b471f23271b714823a1c37c18756af9be889cb1a018448e87f9a5a
languageName: node
linkType: hard
"@cspell/filetypes@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/filetypes@npm:9.0.2"
checksum: 10/7d7b2e67bbe50ce1766bc78a7af482f955fb3fcee088dd0bdf9decb178b98839fee93820d578ae5b27558d8a1f42f5c841da88e16869b1fe06fe4f2cadfdf0b2
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/strong-weak-map@npm:9.0.2"
checksum: 10/bf08e8f86a3f45f9e60e166c4f7921460097d4ce6aa9b218219973c3c6dcbe138be6ef08b44bfcbd93d7a05037d573b751b239d2a5468433307e30e693ce775c
languageName: node
linkType: hard
"@cspell/url@npm:9.0.2":
version: 9.0.2
resolution: "@cspell/url@npm:9.0.2"
checksum: 10/03a0ce76d180690d65eb5ff24ac33964705f4018a2229efc3eb3acefeb33056711d01288aac04b62cf1b5455868727b656134b665212a9c1c940afbae9f5006c
languageName: node
linkType: hard
"@dprint/darwin-arm64@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/darwin-arm64@npm:0.50.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@dprint/darwin-x64@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/darwin-x64@npm:0.50.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@dprint/linux-arm64-glibc@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/linux-arm64-glibc@npm:0.50.0"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-arm64-musl@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/linux-arm64-musl@npm:0.50.0"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@dprint/linux-riscv64-glibc@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/linux-riscv64-glibc@npm:0.50.0"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-glibc@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/linux-x64-glibc@npm:0.50.0"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-musl@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/linux-x64-musl@npm:0.50.0"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@dprint/win32-arm64@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/win32-arm64@npm:0.50.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@dprint/win32-x64@npm:0.50.0":
version: 0.50.0
resolution: "@dprint/win32-x64@npm:0.50.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@emnapi/core@npm:^1.4.0":
version: 1.4.0
resolution: "@emnapi/core@npm:1.4.0"
dependencies:
"@emnapi/wasi-threads": "npm:1.0.1"
tslib: "npm:^2.4.0"
checksum: 10/728eb47408c121286484047915f991ce1383bcf58fd46443202620f7c4f72294aafff85bf40621b9ee37b7a417497a92af5c8881b0cc6dc83a6375231cef2c33
languageName: node
linkType: hard
"@emnapi/runtime@npm:^1.4.0":
version: 1.4.0
resolution: "@emnapi/runtime@npm:1.4.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/38098887d0cb7189f37a020c194725f0b6900f56df146e4002f83a82a0add20db745cf85e4d49c215fd5de1e57e360d1bceb9ca27c8bb3c8445ee77c315f8732
languageName: node
linkType: hard
"@emnapi/wasi-threads@npm:1.0.1":
version: 1.0.1
resolution: "@emnapi/wasi-threads@npm:1.0.1"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/949f8bdcb11153d530652516b11d4b11d8c6ed48a692b4a59cbaa4305327aed59a61f0d87c366085c20ad0b0336c3b50eaddbddeeb3e8c55e7e82b583b9d98fb
languageName: node
linkType: hard
"@es-joy/jsdoccomment@npm:~0.50.2":
version: 0.50.2
resolution: "@es-joy/jsdoccomment@npm:0.50.2"
dependencies:
"@types/estree": "npm:^1.0.6"
"@typescript-eslint/types": "npm:^8.11.0"
comment-parser: "npm:1.4.1"
esquery: "npm:^1.6.0"
jsdoc-type-pratt-parser: "npm:~4.1.0"
checksum: 10/a309f01bd1691c6991e5efb78057ec9122ef33208fec2464d7b9e5838964b948fa46c9c944a09218a752b49267f05ac15b557018c8a1897fd8df47b944b4537f
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.25.0":
version: 0.25.0
resolution: "@esbuild/aix-ppc64@npm:0.25.0"
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.25.0":
version: 0.25.0
resolution: "@esbuild/android-arm64@npm:0.25.0"
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"