-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tsbuildinfo
1958 lines (1958 loc) · 105 KB
/
.tsbuildinfo
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
{
"program": {
"fileInfos": {
"../../../../node_modules/typescript/lib/lib.es5.d.ts": {
"version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
"signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.d.ts": {
"version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
"signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.es2016.d.ts": {
"version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
"signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.es2017.d.ts": {
"version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
"signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.es2018.d.ts": {
"version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
"signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.es2019.d.ts": {
"version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
"signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.es2020.d.ts": {
"version": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
"signature": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.esnext.d.ts": {
"version": "2f8f379dedbdbd96a38a1e445cb3919853a1157a950fd977f85808db8d0f8a58",
"signature": "2f8f379dedbdbd96a38a1e445cb3919853a1157a950fd977f85808db8d0f8a58",
"affectsGlobalScope": false
},
"../../../../node_modules/typescript/lib/lib.dom.d.ts": {
"version": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
"signature": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts": {
"version": "fb0c09b697dc42afa84d1587e3c994a2f554d2a45635e4f0618768d16a86b69a",
"signature": "fb0c09b697dc42afa84d1587e3c994a2f554d2a45635e4f0618768d16a86b69a",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
"version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
"signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
"version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
"signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
"version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
"signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
"version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
"signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
"version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
"signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
"version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
"signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
"version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
"signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
"version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
"signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
"version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
"signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
"version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
"signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
"version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
"signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
"version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
"signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
"version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
"signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
"version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
"signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
"version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
"signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
"version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
"signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
"version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
"signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
"version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
"signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
"version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
"signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
"version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
"signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
"version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
"signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
"version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
"signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
"version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
"signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
"version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
"signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
"version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
"signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
"version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
"signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2020.string.d.ts": {
"version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
"signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
"version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
"signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
"version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
"signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.esnext.string.d.ts": {
"version": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
"signature": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
"affectsGlobalScope": true
},
"../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts": {
"version": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
"signature": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
"affectsGlobalScope": true
},
"./node_modules/tslib/tslib.d.ts": {
"version": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
"signature": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/part.d.ts": {
"version": "6f50729be2e6572691c3bc3a048c0590113427949f661c19dc4d9d6b0b002ec8",
"signature": "6f50729be2e6572691c3bc3a048c0590113427949f661c19dc4d9d6b0b002ec8",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/parts.d.ts": {
"version": "462c24ab9ab2d1e4a5e4e39712e4ee0f21f98503f0a47693efd9021ac20de213",
"signature": "462c24ab9ab2d1e4a5e4e39712e4ee0f21f98503f0a47693efd9021ac20de213",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/template-processor.d.ts": {
"version": "6bfc18f74ce170237dcbe1811fc451777636241c91e8fddafbce965b5b541650",
"signature": "6bfc18f74ce170237dcbe1811fc451777636241c91e8fddafbce965b5b541650",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/template-result.d.ts": {
"version": "1d5238003ef4188c37bf66a0010426ef80323ae121b4d7fd71b1e4d3f2468072",
"signature": "1d5238003ef4188c37bf66a0010426ef80323ae121b4d7fd71b1e4d3f2468072",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/template.d.ts": {
"version": "698cd981ae211d8e3a54ac1b7c1294e9d68189f6b0e8c1b130944b9fb5e04706",
"signature": "698cd981ae211d8e3a54ac1b7c1294e9d68189f6b0e8c1b130944b9fb5e04706",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/template-factory.d.ts": {
"version": "d822163e1046f064067d72c24ef34cfe1d70db63a2fc00cd0c436017da7c637a",
"signature": "d822163e1046f064067d72c24ef34cfe1d70db63a2fc00cd0c436017da7c637a",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/render-options.d.ts": {
"version": "14b525e11e22e192c4f66d4a6ae04ccd30b5859623509d8db0ab1e1333d1d7e7",
"signature": "14b525e11e22e192c4f66d4a6ae04ccd30b5859623509d8db0ab1e1333d1d7e7",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/default-template-processor.d.ts": {
"version": "fbc836966312d35231137a4a2c471ec153a1e2ad004c18b64622f49028ee5af8",
"signature": "fbc836966312d35231137a4a2c471ec153a1e2ad004c18b64622f49028ee5af8",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/directive.d.ts": {
"version": "37969d2959cc27b71ef094fb68163c4af4cef6df7117f8eb10d6d7c864dd012c",
"signature": "37969d2959cc27b71ef094fb68163c4af4cef6df7117f8eb10d6d7c864dd012c",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/dom.d.ts": {
"version": "07e68e3257ac03612286e959aa0269ea39701caaee6ba00b07efdd8295ffc3f1",
"signature": "07e68e3257ac03612286e959aa0269ea39701caaee6ba00b07efdd8295ffc3f1",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/render.d.ts": {
"version": "681860c201a35c8b30b08dcf2850cd936decea0141c7d3b7021bbf611a8b0102",
"signature": "681860c201a35c8b30b08dcf2850cd936decea0141c7d3b7021bbf611a8b0102",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lib/template-instance.d.ts": {
"version": "2150ad4f8930ebdbdd90b76b0a82bb6696193515534d7cd4dc7bc1ef3a661f70",
"signature": "2150ad4f8930ebdbdd90b76b0a82bb6696193515534d7cd4dc7bc1ef3a661f70",
"affectsGlobalScope": false
},
"./node_modules/lit-html/lit-html.d.ts": {
"version": "98a780cce6e0c824539a52b0d983c54bbdd75d06caf8ab2166e90c721458fd8b",
"signature": "98a780cce6e0c824539a52b0d983c54bbdd75d06caf8ab2166e90c721458fd8b",
"affectsGlobalScope": true
},
"./node_modules/lit-html/lib/shady-render.d.ts": {
"version": "812782c8e9f322040ff874107875d68b9388467df9789d214ce88ec2141bcefa",
"signature": "812782c8e9f322040ff874107875d68b9388467df9789d214ce88ec2141bcefa",
"affectsGlobalScope": false
},
"./node_modules/lit-element/lib/updating-element.d.ts": {
"version": "e5beee6638b2c39816c8c9cd48357c5c63185c605d8e6c6a27fe9a52d13288b4",
"signature": "e5beee6638b2c39816c8c9cd48357c5c63185c605d8e6c6a27fe9a52d13288b4",
"affectsGlobalScope": true
},
"./node_modules/lit-element/lib/decorators.d.ts": {
"version": "24f779b457778cd852a0518d06f41cd1031f0e1a3afda5633a3c179fd3a2a961",
"signature": "24f779b457778cd852a0518d06f41cd1031f0e1a3afda5633a3c179fd3a2a961",
"affectsGlobalScope": false
},
"./node_modules/lit-element/lib/css-tag.d.ts": {
"version": "9b54401ac2630daf241248d55008ba86276c3069319f6b5f76daf0a716bc5ff7",
"signature": "9b54401ac2630daf241248d55008ba86276c3069319f6b5f76daf0a716bc5ff7",
"affectsGlobalScope": false
},
"./node_modules/lit-element/lit-element.d.ts": {
"version": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"signature": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"affectsGlobalScope": true
},
"../base/node_modules/lit-element/lit-element.d.ts": {
"version": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"signature": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"affectsGlobalScope": true
},
"../base/dist/base.component.d.ts": {
"version": "bea67e3ddc00ae31b6358e82e62c39966ceaa55edac6d1fa96e4d1767eefa05e",
"signature": "bea67e3ddc00ae31b6358e82e62c39966ceaa55edac6d1fa96e4d1767eefa05e",
"affectsGlobalScope": true
},
"./src/sidenav.styles.ts": {
"version": "edfead5c540a400d77f80376b40ffa2761c4ffd8e98bacdc93ea29228649de2e",
"signature": "797bb67368329d5fffdf09a6a4d5b65d88215e3e3b9e71fde1bdf59e5399e9d7",
"affectsGlobalScope": false
},
"./src/sidenav.template.ts": {
"version": "34e340131371084bc29b837612fb44218e66c204ec2eab64775d370db73c4411",
"signature": "d02ec21820a715c77878d3e8304cf01307d0a48472c5bdbd92ae1a1e26bfaa62",
"affectsGlobalScope": false
},
"../sidenavitem/node_modules/lit-element/lit-element.d.ts": {
"version": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"signature": "d90876b57e5b9eae685e9f9ee526d070b423eeafb4d3ab22f70c9bf82586f099",
"affectsGlobalScope": true
},
"../sidenavitem/dist/sidenavitem.component.d.ts": {
"version": "89006c124e11937169808603fba70f5e30f0c30794aceb022e66923515fd3a16",
"signature": "89006c124e11937169808603fba70f5e30f0c30794aceb022e66923515fd3a16",
"affectsGlobalScope": true
},
"./src/sidenav.component.ts": {
"version": "857dd2fc70c97902ec946b888dccfdbbb77a20c086a618304c4cdc7137b49462",
"signature": "d082f1a6c58886b6dcc6cf6d9457e5a665052ea5ada43e39908611ca4139d5f8",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/anymatch/index.d.ts": {
"version": "48b52264fa193879a074197839dbb4796fa07e86350ff888e5361e06aa46df76",
"signature": "48b52264fa193879a074197839dbb4796fa07e86350ff888e5361e06aa46df76",
"affectsGlobalScope": false
},
"../../../../node_modules/@babel/types/lib/index.d.ts": {
"version": "f4d27b39be5d82eb94f12c54a15e61f65decb27fb289353d11ef238de49bf5c2",
"signature": "f4d27b39be5d82eb94f12c54a15e61f65decb27fb289353d11ef238de49bf5c2",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/babel__generator/index.d.ts": {
"version": "b25c5f2970d06c729f464c0aeaa64b1a5b5f1355aa93554bb5f9c199b8624b1e",
"signature": "b25c5f2970d06c729f464c0aeaa64b1a5b5f1355aa93554bb5f9c199b8624b1e",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/babel__traverse/index.d.ts": {
"version": "ef91066d2057cca50511e3af2d4aa54e07913a15f9cee1748f256139318eb413",
"signature": "ef91066d2057cca50511e3af2d4aa54e07913a15f9cee1748f256139318eb413",
"affectsGlobalScope": false
},
"../../../../node_modules/@babel/parser/typings/babel-parser.d.ts": {
"version": "04467c3822f065aee977f9e1225b86b9ac0e976cb42b0c8da0b893a3290920e1",
"signature": "04467c3822f065aee977f9e1225b86b9ac0e976cb42b0c8da0b893a3290920e1",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/babel__template/index.d.ts": {
"version": "3e0a34f7207431d967dc32d593d1cda0c23975e9484bc8895b39d96ffca4a0d8",
"signature": "3e0a34f7207431d967dc32d593d1cda0c23975e9484bc8895b39d96ffca4a0d8",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/babel__core/index.d.ts": {
"version": "7df3163944694feeac63067632a8dc2e2dea1350119ec8b43df277af69198369",
"signature": "7df3163944694feeac63067632a8dc2e2dea1350119ec8b43df277af69198369",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/caseless/index.d.ts": {
"version": "5343f3c160282dfbaab9af350119a0c3b59b7076ef0117bb5995a66e240dab28",
"signature": "5343f3c160282dfbaab9af350119a0c3b59b7076ef0117bb5995a66e240dab28",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/globals.d.ts": {
"version": "fe41ed4c465521841809c5a2db899a5ce776a7118b6eb03177350c5a93ca3530",
"signature": "fe41ed4c465521841809c5a2db899a5ce776a7118b6eb03177350c5a93ca3530",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/node/async_hooks.d.ts": {
"version": "138476cfdccbb9e2c7e06602bc216af843a56c4f3469a79106bc660ba94bd66a",
"signature": "138476cfdccbb9e2c7e06602bc216af843a56c4f3469a79106bc660ba94bd66a",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/buffer.d.ts": {
"version": "fe892fea1e75a442fffb4a604d7eeb451e858787a9f2f01c4e83bf12a3b5048d",
"signature": "fe892fea1e75a442fffb4a604d7eeb451e858787a9f2f01c4e83bf12a3b5048d",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/child_process.d.ts": {
"version": "1c6fdd94b597c15829e8a12a12c21e1cd931bb24bc5a2b0cbe2bc21474db0eee",
"signature": "1c6fdd94b597c15829e8a12a12c21e1cd931bb24bc5a2b0cbe2bc21474db0eee",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/cluster.d.ts": {
"version": "fcd718b2feb2820a9844536a1a2fbc77a3da90820e02894d40f879a789f46560",
"signature": "fcd718b2feb2820a9844536a1a2fbc77a3da90820e02894d40f879a789f46560",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/console.d.ts": {
"version": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d",
"signature": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/constants.d.ts": {
"version": "ece75b9bfc916f9ccc4e8a9ddee1dda5c987804fbe3b60a01fc120fae731c2ce",
"signature": "ece75b9bfc916f9ccc4e8a9ddee1dda5c987804fbe3b60a01fc120fae731c2ce",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/crypto.d.ts": {
"version": "ec0f794b64a4f5f5f364fe6e55b61fc13c827db39d97f5366890570eb9f4c238",
"signature": "ec0f794b64a4f5f5f364fe6e55b61fc13c827db39d97f5366890570eb9f4c238",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/dgram.d.ts": {
"version": "3d1cb0eaae19fa89fe381bba6d5a149d1bf34efc0134220879f57e2061732a6d",
"signature": "3d1cb0eaae19fa89fe381bba6d5a149d1bf34efc0134220879f57e2061732a6d",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/dns.d.ts": {
"version": "05e732266b5a36789fd9eb846b1f45fec1b6e318b740e3f20fc22fd95f9ebf31",
"signature": "05e732266b5a36789fd9eb846b1f45fec1b6e318b740e3f20fc22fd95f9ebf31",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/domain.d.ts": {
"version": "ae3487bdb9b50c1d8bbeb6b55c8b2b9aa79bbc46d7afbc3483169ad8750c4304",
"signature": "ae3487bdb9b50c1d8bbeb6b55c8b2b9aa79bbc46d7afbc3483169ad8750c4304",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/events.d.ts": {
"version": "c53b63229a0b7e9d64347c4fc975dd52a9e9a81f9be099f5a21220e2a1276d28",
"signature": "c53b63229a0b7e9d64347c4fc975dd52a9e9a81f9be099f5a21220e2a1276d28",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/fs.d.ts": {
"version": "1733741cf2adc5926ac58c66004268cdc3d34b2ff6250f5114db14253ea02ce1",
"signature": "1733741cf2adc5926ac58c66004268cdc3d34b2ff6250f5114db14253ea02ce1",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/http.d.ts": {
"version": "fb069f40dcd4b7f257ece5f72cffea7f12f67c0b36686a8f9715e5df0bba1f57",
"signature": "fb069f40dcd4b7f257ece5f72cffea7f12f67c0b36686a8f9715e5df0bba1f57",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/http2.d.ts": {
"version": "c9212c26733f9b1ef963a10f6b72da02b31eb1b107cfc4b26279fcdc621e9201",
"signature": "c9212c26733f9b1ef963a10f6b72da02b31eb1b107cfc4b26279fcdc621e9201",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/https.d.ts": {
"version": "152af7c23ec219f632afa2d861abc65993f56cd39a4f3a4018515dbc05950a74",
"signature": "152af7c23ec219f632afa2d861abc65993f56cd39a4f3a4018515dbc05950a74",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/inspector.d.ts": {
"version": "3a0bdc4c5b6f84a1abb5356d7a7fa1f96ac6c5b5646eec3ef2b33c1ed095e155",
"signature": "3a0bdc4c5b6f84a1abb5356d7a7fa1f96ac6c5b5646eec3ef2b33c1ed095e155",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/module.d.ts": {
"version": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66",
"signature": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/net.d.ts": {
"version": "56a15cc211894d79aa44cbb46c276bfd3f10458a61bff2dec99114db8a7e71e3",
"signature": "56a15cc211894d79aa44cbb46c276bfd3f10458a61bff2dec99114db8a7e71e3",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/os.d.ts": {
"version": "1a5366b0d4d0153955fd85777c72d35979dabc0537649da6eade09007c0d080a",
"signature": "1a5366b0d4d0153955fd85777c72d35979dabc0537649da6eade09007c0d080a",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/path.d.ts": {
"version": "61c84c3b0eb6e60196d15ae5e21793a1d4241c547f0bdd0529ffae838d1a073c",
"signature": "61c84c3b0eb6e60196d15ae5e21793a1d4241c547f0bdd0529ffae838d1a073c",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/perf_hooks.d.ts": {
"version": "d0ff63b28f247b66de68a1239f1aaadc8cb5462ccdf85ec321c457832124ccc7",
"signature": "d0ff63b28f247b66de68a1239f1aaadc8cb5462ccdf85ec321c457832124ccc7",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/process.d.ts": {
"version": "3a8848a9c307429b861402cc69bc472ffe0c05b86474fc158723169161e16389",
"signature": "3a8848a9c307429b861402cc69bc472ffe0c05b86474fc158723169161e16389",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/punycode.d.ts": {
"version": "eeb0d1ad28e70773ac57ae9fe939c3bad6af2525a463c28f9ec31b5953de6735",
"signature": "eeb0d1ad28e70773ac57ae9fe939c3bad6af2525a463c28f9ec31b5953de6735",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/querystring.d.ts": {
"version": "8969e0b4d22ca77ad011c8fc4a25ec5d515bdfae4ecbd22608ed0d5c38829c1e",
"signature": "8969e0b4d22ca77ad011c8fc4a25ec5d515bdfae4ecbd22608ed0d5c38829c1e",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/readline.d.ts": {
"version": "81ef2751228318b1c7c6b35ccae2ea39ef275add30319e746bfd4658208a0519",
"signature": "81ef2751228318b1c7c6b35ccae2ea39ef275add30319e746bfd4658208a0519",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/repl.d.ts": {
"version": "d0b0b533dc34ff7ffd019665fdc2b2aeae717bc1347e17a5bdc4d6572b5c109a",
"signature": "d0b0b533dc34ff7ffd019665fdc2b2aeae717bc1347e17a5bdc4d6572b5c109a",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/stream.d.ts": {
"version": "d773accd5b85fb3127f212218d33a262aad2d118d18c7367b4dcf65482e13906",
"signature": "d773accd5b85fb3127f212218d33a262aad2d118d18c7367b4dcf65482e13906",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/string_decoder.d.ts": {
"version": "17e157df6125098a1a34eb4d201ee4ac03bbe97e471ab5627bb2c40fce555948",
"signature": "17e157df6125098a1a34eb4d201ee4ac03bbe97e471ab5627bb2c40fce555948",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/timers.d.ts": {
"version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
"signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/tls.d.ts": {
"version": "39dec06488aa1c05aa22bde1e2d96a3beda1ae565d7429bcc8053a26e83a6a56",
"signature": "39dec06488aa1c05aa22bde1e2d96a3beda1ae565d7429bcc8053a26e83a6a56",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/trace_events.d.ts": {
"version": "978aecd2e6bc2ac094e9a35eda98ff8586713857b3655e7c98ca5ed8f7d50662",
"signature": "978aecd2e6bc2ac094e9a35eda98ff8586713857b3655e7c98ca5ed8f7d50662",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/tty.d.ts": {
"version": "a185b8e0d7a4ae078a79339d63e98177813aac39256f69f788eaf5c360aa756f",
"signature": "a185b8e0d7a4ae078a79339d63e98177813aac39256f69f788eaf5c360aa756f",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/url.d.ts": {
"version": "fc8078ae641decbc5c0ddaa864fdb5c78194554568d334db769e80a4781a79b7",
"signature": "fc8078ae641decbc5c0ddaa864fdb5c78194554568d334db769e80a4781a79b7",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/util.d.ts": {
"version": "0432c420fa8f950d107e4aab3270a28be6cadb0fe5d055aba0a9bf932021a018",
"signature": "0432c420fa8f950d107e4aab3270a28be6cadb0fe5d055aba0a9bf932021a018",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/v8.d.ts": {
"version": "e880a08fbb0d9ee2f733f9183f4d1bdb75bc9e0e64060a8a1fc30540791fcded",
"signature": "e880a08fbb0d9ee2f733f9183f4d1bdb75bc9e0e64060a8a1fc30540791fcded",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/vm.d.ts": {
"version": "80a2bcde37ee49bbc4ddcc627710ea2f60321b24adbe949a585fc29586bcdcd3",
"signature": "80a2bcde37ee49bbc4ddcc627710ea2f60321b24adbe949a585fc29586bcdcd3",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/worker_threads.d.ts": {
"version": "e761c833140e3ab6f9deab37fe034154f3eb15547dce61395d9b0b1f130f3fa3",
"signature": "e761c833140e3ab6f9deab37fe034154f3eb15547dce61395d9b0b1f130f3fa3",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/zlib.d.ts": {
"version": "58257a0147702ab415ed18164557a0feb9c5d1351792ea293a876e6b7ed0c559",
"signature": "58257a0147702ab415ed18164557a0feb9c5d1351792ea293a876e6b7ed0c559",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/ts3.6/base.d.ts": {
"version": "9af6a9de7bd818e68c4236f20027ff4b19387c2269a6952945d1a716c177cc4d",
"signature": "9af6a9de7bd818e68c4236f20027ff4b19387c2269a6952945d1a716c177cc4d",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/assert.d.ts": {
"version": "53729e4ea004f63dbe9e935dba015b6e20b3473d68757463949716bf5705bd89",
"signature": "53729e4ea004f63dbe9e935dba015b6e20b3473d68757463949716bf5705bd89",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/base.d.ts": {
"version": "d20072cb51d8baad944bedd935a25c7f10c29744e9a648d2c72c215337356077",
"signature": "d20072cb51d8baad944bedd935a25c7f10c29744e9a648d2c72c215337356077",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/node/index.d.ts": {
"version": "99904fb1a722345db92cce12df63dd0037081a4e1201519398a88e587659544a",
"signature": "99904fb1a722345db92cce12df63dd0037081a4e1201519398a88e587659544a",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/clean-css/index.d.ts": {
"version": "376ccc8e23eb99b43c911788758329e63d5dd6d1cc9d6930531e41df42c71ee3",
"signature": "376ccc8e23eb99b43c911788758329e63d5dd6d1cc9d6930531e41df42c71ee3",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/tapable/index.d.ts": {
"version": "d558a0fe921ebcc88d3212c2c42108abf9f0d694d67ebdeba37d7728c044f579",
"signature": "d558a0fe921ebcc88d3212c2c42108abf9f0d694d67ebdeba37d7728c044f579",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/uglify-js/node_modules/source-map/source-map.d.ts": {
"version": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579",
"signature": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/uglify-js/index.d.ts": {
"version": "dbef1822091af2c0ee24d2be8222502dc1160473ea0b4709ba5f3856cec93537",
"signature": "dbef1822091af2c0ee24d2be8222502dc1160473ea0b4709ba5f3856cec93537",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/webpack/node_modules/source-map/source-map.d.ts": {
"version": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579",
"signature": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts": {
"version": "b90c59ac4682368a01c83881b814738eb151de8a58f52eb7edadea2bcffb11b9",
"signature": "b90c59ac4682368a01c83881b814738eb151de8a58f52eb7edadea2bcffb11b9",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/source-list-map/index.d.ts": {
"version": "67fc055eb86a0632e2e072838f889ffe1754083cb13c8c80a06a7d895d877aae",
"signature": "67fc055eb86a0632e2e072838f889ffe1754083cb13c8c80a06a7d895d877aae",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/webpack-sources/index.d.ts": {
"version": "7602c4f661609b5595f558ff7292e00d85ee854d253ad1a2912e8c65d09ace19",
"signature": "7602c4f661609b5595f558ff7292e00d85ee854d253ad1a2912e8c65d09ace19",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/webpack/index.d.ts": {
"version": "89909d846a878c41b9b3b3e43278ccc3206fd47591d90ef1a3ba65ab264ee163",
"signature": "89909d846a878c41b9b3b3e43278ccc3206fd47591d90ef1a3ba65ab264ee163",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/clean-webpack-plugin/index.d.ts": {
"version": "16260776de1c181856b6d317e885448087687c1400f0c78b547c23f04a6a17ed",
"signature": "16260776de1c181856b6d317e885448087687c1400f0c78b547c23f04a6a17ed",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/color-name/index.d.ts": {
"version": "f0cb4b3ab88193e3e51e9e2622e4c375955003f1f81239d72c5b7a95415dad3e",
"signature": "f0cb4b3ab88193e3e51e9e2622e4c375955003f1f81239d72c5b7a95415dad3e",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/command-line-args/index.d.ts": {
"version": "e2790204f9394425bf7d8e93a919887823d03dc2830d31d09c8f6af5562634dd",
"signature": "e2790204f9394425bf7d8e93a919887823d03dc2830d31d09c8f6af5562634dd",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/command-line-usage/index.d.ts": {
"version": "65fa9dd7434e469671c4fb384cc9c610ad8ffc572351adec3e3d46f36a68f358",
"signature": "65fa9dd7434e469671c4fb384cc9c610ad8ffc572351adec3e3d46f36a68f358",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/commonmark/index.d.ts": {
"version": "a62fb8bbf614cffd1a81aa315e5de18276821cbe4949bdb23d8e4f9829abf048",
"signature": "a62fb8bbf614cffd1a81aa315e5de18276821cbe4949bdb23d8e4f9829abf048",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/minimatch/index.d.ts": {
"version": "1d1e6bd176eee5970968423d7e215bfd66828b6db8d54d17afec05a831322633",
"signature": "1d1e6bd176eee5970968423d7e215bfd66828b6db8d54d17afec05a831322633",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/copy-webpack-plugin/index.d.ts": {
"version": "3e76c9c5b5204017a4caa1f6c0cfb85e2976c01499ed26dab64b585a3c41f6bb",
"signature": "3e76c9c5b5204017a4caa1f6c0cfb85e2976c01499ed26dab64b585a3c41f6bb",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/expect/index.d.ts": {
"version": "975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2",
"signature": "975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2",
"affectsGlobalScope": false
},
"../../../../node_modules/jest-diff/build/types.d.ts": {
"version": "71ba0678a3c647f5c0706ae975c031ace0d464e60f9ce56eaa7f1678d065aab7",
"signature": "71ba0678a3c647f5c0706ae975c031ace0d464e60f9ce56eaa7f1678d065aab7",
"affectsGlobalScope": false
},
"../../../../node_modules/jest-diff/build/index.d.ts": {
"version": "162c6f2951bd80ae6e16679378f382200b26bba9de8f255af3a2895fbfa670b4",
"signature": "162c6f2951bd80ae6e16679378f382200b26bba9de8f255af3a2895fbfa670b4",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/jest/index.d.ts": {
"version": "375c56b1890858dcdae495877f0ce3b694980adf64762e2fd3fbe78e3eac76ba",
"signature": "375c56b1890858dcdae495877f0ce3b694980adf64762e2fd3fbe78e3eac76ba",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/puppeteer/Errors.d.ts": {
"version": "24074eb89fe21d5d7d8a5ed86e6c56939cf32d533f68bae213b0cdac74e03d3b",
"signature": "24074eb89fe21d5d7d8a5ed86e6c56939cf32d533f68bae213b0cdac74e03d3b",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/puppeteer/DeviceDescriptors.d.ts": {
"version": "14a0185954b9d1130a9ab87c75011a97ac48c0253fd37a344a066c2c63fc59fb",
"signature": "14a0185954b9d1130a9ab87c75011a97ac48c0253fd37a344a066c2c63fc59fb",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/puppeteer/index.d.ts": {
"version": "86f8691e4cf66b6c889a9d8bddd54ec91737a9b4b26809709df487063211f6b5",
"signature": "86f8691e4cf66b6c889a9d8bddd54ec91737a9b4b26809709df487063211f6b5",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/expect-puppeteer/index.d.ts": {
"version": "23424d06d2bd5d8158011ec8ba6e63a64a79049395f0de04fca93619347dbc80",
"signature": "23424d06d2bd5d8158011ec8ba6e63a64a79049395f0de04fca93619347dbc80",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/fancy-log/index.d.ts": {
"version": "c53f853fdafbb913e7dea49e24a8f7a5f76844243ff44e90b770f24ca5afd07b",
"signature": "c53f853fdafbb913e7dea49e24a8f7a5f76844243ff44e90b770f24ca5afd07b",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/glob/index.d.ts": {
"version": "393137c76bd922ba70a2f8bf1ade4f59a16171a02fb25918c168d48875b0cfb0",
"signature": "393137c76bd922ba70a2f8bf1ade4f59a16171a02fb25918c168d48875b0cfb0",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/glob-stream/index.d.ts": {
"version": "da1d119657295467fb030e6f6ba17011c5171d5deafd3899f448a145f36179b5",
"signature": "da1d119657295467fb030e6f6ba17011c5171d5deafd3899f448a145f36179b5",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/vinyl/index.d.ts": {
"version": "bc66144400040d98107f1c345a8f809df42f65eb259a2545d703a68c2bcd4d1b",
"signature": "bc66144400040d98107f1c345a8f809df42f65eb259a2545d703a68c2bcd4d1b",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/vinyl-fs/index.d.ts": {
"version": "0ba006a3c3dc26030785c89bc00bdd11542072029cdbc8c835560221c79eb223",
"signature": "0ba006a3c3dc26030785c89bc00bdd11542072029cdbc8c835560221c79eb223",
"affectsGlobalScope": true
},
"../../../../node_modules/chokidar/types/index.d.ts": {
"version": "e780502490d80e1c8aa67358175bde94ab164d44a30801215a919f557bc5430c",
"signature": "e780502490d80e1c8aa67358175bde94ab164d44a30801215a919f557bc5430c",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/undertaker-registry/index.d.ts": {
"version": "c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2",
"signature": "c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/undertaker/index.d.ts": {
"version": "f3609186780877195af19f896478fcae994f8f9b83ae7d89ae5adc243e36a0a5",
"signature": "f3609186780877195af19f896478fcae994f8f9b83ae7d89ae5adc243e36a0a5",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/gulp/index.d.ts": {
"version": "5e6a8a22741389f36e1d47308bf03289c8e511d52be56fa4943fdaf76cea12c7",
"signature": "5e6a8a22741389f36e1d47308bf03289c8e511d52be56fa4943fdaf76cea12c7",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/highlight.js/index.d.ts": {
"version": "21a2fa3722dc0baba2649e040c3121eb38ce84f5afe35ff1c20276132eaa2f2c",
"signature": "21a2fa3722dc0baba2649e040c3121eb38ce84f5afe35ff1c20276132eaa2f2c",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/relateurl/index.d.ts": {
"version": "a523644fe1d30f36465118be107642c78c36afe0d885f93eae399b3c44dc8fe9",
"signature": "a523644fe1d30f36465118be107642c78c36afe0d885f93eae399b3c44dc8fe9",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/html-minifier/index.d.ts": {
"version": "e966621f305cecf5ed6460197ff1652208257b5ca7da402a4285cc57589f6f36",
"signature": "e966621f305cecf5ed6460197ff1652208257b5ca7da402a4285cc57589f6f36",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/html-minifier-terser/index.d.ts": {
"version": "6767cce098e1e6369c26258b7a1f9e569c5467d501a47a090136d5ea6e80ae6d",
"signature": "6767cce098e1e6369c26258b7a1f9e569c5467d501a47a090136d5ea6e80ae6d",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/html-webpack-plugin/index.d.ts": {
"version": "8d6a2c15ab022e14b6b51cf9d93173ce1d53953fe67e91f1bcf0bb9498e59dde",
"signature": "8d6a2c15ab022e14b6b51cf9d93173ce1d53953fe67e91f1bcf0bb9498e59dde",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
"version": "de18acda71730bac52f4b256ce7511bb56cc21f6f114c59c46782eff2f632857",
"signature": "de18acda71730bac52f4b256ce7511bb56cc21f6f114c59c46782eff2f632857",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/istanbul-lib-report/index.d.ts": {
"version": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
"signature": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/istanbul-reports/index.d.ts": {
"version": "029769d13d9917e3284cb2356ed28a6576e8b07ae6a06ee1e672518adf21a102",
"signature": "029769d13d9917e3284cb2356ed28a6576e8b07ae6a06ee1e672518adf21a102",
"affectsGlobalScope": false
},
"../../../../node_modules/axe-core/axe.d.ts": {
"version": "e6537dc419873d9d782c142ff5acdcec14b6f57f054dae69b6762581d2493858",
"signature": "e6537dc419873d9d782c142ff5acdcec14b6f57f054dae69b6762581d2493858",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/jest-axe/index.d.ts": {
"version": "c69f95b14541cbe7964aa6c5f7638b8424c0865cff1f1410198c456c3498f2c3",
"signature": "c69f95b14541cbe7964aa6c5f7638b8424c0865cff1f1410198c456c3498f2c3",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/jest-environment-puppeteer/index.d.ts": {
"version": "fcdcb8c45f4cad3047e9134e26979bd53f0b897b7037554ea0bf79e802b5994a",
"signature": "fcdcb8c45f4cad3047e9134e26979bd53f0b897b7037554ea0bf79e802b5994a",
"affectsGlobalScope": true
},
"../../../../node_modules/@types/json-schema/index.d.ts": {
"version": "b2be568d8ce95fcb26eebd04c035d94825655fdf689bf67d799f5ff8cbbb1024",
"signature": "b2be568d8ce95fcb26eebd04c035d94825655fdf689bf67d799f5ff8cbbb1024",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/loader-utils/index.d.ts": {
"version": "1f6246b87977248e96b1c6a59e6d46826f576e4ae0fe467090b5c543bb174020",
"signature": "1f6246b87977248e96b1c6a59e6d46826f576e4ae0fe467090b5c543bb174020",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/optimize-css-assets-webpack-plugin/index.d.ts": {
"version": "bceffd02ddafc9d811842304978fc32146d851b743846c5bb65e8960e79fadc9",
"signature": "bceffd02ddafc9d811842304978fc32146d851b743846c5bb65e8960e79fadc9",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/pixelmatch/index.d.ts": {
"version": "4c88a372e1daf43732f8478f5d2cde5cae8e9b1a3a8dff6be50973c27245d272",
"signature": "4c88a372e1daf43732f8478f5d2cde5cae8e9b1a3a8dff6be50973c27245d272",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/pngjs/index.d.ts": {
"version": "68aef7344b608c22e2e6b3a5a386cb215568e1689923e5c04a89d9a62bfe2aaf",
"signature": "68aef7344b608c22e2e6b3a5a386cb215568e1689923e5c04a89d9a62bfe2aaf",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/prismjs/index.d.ts": {
"version": "5bf28aaab5b98c7d6e5603ce83471869444ad2c35d6efb9e2c32524e2fbea592",
"signature": "5bf28aaab5b98c7d6e5603ce83471869444ad2c35d6efb9e2c32524e2fbea592",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/q/index.d.ts": {
"version": "f9a2dd6a6084665f093ed0e9664b8e673be2a45e342a59dd4e0e4e552e68a9ad",
"signature": "f9a2dd6a6084665f093ed0e9664b8e673be2a45e342a59dd4e0e4e552e68a9ad",
"affectsGlobalScope": false
},
"../../../../node_modules/form-data/index.d.ts": {
"version": "e91ad231af87f864b3f07cd0e39b1cf6c133988156f087c1c3ccb0a5491c9115",
"signature": "e91ad231af87f864b3f07cd0e39b1cf6c133988156f087c1c3ccb0a5491c9115",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/tough-cookie/index.d.ts": {
"version": "a6c4cc913246a4f40423d0c6e618239072d7662bd54f6d8b8be59aec55d59873",
"signature": "a6c4cc913246a4f40423d0c6e618239072d7662bd54f6d8b8be59aec55d59873",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/request/index.d.ts": {
"version": "d3c7c28e24c242c1054c6865bb6704914dfdb212063701c6fb02a8a477d00098",
"signature": "d3c7c28e24c242c1054c6865bb6704914dfdb212063701c6fb02a8a477d00098",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/stack-utils/index.d.ts": {
"version": "41422586881bcd739b4e62d9b91cd29909f8572aa3e3cdf316b7c50f14708d49",
"signature": "41422586881bcd739b4e62d9b91cd29909f8572aa3e3cdf316b7c50f14708d49",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/unist/index.d.ts": {
"version": "1320ee42b30487cceb6da9f230354fc34826111f76bf12f0ad76c717c12625b0",
"signature": "1320ee42b30487cceb6da9f230354fc34826111f76bf12f0ad76c717c12625b0",
"affectsGlobalScope": false
},
"../../../../node_modules/vfile-message/types/index.d.ts": {
"version": "eb09cf44043f7d6e0208dca6f0555207015e91fff5ff77b9c21d63672f7d68d5",
"signature": "eb09cf44043f7d6e0208dca6f0555207015e91fff5ff77b9c21d63672f7d68d5",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/vfile/index.d.ts": {
"version": "6f56706c6828d0299f46f8b1a79ecae0757b91b48e63baf6f0c5292d02037129",
"signature": "6f56706c6828d0299f46f8b1a79ecae0757b91b48e63baf6f0c5292d02037129",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/webpack-merge/index.d.ts": {
"version": "778d55f9dba67a74e9eae4ba73adeac53ce210f0ed9f351bf6e8770cc7dc867e",
"signature": "778d55f9dba67a74e9eae4ba73adeac53ce210f0ed9f351bf6e8770cc7dc867e",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/yargs-parser/index.d.ts": {
"version": "fdfbe321c556c39a2ecf791d537b999591d0849e971dd938d88f460fea0186f6",
"signature": "fdfbe321c556c39a2ecf791d537b999591d0849e971dd938d88f460fea0186f6",
"affectsGlobalScope": false
},
"../../../../node_modules/@types/yargs/index.d.ts": {
"version": "1a81627b04dd2feab19e26d3df04e79f50d5dae42b9b5f9181d23dc820c9f048",
"signature": "1a81627b04dd2feab19e26d3df04e79f50d5dae42b9b5f9181d23dc820c9f048",
"affectsGlobalScope": false
}
},
"options": {
"target": 4,
"moduleResolution": 2,
"lib": [
"lib.es2019.array.d.ts",
"lib.esnext.d.ts",
"lib.es2017.d.ts",
"lib.dom.d.ts",
"lib.dom.iterable.d.ts"
],
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": false,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"noImplicitAny": false,
"composite": true,
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"baseUrl": "../../..",
"rootDir": "./src",
"module": 6,
"outDir": "./dist",
"tsBuildInfoFile": "./.tsbuildinfo",
"project": "./tsconfig.json",
"configFilePath": "./tsconfig.json"
},
"referencedMap": {
"../../../../node_modules/@babel/parser/typings/babel-parser.d.ts": [
"../../../../node_modules/@babel/types/lib/index.d.ts"
],
"../../../../node_modules/@types/babel__core/index.d.ts": [
"../../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
"../../../../node_modules/@babel/types/lib/index.d.ts",
"../../../../node_modules/@types/babel__generator/index.d.ts",
"../../../../node_modules/@types/babel__template/index.d.ts",
"../../../../node_modules/@types/babel__traverse/index.d.ts"
],
"../../../../node_modules/@types/babel__generator/index.d.ts": [
"../../../../node_modules/@babel/types/lib/index.d.ts"
],
"../../../../node_modules/@types/babel__template/index.d.ts": [
"../../../../node_modules/@babel/parser/typings/babel-parser.d.ts",
"../../../../node_modules/@babel/types/lib/index.d.ts"
],
"../../../../node_modules/@types/babel__traverse/index.d.ts": [
"../../../../node_modules/@babel/types/lib/index.d.ts"
],
"../../../../node_modules/@types/clean-css/index.d.ts": [
"../../../../node_modules/@types/node/http.d.ts",
"../../../../node_modules/@types/node/https.d.ts",
"../../../../node_modules/@types/node/index.d.ts"
],
"../../../../node_modules/@types/clean-webpack-plugin/index.d.ts": [
"../../../../node_modules/@types/webpack/index.d.ts"
],
"../../../../node_modules/@types/copy-webpack-plugin/index.d.ts": [
"../../../../node_modules/@types/minimatch/index.d.ts",
"../../../../node_modules/@types/node/index.d.ts",
"../../../../node_modules/@types/webpack/index.d.ts"
],
"../../../../node_modules/@types/expect-puppeteer/index.d.ts": [
"../../../../node_modules/@types/jest/index.d.ts",
"../../../../node_modules/@types/puppeteer/index.d.ts"
],
"../../../../node_modules/@types/glob-stream/index.d.ts": [
"../../../../node_modules/@types/glob/index.d.ts",
"../../../../node_modules/@types/node/index.d.ts"
],
"../../../../node_modules/@types/glob/index.d.ts": [
"../../../../node_modules/@types/minimatch/index.d.ts",
"../../../../node_modules/@types/node/events.d.ts",
"../../../../node_modules/@types/node/index.d.ts"
],
"../../../../node_modules/@types/gulp/index.d.ts": [
"../../../../node_modules/@types/node/fs.d.ts",
"../../../../node_modules/@types/node/stream.d.ts",
"../../../../node_modules/@types/undertaker/index.d.ts",
"../../../../node_modules/@types/vinyl-fs/index.d.ts",
"../../../../node_modules/chokidar/types/index.d.ts"
],
"../../../../node_modules/@types/html-minifier/index.d.ts": [
"../../../../node_modules/@types/clean-css/index.d.ts",
"../../../../node_modules/@types/relateurl/index.d.ts",
"../../../../node_modules/@types/uglify-js/index.d.ts"
],
"../../../../node_modules/@types/html-webpack-plugin/index.d.ts": [
"../../../../node_modules/@types/html-minifier/index.d.ts",
"../../../../node_modules/@types/tapable/index.d.ts",
"../../../../node_modules/@types/webpack/index.d.ts"
],
"../../../../node_modules/@types/istanbul-lib-report/index.d.ts": [