-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
11720 lines (10510 loc) · 407 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 7
cacheKey: 9
"@actions/core@npm:^1.10.0":
version: 1.10.0
resolution: "@actions/core@npm:1.10.0"
dependencies:
"@actions/http-client": "npm:^2.0.1"
uuid: "npm:^8.3.2"
checksum: 61bceec8b8f233da0b678f011e2ce6f1e46de7493d0c9eafbcbff45c46451fb714bd84be9bcc71b0813eab4bca5bc41063ba787eefccea3ed59c1c69e9841f7a
languageName: node
linkType: hard
"@actions/http-client@npm:^2.0.1":
version: 2.0.1
resolution: "@actions/http-client@npm:2.0.1"
dependencies:
tunnel: "npm:^0.0.6"
checksum: 855409b15276e888e656d9970f3662c11c0db95b5e018dbdc1be24f33144f8536b87d22ce6ec2c2d099442d27cee3b1c9d38f9d1366abe48607062beb2d2f168
languageName: node
linkType: hard
"@algolia/autocomplete-core@npm:1.7.2":
version: 1.7.2
resolution: "@algolia/autocomplete-core@npm:1.7.2"
dependencies:
"@algolia/autocomplete-shared": "npm:1.7.2"
checksum: bdf8b4d138c4c685b6d755bb20be9e7d97f76290e342ba4a55411e443321b4d7069eab520c3a49326687987a1a6d68265b86cf810980116c64cd507a0f4b7381
languageName: node
linkType: hard
"@algolia/autocomplete-preset-algolia@npm:1.7.2":
version: 1.7.2
resolution: "@algolia/autocomplete-preset-algolia@npm:1.7.2"
dependencies:
"@algolia/autocomplete-shared": "npm:1.7.2"
peerDependencies:
"@algolia/client-search": ">= 4.9.1 < 6"
algoliasearch: ">= 4.9.1 < 6"
checksum: aee45a82897711c09b95fa8dfbb2e3c6be84439f9ae940c3ab4ac4999b615c5f2c3234ecbc3eb7a0ca1e718d7010378d207893ac5ea0f9519562ecb79e1fb357
languageName: node
linkType: hard
"@algolia/autocomplete-shared@npm:1.7.2":
version: 1.7.2
resolution: "@algolia/autocomplete-shared@npm:1.7.2"
checksum: c17333a2b0a87ce282979a8b5936b23fa65ff802caf71662e12575d106db21683cc51abc0b88bfd59f45e566f9fafefb8cdffe5888e0bd8220b9885e0c832481
languageName: node
linkType: hard
"@algolia/cache-browser-local-storage@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/cache-browser-local-storage@npm:4.14.3"
dependencies:
"@algolia/cache-common": "npm:4.14.3"
checksum: cda3e5abdce36a5bb6632637805e6f10fd4b90ccf97ee373abbb2fcbdf1936270c23d6df1df052ecb91530f8a91a0b73ecdb341eb93ae56ab9384508a51340f3
languageName: node
linkType: hard
"@algolia/cache-common@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/cache-common@npm:4.14.3"
checksum: d2ffa004d99ef82516fe35951b2f8a1f822cc9025aaef0ec3915c15cc9b2cc1595e89ae0354fa745b3870da0fbb982b34876e2570d624de81b3627e054447a34
languageName: node
linkType: hard
"@algolia/cache-in-memory@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/cache-in-memory@npm:4.14.3"
dependencies:
"@algolia/cache-common": "npm:4.14.3"
checksum: b3ae3f214cbc10ebd239ffe6c06f3bd62ea6864f0b7592dce298af948a05569b186de8539ab0ceb94ca74c1a387d86214797fd36f2e9154b6b9ebf98ddf37999
languageName: node
linkType: hard
"@algolia/client-account@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/client-account@npm:4.14.3"
dependencies:
"@algolia/client-common": "npm:4.14.3"
"@algolia/client-search": "npm:4.14.3"
"@algolia/transporter": "npm:4.14.3"
checksum: b72d8de7b18fdb931edfec1fbf05a645c94f97b530a13c829a6ba7d56b2dcda60f73e7e4c10a911b2477b4df60a88b22ab0ccc7a28f66456fff7f7fdee9af3a3
languageName: node
linkType: hard
"@algolia/client-analytics@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/client-analytics@npm:4.14.3"
dependencies:
"@algolia/client-common": "npm:4.14.3"
"@algolia/client-search": "npm:4.14.3"
"@algolia/requester-common": "npm:4.14.3"
"@algolia/transporter": "npm:4.14.3"
checksum: 607ca90e1de89a29650f2e97aa48c306bea7593e6f3fe58bc82b5965b0d3dd9d513128f3f438ff7ca7d0d258c2f29ac9fcdf06c1e731c973321a91b6234f8c44
languageName: node
linkType: hard
"@algolia/client-common@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/client-common@npm:4.14.3"
dependencies:
"@algolia/requester-common": "npm:4.14.3"
"@algolia/transporter": "npm:4.14.3"
checksum: 542c209f4af14f553e888cd33c2c12ce5d2e67109c64e3e2ec6880d35c4d14702a06d084b669bf1d54f59a6736671579e3c360b7dffa49629236c08369440c58
languageName: node
linkType: hard
"@algolia/client-personalization@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/client-personalization@npm:4.14.3"
dependencies:
"@algolia/client-common": "npm:4.14.3"
"@algolia/requester-common": "npm:4.14.3"
"@algolia/transporter": "npm:4.14.3"
checksum: c1b9ca16f8346742e1c681cc9dbd02cd08b2030ede088bd0196f657ccdf7745f223f4dd323dddc61f82544673d3568f503491944dc442b3b51c7601f1d6221ae
languageName: node
linkType: hard
"@algolia/client-search@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/client-search@npm:4.14.3"
dependencies:
"@algolia/client-common": "npm:4.14.3"
"@algolia/requester-common": "npm:4.14.3"
"@algolia/transporter": "npm:4.14.3"
checksum: ee9b72151c0ed9843902aa8ce31d4dd9d1b2e2d9d8c39110b1ccfe082a53d750f152f6a13c81e19ea51619fd45556baebf636f9785abfe3e7d2bd2aa3ffdaef4
languageName: node
linkType: hard
"@algolia/logger-common@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/logger-common@npm:4.14.3"
checksum: 6b83464e7502ee84085e0d704b440ab022be0aa9108362dbdb729f25c0aa7ddcd3791714001b7009b85afa0b6b50c112c878664ae25c0541e21450cd2c60f3aa
languageName: node
linkType: hard
"@algolia/logger-console@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/logger-console@npm:4.14.3"
dependencies:
"@algolia/logger-common": "npm:4.14.3"
checksum: f071beb8b19aab7f1102238b2a5f3f52c7bcb691d50077f9d10a2d214d968923c95889d7962fadd93bb5f359904c157ea802ee0598394d677787b16dc99ed0a4
languageName: node
linkType: hard
"@algolia/requester-browser-xhr@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/requester-browser-xhr@npm:4.14.3"
dependencies:
"@algolia/requester-common": "npm:4.14.3"
checksum: 3372ec6f503405cc920e9c74c139510f949e04e869abdf3a9304bfd52874bcde30256f5da30b93a69c53ef88a72da28361845bb4af6c2efbd810b903aa4f5f01
languageName: node
linkType: hard
"@algolia/requester-common@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/requester-common@npm:4.14.3"
checksum: 4b387a7483b01caa2fd963931f1182b48997ab9a83ba1bce6e0a5d3f9d4360cbe6cb99a3d0518c996aa620ea82d267ff969d04c6b4f366cc9bd78e22aa43c4c5
languageName: node
linkType: hard
"@algolia/requester-node-http@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/requester-node-http@npm:4.14.3"
dependencies:
"@algolia/requester-common": "npm:4.14.3"
checksum: cd9ff2394e7f7bd0c025b1d025715466fd3108556a157480afe0fb85bd994213fabdb77db81a959952bd554af2cf4e70d30ae954478edfc0d1349b55ae28934b
languageName: node
linkType: hard
"@algolia/transporter@npm:4.14.3":
version: 4.14.3
resolution: "@algolia/transporter@npm:4.14.3"
dependencies:
"@algolia/cache-common": "npm:4.14.3"
"@algolia/logger-common": "npm:4.14.3"
"@algolia/requester-common": "npm:4.14.3"
checksum: d402f17b2e93843d138a16461db1b0e805898112d28a8bc503824c21f05357755c43788ed01c9c6347a95972fe823e444da1cfdb2d15e1f5672440624b418e99
languageName: node
linkType: hard
"@ardatan/sync-fetch@larsgw/sync-fetch#head=worker_threads":
version: 0.3.1
resolution: "@ardatan/sync-fetch@https://github.com/larsgw/sync-fetch.git#commit=3fb71aeed5ff6655421064c4e4b234f524896cd2"
dependencies:
buffer: "npm:^5.7.0"
node-fetch: "npm:^2.6.1"
checksum: 5fcb78da9f08a66e094d680c0f5228b13a61fa33ca33f548f740c0d237583e469b43519f12b7855df6a92ea0b71ae4a9c0639d5a0fdd1a92ff5cee698cad4510
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/code-frame@npm:7.18.6"
dependencies:
"@babel/highlight": "npm:^7.18.6"
checksum: eb27d165ea1c7c23e71a2a6f64225fe0ca0b2a39f5c0b57fda2a62dfa845799ca94886b08014f8fd4a711538cc6b1c89b9fc1dca6a5148893932bc03412ca848
languageName: node
linkType: hard
"@babel/generator@npm:^7.20.7":
version: 7.20.7
resolution: "@babel/generator@npm:7.20.7"
dependencies:
"@babel/types": "npm:^7.20.7"
"@jridgewell/gen-mapping": "npm:^0.3.2"
jsesc: "npm:^2.5.1"
checksum: adc0c33023c56e6715ab336f878acc270dd6bdc60d4049923afa0f5417b98b60bd6636a29fd76fe6cb75fb87301d769f0a22943703efe8cc45ce8a561b092a06
languageName: node
linkType: hard
"@babel/helper-environment-visitor@npm:^7.18.9":
version: 7.18.9
resolution: "@babel/helper-environment-visitor@npm:7.18.9"
checksum: 6a770ab046578d692f954213680f66d0764a92d608fcc121cf87c575223c44729fdebecc08550d0e18a5b22a3a72669c01de5351b6c1eff75a96b3167dbfe922
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.19.0":
version: 7.19.0
resolution: "@babel/helper-function-name@npm:7.19.0"
dependencies:
"@babel/template": "npm:^7.18.10"
"@babel/types": "npm:^7.19.0"
checksum: 65ba2eaad08ba73238aa4f11004a7e0f1d96a57c85863d53571741944986f55f334dfd9a59a3a477daefc7d31bd72df78a78673046082d6625888d3d357d36ed
languageName: node
linkType: hard
"@babel/helper-hoist-variables@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/helper-hoist-variables@npm:7.18.6"
dependencies:
"@babel/types": "npm:^7.18.6"
checksum: 462ef0d14fbe6861cee3a2c2bee1eff76d31ec94230c147684d55fa65351784c4afffaa62a8a540caec659d47ef5641707cdb99ce049f1bf2995cfcccace537a
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.19.0":
version: 7.20.2
resolution: "@babel/helper-plugin-utils@npm:7.20.2"
checksum: 52745723617d3e4695a4dbec3728736c4f6d512ff382c36047b6d06117d2db059a65258629c5a42d57bed5eec2db7e473b14e524f611b0b04190b5922ea5d9f5
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/helper-split-export-declaration@npm:7.18.6"
dependencies:
"@babel/types": "npm:^7.18.6"
checksum: a7834c5b54600542460aa278b0e988178ebe1905df856df909e4fdafffcaa05fc1688e5504a6f388ca1bc36dbdb78a56af422b4a7795876680451d86e55055b9
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.19.4":
version: 7.19.4
resolution: "@babel/helper-string-parser@npm:7.19.4"
checksum: a8646931cba0c2905b683b99879f02c8a516a6c702c9f46cc02f0a8e93ef6f01540f2e7017d8288b9c039e1c3316c7858309ea3d6e39fa78bd98859b338603ee
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.10.4, @babel/helper-validator-identifier@npm:^7.18.6, @babel/helper-validator-identifier@npm:^7.19.1":
version: 7.19.1
resolution: "@babel/helper-validator-identifier@npm:7.19.1"
checksum: 089fdf605ee8dfa3004cd84c69e655ff9ab8bdb4e7fa02bf0012db728c6247acb599ca1118d2f9124d7b417fc5793ee348f2da8bc64be230b3b13ba7cd4364cc
languageName: node
linkType: hard
"@babel/highlight@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/highlight@npm:7.18.6"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.18.6"
chalk: "npm:^2.0.0"
js-tokens: "npm:^4.0.0"
checksum: b8eeb1d38327c635004b3ae946ff334bb994334a5fdd874e216e62bbe3b8f8f10c901c3795c25db7c8e49eb5a56948b9dbe38c3800c4f977016402997dacedae
languageName: node
linkType: hard
"@babel/parser@npm:7.12.3":
version: 7.12.3
resolution: "@babel/parser@npm:7.12.3"
bin:
parser: ./bin/babel-parser.js
checksum: e4c1299bbac77525321d6135cb450b6879eacf4ccb8b37b99b43867e581b2ec73fea04b978a89451ad65d46c4bedea8d0021bb577ec9487d38a1955b0e4feb53
languageName: node
linkType: hard
"@babel/parser@npm:^7.16.4, @babel/parser@npm:^7.16.8, @babel/parser@npm:^7.20.7":
version: 7.20.7
resolution: "@babel/parser@npm:7.20.7"
bin:
parser: ./bin/babel-parser.js
checksum: d63a5d06cbf620443bb069b9f53df8ff9937693430ec6aa5bbdde8860f3490dd277eca4059aa7a844c07df41201f41e489f4767638afe6a7928d81ea200d1baf
languageName: node
linkType: hard
"@babel/plugin-syntax-import-assertions@npm:7.20.0":
version: 7.20.0
resolution: "@babel/plugin-syntax-import-assertions@npm:7.20.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.19.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: aacaffc396ce5d55b577bde778b9aaf8a6fc65e5f0697ae57a8f9020c64c239a50983a4337963eca7909c89a145411be4ec15e02229054f4d0397fa0b9f2e950
languageName: node
linkType: hard
"@babel/template@npm:^7.18.10":
version: 7.20.7
resolution: "@babel/template@npm:7.20.7"
dependencies:
"@babel/code-frame": "npm:^7.18.6"
"@babel/parser": "npm:^7.20.7"
"@babel/types": "npm:^7.20.7"
checksum: a655fb476be89195fd0e0e89b278d0ad5edd351d7fec6e9902c9797b831895f6bcfc2b9a29de4228cdabd2904230b1db3f3ebff88aed6f3f6d4dd85db8a4d8a8
languageName: node
linkType: hard
"@babel/traverse@npm:^7.16.8":
version: 7.20.10
resolution: "@babel/traverse@npm:7.20.10"
dependencies:
"@babel/code-frame": "npm:^7.18.6"
"@babel/generator": "npm:^7.20.7"
"@babel/helper-environment-visitor": "npm:^7.18.9"
"@babel/helper-function-name": "npm:^7.19.0"
"@babel/helper-hoist-variables": "npm:^7.18.6"
"@babel/helper-split-export-declaration": "npm:^7.18.6"
"@babel/parser": "npm:^7.20.7"
"@babel/types": "npm:^7.20.7"
debug: "npm:^4.1.0"
globals: "npm:^11.1.0"
checksum: 2bad20c0abc0de7588d2cf70005a611f98016ab3145561de8a63ba24eec6e3ef370095381e67aca983a0c3f01451532bad222a933f103a7afb3d92ff8dd83ca6
languageName: node
linkType: hard
"@babel/types@npm:7.12.1":
version: 7.12.1
resolution: "@babel/types@npm:7.12.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.10.4"
lodash: "npm:^4.17.19"
to-fast-properties: "npm:^2.0.0"
checksum: 02bb52a2be5966af94df98b72e9853a1080dbf3d17c4e411c23725dd96e843f0d0c30fe7fa4adb9b6f461bd650790ee943756aed9e10ad2713aec4bc32ef048a
languageName: node
linkType: hard
"@babel/types@npm:^7.16.8, @babel/types@npm:^7.18.6, @babel/types@npm:^7.19.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.8.3":
version: 7.20.7
resolution: "@babel/types@npm:7.20.7"
dependencies:
"@babel/helper-string-parser": "npm:^7.19.4"
"@babel/helper-validator-identifier": "npm:^7.19.1"
to-fast-properties: "npm:^2.0.0"
checksum: 3457ea7eaf5d3cb20ff93c058d60983609c5963f87ac7793e2ef690934f34fadd874669d2abc4705d5953c212ed9d3cc0194618b66fa90b99ead6d2466ccce9d
languageName: node
linkType: hard
"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
checksum: 86336400d6fb1a8263a3e7242ad7ed870f5efae7cd8c2b18df45fa11adc9af035bac68c0da68c0f67e78b3f09ef49efe2e84c4912ddc48e2d12f30ec474c81cc
languageName: node
linkType: hard
"@commitlint/cli@npm:17.4.2":
version: 17.4.2
resolution: "@commitlint/cli@npm:17.4.2"
dependencies:
"@commitlint/format": "npm:^17.4.0"
"@commitlint/lint": "npm:^17.4.2"
"@commitlint/load": "npm:^17.4.2"
"@commitlint/read": "npm:^17.4.2"
"@commitlint/types": "npm:^17.4.0"
execa: "npm:^5.0.0"
lodash.isfunction: "npm:^3.0.9"
resolve-from: "npm:5.0.0"
resolve-global: "npm:1.0.0"
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: 0d68555ad55b0533a049cfad02095171819c68957fd738e066dccba5dd729e1eece153e81de3db5ad7b9eecff526532270ad7b5b955a064cd3149330281ea30e
languageName: node
linkType: hard
"@commitlint/config-conventional@npm:17.4.2":
version: 17.4.2
resolution: "@commitlint/config-conventional@npm:17.4.2"
dependencies:
conventional-changelog-conventionalcommits: "npm:^5.0.0"
checksum: fcf5ac70b2a8149b56f0088469988eea5631998492fa814c2a87f73baccecad46e102f1c01de2f250504c892fa888aef51b67e7183c0906162bfff80f7ca6c41
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/config-validator@npm:17.4.0"
dependencies:
"@commitlint/types": "npm:^17.4.0"
ajv: "npm:^8.11.0"
checksum: 355746588b516035c012f62c09b85e8333d1dee5588cc91541f2d04cf1b2f05480c0ef00faeb23de0c73bf502379a81b6839e8fc1b9a282911732d04b03ef314
languageName: node
linkType: hard
"@commitlint/ensure@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/ensure@npm:17.4.0"
dependencies:
"@commitlint/types": "npm:^17.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: 707e9dcf12caeb917663d94bfcea5b88aada66a2f359db189e121841f76e36517fab2c7bdaf12327433506175613262c61b2832f7239045f42dd3fe964af0e87
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/execute-rule@npm:17.4.0"
checksum: e68a0119c643421713078ed46eaa32e8ca0b4ccb112bd937f43405e060f2b7321cc3d746558d3dbf33caeaa9b4315a35fd3edb9c626cd5d35c970ee3d25b08fb
languageName: node
linkType: hard
"@commitlint/format@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/format@npm:17.4.0"
dependencies:
"@commitlint/types": "npm:^17.4.0"
chalk: "npm:^4.1.0"
checksum: b77c69670706a97634e8ff7cdcf9c8826ba67db79805a43a1f5c0a246483f0c35e948a094de02d72035270e137684ac306912232bb7c30d26f611447ad866535
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/is-ignored@npm:17.4.2"
dependencies:
"@commitlint/types": "npm:^17.4.0"
semver: "npm:7.3.8"
checksum: 3fa1602709039cc949ca068d26e5056a425ed5e2214168fdb6130a68834e20e9689d7cc2a14670b18c7a900af6571ddb0f06f52164374622f35c30f3bc87e9e3
languageName: node
linkType: hard
"@commitlint/lint@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/lint@npm:17.4.2"
dependencies:
"@commitlint/is-ignored": "npm:^17.4.2"
"@commitlint/parse": "npm:^17.4.2"
"@commitlint/rules": "npm:^17.4.2"
"@commitlint/types": "npm:^17.4.0"
checksum: 95e4179c27793c4c5a13f13331557758860055933ae2ea41d40bc05911bae13fab545739a388917a46a135469c57933d2e8426988837f4e2a36a107d5d04ba59
languageName: node
linkType: hard
"@commitlint/load@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/load@npm:17.4.2"
dependencies:
"@commitlint/config-validator": "npm:^17.4.0"
"@commitlint/execute-rule": "npm:^17.4.0"
"@commitlint/resolve-extends": "npm:^17.4.0"
"@commitlint/types": "npm:^17.4.0"
"@types/node": "npm:*"
chalk: "npm:^4.1.0"
cosmiconfig: "npm:^8.0.0"
cosmiconfig-typescript-loader: "npm:^4.0.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
resolve-from: "npm:^5.0.0"
ts-node: "npm:^10.8.1"
typescript: "npm:^4.6.4"
checksum: 2a3a32109d96231e09d17dd6b00b0572238eb82215211ad40e7646c22528b6d7cd6bed7aa93a00264707c18b43df6fa5c357536f0e5e605b7dfeab383cc932c0
languageName: node
linkType: hard
"@commitlint/message@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/message@npm:17.4.2"
checksum: cc125dd2852b0bf9b6bf82be481736a5a93b355facc1f37fce0a000d3d5791dae1460d8c28ccc9acd8ad326a299f0c01be151ee6000cf0ae02dce4c624e4bc07
languageName: node
linkType: hard
"@commitlint/parse@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/parse@npm:17.4.2"
dependencies:
"@commitlint/types": "npm:^17.4.0"
conventional-changelog-angular: "npm:^5.0.11"
conventional-commits-parser: "npm:^3.2.2"
checksum: 59c470d5018180c4c0f55cd1a02ff85eccc41dea43586a8d8bbd2d8de946e8d112a7369149f4f3dec2819d6ed7f7a42c9de90edc371fd779a5e6fc62a95b71c9
languageName: node
linkType: hard
"@commitlint/read@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/read@npm:17.4.2"
dependencies:
"@commitlint/top-level": "npm:^17.4.0"
"@commitlint/types": "npm:^17.4.0"
fs-extra: "npm:^11.0.0"
git-raw-commits: "npm:^2.0.0"
minimist: "npm:^1.2.6"
checksum: abdb4ab7f3752c11cf78c8a88fba41356515bc32aaa3f5ad7af1ff95f65e86853f2dd9f8f83fd57c0b614023e6013eb84ec63c4e8f705e5406a859f936ca4398
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/resolve-extends@npm:17.4.0"
dependencies:
"@commitlint/config-validator": "npm:^17.4.0"
"@commitlint/types": "npm:^17.4.0"
import-fresh: "npm:^3.0.0"
lodash.mergewith: "npm:^4.6.2"
resolve-from: "npm:^5.0.0"
resolve-global: "npm:^1.0.0"
checksum: 7a6a45a8f0f30670f90d157c541e23781437a98bdcc3f5eae437000270111bf8f2ac38d229631bc0c5ee1fe6c793f2f371faf06a0e81b3762730b291057fe844
languageName: node
linkType: hard
"@commitlint/rules@npm:^17.4.2":
version: 17.4.2
resolution: "@commitlint/rules@npm:17.4.2"
dependencies:
"@commitlint/ensure": "npm:^17.4.0"
"@commitlint/message": "npm:^17.4.2"
"@commitlint/to-lines": "npm:^17.4.0"
"@commitlint/types": "npm:^17.4.0"
execa: "npm:^5.0.0"
checksum: e889a0d5d0ad1bad160801686cdf01833f402951315f9d349a116e434fa65257d9e7c0bdee3bdc102cb6a043f0c6ee3c59543739f4cb2692c496a122e083ea58
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/to-lines@npm:17.4.0"
checksum: bbff3c9d34e6f2c5c5cf39cf71347d41603f3709ff6665c56976d6a81a0930e3227596036f546254ef6aed2dba4f044d96da3aaf24765f0848b63b3ba714bb27
languageName: node
linkType: hard
"@commitlint/top-level@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/top-level@npm:17.4.0"
dependencies:
find-up: "npm:^5.0.0"
checksum: e80f9565bc8c8739a165fcf3a6802fdc84b766b18861c98e9c4feed59f3e301dacb6997282962473edb77828a06106753d178655d2758171491042bc7f7b5268
languageName: node
linkType: hard
"@commitlint/types@npm:17.4.0, @commitlint/types@npm:^17.4.0":
version: 17.4.0
resolution: "@commitlint/types@npm:17.4.0"
dependencies:
chalk: "npm:^4.1.0"
checksum: e9b57f73e13f8506fb5f81c3a7c374e8f5f12c69e2d67b560334e57994220844f85ccc75044247653b21faef0b258f1661ed48bcbe0c7de92cfc26e312e2ded8
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:6.19.2":
version: 6.19.2
resolution: "@cspell/cspell-bundled-dicts@npm:6.19.2"
dependencies:
"@cspell/dict-ada": "npm:^4.0.1"
"@cspell/dict-aws": "npm:^3.0.0"
"@cspell/dict-bash": "npm:^4.1.1"
"@cspell/dict-companies": "npm:^3.0.6"
"@cspell/dict-cpp": "npm:^4.0.1"
"@cspell/dict-cryptocurrencies": "npm:^3.0.1"
"@cspell/dict-csharp": "npm:^4.0.2"
"@cspell/dict-css": "npm:^4.0.2"
"@cspell/dict-dart": "npm:^2.0.1"
"@cspell/dict-django": "npm:^4.0.1"
"@cspell/dict-docker": "npm:^1.1.5"
"@cspell/dict-dotnet": "npm:^4.0.1"
"@cspell/dict-elixir": "npm:^4.0.1"
"@cspell/dict-en-gb": "npm:1.1.33"
"@cspell/dict-en_us": "npm:^4.2.0"
"@cspell/dict-filetypes": "npm:^3.0.0"
"@cspell/dict-fonts": "npm:^3.0.0"
"@cspell/dict-fullstack": "npm:^3.1.1"
"@cspell/dict-gaming-terms": "npm:^1.0.4"
"@cspell/dict-git": "npm:^2.0.0"
"@cspell/dict-golang": "npm:^5.0.1"
"@cspell/dict-haskell": "npm:^4.0.1"
"@cspell/dict-html": "npm:^4.0.2"
"@cspell/dict-html-symbol-entities": "npm:^4.0.0"
"@cspell/dict-java": "npm:^5.0.4"
"@cspell/dict-k8s": "npm:^1.0.0"
"@cspell/dict-latex": "npm:^3.1.0"
"@cspell/dict-lorem-ipsum": "npm:^3.0.0"
"@cspell/dict-lua": "npm:^4.0.0"
"@cspell/dict-node": "npm:^4.0.2"
"@cspell/dict-npm": "npm:^5.0.3"
"@cspell/dict-php": "npm:^3.0.4"
"@cspell/dict-powershell": "npm:^4.0.0"
"@cspell/dict-public-licenses": "npm:^2.0.1"
"@cspell/dict-python": "npm:^4.0.1"
"@cspell/dict-r": "npm:^2.0.1"
"@cspell/dict-ruby": "npm:^4.0.1"
"@cspell/dict-rust": "npm:^4.0.0"
"@cspell/dict-scala": "npm:^4.0.0"
"@cspell/dict-software-terms": "npm:^3.1.0"
"@cspell/dict-sql": "npm:^2.0.1"
"@cspell/dict-svelte": "npm:^1.0.2"
"@cspell/dict-swift": "npm:^2.0.1"
"@cspell/dict-typescript": "npm:^3.1.0"
"@cspell/dict-vue": "npm:^3.0.0"
checksum: 6af555d7a2f0fa44448bbbfd490b4d4563367cfc00d861b278684a0e7dd77b15b6ac539bb0c7790e935e660ee55ada22d0e070cec8b7222a76b727d1351c1b7f
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:6.19.2":
version: 6.19.2
resolution: "@cspell/cspell-pipe@npm:6.19.2"
checksum: f0d3fe3dbb6c5a67441f8aa15fce7e0d0b6710712e288fe6acc19cb37fb6f6be40173fb1ce01e29f31beb641f820c6209cf8e3989d1591290abd5ba6904efcc5
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:6.19.2":
version: 6.19.2
resolution: "@cspell/cspell-service-bus@npm:6.19.2"
checksum: d218ec28e5ee9655fca29207f9e54feeb04358d867da75f21f04360d7092e5ff03cb17e02b77cec7db16f2dfdce66787b89d6a8ff5149c10422afa522888fa17
languageName: node
linkType: hard
"@cspell/cspell-types@npm:6.19.2":
version: 6.19.2
resolution: "@cspell/cspell-types@npm:6.19.2"
checksum: 80c5c6a021c023f4acf44f3b0238e3c68743b22a30d9963af3f046f15b5dfa37bddd9e6010744e0c6cc6ea0147d6536959e21fe905abe68d9573fd38fbc4fcfb
languageName: node
linkType: hard
"@cspell/dict-ada@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-ada@npm:4.0.1"
checksum: 2502d9f13e423bafcaf2bb12516b2634ff0eed08b3a41bf2e8759d5f243451918c9a7a599596c49212bb2dc1d70c078f6cefc73efc72426e2d76504edeec5f46
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^3.0.0":
version: 3.0.0
resolution: "@cspell/dict-aws@npm:3.0.0"
checksum: 3b9db5a181f16b388b48fe70a84a1230f9f45a76c2089e9d2b38966284c4b31aa916d2db8ba6205d4036200b5d3915743a4329d242dc6f90280d2db5688d53f7
languageName: node
linkType: hard
"@cspell/dict-bash@npm:^4.1.1":
version: 4.1.1
resolution: "@cspell/dict-bash@npm:4.1.1"
checksum: 7838afcc8845fd9d999a109420311d16e1baa56a310ac66448be8c31fec70e190832ee654d7b253cc7d7ac0c9fb0d8f27a9112ea94532d1c3d048f1957f48861
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.0.6":
version: 3.0.6
resolution: "@cspell/dict-companies@npm:3.0.6"
checksum: 1c3ae76a5566fb2c44836f979e6073942e78765e71e24f541f25992025ca6ccdc753617633038a5dac56ae275cbdcc50f18db59bb8732a561024f43075d65fac
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-cpp@npm:4.0.1"
checksum: 9d7e5611e51b77f1ab0f4412c9f2b90a92b2066f0c2121455b24c394355e400d9a816ad2f4d6cf22dd485b465dab11ce09b0aa74cce1a90bb794aba1ef8f645e
languageName: node
linkType: hard
"@cspell/dict-cryptocurrencies@npm:^3.0.1":
version: 3.0.1
resolution: "@cspell/dict-cryptocurrencies@npm:3.0.1"
checksum: dbffe55003016069ad68f11853644e04d9f48933df35e8595612abd06cce3784fb6285612ea03818238f340626ab5b5c668582f8c04245029cd13cffba44be1a
languageName: node
linkType: hard
"@cspell/dict-csharp@npm:^4.0.2":
version: 4.0.2
resolution: "@cspell/dict-csharp@npm:4.0.2"
checksum: 05001af4e31b0ac9b1349990a4f93217f78d4e99df229a510d22e297a8ee0e759767baab0f0c7b525e113166eb940413989c03d43190b8ca98a0d001b494273b
languageName: node
linkType: hard
"@cspell/dict-css@npm:^4.0.2":
version: 4.0.2
resolution: "@cspell/dict-css@npm:4.0.2"
checksum: 595005303656ad993aab17c31b0697b862ea7f1ae17528ada74c1c0c332805535ca0576a082d90d02f4d3071e69427644fc6c226d0f8aebe79f6d2120827ae93
languageName: node
linkType: hard
"@cspell/dict-dart@npm:^2.0.1":
version: 2.0.1
resolution: "@cspell/dict-dart@npm:2.0.1"
checksum: 4a6f4198a44265747d0aa8f3a286e3845a8bc99b4f9d9e4ddd42aa97020ad2429d8f021a42263446400d2365c4175de3032ba8828b75fc361849441c59370eec
languageName: node
linkType: hard
"@cspell/dict-django@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-django@npm:4.0.1"
checksum: 486ffbb10698a563f729242b5842ebcb5f66fec51e5619e2d37223abccba531345da62a2893ad3fc6a20e2a5302b13eb1b1bcc16878886a11302d0da8ed90fcc
languageName: node
linkType: hard
"@cspell/dict-docker@npm:^1.1.5":
version: 1.1.5
resolution: "@cspell/dict-docker@npm:1.1.5"
checksum: d7d8e7ef1d312f29b727d298e5a1877a42b9f8a731ca281c1bd990f1409b089765440ec6b3e1c72267161c1ae9b03e8696ce7cad033024104419e6629724b8b3
languageName: node
linkType: hard
"@cspell/dict-dotnet@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-dotnet@npm:4.0.1"
checksum: 166653b0af339fe55419ac8c0d2f51bd58532e2fb0191e1d98b3028173a59a6b126d9cff308dc1e1778d2d85dca60a8d793cd0cd9d7dabb0cee9d429ad73e975
languageName: node
linkType: hard
"@cspell/dict-elixir@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-elixir@npm:4.0.1"
checksum: ed5a29d6d92610260e6d896f30b35d27fc82e53df8b669b585620b968a11fe4e50053cf8c886e5b2a6f5b23a5cf4a91e3c28c29135a17044e88cc48022b286d8
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: 8d250e3c7cdcfcef022fddfba4f12e697d9c08748a136719976e73fc74d439ceb7e630bed1d93d71995deb47a410ca66532aceb90e88c6e5e98c2c92ace738b2
languageName: node
linkType: hard
"@cspell/dict-en_us@npm:^4.2.0":
version: 4.2.0
resolution: "@cspell/dict-en_us@npm:4.2.0"
checksum: e0b4acf86aabe9d314802d5dbd00126979690ef2b78c6323d64cad7da8d1f0dd06981be8aae3ad6840d87f2e2c01cbfcecf403436d95b14da8d1e25d14ad1d2f
languageName: node
linkType: hard
"@cspell/dict-filetypes@npm:^3.0.0":
version: 3.0.0
resolution: "@cspell/dict-filetypes@npm:3.0.0"
checksum: b953fbf81f27fa0b89b8f99db3bf0f899be837dfc94fb7cc26ba3bd2953567ae31be0de2394c06d223735bb9d5f40ac6bae79ea77e64bd63f3e80163f8eac79d
languageName: node
linkType: hard
"@cspell/dict-fonts@npm:^3.0.0":
version: 3.0.0
resolution: "@cspell/dict-fonts@npm:3.0.0"
checksum: 2e9ec8b54c3c201a36e164cd8e726d435c4de6aa139785229558906235c5ef960c4b650a7ec9aecdd02d4da6a7084ab34887056542805164beada0a59309838c
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.1.1":
version: 3.1.1
resolution: "@cspell/dict-fullstack@npm:3.1.1"
checksum: 5f8f53edf597a8fd704920718ebf96b56a17c5496181357c140f250832c5d776322b1bce69dee923dde94290c22c54efc435d4e3becb7a8f7666e0c6d11f3e70
languageName: node
linkType: hard
"@cspell/dict-gaming-terms@npm:^1.0.4":
version: 1.0.4
resolution: "@cspell/dict-gaming-terms@npm:1.0.4"
checksum: 48770319b724287cce799189e40b180b0c74e0b688205eb0f572e36c4e756a56232bd271cfca51a207ee480f53680fcd38c3fdab81a1373147989f0763d6376d
languageName: node
linkType: hard
"@cspell/dict-git@npm:^2.0.0":
version: 2.0.0
resolution: "@cspell/dict-git@npm:2.0.0"
checksum: 8206ff5b68534fc9b68ee074a59d90cbb6a42cf1f35817417f302b3ab849d3433176118a101e9f9b3adaba5d0e2659e9c0294585fcfa261625125ad34d22a3de
languageName: node
linkType: hard
"@cspell/dict-golang@npm:^5.0.1":
version: 5.0.1
resolution: "@cspell/dict-golang@npm:5.0.1"
checksum: 09fc4fe8d2ca614e4823fdbb34ec4561f0cc660ad86515cd834c628ca577879fa625c4d4f8b6e7ac83c2ad143630a309a212ac555905fb446d2cf4ff9d66cada
languageName: node
linkType: hard
"@cspell/dict-haskell@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-haskell@npm:4.0.1"
checksum: ad275234813ca02217ede25a54a52607634ba687eb044a3dedede3373c3ec0e812d6c732a6948a04f5b31bd3575f39c2a74744e43c060948a55beaccbe37dfe0
languageName: node
linkType: hard
"@cspell/dict-html-symbol-entities@npm:^4.0.0":
version: 4.0.0
resolution: "@cspell/dict-html-symbol-entities@npm:4.0.0"
checksum: f7eb9bea6f15bf032c62dcb57f4811d08838139f93173bfa628552d6d1541427e81a8610e8d6cdbb14c7d978e7151952368bb907feea8df8780cb6bcffc545c9
languageName: node
linkType: hard
"@cspell/dict-html@npm:^4.0.2":
version: 4.0.2
resolution: "@cspell/dict-html@npm:4.0.2"
checksum: 71ea782e380463135934831f307d4ee2c114f91c8655af0abf9caf72179b3e24befeab93985b8105fbc64a2e040e06d60684a3aa1d3f019eca2038c218264f4e
languageName: node
linkType: hard
"@cspell/dict-java@npm:^5.0.4":
version: 5.0.4
resolution: "@cspell/dict-java@npm:5.0.4"
checksum: 8578636626c71703000602948ef7deb99edcd21ab6a419d37380e276b395d5d747fa0d417d391e7dd1613872e0685082e8ccf9b0eee66a93a7e70d376faf54e2
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.0":
version: 1.0.0
resolution: "@cspell/dict-k8s@npm:1.0.0"
checksum: e13b40f4aa87b9c3072e5ea5e2f3946a249f89329184d5efb6199343c80c369b0ff41bac4fb3ae31828ae2e02a77ba7cf715e01904d8177445d58582f5461a35
languageName: node
linkType: hard
"@cspell/dict-latex@npm:^3.1.0":
version: 3.1.0
resolution: "@cspell/dict-latex@npm:3.1.0"
checksum: d7cae45c3093d8c496b36789d20f6d8bdf73d3855831bb17dd4360802aacbaf8234c37a6cfe14046144aa2feeac6b766907fd462a7e876a0b319a10700b02e9b
languageName: node
linkType: hard
"@cspell/dict-lorem-ipsum@npm:^3.0.0":
version: 3.0.0
resolution: "@cspell/dict-lorem-ipsum@npm:3.0.0"
checksum: 9951e65c4d8c67da1195d08541fafd17e30af21b50e22b79bc0d56aaaf80e1c88d2ab9109096499b6c806449a22a6419679fa5697e3e20a50e0605ce0b88a537
languageName: node
linkType: hard
"@cspell/dict-lua@npm:^4.0.0":
version: 4.0.0
resolution: "@cspell/dict-lua@npm:4.0.0"
checksum: 9d3c245f5685cd6221153d1bf1f57a24b4be2bad5a7d42b4fd4bb9320b114c69772f04a9d85f4b43e637f2f9482f792b75b8f1cc26e5dcaf8975920ea91aaf26
languageName: node
linkType: hard
"@cspell/dict-node@npm:^4.0.2":
version: 4.0.2
resolution: "@cspell/dict-node@npm:4.0.2"
checksum: a3c0b92366b617488f9d5fc0abde777f31369ddc9f8aaf190311840c9159f0fca1903f1b39afcffcd3e5af5bb04e2993d244bf70c0ce94357686d226355898b2
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.0.3":
version: 5.0.3
resolution: "@cspell/dict-npm@npm:5.0.3"
checksum: 0abe86647e3b88dc6b0069cf4065b331eea3b4da30f43e4f456f9071174cd71f6b7317777860b9124a46a3a95712545be08da388f698a5a2393c95d162cb7838
languageName: node
linkType: hard
"@cspell/dict-php@npm:^3.0.4":
version: 3.0.4
resolution: "@cspell/dict-php@npm:3.0.4"
checksum: a86b256cfdabc2ba4929b3e7e4f5b489c2e60e7833ed5805c2daafba5747dc052226d9c929402681b04d006148dfbc0818740b42c52ce3574c179a0ce21b962e
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^4.0.0":
version: 4.0.0
resolution: "@cspell/dict-powershell@npm:4.0.0"
checksum: 461d1cee81a0b31951fbf8b57755a192671f9945b6c2ea63764f949281504d654d8a9b48b9caff9940e0c1c6b1f785ee9cad7c1a30267aff232ef965e791a994
languageName: node
linkType: hard
"@cspell/dict-public-licenses@npm:^2.0.1":
version: 2.0.1
resolution: "@cspell/dict-public-licenses@npm:2.0.1"
checksum: 9ddf4953c8677538137d8ae6170598f81edbb145204bd3a43c818fa5466dccf7e6e46d4e34ac08de4538d792203e28ca15616bc8069ea87c5d6cfa629bc42e0d
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-python@npm:4.0.1"
checksum: 1a3cc3f48c1df27e413bd77f8ca356f1bac4865d4d20e0641b25099a1cd77e92152b973475d9cda1d866896d3e3b683792747f99a24ddb23b6912c941571bc58
languageName: node
linkType: hard
"@cspell/dict-r@npm:^2.0.1":
version: 2.0.1
resolution: "@cspell/dict-r@npm:2.0.1"
checksum: 16ff895adddfdd2bd5e1ec8e5231518134fef4c85bd8cecfec1c7c741cabc55b307b5324dc0c7df2d9380e0c5e844f6e0626eb98e94a46c558eb3adee5e5f875
languageName: node
linkType: hard
"@cspell/dict-ruby@npm:^4.0.1":
version: 4.0.1
resolution: "@cspell/dict-ruby@npm:4.0.1"
checksum: 3f98bfdcd90adfcf7e163b587eeff7baf31586a1db62fce606916abf69cbcff94381eff7941823fdc476a5a9cbfa5373826a585707929e3f16d710ba6cdd6491
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.0":
version: 4.0.0
resolution: "@cspell/dict-rust@npm:4.0.0"
checksum: d8bbd8f56184f1293a140538f802639dceaf1483b3f73a3caa9e6810ac9fbc1b65c9c4609d5a5993d1a005c482700733eae0b14eaa9044cff7bb480e09e62472
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^4.0.0":
version: 4.0.0
resolution: "@cspell/dict-scala@npm:4.0.0"
checksum: 4c79b634e39af87456afa27ac9d20ebc63807ae6430b7666a6ac3dc99ce3dad5730440c3151ac314393117612a3e9ada38c1ad7d1623e86828c202b81f863382
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^3.1.0":
version: 3.1.1
resolution: "@cspell/dict-software-terms@npm:3.1.1"
checksum: 0c9d5541acb786e88deecccc8bf2279610702dcc2b921a3767863e9e095bf9e0640ebd9a84775c7abc0c0f9b568a715cf84761fde4cb00a1ddc7d6c75bed7639
languageName: node
linkType: hard
"@cspell/dict-sql@npm:^2.0.1":
version: 2.0.1
resolution: "@cspell/dict-sql@npm:2.0.1"
checksum: 4e0927b311e75414c9ae09de8e45a47452b7db4846742b7ad9eb50263d15082e6c1793f34c3832000e868ee34760de7c9b9584feaad68cf1b04c4f7d9138f98f
languageName: node
linkType: hard
"@cspell/dict-svelte@npm:^1.0.2":
version: 1.0.2
resolution: "@cspell/dict-svelte@npm:1.0.2"
checksum: 038408f7e2ab458854f737150e51dacd8829b3824fa5619c3010775100b39750b92ea65d536fa2cd5d82c19d1e3c24a1e1a33f4d65ef014fd41f2bdf952dfe7d
languageName: node
linkType: hard
"@cspell/dict-swift@npm:^2.0.1":
version: 2.0.1
resolution: "@cspell/dict-swift@npm:2.0.1"
checksum: 1f5db91e86529fb7ebae9b9d72406291a1ad8303d5c451d689db13f52e615121888348724aca1a1098c4c12fec660e6000b8e04d4261949b8e9a49949b33511e
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.1.0":
version: 3.1.0
resolution: "@cspell/dict-typescript@npm:3.1.0"
checksum: 0c215e83096e8219b7d1b1dc578a8a86fb5ad766833c4832fd97d8fd6cfcca56f49935899ae1c7b1e5ea78495fcd1b3cd0b81a7263f68c59ad0a71488df0b224
languageName: node
linkType: hard
"@cspell/dict-vue@npm:^3.0.0":
version: 3.0.0
resolution: "@cspell/dict-vue@npm:3.0.0"
checksum: d98c7d013e16b61cc98127fe708d6aa5c48dbe61e37289d0c90d9acb37a04167a6211f3fc82edc2beb9b1334ba18aa1b88f4eb71707730782c6128ac7516eb34
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:6.19.2":
version: 6.19.2
resolution: "@cspell/strong-weak-map@npm:6.19.2"
checksum: f0b63a9a9292b1e014ee09d2483fd3731876e9ac33a29cb80248ea3cba1fcad7197e982c2ca1dec5c171e005a52b2e65f2e13ec0763c9349d1f34d5cb166fa3d
languageName: node
linkType: hard
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
dependencies:
"@jridgewell/trace-mapping": "npm:0.3.9"
checksum: 4327d8e6e4347897f5baf265c43ff094260a3ad7b53920fa07472aa18699ba7d570e5171082e88d19e4b5cce6f35cc1666b1c8ccb8b74d67e4f482395b8c511d
languageName: node
linkType: hard
"@docsearch/css@npm:3.3.1, @docsearch/css@npm:^3.3.1":
version: 3.3.1
resolution: "@docsearch/css@npm:3.3.1"
checksum: 68b9f2e30ee83b1ccfda507832e210c0c032c4bdbab1e40f00944006d0523080eabf590b105f5b59cb248405fa442dd21b3adab10c68e072d73ac171df6e624b
languageName: node
linkType: hard
"@docsearch/js@npm:^3.3.1":
version: 3.3.1
resolution: "@docsearch/js@npm:3.3.1"
dependencies:
"@docsearch/react": "npm:3.3.1"
preact: "npm:^10.0.0"
checksum: b3fa0885a5cc3c91fb3bd863af80bdcf3e4b6875b42e2faa3f2cf3269c91dcb585adf250bde74dfcfcf7506939852538d1b570fbae24bc87c611ba750a5c1384
languageName: node
linkType: hard
"@docsearch/react@npm:3.3.1":
version: 3.3.1
resolution: "@docsearch/react@npm:3.3.1"
dependencies:
"@algolia/autocomplete-core": "npm:1.7.2"
"@algolia/autocomplete-preset-algolia": "npm:1.7.2"
"@docsearch/css": "npm:3.3.1"
algoliasearch: "npm:^4.0.0"
peerDependencies:
"@types/react": ">= 16.8.0 < 19.0.0"
react: ">= 16.8.0 < 19.0.0"