-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
7761 lines (6680 loc) · 299 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 IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1":
"integrity" "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw=="
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/highlight" "^7.10.1"
"@babel/code-frame@^7.14.5":
"integrity" "sha1-I7CNdA6D9JxeWZRfvxtD6Au/Tts="
"resolved" "https://registry.nlark.com/@babel/code-frame/download/@babel/code-frame-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/highlight" "^7.14.5"
"@babel/code-frame@^7.8.3":
"integrity" "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg=="
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz"
"version" "7.10.3"
dependencies:
"@babel/highlight" "^7.10.3"
"@babel/code-frame@7.12.11":
"integrity" "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw=="
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
"version" "7.12.11"
dependencies:
"@babel/highlight" "^7.10.4"
"@babel/compat-data@^7.14.5":
"integrity" "sha1-ewR9ejqJpn0iWNxh9gTwmPG8fgg="
"resolved" "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.14.7.tgz"
"version" "7.14.7"
"@babel/core@^7.0.0", "@babel/core@^7.14.6":
"integrity" "sha1-4IFOwalQAy/xbBOich3jmoQW/Ks="
"resolved" "https://registry.nlark.com/@babel/core/download/@babel/core-7.14.6.tgz?cache=0&sync_timestamp=1623707878699&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.14.6.tgz"
"version" "7.14.6"
dependencies:
"@babel/code-frame" "^7.14.5"
"@babel/generator" "^7.14.5"
"@babel/helper-compilation-targets" "^7.14.5"
"@babel/helper-module-transforms" "^7.14.5"
"@babel/helpers" "^7.14.6"
"@babel/parser" "^7.14.6"
"@babel/template" "^7.14.5"
"@babel/traverse" "^7.14.5"
"@babel/types" "^7.14.5"
"convert-source-map" "^1.7.0"
"debug" "^4.1.0"
"gensync" "^1.0.0-beta.2"
"json5" "^2.1.2"
"semver" "^6.3.0"
"source-map" "^0.5.0"
"@babel/generator@^7.10.1":
"integrity" "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA=="
"resolved" "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz"
"version" "7.10.2"
dependencies:
"@babel/types" "^7.10.2"
"jsesc" "^2.5.1"
"lodash" "^4.17.13"
"source-map" "^0.5.0"
"@babel/generator@^7.14.5":
"integrity" "sha1-hI17nwMcrKnQzQrwGwY/Im9S14U="
"resolved" "https://registry.nlark.com/@babel/generator/download/@babel/generator-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"jsesc" "^2.5.1"
"source-map" "^0.5.0"
"@babel/helper-annotate-as-pure@^7.0.0":
"integrity" "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw=="
"resolved" "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/types" "^7.10.1"
"@babel/helper-compilation-targets@^7.14.5":
"integrity" "sha1-epnF0JZ5Eely/iw0EffVtJhJjs8="
"resolved" "https://registry.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/compat-data" "^7.14.5"
"@babel/helper-validator-option" "^7.14.5"
"browserslist" "^4.16.6"
"semver" "^6.3.0"
"@babel/helper-function-name@^7.10.1":
"integrity" "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ=="
"resolved" "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/helper-get-function-arity" "^7.10.1"
"@babel/template" "^7.10.1"
"@babel/types" "^7.10.1"
"@babel/helper-function-name@^7.14.5":
"integrity" "sha1-ieLEdJcvFdjiM7Uu6MSA4s/NUMQ="
"resolved" "https://registry.nlark.com/@babel/helper-function-name/download/@babel/helper-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280385237&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/helper-get-function-arity" "^7.14.5"
"@babel/template" "^7.14.5"
"@babel/types" "^7.14.5"
"@babel/helper-get-function-arity@^7.10.1":
"integrity" "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw=="
"resolved" "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/types" "^7.10.1"
"@babel/helper-get-function-arity@^7.14.5":
"integrity" "sha1-Jfv6V5sJN+7h87gF7OTOOYxDGBU="
"resolved" "https://registry.nlark.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-hoist-variables@^7.14.5":
"integrity" "sha1-4N0nwzp45XfXyIhJFqPn7x98f40="
"resolved" "https://registry.nlark.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-member-expression-to-functions@^7.14.5":
"integrity" "sha1-l+ViRL65QhH+J3vYGOOjKcZveXA="
"resolved" "https://registry.nlark.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.14.7.tgz?cache=0&sync_timestamp=1624312632792&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.14.7.tgz"
"version" "7.14.7"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0":
"integrity" "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg=="
"resolved" "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/types" "^7.10.1"
"@babel/helper-module-imports@^7.14.5":
"integrity" "sha1-bRpE32o4yVeqfDEtoHZCnxG0IvM="
"resolved" "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-module-transforms@^7.14.5":
"integrity" "sha1-feQvENeJtCPrkC69JAMcp3yx4Q4="
"resolved" "https://registry.nlark.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.14.5.tgz?cache=0&sync_timestamp=1623280405923&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/helper-module-imports" "^7.14.5"
"@babel/helper-replace-supers" "^7.14.5"
"@babel/helper-simple-access" "^7.14.5"
"@babel/helper-split-export-declaration" "^7.14.5"
"@babel/helper-validator-identifier" "^7.14.5"
"@babel/template" "^7.14.5"
"@babel/traverse" "^7.14.5"
"@babel/types" "^7.14.5"
"@babel/helper-optimise-call-expression@^7.14.5":
"integrity" "sha1-8nOVqGGeBmWz8DZM3bQcJdcbSZw="
"resolved" "https://registry.nlark.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-replace-supers@^7.14.5":
"integrity" "sha1-DswLA8Qc1We0Ak6gFhNMKEFKu5Q="
"resolved" "https://registry.nlark.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/helper-member-expression-to-functions" "^7.14.5"
"@babel/helper-optimise-call-expression" "^7.14.5"
"@babel/traverse" "^7.14.5"
"@babel/types" "^7.14.5"
"@babel/helper-simple-access@^7.14.5":
"integrity" "sha1-ZuqFz1O6C05Yi6d/yBP1OryqQcQ="
"resolved" "https://registry.nlark.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-split-export-declaration@^7.10.1":
"integrity" "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g=="
"resolved" "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/types" "^7.10.1"
"@babel/helper-split-export-declaration@^7.14.5":
"integrity" "sha1-IrI6VO9RwrdgXYUZMMGXbdC8aTo="
"resolved" "https://registry.nlark.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-validator-identifier@^7.10.1":
"integrity" "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz"
"version" "7.10.1"
"@babel/helper-validator-identifier@^7.10.3":
"integrity" "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz"
"version" "7.10.3"
"@babel/helper-validator-identifier@^7.12.11":
"integrity" "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz"
"version" "7.12.11"
"@babel/helper-validator-identifier@^7.14.5":
"integrity" "sha1-0PDid8US4Mk4J3+qhaOWjJpEwOg="
"resolved" "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.5.tgz?cache=0&sync_timestamp=1623280305128&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.5.tgz"
"version" "7.14.5"
"@babel/helper-validator-option@^7.14.5":
"integrity" "sha1-bnKh//GNXfy4eOHmLxoCHEty1aM="
"resolved" "https://registry.nlark.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz?cache=0&sync_timestamp=1623280304150&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-option%2Fdownload%2F%40babel%2Fhelper-validator-option-7.14.5.tgz"
"version" "7.14.5"
"@babel/helpers@^7.14.6":
"integrity" "sha1-W1gwa5XxtH4qAZlDT6hlj6bCFjU="
"resolved" "https://registry.nlark.com/@babel/helpers/download/@babel/helpers-7.14.6.tgz?cache=0&sync_timestamp=1623708032832&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.14.6.tgz"
"version" "7.14.6"
dependencies:
"@babel/template" "^7.14.5"
"@babel/traverse" "^7.14.5"
"@babel/types" "^7.14.5"
"@babel/highlight@^7.10.1":
"integrity" "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg=="
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/helper-validator-identifier" "^7.10.1"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/highlight@^7.10.3":
"integrity" "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw=="
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz"
"version" "7.10.3"
dependencies:
"@babel/helper-validator-identifier" "^7.10.3"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/highlight@^7.10.4":
"integrity" "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww=="
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz"
"version" "7.12.13"
dependencies:
"@babel/helper-validator-identifier" "^7.12.11"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/highlight@^7.14.5":
"integrity" "sha1-aGGlLwOWZAUAH2qlNKAaJNmejNk="
"resolved" "https://registry.nlark.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/helper-validator-identifier" "^7.14.5"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/parser@^7.10.1":
"integrity" "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
"resolved" "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz"
"version" "7.10.2"
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
"integrity" "sha1-YJlyDIg5yoZaJjfmyFhS6tC9tZU="
"resolved" "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.7.tgz"
"version" "7.14.7"
"@babel/template@^7.10.1":
"integrity" "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig=="
"resolved" "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/code-frame" "^7.10.1"
"@babel/parser" "^7.10.1"
"@babel/types" "^7.10.1"
"@babel/template@^7.14.5":
"integrity" "sha1-qbydizM1T/blWpxg0RCSAKaJdPQ="
"resolved" "https://registry.nlark.com/@babel/template/download/@babel/template-7.14.5.tgz?cache=0&sync_timestamp=1623280386138&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/code-frame" "^7.14.5"
"@babel/parser" "^7.14.5"
"@babel/types" "^7.14.5"
"@babel/traverse@^7.14.5":
"integrity" "sha1-ZAB8l3TP3Dq9I7B4C8GKPONjF1M="
"resolved" "https://registry.nlark.com/@babel/traverse/download/@babel/traverse-7.14.7.tgz"
"version" "7.14.7"
dependencies:
"@babel/code-frame" "^7.14.5"
"@babel/generator" "^7.14.5"
"@babel/helper-function-name" "^7.14.5"
"@babel/helper-hoist-variables" "^7.14.5"
"@babel/helper-split-export-declaration" "^7.14.5"
"@babel/parser" "^7.14.7"
"@babel/types" "^7.14.5"
"debug" "^4.1.0"
"globals" "^11.1.0"
"@babel/traverse@^7.4.5":
"integrity" "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ=="
"resolved" "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz"
"version" "7.10.1"
dependencies:
"@babel/code-frame" "^7.10.1"
"@babel/generator" "^7.10.1"
"@babel/helper-function-name" "^7.10.1"
"@babel/helper-split-export-declaration" "^7.10.1"
"@babel/parser" "^7.10.1"
"@babel/types" "^7.10.1"
"debug" "^4.1.0"
"globals" "^11.1.0"
"lodash" "^4.17.13"
"@babel/types@^7.10.1", "@babel/types@^7.10.2":
"integrity" "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng=="
"resolved" "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz"
"version" "7.10.2"
dependencies:
"@babel/helper-validator-identifier" "^7.10.1"
"lodash" "^4.17.13"
"to-fast-properties" "^2.0.0"
"@babel/types@^7.14.5":
"integrity" "sha1-O7mXuoKaIQTO2yBonEpbgSHTg/8="
"resolved" "https://registry.nlark.com/@babel/types/download/@babel/types-7.14.5.tgz"
"version" "7.14.5"
dependencies:
"@babel/helper-validator-identifier" "^7.14.5"
"to-fast-properties" "^2.0.0"
"@canvas/image-data@^1.0.0":
"integrity" "sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw=="
"resolved" "https://registry.npmjs.org/@canvas/image-data/-/image-data-1.0.0.tgz"
"version" "1.0.0"
"@cliqz/adblocker-content@^1.22.2", "@cliqz/adblocker-content@^1.25.1":
"integrity" "sha512-7gl2VdNPBfj7aPoq34B5miwGcnda/7LCr+BqnpcSOjdLV6jjT2FrNSAKGFvcH23q0HM1IFhYDV6ydTgsdWFCnA=="
"resolved" "https://registry.npmjs.org/@cliqz/adblocker-content/-/adblocker-content-1.25.1.tgz"
"version" "1.25.1"
dependencies:
"@cliqz/adblocker-extended-selectors" "^1.25.1"
"@cliqz/adblocker-electron-preload@^1.22.2":
"integrity" "sha512-edNVEqGrXqe/Qwi0D9/V8xmtyeJlhNPaelXilYa1ne7jG/OT7pee+7Vi4BWezl0NQ77WF3/mY9Bj4eJkEO0uiQ=="
"resolved" "https://registry.npmjs.org/@cliqz/adblocker-electron-preload/-/adblocker-electron-preload-1.25.1.tgz"
"version" "1.25.1"
dependencies:
"@cliqz/adblocker-content" "^1.25.1"
"@cliqz/adblocker-electron@1.22.2":
"integrity" "sha1-ha87Sff2U+b7DQCLZSPjs7oN1B4="
"resolved" "https://registry.nlark.com/@cliqz/adblocker-electron/download/@cliqz/adblocker-electron-1.22.2.tgz"
"version" "1.22.2"
dependencies:
"@cliqz/adblocker" "^1.22.2"
"@cliqz/adblocker-electron-preload" "^1.22.2"
"tldts-experimental" "^5.6.21"
"@cliqz/adblocker-extended-selectors@^1.22.2", "@cliqz/adblocker-extended-selectors@^1.25.1":
"integrity" "sha512-4MdMe/YfIok5d8WYVcLR3Ak7vGrmeUV47frgmXEe945luY93vwlzk1NiLYW1JM5Gdm+VePweoS9cJ1/QUTmv+Q=="
"resolved" "https://registry.npmjs.org/@cliqz/adblocker-extended-selectors/-/adblocker-extended-selectors-1.25.1.tgz"
"version" "1.25.1"
"@cliqz/adblocker@^1.22.2":
"integrity" "sha1-maFNVjJ3NNMIOgd9lv57kcI2v3o="
"resolved" "https://registry.nlark.com/@cliqz/adblocker/download/@cliqz/adblocker-1.22.2.tgz"
"version" "1.22.2"
dependencies:
"@cliqz/adblocker-content" "^1.22.2"
"@cliqz/adblocker-extended-selectors" "^1.22.2"
"@remusao/guess-url-type" "^1.1.2"
"@remusao/small" "^1.1.2"
"@remusao/smaz" "^1.7.1"
"@types/chrome" "^0.0.145"
"@types/firefox-webext-browser" "^82.0.0"
"tldts-experimental" "^5.6.21"
"@develar/schema-utils@~2.6.5":
"integrity" "sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig=="
"resolved" "https://registry.npmjs.org/@develar/schema-utils/-/schema-utils-2.6.5.tgz"
"version" "2.6.5"
dependencies:
"ajv" "^6.12.0"
"ajv-keywords" "^3.4.1"
"@discoveryjs/json-ext@^0.5.0":
"integrity" "sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg=="
"resolved" "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz"
"version" "0.5.2"
"@electron/get@^1.0.1":
"integrity" "sha512-BrZYyL/6m0ZXz/lDxy/nlVhQz+WF+iPS6qXolEU8atw7h6v1aYkjwJZ63m+bJMBTxDE66X+r2tPS4a/8C82sZw=="
"resolved" "https://registry.npmjs.org/@electron/get/-/get-1.14.1.tgz"
"version" "1.14.1"
dependencies:
"debug" "^4.1.1"
"env-paths" "^2.2.0"
"fs-extra" "^8.1.0"
"got" "^9.6.0"
"progress" "^2.0.3"
"semver" "^6.2.0"
"sumchecker" "^3.0.1"
optionalDependencies:
"global-agent" "^3.0.0"
"global-tunnel-ng" "^2.7.1"
"@electron/remote@^1.2.0":
"integrity" "sha1-dy60w6wXqrpanPBaCQkvYnf1Zx8="
"resolved" "https://registry.nlark.com/@electron/remote/download/@electron/remote-1.2.0.tgz"
"version" "1.2.0"
"@electron/universal@1.0.5":
"integrity" "sha1-uBI0Dk7yHaKz7neytNNcm4be/jc="
"resolved" "https://registry.nlark.com/@electron/universal/download/@electron/universal-1.0.5.tgz"
"version" "1.0.5"
dependencies:
"@malept/cross-spawn-promise" "^1.1.0"
"asar" "^3.0.3"
"debug" "^4.3.1"
"dir-compare" "^2.4.0"
"fs-extra" "^9.0.1"
"@emotion/is-prop-valid@^0.8.8":
"integrity" "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA=="
"resolved" "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz"
"version" "0.8.8"
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/memoize@0.7.4":
"integrity" "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
"resolved" "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz"
"version" "0.7.4"
"@emotion/stylis@^0.8.4":
"integrity" "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
"resolved" "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz"
"version" "0.8.5"
"@emotion/unitless@^0.7.4":
"integrity" "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
"resolved" "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
"version" "0.7.5"
"@eslint/eslintrc@^0.4.2":
"integrity" "sha1-9j0O8G9cDFfXbEq19j04NcUbAXk="
"resolved" "https://registry.nlark.com/@eslint/eslintrc/download/@eslint/eslintrc-0.4.2.tgz?cache=0&sync_timestamp=1622844991204&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40eslint%2Feslintrc%2Fdownload%2F%40eslint%2Feslintrc-0.4.2.tgz"
"version" "0.4.2"
dependencies:
"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"
"@humanwhocodes/config-array@^0.5.0":
"integrity" "sha1-FAeWfUxu7Nc4j4Os8er00Mbljvk="
"resolved" "https://registry.nlark.com/@humanwhocodes/config-array/download/@humanwhocodes/config-array-0.5.0.tgz"
"version" "0.5.0"
dependencies:
"@humanwhocodes/object-schema" "^1.2.0"
"debug" "^4.1.1"
"minimatch" "^3.0.4"
"@humanwhocodes/object-schema@^1.2.0":
"integrity" "sha1-h956+cIxgm/daKxyWPd8Qp4OX88="
"resolved" "https://registry.nlark.com/@humanwhocodes/object-schema/download/@humanwhocodes/object-schema-1.2.0.tgz"
"version" "1.2.0"
"@malept/cross-spawn-promise@^1.1.0":
"integrity" "sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ=="
"resolved" "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"cross-spawn" "^7.0.1"
"@malept/flatpak-bundler@^0.4.0":
"integrity" "sha1-6KMsMKldIMKxu2NcxYCYGgY4mFg="
"resolved" "https://registry.nlark.com/@malept/flatpak-bundler/download/@malept/flatpak-bundler-0.4.0.tgz"
"version" "0.4.0"
dependencies:
"debug" "^4.1.1"
"fs-extra" "^9.0.0"
"lodash" "^4.17.15"
"tmp-promise" "^3.0.2"
"@nodelib/fs.scandir@2.1.3":
"integrity" "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz"
"version" "2.1.3"
dependencies:
"@nodelib/fs.stat" "2.0.3"
"run-parallel" "^1.1.9"
"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.3":
"integrity" "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz"
"version" "2.0.3"
"@nodelib/fs.walk@^1.2.3":
"integrity" "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ=="
"resolved" "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz"
"version" "1.2.4"
dependencies:
"@nodelib/fs.scandir" "2.1.3"
"fastq" "^1.6.0"
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
"integrity" "sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ=="
"resolved" "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz"
"version" "0.4.3"
dependencies:
"ansi-html" "^0.0.7"
"error-stack-parser" "^2.0.6"
"html-entities" "^1.2.1"
"native-url" "^0.2.6"
"schema-utils" "^2.6.5"
"source-map" "^0.7.3"
"@polka/url@^1.0.0-next.9":
"integrity" "sha512-3NsZsJIA/22P3QUyrEDNA2D133H4j224twJrdipXN38dpnIOzAbUDtOwkcJ5pXmn75w7LSQDjA4tO9dm1XlqlA=="
"resolved" "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.11.tgz"
"version" "1.0.0-next.11"
"@remusao/guess-url-type@^1.1.2":
"integrity" "sha512-NDcy4J7bieEU2WYSn1LZKjaIG+5ORDWXA//6dXnppVYPmmJ9zjJ1vJVKUKdZ1mjvTp7WLzQH6QD/wygaZ13G1Q=="
"resolved" "https://registry.npmjs.org/@remusao/guess-url-type/-/guess-url-type-1.1.2.tgz"
"version" "1.1.2"
"@remusao/small@^1.1.2":
"integrity" "sha512-cMteQVgRT+LhSTQQdR0pWlLRXOTV8FeePOxcwkrroYCKIWpqIKNvbimAEiioMlclDmSHos9Nu+Wz3iNIDsyQaQ=="
"resolved" "https://registry.npmjs.org/@remusao/small/-/small-1.1.2.tgz"
"version" "1.1.2"
"@remusao/smaz-compress@^1.8.0":
"integrity" "sha512-gDlnWyYmDppwdVZZkBuN8/gzpcqxFwEEev8QxyArWbOn/1rIXMfnm+bwY/N80rmakHTWaybL0yNxTMJSoVXrUw=="
"resolved" "https://registry.npmjs.org/@remusao/smaz-compress/-/smaz-compress-1.8.0.tgz"
"version" "1.8.0"
dependencies:
"@remusao/trie" "^1.3.0"
"@remusao/smaz-decompress@^1.8.0":
"integrity" "sha512-DDGL8wB2L1OUPbUEashqBQzuEVk1xmVOR+35lERkwl3Qg5UoiL//9GWSq38jq8XlTqUG5R+BY2dQa4XX2NDeeQ=="
"resolved" "https://registry.npmjs.org/@remusao/smaz-decompress/-/smaz-decompress-1.8.0.tgz"
"version" "1.8.0"
"@remusao/smaz@^1.7.1":
"integrity" "sha512-tpyluMIHQSCOX1VHBBrn7KP+S1m/fovJg9Tizo06qR9OYopYehDqkuBJGLnUthE3uhm7tbxb1XI2IN4tUjOFhw=="
"resolved" "https://registry.npmjs.org/@remusao/smaz/-/smaz-1.8.0.tgz"
"version" "1.8.0"
dependencies:
"@remusao/smaz-compress" "^1.8.0"
"@remusao/smaz-decompress" "^1.8.0"
"@remusao/trie@^1.3.0":
"integrity" "sha512-IykMLl0vr8L1sJzvtGR4izkNh1Ous2njaeC4NEvAcfALCdCo7Y4VpISU0I8DaZFU2lGAFKyeh2Jz4WaM/3hbEw=="
"resolved" "https://registry.npmjs.org/@remusao/trie/-/trie-1.3.0.tgz"
"version" "1.3.0"
"@sindresorhus/is@^0.14.0":
"integrity" "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ=="
"resolved" "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
"version" "0.14.0"
"@szmarczak/http-timer@^1.1.2":
"integrity" "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA=="
"resolved" "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz"
"version" "1.1.2"
dependencies:
"defer-to-connect" "^1.0.1"
"@tokenizer/token@^0.1.0", "@tokenizer/token@^0.1.1":
"integrity" "sha512-XO6INPbZCxdprl+9qa/AAbFFOMzzwqYxpjPgLICrMD6C2FCw6qfJOPcBk6JqqPLSaZ/Qx87qn4rpPmPMwaAK6w=="
"resolved" "https://registry.npmjs.org/@tokenizer/token/-/token-0.1.1.tgz"
"version" "0.1.1"
"@types/animejs@^3.1.3":
"integrity" "sha512-rJsAySPkYj2guclqKYM0H3PrmztgGL36e/oEv0APwiScmlNNQ36/S1INrOKRRLdygJbEiGjYDn4MAQ9LRNP4DA=="
"resolved" "https://registry.npmjs.org/@types/animejs/-/animejs-3.1.3.tgz"
"version" "3.1.3"
"@types/chrome@^0.0.145", "@types/chrome@0.0.145":
"integrity" "sha1-bFOuCvXyU1Cwe/0kz0WbX+Zc2bg="
"resolved" "https://registry.nlark.com/@types/chrome/download/@types/chrome-0.0.145.tgz?cache=0&sync_timestamp=1623229510325&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fchrome%2Fdownload%2F%40types%2Fchrome-0.0.145.tgz"
"version" "0.0.145"
dependencies:
"@types/filesystem" "*"
"@types/har-format" "*"
"@types/color-name@^1.1.1":
"integrity" "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
"resolved" "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz"
"version" "1.1.1"
"@types/crypto-js@^4.0.1":
"integrity" "sha512-6+OPzqhKX/cx5xh+yO8Cqg3u3alrkhoxhE5ZOdSEv0DOzJ13lwJ6laqGU0Kv6+XDMFmlnGId04LtY22PsFLQUw=="
"resolved" "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.0.1.tgz"
"version" "4.0.1"
"@types/debug@^4.1.5":
"integrity" "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
"resolved" "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz"
"version" "4.1.5"
"@types/eslint-scope@^3.7.0":
"integrity" "sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw=="
"resolved" "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.0.tgz"
"version" "3.7.0"
dependencies:
"@types/eslint" "*"
"@types/estree" "*"
"@types/eslint@*":
"integrity" "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw=="
"resolved" "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz"
"version" "7.2.6"
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
"@types/estree@*":
"integrity" "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg=="
"resolved" "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz"
"version" "0.0.46"
"@types/estree@^0.0.47":
"integrity" "sha1-16Udsg8GUO/sJM0EmU9SPZMXLtQ="
"resolved" "https://registry.nlark.com/@types/estree/download/@types/estree-0.0.47.tgz"
"version" "0.0.47"
"@types/filesystem@*":
"integrity" "sha512-85/1KfRedmfPGsbK8YzeaQUyV1FQAvMPMTuWFQ5EkLd2w7szhNO96bk3Rh/SKmOfd9co2rCLf0Voy4o7ECBOvw=="
"resolved" "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.29.tgz"
"version" "0.0.29"
dependencies:
"@types/filewriter" "*"
"@types/filewriter@*":
"integrity" "sha1-wFTor02d11205jq8dviFFocU1LM="
"resolved" "https://registry.npmjs.org/@types/filewriter/-/filewriter-0.0.28.tgz"
"version" "0.0.28"
"@types/firefox-webext-browser@^82.0.0":
"integrity" "sha512-zKHePkjMx42KIUUZCPcUiyu1tpfQXH9VR4iDYfns3HvmKVJzt/TAFT+DFVroos8BI9RH78YgF3Hi/wlC6R6cKA=="
"resolved" "https://registry.npmjs.org/@types/firefox-webext-browser/-/firefox-webext-browser-82.0.0.tgz"
"version" "82.0.0"
"@types/fs-extra@^9.0.11":
"integrity" "sha1-jMmeEDSZ6rnzR9vGyk6Z+40sK4c="
"resolved" "https://registry.nlark.com/@types/fs-extra/download/@types/fs-extra-9.0.11.tgz"
"version" "9.0.11"
dependencies:
"@types/node" "*"
"@types/glob@*":
"integrity" "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w=="
"resolved" "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz"
"version" "7.1.3"
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
"@types/glob@^7.1.1":
"integrity" "sha512-VgNIkxK+j7Nz5P7jvUZlRvhuPSmsEfS03b0alKcq5V/STUKAa3Plemsn5mrQUO7am6OErJ4rhGEGJbACclrtRA=="
"resolved" "https://registry.npmjs.org/@types/glob/-/glob-7.1.2.tgz"
"version" "7.1.2"
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
"@types/har-format@*":
"integrity" "sha512-iUxzm1meBm3stxUMzRqgOVHjj4Kgpgu5w9fm4X7kPRfSgVRzythsucEN7/jtOo8SQzm+HfcxWWzJS0mJDH/3DQ=="
"resolved" "https://registry.npmjs.org/@types/har-format/-/har-format-1.2.4.tgz"
"version" "1.2.4"
"@types/hoist-non-react-statics@*":
"integrity" "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA=="
"resolved" "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz"
"version" "3.3.1"
dependencies:
"@types/react" "*"
"hoist-non-react-statics" "^3.3.0"
"@types/html-minifier-terser@^5.0.0":
"integrity" "sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA=="
"resolved" "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz"
"version" "5.1.0"
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
"integrity" "sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw=="
"resolved" "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz"
"version" "7.0.6"
"@types/json-schema@^7.0.4":
"integrity" "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA=="
"resolved" "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz"
"version" "7.0.4"
"@types/json-schema@^7.0.7":
"integrity" "sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0="
"resolved" "https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz"
"version" "7.0.7"
"@types/json5@^0.0.29":
"integrity" "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
"resolved" "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
"version" "0.0.29"
"@types/jszip@^3.4.1":
"integrity" "sha512-TezXjmf3lj+zQ651r6hPqvSScqBLvyPI9FxdXBqpEwBijNGQ2NXpaFW/7joGzveYkKQUil7iiDHLo6LV71Pc0A=="
"resolved" "https://registry.npmjs.org/@types/jszip/-/jszip-3.4.1.tgz"
"version" "3.4.1"
dependencies:
"jszip" "*"
"@types/minimatch@*":
"integrity" "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
"resolved" "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz"
"version" "3.0.3"
"@types/nedb@1.8.11":
"integrity" "sha512-qHQRLZ0e6l/XK/2Qb2v5N1ujmdttYkUvnRI4nPIifMy6vYwoAnER10xhX13isWjjQtNsrjNLinZgDDguzPmEKw=="
"resolved" "https://registry.npmjs.org/@types/nedb/-/nedb-1.8.11.tgz"
"version" "1.8.11"
dependencies:
"@types/node" "*"
"@types/node-fetch@^2.5.10":
"integrity" "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ=="
"resolved" "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz"
"version" "2.5.10"
dependencies:
"@types/node" "*"
"form-data" "^3.0.0"
"@types/node@*":
"integrity" "sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-14.0.11.tgz"
"version" "14.0.11"
"@types/node@^14.6.2":
"integrity" "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz"
"version" "14.18.33"
"@types/node@15.12.5":
"integrity" "sha1-mngxikXXXJUj0jlhMb08ylSy0YU="
"resolved" "https://registry.nlark.com/@types/node/download/@types/node-15.12.5.tgz"
"version" "15.12.5"
"@types/normalize-package-data@^2.4.0":
"integrity" "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
"resolved" "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz"
"version" "2.4.0"
"@types/parse-json@^4.0.0":
"integrity" "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
"resolved" "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
"version" "4.0.0"
"@types/prop-types@*":
"integrity" "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
"resolved" "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz"
"version" "15.7.3"
"@types/react-dom@17.0.8":
"integrity" "sha1-MYDebXm/U3YgAa2FTjzknzbdcfw="
"resolved" "https://registry.nlark.com/@types/react-dom/download/@types/react-dom-17.0.8.tgz"
"version" "17.0.8"
dependencies:
"@types/react" "*"
"@types/react@*":
"integrity" "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ=="
"resolved" "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz"
"version" "16.9.35"
dependencies:
"@types/prop-types" "*"
"csstype" "^2.2.0"
"@types/react@17.0.11":
"integrity" "sha1-Z/zQ3b9aCwg6D5TpJsfWPzuDZFE="
"resolved" "https://registry.nlark.com/@types/react/download/@types/react-17.0.11.tgz?cache=0&sync_timestamp=1625135661762&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Freact%2Fdownload%2F%40types%2Freact-17.0.11.tgz"
"version" "17.0.11"
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
"csstype" "^3.0.2"
"@types/readable-stream@^2.3.9":
"integrity" "sha512-sqsgQqFT7HmQz/V5jH1O0fvQQnXAJO46Gg9LRO/JPfjmVmGUlcx831TZZO3Y3HtWhIkzf3kTsNT0Z0kzIhIvZw=="
"resolved" "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.9.tgz"
"version" "2.3.9"
dependencies:
"@types/node" "*"
"safe-buffer" "*"
"@types/rimraf@^3.0.0":
"integrity" "sha512-7WhJ0MdpFgYQPXlF4Dx+DhgvlPCfz/x5mHaeDQAKhcenvQP1KCpLQ18JklAqeGMYSAT2PxLpzd0g2/HE7fj7hQ=="
"resolved" "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.0.tgz"
"version" "3.0.0"
dependencies:
"@types/glob" "*"
"@types/node" "*"
"@types/scheduler@*":
"integrity" "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA=="
"resolved" "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.1.tgz"
"version" "0.16.1"
"@types/semver@^7.3.5":
"integrity" "sha1-6YMXdvRRKnum2lPnHCbl+2eILWM="
"resolved" "https://registry.nlark.com/@types/semver/download/@types/semver-7.3.6.tgz?cache=0&sync_timestamp=1620925383788&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fsemver%2Fdownload%2F%40types%2Fsemver-7.3.6.tgz"
"version" "7.3.6"
"@types/styled-components@5.1.10":
"integrity" "sha1-tQnanWK+igLO/Yjsa4IPQXQppQM="
"resolved" "https://registry.nlark.com/@types/styled-components/download/@types/styled-components-5.1.10.tgz"
"version" "5.1.10"
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
"csstype" "^3.0.2"
"@types/yargs-parser@*":
"integrity" "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw=="
"resolved" "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz"
"version" "15.0.0"
"@types/yargs@^16.0.2":
"integrity" "sha1-JqrZjdLCo45CEIbqmtQrnlFkKXc="
"resolved" "https://registry.nlark.com/@types/yargs/download/@types/yargs-16.0.4.tgz?cache=0&sync_timestamp=1625243752176&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fyargs%2Fdownload%2F%40types%2Fyargs-16.0.4.tgz"
"version" "16.0.4"
dependencies:
"@types/yargs-parser" "*"
"@typescript-eslint/eslint-plugin@^4.28.0":
"integrity" "sha1-wEXkQBlq5FRk4I4gw4r/XDqCWUc="
"resolved" "https://registry.nlark.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@typescript-eslint/experimental-utils" "4.28.1"
"@typescript-eslint/scope-manager" "4.28.1"
"debug" "^4.3.1"
"functional-red-black-tree" "^1.0.1"
"regexpp" "^3.1.0"
"semver" "^7.3.5"
"tsutils" "^3.21.0"
"@typescript-eslint/experimental-utils@4.28.1":
"integrity" "sha1-OGlIncyjwYUjxGAYuJluFZSNutw="
"resolved" "https://registry.nlark.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@types/json-schema" "^7.0.7"
"@typescript-eslint/scope-manager" "4.28.1"
"@typescript-eslint/types" "4.28.1"
"@typescript-eslint/typescript-estree" "4.28.1"
"eslint-scope" "^5.1.1"
"eslint-utils" "^3.0.0"
"@typescript-eslint/parser@^4.0.0", "@typescript-eslint/parser@^4.28.0":
"integrity" "sha1-UYG4FlhBT0cpFFLBW/bNRKMvhb0="
"resolved" "https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@typescript-eslint/scope-manager" "4.28.1"
"@typescript-eslint/types" "4.28.1"
"@typescript-eslint/typescript-estree" "4.28.1"
"debug" "^4.3.1"
"@typescript-eslint/scope-manager@4.28.1":
"integrity" "sha1-/TwgYnzcEpM/bZizhpQNjQzoqZE="
"resolved" "https://registry.nlark.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.28.1.tgz?cache=0&sync_timestamp=1624900649821&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Fscope-manager%2Fdownload%2F%40typescript-eslint%2Fscope-manager-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@typescript-eslint/types" "4.28.1"
"@typescript-eslint/visitor-keys" "4.28.1"
"@typescript-eslint/types@4.28.1":
"integrity" "sha1-0PLsvvNoRjTbNXubv8l7lLgo+D8="
"resolved" "https://registry.nlark.com/@typescript-eslint/types/download/@typescript-eslint/types-4.28.1.tgz?cache=0&sync_timestamp=1624900647755&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40typescript-eslint%2Ftypes%2Fdownload%2F%40typescript-eslint%2Ftypes-4.28.1.tgz"
"version" "4.28.1"
"@typescript-eslint/typescript-estree@4.28.1":
"integrity" "sha1-r4gq5BdA0fJo44tND60h5+jYaoE="
"resolved" "https://registry.nlark.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@typescript-eslint/types" "4.28.1"
"@typescript-eslint/visitor-keys" "4.28.1"
"debug" "^4.3.1"
"globby" "^11.0.3"
"is-glob" "^4.0.1"
"semver" "^7.3.5"
"tsutils" "^3.21.0"
"@typescript-eslint/visitor-keys@4.28.1":
"integrity" "sha1-FipRXuJV8YpgaO3CbfeTzcHskVc="
"resolved" "https://registry.nlark.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.28.1.tgz"
"version" "4.28.1"
dependencies:
"@typescript-eslint/types" "4.28.1"
"eslint-visitor-keys" "^2.0.0"
"@webassemblyjs/ast@1.11.0":
"integrity" "sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.0.tgz"
"version" "1.11.0"
dependencies:
"@webassemblyjs/helper-numbers" "1.11.0"
"@webassemblyjs/helper-wasm-bytecode" "1.11.0"
"@webassemblyjs/floating-point-hex-parser@1.11.0":
"integrity" "sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.0.tgz"
"version" "1.11.0"
"@webassemblyjs/helper-api-error@1.11.0":
"integrity" "sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.0.tgz"
"version" "1.11.0"
"@webassemblyjs/helper-buffer@1.11.0":
"integrity" "sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.0.tgz"
"version" "1.11.0"
"@webassemblyjs/helper-numbers@1.11.0":
"integrity" "sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.0.tgz"
"version" "1.11.0"
dependencies:
"@webassemblyjs/floating-point-hex-parser" "1.11.0"
"@webassemblyjs/helper-api-error" "1.11.0"
"@xtuc/long" "4.2.2"
"@webassemblyjs/helper-wasm-bytecode@1.11.0":
"integrity" "sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.0.tgz"
"version" "1.11.0"
"@webassemblyjs/helper-wasm-section@1.11.0":
"integrity" "sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.0.tgz"
"version" "1.11.0"
dependencies:
"@webassemblyjs/ast" "1.11.0"
"@webassemblyjs/helper-buffer" "1.11.0"
"@webassemblyjs/helper-wasm-bytecode" "1.11.0"
"@webassemblyjs/wasm-gen" "1.11.0"
"@webassemblyjs/ieee754@1.11.0":
"integrity" "sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.0.tgz"
"version" "1.11.0"
dependencies:
"@xtuc/ieee754" "^1.2.0"
"@webassemblyjs/leb128@1.11.0":
"integrity" "sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.0.tgz"
"version" "1.11.0"
dependencies:
"@xtuc/long" "4.2.2"
"@webassemblyjs/utf8@1.11.0":
"integrity" "sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.0.tgz"
"version" "1.11.0"
"@webassemblyjs/wasm-edit@1.11.0":
"integrity" "sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ=="
"resolved" "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.0.tgz"
"version" "1.11.0"