-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
12090 lines (10912 loc) · 427 KB
/
yarn.lock
File metadata and controls
12090 lines (10912 loc) · 427 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
"@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.2":
version: 0.18.2
resolution: "@arethetypeswrong/cli@npm:0.18.2"
dependencies:
"@arethetypeswrong/core": "npm:0.18.2"
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/8b4506edeb37d58f15e347302df68981c5aefecce973e746026d46370bb560c1ebc05ef8a38eba3102881df4cd3c901961186e3df41077efca4e58adffd455a1
languageName: node
linkType: hard
"@arethetypeswrong/core@npm:0.18.2":
version: 0.18.2
resolution: "@arethetypeswrong/core@npm:0.18.2"
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/9c3edeb8e09e572682e37f55bd523d0dad45388232d31fa1d8875f7f5c414a184070c2bb6d0c8f254dfce4ed9248da373d549ecdeaa571a0cfff04c387c94cf1
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.26.2":
version: 7.27.1
resolution: "@babel/code-frame@npm:7.27.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.27.1"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10/721b8a6e360a1fa0f1c9fe7351ae6c874828e119183688b533c477aa378f1010f37cc9afbfc4722c686d1f5cdd00da02eab4ba7278a0c504fa0d7a321dcd4fdf
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10/0ae29cc2005084abdae2966afdb86ed14d41c9c37db02c3693d5022fba9f5d59b011d039380b8e537c34daf117c549f52b452398f576e908fb9db3c7abbb3a00
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.9, @babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10/75041904d21bdc0cd3b07a8ac90b11d64cd3c881e89cb936fa80edd734bf23c35e6bd1312611e8574c4eab1f3af0f63e8a5894f4699e9cfdf70c06fcf4252320
languageName: node
linkType: hard
"@babel/parser@npm:^7.25.4":
version: 7.27.3
resolution: "@babel/parser@npm:7.27.3"
dependencies:
"@babel/types": "npm:^7.27.3"
bin:
parser: ./bin/babel-parser.js
checksum: 10/ea5a0cd55e18f905d4c732b009ca0f66b0e5580f0d2af82643c26ef0909a16704778f59b7a2959096e9cf881b6291da747bfd29e400422e04d9074eb1f80983e
languageName: node
linkType: hard
"@babel/types@npm:^7.25.4, @babel/types@npm:^7.27.3":
version: 7.27.3
resolution: "@babel/types@npm:7.27.3"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
checksum: 10/a24e6accd85c4747b974b3d68a3210d0aa1180c1a77b287ffcb7401cd2edad7bdecadaeb40fe5191be3990c3a5252943f7de7c09da13ed269adbb054b97056ee
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.1
resolution: "@braidai/lang@npm:1.1.1"
checksum: 10/3d6b1827aabe8b4b39d938e1fecb747d3d45ea621958f8366d48b97e18b6b1edf68328ae57b8c0fb3d4b9757757a86761f911d9e15cde69bdbd28482952e43d6
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.1.5":
version: 9.1.5
resolution: "@cspell/cspell-bundled-dicts@npm:9.1.5"
dependencies:
"@cspell/dict-ada": "npm:^4.1.1"
"@cspell/dict-al": "npm:^1.1.1"
"@cspell/dict-aws": "npm:^4.0.12"
"@cspell/dict-bash": "npm:^4.2.1"
"@cspell/dict-companies": "npm:^3.2.2"
"@cspell/dict-cpp": "npm:^6.0.9"
"@cspell/dict-cryptocurrencies": "npm:^5.0.5"
"@cspell/dict-csharp": "npm:^4.0.7"
"@cspell/dict-css": "npm:^4.0.18"
"@cspell/dict-dart": "npm:^2.3.1"
"@cspell/dict-data-science": "npm:^2.0.9"
"@cspell/dict-django": "npm:^4.1.5"
"@cspell/dict-docker": "npm:^1.1.15"
"@cspell/dict-dotnet": "npm:^5.0.10"
"@cspell/dict-elixir": "npm:^4.0.8"
"@cspell/dict-en-common-misspellings": "npm:^2.1.3"
"@cspell/dict-en-gb-mit": "npm:^3.1.4"
"@cspell/dict-en_us": "npm:^4.4.14"
"@cspell/dict-filetypes": "npm:^3.0.13"
"@cspell/dict-flutter": "npm:^1.1.1"
"@cspell/dict-fonts": "npm:^4.0.5"
"@cspell/dict-fsharp": "npm:^1.1.1"
"@cspell/dict-fullstack": "npm:^3.2.7"
"@cspell/dict-gaming-terms": "npm:^1.1.2"
"@cspell/dict-git": "npm:^3.0.7"
"@cspell/dict-golang": "npm:^6.0.23"
"@cspell/dict-google": "npm:^1.0.9"
"@cspell/dict-haskell": "npm:^4.0.6"
"@cspell/dict-html": "npm:^4.0.12"
"@cspell/dict-html-symbol-entities": "npm:^4.0.4"
"@cspell/dict-java": "npm:^5.0.12"
"@cspell/dict-julia": "npm:^1.1.1"
"@cspell/dict-k8s": "npm:^1.0.12"
"@cspell/dict-kotlin": "npm:^1.1.1"
"@cspell/dict-latex": "npm:^4.0.4"
"@cspell/dict-lorem-ipsum": "npm:^4.0.5"
"@cspell/dict-lua": "npm:^4.0.8"
"@cspell/dict-makefile": "npm:^1.0.5"
"@cspell/dict-markdown": "npm:^2.0.12"
"@cspell/dict-monkeyc": "npm:^1.0.11"
"@cspell/dict-node": "npm:^5.0.8"
"@cspell/dict-npm": "npm:^5.2.11"
"@cspell/dict-php": "npm:^4.0.15"
"@cspell/dict-powershell": "npm:^5.0.15"
"@cspell/dict-public-licenses": "npm:^2.0.14"
"@cspell/dict-python": "npm:^4.2.19"
"@cspell/dict-r": "npm:^2.1.1"
"@cspell/dict-ruby": "npm:^5.0.9"
"@cspell/dict-rust": "npm:^4.0.12"
"@cspell/dict-scala": "npm:^5.0.8"
"@cspell/dict-shell": "npm:^1.1.1"
"@cspell/dict-software-terms": "npm:^5.1.4"
"@cspell/dict-sql": "npm:^2.2.1"
"@cspell/dict-svelte": "npm:^1.0.7"
"@cspell/dict-swift": "npm:^2.0.6"
"@cspell/dict-terraform": "npm:^1.1.3"
"@cspell/dict-typescript": "npm:^3.2.3"
"@cspell/dict-vue": "npm:^3.0.5"
checksum: 10/a2c86a658ac7b479de38fe2fd71d29140ddfcf802a804bab4d569692ebcb80607ba3f6a45e76cab2af78771928bfb175d6d2cf7fe251813b33febc757297ce43
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/cspell-json-reporter@npm:9.1.5"
dependencies:
"@cspell/cspell-types": "npm:9.1.5"
checksum: 10/bd90f228b11997f9d7ef949978c807a5bc11029275861a86f700acfe2c89e8e18c7c64731ebc63795bb7b2620aa63a603b5971a226896e7a9fbf5c353936922f
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/cspell-pipe@npm:9.1.5"
checksum: 10/dc8be2249f97fcbe629e8fa072c5120d88b5f0349fe563b8b4c98f6943df36af108f3ec77bf780182af5528daad4ec469d7897c3567a0f1d71da85883fb07804
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/cspell-resolver@npm:9.1.5"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10/42f2c60dbf8bbc131367ce6281e3b5f74e8710b660287c5c507eca74a9a2e66fd9a31bfb0e40fa0fe0756460e3aeb1638e6fa4ed6b9d8d178366724701b011a2
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/cspell-service-bus@npm:9.1.5"
checksum: 10/248aa44a7c0a9235567cdcec73e927894948e5af268d84fdb77a0bc15a3928a13a1e794359f6cf472d87f18ba0afc855af507ede8567dc54064d094133bbf889
languageName: node
linkType: hard
"@cspell/cspell-types@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/cspell-types@npm:9.1.5"
checksum: 10/27f699bc4089c0a018e1d3bf0efe597cd6cb9b5fd5366da520a11bf89ebb3476bba018cfa311c5650f4bef8e6112a9e83cacaae58d87d649b0dcd2bad139b7aa
languageName: node
linkType: hard
"@cspell/dict-ada@npm:^4.1.1":
version: 4.1.1
resolution: "@cspell/dict-ada@npm:4.1.1"
checksum: 10/0d49c5c9db2ca27328091b0ee604b28fc381ab61ae85fd39c1fee4db77831b0e529648ba845c9bcc92d77bf16cd35ccc7dc56470fecca82d0c9cf6daceb7310c
languageName: node
linkType: hard
"@cspell/dict-al@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-al@npm:1.1.1"
checksum: 10/a1363e99e07aa71cd512ae266cf88a6ea761bac728daf0a78cfe9e02dae4cc9ddf2f73c5670ae889d44a57d50b2b132bea15e839fa8273d7a0544a95118266be
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^4.0.12":
version: 4.0.12
resolution: "@cspell/dict-aws@npm:4.0.12"
checksum: 10/d4c95c4c17eb5dd14047acff5b4293c495bd46da52018c2bb29ad320f75eafe23bf5cff0f88916fd2f3673fdda7d74713b71c404da86cbe0d23ae8d422d37335
languageName: node
linkType: hard
"@cspell/dict-bash@npm:^4.2.1":
version: 4.2.1
resolution: "@cspell/dict-bash@npm:4.2.1"
dependencies:
"@cspell/dict-shell": "npm:1.1.1"
checksum: 10/607611fcbcc0609ddfb7afec91472876301346cd7dafe13d9afed653ef714cd2ac83d6d68e5218426edc135c085217ab1e0927654aa83b170cc1685248df4b80
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.2.2":
version: 3.2.2
resolution: "@cspell/dict-companies@npm:3.2.2"
checksum: 10/d1157e176903018a4ca173b1227a78842de56babbb5c7353c8f02e963cb5447c01cd05f4dba86b8c7990de53888bd35e0aff1a091e27666ed4f703447456faf3
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^6.0.9":
version: 6.0.9
resolution: "@cspell/dict-cpp@npm:6.0.9"
checksum: 10/3269ee86003418c0873d577aac5c275c4a7744f2ecf435e42a63c7b8549d8d5930ab8ebaaf89a28e57593a94d439990ad0fddb7bbe6c811a2088e3b1da0f05f3
languageName: node
linkType: hard
"@cspell/dict-cryptocurrencies@npm:^5.0.5":
version: 5.0.5
resolution: "@cspell/dict-cryptocurrencies@npm:5.0.5"
checksum: 10/93dd23accb42b384fc3153e1423d39f14f88d141f7eabdc68231785b2b352125cbab3a5b6ae2532d2007bf48d70f45887cf22873b5b4654766aa22e1b6fd97a0
languageName: node
linkType: hard
"@cspell/dict-csharp@npm:^4.0.7":
version: 4.0.7
resolution: "@cspell/dict-csharp@npm:4.0.7"
checksum: 10/bfc429fc40585905a1b8754eaf1c70fd59911250364bc8ec5f1ce81dfb38cfb27421a8ed4052d81b40832dfb26de8d4e63656a200c5a6459ad0fa9da8e8bb6ae
languageName: node
linkType: hard
"@cspell/dict-css@npm:^4.0.18":
version: 4.0.18
resolution: "@cspell/dict-css@npm:4.0.18"
checksum: 10/1d829b7e2b3bb7bea5daca179d4de847b7aac761a68984783b226132c986e42504cf4d6410ae69b3103afa4779859c2860810b5373d6bc80709637128c7d397c
languageName: node
linkType: hard
"@cspell/dict-dart@npm:^2.3.1":
version: 2.3.1
resolution: "@cspell/dict-dart@npm:2.3.1"
checksum: 10/79764a0499a0267c34febc368ae8dfb47ebe58a79373e48070581a3a8095102a71e8cb88711b7dd431ca559d0d0554803ca2d53051e325903459a670f56c984f
languageName: node
linkType: hard
"@cspell/dict-data-science@npm:^2.0.9":
version: 2.0.9
resolution: "@cspell/dict-data-science@npm:2.0.9"
checksum: 10/15ef9dbf39e2388f7bad87c0457b2a4d39b97ce3f69fbd71ad91ccd3f643e32d58bc4c0f34df75bde5a8293c8de1baa760cdfef5c2860cf9d511877d30e9838b
languageName: node
linkType: hard
"@cspell/dict-django@npm:^4.1.5":
version: 4.1.5
resolution: "@cspell/dict-django@npm:4.1.5"
checksum: 10/cc0181e0e8e9ede5b4efc11c5a141cf54122721b204c956a7e270573adf1e8ca14e6f80e51b5c071154da17188056b5f4cc3da1f68f84ff2162b62abef3e3ebc
languageName: node
linkType: hard
"@cspell/dict-docker@npm:^1.1.15":
version: 1.1.15
resolution: "@cspell/dict-docker@npm:1.1.15"
checksum: 10/91f8fced46f4050d7e10c2d66b2cd5f782559573213df34b03732d8ab036c002c9a64b59a34bbc1827eb77e001c944735c359aa9ce8ebfb1ae40a182093cedf8
languageName: node
linkType: hard
"@cspell/dict-dotnet@npm:^5.0.10":
version: 5.0.10
resolution: "@cspell/dict-dotnet@npm:5.0.10"
checksum: 10/ce9d101cfd1af390e49ac114dd576172a932e95a5e4590289a246477ff6d14711efa5dd794188affed13c45050e0ecda4cf95cd26019c5c04dce33580effdc88
languageName: node
linkType: hard
"@cspell/dict-elixir@npm:^4.0.8":
version: 4.0.8
resolution: "@cspell/dict-elixir@npm:4.0.8"
checksum: 10/fad21bd31eb5826b18fbf11a4ff7d9e600cb662c1c2f70306212d8a95bf76f50af1cd74ba880fbb0c813537bfe29477b8a52bc67a6c136557fd909713f0ca664
languageName: node
linkType: hard
"@cspell/dict-en-common-misspellings@npm:^2.1.3":
version: 2.1.3
resolution: "@cspell/dict-en-common-misspellings@npm:2.1.3"
checksum: 10/3ddc22a97024acfdb56143a7aa800b1963e0ccf728ef1258f44d9ef9d75c664b0b346ebf6db7ce242ccc70f0a950341dbf1bdcd90e846e5a85a0aff9cdb0c35d
languageName: node
linkType: hard
"@cspell/dict-en-gb-mit@npm:^3.1.4":
version: 3.1.5
resolution: "@cspell/dict-en-gb-mit@npm:3.1.5"
checksum: 10/25fb010868c05ccb45d595e69f694ef534555a96f94f40f181b869ae38b2f15e314bbacba07ef10688bb5e037ef7a9712cd453a4d6959a7ba2c82935c33d1587
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.4.14":
version: 4.4.15
resolution: "@cspell/dict-en_us@npm:4.4.15"
checksum: 10/122819e602c0001532d22b5679b6f00b8a7113f90a24167ec2225385caf0bb156f930019a107b9de8776451f97d94934f45a513d77c85ab99a0360f55b6368da
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.13":
version: 3.0.13
resolution: "@cspell/dict-filetypes@npm:3.0.13"
checksum: 10/d8ffa9e72b82dc0ee8fc05440175c898d363552fa769b4b6cb5c5544f47bcbc50b4761a97c9b835e182aaade0ca86df64984058342e46f41a4225dfc45502b6c
languageName: node
linkType: hard
"@cspell/dict-flutter@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-flutter@npm:1.1.1"
checksum: 10/1ba1539d740093da234606ae3110498669ef230fbbfdc3c97ca5560008619ce8a757442846b594900a5d85d0a4e68263bf7f2d4949cab930361fa1056a237d3f
languageName: node
linkType: hard
"@cspell/dict-fonts@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-fonts@npm:4.0.5"
checksum: 10/6ad5c29a73d2b70ac341ea1bc5baaa3bd9b1b43d5c0d54bacb5e226fbc55072b778d2fb9d121acf66ab2d1c39e5d605af099369005004f9678f8b853e4b9d707
languageName: node
linkType: hard
"@cspell/dict-fsharp@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-fsharp@npm:1.1.1"
checksum: 10/f83b49083cfa6101ebb5bef67f3128c5c14f7d5005d6981e41c4a317bebaa5672431fcb0699b3f345c69057921b2b59bc34721ce5a63b481b4f6300ca7f77868
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.2.7":
version: 3.2.7
resolution: "@cspell/dict-fullstack@npm:3.2.7"
checksum: 10/cdb69a00663a34cb611c8f3e8f26651a0aa8e50d59de6ebb85724cfdd239382398ca35636bbe64f3573e1da795c15ace297dbf47cb83747439b109f16bab593d
languageName: node
linkType: hard
"@cspell/dict-gaming-terms@npm:^1.1.2":
version: 1.1.2
resolution: "@cspell/dict-gaming-terms@npm:1.1.2"
checksum: 10/023a2f819dfdeddf879e7fb4b68a1db9728da1aa1a87e14f2b08f624c28d0915d2722d2a46f7ad8cbc32c7be0e42966ad6192f6c75e0f2053a9a15fc95fa34af
languageName: node
linkType: hard
"@cspell/dict-git@npm:^3.0.7":
version: 3.0.7
resolution: "@cspell/dict-git@npm:3.0.7"
checksum: 10/bf88770be43c1bd4c2bea6737edd20939a78b7c0e9ff28e06490394f056637a27f49a6716e0f6ed845eaf2fc1afa85d4bd7cfafb56e3d4dfeb491b49669fd376
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.23":
version: 6.0.23
resolution: "@cspell/dict-golang@npm:6.0.23"
checksum: 10/4105bf803f8b3377f0c8e6365e8e7b6d046f7999ccd3700a9da770839e175b17ded90373b8340cdf2e1897a698b7b21614b8de6de80a1f865d96423c87051be6
languageName: node
linkType: hard
"@cspell/dict-google@npm:^1.0.9":
version: 1.0.9
resolution: "@cspell/dict-google@npm:1.0.9"
checksum: 10/b3dbd00ae9256c5c11cf55ad8dd9cebb9c8bfad5912c2c31e28aa35237eb8797c4b08356d7f94ee6e7b1cf2491c2bd2dcde790ec911fb02159f639947d411742
languageName: node
linkType: hard
"@cspell/dict-haskell@npm:^4.0.6":
version: 4.0.6
resolution: "@cspell/dict-haskell@npm:4.0.6"
checksum: 10/510ce26a6d34dfa829278a59bedea4c4712b3a0c9430f19b7101597f0a9f26302dd6266a6ab938bfc2d67d08a04148beda68bfcd0589d1c990075a21d52816de
languageName: node
linkType: hard
"@cspell/dict-html-symbol-entities@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-html-symbol-entities@npm:4.0.4"
checksum: 10/1898fc84496526e9c54e125369f3c87412839aee3e00da8aee3fee1c1165d4f2e7944833398b08f07ee58e817999af462f254e9ce06b06323fd665cbe6d01a3e
languageName: node
linkType: hard
"@cspell/dict-html@npm:^4.0.12":
version: 4.0.12
resolution: "@cspell/dict-html@npm:4.0.12"
checksum: 10/67c316617619a1e06bfff5531684a39fe02a41fa35aed14787c9195449f03b1a89da50eec8fd3e1abb71d9d3ed2169a7e57ca4207bf2796d51d4990d1617e5e6
languageName: node
linkType: hard
"@cspell/dict-java@npm:^5.0.12":
version: 5.0.12
resolution: "@cspell/dict-java@npm:5.0.12"
checksum: 10/aab329be836228a9f9fb3b5259325fbbaccc86de9bdc7e6acb4b164bba25f1b2d4cb8abc3fb274d21391e0274ca5642bd65df5b576ab40b2663a6471f20f11bb
languageName: node
linkType: hard
"@cspell/dict-julia@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-julia@npm:1.1.1"
checksum: 10/ffd13dad37e306a50166a27ee8d0c7d947ccb58c98f8287ede8e3955b6fa0ebb2244484dc8dd81206b86d2240762316036ce462553c734cfbca78891bda92566
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.12":
version: 1.0.12
resolution: "@cspell/dict-k8s@npm:1.0.12"
checksum: 10/84b2eb558789f764fcad994cc71d85c9b77b1ab639db2221cdae9912b2bc649e29487112e71ea12a72d94869e87125c0ee61a3e5e7b8d45eb02489b77803a405
languageName: node
linkType: hard
"@cspell/dict-kotlin@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-kotlin@npm:1.1.1"
checksum: 10/8822138c76a1f6bb54ec33e470fbd403086a20532101bd9adf4e59464772266da0e379758a490d9ab87a9e0b89ca13e968f48f71334dd0b6881b4ab05bf6cc9d
languageName: node
linkType: hard
"@cspell/dict-latex@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-latex@npm:4.0.4"
checksum: 10/09a33fc41edfe2710f123e43f423a97f29d74e7e9b68651989bbb33e47e6120d62e7b33c75c464a65259d1892522c0bfbc81f9592f4f75d6bb023da51eb7f0e4
languageName: node
linkType: hard
"@cspell/dict-lorem-ipsum@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-lorem-ipsum@npm:4.0.5"
checksum: 10/7f4be03a7d2bfe9128f4f7d1f04b5cf5d525db2ffa86f1c3ca9ae7b2ccd774cd56dee9ede23d0291c502e365d7de925f5bf210ab4b5b745b0459fce13fd38820
languageName: node
linkType: hard
"@cspell/dict-lua@npm:^4.0.8":
version: 4.0.8
resolution: "@cspell/dict-lua@npm:4.0.8"
checksum: 10/3e0255147637c2df83e5eea7da70e5ccddd0be873123c79da1f12b9f590b1e516a27448be3cba31529ffdea769a5de866caa5d55f9d9a49026f0ceacebd9b3ba
languageName: node
linkType: hard
"@cspell/dict-makefile@npm:^1.0.5":
version: 1.0.5
resolution: "@cspell/dict-makefile@npm:1.0.5"
checksum: 10/bde75e635750234aa4e47e6904c5c5ffd9ede4c503daa015b085830414edf40860cfdbd04b1aa81b7b433f11abaab7d244093ba667e1124e7595777cc5dccf96
languageName: node
linkType: hard
"@cspell/dict-markdown@npm:^2.0.12":
version: 2.0.12
resolution: "@cspell/dict-markdown@npm:2.0.12"
peerDependencies:
"@cspell/dict-css": ^4.0.18
"@cspell/dict-html": ^4.0.12
"@cspell/dict-html-symbol-entities": ^4.0.4
"@cspell/dict-typescript": ^3.2.3
checksum: 10/20f9510b808a2b394ebae83257569c76ce23883f3902e32ffea5ef83d645052b7fba500e2c4ab96e669c93c250158327330a34453657bf2b6162e9d303148c44
languageName: node
linkType: hard
"@cspell/dict-monkeyc@npm:^1.0.11":
version: 1.0.11
resolution: "@cspell/dict-monkeyc@npm:1.0.11"
checksum: 10/6e896fd9596261ece639cdad4d03291f4faf92ed27d9257aae1f34f075b13a865287734d170a2e9ea228ac2b7de03eaaec795284b945c8a96ac24684ad56ba7a
languageName: node
linkType: hard
"@cspell/dict-node@npm:^5.0.8":
version: 5.0.8
resolution: "@cspell/dict-node@npm:5.0.8"
checksum: 10/6a008c8b82021e24124f619efdd485683f1dfb3c37ec4fe2b645e8d8002270c221869a19a5e2d17a978acb8d60292e5c5dd056aa0dd35b3e4fedf87e7b8afae4
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.2.11":
version: 5.2.12
resolution: "@cspell/dict-npm@npm:5.2.12"
checksum: 10/4639ce834e90a87ba9aee66b54a3a298b7f73c85c54b9157e428d5bddff46c54ff02d5005132fa0cbff9e053e45458773b4f0eb7daf0ff769a16d779d96163d9
languageName: node
linkType: hard
"@cspell/dict-php@npm:^4.0.15":
version: 4.0.15
resolution: "@cspell/dict-php@npm:4.0.15"
checksum: 10/91ef13fa4c4aff737eaecb7564bf19cf3b5873464474e0d5137fe9948a85b3e2136eae0119808cde0b0087a419afe919ea7dc8c1b9b4d64d61774c41da0c06cc
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^5.0.15":
version: 5.0.15
resolution: "@cspell/dict-powershell@npm:5.0.15"
checksum: 10/3e46e0e98d92e42d34eb297d6e1626bea15e4ad6774b3f855f07e02aa1f458e9e77ae33602a0ed604f8009a2b842d4fffe5a2ee6b9884c2b63b45799003120b9
languageName: node
linkType: hard
"@cspell/dict-public-licenses@npm:^2.0.14":
version: 2.0.14
resolution: "@cspell/dict-public-licenses@npm:2.0.14"
checksum: 10/b1a7ee15519abab2f77fa888d60e6957b2b722481ebee2fbbbb8b29a7b86fd84932ab965fa216e218dbde77c1c93ec906008af74508daa423741986793e30cc1
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.19":
version: 4.2.19
resolution: "@cspell/dict-python@npm:4.2.19"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.9"
checksum: 10/1989e824f4ca6bca24d55b7229dcac76bebfa2e10138df666c17240c4896c0f23ae423e686b3a95ccd2e43a70541784b05a93dc080d4a30ae9eebecd709fbaff
languageName: node
linkType: hard
"@cspell/dict-r@npm:^2.1.1":
version: 2.1.1
resolution: "@cspell/dict-r@npm:2.1.1"
checksum: 10/70ac0a26fdd753633e2e1817f3ac0c475a5a0d92641ce2032fd5745d8fe32ca9f1d87b6d1318302b87e8a699229f2593db75f9618d0bdfb7809f0b331516efbf
languageName: node
linkType: hard
"@cspell/dict-ruby@npm:^5.0.9":
version: 5.0.9
resolution: "@cspell/dict-ruby@npm:5.0.9"
checksum: 10/57a752ff19f9484a042e859254eb6d487b46266f374faeb17e257b3583d94fbd908c0bd308e2a7d3b0169839cdd5a6d9fc12563955b69f26e8667acc43fbfd53
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.12":
version: 4.0.12
resolution: "@cspell/dict-rust@npm:4.0.12"
checksum: 10/ba928f5538e09887f715713a6899d09ed7b1663c85d33c766adbaf22a95e01fa71d3736d5ff17c3c0f0a387c43756702fb1529e62e714ddec0df6cde9617ad20
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^5.0.8":
version: 5.0.8
resolution: "@cspell/dict-scala@npm:5.0.8"
checksum: 10/f9d8d748a66cea454fbe3d6dc51dde03d58cf2a28a4a64698ac4022a91b65503b2b6f74206421488d4396949d9b09477699734ca05e28a79a9c2e6a39f65e2c5
languageName: node
linkType: hard
"@cspell/dict-shell@npm:1.1.1, @cspell/dict-shell@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-shell@npm:1.1.1"
checksum: 10/c73e0913e80bbeb7da95ec4478e6827fb15dc3b2affee8c20a69b6e0aa9da3f7be0a2df1b490882f3d610641ddc081fd8fc36009960f0ad58feda01fbecd4542
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^5.1.4":
version: 5.1.4
resolution: "@cspell/dict-software-terms@npm:5.1.4"
checksum: 10/bf43bb74ba4ce8daa4226cb21d72a3526af1a3e98bae9fda9857a762f44316d4e3b5f1f659012a94dbcf8954b3112c9eea1ab0f5ba43b0e669058b0839b9fbfb
languageName: node
linkType: hard
"@cspell/dict-sql@npm:^2.2.1":
version: 2.2.1
resolution: "@cspell/dict-sql@npm:2.2.1"
checksum: 10/c898c8f23e613ad1708dd92a8fbe5dac10e048ae8584a42c570697046c8841aa0518e10435fff34b9bdc84bb0cfd6a5307c990ed16f36253a0f2c31f739d3dce
languageName: node
linkType: hard
"@cspell/dict-svelte@npm:^1.0.7":
version: 1.0.7
resolution: "@cspell/dict-svelte@npm:1.0.7"
checksum: 10/ca739512b762731f7840243e0833bd135328cbef529d07803bc7b49a2452b1592ed318b80e55bb38caf807d51dd949029c7586a80529c6b942ce6a33842ca586
languageName: node
linkType: hard
"@cspell/dict-swift@npm:^2.0.6":
version: 2.0.6
resolution: "@cspell/dict-swift@npm:2.0.6"
checksum: 10/89ba40dcc7b54cc1af07560b69a9418a8c8c275da9cf64e0cf94e1052930bf360706575db59eb3237c8210073fa0ff87511012958d355f67ff3735138782f26d
languageName: node
linkType: hard
"@cspell/dict-terraform@npm:^1.1.3":
version: 1.1.3
resolution: "@cspell/dict-terraform@npm:1.1.3"
checksum: 10/d815557fde66895e14c6e9408dbcb17f46e4d56fd6c75f74fac48d5b4425f05fd9a60b8e874e2192e908e20f01ead382352842f4326355f7adf096dc23f8eaf7
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.2.3":
version: 3.2.3
resolution: "@cspell/dict-typescript@npm:3.2.3"
checksum: 10/3e0f76f8ca964e36de5b022bd53fe4005993dde260fc58ea5346801cacc12483106828cfe158f94509bed0b1bf52d7f4cb2509e69e4eda2a4f032e21ec75201b
languageName: node
linkType: hard
"@cspell/dict-vue@npm:^3.0.5":
version: 3.0.5
resolution: "@cspell/dict-vue@npm:3.0.5"
checksum: 10/3288b44c0362d5a67a090ebe667fba577c32c422090ba8935cf7c994e0444495eafeb1be8cc64cc4f2e23788794f70a85b243ba924c6d73ca5a734a21f978cbc
languageName: node
linkType: hard
"@cspell/dynamic-import@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/dynamic-import@npm:9.1.5"
dependencies:
"@cspell/url": "npm:9.1.5"
import-meta-resolve: "npm:^4.1.0"
checksum: 10/e61dbc7d9f968cdda2b192dd56d7acaa0704e17be1d6a3e0324cc389eda6d1e5349ed760347b9397add93ebd9888661e9fb0f4e8fbe2aeab3669fe3e32bb9912
languageName: node
linkType: hard
"@cspell/filetypes@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/filetypes@npm:9.1.5"
checksum: 10/9080833436705f7db2a2bc88fde4d99eccba30021ea50e01207c672af9015cade8084ec3fca717155f4f10f94133e77e1c10bddfe7d94cdce08c1b1d6e81db6e
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/strong-weak-map@npm:9.1.5"
checksum: 10/6241cafbd83bb57fa08269b9dbe5f651c1166d3f2b2045e6b882e3b8a1cff6162b33a067cbdfa81c9a5cd581bf5d41eeba2616a3f90206d92b73b6ee5ac90b2f
languageName: node
linkType: hard
"@cspell/url@npm:9.1.5":
version: 9.1.5
resolution: "@cspell/url@npm:9.1.5"
checksum: 10/a52e9c8a2650cb83ecb959db90fd7a8aee2ec407284e75548e27a31334b1604d9a077d14daee5f958fc6302b7c412a38fb8de9fb1f3fe847cc9809d849a626b1
languageName: node
linkType: hard
"@dprint/darwin-arm64@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/darwin-arm64@npm:0.50.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@dprint/darwin-x64@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/darwin-x64@npm:0.50.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@dprint/linux-arm64-glibc@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/linux-arm64-glibc@npm:0.50.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-arm64-musl@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/linux-arm64-musl@npm:0.50.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@dprint/linux-riscv64-glibc@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/linux-riscv64-glibc@npm:0.50.1"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-glibc@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/linux-x64-glibc@npm:0.50.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@dprint/linux-x64-musl@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/linux-x64-musl@npm:0.50.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@dprint/win32-arm64@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/win32-arm64@npm:0.50.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@dprint/win32-x64@npm:0.50.1":
version: 0.50.1
resolution: "@dprint/win32-x64@npm:0.50.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@emnapi/core@npm:^1.4.3":
version: 1.4.3
resolution: "@emnapi/core@npm:1.4.3"
dependencies:
"@emnapi/wasi-threads": "npm:1.0.2"
tslib: "npm:^2.4.0"
checksum: 10/b511f66b897d2019835391544fdf11f4fa0ce06cc1181abfa17c7d4cf03aaaa4fc8a64fcd30bb3f901de488d0a6f370b53a8de2215a898f5a4ac98015265b3b7
languageName: node
linkType: hard
"@emnapi/runtime@npm:^1.4.3":
version: 1.4.3
resolution: "@emnapi/runtime@npm:1.4.3"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/4f90852a1a5912982cc4e176b6420556971bcf6a85ee23e379e2455066d616219751367dcf43e6a6eaf41ea7e95ba9dc830665a52b5d979dfe074237d19578f8
languageName: node
linkType: hard
"@emnapi/wasi-threads@npm:1.0.2":
version: 1.0.2
resolution: "@emnapi/wasi-threads@npm:1.0.2"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/e82941776665eb958c2084728191d6b15a94383449975c4621b67a1c8217e1c0ec11056a693906c76863cb96f782f8be500510ecec6874e3f5da35a8e7968cfd
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.25.5":
version: 0.25.5
resolution: "@esbuild/aix-ppc64@npm:0.25.5"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.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.5":
version: 0.25.5
resolution: "@esbuild/android-arm64@npm:0.25.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.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.25.5":
version: 0.25.5
resolution: "@esbuild/android-arm@npm:0.25.5"
conditions: os=android & cpu=arm
languageName: node