generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
12237 lines (12237 loc) · 469 KB
/
package-lock.json
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
{
"name": "to-do-list",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ampproject/remapping": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
"integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.0"
}
},
"@babel/code-frame": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
"dev": true,
"requires": {
"@babel/highlight": "^7.16.7"
}
},
"@babel/compat-data": {
"version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
"integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==",
"dev": true
},
"@babel/core": {
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
"integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
"dev": true,
"requires": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.17.7",
"@babel/helper-compilation-targets": "^7.17.7",
"@babel/helper-module-transforms": "^7.17.7",
"@babel/helpers": "^7.17.8",
"@babel/parser": "^7.17.8",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.1.2",
"semver": "^6.3.0"
},
"dependencies": {
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"requires": {
"ms": "2.1.2"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true
}
}
},
"@babel/generator": {
"version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz",
"integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==",
"dev": true,
"requires": {
"@babel/types": "^7.17.0",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
"dependencies": {
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
"dev": true
}
}
},
"@babel/helper-compilation-targets": {
"version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
"integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
"dev": true,
"requires": {
"@babel/compat-data": "^7.17.7",
"@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.17.5",
"semver": "^6.3.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true
}
}
},
"@babel/helper-environment-visitor": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
"integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-function-name": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
"integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
"dev": true,
"requires": {
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/helper-get-function-arity": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
"integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-hoist-variables": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
"integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-module-imports": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
"integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-module-transforms": {
"version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
"integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
"dev": true,
"requires": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.17.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0"
}
},
"@babel/helper-plugin-utils": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
"integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
"dev": true
},
"@babel/helper-simple-access": {
"version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
"integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
"dev": true,
"requires": {
"@babel/types": "^7.17.0"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
"integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-validator-identifier": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
"dev": true
},
"@babel/helper-validator-option": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
"integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",
"dev": true
},
"@babel/helpers": {
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
"integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
"dev": true,
"requires": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0"
}
},
"@babel/highlight": {
"version": "7.16.10",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
"integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.16.7",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dev": true,
"requires": {
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"dev": true,
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
"dev": true
},
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
"dev": true
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dev": true,
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"@babel/parser": {
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
"integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==",
"dev": true
},
"@babel/plugin-syntax-async-generators": {
"version": "7.8.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-bigint": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.12.13"
}
},
"@babel/plugin-syntax-import-meta": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
}
},
"@babel/plugin-syntax-json-strings": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-logical-assignment-operators": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
}
},
"@babel/plugin-syntax-nullish-coalescing-operator": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-numeric-separator": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
}
},
"@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-optional-catch-binding": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-optional-chaining": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-top-level-await": {
"version": "7.14.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/plugin-syntax-typescript": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
"integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-modules-commonjs": {
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",
"integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",
"dev": true,
"requires": {
"@babel/helper-module-transforms": "^7.17.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-simple-access": "^7.17.7",
"babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/template": {
"version": "7.16.7",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
"integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/traverse": {
"version": "7.17.3",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz",
"integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.17.3",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/parser": "^7.17.3",
"@babel/types": "^7.17.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
"dependencies": {
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"requires": {
"ms": "2.1.2"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
}
}
},
"@babel/types": {
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
"integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.16.7",
"to-fast-properties": "^2.0.0"
}
},
"@bcoe/v8-coverage": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
"dev": true
},
"@discoveryjs/json-ext": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
"integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
"dev": true
},
"@eslint/eslintrc": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
"integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
"dev": true,
"requires": {
"ajv": "^6.12.4",
"debug": "^4.1.1",
"espree": "^7.3.0",
"globals": "^13.9.0",
"ignore": "^4.0.6",
"import-fresh": "^3.2.1",
"js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"strip-json-comments": "^3.1.1"
},
"dependencies": {
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"requires": {
"ms": "2.1.2"
}
},
"globals": {
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
"integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
"dev": true,
"requires": {
"type-fest": "^0.20.2"
}
},
"ignore": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
"dev": true
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"strip-json-comments": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
"dev": true
}
}
},
"@gar/promisify": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
"dev": true
},
"@hint/configuration-accessibility": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/@hint/configuration-accessibility/-/configuration-accessibility-2.0.16.tgz",
"integrity": "sha512-BWxCiYu40be1VpKB62s6Wan2DSxvS0jKvOBfl+eei31PJNtXfqsoxXtLzJwHvEknbTtqVyaYK0F7x/wwTr9fGQ==",
"dev": true,
"optional": true,
"requires": {
"@hint/connector-puppeteer": "^2.5.13",
"@hint/formatter-html": "^4.3.7",
"@hint/formatter-summary": "^3.0.29",
"@hint/hint-axe": "^4.4.9"
}
},
"@hint/configuration-development": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/@hint/configuration-development/-/configuration-development-8.3.2.tgz",
"integrity": "sha512-DuMxG63HC10SbzM3NMTEHrh/L0bDU1LL3EwtgRt+agUWkuV1zZovC2jFDB2JQMK7o3sFpGlFtC6AfoyrZ3lTyQ==",
"dev": true,
"optional": true,
"requires": {
"@hint/configuration-accessibility": "^2.0.16",
"@hint/configuration-progressive-web-apps": "^7.0.16",
"@hint/connector-local": "^3.2.16",
"@hint/formatter-html": "^4.3.7",
"@hint/formatter-json": "^3.1.26",
"@hint/formatter-summary": "^3.0.29",
"@hint/hint-babel-config": "^2.4.16",
"@hint/hint-button-type": "^3.0.11",
"@hint/hint-compat-api": "^4.4.8",
"@hint/hint-create-element-svg": "^1.3.15",
"@hint/hint-css-prefix-order": "^1.4.15",
"@hint/hint-disown-opener": "^4.0.11",
"@hint/hint-highest-available-document-mode": "^5.0.11",
"@hint/hint-leading-dot-classlist": "^1.0.8",
"@hint/hint-meta-charset-utf-8": "^4.0.11",
"@hint/hint-meta-viewport": "^5.0.11",
"@hint/hint-no-bom": "^4.2.15",
"@hint/hint-no-inline-styles": "^1.0.7",
"@hint/hint-no-protocol-relative-urls": "^3.0.11",
"@hint/hint-scoped-svg-styles": "^1.3.15",
"@hint/hint-sri": "^4.0.11",
"@hint/hint-typescript-config": "^2.5.2",
"@hint/hint-webpack-config": "^2.4.16",
"@hint/parser-babel-config": "^2.1.31",
"@hint/parser-css": "^3.0.29",
"@hint/parser-html": "^3.0.24",
"@hint/parser-javascript": "^3.1.15",
"@hint/parser-jsx": "^1.0.16",
"@hint/parser-less": "^1.0.21",
"@hint/parser-sass": "^1.0.21",
"@hint/parser-typescript": "^1.0.16",
"@hint/parser-typescript-config": "^2.4.17",
"@hint/parser-webpack-config": "^2.1.30"
}
},
"@hint/configuration-progressive-web-apps": {
"version": "7.0.16",
"resolved": "https://registry.npmjs.org/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.16.tgz",
"integrity": "sha512-pwAp3kQ8DO9eR4tE6toJ+SCXjFv/XihARjYIjV41xGf5wQaTMRvTaUIMK7R3atC1EB5TIyzrPxYvQA2bxm2RjA==",
"dev": true,
"optional": true,
"requires": {
"@hint/connector-jsdom": "^4.1.16",
"@hint/connector-puppeteer": "^2.5.13",
"@hint/formatter-html": "^4.3.7",
"@hint/formatter-summary": "^3.0.29",
"@hint/hint-apple-touch-icons": "^4.0.11",
"@hint/hint-manifest-app-name": "^2.4.16",
"@hint/hint-manifest-exists": "^2.4.16",
"@hint/hint-manifest-file-extension": "^3.0.11",
"@hint/hint-manifest-is-valid": "^3.4.7",
"@hint/parser-manifest": "^2.3.7"
}
},
"@hint/configuration-web-recommended": {
"version": "8.2.7",
"resolved": "https://registry.npmjs.org/@hint/configuration-web-recommended/-/configuration-web-recommended-8.2.7.tgz",
"integrity": "sha512-yKi8w9hKR9rwW0UKXMN7/v/vfb230w1ajkkt3A7pG3LLicWeYGbEYg0Aa9VVSAP3JzgqT/lO3V+ro2tJqX/P2A==",
"dev": true,
"optional": true,
"requires": {
"@hint/configuration-accessibility": "^2.0.16",
"@hint/connector-jsdom": "^4.1.16",
"@hint/connector-local": "^3.2.16",
"@hint/connector-puppeteer": "^2.5.13",
"@hint/formatter-html": "^4.3.7",
"@hint/formatter-json": "^3.1.26",
"@hint/formatter-stylish": "^3.1.26",
"@hint/formatter-summary": "^3.0.29",
"@hint/hint-button-type": "^3.0.11",
"@hint/hint-compat-api": "^4.4.8",
"@hint/hint-content-type": "^4.2.15",
"@hint/hint-create-element-svg": "^1.3.15",
"@hint/hint-css-prefix-order": "^1.4.15",
"@hint/hint-disown-opener": "^4.0.11",
"@hint/hint-highest-available-document-mode": "^5.0.11",
"@hint/hint-html-checker": "^3.3.15",
"@hint/hint-http-cache": "^4.0.11",
"@hint/hint-http-compression": "^5.2.15",
"@hint/hint-image-optimization-cloudinary": "^3.2.15",
"@hint/hint-leading-dot-classlist": "^1.0.8",
"@hint/hint-meta-charset-utf-8": "^4.0.11",
"@hint/hint-meta-viewport": "^5.0.11",
"@hint/hint-no-bom": "^4.2.15",
"@hint/hint-no-disallowed-headers": "^3.1.10",
"@hint/hint-no-friendly-error-pages": "^3.3.15",
"@hint/hint-no-html-only-headers": "^3.0.11",
"@hint/hint-no-http-redirects": "^3.0.11",
"@hint/hint-no-inline-styles": "^1.0.7",
"@hint/hint-no-protocol-relative-urls": "^3.0.11",
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.9",
"@hint/hint-scoped-svg-styles": "^1.3.15",
"@hint/hint-sri": "^4.0.11",
"@hint/hint-ssllabs": "^2.4.15",
"@hint/hint-strict-transport-security": "^3.0.11",
"@hint/hint-stylesheet-limits": "^3.3.15",
"@hint/hint-validate-set-cookie-header": "^3.0.11",
"@hint/hint-x-content-type-options": "^4.0.11",
"@hint/parser-css": "^3.0.29",
"@hint/parser-html": "^3.0.24",
"@hint/parser-javascript": "^3.1.15"
}
},
"@hint/connector-jsdom": {
"version": "4.1.16",
"resolved": "https://registry.npmjs.org/@hint/connector-jsdom/-/connector-jsdom-4.1.16.tgz",
"integrity": "sha512-wEFPcOX+re7jJlnyEyq1aeliaktgeBTeYgup62DiI1/yjyBBHLbzWZJa8ZGHQmt6eKdEA9ts0LE5xwcv3ObbCw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-connector-tools": "^4.0.30",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-dom": "^2.1.10",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-network": "^1.0.15",
"@hint/utils-types": "^1.1.6",
"canvas": "^2.9.0",
"jsdom": "^19.0.0",
"mutationobserver-shim": "^0.3.7"
}
},
"@hint/connector-local": {
"version": "3.2.16",
"resolved": "https://registry.npmjs.org/@hint/connector-local/-/connector-local-3.2.16.tgz",
"integrity": "sha512-PmAWs3w7hEfZw9FPZ3n7TfWIhJjvHRH0drur8hljFL7d2e/vN1Umhv+JWf6dXyqMa4tf992vyp77ZhjDBrqNDw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-dom": "^2.1.10",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"chokidar": "^3.5.2",
"globby": "^11.0.4",
"jsdom": "^19.0.0"
}
},
"@hint/connector-puppeteer": {
"version": "2.5.13",
"resolved": "https://registry.npmjs.org/@hint/connector-puppeteer/-/connector-puppeteer-2.5.13.tgz",
"integrity": "sha512-6cWGluiibPQQzoBFnHK5CZLlqlJqRALuLw4sL2qBq7R87iky6ywhS///MsOpgx/38gTXXtNVayEhpdkGIcFIHg==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-connector-tools": "^4.0.30",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-dom": "^2.1.10",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-network": "^1.0.15",
"@hint/utils-types": "^1.1.6",
"is-ci": "^3.0.1",
"lockfile": "^1.0.4",
"puppeteer-core": "^13.0.1"
}
},
"@hint/formatter-html": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/@hint/formatter-html/-/formatter-html-4.3.7.tgz",
"integrity": "sha512-gJO50jfH+wkfD1SfP4Ybrj8H7toOC/ZkIsS0uPwz4wNacrQ7WaojAjYXLu8atSDed2zbTeZkroAaFhLIL9CoHA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
}
},
"@hint/formatter-json": {
"version": "3.1.26",
"resolved": "https://registry.npmjs.org/@hint/formatter-json/-/formatter-json-3.1.26.tgz",
"integrity": "sha512-bJsdivhK3GO2BZhAlpYaCnzfvPcZvFqb/xqKUvwq7IHWgdF+FKnoLyL28FEScXhdbug9sH+rPmcSSFZkQGTRfg==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"lodash": "^4.17.21"
}
},
"@hint/formatter-stylish": {
"version": "3.1.26",
"resolved": "https://registry.npmjs.org/@hint/formatter-stylish/-/formatter-stylish-3.1.26.tgz",
"integrity": "sha512-9tbXUrtGfiyk9p4UCAGpWyL/REJkvqN7SGgLVPjkyQE6pIi+e9jVz8PmIFrSMjJF2QswZpKfgDGjra8UBHERpA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"strip-ansi": "^6.0.0",
"text-table": "^0.2.0"
}
},
"@hint/formatter-summary": {
"version": "3.0.29",
"resolved": "https://registry.npmjs.org/@hint/formatter-summary/-/formatter-summary-3.0.29.tgz",
"integrity": "sha512-TeI2rPhfW/7oaNjkIWU6Wy7UHmBW8RxRJy0XfHmi56Glz9Xxx7/uJ9AXndC9QYXMxzreWfQBTXJKEvJNGnMvPQ==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"strip-ansi": "^6.0.0",
"text-table": "^0.2.0"
}
},
"@hint/hint-apple-touch-icons": {
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/@hint/hint-apple-touch-icons/-/hint-apple-touch-icons-4.0.11.tgz",
"integrity": "sha512-dKLD4dwIXfbf0lhsBfymq0ZAyYeMf93jzrxmZ9Bl0IQgiYluUO6aHfvZNAlXKZPLvmL3ZUNJ721Gv2eYCXGBdA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"image-size": "^1.0.0"
}
},
"@hint/hint-axe": {
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/@hint/hint-axe/-/hint-axe-4.4.9.tgz",
"integrity": "sha512-3qiZaXpKBzS2iOND7Lr2iBaS5XMoJ4hWUvQ+jMU4d5SlkOH2fr0wBagaijRX7dDHufLinlsAU/Et/G9jHPxwsw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"axe-core": "^4.4.0"
}
},
"@hint/hint-babel-config": {
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/@hint/hint-babel-config/-/hint-babel-config-2.4.16.tgz",
"integrity": "sha512-8QHfgbzbp0S/+ISm+4KuyPlL1hTCyNI18kuKYk0AiHbvOUegedNwauhxsfbMY9N+tWHKnuelII2JJhCMMKpYog==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-button-type": {
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/@hint/hint-button-type/-/hint-button-type-3.0.11.tgz",
"integrity": "sha512-GEDLwf4rLxK37fyLwUbtIBLi/zUqmr4pzu+6StXpt4Vxwnmglj8mg8J1xZMy75ID9BTLqCBicpWAE1oTCuwqRA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-compat-api": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/@hint/hint-compat-api/-/hint-compat-api-4.4.8.tgz",
"integrity": "sha512-WMZHuqPxO4lsZ6JymE6Tt6wMH852fcPvwxJaYddpyyQ82dwImt672A31qS+OtfjfytNnLP9lmJ5ieb9ILsH17A==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-compat-data": "^1.1.7",
"@hint/utils-css": "^1.0.11",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"lodash": "^4.17.21"
}
},
"@hint/hint-content-type": {
"version": "4.2.15",
"resolved": "https://registry.npmjs.org/@hint/hint-content-type/-/hint-content-type-4.2.15.tgz",
"integrity": "sha512-8GHOTlGOZPa4LCEMxrQhsWCVBBAdYEn3zHXXyX9/hBts43LSbQpEflGY42QGEHZse2LDRDX/V+muMcIZQMY/1A==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"content-type": "^1.0.4"
}
},
"@hint/hint-create-element-svg": {
"version": "1.3.15",
"resolved": "https://registry.npmjs.org/@hint/hint-create-element-svg/-/hint-create-element-svg-1.3.15.tgz",
"integrity": "sha512-PEYNRVJljg36PSdbWQxMsH6jZvvYsFJzlLptsY/d8b690PnlndOdiCIPfXihKAdVCRcAMR3F+tBctBhGhW2SXA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-css-prefix-order": {
"version": "1.4.15",
"resolved": "https://registry.npmjs.org/@hint/hint-css-prefix-order/-/hint-css-prefix-order-1.4.15.tgz",
"integrity": "sha512-IE5NcA2RkEN3igq9iJ1P36moOkflM4ld7Dg6s6WPbaAJodyb6q7Hy5CRgRAfR5SVmDQR9bWGlMBvMvytnxn2Ew==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-css": "^1.0.11",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-fs": "^1.0.12",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"postcss": "^8.4.5"
}
},
"@hint/hint-disown-opener": {
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/@hint/hint-disown-opener/-/hint-disown-opener-4.0.11.tgz",
"integrity": "sha512-tgU/iww9f+icOzqWYhCMZpSoVLAA2A6GzNF96NBUBuyKk5VoA8XqHdmE/gIhr/SKqahnN27o+vLF1LY9QfC6qw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-compat-data": "^1.1.7",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-highest-available-document-mode": {
"version": "5.0.11",
"resolved": "https://registry.npmjs.org/@hint/hint-highest-available-document-mode/-/hint-highest-available-document-mode-5.0.11.tgz",
"integrity": "sha512-dBuhKKJSqOorUdhXl9Atf7P7Zd30GR6dX8idRW7GR6C5RQgydJsBnUgwZFUHJMA/HCcEkSnPlH4NG3piMma7sg==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-html-checker": {
"version": "3.3.15",
"resolved": "https://registry.npmjs.org/@hint/hint-html-checker/-/hint-html-checker-3.3.15.tgz",
"integrity": "sha512-pvURGDPGa6VaWYfpznZY3LEMePzKwyaEPScODl3q3LYcmygPCaFFtsBECUhLHcIOpWCDJUwVCh2sEu38SNy3PA==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-types": "^1.1.6",
"lodash": "^4.17.21"
}
},
"@hint/hint-http-cache": {
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/@hint/hint-http-cache/-/hint-http-cache-4.0.11.tgz",
"integrity": "sha512-2+MU4qJKTWNsHS7VzEjO42cYDfBILxUvA+baM3kGfYfWCjP570jqmLukMrGADvxfzJ3pAuRLuqvewnZ3eIPIyw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils-debug": "^1.0.8",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-http-compression": {
"version": "5.2.15",
"resolved": "https://registry.npmjs.org/@hint/hint-http-compression/-/hint-http-compression-5.2.15.tgz",
"integrity": "sha512-2LYC+fbTRgVO+/CIiyTppr8cWxqpYyjzVgl9hztpfJB17jqRem8A7KMJpuEDiZzccCy3o6wJ5NH6aLNhsqxUNw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-network": "^1.0.15",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6"
}
},
"@hint/hint-image-optimization-cloudinary": {
"version": "3.2.15",
"resolved": "https://registry.npmjs.org/@hint/hint-image-optimization-cloudinary/-/hint-image-optimization-cloudinary-3.2.15.tgz",
"integrity": "sha512-UF9LSVTXthvxCK6BsHMBf05ug9MfkfUeZ26kAb6RpJw8Rkkax+/T3K/i40DlbAkW28mYFTuYdQJun/GGXNnvPw==",
"dev": true,
"optional": true,
"requires": {
"@hint/utils": "^7.0.14",
"@hint/utils-i18n": "^1.0.11",
"@hint/utils-string": "^1.0.11",
"@hint/utils-types": "^1.1.6",
"cloudinary": "^1.28.1",
"fs-extra": "^10.0.0",
"image-size": "^1.0.0"
}
},
"@hint/hint-leading-dot-classlist": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@hint/hint-leading-dot-classlist/-/hint-leading-dot-classlist-1.0.8.tgz",
"integrity": "sha512-+XuHpmrZglU9uLcNeVxgNuQQdlZzhoAhjSpJendrZGQgdBCSERNPS6srphe4+/ztuQTz+ws6Pb8EIzO7PY2BXQ==",