-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyarn.lock
More file actions
15623 lines (14032 loc) · 547 KB
/
yarn.lock
File metadata and controls
15623 lines (14032 loc) · 547 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: 10c0
"@axe-core/puppeteer@npm:4.11.0":
version: 4.11.0
resolution: "@axe-core/puppeteer@npm:4.11.0"
dependencies:
axe-core: "npm:~4.11.0"
peerDependencies:
puppeteer: ">=1.10.0"
checksum: 10c0/4599f0d8a925172bbe0f380e9330616b56f08eed93495f94c84086e4adf1ce191e73e876ec7df08eaf15252028cdfb7b70a688e1f237e1a0cb29317970a86df0
languageName: node
linkType: hard
"@azu/format-text@npm:^1.0.1, @azu/format-text@npm:^1.0.2":
version: 1.0.2
resolution: "@azu/format-text@npm:1.0.2"
checksum: 10c0/11c5e6f8fd4fa2493f37d744c3e6d9739b9a1a947a68bece62bd887c444589147e219919a7d63f19e7c73768a856d6a4d1c032cb24b1e45e58f0c9627f70dbd3
languageName: node
linkType: hard
"@azu/style-format@npm:^1.0.1":
version: 1.0.1
resolution: "@azu/style-format@npm:1.0.1"
dependencies:
"@azu/format-text": "npm:^1.0.1"
checksum: 10c0/6907402934d1477cc2ae85ccac2130ccdd1ef3d0100964639929b18afe2d7d2a232bbf2261c71e325a25788db7922547391efcca24109a81d1a1682d5f0ccb4b
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.26.2":
version: 7.29.0
resolution: "@babel/code-frame@npm:7.29.0"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.28.5"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/d34cc504e7765dfb576a663d97067afb614525806b5cad1a5cc1a7183b916fec8ff57fa233585e3926fd5a9e6b31aae6df91aa81ae9775fb7a28f658d3346f0d
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: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.28.5":
version: 7.28.5
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
languageName: node
linkType: hard
"@babel/parser@npm:^7.27.0":
version: 7.29.0
resolution: "@babel/parser@npm:7.29.0"
dependencies:
"@babel/types": "npm:^7.29.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/333b2aa761264b91577a74bee86141ef733f9f9f6d4fc52548e4847dc35dfbf821f58c46832c637bfa761a6d9909d6a68f7d1ed59e17e4ffbb958dc510c17b62
languageName: node
linkType: hard
"@babel/types@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/types@npm:7.29.0"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.28.5"
checksum: 10c0/23cc3466e83bcbfab8b9bd0edaafdb5d4efdb88b82b3be6728bbade5ba2f0996f84f63b1c5f7a8c0d67efded28300898a5f930b171bb40b311bca2029c4e9b4f
languageName: node
linkType: hard
"@cacheable/memory@npm:^2.0.7":
version: 2.0.7
resolution: "@cacheable/memory@npm:2.0.7"
dependencies:
"@cacheable/utils": "npm:^2.3.3"
"@keyv/bigmap": "npm:^1.3.0"
hookified: "npm:^1.14.0"
keyv: "npm:^5.5.5"
checksum: 10c0/48a4cf290d70e1e84f52dd13504884761c845b54ec61a79504d7760cfaf06223c3b3f206d47e3ded1ea5c424c0b71090b68a0b5a1634282d3f7de9f12d4f864d
languageName: node
linkType: hard
"@cacheable/utils@npm:^2.3.3":
version: 2.3.4
resolution: "@cacheable/utils@npm:2.3.4"
dependencies:
hashery: "npm:^1.3.0"
keyv: "npm:^5.6.0"
checksum: 10c0/6256105d4c8f1b246b7a36f3e46d0c25454285b28d2610047bc9ce3369104e65610e0e09e723f4980758e260a768fe89587f5075db9ea8a8f7516ce7e7170f00
languageName: node
linkType: hard
"@commitlint/cli@npm:20.3.0":
version: 20.3.0
resolution: "@commitlint/cli@npm:20.3.0"
dependencies:
"@commitlint/format": "npm:^20.2.0"
"@commitlint/lint": "npm:^20.3.0"
"@commitlint/load": "npm:^20.3.0"
"@commitlint/read": "npm:^20.2.0"
"@commitlint/types": "npm:^20.2.0"
tinyexec: "npm:^1.0.0"
yargs: "npm:^17.0.0"
bin:
commitlint: ./cli.js
checksum: 10c0/8adc9939b0d23e98d07da8a7098eba77ece6702021a95ca22a733c5c854f6faf092e73792544529b3f134a13a9f77521ae880f2d5d2c3d45d741adc06fa47c25
languageName: node
linkType: hard
"@commitlint/config-conventional@npm:20.3.0":
version: 20.3.0
resolution: "@commitlint/config-conventional@npm:20.3.0"
dependencies:
"@commitlint/types": "npm:^20.2.0"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10c0/ab71b0dc519723df689dafca205af5eef9ce99e62d079411672d57a1241ff90da76e7f741d21800b08df358ffa153190e221103a69af27e9e66eacd02bee80fc
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/config-validator@npm:20.4.0"
dependencies:
"@commitlint/types": "npm:^20.4.0"
ajv: "npm:^8.11.0"
checksum: 10c0/0ec4622badd7abb0a7c3e9c49d8acc284263a773492f060d42364e1e57c475fa189c1f2b386b1320014d4b0d861984770cabb029adc92ce49a39e0473f63cd29
languageName: node
linkType: hard
"@commitlint/ensure@npm:^20.4.1":
version: 20.4.1
resolution: "@commitlint/ensure@npm:20.4.1"
dependencies:
"@commitlint/types": "npm:^20.4.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: 10c0/095dccd38043b566d4191a3115c6963093ce2e8cae3128e2cc9e3557810fdd1b3a9de5a32e158273d7666ae18a4abed0c30c5711ffca97588acf76da43f82608
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^20.0.0":
version: 20.0.0
resolution: "@commitlint/execute-rule@npm:20.0.0"
checksum: 10c0/a1035ae9d6842489e617f18b244e6e53ac44b051b54501b9544019d33da924c877d7b893bfa2a66ad325a9c2ff65b11137d5383743e31d3e0b606decc1619584
languageName: node
linkType: hard
"@commitlint/format@npm:^20.2.0":
version: 20.4.0
resolution: "@commitlint/format@npm:20.4.0"
dependencies:
"@commitlint/types": "npm:^20.4.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/c58986e55601496953bd41249da34734957022b7a7a56759927fcc1a9d48be20427c8e554cf880b6e09fbc9d087f06fe0047c5dc694d82fc8e71eea379807ab7
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^20.4.1":
version: 20.4.1
resolution: "@commitlint/is-ignored@npm:20.4.1"
dependencies:
"@commitlint/types": "npm:^20.4.0"
semver: "npm:^7.6.0"
checksum: 10c0/03fbbaffcc37c6775551630534fac2643321a07696e62ba139222efd044ada3905eafbea8c04cebaa21d45c030caa87f7a0676e2141c1bf7ef353449a8e54bd7
languageName: node
linkType: hard
"@commitlint/lint@npm:^20.3.0":
version: 20.4.2
resolution: "@commitlint/lint@npm:20.4.2"
dependencies:
"@commitlint/is-ignored": "npm:^20.4.1"
"@commitlint/parse": "npm:^20.4.1"
"@commitlint/rules": "npm:^20.4.2"
"@commitlint/types": "npm:^20.4.0"
checksum: 10c0/a244916a443be0a58f362383532f6dd9e12fcd3e4e32de20d62ccb82f5f4a210d6ece8e2a4057055168a349276675f36f459c6ebc74e7d08fdc5c2a123c1993e
languageName: node
linkType: hard
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^20.3.0":
version: 20.4.0
resolution: "@commitlint/load@npm:20.4.0"
dependencies:
"@commitlint/config-validator": "npm:^20.4.0"
"@commitlint/execute-rule": "npm:^20.0.0"
"@commitlint/resolve-extends": "npm:^20.4.0"
"@commitlint/types": "npm:^20.4.0"
cosmiconfig: "npm:^9.0.0"
cosmiconfig-typescript-loader: "npm:^6.1.0"
is-plain-obj: "npm:^4.1.0"
lodash.mergewith: "npm:^4.6.2"
picocolors: "npm:^1.1.1"
checksum: 10c0/65256534d23a8afcfd10339b9b8c197671d7e55f59fad740153c628dca903cf371a764d6b00cc0e2b69ff8b908e0f5395bc3e0fccfa59c1f15d9a14be8bbeba0
languageName: node
linkType: hard
"@commitlint/message@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/message@npm:20.4.0"
checksum: 10c0/ded99c7863665d36bec2f2f5e13891d1c855fc6d38c9732b8ab9801a0d8917d0a036760c23d6dbbb5a5e1447712cad7d304570fa679775aa7a00dfcc38fcdf28
languageName: node
linkType: hard
"@commitlint/parse@npm:^20.4.1":
version: 20.4.1
resolution: "@commitlint/parse@npm:20.4.1"
dependencies:
"@commitlint/types": "npm:^20.4.0"
conventional-changelog-angular: "npm:^8.1.0"
conventional-commits-parser: "npm:^6.2.1"
checksum: 10c0/d1eb8a6e0e1b20ae9f490d60531d6abcc34785735e6e6dcc505a6a1aa2d4f16785e96795e5cf520b4b6923239969dc23739bb4f253040d28598e4e5a0abba95f
languageName: node
linkType: hard
"@commitlint/read@npm:^20.2.0":
version: 20.4.0
resolution: "@commitlint/read@npm:20.4.0"
dependencies:
"@commitlint/top-level": "npm:^20.4.0"
"@commitlint/types": "npm:^20.4.0"
git-raw-commits: "npm:^4.0.0"
minimist: "npm:^1.2.8"
tinyexec: "npm:^1.0.0"
checksum: 10c0/e0a5b8bf7541198e2ec630e61d67eade20db5d933044703029df5abb21829aa36f4b59919aa7b533fa4ff39d4c344c7a7145d5f6173f3ecd8a980ef9fd072ff5
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/resolve-extends@npm:20.4.0"
dependencies:
"@commitlint/config-validator": "npm:^20.4.0"
"@commitlint/types": "npm:^20.4.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: 10c0/c2ab46a32d89014fdba0fdaf6bfbfdb6b411311fa76e52948df4d2eaf048f4e8c1281b8f59742ec74adc8558ec1f7bfc22f1af8e7203536963998daf3eb271e3
languageName: node
linkType: hard
"@commitlint/rules@npm:^20.4.2":
version: 20.4.2
resolution: "@commitlint/rules@npm:20.4.2"
dependencies:
"@commitlint/ensure": "npm:^20.4.1"
"@commitlint/message": "npm:^20.4.0"
"@commitlint/to-lines": "npm:^20.0.0"
"@commitlint/types": "npm:^20.4.0"
checksum: 10c0/7fa322257bb719504db233a11afe49e1e97847cf5a1004b9af489e7bb81381898f8fbdcaa3e826471d4933e156f99ba1de824ef2941db2f844416f588a2f6002
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^20.0.0":
version: 20.0.0
resolution: "@commitlint/to-lines@npm:20.0.0"
checksum: 10c0/49bc05eb0649adc6f4740a4f3976cc43402080bd9d90567c654180f90c0b6deb9a922b0efbde38567ac1def8f63cc506589124cc7f862e3914d30e13f29997c0
languageName: node
linkType: hard
"@commitlint/top-level@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/top-level@npm:20.4.0"
dependencies:
escalade: "npm:^3.2.0"
checksum: 10c0/eaf181e7bc4bd8b604d0a22f28d8ad87bbdccbecd2d3d61c141cec09052534870bb8a5fecd4e2ad2c718b2ebddded80f0d7e60144e11daecc05153e1ec78ad75
languageName: node
linkType: hard
"@commitlint/types@npm:^20.2.0, @commitlint/types@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/types@npm:20.4.0"
dependencies:
conventional-commits-parser: "npm:^6.2.1"
picocolors: "npm:^1.1.1"
checksum: 10c0/d469c74317d279c0e5adeeb2b0ef7cc9a5fd80cea77ab4e92fc60cf2e23a8b56ee1345c82e7f3725c329d5c87b80dcf39608dff6b356e8aa51f62f657529348c
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-bundled-dicts@npm:9.4.0"
dependencies:
"@cspell/dict-ada": "npm:^4.1.1"
"@cspell/dict-al": "npm:^1.1.1"
"@cspell/dict-aws": "npm:^4.0.16"
"@cspell/dict-bash": "npm:^4.2.2"
"@cspell/dict-companies": "npm:^3.2.7"
"@cspell/dict-cpp": "npm:^6.0.15"
"@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.12"
"@cspell/dict-django": "npm:^4.1.5"
"@cspell/dict-docker": "npm:^1.1.16"
"@cspell/dict-dotnet": "npm:^5.0.10"
"@cspell/dict-elixir": "npm:^4.0.8"
"@cspell/dict-en-common-misspellings": "npm:^2.1.8"
"@cspell/dict-en-gb-mit": "npm:^3.1.14"
"@cspell/dict-en_us": "npm:^4.4.24"
"@cspell/dict-filetypes": "npm:^3.0.14"
"@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.24"
"@cspell/dict-google": "npm:^1.0.9"
"@cspell/dict-haskell": "npm:^4.0.6"
"@cspell/dict-html": "npm:^4.0.13"
"@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.13"
"@cspell/dict-monkeyc": "npm:^1.0.11"
"@cspell/dict-node": "npm:^5.0.8"
"@cspell/dict-npm": "npm:^5.2.25"
"@cspell/dict-php": "npm:^4.1.0"
"@cspell/dict-powershell": "npm:^5.0.15"
"@cspell/dict-public-licenses": "npm:^2.0.15"
"@cspell/dict-python": "npm:^4.2.23"
"@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.2"
"@cspell/dict-software-terms": "npm:^5.1.15"
"@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"
"@cspell/dict-zig": "npm:^1.0.0"
checksum: 10c0/49a4d97634be91bf9a41e620096870f5cd2a7880218663e2032f9bea17394d61ed5d04d7a2ca61fcaedc9d36ba792ef427ff0290b5f6f7239acf799b7f512faa
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-json-reporter@npm:9.4.0"
dependencies:
"@cspell/cspell-types": "npm:9.4.0"
checksum: 10c0/892beca685d699c470c6dcabd4459440769d9fc7808352e41caeb70923241101db11afecf8b0b0c9b513d88d36a7cb174150591dfd206826f863dfd01c83d300
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-pipe@npm:9.4.0"
checksum: 10c0/9a82d7ebf05d36817d90ec4cf1d8bb42f8085396b391f88e00b81c19b4418ccbfa8dbe18cb72c5ae06b22cee3764d0f44d36194e16416fb9895759e9c782bc29
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-resolver@npm:9.4.0"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10c0/a1c23f7be4f530d82ffd599dab68ff25b0ee299fc405b250fd4298b13407ca15c89b3f264c1afae66240ca60a23ef58cc2f7a776c4e1eb92196f951038d3d871
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-service-bus@npm:9.4.0"
checksum: 10c0/91fefe8882f10fb8c3f3a9d7e3eba467fae67c54d41adaea43a5ba3db7a11200005e3701222669b9c2cc65733178301c1fb8189fb351c944b7ca7e84293c53e3
languageName: node
linkType: hard
"@cspell/cspell-types@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/cspell-types@npm:9.4.0"
checksum: 10c0/d3b421d6a84a39b198c02e8d268b50baeae5242dc12a50d50403652cfc9ee1f7c1338a2b431c60d12ab22b6e7141591f738bb8ee0ae7a9efff114ba627863050
languageName: node
linkType: hard
"@cspell/dict-ada@npm:^4.1.1":
version: 4.1.1
resolution: "@cspell/dict-ada@npm:4.1.1"
checksum: 10c0/4943399b5dd7dbed220b92ddcc6d3c55d0b00f141b52a39f35b9235e8f8cad8c0e63cab6af3f8f9e6ea669e672799215e50320059cae972fcd34174f4cbf38c7
languageName: node
linkType: hard
"@cspell/dict-al@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-al@npm:1.1.1"
checksum: 10c0/a6bd4d57a3027f91a44bd37f29f449beb684032cc88ba742a7b1576a3fac3f9d93c57b0a3b45eea732efb50c322ce2b8de386e1b15f605372ed312d4db6bc292
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^4.0.16":
version: 4.0.17
resolution: "@cspell/dict-aws@npm:4.0.17"
checksum: 10c0/d421a78aee8cc3db78a0bdffad2ceda9ca8e476498398809f2975bae9f03233df1112e713f2d699239600a9019d5e8f11ca60dfcb49fdce56815d5e794285c7b
languageName: node
linkType: hard
"@cspell/dict-bash@npm:^4.2.2":
version: 4.2.2
resolution: "@cspell/dict-bash@npm:4.2.2"
dependencies:
"@cspell/dict-shell": "npm:1.1.2"
checksum: 10c0/51b0552319cf190ab75841e7ea5d8919ecb2f165d8c1b9d3b26c90c5e30b9769e6a21212194b20db64a03a4c3f084d17be1f9957ecd733e90b2770e011d0e89b
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.2.7":
version: 3.2.10
resolution: "@cspell/dict-companies@npm:3.2.10"
checksum: 10c0/56ffda78e90a417fb470d3296d17fa74c2b86f1f73de121b12ca9510f81663eea7c20923fe4409c9159eb20b9b36ff4cf4b6cbb1b4fab48da404ebe1ee855f7b
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^6.0.15":
version: 6.0.15
resolution: "@cspell/dict-cpp@npm:6.0.15"
checksum: 10c0/6a4027590060eedb5224bdf8a3f8004249583ee11dac8dc4b3d149aa8ba8803e66b8fa7580ace7f15e5c4da3fef64dc948695b63afe5c9fd2616edd550343ae5
languageName: node
linkType: hard
"@cspell/dict-cryptocurrencies@npm:^5.0.5":
version: 5.0.5
resolution: "@cspell/dict-cryptocurrencies@npm:5.0.5"
checksum: 10c0/d28c05f26d500bf05d08d725b43b5c1d740177b31ebdfcd03ae9929988b7878c3a6c94b99d8e355a5b20201f8af4b71713fb7f417548b69d621129ad6863be51
languageName: node
linkType: hard
"@cspell/dict-csharp@npm:^4.0.7":
version: 4.0.8
resolution: "@cspell/dict-csharp@npm:4.0.8"
checksum: 10c0/b55dbe323b973e0e98d76a17205b103fbb52dec01d45d55aa06a14f1acc6c8bec259f7923bbe6138d1af2b11463969d920214ce0fc6e89eaf6fa08f86b10184e
languageName: node
linkType: hard
"@cspell/dict-css@npm:^4.0.18":
version: 4.0.19
resolution: "@cspell/dict-css@npm:4.0.19"
checksum: 10c0/e0ba38ec536ce8a9b88a4afb197b9467622bd6519a84e71435e9f0d8d90d12d94f6e83d5e504337a95f6ce99ee398c920c6367c6252c6c01c794cba61b621bde
languageName: node
linkType: hard
"@cspell/dict-dart@npm:^2.3.1":
version: 2.3.2
resolution: "@cspell/dict-dart@npm:2.3.2"
checksum: 10c0/1c0842ff09785aaf2bc2e68f4c05ec5e20331f3fce1503ef5a87305feb223f6e23404c68e4991bb90c6473825a7f8cd65b3ed86eef0d8032d43b13558ddb1753
languageName: node
linkType: hard
"@cspell/dict-data-science@npm:^2.0.12, @cspell/dict-data-science@npm:^2.0.13":
version: 2.0.13
resolution: "@cspell/dict-data-science@npm:2.0.13"
checksum: 10c0/63d8291ef0e62defbf4b98e58bd1039747efdb6348fa64c128a01a0b28b93ce1724e878e945b1ca7d8f568a49446a46ed65ef71531130c7b1b1fddb5328a1a0e
languageName: node
linkType: hard
"@cspell/dict-django@npm:^4.1.5":
version: 4.1.6
resolution: "@cspell/dict-django@npm:4.1.6"
checksum: 10c0/76f71cba5a692df48554a3cd7cff7e27df85ab826e2cddf0594c21062e5c96de3090508314659a9ec708913a4afd61afb0f044ae8c41a1ec573583d516056f2d
languageName: node
linkType: hard
"@cspell/dict-docker@npm:^1.1.16":
version: 1.1.17
resolution: "@cspell/dict-docker@npm:1.1.17"
checksum: 10c0/1aaa4ffba7842b9044d1c4c6ae704907e6be3d8407c7feb986b3b7efa2e0139fc2ea3c3ad955d7ba4c92b5f577e05648ffc00a2a27b76d2bb93acde431452e58
languageName: node
linkType: hard
"@cspell/dict-dotnet@npm:^5.0.10":
version: 5.0.12
resolution: "@cspell/dict-dotnet@npm:5.0.12"
checksum: 10c0/19edcc32fdaff42de7ca993a3a682897e1e92fcd127be79ed6612685ede92d52232bbe9273712eb21c2cfc7daf11f0bcabedbea5d4fe5d3990cfbc65da0914e2
languageName: node
linkType: hard
"@cspell/dict-elixir@npm:^4.0.8":
version: 4.0.8
resolution: "@cspell/dict-elixir@npm:4.0.8"
checksum: 10c0/fe63aace353de8a134102764a58344fe755f27276fddcdf7e858d250ee13732a58f37f940c13bae7080fc286cb5b327ed168d201758da49243a1e45f42512c5f
languageName: node
linkType: hard
"@cspell/dict-en-common-misspellings@npm:^2.1.8":
version: 2.1.12
resolution: "@cspell/dict-en-common-misspellings@npm:2.1.12"
checksum: 10c0/5b7acd175ba76f164dcb5f5b7e910511dbd005bbab77fb5ae082603b01112d352af84bcd8d3ddef020db187b51056c4ce6a02dab8aebfcf0aa0dc416a66729a5
languageName: node
linkType: hard
"@cspell/dict-en-gb-mit@npm:^3.1.14":
version: 3.1.18
resolution: "@cspell/dict-en-gb-mit@npm:3.1.18"
checksum: 10c0/4cd59d439d5f4cfa56f8cecde3f25ee30462746c179a6f1193a4766f49bfafa2580826081ff8090ed89892c6e6f9498dedd8b5bd6ca00697fc40452c7e7e86c0
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.4.24":
version: 4.4.29
resolution: "@cspell/dict-en_us@npm:4.4.29"
checksum: 10c0/df83bc784e401149bdff816b8832d428eb3782e73ddff51d6af7b4e3562c0a937f05447bcd5fbb795ca3566503c568b122c5f32e5a65785c52ba2e40ddb0ee3c
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.14":
version: 3.0.16
resolution: "@cspell/dict-filetypes@npm:3.0.16"
checksum: 10c0/bd88603a2437ea300779fdbfb904801cdd7ef8129af0a2eb2610a644f8fb05564df15892bead8a533624be01580106d7166f028a4c71f68d5f687c061e9b0201
languageName: node
linkType: hard
"@cspell/dict-flutter@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-flutter@npm:1.1.1"
checksum: 10c0/77e4533e6e7a38261ba2d744ca0c3aabb78f79b1ba6a2fde32169e475e5f940a526503097e520807155a0d8d0c16db346968873a32f1e99393be687da505e1b4
languageName: node
linkType: hard
"@cspell/dict-fonts@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-fonts@npm:4.0.5"
checksum: 10c0/5ed1886fabe245e1abeb7da2b0d6a534ddf204666ecd5d7d153a422dfbb93854456025b1894bc61e7c21915116d06b177e3012bc7a969307c8797baac2380f6f
languageName: node
linkType: hard
"@cspell/dict-fsharp@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-fsharp@npm:1.1.1"
checksum: 10c0/919de1f2a29d646781cb3114985f2730cc5ee0a253dc03c225c4430e73659e1189891fa7fa09c43179437e7386f4094e41d23d754b0a99a342344986094e2846
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.2.7":
version: 3.2.8
resolution: "@cspell/dict-fullstack@npm:3.2.8"
checksum: 10c0/90a469b899574bee9fff390e4264cc72468847b4c53fb2bc5991874e7b65c8d949c693615953d836a8b7cba69c5690163d722c07126c0ca3bd798197a86c64e6
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: 10c0/eba9c672d352e54011704d97f5467158c02c238fa1639e64177ee1cd0d2c52deb57f0c9ae5f3c64d1742fd6a479515d0d8de5d1fc4ef8c5db58affb9947c90ea
languageName: node
linkType: hard
"@cspell/dict-git@npm:^3.0.7":
version: 3.1.0
resolution: "@cspell/dict-git@npm:3.1.0"
checksum: 10c0/161a9bd35f44173993c84ec2bc394c5fab4fe7d69070daa170be4922e295d60a3e34cecb04869a8b685b761c7ace83241ff4d60db93d2850368d769733a58de9
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.24":
version: 6.0.26
resolution: "@cspell/dict-golang@npm:6.0.26"
checksum: 10c0/514c54dc72620975e552ad91ecc8d98143611224e7fe3606fc6041f3248e9f9457be1f25027ff1d9bc2961459c5759dff3a01251054aab83bbcc9f927648b755
languageName: node
linkType: hard
"@cspell/dict-google@npm:^1.0.9":
version: 1.0.9
resolution: "@cspell/dict-google@npm:1.0.9"
checksum: 10c0/f7e10353f97910a884f1d5ea4e60d4dd5a475ab27b669e97ade88669b1726eb4ed7c4f2ae5e3a227da77a15433ca3b6faba8d8700ff431b31c812d3c5329c8e4
languageName: node
linkType: hard
"@cspell/dict-haskell@npm:^4.0.6":
version: 4.0.6
resolution: "@cspell/dict-haskell@npm:4.0.6"
checksum: 10c0/cb8a179e26190ca333789dcbd1dae3c03ec28a8d4dd99756e770c9cf837e66a78f291e6db0d8ea7763cdbb968b0369998c593978a3bb52a9b38aaa4ce8746b3a
languageName: node
linkType: hard
"@cspell/dict-html-symbol-entities@npm:^4.0.4":
version: 4.0.5
resolution: "@cspell/dict-html-symbol-entities@npm:4.0.5"
checksum: 10c0/8278b8cca06e6d3654e81b1809227ff1d64e053f79308966ea601194ce51fa3a385dde6844509b26223de70d034e60a85c604a729f021c0de63f8a5e6f29b0ce
languageName: node
linkType: hard
"@cspell/dict-html@npm:^4.0.13":
version: 4.0.14
resolution: "@cspell/dict-html@npm:4.0.14"
checksum: 10c0/8dedb8a20f7bc53db4b933ae118ee0ab654b176648b2451d335ca8bd266f84ce8deb52989aa51a52f872730262e113b73874b88320b115ab2e993876a3f24cb1
languageName: node
linkType: hard
"@cspell/dict-java@npm:^5.0.12":
version: 5.0.12
resolution: "@cspell/dict-java@npm:5.0.12"
checksum: 10c0/aba65f3762350c7e9381f5dc174d3cd1292379eef6b426e1561aeca3476c63268a10b99cfcd7b8cd15bbaef8dfa7abb914a3f34f211c504064a22409a1441923
languageName: node
linkType: hard
"@cspell/dict-julia@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-julia@npm:1.1.1"
checksum: 10c0/6dbc4c17bbee1a95491bf77b9438924852e9393699ac24e02a0b6846fdaf00a6ed5baafa94aa91a6f50016c3ab43c399ac814afa6504518da7e2f26a97ff3d0e
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.12":
version: 1.0.12
resolution: "@cspell/dict-k8s@npm:1.0.12"
checksum: 10c0/53ca1b0d86f8432fb9548982edfde402985a1dc7c0b778374968a9b657e53bace638ef188551c0847588e2bf6ad147d2cd0ee92d5a37b71b0791e63971bfd2d1
languageName: node
linkType: hard
"@cspell/dict-kotlin@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-kotlin@npm:1.1.1"
checksum: 10c0/45d0efc3701007b87e562d434eae8b05a16f730b28dd6d3ec237014d1b87dfa49075b57fad1acdb7b7939c64777f5238b991379debd9a45d91a3193a1e3481fc
languageName: node
linkType: hard
"@cspell/dict-latex@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-latex@npm:4.0.4"
checksum: 10c0/5050b8b8bede9970224a12ac1b613acf735ef36121acad61a891f28ff2aa5e60ffc2392ad502f7de107a2af485f8fb73e611ba6ac169b41f06101bffd4897aca
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: 10c0/dd28957e60f4f68baec72fb69196394b9993fcadadcf018c58de75bf89434e4cd49e694cd33dccfcd18d4f65e489f37d284044ef75615613369e0a72dd2ec974
languageName: node
linkType: hard
"@cspell/dict-lua@npm:^4.0.8":
version: 4.0.8
resolution: "@cspell/dict-lua@npm:4.0.8"
checksum: 10c0/24dd577a75bcc5fcd194a337fdcb7a443f239b1b22f7392787ed8e9fd82f03f14b524a5f49a394c2d372ba493ab6cb3aebe7219da69e4565404b11cc29a909a3
languageName: node
linkType: hard
"@cspell/dict-makefile@npm:^1.0.5":
version: 1.0.5
resolution: "@cspell/dict-makefile@npm:1.0.5"
checksum: 10c0/ee6ae5472493cb5fde7326c4ecb9e036b8a3cd348c3c06c2cbe5ce420a13776bd8f6fb0709f2f5bb62f745ea4d1fa63d59e533fbce13bde07743867f77818e86
languageName: node
linkType: hard
"@cspell/dict-markdown@npm:^2.0.13":
version: 2.0.14
resolution: "@cspell/dict-markdown@npm:2.0.14"
peerDependencies:
"@cspell/dict-css": ^4.0.19
"@cspell/dict-html": ^4.0.14
"@cspell/dict-html-symbol-entities": ^4.0.5
"@cspell/dict-typescript": ^3.2.3
checksum: 10c0/2198375545579fe4aac7b2a53ae4125bee212fa489be5d19193b227308c3e5c687bfc140111c6263bf2d5a7963eb07f2e4b6c737b2de733fc4e0cf3b2123ece2
languageName: node
linkType: hard
"@cspell/dict-monkeyc@npm:^1.0.11":
version: 1.0.12
resolution: "@cspell/dict-monkeyc@npm:1.0.12"
checksum: 10c0/97250565f808cbf37d66f2585db7accf449bc1836c72b3fac0449896fe17b8dfa3e5dc15f27f4e5cbe61dc7c24e9b17c1d7f475c934cd7c68b1aa597386a5bc0
languageName: node
linkType: hard
"@cspell/dict-node@npm:^5.0.8":
version: 5.0.9
resolution: "@cspell/dict-node@npm:5.0.9"
checksum: 10c0/129fa7cd204e26769829912a8a64225af45b5cf0438f597329966e1c3db5ffca04b4c426d9cee594f271d14500e11319bc7ed371207cb18d73966000303e3072
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.2.25":
version: 5.2.35
resolution: "@cspell/dict-npm@npm:5.2.35"
checksum: 10c0/f3b66b2e6edfc3c2213ec36ae980ec434295dc61ce16baa0cce83a285b1c027ed030e67e9b451cc5e717dc202a347b6c997192925f394f68b35828df5e3afc63
languageName: node
linkType: hard
"@cspell/dict-php@npm:^4.1.0":
version: 4.1.1
resolution: "@cspell/dict-php@npm:4.1.1"
checksum: 10c0/e11e2a3799b2c9ea590ce8b2e69838965f3d8f83020961720afde9c9c57b6ccdb013d54346900766ccf422c548c916dd2aaa890563d36cf12498ad3ddfe67d7a
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^5.0.15":
version: 5.0.15
resolution: "@cspell/dict-powershell@npm:5.0.15"
checksum: 10c0/be9219dcaaa85ce3c8c51330cab3464b3dc3ea333ef96e98cca16375f80a807ee590f41fc0630e97460292f6a73d4ccb0d7c44b032a7c2fdaa168fe951631797
languageName: node
linkType: hard
"@cspell/dict-public-licenses@npm:^2.0.15":
version: 2.0.16
resolution: "@cspell/dict-public-licenses@npm:2.0.16"
checksum: 10c0/473a29eb6fa8cf0d64fffcac0a686c492777dca9a0d6be4c890bcb0e98cb2f01a4afbbfcb88e903a5895593567ec6f2646097f07b0453b689fd70272088aa2a0
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.23":
version: 4.2.25
resolution: "@cspell/dict-python@npm:4.2.25"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.13"
checksum: 10c0/dcab0aac0075f76b0360fd07d61b4421f543e72a98a482494f9a3decb650d475f4508918c85ef8985eeabac11431bf7f67b496491d58a33cf41c25a6016e84a9
languageName: node
linkType: hard
"@cspell/dict-r@npm:^2.1.1":
version: 2.1.1
resolution: "@cspell/dict-r@npm:2.1.1"
checksum: 10c0/ff36a7f8669dde33e09d824de487bbab584c0105c61c97f38375835664a42566874051891d8ede7ac134bab4bd84c12bd333800d9c548386086ac496a87fd576
languageName: node
linkType: hard
"@cspell/dict-ruby@npm:^5.0.9":
version: 5.1.0
resolution: "@cspell/dict-ruby@npm:5.1.0"
checksum: 10c0/d9ca8a8d72869b37b201fd5d17d1e7d0094185dde559861b899256b7dd55e80aedba430ac2ca393d0db479c284cc89cd2eec8f9e56e5601ebd715f0463c75b7d
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.12":
version: 4.1.2
resolution: "@cspell/dict-rust@npm:4.1.2"
checksum: 10c0/ccee1ef1652f8855f2fee1c5b7c173eda9660f0c7f1eadb550ab2e4e8e2ee2e31eee903e294a32052996fed4045907b0a53383f6fe74d28a04de94a4ac69a29d
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^5.0.8":
version: 5.0.9
resolution: "@cspell/dict-scala@npm:5.0.9"
checksum: 10c0/f6b214f4cebcb68a270f4e5cb4163fdd59b58afb28894ac6f523025f411792454c6645c0c616d00af10ea541d5fbd25d34ad7986ddef1bb2181003e39140abbe
languageName: node
linkType: hard
"@cspell/dict-shell@npm:1.1.2, @cspell/dict-shell@npm:^1.1.2":
version: 1.1.2
resolution: "@cspell/dict-shell@npm:1.1.2"
checksum: 10c0/5c05d24e6944abee63f6726630967691d175376152c98f8ed82a149d8f2065b507dd1fbbb542b8df01c19280b23737ed786c9c527d6a3b3386f525ec6478eafc
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^5.1.15":
version: 5.1.22
resolution: "@cspell/dict-software-terms@npm:5.1.22"
checksum: 10c0/9ef4541fa4196205d67a02f472f0c64f05adc3cf594ac208efc9ad22b1dfceddfd5435894ef653fb1263a7e8355d9201950945d9366f0f3c070ef1f415e93abc
languageName: node
linkType: hard
"@cspell/dict-sql@npm:^2.2.1":
version: 2.2.1
resolution: "@cspell/dict-sql@npm:2.2.1"
checksum: 10c0/0e4e763a81669226cd54888546b0cffb12b66be0f945e97c1ea11638a3e4a074408bafeac10a7cf455781a0e5d55b41f5b0ff6fb0d58ae0b043dc1f37e792d51
languageName: node
linkType: hard
"@cspell/dict-svelte@npm:^1.0.7":
version: 1.0.7
resolution: "@cspell/dict-svelte@npm:1.0.7"
checksum: 10c0/08aaf8818c6626bb330359d9682893daade5884105421db6916636a54423f043b706d49a3ad0b07fe05e7751753f9fa8dda1ac6c11662d6f16741c87f30d0c2a
languageName: node
linkType: hard
"@cspell/dict-swift@npm:^2.0.6":
version: 2.0.6
resolution: "@cspell/dict-swift@npm:2.0.6"
checksum: 10c0/ef8e5a6a63dd29055fd614a4d29e50b81fb88db166bb239a15279583def70786f6f3eb63e0071f771efe35b94739d22e5d48ccb4542dd0f217b71229f93a6377
languageName: node
linkType: hard
"@cspell/dict-terraform@npm:^1.1.3":
version: 1.1.3
resolution: "@cspell/dict-terraform@npm:1.1.3"
checksum: 10c0/3964295ef52ab787d42360c48f312614034181f3b63c9a567a724c07af35872d6e2c96f765f2f9ba87e8a40451961844307459c40e066506b549cd55e1746ece
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.2.3":
version: 3.2.3
resolution: "@cspell/dict-typescript@npm:3.2.3"
checksum: 10c0/b4bb34efa2f3ce120cf5a7d4aab4a49ffcb2aaa59c5d81aa5e2550e06d61738399e015c9e1447c1beb9fadbf6b084523be696ae9d5f9d3b63ea6f6189d280316
languageName: node
linkType: hard
"@cspell/dict-vue@npm:^3.0.5":
version: 3.0.5
resolution: "@cspell/dict-vue@npm:3.0.5"
checksum: 10c0/da4a1778095c8f56953d1f1934f41369e4e5c9b83e0862cd37782aae875820e8404f8dd3cd4cb2ea5be46370dd1698966f69b50121c75a50b8652414dc26f2cc
languageName: node
linkType: hard
"@cspell/dict-zig@npm:^1.0.0":
version: 1.0.0
resolution: "@cspell/dict-zig@npm:1.0.0"
checksum: 10c0/bc302e117002c9d6ebfb5d3e085d9a6f2e65d63440deb9f137dce1d8a75650593f5b83d47488ab394cfbc173be032661dc36bc74c85b9826f60a7d2fc7955ffc
languageName: node
linkType: hard
"@cspell/dynamic-import@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/dynamic-import@npm:9.4.0"
dependencies:
"@cspell/url": "npm:9.4.0"
import-meta-resolve: "npm:^4.2.0"
checksum: 10c0/8e10ec79cbfd5b1b4b25a8451d11c77157f5489c34af1c5c962e3f989e5f77cc742b0499859a8cc3a9709b0f43dbe35e3e3359042ff6c09f730aa40d4cbf23fd
languageName: node
linkType: hard
"@cspell/filetypes@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/filetypes@npm:9.4.0"
checksum: 10c0/3898c1659fb08dfc430fe6be683de0dc0916d22da2307bdb8d38895e3f5b7c25d3d0e7ad083f09d4adc93eaa21181aae0b8a1bde97c766bc4a9ab2e30e7d4d9c
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/strong-weak-map@npm:9.4.0"
checksum: 10c0/07dab59cf354b9133fd4621d811f441841f6b84ff8a14dda971c4810e2b9cedf86c8ab41b8ccd073b6c3d0be3dbc77edfabcea66c2b683f521192a792429dfa4
languageName: node
linkType: hard
"@cspell/url@npm:9.4.0":
version: 9.4.0
resolution: "@cspell/url@npm:9.4.0"
checksum: 10c0/c068907324fdfd37fa43069f37b3cbc613a1288a8cbb3f191859ce6a9dca7e1fd84d070119145dd7e7ef016f8d316c240bf3dbdc691d1da053cc6abdc92b4939
languageName: node
linkType: hard
"@d-zero/a11y-check-axe-scenario@npm:0.5.20, @d-zero/a11y-check-axe-scenario@workspace:packages/@d-zero/a11y-check-axe-scenario":
version: 0.0.0-use.local
resolution: "@d-zero/a11y-check-axe-scenario@workspace:packages/@d-zero/a11y-check-axe-scenario"
dependencies:
"@axe-core/puppeteer": "npm:4.11.0"
"@d-zero/a11y-check-core": "npm:0.6.20"
"@d-zero/db-wcag": "npm:1.0.0-alpha.1"
"@d-zero/shared": "npm:0.21.2"
axe-core: "npm:4.11.1"
puppeteer: "npm:24.37.5"
peerDependencies:
axe-core: 4.11.1
puppeteer: 24.37.5
languageName: unknown
linkType: soft
"@d-zero/a11y-check-core@npm:0.6.20, @d-zero/a11y-check-core@workspace:packages/@d-zero/a11y-check-core":
version: 0.0.0-use.local
resolution: "@d-zero/a11y-check-core@workspace:packages/@d-zero/a11y-check-core"
dependencies:
"@d-zero/dealer": "npm:1.7.3"
"@d-zero/puppeteer-dealer": "npm:0.7.9"
"@d-zero/puppeteer-page-scan": "npm:4.4.9"
"@d-zero/shared": "npm:0.21.2"
ansi-colors: "npm:4.1.3"
color-contrast-checker: "npm:2.1.0"
puppeteer: "npm:24.37.5"
languageName: unknown
linkType: soft
"@d-zero/a11y-check-scenarios@npm:0.4.34, @d-zero/a11y-check-scenarios@workspace:packages/@d-zero/a11y-check-scenarios":
version: 0.0.0-use.local
resolution: "@d-zero/a11y-check-scenarios@workspace:packages/@d-zero/a11y-check-scenarios"
dependencies:
"@d-zero/a11y-check-core": "npm:0.6.20"
"@d-zero/shared": "npm:0.21.2"
ansi-colors: "npm:4.1.3"
puppeteer: "npm:24.37.5"
peerDependencies:
puppeteer: 24.37.5
languageName: unknown
linkType: soft
"@d-zero/a11y-check@workspace:packages/@d-zero/a11y-check":
version: 0.0.0-use.local
resolution: "@d-zero/a11y-check@workspace:packages/@d-zero/a11y-check"
dependencies:
"@d-zero/a11y-check-axe-scenario": "npm:0.5.20"
"@d-zero/a11y-check-core": "npm:0.6.20"
"@d-zero/a11y-check-scenarios": "npm:0.4.34"
"@d-zero/cli-core": "npm:1.3.7"
"@d-zero/google-auth": "npm:0.7.0"
"@d-zero/google-sheets": "npm:0.7.1"
"@d-zero/puppeteer-page-scan": "npm:4.4.9"
"@d-zero/readtext": "npm:1.1.20"
"@d-zero/shared": "npm:0.21.2"
ansi-colors: "npm:4.1.3"
dayjs: "npm:1.11.19"
dotenv: "npm:17.3.1"
front-matter: "npm:4.0.2"
minimist: "npm:1.2.8"
bin:
a11y-check: ./dist/cli.js
languageName: unknown
linkType: soft
"@d-zero/archaeologist@workspace:packages/@d-zero/archaeologist":
version: 0.0.0-use.local
resolution: "@d-zero/archaeologist@workspace:packages/@d-zero/archaeologist"
dependencies:
"@d-zero/cli-core": "npm:1.3.7"
"@d-zero/fs": "npm:0.2.2"
"@d-zero/html-distiller": "npm:2.0.4"
"@d-zero/puppeteer-dealer": "npm:0.7.9"
"@d-zero/puppeteer-page-scan": "npm:4.4.9"
"@d-zero/puppeteer-screenshot": "npm:3.3.9"
"@d-zero/readtext": "npm:1.1.20"
"@d-zero/shared": "npm:0.21.2"
"@types/diff": "npm:8.0.0"
"@types/pixelmatch": "npm:5.2.6"
"@types/pngjs": "npm:6.0.5"
ansi-colors: "npm:4.1.3"
diff: "npm:8.0.3"
front-matter: "npm:4.0.2"
jimp: "npm:1.6.0"
kuromojin: "npm:3.0.1"
minimist: "npm:1.2.8"
parse-diff: "npm:0.11.1"
pixelmatch: "npm:7.1.0"
pngjs: "npm:7.0.0"
puppeteer: "npm:24.37.5"
strip-ansi: "npm:7.2.0"
bin:
archaeologist: ./dist/cli.js
languageName: unknown
linkType: soft
"@d-zero/backlog-projects@workspace:packages/@d-zero/backlog-projects":
version: 0.0.0-use.local
resolution: "@d-zero/backlog-projects@workspace:packages/@d-zero/backlog-projects"
dependencies:
"@d-zero/dealer": "npm:1.7.3"
"@d-zero/notion": "npm:2.0.17"
"@d-zero/shared": "npm:0.21.2"
ansi-colors: "npm:4.1.3"
backlog-js: "npm:0.16.0"
dayjs: "npm:1.11.19"
dotenv: "npm:17.3.1"
enquirer: "npm:2.4.1"
minimist: "npm:1.2.8"
bin:
backlog-projects: ./dist/cli.js
languageName: unknown
linkType: soft
"@d-zero/beholder@workspace:packages/@d-zero/beholder":
version: 0.0.0-use.local
resolution: "@d-zero/beholder@workspace:packages/@d-zero/beholder"
dependencies:
"@d-zero/puppeteer-page-scan": "npm:4.4.9"
"@d-zero/shared": "npm:0.21.2"
"@types/debug": "npm:4.1.12"
debug: "npm:4.4.3"
puppeteer: "npm:24.37.5"
languageName: unknown
linkType: soft
"@d-zero/cli-core@npm:1.3.7, @d-zero/cli-core@workspace:packages/@d-zero/cli-core":
version: 0.0.0-use.local
resolution: "@d-zero/cli-core@workspace:packages/@d-zero/cli-core"
dependencies:
"@d-zero/shared": "npm:0.21.2"
"@types/minimist": "npm:1.2.5"
minimist: "npm:^1.2.8"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft
"@d-zero/commitlint-config@npm:5.0.0":
version: 5.0.0
resolution: "@d-zero/commitlint-config@npm:5.0.0"
dependencies:
"@commitlint/cli": "npm:20.3.0"
"@commitlint/config-conventional": "npm:20.3.0"
"@d-zero/cz-config": "npm:5.0.0"
checksum: 10c0/dc19e01d8d58f76d0adecd5e84f8a01454fc52a06ea4e7c9cccd4d4ecd456abef6896360ebbd41496bf4ad6f5606e3338cbaa5d555d84309fd27af30aa85b4dc
languageName: node
linkType: hard