forked from ipython/ipyparallel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
6296 lines (5454 loc) · 266 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
863
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@babel/code-frame@^7.0.0":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
integrity sha512-IF4EOMEV bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
dependencies:
"@babel/highlight" "^7.16.0"
"@babel/helper-validator-identifier@^7.15.7":
version "7.15.7"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
integrity sha512-K4JvCtQqad9OY2 yTU8w E82ywk/fe ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N tb3fxK800wLtKOE/aM0m72w==
"@babel/highlight@^7.16.0":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
integrity sha512-t8MH41kUQylBtu2 4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
dependencies:
"@babel/helper-validator-identifier" "^7.15.7"
chalk "^2.0.0"
js-tokens "^4.0.0"
"@babel/runtime@^7.1.2":
version "7.15.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
dependencies:
regenerator-runtime "^0.13.4"
"@blueprintjs/core@^3.36.0", "@blueprintjs/core@^3.47.0":
version "3.47.0"
resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.47.0.tgz#bf33155d224b742ba51c6e1cf5be4523290337a7"
integrity sha512-u bfmCyPXwKZMnwY4 e/iWjO2vDUvr8hA8ydmV0afyvcEe7Sh85UPEorIgQ/CBuRIbVMNm8FpLsFzDxgkfrCNA==
dependencies:
"@blueprintjs/icons" "^3.27.0"
"@types/dom4" "^2.0.1"
classnames "^2.2"
dom4 "^2.1.5"
normalize.css "^8.0.1"
popper.js "^1.16.1"
react-lifecycles-compat "^3.0.4"
react-popper "^1.3.7"
react-transition-group "^2.9.0"
resize-observer-polyfill "^1.5.1"
tslib "~1.13.0"
"@blueprintjs/icons@^3.27.0":
version "3.27.0"
resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.27.0.tgz#f4c03e8bc2f9310f7eaefaab26dd91f65935da43"
integrity sha512-ItRioyrr2s70chclj5q38HS9omKOa15b3JZXv9JcMIFz 6w6rAcoAH7DA 5xIs27bFjax/SdAZp/eYXSw0 QpA==
dependencies:
classnames "^2.2"
tslib "~1.13.0"
"@blueprintjs/select@^3.15.0":
version "3.16.6"
resolved "https://registry.yarnpkg.com/@blueprintjs/select/-/select-3.16.6.tgz#ae41a73bc7c23b07a20b0c50c71273c9d5d0d83d"
integrity sha512-lg2duuzlRw18 pbET6vlRY/TVSuuSI6wI4DObUiBAfU7G3fMa6d10Sp 0Yn00XaMPQ5y3MGn1gz0EbIJ3/A5OA==
dependencies:
"@blueprintjs/core" "^3.47.0"
classnames "^2.2"
tslib "~1.13.0"
"@discoveryjs/json-ext@^0.5.0":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d"
integrity sha512-Fxt AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==
"@fortawesome/fontawesome-free@^5.12.0":
version "5.15.4"
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
"@hypnosphi/create-react-context@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz#f8bfebdc7665f5d426cba3753e0e9c7d3154d7c6"
integrity sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau jfT386w7OFTMaCqOgXUH1fa0w/I1oZs i/Rfr0A==
dependencies:
gud "^1.0.0"
warning "^4.0.3"
"@jupyterlab/application@^3.0.0":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.1.4.tgz#53c8d7fd264ff942d4090ef129c204b3fd67140a"
integrity sha512-GngdRCtDPF1GeRsTBGQ3dS2js9aatN7GvjdO4Chypw74hoH7EJnwNHsGO2hr6lLnA/EuKXNkeDvSmsNPjGVe2w==
dependencies:
"@fortawesome/fontawesome-free" "^5.12.0"
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/docregistry" "^3.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/rendermime-interfaces" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/statedb" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/application" "^1.16.0"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/polling" "^1.3.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
"@jupyterlab/apputils@^3.0.0", "@jupyterlab/apputils@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.1.4.tgz#ba1d071b1b6712be1aa8f59f47556f7d4fd3488a"
integrity sha512-UYAA6Uvg8a1GAuaJJLMKOXalD6VK9Ws76B3I38f69nOZzzjWTy1u7cXww8hxlfQjEquenBW/2zKV6Yu6c 8I3w==
dependencies:
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/settingregistry" "^3.1.4"
"@jupyterlab/statedb" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/domutils" "^1.2.3"
"@lumino/messaging" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
"@types/react" "^17.0.0"
react "^17.0.1"
react-dom "^17.0.1"
sanitize-html "~2.3.3"
url "^0.11.0"
"@jupyterlab/attachments@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-3.1.4.tgz#4ab8284cd741e332d4835eedbf2a9807d8b4ce7a"
integrity sha512-dP0ASeirjFKTr7toT2j5 SMPJGwigYsUSQOuVe7pNctIGFTzHZmnqIqdZbnGucNdeNfR mIJdvBaNVHdOGO1vw==
dependencies:
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/rendermime-interfaces" "^3.1.4"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@jupyterlab/builder@^3.1.10":
version "3.1.10"
resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.1.10.tgz#b0b53662de5598d172d3190336867ef8e2cb384e"
integrity sha512-LM2Ti4KsDCthtEBCTuKLr5WxXZJqaXWCRRrj8 lbHXB8xiRndC9twpUC7lGBsrdrCSlXJ Eew/ga9n/RLB/4mQ==
dependencies:
"@jupyterlab/buildutils" "^3.1.10"
"@lumino/algorithm" "^1.3.3"
"@lumino/application" "^1.16.0"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/domutils" "^1.2.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
ajv "^6.12.3"
commander "~6.0.0"
css-loader "^5.0.1"
duplicate-package-checker-webpack-plugin "^3.0.0"
file-loader "~6.0.0"
fs-extra "^9.0.1"
glob "~7.1.6"
license-webpack-plugin "^2.3.14"
mini-css-extract-plugin "~1.3.2"
path-browserify "^1.0.0"
process "^0.11.10"
raw-loader "~4.0.0"
style-loader "~2.0.0"
supports-color "^7.2.0"
svg-url-loader "~6.0.0"
terser-webpack-plugin "^4.1.0"
to-string-loader "^1.1.6"
url-loader "~4.1.0"
webpack "^5.41.1"
webpack-cli "^4.1.0"
webpack-merge "^5.1.2"
worker-loader "^3.0.2"
"@jupyterlab/buildutils@^3.1.10":
version "3.1.10"
resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.1.10.tgz#1301d4a75b886d7688bb60b22d5b14a68ca19005"
integrity sha512-9ZVp0G0yPOp2upU6gY9 Q2f9f0KfDY9BnHRc5VjrAVOx8 IoM6kMkjLbYZXn55J0SoKMO55XLxxBTJWNrt33ug==
dependencies:
"@lumino/coreutils" "^1.5.3"
"@yarnpkg/lockfile" "^1.1.0"
child_process "~1.0.2"
commander "~6.0.0"
crypto "~1.0.1"
dependency-graph "^0.9.0"
fs-extra "^9.0.1"
glob "~7.1.6"
inquirer "^7.0.0"
minimatch "~3.0.4"
os "~0.1.1"
package-json "^6.5.0"
prettier "~2.1.1"
process "^0.11.10"
semver "^7.3.2"
sort-package-json "~1.44.0"
typescript "~4.1.3"
verdaccio "^5.1.1"
"@jupyterlab/cells@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-3.1.4.tgz#2fc638a6160ac193a7387d3420ef490ccc12e7bc"
integrity sha512-76X7KGDKv20297KRd1Qyj9C8XUulAasnyi6PbFo0RxXjWvfrwIkaTrBPxBpein QBtAq7KWkY8TEMK/WLE pOA==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/attachments" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/codemirror" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/filebrowser" "^3.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/outputarea" "^3.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/shared-models" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/domutils" "^1.2.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
marked "^2.0.0"
react "^17.0.1"
"@jupyterlab/codeeditor@^3.0.0", "@jupyterlab/codeeditor@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.1.4.tgz#99ab3db8b4fc863135674d03a58f55366868cd49"
integrity sha512-KI/q6bKa5CNe0aUVASNXCW1sbWnUVdsObncUjy4lvnuZgbNtHvgqITa69 P L8jL293QBe2esAqmY9zbonbRbw==
dependencies:
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/shared-models" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
"@jupyterlab/codemirror@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.1.4.tgz#248630fa1516b493bb4402939dde51cd55533de1"
integrity sha512-4OKna9DHOdLO0G0DfoNXF3xJ/L0B5DuY0nBXMzLTp/LIbar1BeEXNu4CG28aJqUdjiuBP6TylfKVx 0NkiFG1A==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/shared-models" "^3.1.4"
"@jupyterlab/statusbar" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/polling" "^1.3.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
codemirror "~5.61.0"
react "^17.0.1"
y-codemirror "^2.1.1"
"@jupyterlab/console@^3.0.0":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-3.1.4.tgz#3548ae4d694e7401010fdc32c4e7a1e79d5169bc"
integrity sha512-T5als32nsQ6SQfVRMAs/gS02n0WHvUQfEZBpGTbwoxFJpjNU08G9nJ niFUgvveW0k99yosMyttfSX9unmkrlA==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/cells" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
"@jupyterlab/coreutils@^5.0.0", "@jupyterlab/coreutils@^5.1.4":
version "5.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.1.4.tgz#864b6a5fa4708b8da0b255171708cfdf2e251430"
integrity sha512-Lt247hs6AqRGQFOUd/JaVElwT33Am5XPOW8wnVelXFOItqqkuQsDMv9Omkwb68UMCP5quWHswFf3S5vSE3ZoBw==
dependencies:
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
minimist "~1.2.0"
moment "^2.24.0"
path-browserify "^1.0.0"
url-parse "~1.5.1"
"@jupyterlab/docmanager@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-3.1.4.tgz#524ee50730363dffdcaf3193230ca0edc6893946"
integrity sha512-YtmEMyy7Q68t6iufo1EwBW3f wRE vXdLpwmc5pdhJSvRA2x3oxlcLgt 48au3xU0/na2NKNtiWXsAshA5xpJg==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/docprovider" "^3.1.4"
"@jupyterlab/docregistry" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/statusbar" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
react "^17.0.1"
"@jupyterlab/docprovider@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.1.4.tgz#b2f2b6c3af97156bd5a3a4b2676445b45ec5f352"
integrity sha512-vbsDeNgF14pGIo6x441vGybw9s1sxULfQJhBpavpXDfcVVD3Tq3DYhqgmEDw d5xX1Nbt8Wj42Lmb/EBjbCm5w==
dependencies:
"@jupyterlab/shared-models" "^3.1.4"
"@lumino/coreutils" "^1.5.3"
lib0 "^0.2.42"
y-websocket "^1.3.15"
yjs "^13.5.6"
"@jupyterlab/docregistry@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.1.4.tgz#1bd8b72131a373f336f25650028323af4164e962"
integrity sha512-PEKFoRBgqXl2pJMqvg5E 0zFGN2eqUKRs8uJHAzZf5vI4nM4sihfu5G5dcpjZ3EjCygh3HIBu1myAE4gysBNgQ==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/codemirror" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/docprovider" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/rendermime-interfaces" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/shared-models" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
yjs "^13.5.6"
"@jupyterlab/filebrowser@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-3.1.4.tgz#8862d1534427e6d209d4e5c78c32217d46f2fd6a"
integrity sha512-WYODTIvBIIBQKpZjnOqm99BmpgqO3hvuq70W342OCzfyxiQ/sGaZo9AjKhRIjRCBy tHUVWS/Qf2qjkpl633WQ==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/docmanager" "^3.1.4"
"@jupyterlab/docregistry" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/statedb" "^3.1.4"
"@jupyterlab/statusbar" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/domutils" "^1.2.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/polling" "^1.3.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
react "^17.0.1"
"@jupyterlab/mainmenu@^3.0.0":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-3.1.4.tgz#83ef9c069ac59551b117c630650c3b608dbea163"
integrity sha512-z/RVkbUAIDp9Onmvpzv/ayJ/fY5MC4ual1s7I2YsOiRr9 LTAX0G4S0dy2LD32tV Hr2SxM0vrSXaDA1tmngvA==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/widgets" "^1.19.0"
"@jupyterlab/nbformat@^3.0.0", "@jupyterlab/nbformat@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.1.4.tgz#5da09fe6b96f572b97b1aaea004f81861914d5fe"
integrity sha512-Dnj6 6QzsY1ruLaZanIVnGt5YhPYINQ4T/Cvn2PcZKXUFxX olmn0zhTkrXThrVa2nk646I7PMxe2Dhb9qaeBA==
dependencies:
"@lumino/coreutils" "^1.5.3"
"@jupyterlab/notebook@^3.0.0":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-3.1.4.tgz#f6f05f62835d6eb3eea8b7627514c564f1687176"
integrity sha512-iJj/PjV0g1QgGvSqZDnGMijl9Lz0Vn9aUU3FXrHmYMsF0x7v/qgzHyDLajokV1YViImvGPWlgt46Joz3xPNu1w==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/cells" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/docregistry" "^3.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/shared-models" "^3.1.4"
"@jupyterlab/statusbar" "^3.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/domutils" "^1.2.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
react "^17.0.1"
"@jupyterlab/observables@^4.1.4":
version "4.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.1.4.tgz#dc254aebb60e2167a69b80435fde2154892591c3"
integrity sha512-veXoN1HssNCzK1YnSOq47NEVlvbe9GUVUNImnZorA3FDYtwjbu1zmqJNWW0l20mgm3QAFzNljYytGsprKwC7nQ==
dependencies:
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@jupyterlab/outputarea@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-3.1.4.tgz#38f9d7c09aba6ca80036b70c967e7e305989acb7"
integrity sha512-Qqe/TVCCYC6H5vMzUKD6xI1kIUB32/Dlrxg8 IEEpXP0894SLME75lWrNensYyt S76KZwXjzaRynL1tvIw0gw==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime" "^3.1.4"
"@jupyterlab/rendermime-interfaces" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
resize-observer-polyfill "^1.5.1"
"@jupyterlab/rendermime-interfaces@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.1.4.tgz#cad084f2efe62db0bbadc8a1b52171cd246d2142"
integrity sha512-5sh3OZ6FN276HUHlrS6yzOclKbABsHb/97AWzHuE3zydfjGFQltNKi9IWtxVxPZ16NIFIot5lmm4kK0KMCUkSw==
dependencies:
"@jupyterlab/translation" "^3.1.4"
"@lumino/coreutils" "^1.5.3"
"@lumino/widgets" "^1.19.0"
"@jupyterlab/rendermime@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.1.4.tgz#dbd703c4a3ed8416ec497a9b094f8e122c608a62"
integrity sha512-W8LfDwd8SxsqumL 91zOWLv6d88kxN8kFAGiT9bKLsv3cg5isVNWfjT3A8pLBWgJC7hYQIsG7mwkCr6rIYV48A==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/codemirror" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/rendermime-interfaces" "^3.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/translation" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
lodash.escape "^4.0.1"
marked "^2.0.0"
"@jupyterlab/services@^6.0.0", "@jupyterlab/services@^6.1.4":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.1.4.tgz#ffe08c9bc9c67af24ac65d1cc6a68a962a958df0"
integrity sha512-bzZV1DFFuxJGAg WjykWr5GwVSjjXZJ6ACO4P4EkkkJUOv5kzF/WGYtXv6/CYK48ia1E3IIyyP73vmSo3H2sZw==
dependencies:
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/nbformat" "^3.1.4"
"@jupyterlab/observables" "^4.1.4"
"@jupyterlab/settingregistry" "^3.1.4"
"@jupyterlab/statedb" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/polling" "^1.3.3"
"@lumino/signaling" "^1.4.3"
node-fetch "^2.6.0"
ws "^7.4.6"
"@jupyterlab/settingregistry@^3.0.0", "@jupyterlab/settingregistry@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.1.4.tgz#4a24d99f4c3e0e8731bbfa285af20973f26823d8"
integrity sha512-vPSGcjFRqW80dGng5T2rte0r9It6YMItR4rAkLpfTMCFmzSVyyCnIByoZ2xTInyEt HuznGauXQSZZCzTJNkJg==
dependencies:
"@jupyterlab/statedb" "^3.1.4"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
ajv "^6.12.3"
json5 "^2.1.1"
"@jupyterlab/shared-models@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.1.4.tgz#d7174d7424f58d0c3862994562570eca7c80df28"
integrity sha512-tkwbJtwrCbTFW83WIFnux4qw4E5jW78gTRU9vdBGwVUD h0pZma655KUkDW34xdIT4AiMMIGhx38TPSMAEbijg==
dependencies:
"@jupyterlab/nbformat" "^3.1.4"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
y-protocols "^1.0.5"
yjs "^13.5.6"
"@jupyterlab/statedb@^3.0.0", "@jupyterlab/statedb@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.1.4.tgz#f00eb22ab2c2417899780ff0f9849dc466a7a66f"
integrity sha512-wmC2tDv4VHzNXExsdXBA7ypaeO2e7HwhYENAPI5yMOu/DWErRNBNNonH1Ew493bsEkw8XMmu5D4p/wOQLIlzHQ==
dependencies:
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/properties" "^1.2.3"
"@lumino/signaling" "^1.4.3"
"@jupyterlab/statusbar@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.1.4.tgz#5ba60636f11280942fbda802ac05e5db10f3666e"
integrity sha512-TC3LL5jvD9itbY9Vjdu6GQRPP9IW Me 1dnjx4IS0dK7fSze8q/oUj 4e0Q2k7AGjBcli7N4U5GdkZLq5qDVA==
dependencies:
"@jupyterlab/apputils" "^3.1.4"
"@jupyterlab/codeeditor" "^3.1.4"
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/translation" "^3.1.4"
"@jupyterlab/ui-components" "^3.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
csstype "~3.0.3"
react "^17.0.1"
typestyle "^2.0.4"
"@jupyterlab/translation@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.1.4.tgz#d5393ab3dced8969c20c52aeaf4c8170c615c52b"
integrity sha512-3ptqhDGhKuz6ur7I/lYbO3iH0ugUN3dXuB143geQnXprTe2AUss1/kA6Bds19tqqF gz3VOfRc0USvoojXRLgQ==
dependencies:
"@jupyterlab/coreutils" "^5.1.4"
"@jupyterlab/services" "^6.1.4"
"@jupyterlab/statedb" "^3.1.4"
"@lumino/coreutils" "^1.5.3"
"@jupyterlab/ui-components@^3.0.0", "@jupyterlab/ui-components@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.1.4.tgz#a170c153217b7356a5349d4cd6bd6eda36adade2"
integrity sha512-Jkr2LK/zh0//vd3avLunDZAyOjCvaGDtJYTALL8w3IXtSDAfMZlCtntOFcLFqJLuGrdIQkZLYn1Kl/KqKc0YMA==
dependencies:
"@blueprintjs/core" "^3.36.0"
"@blueprintjs/select" "^3.15.0"
"@jupyterlab/coreutils" "^5.1.4"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/virtualdom" "^1.8.0"
"@lumino/widgets" "^1.19.0"
react "^17.0.1"
react-dom "^17.0.1"
typestyle "^2.0.4"
"@lumino/algorithm@^1.3.3", "@lumino/algorithm@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.6.0.tgz#771e7896cd94e660f9b58a52f80e1bb255de1d41"
integrity sha512-NMOcm5Yr9nXz5gokS/K4jHBbUMQYBkvDXl1n51XWdcz0LY oGuIKPhjazhUgmbNRehzdZBj5hMMd1 htYWeVKQ==
"@lumino/application@^1.16.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.23.0.tgz#5c04ee2cedcd46d2438930c6ea8af953037794fe"
integrity sha512-B4xP4GsOmo1Sx8H9dXhCPmDUdSZYhlzYTApooGR8rBsYo TVBlct/48/1C2NRiAjCzOQWsrQO D9bIzDAnTDiw==
dependencies:
"@lumino/commands" "^1.15.0"
"@lumino/coreutils" "^1.8.0"
"@lumino/widgets" "^1.26.0"
"@lumino/collections@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-1.6.0.tgz#7d3e94cee26409b0cd719c1934bdda471e6a5662"
integrity sha512-ZETm0/xF0oUHV03sOXNOfFI1EEpS317HvN5n fZBJvCNZIrJkWmKD8QuxcfwHb7AChKUhXlVHhDbWlb1LKnd7g==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/commands@^1.12.0", "@lumino/commands@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-1.15.0.tgz#06eb94fb4b34cad59f35b1fcaf473e8d2047f779"
integrity sha512-JOE68KfbR9xw5YTfcwo 9E0PSWidifEMAcOC/aXd7iSzfsCRknMTcMQIUGL277IU7J7CJvoe10DUE5QKwTmX g==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/coreutils" "^1.8.0"
"@lumino/disposable" "^1.7.0"
"@lumino/domutils" "^1.5.0"
"@lumino/keyboard" "^1.5.0"
"@lumino/signaling" "^1.7.0"
"@lumino/virtualdom" "^1.11.0"
"@lumino/coreutils@^1.5.3", "@lumino/coreutils@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.8.0.tgz#4feb3ccbfbc3efc8e395a90f22b5a938fbad959a"
integrity sha512-OvCsaASUqOE7R6Dxngyk4/b5QMOjyRUNxuZuuL fx JvGKZFZ/B2c9LYtAJ9mDmQ1BQiGNV/qSpL4o7x8PCfjw==
"@lumino/disposable@^1.4.3", "@lumino/disposable@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.7.0.tgz#539463490cb42e8d2dc46b5ff7cc291f4f1a8d07"
integrity sha512-3mWi11ko3XVY63BPwvys7MXrbFddA2i gp72d0wAKM2NDDUopVPikMHhJpjGJcw otjahzXYiTewxPDEau9dYg==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/signaling" "^1.7.0"
"@lumino/domutils@^1.2.3", "@lumino/domutils@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.5.0.tgz#fdba0cfe404b4817e63aa064f63b3c965655e76e"
integrity sha512-dZ0Aa /qhvfPc1aa5kX4LLGE3B6BW1XmJa0R1XVCEpAFY3cZiujuQWmhYHJtZPrOiqn0UtioT2OpqnWdtCWc0A==
"@lumino/dragdrop@^1.10.0", "@lumino/dragdrop@^1.7.1":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.10.0.tgz#2fddacfee055e660dd33dd9a3cfbd8fbba811673"
integrity sha512-A3cNLcp09zygOprWmLTkLZCQYNq3dJfN mhni4IZizqCTkKbTCEzo2/IwoCWvy ABKft8d/A9Y40wFW6yJ9OyA==
dependencies:
"@lumino/coreutils" "^1.8.0"
"@lumino/disposable" "^1.7.0"
"@lumino/keyboard@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-1.5.0.tgz#c12213822dd2645c412e8689aecd4a2726113ac6"
integrity sha512-/uF9xqHYVbIkser2Q6UIv7VWrzThr1fxAmSOShjSoKGocL0XHeaBaCOMezSaVxnJ1wm1ciNdhMsjscVM8Inp7g==
"@lumino/messaging@^1.4.3", "@lumino/messaging@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-1.7.0.tgz#32542f9e9a266fd5b3f71842f70cfe141e016d93"
integrity sha512-QYWf9QGIGD0Oes104zw7mVln4S8yRije2mZhNNRBjkYcDuQlPW eRSuC5LwAMsFnGymBlUPwPbKOUEO2RbhAtg==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/collections" "^1.6.0"
"@lumino/polling@^1.0.4", "@lumino/polling@^1.3.3":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.6.0.tgz#64f40bba4602fe9eceb9f3fae8f3647831e5b7e9"
integrity sha512-jG1nqw6UO5XEN7QamOr6iDW8WvYeZQcBVRjM38fszz62dwJ/VGPvO2hlNl6QWWIfCynbJudms0LQm z0BT1EdA==
dependencies:
"@lumino/coreutils" "^1.8.0"
"@lumino/disposable" "^1.7.0"
"@lumino/signaling" "^1.7.0"
"@lumino/properties@^1.2.3", "@lumino/properties@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.5.0.tgz#7e8638e84c51bb110c5a69f91ca8b0e40b2c3fca"
integrity sha512-YqpJE6/1Wkjrie0E ypu yzd55B5RlvKYMnQs3Ox SrJsnNBhA6Oj44EhVf8SUTuHgn1t/mm LvbswKN5RM4 g==
"@lumino/signaling@^1.4.3", "@lumino/signaling@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.7.0.tgz#76da4738bf8f19e7da6de1d457a54220e2140670"
integrity sha512-a5kd11Sf04jTfpzxCr7TOBD2o5YvItA4IGwiOoG QR6sPR0Rwmcf47fPItqXo5st58iNIblC3F c264N Me gg==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/virtualdom@^1.11.0", "@lumino/virtualdom@^1.8.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-1.11.0.tgz#468b4d28a07e2b8988dc583b4aab40e37dc6955e"
integrity sha512-G0sIx4pLYbgJ4w SIgsCYQgKP/GBrWgjh8wcumD6XpaYZNivJv4c01xITYYlh7FU61jZmMWMrxtZztArNRDSqg==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/widgets@^1.17.0", "@lumino/widgets@^1.19.0", "@lumino/widgets@^1.26.0":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.26.0.tgz#be030a837ac82008aaef3181c9d69e6cb9fd8611"
integrity sha512-B8XHR8Rk49LkP2IReVf4NaVGjs8EIIKP GDoMIiTurQno2MVyWM5ADGtHuwNeYyj1vTynBDp6zGa0aIxcwEHGw==
dependencies:
"@lumino/algorithm" "^1.6.0"
"@lumino/commands" "^1.15.0"
"@lumino/coreutils" "^1.8.0"
"@lumino/disposable" "^1.7.0"
"@lumino/domutils" "^1.5.0"
"@lumino/dragdrop" "^1.10.0"
"@lumino/keyboard" "^1.5.0"
"@lumino/messaging" "^1.7.0"
"@lumino/properties" "^1.5.0"
"@lumino/signaling" "^1.7.0"
"@lumino/virtualdom" "^1.11.0"
"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
dependencies:
"@nodelib/fs.stat" "2.0.5"
run-parallel "^1.1.9"
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4 A==
"@nodelib/fs.walk@^1.2.3":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
integrity sha512-oGB UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
dependencies:
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
"@npmcli/move-file@^1.0.1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb XvbZXWpDx8YKs7MLzMH/BCeopv y9vzrzgkfykCGuWOlSu3mZhj2 FQcrg==
dependencies:
mkdirp "^1.0.4"
rimraf "^3.0.2"
"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi BoDNUVBa2DhJqQYUFvMDfgU062LQ==
"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50 foYV2jCgtrqSA6qNuNSA==
dependencies:
defer-to-connect "^1.0.1"
"@types/dom4@^2.0.1":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@types/dom4/-/dom4-2.0.2.tgz#6495303f049689ce936ed328a3e5ede9c51408ee"
integrity sha512-Rt4IC1T7xkCWa0OG1oSsPa0iqnxlDeQqKXZAHrQGLb7wFGncWm85MaxKUjAGejOrUynOgWlFi4c6S6IyJwoK4g==
"@types/eslint-scope@^3.7.0":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e"
integrity sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==
dependencies:
"@types/eslint" "*"
"@types/estree" "*"
"@types/eslint-visitor-keys@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e w79 hbMUFC1QXDNCmdyoRfAFdm0RypzwR Qpag==
"@types/eslint@*":
version "7.28.0"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj 4OCjd5f7EZ/i/A==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
"@types/estree@*", "@types/estree@^0.0.50":
version "0.0.50"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB Hw==
"@types/glob@^7.1.1":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
integrity sha512-w LsMxKyYQm347Otw IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP 0qPh91Km3iKfSRLBB0P7fAMf0KHrPu MyA==
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu E5wZSJHNxUXeCZhAfXKQ41D duX VYPde7xyEVZci /oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
"@types/minimatch@*":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi 81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
"@types/node@*":
version "16.4.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.14.tgz#e27705ec2278b2355bd59f1952de23a152b9f208"
integrity sha512-GZpnVRNtv7sHDXIFncsERt qvj4rzAgRQtnvzk3Z7OVNtThD2dHXYCMDNc80D5mv4JE278qo8biZCwcmkbdpqw==
"@types/prop-types@*":
version "15.7.4"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
"@types/react-dom@^17.0.0":
version "17.0.9"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^17.0.0", "@types/react@~17.0.0":
version "17.0.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.17.tgz#1772d3d5425128e0635a716f49ef57c2955df055"
integrity sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l lbJiwW wdo1gNeRA 3RgNSO39WYX2euey41KEwnqesU2Jew==
"@types/source-list-map@*":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
integrity sha512-K5K yml8LTo9bWJI/rECfIPrGgxdpeNbj d53lwN4QjW1MCwlkhUms gtdzigTeUyBr09 u8BwOIY3MXvHdcsA==
"@types/webpack-sources@^0.1.5":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.9.tgz#da69b06eb34f6432e6658acb5a6893c55d983920"
integrity sha512-bvzMnzqoK16PQIC8AYHNdW45eREJQMd6WG/msQWX5V2 vZmODCOPb4TJcbgRljTZZTwTM4wUMcsI8FftNA7new==
dependencies:
"@types/node" "*"
"@types/source-list-map" "*"
source-map "^0.6.1"
"@typescript-eslint/eslint-plugin@^2.27.0":
version "2.34.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
integrity sha512-4zY3Z88rEE99 CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/ KMI3fcTAmUUhK/iQcQ==
dependencies:
"@typescript-eslint/experimental-utils" "2.34.0"
functional-red-black-tree "^1.0.1"
regexpp "^3.0.0"
tsutils "^3.17.1"
"@typescript-eslint/[email protected]":
version "2.34.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
integrity sha512-eS6FTkq wuMJ sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
dependencies:
"@types/json-schema" "^7.0.3"
"@typescript-eslint/typescript-estree" "2.34.0"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
"@typescript-eslint/parser@^2.34.0":
version "2.34.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7 13YB55rcJI3Jt YgeHbjUdJPcPa7b23rXCBokuyA==
dependencies:
"@types/eslint-visitor-keys" "^1.0.0"
"@typescript-eslint/experimental-utils" "2.34.0"
"@typescript-eslint/typescript-estree" "2.34.0"
eslint-visitor-keys "^1.1.0"
"@typescript-eslint/[email protected]":
version "2.34.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
integrity sha512-OMAr nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf cggqfo51SG/FCwnKhXCIM7hnVg==
dependencies:
debug "^4.1.1"
eslint-visitor-keys "^1.1.0"
glob "^7.1.6"
is-glob "^4.0.1"
lodash "^4.17.15"
semver "^7.3.2"
tsutils "^3.17.1"
"@verdaccio/[email protected]":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@verdaccio/commons-api/-/commons-api-10.0.0.tgz#2d7de8722f94181f1a71891fe91198a7c14e6dea"
integrity sha512-UC8wrRI9FvqjfDeB1RijF7aVI0JJhCOI8RkEDibCT/JD8zVngphrNmgSWcjo8Es3lRiu7NugWXDSuggCCeCfUg==
dependencies:
http-errors "1.8.0"
http-status-codes "1.4.0"
"@verdaccio/[email protected]", "@verdaccio/file-locking@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@verdaccio/file-locking/-/file-locking-10.0.0.tgz#3d476a6ba28207c795d49828438e7335166c1cfc"
integrity sha512-2tQUbJF3tQ3CY9grAlpovaF/zu8G56CBYMaeHwMBHo9rAmsJI9i7LfliHGS6Jygbs8vd0cOCPT7vl2CL9T8upw==
dependencies:
lockfile "1.0.4"
"@verdaccio/[email protected]":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@verdaccio/local-storage/-/local-storage-10.0.6.tgz#be485a8107ad84206cf80702d325ca47b7f22f68"
integrity sha512-YEImOMUL56lziS/N3o1YzoOcVGZXpyZclGSonw7XQ1lKQEvEhU06V2 tIdjPgtqIOuH9ZKdPeBsBuN7ILa2qzQ==
dependencies:
"@verdaccio/commons-api" "10.0.0"
"@verdaccio/file-locking" "10.0.0"
"@verdaccio/streams" "10.0.0"
async "3.2.0"
debug "4.3.1"
lodash "4.17.21"
lowdb "1.0.0"
mkdirp "1.0.4"
"@verdaccio/[email protected]":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@verdaccio/readme/-/readme-10.0.0.tgz#f9627c32b309ace311318b98b2c42226823f6cd7"
integrity sha512-OD3dMnRC8SvhgytEzczMBleN K/3lMqyWw/epeXvolCpCd7mW/Dl5zSR25GiHh/2h3eTKP/HMs4km8gS1MMLgA==
dependencies:
dompurify "^2.2.6"
jsdom "15.2.1"
marked "^2.0.1"
"@verdaccio/[email protected]":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@verdaccio/streams/-/streams-10.0.0.tgz#8b06e1d6f06e906ebda0f1d4089cdb651a533541"
integrity sha512-PqxxY11HhweN6z1lwfn9ydLCdnOkCPpthMZs SGCDz8Rt6gOyrjJVslV7o4uobDipjD9 hUPpJHDeO33Qt24uw==
"@verdaccio/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@verdaccio/ui-theme/-/ui-theme-3.1.0.tgz#21108f3c1b97e6db5901509d935e1f4ce475950a"
integrity sha512-NmJOcv25/OtF84YrmYxi31beFde7rt /y2qlnq0wYR4ZCFRE5TsuqisTVTe1OyJ8D8JwwPMyMSMSMtlMwUfqIQ==
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL xFV7VremuBLVbmCePj URalXBENx/9Lm7lnhihtCSw==
dependencies:
"@webassemblyjs/helper-numbers" "1.11.1"
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
integrity sha512-iGRfyc5Bq NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0 NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
integrity sha512-gwikF65aDNeeXa8JxXa2BAk REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w QJugEglN0of kmO8l7lDb77AnlKYQF7aarZuCrv l0UvqL 68gSDr3k9LPQ==
dependencies:
"@webassemblyjs/floating-point-hex-parser" "1.11.1"
"@webassemblyjs/helper-api-error" "1.11.1"
"@xtuc/long" "4.2.2"
"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1 BX62Q==
"@webassemblyjs/[email protected]":