-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.tsbuildinfo
1712 lines (1712 loc) · 79.6 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": "fc43680ad3a1a4ec8c7b8d908af1ec9ddff87845346de5f02c735c9171fa98ea",
"signature": "fc43680ad3a1a4ec8c7b8d908af1ec9ddff87845346de5f02c735c9171fa98ea"
},
"./node_modules/typescript/lib/lib.es2015.d.ts": {
"version": "7994d44005046d1413ea31d046577cdda33b8b2470f30281fd9c8b3c99fe2d96",
"signature": "7994d44005046d1413ea31d046577cdda33b8b2470f30281fd9c8b3c99fe2d96"
},
"./node_modules/typescript/lib/lib.es2016.d.ts": {
"version": "5f217838d25704474d9ef93774f04164889169ca31475fe423a9de6758f058d1",
"signature": "5f217838d25704474d9ef93774f04164889169ca31475fe423a9de6758f058d1"
},
"./node_modules/typescript/lib/lib.es2017.d.ts": {
"version": "459097c7bdd88fc5731367e56591e4f465f2c9de81a35427a7bd473165c34743",
"signature": "459097c7bdd88fc5731367e56591e4f465f2c9de81a35427a7bd473165c34743"
},
"./node_modules/typescript/lib/lib.es2018.d.ts": {
"version": "9c67dcc7ca897b61f58d57d487bc9f07950546e5ac8701cbc41a8a4fec48b091",
"signature": "9c67dcc7ca897b61f58d57d487bc9f07950546e5ac8701cbc41a8a4fec48b091"
},
"./node_modules/typescript/lib/lib.dom.d.ts": {
"version": "d93de5e8a7275cb9d47481410e13b3b1debb997e216490954b5d106e37e086de",
"signature": "d93de5e8a7275cb9d47481410e13b3b1debb997e216490954b5d106e37e086de"
},
"./node_modules/typescript/lib/lib.es2015.core.d.ts": {
"version": "734ddc145e147fbcd55f07d034f50ccff1086f5a880107665ec326fb368876f6",
"signature": "734ddc145e147fbcd55f07d034f50ccff1086f5a880107665ec326fb368876f6"
},
"./node_modules/typescript/lib/lib.es2015.collection.d.ts": {
"version": "4a0862a21f4700de873db3b916f70e41570e2f558da77d2087c9490f5a0615d8",
"signature": "4a0862a21f4700de873db3b916f70e41570e2f558da77d2087c9490f5a0615d8"
},
"./node_modules/typescript/lib/lib.es2015.generator.d.ts": {
"version": "765e0e9c9d74cf4d031ca8b0bdb269a853e7d81eda6354c8510218d03db12122",
"signature": "765e0e9c9d74cf4d031ca8b0bdb269a853e7d81eda6354c8510218d03db12122"
},
"./node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
"version": "285958e7699f1babd76d595830207f18d719662a0c30fac7baca7df7162a9210",
"signature": "285958e7699f1babd76d595830207f18d719662a0c30fac7baca7df7162a9210"
},
"./node_modules/typescript/lib/lib.es2015.promise.d.ts": {
"version": "d4deaafbb18680e3143e8b471acd650ed6f72a408a33137f0a0dd104fbe7f8ca",
"signature": "d4deaafbb18680e3143e8b471acd650ed6f72a408a33137f0a0dd104fbe7f8ca"
},
"./node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
"version": "5e72f949a89717db444e3bd9433468890068bb21a5638d8ab15a1359e05e54fe",
"signature": "5e72f949a89717db444e3bd9433468890068bb21a5638d8ab15a1359e05e54fe"
},
"./node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
"version": "f5b242136ae9bfb1cc99a5971cccc44e99947ae6b5ef6fd8aa54b5ade553b976",
"signature": "f5b242136ae9bfb1cc99a5971cccc44e99947ae6b5ef6fd8aa54b5ade553b976"
},
"./node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
"version": "9ae2860252d6b5f16e2026d8a2c2069db7b2a3295e98b6031d01337b96437230",
"signature": "9ae2860252d6b5f16e2026d8a2c2069db7b2a3295e98b6031d01337b96437230"
},
"./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
"version": "3e0a459888f32b42138d5a39f706ff2d55d500ab1031e0988b5568b0f67c2303",
"signature": "3e0a459888f32b42138d5a39f706ff2d55d500ab1031e0988b5568b0f67c2303"
},
"./node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
"version": "3f96f1e570aedbd97bf818c246727151e873125d0512e4ae904330286c721bc0",
"signature": "3f96f1e570aedbd97bf818c246727151e873125d0512e4ae904330286c721bc0"
},
"./node_modules/typescript/lib/lib.es2017.object.d.ts": {
"version": "c2d60b2e558d44384e4704b00e6b3d154334721a911f094d3133c35f0917b408",
"signature": "c2d60b2e558d44384e4704b00e6b3d154334721a911f094d3133c35f0917b408"
},
"./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
"version": "b8667586a618c5cf64523d4e500ae39e781428abfb28f3de441fc66b56144b6f",
"signature": "b8667586a618c5cf64523d4e500ae39e781428abfb28f3de441fc66b56144b6f"
},
"./node_modules/typescript/lib/lib.es2017.string.d.ts": {
"version": "21df2e0059f14dcb4c3a0e125859f6b6ff01332ee24b0065a741d121250bc71c",
"signature": "21df2e0059f14dcb4c3a0e125859f6b6ff01332ee24b0065a741d121250bc71c"
},
"./node_modules/typescript/lib/lib.es2017.intl.d.ts": {
"version": "c1759cb171c7619af0d2234f2f8fb2a871ee88e956e2ed91bb61778e41f272c6",
"signature": "c1759cb171c7619af0d2234f2f8fb2a871ee88e956e2ed91bb61778e41f272c6"
},
"./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
"version": "28569d59e07d4378cb3d54979c4c60f9f06305c9bb6999ffe6cab758957adc46",
"signature": "28569d59e07d4378cb3d54979c4c60f9f06305c9bb6999ffe6cab758957adc46"
},
"./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
"version": "2958de3d25bfb0b5cdace0244e11c9637e5988920b99024db705a720ce6348e7",
"signature": "2958de3d25bfb0b5cdace0244e11c9637e5988920b99024db705a720ce6348e7"
},
"./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
"version": "85085a0783532dc04b66894748dc4a49983b2fbccb0679b81356947021d7a215",
"signature": "85085a0783532dc04b66894748dc4a49983b2fbccb0679b81356947021d7a215"
},
"./node_modules/typescript/lib/lib.es2018.intl.d.ts": {
"version": "5494f46d3a8a0329d13ddc37f8759d5288760febb51c92336608d1c06bb18d29",
"signature": "5494f46d3a8a0329d13ddc37f8759d5288760febb51c92336608d1c06bb18d29"
},
"./node_modules/typescript/lib/lib.es2018.promise.d.ts": {
"version": "efe049114bad1035b0aa9a4a0359f50ab776e3897c411521e51d3013079cbd62",
"signature": "efe049114bad1035b0aa9a4a0359f50ab776e3897c411521e51d3013079cbd62"
},
"./node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
"version": "e7780d04cd4120ee554c665829db2bbdd6b947cbaa3c150b7d9ea74df3beb2e8",
"signature": "e7780d04cd4120ee554c665829db2bbdd6b947cbaa3c150b7d9ea74df3beb2e8"
},
"./node_modules/typescript/lib/lib.esnext.intl.d.ts": {
"version": "1377923021927244ea19433873b997ad8585533b0a56d5de29cda497f7842756",
"signature": "1377923021927244ea19433873b997ad8585533b0a56d5de29cda497f7842756"
},
"./node_modules/typescript/lib/lib.esnext.bigint.d.ts": {
"version": "0c9ea8c2028047f39a3f66752682604f543c08be8806258c3d95c93e75a43255",
"signature": "0c9ea8c2028047f39a3f66752682604f543c08be8806258c3d95c93e75a43255"
},
"./node_modules/@types/shortid/index.d.ts": {
"version": "30783d97bd0231ae2c4b9320043d61442a8177e81c7df826a5536b95fdd63280",
"signature": "30783d97bd0231ae2c4b9320043d61442a8177e81c7df826a5536b95fdd63280"
},
"./src/key-value-item.ts": {
"version": "b03aaa5582dde2c1b5b924eb9c08f72896c9097726cbaee45faa0311d01479ec",
"signature": "c23b0884acec6cb390572707020407b39a5cd8fc69f11de6a919a759ce6b8009"
},
"./src/command.ts": {
"version": "530d71acb34e958e66ff76b26239e7e888a4e14d935512723f39f04d3b63e460",
"signature": "bfe170d643cdab74956a92400c99fa700701357f48851f57032cef09c88b93f3"
},
"./node_modules/@types/react/global.d.ts": {
"version": "d90b8dc8412ca005c4992e2b5c94d836a8234d32a6ec05d78ec725bbb634c5fb",
"signature": "d90b8dc8412ca005c4992e2b5c94d836a8234d32a6ec05d78ec725bbb634c5fb"
},
"./node_modules/csstype/index.d.ts": {
"version": "9e89b1bb8360de8b984781243a920ac631ac5261cf7bf882e556c6c7dbf2e4ee",
"signature": "9e89b1bb8360de8b984781243a920ac631ac5261cf7bf882e556c6c7dbf2e4ee"
},
"./node_modules/@types/prop-types/index.d.ts": {
"version": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",
"signature": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad"
},
"./node_modules/@types/react/index.d.ts": {
"version": "2893daa576cf34d3375368ecdc8ff844d85e3634904ff4ded6d3c9f210e9b00b",
"signature": "2893daa576cf34d3375368ecdc8ff844d85e3634904ff4ded6d3c9f210e9b00b"
},
"./node_modules/node-pty/typings/node-pty.d.ts": {
"version": "8d5d3038a9b05a6d4f33df9641e3b65aae08f1d681054c89ef17e7e400c63981",
"signature": "8d5d3038a9b05a6d4f33df9641e3b65aae08f1d681054c89ef17e7e400c63981"
},
"./node_modules/@types/classnames/types.d.ts": {
"version": "dc688638e386342faae164e68ac0205274b6731e70ac1a45921f3ce3aa083795",
"signature": "dc688638e386342faae164e68ac0205274b6731e70ac1a45921f3ce3aa083795"
},
"./node_modules/@types/classnames/index.d.ts": {
"version": "b16c6ab962274dc23b0c57aba4425c3265cc05ad84782b8db5a344df6ad0f8f1",
"signature": "b16c6ab962274dc23b0c57aba4425c3265cc05ad84782b8db5a344df6ad0f8f1"
},
"./node_modules/xterm/typings/xterm.d.ts": {
"version": "bd6edd674e78fd60be40f31608582ff9443f0e6b829dd9873afdd3f2d2559427",
"signature": "bd6edd674e78fd60be40f31608582ff9443f0e6b829dd9873afdd3f2d2559427"
},
"./node_modules/xterm-addon-fit/typings/xterm-addon-fit.d.ts": {
"version": "d3b5e4276d7f78d53310d49d3dce821869e711a04e2fad8cfcae559fb02bf240",
"signature": "d3b5e4276d7f78d53310d49d3dce821869e711a04e2fad8cfcae559fb02bf240"
},
"./src/utils/xterminal-pty-adapter.ts": {
"version": "d4c17158d1e3267a66e0086030cae7873e19d5388e79846c8af89a2b356a34f1",
"signature": "e2f09ca2d377f615b403a8da7279b3bef3ba6c285c34dd403c9868c12e55312e"
},
"./src/xterminal.tsx": {
"version": "ad7343aaf2064c893cb1b7018e2f9fa3a9cacb32d4cfc9344ec7c99014a751bb",
"signature": "e8f3b6e117efc0d9c26f63b1b55fc1ae8295595d212b149a8a6c50e244443b97"
},
"./node_modules/tree-kill/index.d.ts": {
"version": "8323e3f5b91261ed250bd7c6b7aba2aa10f8e1c2ef348297c1f7752a403abebd",
"signature": "8323e3f5b91261ed250bd7c6b7aba2aa10f8e1c2ef348297c1f7752a403abebd"
},
"./src/utils/key-value-converter.ts": {
"version": "f85e68b2b01cbaf72fbae36d9c4d7377eca9bf9ad130220e53ee76c67cc28a19",
"signature": "84c3d9a9d151cc28afbc43e8ceea00faa116d9ba6ae3afbceb0a533a07dc84d5"
},
"./src/utils/create-command-string.ts": {
"version": "06db23a55001add38025cc7d70cddf39e4102d521aa40e8c0d7704504fbcc591",
"signature": "be505e38e12053eef04e388415457d00cc601085f393cd3e202335c7c40ce855"
},
"./src/utils/xterminal-pty-manager.ts": {
"version": "65047dc88476b5af243d5c832848776d37e81d61818957deb6e52eb5363c26fe",
"signature": "e73fe9895d9731775920818cbad51ee44ee59a7257208d5903705a0ab66ff061"
},
"./src/index.ts": {
"version": "d70e815bef668733f92f72dd3b80b6b7f280b31494b63d825ebaa0de3ac07621",
"signature": "bc6b30c7c7bcccf0e93ccd4b380ecb6429862fe4efd9d5d352300985414a3fb4"
},
"./src/window.d.ts": {
"version": "1e753082beabf195cc40ad13d7fe5f942e34f750b9141d87e9cf5570a029a77e",
"signature": "1e753082beabf195cc40ad13d7fe5f942e34f750b9141d87e9cf5570a029a77e"
},
"./node_modules/@types/eslint-visitor-keys/index.d.ts": {
"version": "725d9be2fd48440256f4deb00649adffdbc5ecd282b09e89d4e200663792c34c",
"signature": "725d9be2fd48440256f4deb00649adffdbc5ecd282b09e89d4e200663792c34c"
},
"./node_modules/@types/json-schema/index.d.ts": {
"version": "751b8d5b85eee82bd38964a6ff43e89e61a586c64f653e3d1eb8fa7eb372ed30",
"signature": "751b8d5b85eee82bd38964a6ff43e89e61a586c64f653e3d1eb8fa7eb372ed30"
},
"./node_modules/@types/node/globals.d.ts": {
"version": "05c42320698cb6eb4052d68ef35a0f3b88291b9275f13e9a188b96119844c5b6",
"signature": "05c42320698cb6eb4052d68ef35a0f3b88291b9275f13e9a188b96119844c5b6"
},
"./node_modules/@types/node/assert.d.ts": {
"version": "7860312f33f0cf2c93500787d02c4cc43ea3d0c080d4781095ac7715d5da3316",
"signature": "7860312f33f0cf2c93500787d02c4cc43ea3d0c080d4781095ac7715d5da3316"
},
"./node_modules/@types/node/async_hooks.d.ts": {
"version": "1305b079a057355f496bdde048716189178877a6b4fe0e9267a46af67f8c7561",
"signature": "1305b079a057355f496bdde048716189178877a6b4fe0e9267a46af67f8c7561"
},
"./node_modules/@types/node/buffer.d.ts": {
"version": "61215c1a376bbe8f51cab4cc4ddbf3746387015113c37a84d981d4738c21b878",
"signature": "61215c1a376bbe8f51cab4cc4ddbf3746387015113c37a84d981d4738c21b878"
},
"./node_modules/@types/node/child_process.d.ts": {
"version": "163b9cd8ff3c8f1d4a7fd110099bb5d606a389c58233562516d70ac2d7e0ec7c",
"signature": "163b9cd8ff3c8f1d4a7fd110099bb5d606a389c58233562516d70ac2d7e0ec7c"
},
"./node_modules/@types/node/cluster.d.ts": {
"version": "ce629710e5e58724902b753212e97861fd73e2aa09f5d88cb6d55dc763cf8c8a",
"signature": "ce629710e5e58724902b753212e97861fd73e2aa09f5d88cb6d55dc763cf8c8a"
},
"./node_modules/@types/node/console.d.ts": {
"version": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d",
"signature": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d"
},
"./node_modules/@types/node/constants.d.ts": {
"version": "0279383034fae92db8097d0a41350293553599cc9c3c917b60e2542d0dfcbd44",
"signature": "0279383034fae92db8097d0a41350293553599cc9c3c917b60e2542d0dfcbd44"
},
"./node_modules/@types/node/crypto.d.ts": {
"version": "43f461871cd5ae52073e97d3c2e5869ebd955c42d30a51d3eb3a6c2cd16b80c4",
"signature": "43f461871cd5ae52073e97d3c2e5869ebd955c42d30a51d3eb3a6c2cd16b80c4"
},
"./node_modules/@types/node/dgram.d.ts": {
"version": "387656ed4d6444031a0042c38701167e77ff5f4698ada32737082fbee76b1db0",
"signature": "387656ed4d6444031a0042c38701167e77ff5f4698ada32737082fbee76b1db0"
},
"./node_modules/@types/node/dns.d.ts": {
"version": "ef226a42de7022eacdfa0f15aabf73b46c47af93044c8ebfab8aa8e3cf6c330c",
"signature": "ef226a42de7022eacdfa0f15aabf73b46c47af93044c8ebfab8aa8e3cf6c330c"
},
"./node_modules/@types/node/domain.d.ts": {
"version": "d5b7c8819ce1bd31a45f7675309e145ec28e3aa1b60a8e0637fd0e8916255baa",
"signature": "d5b7c8819ce1bd31a45f7675309e145ec28e3aa1b60a8e0637fd0e8916255baa"
},
"./node_modules/@types/node/events.d.ts": {
"version": "3ad728027671c2c3c829e21803f8d7a15b29d808293644d50d928213280c072d",
"signature": "3ad728027671c2c3c829e21803f8d7a15b29d808293644d50d928213280c072d"
},
"./node_modules/@types/node/fs.d.ts": {
"version": "91b0f655867e04d42d86347eb12b78316faed8bd2c75a7f8400e43e9e34e4ebd",
"signature": "91b0f655867e04d42d86347eb12b78316faed8bd2c75a7f8400e43e9e34e4ebd"
},
"./node_modules/@types/node/http.d.ts": {
"version": "fc1f2c483a4e40e7ad93a2b66b8e9c275695faecde5413039cd19380fe417a31",
"signature": "fc1f2c483a4e40e7ad93a2b66b8e9c275695faecde5413039cd19380fe417a31"
},
"./node_modules/@types/node/http2.d.ts": {
"version": "272c8598c3a29a3fa3027bd0a645c5f49b3f7832dfcf8e47b7260843ec8a40f3",
"signature": "272c8598c3a29a3fa3027bd0a645c5f49b3f7832dfcf8e47b7260843ec8a40f3"
},
"./node_modules/@types/node/https.d.ts": {
"version": "dacbe08610729f6343ea9880ea8e737c6d7a6efa4a318d8f6acaf85db4aceed6",
"signature": "dacbe08610729f6343ea9880ea8e737c6d7a6efa4a318d8f6acaf85db4aceed6"
},
"./node_modules/@types/node/inspector.d.ts": {
"version": "4218ced3933a31eed1278d350dd63c5900df0f0904f57d61c054d7a4b83dbe4c",
"signature": "4218ced3933a31eed1278d350dd63c5900df0f0904f57d61c054d7a4b83dbe4c"
},
"./node_modules/@types/node/module.d.ts": {
"version": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66",
"signature": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66"
},
"./node_modules/@types/node/net.d.ts": {
"version": "358398fe4034395d85c87c319cca7a04001434b13dc68d067481ecb374385bfc",
"signature": "358398fe4034395d85c87c319cca7a04001434b13dc68d067481ecb374385bfc"
},
"./node_modules/@types/node/os.d.ts": {
"version": "d9bc6f1917c24d862a68d2633e4a32fd586bfe3e412e5d11fd07d8266b94ced5",
"signature": "d9bc6f1917c24d862a68d2633e4a32fd586bfe3e412e5d11fd07d8266b94ced5"
},
"./node_modules/@types/node/path.d.ts": {
"version": "5fb30076f0e0e5744db8993648bfb67aadd895f439edad5cce039127a87a8a36",
"signature": "5fb30076f0e0e5744db8993648bfb67aadd895f439edad5cce039127a87a8a36"
},
"./node_modules/@types/node/perf_hooks.d.ts": {
"version": "27ef4001526ee9d8afa57687a60bb3b59c52b32d29db0a2260094ab64726164f",
"signature": "27ef4001526ee9d8afa57687a60bb3b59c52b32d29db0a2260094ab64726164f"
},
"./node_modules/@types/node/process.d.ts": {
"version": "0e0d58f5e90c0a270dac052b9c5ad8ccdfc8271118c2105b361063218d528d6e",
"signature": "0e0d58f5e90c0a270dac052b9c5ad8ccdfc8271118c2105b361063218d528d6e"
},
"./node_modules/@types/node/punycode.d.ts": {
"version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
"signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1"
},
"./node_modules/@types/node/querystring.d.ts": {
"version": "5b34786b5d59b4e627c76f1294a00b5e92260a31ca87b29d9b7cb9acd3ba1acc",
"signature": "5b34786b5d59b4e627c76f1294a00b5e92260a31ca87b29d9b7cb9acd3ba1acc"
},
"./node_modules/@types/node/readline.d.ts": {
"version": "e1045d32a6a59dbcbe0ed2edddc6568221acc299ac68d92284153e7c00b39d51",
"signature": "e1045d32a6a59dbcbe0ed2edddc6568221acc299ac68d92284153e7c00b39d51"
},
"./node_modules/@types/node/repl.d.ts": {
"version": "30b9c2c0949e27506c7e751bd51749ca5ecb0d0a3ea854064039ffaa3707fad4",
"signature": "30b9c2c0949e27506c7e751bd51749ca5ecb0d0a3ea854064039ffaa3707fad4"
},
"./node_modules/@types/node/stream.d.ts": {
"version": "87a856ce45263344ebf69270ea1b0fc4eb13236a6194300bd5e99d1f022b0c6e",
"signature": "87a856ce45263344ebf69270ea1b0fc4eb13236a6194300bd5e99d1f022b0c6e"
},
"./node_modules/@types/node/string_decoder.d.ts": {
"version": "7e62aac2cc9c0710d772047ad89e8d7117f52592c791eb995ce1f865fedab432",
"signature": "7e62aac2cc9c0710d772047ad89e8d7117f52592c791eb995ce1f865fedab432"
},
"./node_modules/@types/node/timers.d.ts": {
"version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
"signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9"
},
"./node_modules/@types/node/tls.d.ts": {
"version": "6ba512fc25cfb3db60007c7b1b4428ce497986ac442c370da879223c3c258872",
"signature": "6ba512fc25cfb3db60007c7b1b4428ce497986ac442c370da879223c3c258872"
},
"./node_modules/@types/node/trace_events.d.ts": {
"version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
"signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638"
},
"./node_modules/@types/node/tty.d.ts": {
"version": "df905913ad47e24b6cb41d33f0c1f500bf9c4befe4325413a7644c9eb1e7965c",
"signature": "df905913ad47e24b6cb41d33f0c1f500bf9c4befe4325413a7644c9eb1e7965c"
},
"./node_modules/@types/node/url.d.ts": {
"version": "ae25aec5ed3795a3edfc356a7bc091554917ad0e0009a3cdffd7115ba22bd28d",
"signature": "ae25aec5ed3795a3edfc356a7bc091554917ad0e0009a3cdffd7115ba22bd28d"
},
"./node_modules/@types/node/util.d.ts": {
"version": "bf237fb2ca1ac62fde63e5f8178a9030e4d6b11987744007272f03a9deec6f76",
"signature": "bf237fb2ca1ac62fde63e5f8178a9030e4d6b11987744007272f03a9deec6f76"
},
"./node_modules/@types/node/v8.d.ts": {
"version": "4407bd5f1d6f748590ba125195eb1d7a003c2de2f3b057456d3ac76a742d2561",
"signature": "4407bd5f1d6f748590ba125195eb1d7a003c2de2f3b057456d3ac76a742d2561"
},
"./node_modules/@types/node/vm.d.ts": {
"version": "bf244a366e8ee68acda125761c6e337c8795b37eef05947d62f89b584de926b3",
"signature": "bf244a366e8ee68acda125761c6e337c8795b37eef05947d62f89b584de926b3"
},
"./node_modules/@types/node/worker_threads.d.ts": {
"version": "7780573ed8387aaadcc61d87f3d60d77dabf1e060da252dc72ab1d73401988bb",
"signature": "7780573ed8387aaadcc61d87f3d60d77dabf1e060da252dc72ab1d73401988bb"
},
"./node_modules/@types/node/zlib.d.ts": {
"version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
"signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8"
},
"./node_modules/@types/node/base.d.ts": {
"version": "6622f76993bdfeaacb947ba7c4cf26f2e5c5194194d02d792c3cba4174cd8fce",
"signature": "6622f76993bdfeaacb947ba7c4cf26f2e5c5194194d02d792c3cba4174cd8fce"
},
"./node_modules/@types/node/ts3.2/fs.d.ts": {
"version": "1ed55651f38540dba21f4a864bd89834ddb552446dce8c8a5f9dc0b44ce0b024",
"signature": "1ed55651f38540dba21f4a864bd89834ddb552446dce8c8a5f9dc0b44ce0b024"
},
"./node_modules/@types/node/ts3.2/util.d.ts": {
"version": "4f54f0a9dd3b644c99ec32b32f8804d5978bc854799b228ae9c467bf3c84c64c",
"signature": "4f54f0a9dd3b644c99ec32b32f8804d5978bc854799b228ae9c467bf3c84c64c"
},
"./node_modules/@types/node/ts3.2/globals.d.ts": {
"version": "4926e99d2ad39c0bbd36f2d37cc8f52756bc7a5661ad7b12815df871a4b07ba1",
"signature": "4926e99d2ad39c0bbd36f2d37cc8f52756bc7a5661ad7b12815df871a4b07ba1"
},
"./node_modules/@types/node/ts3.2/index.d.ts": {
"version": "7c7dabe6de2f88a1b4a4d9a15479c2a99b6f5864b434b9d960fc312ba9498c0a",
"signature": "7c7dabe6de2f88a1b4a4d9a15479c2a99b6f5864b434b9d960fc312ba9498c0a"
}
},
"options": {
"rootDir": "./src",
"outDir": "./lib",
"tsBuildInfoFile": "./.tsbuildinfo",
"incremental": true,
"module": 1,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": 1,
"sourceMap": true,
"moduleResolution": 2,
"strict": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"jsx": 2,
"inlineSources": true,
"lib": [
"lib.es2015.d.ts",
"lib.dom.d.ts"
],
"newLine": 1,
"noEmitOnError": true,
"configFilePath": "./tsconfig.json"
},
"referencedMap": {
"./node_modules/typescript/lib/lib.es5.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2016.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.dom.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.core.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.collection.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.generator.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.promise.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.object.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.string.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.intl.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.intl.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.promise.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.esnext.intl.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/typescript/lib/lib.esnext.bigint.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/shortid/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/key-value-item.ts": [
"./node_modules/@types/shortid/index.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/command.ts": [
"./node_modules/@types/shortid/index.d.ts",
"./src/key-value-item.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/react/global.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/csstype/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/prop-types/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/react/index.d.ts": [
"./node_modules/csstype/index.d.ts",
"./node_modules/@types/prop-types/index.d.ts",
"./node_modules/@types/react/global.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/node-pty/typings/node-pty.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/classnames/types.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/classnames/index.d.ts": [
"./node_modules/@types/classnames/types.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/xterm/typings/xterm.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/xterm-addon-fit/typings/xterm-addon-fit.d.ts": [
"./node_modules/xterm/typings/xterm.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/utils/xterminal-pty-adapter.ts": [
"./node_modules/node-pty/typings/node-pty.d.ts",
"./node_modules/xterm/typings/xterm.d.ts",
"./node_modules/xterm-addon-fit/typings/xterm-addon-fit.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/xterminal.tsx": [
"./node_modules/@types/react/index.d.ts",
"./node_modules/node-pty/typings/node-pty.d.ts",
"./node_modules/@types/classnames/index.d.ts",
"./src/utils/xterminal-pty-adapter.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/tree-kill/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/utils/key-value-converter.ts": [
"./src/key-value-item.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/utils/create-command-string.ts": [
"./src/command.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/utils/xterminal-pty-manager.ts": [
"./node_modules/@types/node/os.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/xterm/typings/xterm.d.ts",
"./node_modules/node-pty/typings/node-pty.d.ts",
"./node_modules/tree-kill/index.d.ts",
"./src/utils/key-value-converter.ts",
"./src/utils/create-command-string.ts",
"./src/command.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/index.ts": [
"./src/xterminal.tsx",
"./src/utils/xterminal-pty-adapter.ts",
"./src/utils/xterminal-pty-manager.ts",
"./src/utils/create-command-string.ts",
"./src/utils/key-value-converter.ts",
"./src/key-value-item.ts",
"./src/command.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./src/window.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/eslint-visitor-keys/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/json-schema/index.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/globals.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/assert.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/async_hooks.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/buffer.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/child_process.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/cluster.d.ts": [
"./node_modules/@types/node/child_process.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/console.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/constants.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/crypto.d.ts": [
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/dgram.d.ts": [
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/dns.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/dns.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/domain.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/events.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/fs.d.ts": [
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/url.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/http.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/url.d.ts",
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/http2.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/tls.d.ts",
"./node_modules/@types/node/url.d.ts",
"./node_modules/@types/node/http.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/https.d.ts": [
"./node_modules/@types/node/tls.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/http.d.ts",
"./node_modules/@types/node/url.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/inspector.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/module.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/net.d.ts": [
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/dns.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/os.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/path.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/perf_hooks.d.ts": [
"./node_modules/@types/node/async_hooks.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/process.d.ts": [
"./node_modules/@types/node/tty.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/punycode.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/querystring.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/readline.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/repl.d.ts": [
"./node_modules/@types/node/readline.d.ts",
"./node_modules/@types/node/vm.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/stream.d.ts": [
"./node_modules/@types/node/events.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/string_decoder.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/timers.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/tls.d.ts": [
"./node_modules/@types/node/crypto.d.ts",
"./node_modules/@types/node/dns.d.ts",
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/stream.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/trace_events.d.ts": [
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/tty.d.ts": [
"./node_modules/@types/node/net.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/url.d.ts": [
"./node_modules/@types/node/querystring.d.ts",
"./node_modules/@types/node/fs.d.ts",
"./node_modules/@types/node/ts3.2/fs.d.ts",
"./node_modules/@types/node/util.d.ts",
"./node_modules/@types/node/ts3.2/util.d.ts"
],
"./node_modules/@types/node/util.d.ts": [