-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
12436 lines (11136 loc) · 432 KB
/
yarn.lock
File metadata and controls
12436 lines (11136 loc) · 432 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
"@11ty/dependency-tree-esm@npm:^2.0.0":
version: 2.0.0
resolution: "@11ty/dependency-tree-esm@npm:2.0.0"
dependencies:
"@11ty/eleventy-utils": "npm:^2.0.1"
acorn: "npm:^8.14.0"
dependency-graph: "npm:^1.0.0"
normalize-path: "npm:^3.0.0"
checksum: 10c0/fd85cf912c832bd722894ae38d1594f598584a98d5bdd3b06a9efda11186751ba2996d9eab2af646d0aec82d99314adf4e30509260e8cbdd46371b22cd2939e9
languageName: node
linkType: hard
"@11ty/dependency-tree@npm:^4.0.0":
version: 4.0.0
resolution: "@11ty/dependency-tree@npm:4.0.0"
dependencies:
"@11ty/eleventy-utils": "npm:^2.0.1"
checksum: 10c0/9b737c66b4c2ade0ee1fbf54ba2738c28776d67442e4d1f55aa2843c0a04c29b0f6ae731e30163390620e186de291a6e884bf1702f85975bb9f0812819fa95f1
languageName: node
linkType: hard
"@11ty/eleventy-dev-server@npm:^2.0.8":
version: 2.0.8
resolution: "@11ty/eleventy-dev-server@npm:2.0.8"
dependencies:
"@11ty/eleventy-utils": "npm:^2.0.1"
chokidar: "npm:^3.6.0"
debug: "npm:^4.4.0"
finalhandler: "npm:^1.3.1"
mime: "npm:^3.0.0"
minimist: "npm:^1.2.8"
morphdom: "npm:^2.7.4"
please-upgrade-node: "npm:^3.2.0"
send: "npm:^1.1.0"
ssri: "npm:^11.0.0"
urlpattern-polyfill: "npm:^10.0.0"
ws: "npm:^8.18.1"
bin:
eleventy-dev-server: cmd.js
checksum: 10c0/5acd0fdd59acaec97a1a957d36c4be0e39e1f5362aca1f16ff1b719952051acd7ef0cb81fbaa87c63562b1220fdc6d1eae3545bb5660c7f2b2c20b066017c17a
languageName: node
linkType: hard
"@11ty/eleventy-plugin-bundle@npm:^3.0.6":
version: 3.0.6
resolution: "@11ty/eleventy-plugin-bundle@npm:3.0.6"
dependencies:
"@11ty/eleventy-utils": "npm:^2.0.2"
debug: "npm:^4.4.0"
posthtml-match-helper: "npm:^2.0.3"
checksum: 10c0/c9af7e04928570000c244ab41b0f26608c74d05dce7c2a26f137f725a66a47b0c0d0457c86181e31d4d04a3956c0c41a053fd26a4bd7e0a046718156a5b51b14
languageName: node
linkType: hard
"@11ty/eleventy-utils@npm:^2.0.1, @11ty/eleventy-utils@npm:^2.0.2, @11ty/eleventy-utils@npm:^2.0.7":
version: 2.0.7
resolution: "@11ty/eleventy-utils@npm:2.0.7"
checksum: 10c0/71d1fbdf4d651c5320cac420ef4bb82024c1133a2404d5276f6826856cef3658bc8df201a5fb4531f07583e353431ba0f6dd5920259c741da06ac1d9f75be5de
languageName: node
linkType: hard
"@11ty/eleventy@npm:^3.1.0":
version: 3.1.0
resolution: "@11ty/eleventy@npm:3.1.0"
dependencies:
"@11ty/dependency-tree": "npm:^4.0.0"
"@11ty/dependency-tree-esm": "npm:^2.0.0"
"@11ty/eleventy-dev-server": "npm:^2.0.8"
"@11ty/eleventy-plugin-bundle": "npm:^3.0.6"
"@11ty/eleventy-utils": "npm:^2.0.7"
"@11ty/lodash-custom": "npm:^4.17.21"
"@11ty/posthtml-urls": "npm:^1.0.1"
"@11ty/recursive-copy": "npm:^4.0.1"
"@sindresorhus/slugify": "npm:^2.2.1"
bcp-47-normalize: "npm:^2.3.0"
chokidar: "npm:^3.6.0"
debug: "npm:^4.4.0"
dependency-graph: "npm:^1.0.0"
entities: "npm:^6.0.0"
filesize: "npm:^10.1.6"
gray-matter: "npm:^4.0.3"
iso-639-1: "npm:^3.1.5"
js-yaml: "npm:^4.1.0"
kleur: "npm:^4.1.5"
liquidjs: "npm:^10.21.0"
luxon: "npm:^3.6.1"
markdown-it: "npm:^14.1.0"
minimist: "npm:^1.2.8"
moo: "npm:^0.5.2"
node-retrieve-globals: "npm:^6.0.1"
nunjucks: "npm:^3.2.4"
picomatch: "npm:^4.0.2"
please-upgrade-node: "npm:^3.2.0"
posthtml: "npm:^0.16.6"
posthtml-match-helper: "npm:^2.0.3"
semver: "npm:^7.7.2"
slugify: "npm:^1.6.6"
tinyglobby: "npm:^0.2.13"
bin:
eleventy: cmd.cjs
checksum: 10c0/9030665a51e573a82b3cb86bf53e0c8a0e8184315daab70ac9b4010bb48149f3c427792b516c49cd09496c745fef850da11bf1a79481e2bb6be5c6c41bc60561
languageName: node
linkType: hard
"@11ty/lodash-custom@npm:^4.17.21":
version: 4.17.21
resolution: "@11ty/lodash-custom@npm:4.17.21"
checksum: 10c0/947b1a90cd46723e6a7f0c3e74734a933b75a1e35cfc3ad0138fe1f6be3eab914cc1a1e0926d9a05d5b0aece5dc74977312fb8d8af1beea4044d011148ecc196
languageName: node
linkType: hard
"@11ty/posthtml-urls@npm:^1.0.1":
version: 1.0.1
resolution: "@11ty/posthtml-urls@npm:1.0.1"
dependencies:
evaluate-value: "npm:^2.0.0"
http-equiv-refresh: "npm:^2.0.1"
list-to-array: "npm:^1.1.0"
parse-srcset: "npm:^1.0.2"
checksum: 10c0/75f405d6ae27518b9d7f97395426a27e2f468ea8ec83b169c370c5d52b6a8c88def22c9cf8f8e06a0eada1f33a73abd5d7c26057cfea38d84519071f0d7e9928
languageName: node
linkType: hard
"@11ty/recursive-copy@npm:^4.0.1":
version: 4.0.1
resolution: "@11ty/recursive-copy@npm:4.0.1"
dependencies:
errno: "npm:^1.0.0"
junk: "npm:^3.1.0"
maximatch: "npm:^0.1.0"
slash: "npm:^3.0.0"
checksum: 10c0/6b017ca1eab0d1107fdb0d3961f236ffbf04d05340774f10a49519516694b2c3347274aa120a9c47d6f3b726728f7ebcc7ab6638062168213558ac37e593d79f
languageName: node
linkType: hard
"@asamuzakjp/css-color@npm:^3.1.2":
version: 3.2.0
resolution: "@asamuzakjp/css-color@npm:3.2.0"
dependencies:
"@csstools/css-calc": "npm:^2.1.3"
"@csstools/css-color-parser": "npm:^3.0.9"
"@csstools/css-parser-algorithms": "npm:^3.0.4"
"@csstools/css-tokenizer": "npm:^3.0.3"
lru-cache: "npm:^10.4.3"
checksum: 10c0/a4bf1c831751b1fae46b437e37e8a38c0b5bd58d23230157ae210bd1e905fe509b89b7c243e63d1522d852668a6292ed730a160e21342772b4e5b7b8ea14c092
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.12.11":
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: 10c0/5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
checksum: 10c0/c558f11c4871d526498e49d07a84752d1800bf72ac0d3dad100309a2eaba24efbf56ea59af5137ff15e3a00280ebe588560534b0e894a4750f8b1411d8f78b84
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-bundled-dicts@npm:8.19.4"
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.1.15"
"@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.13"
"@cspell/dict-dotnet": "npm:^5.0.9"
"@cspell/dict-elixir": "npm:^4.0.7"
"@cspell/dict-en-common-misspellings": "npm:^2.0.10"
"@cspell/dict-en-gb": "npm:1.1.33"
"@cspell/dict-en_us": "npm:^4.4.3"
"@cspell/dict-filetypes": "npm:^3.0.11"
"@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.4"
"@cspell/dict-golang": "npm:^6.0.20"
"@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.1"
"@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.17"
"@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.5"
"@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: 10c0/ae51370ba8a62357c4612d2d23c3fb4387e0b7f01f91e404709ab0ec8251fdbb4225b224b6b0c3bcdd79dabdf437eca6a6bc58337a63e5debdf7eaa219d5872d
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-json-reporter@npm:8.19.4"
dependencies:
"@cspell/cspell-types": "npm:8.19.4"
checksum: 10c0/892d2f6b5e46813b959559c61b53d51dbd837220584267be927c50725b80cd330c2dc3c1801ed5072501ad5103d7b2f8ff592545b56289cea85d24f83c431551
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-pipe@npm:8.19.4"
checksum: 10c0/2f4407745dffd56a484ce530149f0b9580e6feda4e41d59f43195e75536f3bbcc7b35e188b2a68b3e47c9fb8d891b000a62892079e9c58c4aee11cb3dd74e484
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-resolver@npm:8.19.4"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10c0/0db5cff86be3780a226e1f51afb0734035331437d2eaf0b899b425dd2f209448126defb6bdfbe1656b53a1c82dee22ff708f419e5fa34cb8db464aa65359887a
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-service-bus@npm:8.19.4"
checksum: 10c0/7031c9a248148d76d9c431479912a6d633fbca88d8fd2132cf9b34d497548881b5e51f9181847bc3afd4058f73c3b1be722f5f27676bb648c5c13b289977134b
languageName: node
linkType: hard
"@cspell/cspell-types@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/cspell-types@npm:8.19.4"
checksum: 10c0/5c462d7836b21dd9eaca66abb04b3341423548baa897ac7a173bff996731bd2e986818cd1defcdda1ec7866e4ea76730f97d8696c8a45846f1fa8fd571d5ad1a
languageName: node
linkType: hard
"@cspell/dict-ada@npm:^4.1.0":
version: 4.1.0
resolution: "@cspell/dict-ada@npm:4.1.0"
checksum: 10c0/1600b1fc4f033f41edf07d18ee71232d9b6ae654dc4256ce759ae663186e1e2f6fbbc605508d11ee756d909e53a0e2dfcf1171371333de06094f709ee9172af7
languageName: node
linkType: hard
"@cspell/dict-al@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-al@npm:1.1.0"
checksum: 10c0/448be78bf11a3775e766122efcf322f6cebe689f2a2e9c7bb83e7745c666b80ef6411806552a66af4112a95ae007d3b342874e69d3d280173839cc55df295ea5
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^4.0.10":
version: 4.0.10
resolution: "@cspell/dict-aws@npm:4.0.10"
checksum: 10c0/938d8bbd9960f152aea5cb2712fdd644d734acfda9f72aaf490ccdce6dd016dc5a4d2a38e37d8a13234e69346e6b1a74178fb4ae3d9525c4e64656c1d90fe057
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: 10c0/9fa084d80f64fa706e87e1ad1db459433a5d0ba4a7c850de9f165b7a50f24410e447589b3374b53ca4da6397ee13c8c0205ff4bc5083d9c25a32e69b3bd2fe8b
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.1.15":
version: 3.2.1
resolution: "@cspell/dict-companies@npm:3.2.1"
checksum: 10c0/8e98d9321277a1e05b88a95f3ac2c421568c2806a5319177b8a998316dedd888d063793135f57b73f1b88d636bbbe45e43249574804c1a42913f8fbd252263b2
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^6.0.8":
version: 6.0.8
resolution: "@cspell/dict-cpp@npm:6.0.8"
checksum: 10c0/8388be63c7db452c556af908951b91bb141e3320d640a967d90c847a5ba6e09b41356772d842b586074b4ec1beb8049b9abd56a8fe9037650b2ddd9b28f6724c
languageName: node
linkType: hard
"@cspell/dict-cryptocurrencies@npm:^5.0.4":
version: 5.0.4
resolution: "@cspell/dict-cryptocurrencies@npm:5.0.4"
checksum: 10c0/f9bf46de9efc543f7270f46ec424151aa297c0e3d969f7f350eaa9f1e6ad0a7eecb668ceeb53c23c5dd54fc49277dbbaa96d476b71515f72b246cbd0c2569b4d
languageName: node
linkType: hard
"@cspell/dict-csharp@npm:^4.0.6":
version: 4.0.6
resolution: "@cspell/dict-csharp@npm:4.0.6"
checksum: 10c0/d10ceb009e6a2b838d5ba5b035124bc1e02cf0e3eff10631b814ae8e4c1de7f7b35d60f3509f4b6b81a59e86bf1fdd0dee925191811825f7e1454d080cf3ebba
languageName: node
linkType: hard
"@cspell/dict-css@npm:^4.0.17":
version: 4.0.17
resolution: "@cspell/dict-css@npm:4.0.17"
checksum: 10c0/87ceb92f3a65b0b4089e2150abb86431d09ad27f4a00af233c01c799d9786495ae66ea8b1a7f089a923ad5fb6efcdbf92227a6728b0b826a76fa03a24c379a7c
languageName: node
linkType: hard
"@cspell/dict-dart@npm:^2.3.0":
version: 2.3.0
resolution: "@cspell/dict-dart@npm:2.3.0"
checksum: 10c0/493ac7de691fd93596014168f3def8253dd4e97a139ba60715c4368ef5183df5a75c2bb04ba63f2d791686bf5a6d91005237e5ed96636959e77e5a7e79e0999e
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: 10c0/fd93eea55bab6d418f6e36a0dd2fd28ea7ec15598139086dcf6d664e0fae5c3235f5ec71c2d2449315e58bd23b153aa0bbd84d894ecfbf2e619d8f93c2e3614f
languageName: node
linkType: hard
"@cspell/dict-django@npm:^4.1.4":
version: 4.1.4
resolution: "@cspell/dict-django@npm:4.1.4"
checksum: 10c0/bf55dc7aaf575d4cb50f48a9fd6b5619ae23a8f6c741197a8a4942fbc4188280d5fdd614b07a659d6828ca7004f2707101ed268ac48cc41e606cf9694bad9523
languageName: node
linkType: hard
"@cspell/dict-docker@npm:^1.1.13":
version: 1.1.14
resolution: "@cspell/dict-docker@npm:1.1.14"
checksum: 10c0/cf929524dff283db90a1c8e4a6363ccbbed9d49c41d33038ca98cacca7a159e960798224b23433e008d842cc091069b23aa4de915ef1278fc023efc2a38079bd
languageName: node
linkType: hard
"@cspell/dict-dotnet@npm:^5.0.9":
version: 5.0.9
resolution: "@cspell/dict-dotnet@npm:5.0.9"
checksum: 10c0/ac30f0a8d4e3f9c1468060e1d6cbe09ff4c60046c01ef665539996fdb62ca794bc1fbee75347c1d50e11e82782b9eeeadb175ab4e8746501ed561400d611d3a8
languageName: node
linkType: hard
"@cspell/dict-elixir@npm:^4.0.7":
version: 4.0.7
resolution: "@cspell/dict-elixir@npm:4.0.7"
checksum: 10c0/c65521e34aa4d7eb6ed4cb1bb86033dfd98d7d40715846d8d987801ce392ac96f1f4280a8e8be166fa6918660441c140e80b37799734393a3e4572a36b1975f9
languageName: node
linkType: hard
"@cspell/dict-en-common-misspellings@npm:^2.0.10":
version: 2.0.11
resolution: "@cspell/dict-en-common-misspellings@npm:2.0.11"
checksum: 10c0/da3bc9fb18705b2bf721c8d49012fc17b726fc5c9dc1fd9b559e39e2a7d043870914a6f21b3eb397f4667c030a5bb17819b18098ef113e6ddde8143a202f22ea
languageName: node
linkType: hard
"@cspell/dict-en-gb@npm:1.1.33":
version: 1.1.33
resolution: "@cspell/dict-en-gb@npm:1.1.33"
checksum: 10c0/09563d1016f652dc8164a5f692be49beb78a847a54d5e470d406ae4db125bf8021db75d3db63f7a0c1d1b7a5dfbec4b709fb2ff3520447dcad690adb98d74130
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.4.3":
version: 4.4.9
resolution: "@cspell/dict-en_us@npm:4.4.9"
checksum: 10c0/d8a4b102ca3d14e0d4425584fcd010434f981fe3839d9c70cbc3f8bb562fefa0443f83b2d4f1f46407a3dec5c172c0c8a67ad69e88145a1b22f1d5d2d0b4f0d7
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.11":
version: 3.0.12
resolution: "@cspell/dict-filetypes@npm:3.0.12"
checksum: 10c0/9674c3e8a7ec52654ba01c691d9817479690efbe796c5b6cc30ba51ce68d6a6f7da68c8be2a385964007328db8d1c65d30d7a876c12382f726faa35fe29c6a74
languageName: node
linkType: hard
"@cspell/dict-flutter@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-flutter@npm:1.1.0"
checksum: 10c0/b72e82a7bdd76b7383f227eaf8714b940406bdcd39d63fcd576ae9cbd80b7c579fe7a11a07c92200550a6e9583e18a4b45501b80684f02f8da5731d8af154974
languageName: node
linkType: hard
"@cspell/dict-fonts@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-fonts@npm:4.0.4"
checksum: 10c0/589c680baf00cf41153ff9e9a3e6d948ca4d451f7626edbfce6ee5c3f4dd60ea293c0d8f9f442f000730c2f064b8013425735de25267c406e11a10e94809696a
languageName: node
linkType: hard
"@cspell/dict-fsharp@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-fsharp@npm:1.1.0"
checksum: 10c0/78d994fe596db26f7ca7465e39f0924661c83fbadcd107d2f1f4148de76ef4054dd54d41c8dc128804130573f16285569f88f7ca1f1d17f156e97089e937d533
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.2.6":
version: 3.2.6
resolution: "@cspell/dict-fullstack@npm:3.2.6"
checksum: 10c0/bf3482a116586a4d45881ec5e9264f396e1fb2426b172901d799baa6533f6aa19055f8b2f651546272b7bdd73f0223d2a723c3ce0e3df1cb398fe37a9161df5c
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: 10c0/93ee860370074503732750dbcaf6fb6c030a1518e694b3c77597c9956b0f594a66a583fed22392fbfa1f1ca244e16fbd31cd5734c509ce3bfbe583177b5ba5b4
languageName: node
linkType: hard
"@cspell/dict-git@npm:^3.0.4":
version: 3.0.5
resolution: "@cspell/dict-git@npm:3.0.5"
checksum: 10c0/0701288549667be5f4e736132d48fbded409dba10f02949e3e613f4f67944a817172331f5f092dab4d4ab18f41174f5b6bccedc7cf46da1c93c9b278a73de316
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^6.0.20":
version: 6.0.21
resolution: "@cspell/dict-golang@npm:6.0.21"
checksum: 10c0/da791b918c4cf5584149e091f15fb1db0c3acef14b4d774df08586b8353f8ccb4f5b699ad471f67d7818205799c474587b88d9d824702da10083413cb04cc992
languageName: node
linkType: hard
"@cspell/dict-google@npm:^1.0.8":
version: 1.0.8
resolution: "@cspell/dict-google@npm:1.0.8"
checksum: 10c0/89385531361d1b00da54c2cade3e29442b6ba7baa2f5a4922b628ee79fb97c860319480061dd01a5a99b527514cad0594699c15a57bdf6c4c17c783aa257a0ab
languageName: node
linkType: hard
"@cspell/dict-haskell@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-haskell@npm:4.0.5"
checksum: 10c0/a2d8cf98c208ecc5733c888037c9366d26f37ff8c7ed46756ad4d8651efe69a5d98447c0bf859cb3660b1c541ab1f8b4b0650591c327ff07a10c9d458b9be24a
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: 10c0/d7fbffb484b4d826890c873792ac383892ed2013c6e7436fc1223a181ef3b11bf98d33f2faa50dba1461853eebf6006451ff853caf8fa1948dca4f228b9248ca
languageName: node
linkType: hard
"@cspell/dict-html@npm:^4.0.11":
version: 4.0.11
resolution: "@cspell/dict-html@npm:4.0.11"
checksum: 10c0/6bb7751cae019a2dd2df8660f2b220078cbf7cdbbb3e7bf647428295f7483c1efce31f04a3ea459da5c6b6d22f87c0b5fc77f5a14f3ed17aa382c25f1483f9ad
languageName: node
linkType: hard
"@cspell/dict-java@npm:^5.0.11":
version: 5.0.11
resolution: "@cspell/dict-java@npm:5.0.11"
checksum: 10c0/167ad55bec88ad9986d39fc483e20c0af64ffc5127bff42114ede20c8f90dc26074ee680266a8d09517a83c37bf50b2f0f5581ada870326ae2212c0c8caabb40
languageName: node
linkType: hard
"@cspell/dict-julia@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-julia@npm:1.1.0"
checksum: 10c0/851cc5d4e6f15f7b15fad6b601ae4a67158a9522e5dbdf675fddcd20255d0e89ff265a740a0c05a37c80d7aadfd0e9027de2b81b9d8d698ccdb5fdf26dcf1f89
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.10":
version: 1.0.10
resolution: "@cspell/dict-k8s@npm:1.0.10"
checksum: 10c0/d6de5ea9ad152f04e12fcc9b462608769e0fb99b0520d6786674dae9c3dd8ad04a40843fabf7510974b71bc2b32d5e47b11b4c9095118e90d856d18dbbf94787
languageName: node
linkType: hard
"@cspell/dict-kotlin@npm:^1.1.0":
version: 1.1.0
resolution: "@cspell/dict-kotlin@npm:1.1.0"
checksum: 10c0/39e5c979d63958a06e2bfd89aa0a7f70217aac3a847603a5516395290d7c877ccb600cc5270e83edb25251106980592000dee5fb6700812c27ee6c61d281952f
languageName: node
linkType: hard
"@cspell/dict-latex@npm:^4.0.3":
version: 4.0.3
resolution: "@cspell/dict-latex@npm:4.0.3"
checksum: 10c0/bba028fb61a38e48615f865f7cbeab4bf9d84f3305cb9828321b4d2ed2b592555a30aef0db9188273acabc0c88d7e8c04e72a30b2364c3c7c6fbf3b0fbc4a6ec
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: 10c0/a8f734acdab01f4171a38b079a2509fb27ceafef347ff02464e32211bf6877655f79ca411a681e415bb1b0a3feb524f00f3397734e945ada368179fe9080834a
languageName: node
linkType: hard
"@cspell/dict-lua@npm:^4.0.7":
version: 4.0.7
resolution: "@cspell/dict-lua@npm:4.0.7"
checksum: 10c0/4f6ea6d098f44a7bb5c87326ddb7f6e6e2e728f04445baef0c7d217c7399cea566a2b16e58724c8ed7ccf7dabdb1218c318330013ffa43f71782c288287855ca
languageName: node
linkType: hard
"@cspell/dict-makefile@npm:^1.0.4":
version: 1.0.4
resolution: "@cspell/dict-makefile@npm:1.0.4"
checksum: 10c0/ac59836e7dcf95de7e2c04e5cf17a357c7aa06e72c638352beb3e8c7d94ab7736c3d1387f4829d24db3d4b1868fceddfb728ec3812c5f5062faf609668d3a970
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: 10c0/e976a295c1f936576edf412cf50818eccdd22c4a872d6a1a93e6499fa5577eb8564af1b61da09b5072f05053c92477573b30bff781a0c4819e9452cced413eb7
languageName: node
linkType: hard
"@cspell/dict-monkeyc@npm:^1.0.10":
version: 1.0.10
resolution: "@cspell/dict-monkeyc@npm:1.0.10"
checksum: 10c0/a48278f3d751b9d8f90930c55b9736c72aac02589c353849e68782de2e8019a16be88d5014693341a52db627ef9989ac4ea71b973a67c0cf2f8bacce8ec75a14
languageName: node
linkType: hard
"@cspell/dict-node@npm:^5.0.7":
version: 5.0.7
resolution: "@cspell/dict-node@npm:5.0.7"
checksum: 10c0/46520be977286bcc497ac883e47c407335dfd0522fff7c4a0e2d84e9b592ee5cdac432a19610f88f75550d1e2bea227c5fb5fb30eb13f47cc8b02ace24a7cad2
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.2.1":
version: 5.2.4
resolution: "@cspell/dict-npm@npm:5.2.4"
checksum: 10c0/b01a07baef601ca46bed697037b09c7aafa93cbb1b9b0206147e8746c280d1c9e9095cb0ec2909f5493978130155e98c48c681059b38bfd109cab5e0edd91714
languageName: node
linkType: hard
"@cspell/dict-php@npm:^4.0.14":
version: 4.0.14
resolution: "@cspell/dict-php@npm:4.0.14"
checksum: 10c0/185754d3e56de9db37db265e2073cca2977ad15d7b228c6a2a272db5699d8019b1d7096a8b76483bd757b0c00bbc426abffad37dcec404cdfc9912d7380b0cf9
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^5.0.14":
version: 5.0.14
resolution: "@cspell/dict-powershell@npm:5.0.14"
checksum: 10c0/2409aeb029c0abe869ce9d684fc17e9d117bf3f2d55a227a6229924c69ba70e1bd3683dd6f3cc309e1abdd435d6610dd6ad1a794ea28116997eeacd07efbc107
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: 10c0/c9fafd755e7543a14483abebe743b6e69eb3ce6d321e91c589ef2931d18de721c0c8f71e5fe750c7c3dd4146903aba56d54fac853c83d4d2779ce4989db3e650
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.17":
version: 4.2.18
resolution: "@cspell/dict-python@npm:4.2.18"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.8"
checksum: 10c0/4d1023b720dbf6fc7eeeed4d3bda35ef4cf8c8a8ebbf339abdbe407f7c69b621bd5cf63c8327ee06b1d94f15753973528a5529f4720da2a6e30a5e379ca1904a
languageName: node
linkType: hard
"@cspell/dict-r@npm:^2.1.0":
version: 2.1.0
resolution: "@cspell/dict-r@npm:2.1.0"
checksum: 10c0/96a1057a5789b15e85e7a3eca9042b0f94645da953b7919840fcb97f6ab72d1ebaae792e962cabb7479e1adbb9d8e565a9340c7b415518c713d578f2779c802a
languageName: node
linkType: hard
"@cspell/dict-ruby@npm:^5.0.8":
version: 5.0.8
resolution: "@cspell/dict-ruby@npm:5.0.8"
checksum: 10c0/24807292b33f3468c1580ef9bc781a6c93bb3b745b9130fa1d23ae9fe685609e08f13b0bdd61d271ec7307cf86273909fcff3958cc190a08b4fc2433729cf950
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.11":
version: 4.0.11
resolution: "@cspell/dict-rust@npm:4.0.11"
checksum: 10c0/f5adf582f45b02c0695e1118b1f99952cc3a443625b279b0d657dce1c297b74f9782c000e45959b9ab096509de99c0549c1dd01b49a83a3fd6d7453444a4d776
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^5.0.7":
version: 5.0.7
resolution: "@cspell/dict-scala@npm:5.0.7"
checksum: 10c0/273eb0123b59d55624ce837b793c12a06f672ffd7653c40565d9647682b11851862929ae6f1171fe5b28dbb3ef4f5f7b892d4b3f939130f6947f75358684e59b
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: 10c0/820343ea423769099fc27ed1c5aa1e23b2f6d9f2552375b0f6343d4d6b34b2d010c15167883d46d3e68d5612770d23704ce0baf5c8fef4b0864224d38605a7f8
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^5.0.5":
version: 5.0.10
resolution: "@cspell/dict-software-terms@npm:5.0.10"
checksum: 10c0/58c87c316a47651c61920fd5366e120a7679b2d0a0359cda176ac2697d435724d2f7dd9ce81e6a050750e966b5fd6690a5698d31cac95a47808007343a5ba74d
languageName: node
linkType: hard
"@cspell/dict-sql@npm:^2.2.0":
version: 2.2.0
resolution: "@cspell/dict-sql@npm:2.2.0"
checksum: 10c0/bf509e15ef2973f829a1e52620b004a5c507837a25342645ea2776ff4c529f2c6422887316f78a1c217d490d65da41da385da98935f955c681e515a6b7a71703
languageName: node
linkType: hard
"@cspell/dict-svelte@npm:^1.0.6":
version: 1.0.6
resolution: "@cspell/dict-svelte@npm:1.0.6"
checksum: 10c0/81864325d7bc97d51abbfbd717e2b3dca9eeffb1042be9483407493664c5c53fa7176cb07f648a2a7633da39870de37a20067e13a3ddc008803c5e80c37c5f15
languageName: node
linkType: hard
"@cspell/dict-swift@npm:^2.0.5":
version: 2.0.5
resolution: "@cspell/dict-swift@npm:2.0.5"
checksum: 10c0/3123cfde3661ae2b6255863ce4afc648e7e30f20ffb3289e51a624c4b9688cb4e489aff864987e7a1b6f893026f97f5082a8c688e05491f60cad6cc03558ef3c
languageName: node
linkType: hard
"@cspell/dict-terraform@npm:^1.1.1":
version: 1.1.1
resolution: "@cspell/dict-terraform@npm:1.1.1"
checksum: 10c0/c6d54c4e9cae5f8e83fe07051d09224c7d8cdbe02e3d8c75613f1c01e187a0959065fbe9c67fcaf8715aac6633196b32839e5ae05e9a63d7b07448b3e7e33eb3
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.2.1":
version: 3.2.1
resolution: "@cspell/dict-typescript@npm:3.2.1"
checksum: 10c0/79069c810021210052c450a5c68097108730ff07c57a411e156f2ed225bcef8504b80581975867ac952d942b675409a5a16ca29d91c684438528e9bd525ec42b
languageName: node
linkType: hard
"@cspell/dict-vue@npm:^3.0.4":
version: 3.0.4
resolution: "@cspell/dict-vue@npm:3.0.4"
checksum: 10c0/8a39099c15a6d2ae640aa5a2947dc0c9baf782a8754afaccc0d1fb014fda20be121cf4c2cff6f7e9e61c62fab52a7b8b2a3a07dfe2996b6ea6e4d80165746416
languageName: node
linkType: hard
"@cspell/dynamic-import@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/dynamic-import@npm:8.19.4"
dependencies:
"@cspell/url": "npm:8.19.4"
import-meta-resolve: "npm:^4.1.0"
checksum: 10c0/2af14cdc075da171353d1b46edc34d8912ce3897f93eb76060c322d64fc885000c6450b625bd2fa453eaf078ace1442c983419fbeea186450ad2ac9df0609559
languageName: node
linkType: hard
"@cspell/filetypes@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/filetypes@npm:8.19.4"
checksum: 10c0/c559bbc6e30bd8b1a0fe95f47a1d5eb631785df99ff1c2740ca02e118c3ab608e9b88ffae0e875d5d958c0152a7effff8e522ee371fdc505eaee505ea80f15d4
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/strong-weak-map@npm:8.19.4"
checksum: 10c0/ffa84dc389ac9285a3994d6fa85fc9cc025007b351851bfd4ea14dca472f58c3f805d4dba97edd454674becbcb97f02b24001072eb0c66fcad74b4fc6235ad78
languageName: node
linkType: hard
"@cspell/url@npm:8.19.4":
version: 8.19.4
resolution: "@cspell/url@npm:8.19.4"
checksum: 10c0/37dc0414bd1c7d425b253877a685a317745ef61716ca1306b2aca41e79334f85c9afc5103a62b7c4fc4be754ff8fd63f00c04a7bfa13fcc3e2f64cdee1c12617
languageName: node
linkType: hard
"@csstools/color-helpers@npm:^5.0.2":
version: 5.0.2
resolution: "@csstools/color-helpers@npm:5.0.2"
checksum: 10c0/bebaddb28b9eb58b0449edd5d0c0318fa88f3cb079602ee27e88c9118070d666dcc4e09a5aa936aba2fde6ba419922ade07b7b506af97dd7051abd08dfb2959b
languageName: node
linkType: hard
"@csstools/css-calc@npm:^2.1.3":
version: 2.1.3
resolution: "@csstools/css-calc@npm:2.1.3"
peerDependencies:
"@csstools/css-parser-algorithms": ^3.0.4
"@csstools/css-tokenizer": ^3.0.3
checksum: 10c0/85f5b4f96d60f395d5f0108056b0ddee037b22d6deba448d74324b50f1c554de284f84715ebfac7b2888b78e09d20d02a7cd213ee7bdaa71011ea9b4eee3a251
languageName: node
linkType: hard
"@csstools/css-color-parser@npm:^3.0.9":
version: 3.0.9
resolution: "@csstools/css-color-parser@npm:3.0.9"
dependencies:
"@csstools/color-helpers": "npm:^5.0.2"
"@csstools/css-calc": "npm:^2.1.3"
peerDependencies:
"@csstools/css-parser-algorithms": ^3.0.4
"@csstools/css-tokenizer": ^3.0.3
checksum: 10c0/acc026a6bd6d8c4c641fa5f9b4d77cd5dfa54c57c3278ae52329d96b5837723428dcb93c34db4062bbea2f45a98451119df06eaf39fd196aaf6368c59d799f20
languageName: node
linkType: hard
"@csstools/css-parser-algorithms@npm:^3.0.4":
version: 3.0.4
resolution: "@csstools/css-parser-algorithms@npm:3.0.4"
peerDependencies:
"@csstools/css-tokenizer": ^3.0.3
checksum: 10c0/d411f07765e14eede17bccc6bd4f90ff303694df09aabfede3fd104b2dfacfd4fe3697cd25ddad14684c850328f3f9420ebfa9f78380892492974db24ae47dbd
languageName: node
linkType: hard
"@csstools/css-tokenizer@npm:^3.0.3":
version: 3.0.3
resolution: "@csstools/css-tokenizer@npm:3.0.3"
checksum: 10c0/c31bf410e1244b942e71798e37c54639d040cb59e0121b21712b40015fced2b0fb1ffe588434c5f8923c9cd0017cfc1c1c8f3921abc94c96edf471aac2eba5e5
languageName: node
linkType: hard
"@ctrl/tinycolor@npm:^4.1.0":
version: 4.1.0
resolution: "@ctrl/tinycolor@npm:4.1.0"
checksum: 10c0/813dd960366df057006a1b93d7403ec7a48db1e79bec846d38fab15a1e0f37efd3ab96b0c780a14867ddc1f4c5a473e403c5c88e96d212c544ad934411e5307f
languageName: node
linkType: hard
"@custom-elements-manifest/analyzer@npm:^0.10.4":
version: 0.10.4
resolution: "@custom-elements-manifest/analyzer@npm:0.10.4"
dependencies:
"@custom-elements-manifest/find-dependencies": "npm:^0.0.5"
"@github/catalyst": "npm:^1.6.0"
"@web/config-loader": "npm:0.1.3"
chokidar: "npm:3.5.2"
command-line-args: "npm:5.1.2"
comment-parser: "npm:1.2.4"
custom-elements-manifest: "npm:1.0.0"
debounce: "npm:1.2.1"
globby: "npm:11.0.4"
typescript: "npm:~5.4.2"
bin:
cem: cem.js
custom-elements-manifest: cem.js
checksum: 10c0/a0f60cb88363057a4e672139ebbfd8167ee7feea71fc743e2c8f066d5add3ba5f2bf45b3ac579f4fe64e50add7ba01bf609dec5a6683be9a3ef785fcaa1c1577
languageName: node
linkType: hard
"@custom-elements-manifest/find-dependencies@npm:^0.0.5":
version: 0.0.5
resolution: "@custom-elements-manifest/find-dependencies@npm:0.0.5"
dependencies:
es-module-lexer: "npm:^0.9.3"
checksum: 10c0/8640e2f2412978df377c16020891371a6831bf1b5ec24515ae5828ee672c73ad8cea5a3762f47be8c07c1b1c825763068084523d59c5da4f919ed9082f6fb121
languageName: node
linkType: hard
"@designkit-style/designkit@workspace:.":
version: 0.0.0-use.local
resolution: "@designkit-style/designkit@workspace:."
dependencies:
"@11ty/eleventy": "npm:^3.1.0"
"@ctrl/tinycolor": "npm:^4.1.0"
"@custom-elements-manifest/analyzer": "npm:^0.10.4"
"@floating-ui/dom": "npm:^1.7.0"
"@lit/react": "npm:^1.0.7"
"@open-wc/testing": "npm:^4.0.0"
"@shoelace-style/animations": "npm:^1.2.0"
"@shoelace-style/localize": "npm:^3.2.1"
"@twind/core": "npm:^1.1.3"
"@twind/preset-autoprefix": "npm:^1.0.7"
"@twind/preset-tailwind": "npm:^1.1.4"
"@twind/with-web-components": "npm:^1.1.3"
"@types/mocha": "npm:^10.0.10"
"@types/react": "npm:^18.3.13"
"@typescript-eslint/eslint-plugin": "npm:^6.7.5"
"@typescript-eslint/parser": "npm:^6.7.5"
"@web/dev-server-esbuild": "npm:^1.0.4"
"@web/test-runner": "npm:^0.19.0"
"@web/test-runner-commands": "npm:^0.9.0"
"@web/test-runner-playwright": "npm:^0.11.0"
bootstrap-icons: "npm:^1.13.1"
browser-sync: "npm:^3.0.4"
browserslist: "npm:^4.24.5"
chalk: "npm:^5.4.1"
change-case: "npm:^4.1.2"
command-line-args: "npm:^6.0.1"
comment-parser: "npm:^1.4.1"
composed-offset-position: "npm:^0.0.6"
cspell: "npm:^8.16.1"
custom-element-jet-brains-integration: "npm:^1.7.0"
custom-element-vs-code-integration: "npm:^1.5.0"
custom-element-vuejs-integration: "npm:^1.4.0"
del: "npm:^8.0.0"
download: "npm:^8.0.0"
esbuild: "npm:^0.24.0"
esbuild-plugin-replace: "npm:^1.4.0"
eslint: "npm:^8.51.0"
eslint-plugin-chai-expect: "npm:^3.1.0"
eslint-plugin-chai-friendly: "npm:^0.7.2"
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-lit: "npm:^1.15.0"
eslint-plugin-lit-a11y: "npm:^4.1.4"
eslint-plugin-markdown: "npm:^3.0.1"
eslint-plugin-sort-imports-es6-autofix: "npm:^0.6.0"
eslint-plugin-wc: "npm:^2.2.0"
front-matter: "npm:^4.0.2"
get-port: "npm:^7.1.0"
globby: "npm:^14.1.0"
husky: "npm:^9.1.7"
jsdom: "npm:^25.0.1"
lightningcss: "npm:^1.30.1"
lint-staged: "npm:^15.2.10"
lit: "npm:^3.3.0"
lunr: "npm:^2.3.9"
markdown-it-container: "npm:^4.0.0"
markdown-it-ins: "npm:^4.0.0"
markdown-it-kbd: "npm:^2.2.2"
markdown-it-mark: "npm:^4.0.0"
markdown-it-replace-it: "npm:^1.0.0"
npm-check-updates: "npm:^17.1.11"
ora: "npm:^8.2.0"
pascal-case: "npm:^4.0.0"
plop: "npm:^4.0.1"
prettier: "npm:^3.5.3"
prismjs: "npm:^1.30.0"
qr-creator: "npm:^1.0.0"
react: "npm:^18.3.1"
recursive-copy: "npm:^2.0.14"
sinon: "npm:^19.0.2"
smartquotes: "npm:^2.3.2"
source-map: "npm:^0.7.4"
strip-css-comments: "npm:^5.0.0"
tailwindcss: "npm:^4.1.7"
tslib: "npm:^2.8.1"
typescript: "npm:^5.8.3"
user-agent-data-types: "npm:^0.4.2"
languageName: unknown
linkType: soft
"@esbuild/aix-ppc64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/aix-ppc64@npm:0.24.2"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/aix-ppc64@npm:0.25.4"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm64@npm:0.24.2"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/android-arm64@npm:0.25.4"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-arm@npm:0.24.2"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/android-arm@npm:0.25.4"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/android-x64@npm:0.24.2"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/android-x64@npm:0.25.4"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/darwin-arm64@npm:0.24.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/darwin-arm64@npm:0.25.4"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/darwin-x64@npm:0.24.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/darwin-x64@npm:0.25.4"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/freebsd-arm64@npm:0.24.2"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/freebsd-arm64@npm:0.25.4"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.24.2":
version: 0.24.2
resolution: "@esbuild/freebsd-x64@npm:0.24.2"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.25.4":
version: 0.25.4
resolution: "@esbuild/freebsd-x64@npm:0.25.4"
conditions: os=freebsd & cpu=x64
languageName: node