-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.tsbuildinfo
5496 lines (5496 loc) · 316 KB
/
tsconfig.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": "c9a1f03d6ba0fe3c871eb0dd81622e78fbb61ade70878b34d48a341a690c59e9",
"signature": "c9a1f03d6ba0fe3c871eb0dd81622e78fbb61ade70878b34d48a341a690c59e9",
"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.dom.d.ts": {
"version": "38130cdd16bd2318b9362f9d60dd9670f7e38708bb6131cf11fc78a41b2c34a0",
"signature": "38130cdd16bd2318b9362f9d60dd9670f7e38708bb6131cf11fc78a41b2c34a0",
"affectsGlobalScope": true
},
"./node_modules/typescript/lib/lib.dom.iterable.d.ts": {
"version": "fb0c09b697dc42afa84d1587e3c994a2f554d2a45635e4f0618768d16a86b69a",
"signature": "fb0c09b697dc42afa84d1587e3c994a2f554d2a45635e4f0618768d16a86b69a",
"affectsGlobalScope": true
},
"./node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
"version": "7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481",
"signature": "7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481",
"affectsGlobalScope": true
},
"./node_modules/typescript/lib/lib.scripthost.d.ts": {
"version": "097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd",
"signature": "097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd",
"affectsGlobalScope": true
},
"./node_modules/typescript/lib/lib.es2015.core.d.ts": {
"version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
"signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
"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": "b5e4c2d67aa844ed503b29cd4ca2ede1a229ac7fe874613b2c996fa9c581a25f",
"signature": "b5e4c2d67aa844ed503b29cd4ca2ede1a229ac7fe874613b2c996fa9c581a25f",
"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.es2017.full.d.ts": {
"version": "d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed",
"signature": "d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/json.d.ts": {
"version": "44a4b5ef53f2ff94bfcfa223e3fc3ad35f32bef57337e050513dd7c729a0cb63",
"signature": "44a4b5ef53f2ff94bfcfa223e3fc3ad35f32bef57337e050513dd7c729a0cb63",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/mime.d.ts": {
"version": "47dbb9212d0f309e56914de06038a91ad4f0ce9e28a200ebe7c8268bada8fede",
"signature": "47dbb9212d0f309e56914de06038a91ad4f0ce9e28a200ebe7c8268bada8fede",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/promise.d.ts": {
"version": "a57ee34edf8791c8c4395ada1fb459df7aad714838555ab306729b66db795840",
"signature": "a57ee34edf8791c8c4395ada1fb459df7aad714838555ab306729b66db795840",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/random.d.ts": {
"version": "615e4d11ecad76f74ca65a175f3c3b3f7c82be6abe41436c61505d6bf700fab5",
"signature": "615e4d11ecad76f74ca65a175f3c3b3f7c82be6abe41436c61505d6bf700fab5",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/token.d.ts": {
"version": "facc62a0c8748f37d6c85d3e5a6eb4cd1d40a899d4ee2c360c9ec4756513931c",
"signature": "facc62a0c8748f37d6c85d3e5a6eb4cd1d40a899d4ee2c360c9ec4756513931c",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/uuid.d.ts": {
"version": "912f540154a35a5c589e394710cf2472e7fd005893f3aed8353e3ff1c6cc7509",
"signature": "912f540154a35a5c589e394710cf2472e7fd005893f3aed8353e3ff1c6cc7509",
"affectsGlobalScope": false
},
"./node_modules/@lumino/coreutils/types/index.d.ts": {
"version": "14291b5cf9f3318a8aec9e856b6563cc1aaf8b0fc4b7a87117f29ecac8e7b803",
"signature": "14291b5cf9f3318a8aec9e856b6563cc1aaf8b0fc4b7a87117f29ecac8e7b803",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/array.d.ts": {
"version": "df52f40fae2bd287b9fb52f0d4cd6978891f5b9e12c8bc4b51f5aeb20673db24",
"signature": "df52f40fae2bd287b9fb52f0d4cd6978891f5b9e12c8bc4b51f5aeb20673db24",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/iter.d.ts": {
"version": "95a373d620cf8adb5baa4d4f18c0880d9279761d742075693b64dcfe25d93249",
"signature": "95a373d620cf8adb5baa4d4f18c0880d9279761d742075693b64dcfe25d93249",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/chain.d.ts": {
"version": "59c71ace3907b7558202ab9fb0fc29d0f000455e6addb8891476ea6f29704fb0",
"signature": "59c71ace3907b7558202ab9fb0fc29d0f000455e6addb8891476ea6f29704fb0",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/empty.d.ts": {
"version": "71d30de4d06e783009da711978077e046ec2a2340cc3307d0d18e832edffc52f",
"signature": "71d30de4d06e783009da711978077e046ec2a2340cc3307d0d18e832edffc52f",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/enumerate.d.ts": {
"version": "49fa72b3dd09f2d8cfa8538f3aba53644e90a99866c486a1e535f6e45a809019",
"signature": "49fa72b3dd09f2d8cfa8538f3aba53644e90a99866c486a1e535f6e45a809019",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/filter.d.ts": {
"version": "4bd953ab46129d1a06fc848cc1e04f69d003cba1010839ae5f11d9a8ecc1b45c",
"signature": "4bd953ab46129d1a06fc848cc1e04f69d003cba1010839ae5f11d9a8ecc1b45c",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/find.d.ts": {
"version": "985be8579445c37fccc690db36529d9197abac484b76e2374845eda82fc134be",
"signature": "985be8579445c37fccc690db36529d9197abac484b76e2374845eda82fc134be",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/map.d.ts": {
"version": "778e780516d0cfa36e160dcdbc2cc64193fb13853c4019bafeb2adc39d4b6f95",
"signature": "778e780516d0cfa36e160dcdbc2cc64193fb13853c4019bafeb2adc39d4b6f95",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/range.d.ts": {
"version": "61821a4dfe8525bb4082648600ecd1f945698fb65a0bbf4fa2b6e160751fe5e1",
"signature": "61821a4dfe8525bb4082648600ecd1f945698fb65a0bbf4fa2b6e160751fe5e1",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/reduce.d.ts": {
"version": "6f2192fe22e5aed3e61ae7891921feb8601bfa101161c7b522965d709210cc41",
"signature": "6f2192fe22e5aed3e61ae7891921feb8601bfa101161c7b522965d709210cc41",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/repeat.d.ts": {
"version": "39effd6ab75c733dd48cbe43a91658cec9cf86db5a961d3b091d8194b7e7b573",
"signature": "39effd6ab75c733dd48cbe43a91658cec9cf86db5a961d3b091d8194b7e7b573",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/retro.d.ts": {
"version": "431207ccbae58b4046cba4a5956beeea69a151defc993bcba16b357cbc8871e7",
"signature": "431207ccbae58b4046cba4a5956beeea69a151defc993bcba16b357cbc8871e7",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/sort.d.ts": {
"version": "2053f012d9d8edaeb4b66bb65120888dd342be84316cc7b85e78cae9ceade349",
"signature": "2053f012d9d8edaeb4b66bb65120888dd342be84316cc7b85e78cae9ceade349",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/stride.d.ts": {
"version": "bcfae0d75f0dd13b0d0bd6bb6a1a527076f23d48335a1530211d4926556edf4d",
"signature": "bcfae0d75f0dd13b0d0bd6bb6a1a527076f23d48335a1530211d4926556edf4d",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/string.d.ts": {
"version": "b8186710d384b0b58f9ac2e8e9e4a8cf6385718fd47f12adfca9e163def1fa5e",
"signature": "b8186710d384b0b58f9ac2e8e9e4a8cf6385718fd47f12adfca9e163def1fa5e",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/take.d.ts": {
"version": "2e55931399ada20784a0903627d3e7cac14e6849ef7e589f32907ed733160af0",
"signature": "2e55931399ada20784a0903627d3e7cac14e6849ef7e589f32907ed733160af0",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/zip.d.ts": {
"version": "425744ecce376e0c201eb15a24df23c20b9f9222c25501a64147191255f1a5bb",
"signature": "425744ecce376e0c201eb15a24df23c20b9f9222c25501a64147191255f1a5bb",
"affectsGlobalScope": false
},
"./node_modules/@lumino/algorithm/types/index.d.ts": {
"version": "d9700500170f5138bbb3b59ede0d2303486b24826a19dd242eaaa667a3735b63",
"signature": "d9700500170f5138bbb3b59ede0d2303486b24826a19dd242eaaa667a3735b63",
"affectsGlobalScope": false
},
"./node_modules/@lumino/signaling/types/index.d.ts": {
"version": "11e5e4c5983c5150410112a156503aa02b29fed56100314eb3a77334a5e2ec6c",
"signature": "11e5e4c5983c5150410112a156503aa02b29fed56100314eb3a77334a5e2ec6c",
"affectsGlobalScope": false
},
"./node_modules/@lumino/disposable/types/index.d.ts": {
"version": "97056de69d4d1897fa4d77b047fdfd64771269238bd627b7ff5af6cd2bc8edf1",
"signature": "97056de69d4d1897fa4d77b047fdfd64771269238bd627b7ff5af6cd2bc8edf1",
"affectsGlobalScope": false
},
"./node_modules/@lumino/virtualdom/types/index.d.ts": {
"version": "bafd6e4b18662d1f49009d3cbc1c0a6a2358ae8b5487dc27d32e778546ca12f5",
"signature": "bafd6e4b18662d1f49009d3cbc1c0a6a2358ae8b5487dc27d32e778546ca12f5",
"affectsGlobalScope": false
},
"./node_modules/@lumino/commands/types/index.d.ts": {
"version": "4a45257708f8412a2a999e2915fbad70abdd12344e56934a3b52b2efc609b1e9",
"signature": "4a45257708f8412a2a999e2915fbad70abdd12344e56934a3b52b2efc609b1e9",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/config/index.d.ts": {
"version": "41bd5decb99be607b760e0fcec9bccb318b0db4e32fa4771d07fdeffca120552",
"signature": "41bd5decb99be607b760e0fcec9bccb318b0db4e32fa4771d07fdeffca120552",
"affectsGlobalScope": false
},
"./node_modules/@lumino/messaging/types/index.d.ts": {
"version": "cac40d24651330bd29ebcf835dc9014a8d9ce02219503fb1dd880ffd27d71b3b",
"signature": "cac40d24651330bd29ebcf835dc9014a8d9ce02219503fb1dd880ffd27d71b3b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/observablemap.d.ts": {
"version": "661a64c322166f6efa02715c10a2ae836ca59dab3ce7c09370b11dd99e624a25",
"signature": "661a64c322166f6efa02715c10a2ae836ca59dab3ce7c09370b11dd99e624a25",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/observablejson.d.ts": {
"version": "e330139099ebcf6830ae396ff59e59e09ae0f6b56ebdc9205609e66843d7e3ef",
"signature": "e330139099ebcf6830ae396ff59e59e09ae0f6b56ebdc9205609e66843d7e3ef",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/observablestring.d.ts": {
"version": "f3c6769aeebc6890c190aa33831461a7d7d0d59ae1474555594dc480af6a4a5b",
"signature": "f3c6769aeebc6890c190aa33831461a7d7d0d59ae1474555594dc480af6a4a5b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/observablelist.d.ts": {
"version": "abe5fc339dc9bc6cfdce825ae8e80171fb62c93506796aa86743d4c46f86cfa6",
"signature": "abe5fc339dc9bc6cfdce825ae8e80171fb62c93506796aa86743d4c46f86cfa6",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/undoablelist.d.ts": {
"version": "17b1e1fc5d431f6380ab9ae528d4c3fa648bcfbe5cd49e9061c7779fc3095f7f",
"signature": "17b1e1fc5d431f6380ab9ae528d4c3fa648bcfbe5cd49e9061c7779fc3095f7f",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/modeldb.d.ts": {
"version": "7289477bfdc020fa43a85016fbe14b0d9f6e0f90511e274b16e6c74fa4d0f102",
"signature": "7289477bfdc020fa43a85016fbe14b0d9f6e0f90511e274b16e6c74fa4d0f102",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/observables/lib/index.d.ts": {
"version": "ce0d82d3a839e026518bee8d357cce5ec6396010314ebd7176bf3486e6eb0730",
"signature": "ce0d82d3a839e026518bee8d357cce5ec6396010314ebd7176bf3486e6eb0730",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/contents/index.d.ts": {
"version": "c01bd44c55dcbfe59a4bc5b4de5804957c8b80e31192a5cb482f49b4a5b3efd0",
"signature": "c01bd44c55dcbfe59a4bc5b4de5804957c8b80e31192a5cb482f49b4a5b3efd0",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/nbformat/lib/index.d.ts": {
"version": "5ea4396cbd2cef9f0b8be3b58ea900e797975e11895c0c97bce0dc89b23e1bab",
"signature": "5ea4396cbd2cef9f0b8be3b58ea900e797975e11895c0c97bce0dc89b23e1bab",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernel/messages.d.ts": {
"version": "cc70374948e21539d27e6f52d7683e23f11be91796447bd040958bdd9def0691",
"signature": "cc70374948e21539d27e6f52d7683e23f11be91796447bd040958bdd9def0691",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/serverconnection.d.ts": {
"version": "090c14cd80bfa4ee3709139dafa5df319eda501736d465a41c822346f564331b",
"signature": "090c14cd80bfa4ee3709139dafa5df319eda501736d465a41c822346f564331b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/basemanager.d.ts": {
"version": "ed186aff8f5899e1c5bc14ccff9c892a6e701d6aee339e38e10ae76d8d0f60fe",
"signature": "ed186aff8f5899e1c5bc14ccff9c892a6e701d6aee339e38e10ae76d8d0f60fe",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernelspec/restapi.d.ts": {
"version": "1e516b8aace99b3cfd896b1d52f51c8d7186fb721718007f2fd632d65caaa204",
"signature": "1e516b8aace99b3cfd896b1d52f51c8d7186fb721718007f2fd632d65caaa204",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernelspec/kernelspec.d.ts": {
"version": "e655ecf9defa4207f36029831d09487233b7cb3d0af1f22cdd39bbbcc89ed242",
"signature": "e655ecf9defa4207f36029831d09487233b7cb3d0af1f22cdd39bbbcc89ed242",
"affectsGlobalScope": false
},
"./node_modules/@lumino/polling/types/poll.d.ts": {
"version": "ce473f99dd39a6d3df6ccd27fa99482e4195d7c64c06d75d58eec9a272a421fe",
"signature": "ce473f99dd39a6d3df6ccd27fa99482e4195d7c64c06d75d58eec9a272a421fe",
"affectsGlobalScope": false
},
"./node_modules/@lumino/polling/types/ratelimiter.d.ts": {
"version": "b666aaa284576533582a375288a6c129f261b866e6c33c392e34db0fe5b98fbd",
"signature": "b666aaa284576533582a375288a6c129f261b866e6c33c392e34db0fe5b98fbd",
"affectsGlobalScope": false
},
"./node_modules/@lumino/polling/types/index.d.ts": {
"version": "3800fa91e1e1a17b2d8497a388c9249bb7b7c4adb87540e71ad02c69a79d7a5c",
"signature": "3800fa91e1e1a17b2d8497a388c9249bb7b7c4adb87540e71ad02c69a79d7a5c",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernelspec/manager.d.ts": {
"version": "5af5d2530e681dfea1ca7271eee7ede8d55eb4f0f8ae12cc7f02a87b50191b1d",
"signature": "5af5d2530e681dfea1ca7271eee7ede8d55eb4f0f8ae12cc7f02a87b50191b1d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernelspec/index.d.ts": {
"version": "ee46549bb25b958e351bbfeb37b4a0fb42091b5d9e95233a25000a8abeedb688",
"signature": "ee46549bb25b958e351bbfeb37b4a0fb42091b5d9e95233a25000a8abeedb688",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts": {
"version": "bed01ccd9b1f468911157e9eb263866b495e9ba7ac62e28b3ebef745a818bb33",
"signature": "bed01ccd9b1f468911157e9eb263866b495e9ba7ac62e28b3ebef745a818bb33",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernel/kernel.d.ts": {
"version": "12f4f08e2dff42ccf639ec54fd682b8f09b5cb57944f827ae271af1177086211",
"signature": "12f4f08e2dff42ccf639ec54fd682b8f09b5cb57944f827ae271af1177086211",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernel/manager.d.ts": {
"version": "64355cb023413b9f710306b65a083d3d70226c8f28e32bf866492a2c843ac641",
"signature": "64355cb023413b9f710306b65a083d3d70226c8f28e32bf866492a2c843ac641",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/kernel/index.d.ts": {
"version": "dcffdebf16fc799783c78f5333bd8dc595a8c353e6aecb3df3c8ca5a25eafecd",
"signature": "dcffdebf16fc799783c78f5333bd8dc595a8c353e6aecb3df3c8ca5a25eafecd",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/builder/index.d.ts": {
"version": "7c4ca33d63aba0dd458b26f777d76ec26467537eaa7f86c6676bef45e2deb36e",
"signature": "7c4ca33d63aba0dd458b26f777d76ec26467537eaa7f86c6676bef45e2deb36e",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/nbconvert/index.d.ts": {
"version": "e3d73207d0e9c210e4a9d133a929c474f870e9d23ff0075c7d2512a107e50a5e",
"signature": "e3d73207d0e9c210e4a9d133a929c474f870e9d23ff0075c7d2512a107e50a5e",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/activitymonitor.d.ts": {
"version": "b5575443873e492a09e84e53f65c37a24f5d291a306036f74fd34646ee9c14dd",
"signature": "b5575443873e492a09e84e53f65c37a24f5d291a306036f74fd34646ee9c14dd",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/interfaces.d.ts": {
"version": "e4591a005f34ccbbbec0bd140702e243387d57a21b1d4bb6bd3e76de152fc89f",
"signature": "e4591a005f34ccbbbec0bd140702e243387d57a21b1d4bb6bd3e76de152fc89f",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/markdowncodeblocks.d.ts": {
"version": "377fa33e5213ba934d4350d674296c1387aa2ebd225e2a296a465bb691915884",
"signature": "377fa33e5213ba934d4350d674296c1387aa2ebd225e2a296a465bb691915884",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/pageconfig.d.ts": {
"version": "65d314617b12110191f395cc2292b1b544d2c15ee8a2b9987a157e4c166a3e3c",
"signature": "65d314617b12110191f395cc2292b1b544d2c15ee8a2b9987a157e4c166a3e3c",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/path.d.ts": {
"version": "6baff3e4e3aca45d2879a6b26369316430f8756d85319898c64c69019036ab61",
"signature": "6baff3e4e3aca45d2879a6b26369316430f8756d85319898c64c69019036ab61",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/text.d.ts": {
"version": "7efd9303320cf186211b14e1723172a2bc15378c0d95e49990f31be5d2f271d4",
"signature": "7efd9303320cf186211b14e1723172a2bc15378c0d95e49990f31be5d2f271d4",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/time.d.ts": {
"version": "315dfd130e525ffa1934e769dc2266bafb35d021951a7845eb145089501ed86d",
"signature": "315dfd130e525ffa1934e769dc2266bafb35d021951a7845eb145089501ed86d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/url.d.ts": {
"version": "544eca475389fa55c49cac94d17a1f0e2286ea1ba0eb6599f28a513c86b04b10",
"signature": "544eca475389fa55c49cac94d17a1f0e2286ea1ba0eb6599f28a513c86b04b10",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/coreutils/lib/index.d.ts": {
"version": "7a7fa32e403e381e681ef4984c9dc22adf0d32c1e4b7ad9fd5c6552412c855f0",
"signature": "7a7fa32e403e381e681ef4984c9dc22adf0d32c1e4b7ad9fd5c6552412c855f0",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/session/session.d.ts": {
"version": "7e2865d064da62a77c2134090d4362c70a25d41dbbd43799ffe7b29798fca9a2",
"signature": "7e2865d064da62a77c2134090d4362c70a25d41dbbd43799ffe7b29798fca9a2",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/session/restapi.d.ts": {
"version": "1e376fe94028a3e12ca8c3d2db097bb6f1c9de17a72f6e854e1d512bb1734adf",
"signature": "1e376fe94028a3e12ca8c3d2db097bb6f1c9de17a72f6e854e1d512bb1734adf",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/session/manager.d.ts": {
"version": "30e5c9e5ecd787438ad41ca8a487a77d6d571122c4eca365b24074eb2163964c",
"signature": "30e5c9e5ecd787438ad41ca8a487a77d6d571122c4eca365b24074eb2163964c",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/session/index.d.ts": {
"version": "0214c4398c638c72f77a78bc20c16fb8fab08d9cfe2bdfcd67f0baeafcc5b02b",
"signature": "0214c4398c638c72f77a78bc20c16fb8fab08d9cfe2bdfcd67f0baeafcc5b02b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/interfaces.d.ts": {
"version": "9bfdb958a6b460d0c0c0f2781dece557cd20698820f0d4e644690dc23bc05cd9",
"signature": "9bfdb958a6b460d0c0c0f2781dece557cd20698820f0d4e644690dc23bc05cd9",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/dataconnector.d.ts": {
"version": "bd969829f3805c917933ef812d4cabe2c045aff801859f2c5166eb8d56aea4eb",
"signature": "bd969829f3805c917933ef812d4cabe2c045aff801859f2c5166eb8d56aea4eb",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/restorablepool.d.ts": {
"version": "4c21323d9575649908d578c403dac9a3f240e839c5e0f3a7422d6bdea0d596f8",
"signature": "4c21323d9575649908d578c403dac9a3f240e839c5e0f3a7422d6bdea0d596f8",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/tokens.d.ts": {
"version": "2b793820a0e7d5fc41a8e3b7361a9bbb61538ccd997b3e324311dd100828830f",
"signature": "2b793820a0e7d5fc41a8e3b7361a9bbb61538ccd997b3e324311dd100828830f",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/statedb.d.ts": {
"version": "f8c57de65d7a1c151041621bf9ed1cc3da20ffb5bd004182e4e04dbbaa21e41e",
"signature": "f8c57de65d7a1c151041621bf9ed1cc3da20ffb5bd004182e4e04dbbaa21e41e",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/statedb/lib/index.d.ts": {
"version": "cc935329b723e345e8118454fde946f73b69f40086589d11f25513137075720a",
"signature": "cc935329b723e345e8118454fde946f73b69f40086589d11f25513137075720a",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/settingregistry/lib/tokens.d.ts": {
"version": "7245409212bcb5f3067cc961cc52dd924c672e6d4af5ef2e82bf5d64ab3f8a1b",
"signature": "7245409212bcb5f3067cc961cc52dd924c672e6d4af5ef2e82bf5d64ab3f8a1b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/settingregistry/lib/settingregistry.d.ts": {
"version": "22a8af7501bb57fc431c7a7429140aa4d378dc8cfd2784011d737be26990eddb",
"signature": "22a8af7501bb57fc431c7a7429140aa4d378dc8cfd2784011d737be26990eddb",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/settingregistry/lib/index.d.ts": {
"version": "178c7c98157f7910ea4e19771e26374ecfd552df7c35b1cda6cd9dcc03b32016",
"signature": "178c7c98157f7910ea4e19771e26374ecfd552df7c35b1cda6cd9dcc03b32016",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/setting/index.d.ts": {
"version": "3f60325f8360846557509a160b9211c90419c4325581b04d3bd6fbe8a0972f9e",
"signature": "3f60325f8360846557509a160b9211c90419c4325581b04d3bd6fbe8a0972f9e",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/terminal/restapi.d.ts": {
"version": "ad222cd4778885952eb6624fcd2348c2105d8293dcb4326ca15583f859c78747",
"signature": "ad222cd4778885952eb6624fcd2348c2105d8293dcb4326ca15583f859c78747",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/terminal/terminal.d.ts": {
"version": "a2feee4df1f1d753bcbd3c433c21c8448a1ac0056e3ac9be4cc27a03fbace276",
"signature": "a2feee4df1f1d753bcbd3c433c21c8448a1ac0056e3ac9be4cc27a03fbace276",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/terminal/manager.d.ts": {
"version": "6bfbf1f9ad12ab0b95cf1c41468f90c006bc5d10fc4dccc9a875854f14f9dd61",
"signature": "6bfbf1f9ad12ab0b95cf1c41468f90c006bc5d10fc4dccc9a875854f14f9dd61",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/terminal/index.d.ts": {
"version": "77a4cfb8baa8f9861178b8ff4de8409841b387cd73ea4e51e2beee758c2d818a",
"signature": "77a4cfb8baa8f9861178b8ff4de8409841b387cd73ea4e51e2beee758c2d818a",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/workspace/index.d.ts": {
"version": "11bb21614c3c792941e289fdc340489be2881f51198217894d510dde943544fa",
"signature": "11bb21614c3c792941e289fdc340489be2881f51198217894d510dde943544fa",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/manager.d.ts": {
"version": "fdbe60857d35ec916e210e581890f5387e885d0e73e8c6fb62052bad05362bb8",
"signature": "fdbe60857d35ec916e210e581890f5387e885d0e73e8c6fb62052bad05362bb8",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/services/lib/index.d.ts": {
"version": "3a8bab6cc1bee98448c5869f0ae38ab59a0651b533fdd9118ff23e02bc27ac4c",
"signature": "3a8bab6cc1bee98448c5869f0ae38ab59a0651b533fdd9118ff23e02bc27ac4c",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/tokens.d.ts": {
"version": "ab6e7d1ca38e1b07c80f85895ca12382361bbfb6bb6611ca92a629692d51a590",
"signature": "ab6e7d1ca38e1b07c80f85895ca12382361bbfb6bb6611ca92a629692d51a590",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/base.d.ts": {
"version": "7e80cbd62318016cfedfd4ccb53f930b4abe7f4b6bc4673fd8ec44f9de6243e2",
"signature": "7e80cbd62318016cfedfd4ccb53f930b4abe7f4b6bc4673fd8ec44f9de6243e2",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/gettext.d.ts": {
"version": "176a56f3db4873d126f7f242c4538e0bc3866a0f58ca1acbdaf8bcfd331c4db3",
"signature": "176a56f3db4873d126f7f242c4538e0bc3866a0f58ca1acbdaf8bcfd331c4db3",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/manager.d.ts": {
"version": "31801ba2e3cd683c5a84ee3054a697a48be477aeeb7300eb1bd3b50cf7472b00",
"signature": "31801ba2e3cd683c5a84ee3054a697a48be477aeeb7300eb1bd3b50cf7472b00",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/server.d.ts": {
"version": "313fb1cdbefa46cf2103c004b9f1d53c96a13ef17576c65439945d581442d73d",
"signature": "313fb1cdbefa46cf2103c004b9f1d53c96a13ef17576c65439945d581442d73d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/translation/lib/index.d.ts": {
"version": "c2d417bfcfb62ed2101db6175ea83f91b2656ada1397d4abaf8c7681c42fb534",
"signature": "c2d417bfcfb62ed2101db6175ea83f91b2656ada1397d4abaf8c7681c42fb534",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/application/lib/tokens.d.ts": {
"version": "bb429d6b440813001c36c8274fb94d54e153c70e1a599d3ef9f21ed381f05766",
"signature": "bb429d6b440813001c36c8274fb94d54e153c70e1a599d3ef9f21ed381f05766",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/application/lib/connectionlost.d.ts": {
"version": "4078af51a426601e46cedc694ee3d046b5a144397872dd3f245b9dddd204c8b4",
"signature": "4078af51a426601e46cedc694ee3d046b5a144397872dd3f245b9dddd204c8b4",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/clipboard.d.ts": {
"version": "b9a2b4d2c1040298a3940b1f904553904336c6618bd87aaefa9e170b0b9331e9",
"signature": "b9a2b4d2c1040298a3940b1f904553904336c6618bd87aaefa9e170b0b9331e9",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/boxengine.d.ts": {
"version": "6ce99f2c6e7c79a0b467e93cc607909fdeea4075ac24b2ea26df81c756c91197",
"signature": "6ce99f2c6e7c79a0b467e93cc607909fdeea4075ac24b2ea26df81c756c91197",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/title.d.ts": {
"version": "069430905191c1c7d58b608084a53b30584aa0c8a60134787578161ec8cafc72",
"signature": "069430905191c1c7d58b608084a53b30584aa0c8a60134787578161ec8cafc72",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/widget.d.ts": {
"version": "029429c3856d52ba6344e17423c994bb35a263b7ce9d1df436882f729f9f51fd",
"signature": "029429c3856d52ba6344e17423c994bb35a263b7ce9d1df436882f729f9f51fd",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/layout.d.ts": {
"version": "9606217cee9da6af32701c4a4ec62c5e1c08a8c81e9b40444bd02007981f35ad",
"signature": "9606217cee9da6af32701c4a4ec62c5e1c08a8c81e9b40444bd02007981f35ad",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/panellayout.d.ts": {
"version": "b6fe9902db09a08fb5816c2644d47b21b48763a6493d1f2080dcc8f97f63ffd5",
"signature": "b6fe9902db09a08fb5816c2644d47b21b48763a6493d1f2080dcc8f97f63ffd5",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/boxlayout.d.ts": {
"version": "094bc98f1966930b9b31f714ff4689cc2282348d2ac06614d2dfa3e3a0dd2bee",
"signature": "094bc98f1966930b9b31f714ff4689cc2282348d2ac06614d2dfa3e3a0dd2bee",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/panel.d.ts": {
"version": "4ea4e4aeb7cc473d641ec53cc7a05324ff1c528e452e1a0f5949a245911d4775",
"signature": "4ea4e4aeb7cc473d641ec53cc7a05324ff1c528e452e1a0f5949a245911d4775",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/boxpanel.d.ts": {
"version": "eb0acd32fc29c07e864c737a4811b71159e03833b36febb85f7e47259d87e135",
"signature": "eb0acd32fc29c07e864c737a4811b71159e03833b36febb85f7e47259d87e135",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/commandpalette.d.ts": {
"version": "368ceb420080868ede0e0993d60042d515986014b7edcb113924507750af072f",
"signature": "368ceb420080868ede0e0993d60042d515986014b7edcb113924507750af072f",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/menu.d.ts": {
"version": "14085068ef67e9c4dea4eea0f137315a3f30f4fdf9809db64c9ca66d78af8e4e",
"signature": "14085068ef67e9c4dea4eea0f137315a3f30f4fdf9809db64c9ca66d78af8e4e",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/contextmenu.d.ts": {
"version": "0408afb474542f58f54367587274e5363d622293e7610e7b811242a00ae4d2fe",
"signature": "0408afb474542f58f54367587274e5363d622293e7610e7b811242a00ae4d2fe",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/tabbar.d.ts": {
"version": "8752ebc7aa2662b0e669ca430dbf6828f1a406f45fb43b376359a7f7be68b270",
"signature": "8752ebc7aa2662b0e669ca430dbf6828f1a406f45fb43b376359a7f7be68b270",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/docklayout.d.ts": {
"version": "7f844465fd87097c35cf3cb13cc77e28c8e7429eab6750c4a49500125b6e48b2",
"signature": "7f844465fd87097c35cf3cb13cc77e28c8e7429eab6750c4a49500125b6e48b2",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/dockpanel.d.ts": {
"version": "830fe4d372aefc894975a40a4153a4bffe86835e504a11eac4d95bf872de5f68",
"signature": "830fe4d372aefc894975a40a4153a4bffe86835e504a11eac4d95bf872de5f68",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/focustracker.d.ts": {
"version": "a7c7b25084276be11aa983dbf29f39892db6c521b85433f598717921bf64d08e",
"signature": "a7c7b25084276be11aa983dbf29f39892db6c521b85433f598717921bf64d08e",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/gridlayout.d.ts": {
"version": "9d3fb450742b3f5c5f459177e70fa3c4c4ab52d0b4215be87cfcdf5fc8685ad2",
"signature": "9d3fb450742b3f5c5f459177e70fa3c4c4ab52d0b4215be87cfcdf5fc8685ad2",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/menubar.d.ts": {
"version": "781725f0dd4a10edd6efbf26e7fab87e86f8aa4e60c1bb3108df81deb3c87409",
"signature": "781725f0dd4a10edd6efbf26e7fab87e86f8aa4e60c1bb3108df81deb3c87409",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/scrollbar.d.ts": {
"version": "ff8fce615e42a7a40d34fd1110488663bc010469e7cd3d21df8ddda06f6ebd95",
"signature": "ff8fce615e42a7a40d34fd1110488663bc010469e7cd3d21df8ddda06f6ebd95",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/singletonlayout.d.ts": {
"version": "cb114e95d686eadc19feda14f7ae0c497fd060415cf669d4062447ef22b54e93",
"signature": "cb114e95d686eadc19feda14f7ae0c497fd060415cf669d4062447ef22b54e93",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/splitlayout.d.ts": {
"version": "115b150e7d81fb2e80d204b7f1082c13fd9650195da846a74f6f2b43b022579e",
"signature": "115b150e7d81fb2e80d204b7f1082c13fd9650195da846a74f6f2b43b022579e",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/splitpanel.d.ts": {
"version": "bd5604d87894ac046a5f017c1fd820f15fcf70d58ac7db47e537205cf5a9f80d",
"signature": "bd5604d87894ac046a5f017c1fd820f15fcf70d58ac7db47e537205cf5a9f80d",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/stackedlayout.d.ts": {
"version": "c7e1800b0e4e0914d2109b02cc4efa98c3fb79acb98f6a9a0dd5c1311576a42f",
"signature": "c7e1800b0e4e0914d2109b02cc4efa98c3fb79acb98f6a9a0dd5c1311576a42f",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/stackedpanel.d.ts": {
"version": "c94759a4b4d2f1044f2b03f3057319194739841524d22aa73b13e556a99bef5c",
"signature": "c94759a4b4d2f1044f2b03f3057319194739841524d22aa73b13e556a99bef5c",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/tabpanel.d.ts": {
"version": "887ef5e98f4b329f3ddf17864d45a9f2ee82608aa43666f95863b690e261a1ee",
"signature": "887ef5e98f4b329f3ddf17864d45a9f2ee82608aa43666f95863b690e261a1ee",
"affectsGlobalScope": false
},
"./node_modules/@lumino/widgets/types/index.d.ts": {
"version": "3575fd6e7b41c7b983d39ae80434267391f78d28b48a8af78f9f26e4535de01b",
"signature": "3575fd6e7b41c7b983d39ae80434267391f78d28b48a8af78f9f26e4535de01b",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/collapse.d.ts": {
"version": "147d833a2c635e5e69bcf63b33bbbd07fc47cd95d012d8199a132c8e63a78f05",
"signature": "147d833a2c635e5e69bcf63b33bbbd07fc47cd95d012d8199a132c8e63a78f05",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/commandlinker.d.ts": {
"version": "676021e3da2688edca83e863d280c6357469695504a49575b9dd6cea808d4b0d",
"signature": "676021e3da2688edca83e863d280c6357469695504a49575b9dd6cea808d4b0d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/commandpalette.d.ts": {
"version": "653b3ae762f803bc2209900e424fee3c10fc60eea1771df53d97287b1cabedfe",
"signature": "653b3ae762f803bc2209900e424fee3c10fc60eea1771df53d97287b1cabedfe",
"affectsGlobalScope": false
},
"./node_modules/@types/react/global.d.ts": {
"version": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
"signature": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
"affectsGlobalScope": true
},
"./node_modules/csstype/index.d.ts": {
"version": "2421504d4ad8486abdb522b7bcdd4caafbcf4a320cdf7b19e780df258c639d7f",
"signature": "2421504d4ad8486abdb522b7bcdd4caafbcf4a320cdf7b19e780df258c639d7f",
"affectsGlobalScope": false
},
"./node_modules/@types/prop-types/index.d.ts": {
"version": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",
"signature": "a7e32dcb90bf0c1b7a1e4ac89b0f7747cbcba25e7beddc1ebf17be1e161842ad",
"affectsGlobalScope": false
},
"./node_modules/@types/react/index.d.ts": {
"version": "5eec5df7493ec6ad30cd641228d5ec7a5cc46d86e04a7f5d4f3cc239c6fa05bc",
"signature": "5eec5df7493ec6ad30cd641228d5ec7a5cc46d86e04a7f5d4f3cc239c6fa05bc",
"affectsGlobalScope": true
},
"./node_modules/@jupyterlab/apputils/lib/widgettracker.d.ts": {
"version": "47373ee1335c841b028086f19214476c62380d6db1061331b365fb03a77131c6",
"signature": "47373ee1335c841b028086f19214476c62380d6db1061331b365fb03a77131c6",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/dialog.d.ts": {
"version": "51f757fb200b69b6dab09c6cabb5b2c612c0275e1d200d52f3f1a3f2677296b0",
"signature": "51f757fb200b69b6dab09c6cabb5b2c612c0275e1d200d52f3f1a3f2677296b0",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/domutils.d.ts": {
"version": "b8a6b60217ac1eb177c22d3e78878387fb9b4326d9c42d48e7db569f397609c6",
"signature": "b8a6b60217ac1eb177c22d3e78878387fb9b4326d9c42d48e7db569f397609c6",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/hoverbox.d.ts": {
"version": "1aeef85f101d6623640784d3208baa1c01922a891d8da0bbdc1439f0863d3656",
"signature": "1aeef85f101d6623640784d3208baa1c01922a891d8da0bbdc1439f0863d3656",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/iframe.d.ts": {
"version": "e590fee01c5af4203c63b179c12531dbaf17f9027ed1bc9e58ccadf1999ac495",
"signature": "e590fee01c5af4203c63b179c12531dbaf17f9027ed1bc9e58ccadf1999ac495",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/apputils/lib/inputdialog.d.ts": {
"version": "ce3504946dfdd742270be199cc1cdbb6bc3e2f5c1d321aab6c3f015dfa9ad7cd",
"signature": "ce3504946dfdd742270be199cc1cdbb6bc3e2f5c1d321aab6c3f015dfa9ad7cd",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/widgets/commandpalettesvg.d.ts": {
"version": "b19f59a453f22453e4735e0b9fee2089fabebddfdd0b0fedab0409e3a2da63ca",
"signature": "b19f59a453f22453e4735e0b9fee2089fabebddfdd0b0fedab0409e3a2da63ca",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/widgets/menusvg.d.ts": {
"version": "4c3968c463988e5d3139ffb9f8d6594322f4db786a8ee51e6613b8d2eec7eaec",
"signature": "4c3968c463988e5d3139ffb9f8d6594322f4db786a8ee51e6613b8d2eec7eaec",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/widgets/tabbarsvg.d.ts": {
"version": "39fc830ce91c93ba086d587f36d8c6e95d46d1ed03ba05d36ef0021097459390",
"signature": "39fc830ce91c93ba086d587f36d8c6e95d46d1ed03ba05d36ef0021097459390",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/widgets/index.d.ts": {
"version": "d17f7a001dae13ded8536376f9319169a4c53e0e3789756e2058d0f4b4083a19",
"signature": "d17f7a001dae13ded8536376f9319169a4c53e0e3789756e2058d0f4b4083a19",
"affectsGlobalScope": false
},
"./node_modules/typestyle/node_modules/csstype/index.d.ts": {
"version": "f9d66b7d0c140496459807082ebe1bd8185a2d7478951881724b708e72fc7386",
"signature": "f9d66b7d0c140496459807082ebe1bd8185a2d7478951881724b708e72fc7386",
"affectsGlobalScope": false
},
"./node_modules/typestyle/lib/types.d.ts": {
"version": "aca6c5506e2023b46af62d650a80e2c3596b7d4d77e8ec82dd9345604230640f",
"signature": "aca6c5506e2023b46af62d650a80e2c3596b7d4d77e8ec82dd9345604230640f",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/style/icon.d.ts": {
"version": "72197af93cb407921c0db36a7c187588c10f994e7924d2ec722004843c226e2d",
"signature": "72197af93cb407921c0db36a7c187588c10f994e7924d2ec722004843c226e2d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/style/index.d.ts": {
"version": "aecf31d8843eecf4011a77ba692a68ba8da0241653a39cd275310eed2ab1649d",
"signature": "aecf31d8843eecf4011a77ba692a68ba8da0241653a39cd275310eed2ab1649d",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/labicon.d.ts": {
"version": "bfef935156b81c081b0e58da269d50db594c6229eb9d90622858274d92358700",
"signature": "bfef935156b81c081b0e58da269d50db594c6229eb9d90622858274d92358700",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/iconimports.d.ts": {
"version": "c37bd4e09607cf7104ac979fb0786e45994958f03a0a639e37aaf9f2e980e9fd",
"signature": "c37bd4e09607cf7104ac979fb0786e45994958f03a0a639e37aaf9f2e980e9fd",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/icon/index.d.ts": {
"version": "2c10d415e99427cb5afcf7b00ab2f15879e5fd7fec14260dcc2b2ad811edb41f",
"signature": "2c10d415e99427cb5afcf7b00ab2f15879e5fd7fec14260dcc2b2ad811edb41f",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/components/interface.d.ts": {
"version": "db3efaf54928d3b92c0e80f1da14e03b49e20272e90158beae18ac9891207798",
"signature": "db3efaf54928d3b92c0e80f1da14e03b49e20272e90158beae18ac9891207798",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/components/htmlselect.d.ts": {
"version": "cb82c1784b85fe06df3a5bdbebf3e27e68ed9e6e0086014db89adf3954596661",
"signature": "cb82c1784b85fe06df3a5bdbebf3e27e68ed9e6e0086014db89adf3954596661",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/components/switch.d.ts": {
"version": "c8dfac294bebe2416e558293784e611c8f215d610f14a6ab61ffba1cbb71e8a1",
"signature": "c8dfac294bebe2416e558293784e611c8f215d610f14a6ab61ffba1cbb71e8a1",
"affectsGlobalScope": false
},
"./node_modules/@jupyterlab/ui-components/lib/components/index.d.ts": {
"version": "35ff0ed145a35ded60bd33663631ea337a386d35e0e375061996116d03bdecd2",
"signature": "35ff0ed145a35ded60bd33663631ea337a386d35e0e375061996116d03bdecd2",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/refs.d.ts": {
"version": "ce275aeee3aab6ad22b1451fba8faf2e4fd4f70ce85e10ed8649923b2630031c",
"signature": "ce275aeee3aab6ad22b1451fba8faf2e4fd4f70ce85e10ed8649923b2630031c",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/abstractcomponent.d.ts": {
"version": "d1dbebf193f3122f34a883ec910beb7c5e6d2921a56cc3065c33c91ff27a01d5",
"signature": "d1dbebf193f3122f34a883ec910beb7c5e6d2921a56cc3065c33c91ff27a01d5",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/abstractcomponent2.d.ts": {
"version": "4e81cedd4aca5f757c315cbf9a4ac69acfa79d178af0f60511f6cca9f55f82a2",
"signature": "4e81cedd4aca5f757c315cbf9a4ac69acfa79d178af0f60511f6cca9f55f82a2",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/abstractpurecomponent.d.ts": {
"version": "93bb365a11749a610355844b9cec34b2b2390581fa49619cec047610b0e92432",
"signature": "93bb365a11749a610355844b9cec34b2b2390581fa49619cec047610b0e92432",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/abstractpurecomponent2.d.ts": {
"version": "f2c9ddb2fe02d13686be12dc202659ff0de37837859bbc40c004c0296b424bfa",
"signature": "f2c9ddb2fe02d13686be12dc202659ff0de37837859bbc40c004c0296b424bfa",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/alignment.d.ts": {
"version": "bd2ab07f4d3e1f9f541383e8ef2c61658344348181d3020f6c663ee042375c88",
"signature": "bd2ab07f4d3e1f9f541383e8ef2c61658344348181d3020f6c663ee042375c88",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/boundary.d.ts": {
"version": "f1e1e68cbe048ee1112f2929c7d68d53d4ad86dacd6e45bafaa5c5801047b7c6",
"signature": "f1e1e68cbe048ee1112f2929c7d68d53d4ad86dacd6e45bafaa5c5801047b7c6",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/colors.d.ts": {
"version": "10e0b60f4e14b244bd145f694f0690d8b9f26c8c7a755743afabdd992935fc64",
"signature": "10e0b60f4e14b244bd145f694f0690d8b9f26c8c7a755743afabdd992935fc64",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/constructor.d.ts": {
"version": "6d02c401f67c24d2a7d3714ae5ce6be75d0f6a9f25a9ef3bde0c00ee651fd420",
"signature": "6d02c401f67c24d2a7d3714ae5ce6be75d0f6a9f25a9ef3bde0c00ee651fd420",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/elevation.d.ts": {
"version": "5873abbf948918e64a1d648d7b60cdfd2eb9e9902d6d1c580876218824ff689b",
"signature": "5873abbf948918e64a1d648d7b60cdfd2eb9e9902d6d1c580876218824ff689b",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/intent.d.ts": {
"version": "843fbd11bfa2082344b49c439a938f6f0cb3a185eb68acfde43f672b093b8558",
"signature": "843fbd11bfa2082344b49c439a938f6f0cb3a185eb68acfde43f672b093b8558",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/position.d.ts": {
"version": "3ceb238111cbea7ba1b9b25a4833c5a0432637610f3245c6b1cf5804acfcfbb8",
"signature": "3ceb238111cbea7ba1b9b25a4833c5a0432637610f3245c6b1cf5804acfcfbb8",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/icons/lib/esm/generated/iconcontents.d.ts": {
"version": "e133efe7fd5a1467149abf111686337d3e65d61d7f38e13ba5a6134201315958",
"signature": "e133efe7fd5a1467149abf111686337d3e65d61d7f38e13ba5a6134201315958",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/icons/lib/esm/generated/iconnames.d.ts": {
"version": "142dbe9097101d33df9e7595a040ac838c006ab3900a00ccaefbd819d392d1d4",
"signature": "142dbe9097101d33df9e7595a040ac838c006ab3900a00ccaefbd819d392d1d4",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/icons/lib/esm/iconname.d.ts": {
"version": "f83b02a0e5d2ea81b9a14362a1cadafd534392bacdf731e461afc330c476980d",
"signature": "f83b02a0e5d2ea81b9a14362a1cadafd534392bacdf731e461afc330c476980d",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/icons/lib/esm/generated/iconsvgpaths.d.ts": {
"version": "f634926161579868440ca5372c890f0e20200b1323af31802a7075c4efdabe04",
"signature": "f634926161579868440ca5372c890f0e20200b1323af31802a7075c4efdabe04",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/icons/lib/esm/index.d.ts": {
"version": "9954e278f4c8a55b3c70710fc601addf02cf0a3eeccfb1b569917f10e3899a20",
"signature": "9954e278f4c8a55b3c70710fc601addf02cf0a3eeccfb1b569917f10e3899a20",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/props.d.ts": {
"version": "e24a84913572d2c969dc7132a9672c4c6ee5d5e654695bbfc18a438503871953",
"signature": "e24a84913572d2c969dc7132a9672c4c6ee5d5e654695bbfc18a438503871953",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/classes.d.ts": {
"version": "1cf46c9328c93e1033d970580d4cb2903664001a3212b7d65bace2f14c727e54",
"signature": "1cf46c9328c93e1033d970580d4cb2903664001a3212b7d65bace2f14c727e54",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/keys.d.ts": {
"version": "75eaa6171bc3ce74f87a9fea83c35e5d2bfda3518eec74466cf3551fadded8fe",
"signature": "75eaa6171bc3ce74f87a9fea83c35e5d2bfda3518eec74466cf3551fadded8fe",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/compareutils.d.ts": {
"version": "0898dae9f289fcec89935e18892fe9fefbd5496f3d25ab75fec6460dc1cac6a4",
"signature": "0898dae9f289fcec89935e18892fe9fefbd5496f3d25ab75fec6460dc1cac6a4",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/domutils.d.ts": {
"version": "5fe0701f446d17874b6ab8c141985faf0fe9c898cea9a84b009a30911cc86bee",
"signature": "5fe0701f446d17874b6ab8c141985faf0fe9c898cea9a84b009a30911cc86bee",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/functionutils.d.ts": {
"version": "8802ee7636d5e15d7f732f8dd5d52e972f7c139c279f15f0b2768a1af183e1fc",
"signature": "8802ee7636d5e15d7f732f8dd5d52e972f7c139c279f15f0b2768a1af183e1fc",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/jsutils.d.ts": {
"version": "0fda3389ad3f08a948f0b31014354ba66b85741005c1bb0b11c01378b6603ff2",
"signature": "0fda3389ad3f08a948f0b31014354ba66b85741005c1bb0b11c01378b6603ff2",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/reactutils.d.ts": {
"version": "b5d7adc7a11865fbf57ee146c0323f7935208e2221465fcdb419a10aaa7abb3f",
"signature": "b5d7adc7a11865fbf57ee146c0323f7935208e2221465fcdb419a10aaa7abb3f",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/safeinvokemember.d.ts": {
"version": "76a73ecc334a853411ba43d5e977bc56811b90448dafb383b4062acdd716c310",
"signature": "76a73ecc334a853411ba43d5e977bc56811b90448dafb383b4062acdd716c310",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/utils/index.d.ts": {
"version": "542b302521f824018c925c361e2fc7979a0bbef4affd84bebcf00bfb15f6975a",
"signature": "542b302521f824018c925c361e2fc7979a0bbef4affd84bebcf00bfb15f6975a",
"affectsGlobalScope": false
},
"./node_modules/@blueprintjs/core/lib/cjs/common/index.d.ts": {
"version": "6646d1446d9958fc1fef81b60208835665d44df47880fc1264a7f721329aed11",