forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
10076 lines (9045 loc) · 352 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"3dmol@npm:^2.0.6":
version: 2.0.6
resolution: "3dmol@npm:2.0.6"
dependencies:
iobuffer: "npm:^5.3.1"
netcdfjs: "npm:^3.0.0"
pako: "npm:^2.1.0"
upng-js: "npm:^2.1.0"
checksum: ebb5dade6c02acb8b921596b70a98b35176f8081e2b0912e3deda6ae4516ee3052ad5bef4b67c998a4a03ee64a9914d2444cb9ac10e874b7828041645db42b99
languageName: node
linkType: hard
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 53c2b231a61a46792b39a0d43bc4f4f776bb4542aa57ee04930676802e5501282c2fc8aac14e4cd1f1120ff8b52616b6ff5ab539ad30aa2277d726444b71619f
languageName: node
linkType: hard
"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
dependencies:
grapheme-splitter: "npm:^1.0.4"
checksum: 2f222b121b8aaf67e8495e27d60ebfc34e2472033445c3380e93fb06aba9bfef6ab3096aca190a181b3dd505ed4c07f4dc7243fc9cb5369008b649cd1e39e8d8
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.0, @babel/code-frame@npm:^7.16.0":
version: 7.23.5
resolution: "@babel/code-frame@npm:7.23.5"
dependencies:
"@babel/highlight": "npm:^7.23.4"
chalk: "npm:^2.4.2"
checksum: a10e843595ddd9f97faa99917414813c06214f4d9205294013e20c70fbdf4f943760da37dec1d998bf3e6fc20fa2918a47c0e987a7e458663feb7698063ad7c6
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: dcad63db345fb110e032de46c3688384b0008a42a4845180ce7cd62b1a9c0507a1bed727c4d1060ed1a03ae57b4d918570259f81724aaac1a5b776056f37504e
languageName: node
linkType: hard
"@babel/highlight@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/highlight@npm:7.23.4"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.20"
chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
checksum: fbff9fcb2f5539289c3c097d130e852afd10d89a3a08ac0b5ebebbc055cc84a4bcc3dcfed463d488cde12dd0902ef1858279e31d7349b2e8cee43913744bda33
languageName: node
linkType: hard
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.17.9, @babel/runtime@npm:^7.19.4, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.9.2":
version: 7.23.5
resolution: "@babel/runtime@npm:7.23.5"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: ca679cc91bb7e424bc2db87bb58cc3b06ade916b9adb21fbbdc43e54cdaacb3eea201ceba2a0464b11d2eb65b9fe6a6ffcf4d7521fa52994f19be96f1af14788
languageName: node
linkType: hard
"@blueprintjs/colors@npm:^4.0.0-alpha.2, @blueprintjs/colors@npm:^4.0.0-alpha.3":
version: 4.2.1
resolution: "@blueprintjs/colors@npm:4.2.1"
dependencies:
tslib: "npm:~2.5.0"
checksum: 3a95ebfb1dc3c7c299845ac473ffa0f58e5212e5ba5cad072196aadbadfc27393cf16efda7aba2df1ba29703c05851cf5f84896f4172d484230fe68861621f97
languageName: node
linkType: hard
"@blueprintjs/core@npm:3.52.0":
version: 3.52.0
resolution: "@blueprintjs/core@npm:3.52.0"
dependencies:
"@blueprintjs/colors": "npm:^4.0.0-alpha.2"
"@blueprintjs/icons": "npm:^3.31.0"
"@types/dom4": "npm:^2.0.1"
classnames: "npm:^2.2"
dom4: "npm:^2.1.5"
normalize.css: "npm:^8.0.1"
popper.js: "npm:^1.16.1"
react-lifecycles-compat: "npm:^3.0.4"
react-popper: "npm:^1.3.7"
react-transition-group: "npm:^2.9.0"
resize-observer-polyfill: "npm:^1.5.1"
tslib: "npm:~1.13.0"
peerDependencies:
react: ^15.3.0 || 16 || 17
react-dom: ^15.3.0 || 16 || 17
bin:
upgrade-blueprint-2.0.0-rename: scripts/upgrade-blueprint-2.0.0-rename.sh
upgrade-blueprint-3.0.0-rename: scripts/upgrade-blueprint-3.0.0-rename.sh
checksum: 9cb63f1e71ba49df34364073cf3330ede400d4bd83ac4a68813fff3aed6c943cd61087dceb3d40644c4dd26cb764221d13df12f12993b53e6cad2db8a1c722df
languageName: node
linkType: hard
"@blueprintjs/core@npm:^3.52.0":
version: 3.54.0
resolution: "@blueprintjs/core@npm:3.54.0"
dependencies:
"@blueprintjs/colors": "npm:^4.0.0-alpha.3"
"@blueprintjs/icons": "npm:^3.33.0"
"@juggle/resize-observer": "npm:^3.3.1"
"@types/dom4": "npm:^2.0.1"
classnames: "npm:^2.2"
dom4: "npm:^2.1.5"
normalize.css: "npm:^8.0.1"
popper.js: "npm:^1.16.1"
react-lifecycles-compat: "npm:^3.0.4"
react-popper: "npm:^1.3.7"
react-transition-group: "npm:^2.9.0"
tslib: "npm:~2.3.1"
peerDependencies:
react: ^15.3.0 || 16 || 17
react-dom: ^15.3.0 || 16 || 17
bin:
upgrade-blueprint-2.0.0-rename: scripts/upgrade-blueprint-2.0.0-rename.sh
upgrade-blueprint-3.0.0-rename: scripts/upgrade-blueprint-3.0.0-rename.sh
checksum: 2d32339085f237edbfe105c56a464a9fd408d3fcc9a113b32fac4cbe3673e109a1a15968ce3c1a9feb406a3264e680967591f7def374f5a218e991a12373abe9
languageName: node
linkType: hard
"@blueprintjs/datetime@npm:3.23.19":
version: 3.23.19
resolution: "@blueprintjs/datetime@npm:3.23.19"
dependencies:
"@blueprintjs/core": "npm:^3.52.0"
classnames: "npm:^2.2"
react-day-picker: "npm:7.4.9"
react-lifecycles-compat: "npm:^3.0.4"
tslib: "npm:~1.13.0"
peerDependencies:
react: ^15.3.0 || 16 || 17
react-dom: ^15.3.0 || 16 || 17
checksum: e359d8b3ed7daa6b4be84e48e6b130ba0be740fdf83d713c9ad825af56fe770546d1b6792bc91418f3cc0bacc799b38638b543c13c5017065044377d762525e6
languageName: node
linkType: hard
"@blueprintjs/icons@npm:3.33.0, @blueprintjs/icons@npm:^3.31.0, @blueprintjs/icons@npm:^3.33.0":
version: 3.33.0
resolution: "@blueprintjs/icons@npm:3.33.0"
dependencies:
classnames: "npm:^2.2"
tslib: "npm:~2.3.1"
checksum: 030bdc77791b2d5287c8f046cb416d419d1204953ed84526c0a220b39bcc5acbaa04b2af9f8dbdcbb8189dab72b3c8b8c2df8bbc50af57ec510d0e705c0b01b9
languageName: node
linkType: hard
"@blueprintjs/select@npm:3.18.11":
version: 3.18.11
resolution: "@blueprintjs/select@npm:3.18.11"
dependencies:
"@blueprintjs/core": "npm:^3.52.0"
classnames: "npm:^2.2"
tslib: "npm:~1.13.0"
peerDependencies:
react: ^15.3.0 || 16 || 17
react-dom: ^15.3.0 || 16 || 17
checksum: b3ff45ff987f5efb2da5198407876cedf7c6617eebd8d2c106da80216712b54b6b5871f11650e69bfdfab6f2a3c58ad971322c16a34a4cb82e79e64476835a2c
languageName: node
linkType: hard
"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44
languageName: node
linkType: hard
"@csstools/css-parser-algorithms@npm:^2.3.1":
version: 2.3.2
resolution: "@csstools/css-parser-algorithms@npm:2.3.2"
peerDependencies:
"@csstools/css-tokenizer": ^2.2.1
checksum: ccae373a3ab5c10716418b69ce1f6db10a26d3a2d60b65df5fe69099afe4fb1d3192925f3c0f93c3b17c3ab1964b0f39ad2b0e97312ec4a51caa55d6b6a31672
languageName: node
linkType: hard
"@csstools/css-tokenizer@npm:^2.2.0":
version: 2.2.1
resolution: "@csstools/css-tokenizer@npm:2.2.1"
checksum: 0c6901d291e99c567893846a47068057c2a28b3edc4219b6da589a530f55f51ddd4675f906f707b393bfe7a508ab2604bf3f75708f064db857bb277636bd5a44
languageName: node
linkType: hard
"@csstools/media-query-list-parser@npm:^2.1.4":
version: 2.1.5
resolution: "@csstools/media-query-list-parser@npm:2.1.5"
peerDependencies:
"@csstools/css-parser-algorithms": ^2.3.2
"@csstools/css-tokenizer": ^2.2.1
checksum: ae0692c6f92cdc82053291c7a50028b692094dfed795f0259571c5eb40f4b3fa580182ac3701e56c2834e40a62a122ea6639299e43ae88b3a835ae4c869a1a12
languageName: node
linkType: hard
"@csstools/selector-specificity@npm:^3.0.0":
version: 3.0.0
resolution: "@csstools/selector-specificity@npm:3.0.0"
peerDependencies:
postcss-selector-parser: ^6.0.13
checksum: 6f0e2fa9a3c5dcbc7a446fd827d3eb85ca775cc884f73f0bbb119ab49b4f5f0af8763dd23a37d423f4e7989069c09bb977e7e5f017db296e1417abb1fba75c30
languageName: node
linkType: hard
"@cypress/request@npm:^3.0.0":
version: 3.0.1
resolution: "@cypress/request@npm:3.0.1"
dependencies:
aws-sign2: "npm:~0.7.0"
aws4: "npm:^1.8.0"
caseless: "npm:~0.12.0"
combined-stream: "npm:~1.0.6"
extend: "npm:~3.0.2"
forever-agent: "npm:~0.6.1"
form-data: "npm:~2.3.2"
http-signature: "npm:~1.3.6"
is-typedarray: "npm:~1.0.0"
isstream: "npm:~0.1.2"
json-stringify-safe: "npm:~5.0.1"
mime-types: "npm:~2.1.19"
performance-now: "npm:^2.1.0"
qs: "npm:6.10.4"
safe-buffer: "npm:^5.1.2"
tough-cookie: "npm:^4.1.3"
tunnel-agent: "npm:^0.6.0"
uuid: "npm:^8.3.2"
checksum: 8eb92a665e6549e2533f5169431addcaad0307f51a8c7f3b6b169eb79b4d673373784a527590a47b0a2905ad5f601b24ab2d1b31d184243235aba470ffc9c1f7
languageName: node
linkType: hard
"@cypress/xvfb@npm:^1.2.4":
version: 1.2.4
resolution: "@cypress/xvfb@npm:1.2.4"
dependencies:
debug: "npm:^3.1.0"
lodash.once: "npm:^4.1.1"
checksum: 1bf6224b244f6093033d77f04f6bef719280542656de063cf8ac3f38957b62aa633e6918af0b9673a8bf0123b42a850db51d9729a3ae3da885ac179bc7fc1d26
languageName: node
linkType: hard
"@deltablot/chemdoodle-web-mini@npm:^9.5.1":
version: 9.5.1
resolution: "@deltablot/chemdoodle-web-mini@npm:9.5.1"
checksum: 05fbd3fb4a1c719565015ba178a74e1fdddbc9ab16cdd78c2a7ebe0616d7597b0d21b45f6d72c7c01891a50d95ad3998c3b691ec663921c21b398b50c337f326
languageName: node
linkType: hard
"@deltablot/dropzone@npm:7.0.0-alpha2":
version: 7.0.0-alpha2
resolution: "@deltablot/dropzone@npm:7.0.0-alpha2"
dependencies:
"@swc/helpers": "npm:^0.5.3"
just-extend: "npm:^5.0.0"
checksum: 7302edcc607a5082a23351f352ab04ed65f7928e3098d09b2f8666a5bc75cfb1f4609603426f5031d4c47c0a07a16e7d4e6c9f346c73054d2792b85f5f9b5c62
languageName: node
linkType: hard
"@deltablot/malle@npm:^2.5.2":
version: 2.5.2
resolution: "@deltablot/malle@npm:2.5.2"
checksum: 124b2a652a85a97b82459949be0f33bfff0b59f00811f333788bf86eec8910364ba7afbdff2740cecf073965a59a4263c27a3861e7027c9980d17a9b0c1ed67d
languageName: node
linkType: hard
"@discoveryjs/json-ext@npm:0.5.7, @discoveryjs/json-ext@npm:^0.5.0":
version: 0.5.7
resolution: "@discoveryjs/json-ext@npm:0.5.7"
checksum: e10f1b02b78e4812646ddf289b7d9f2cb567d336c363b266bd50cd223cf3de7c2c74018d91cd2613041568397ef3a4a2b500aba588c6e5bd78c38374ba68f38c
languageName: node
linkType: hard
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
version: 4.4.0
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
dependencies:
eslint-visitor-keys: "npm:^3.3.0"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 7e559c4ce59cd3a06b1b5a517b593912e680a7f981ae7affab0d01d709e99cd5647019be8fafa38c350305bc32f1f7d42c7073edde2ab536c745e365f37b607e
languageName: node
linkType: hard
"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1":
version: 4.10.0
resolution: "@eslint-community/regexpp@npm:4.10.0"
checksum: c5f60ef1f1ea7649fa7af0e80a5a79f64b55a8a8fa5086de4727eb4c86c652aedee407a9c143b8995d2c0b2d75c1222bec9ba5d73dbfc1f314550554f0979ef4
languageName: node
linkType: hard
"@eslint/eslintrc@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/eslintrc@npm:2.1.4"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^9.6.0"
globals: "npm:^13.19.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 32f67052b81768ae876c84569ffd562491ec5a5091b0c1e1ca1e0f3c24fb42f804952fdd0a137873bc64303ba368a71ba079a6f691cee25beee9722d94cc8573
languageName: node
linkType: hard
"@eslint/js@npm:8.56.0":
version: 8.56.0
resolution: "@eslint/js@npm:8.56.0"
checksum: 60b3a1cf240e2479cec9742424224465dc50e46d781da1b7f5ef240501b2d1202c225bd456207faac4b34a64f4765833345bc4ddffd00395e1db40fa8c426f5a
languageName: node
linkType: hard
"@fancyapps/fancybox@npm:^3.5.7":
version: 3.5.7
resolution: "@fancyapps/fancybox@npm:3.5.7"
peerDependencies:
jquery: ">=1.9.0"
checksum: cf0850cf26702efefa06ca37c1be20e31cad2576f3fbff3f8e61a061bc85e8ef4309a1446546adb0d2f166c969d9992784b5d93079bfd6d4a860b7613c11c134
languageName: node
linkType: hard
"@fullcalendar/bootstrap@npm:^6.1.10":
version: 6.1.10
resolution: "@fullcalendar/bootstrap@npm:6.1.10"
peerDependencies:
"@fullcalendar/core": ~6.1.10
checksum: fafeb1e9facfca5b6383424aa5cdbd64ee507ae75e412cf94ce52f466fbdbfae47672cbe98d2e269eee3620657e8a282af35fa90121fe151c5e66769ace0c0d9
languageName: node
linkType: hard
"@fullcalendar/core@npm:^6.1.10":
version: 6.1.10
resolution: "@fullcalendar/core@npm:6.1.10"
dependencies:
preact: "npm:~10.12.1"
checksum: 3f0dd0de6aff7d80ea91a10455c76e4082b26e8aaacfe3ed94e2e2411ef3b28323c42186ac79a90791eb835eee0d0d1d5b54416f7957a1dab4d9ef0a57145b72
languageName: node
linkType: hard
"@fullcalendar/daygrid@npm:^6.1.10, @fullcalendar/daygrid@npm:~6.1.10":
version: 6.1.10
resolution: "@fullcalendar/daygrid@npm:6.1.10"
peerDependencies:
"@fullcalendar/core": ~6.1.10
checksum: 04543281d75dc8a3dceb2e741c3512d1275a96bcb499a40b0f26e2a32e3287f7a5d1ac5cf6367507490f019b6bd9570b25f362d3ffb57a1abf7dbc10ed0a1dca
languageName: node
linkType: hard
"@fullcalendar/interaction@npm:^6.1.10":
version: 6.1.10
resolution: "@fullcalendar/interaction@npm:6.1.10"
peerDependencies:
"@fullcalendar/core": ~6.1.10
checksum: 59ee0934370c7231000ca96b42644219c4c7568ce29a75ad1738771636a89abca2aac61a41d7d099eb5ed2a04af6210dc868f5938a34339645da5127b0ce784b
languageName: node
linkType: hard
"@fullcalendar/list@npm:^6.1.10":
version: 6.1.10
resolution: "@fullcalendar/list@npm:6.1.10"
peerDependencies:
"@fullcalendar/core": ~6.1.10
checksum: 49d455f6351a4fe51a8a375061b0ba7f8904b03407a246e5e3ca3cf29ce8631c3164bb5bae02d0041a1021aeb80949ae95114be0233284e4ceceb74f25b8858f
languageName: node
linkType: hard
"@fullcalendar/timegrid@npm:^6.1.10":
version: 6.1.10
resolution: "@fullcalendar/timegrid@npm:6.1.10"
dependencies:
"@fullcalendar/daygrid": "npm:~6.1.10"
peerDependencies:
"@fullcalendar/core": ~6.1.10
checksum: 8560ba73e1badad079a28d2d89232b724804fa3e5663610a880aa8fe0ea5e5786f95c5ff64dc521b782d2a93af8c4e6fec53d978242043fe27d8cb84fee2f0ce
languageName: node
linkType: hard
"@gmod/gff@npm:^1.2.1":
version: 1.3.0
resolution: "@gmod/gff@npm:1.3.0"
dependencies:
stream-browserify: "npm:^3.0.0"
bin:
gff-to-json: dist/gff-to-json.js
checksum: abdd48936865e28bac08692494f4ee8160cee3c9030fd9b6de5824052d43f8dc005c25766918c45e7280a58c57f246b382dddc88079f6b011c90ebffe871d75d
languageName: node
linkType: hard
"@hello-pangea/dnd@npm:16.2.0":
version: 16.2.0
resolution: "@hello-pangea/dnd@npm:16.2.0"
dependencies:
"@babel/runtime": "npm:^7.19.4"
css-box-model: "npm:^1.2.1"
memoize-one: "npm:^6.0.0"
raf-schd: "npm:^4.0.3"
react-redux: "npm:^8.0.4"
redux: "npm:^4.2.0"
use-memo-one: "npm:^1.1.3"
peerDependencies:
react: ^16.8.5 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.5 || ^17.0.0 || ^18.0.0
checksum: 950d7cf741f4ed9ac40084837bc51a5485bc2ca378b2a86c01332e4cf450019d3b30133d3b1554b468f7367c05ab3a8c1d6e359c1dd0c747a5cf7eb043fb5590
languageName: node
linkType: hard
"@html-validate/stylish@npm:^4.1.0":
version: 4.2.0
resolution: "@html-validate/stylish@npm:4.2.0"
dependencies:
kleur: "npm:^4.0.0"
checksum: dd5ff56c81e21320a6a14fb7d071bcbe522dcc089e2e0db1bade4371ea3e391a37f87cf394403e71553a3e27b338c3535db28902a339f6e05f3677d6e9a8e3a2
languageName: node
linkType: hard
"@humanwhocodes/config-array@npm:^0.11.13":
version: 0.11.13
resolution: "@humanwhocodes/config-array@npm:0.11.13"
dependencies:
"@humanwhocodes/object-schema": "npm:^2.0.1"
debug: "npm:^4.1.1"
minimatch: "npm:^3.0.5"
checksum: d76ca802d853366094d0e98ff0d0994117fc8eff96649cd357b15e469e428228f597cd2e929d54ab089051684949955f16ee905bb19f7b2f0446fb377157be7a
languageName: node
linkType: hard
"@humanwhocodes/module-importer@npm:^1.0.1":
version: 1.0.1
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
checksum: 909b69c3b86d482c26b3359db16e46a32e0fb30bd306a3c176b8313b9e7313dba0f37f519de6aa8b0a1921349e505f259d19475e123182416a506d7f87e7f529
languageName: node
linkType: hard
"@humanwhocodes/object-schema@npm:^2.0.1":
version: 2.0.1
resolution: "@humanwhocodes/object-schema@npm:2.0.1"
checksum: 9dba24e59fdb4041829d92b693aacb778add3b6f612aaa9c0774f3b650c11a378cc64f042a59da85c11dae33df456580a3c36837b953541aed6ff94294f97fac
languageName: node
linkType: hard
"@hypnosphi/create-react-context@npm:^0.3.1":
version: 0.3.1
resolution: "@hypnosphi/create-react-context@npm:0.3.1"
dependencies:
gud: "npm:^1.0.0"
warning: "npm:^4.0.3"
peerDependencies:
prop-types: ^15.0.0
react: ">=0.14.0"
checksum: e8072221f9f9c2c47c3ebc5bc6079f9a71938e181d2b4aa3e1d3922707bc097336d5260dad088cf47c1d6e1ff34839fa21f2505a95bddda0d7548c5a955b5691
languageName: node
linkType: hard
"@icons/material@npm:^0.2.4":
version: 0.2.4
resolution: "@icons/material@npm:0.2.4"
peerDependencies:
react: "*"
checksum: 133518adf91010704b716e7671fc28bcc3c461dc4f4a56ad3a73a955b9993dfaa22494579e9377247fd3318baebe8e4ae7962c01bffeaca0044722c09baa9d73
languageName: node
linkType: hard
"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
dependencies:
string-width: "npm:^5.1.2"
string-width-cjs: "npm:string-width@^4.2.0"
strip-ansi: "npm:^7.0.1"
strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
wrap-ansi: "npm:^8.1.0"
wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
checksum: b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
languageName: node
linkType: hard
"@jest/schemas@npm:^29.6.3":
version: 29.6.3
resolution: "@jest/schemas@npm:29.6.3"
dependencies:
"@sinclair/typebox": "npm:^0.27.8"
checksum: b329e89cd5f20b9278ae1233df74016ebf7b385e0d14b9f4c1ad18d096c4c19d1e687aa113a9c976b16ec07f021ae53dea811fb8c1248a50ac34fbe009fdf6be
languageName: node
linkType: hard
"@jest/types@npm:^29.6.3":
version: 29.6.3
resolution: "@jest/types@npm:29.6.3"
dependencies:
"@jest/schemas": "npm:^29.6.3"
"@types/istanbul-lib-coverage": "npm:^2.0.0"
"@types/istanbul-reports": "npm:^3.0.0"
"@types/node": "npm:*"
"@types/yargs": "npm:^17.0.8"
chalk: "npm:^4.0.0"
checksum: ea4e493dd3fb47933b8ccab201ae573dcc451f951dc44ed2a86123cd8541b82aa9d2b1031caf9b1080d6673c517e2dcc25a44b2dc4f3fbc37bfc965d444888c0
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.0":
version: 0.3.3
resolution: "@jridgewell/gen-mapping@npm:0.3.3"
dependencies:
"@jridgewell/set-array": "npm:^1.0.1"
"@jridgewell/sourcemap-codec": "npm:^1.4.10"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 376fc11cf5a967318ba3ddd9d8e91be528eab6af66810a713c49b0c3f8dc67e9949452c51c38ab1b19aa618fb5e8594da5a249977e26b1e7fea1ee5a1fcacc74
languageName: node
linkType: hard
"@jridgewell/resolve-uri@npm:^3.1.0":
version: 3.1.1
resolution: "@jridgewell/resolve-uri@npm:3.1.1"
checksum: 0dbc9e29bc640bbbdc5b9876d2859c69042bfcf1423c1e6421bcca53e826660bff4e41c7d4bcb8dbea696404231a6f902f76ba41835d049e20f2dd6cffb713bf
languageName: node
linkType: hard
"@jridgewell/set-array@npm:^1.0.1":
version: 1.1.2
resolution: "@jridgewell/set-array@npm:1.1.2"
checksum: bc7ab4c4c00470de4e7562ecac3c0c84f53e7ee8a711e546d67c47da7febe7c45cd67d4d84ee3c9b2c05ae8e872656cdded8a707a283d30bd54fbc65aef821ab
languageName: node
linkType: hard
"@jridgewell/source-map@npm:^0.3.3":
version: 0.3.5
resolution: "@jridgewell/source-map@npm:0.3.5"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: b985d9ebd833a21a6e9ace820c8a76f60345a34d9e28d98497c16b6e93ce1f131bff0abd45f8585f14aa382cce678ed680d628c631b40a9616a19cfbc2049b68
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14":
version: 1.4.15
resolution: "@jridgewell/sourcemap-codec@npm:1.4.15"
checksum: 0c6b5ae663087558039052a626d2d7ed5208da36cfd707dcc5cea4a07cfc918248403dcb5989a8f7afaf245ce0573b7cc6fd94c4a30453bd10e44d9363940ba5
languageName: node
linkType: hard
"@jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.9":
version: 0.3.20
resolution: "@jridgewell/trace-mapping@npm:0.3.20"
dependencies:
"@jridgewell/resolve-uri": "npm:^3.1.0"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
checksum: 0ea0b2675cf513ec44dc25605616a3c9b808b9832e74b5b63c44260d66b58558bba65764f81928fc1033ead911f8718dca1134049c3e7a93937faf436671df31
languageName: node
linkType: hard
"@juggle/resize-observer@npm:^3.3.1":
version: 3.4.0
resolution: "@juggle/resize-observer@npm:3.4.0"
checksum: 12930242357298c6f2ad5d4ec7cf631dfb344ca7c8c830ab7f64e6ac11eb1aae486901d8d880fd08fb1b257800c160a0da3aee1e7ed9adac0ccbb9b7c5d93347
languageName: node
linkType: hard
"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
dependencies:
"@nodelib/fs.stat": "npm:2.0.5"
run-parallel: "npm:^1.1.9"
checksum: 732c3b6d1b1e967440e65f284bd06e5821fedf10a1bea9ed2bb75956ea1f30e08c44d3def9d6a230666574edbaf136f8cfd319c14fd1f87c66e6a44449afb2eb
languageName: node
linkType: hard
"@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2":
version: 2.0.5
resolution: "@nodelib/fs.stat@npm:2.0.5"
checksum: 88dafe5e3e29a388b07264680dc996c17f4bda48d163a9d4f5c1112979f0ce8ec72aa7116122c350b4e7976bc5566dc3ddb579be1ceaacc727872eb4ed93926d
languageName: node
linkType: hard
"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8":
version: 1.2.8
resolution: "@nodelib/fs.walk@npm:1.2.8"
dependencies:
"@nodelib/fs.scandir": "npm:2.1.5"
fastq: "npm:^1.6.0"
checksum: db9de047c3bb9b51f9335a7bb46f4fcfb6829fb628318c12115fbaf7d369bfce71c15b103d1fc3b464812d936220ee9bc1c8f762d032c9f6be9acc99249095b1
languageName: node
linkType: hard
"@npmcli/agent@npm:^2.0.0":
version: 2.2.0
resolution: "@npmcli/agent@npm:2.2.0"
dependencies:
agent-base: "npm:^7.1.0"
http-proxy-agent: "npm:^7.0.0"
https-proxy-agent: "npm:^7.0.1"
lru-cache: "npm:^10.0.1"
socks-proxy-agent: "npm:^8.0.1"
checksum: 7b89590598476dda88e79c473766b67c682aae6e0ab0213491daa6083dcc0c171f86b3868f5506f22c09aa5ea69ad7dfb78f4bf39a8dca375d89a42f408645b3
languageName: node
linkType: hard
"@npmcli/fs@npm:^3.1.0":
version: 3.1.0
resolution: "@npmcli/fs@npm:3.1.0"
dependencies:
semver: "npm:^7.3.5"
checksum: 162b4a0b8705cd6f5c2470b851d1dc6cd228c86d2170e1769d738c1fbb69a87160901411c3c035331e9e99db72f1f1099a8b734bf1637cc32b9a5be1660e4e1e
languageName: node
linkType: hard
"@nx-js/observer-util@npm:^4.2.2":
version: 4.2.2
resolution: "@nx-js/observer-util@npm:4.2.2"
checksum: 2b9953f598be95cc87fa1d02a59e73206f8a46d52f1ab20183e525d0f8273f470fa5fd27e176006db9adf2ec3f9e6e7e203a8844fc46998dacd28e9d5f704bd3
languageName: node
linkType: hard
"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
checksum: 5bd7576bb1b38a47a7fc7b51ac9f38748e772beebc56200450c4a817d712232b8f1d3ef70532c80840243c657d491cf6a6be1e3a214cff907645819fdc34aadd
languageName: node
linkType: hard
"@polka/url@npm:^1.0.0-next.20":
version: 1.0.0-next.23
resolution: "@polka/url@npm:1.0.0-next.23"
checksum: 78f6f5dbb56b56f5beaf5a99a88bed1bc9e6f6ec10d839f006b1680e6e7c0e0a8c3c91ce98c92a0bf01480ce8b04b37835089d212e8948fbb1f4a392863b275b
languageName: node
linkType: hard
"@popperjs/core@npm:^2.9.0, @popperjs/core@npm:^2.9.2":
version: 2.11.8
resolution: "@popperjs/core@npm:2.11.8"
checksum: 4681e682abc006d25eb380d0cf3efc7557043f53b6aea7a5057d0d1e7df849a00e281cd8ea79c902a35a414d7919621fc2ba293ecec05f413598e0b23d5a1e63
languageName: node
linkType: hard
"@risingstack/react-easy-state@npm:^6.3.0":
version: 6.3.0
resolution: "@risingstack/react-easy-state@npm:6.3.0"
dependencies:
"@nx-js/observer-util": "npm:^4.2.2"
peerDependencies:
react: "*"
checksum: afdd5d4849c30d588c933e9d149b3507aa688d13c7486f4fe9bc43ea32367139bdb3252a20f7c036b432445854bf714c1b1ea24ed626fec6f978ba114bff6979
languageName: node
linkType: hard
"@sidvind/better-ajv-errors@npm:2.1.3":
version: 2.1.3
resolution: "@sidvind/better-ajv-errors@npm:2.1.3"
dependencies:
"@babel/code-frame": "npm:^7.16.0"
chalk: "npm:^4.1.0"
peerDependencies:
ajv: 4.11.8 - 8
checksum: ce2bee581b1c3159161b08aad826d88c7f6d572fbbae2a55a386c6f8836db8a28cef3a905d0065020f16eb8b94e75b2a964e7415cfee0f16ec6e32e4dae7789b
languageName: node
linkType: hard
"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
checksum: ef6351ae073c45c2ac89494dbb3e1f87cc60a93ce4cde797b782812b6f97da0d620ae81973f104b43c9b7eaa789ad20ba4f6a1359f1cc62f63729a55a7d22d4e
languageName: node
linkType: hard
"@sindresorhus/is@npm:^4.0.0":
version: 4.6.0
resolution: "@sindresorhus/is@npm:4.6.0"
checksum: 33b6fb1d0834ec8dd7689ddc0e2781c2bfd8b9c4e4bacbcb14111e0ae00621f2c264b8a7d36541799d74888b5dccdf422a891a5cb5a709ace26325eedc81e22e
languageName: node
linkType: hard
"@sphinxxxx/color-conversion@npm:^2.2.2":
version: 2.2.2
resolution: "@sphinxxxx/color-conversion@npm:2.2.2"
checksum: 847d6952aed358d54991b2f9a3c2f76d04d4c70cd014e9c1f86d8b37490768f3a56d077ba8f7ab3355b7616c4b1dcdacdba2e4705ade9b7c6220e4e950ab100f
languageName: node
linkType: hard
"@swc/helpers@npm:^0.5.3":
version: 0.5.3
resolution: "@swc/helpers@npm:0.5.3"
dependencies:
tslib: "npm:^2.4.0"
checksum: 7003b9dafad38e27a4474a3dcf78d2aee85ce4bb7ee171ecc2d5b533768fb4f8fc9dbd6a1c3a9df5f8001e61ff416b93681e0a7dcbdc0df109b3e09c50cd4615
languageName: node
linkType: hard
"@szmarczak/http-timer@npm:^4.0.5":
version: 4.0.6
resolution: "@szmarczak/http-timer@npm:4.0.6"
dependencies:
defer-to-connect: "npm:^2.0.0"
checksum: 73946918c025339db68b09abd91fa3001e87fc749c619d2e9c2003a663039d4c3cb89836c98a96598b3d47dec2481284ba85355392644911f5ecd2336536697f
languageName: node
linkType: hard
"@teselagen/bio-parsers@npm:0.4.10, @teselagen/bio-parsers@npm:^0.4.10":
version: 0.4.10
resolution: "@teselagen/bio-parsers@npm:0.4.10"
dependencies:
"@gmod/gff": "npm:^1.2.1"
"@teselagen/range-utils": "npm:0.3.7"
"@teselagen/sequence-utils": "npm:0.3.15"
buffer: "npm:^6.0.3"
bufferpack: "npm:^0.0.6"
color: "npm:^4.2.3"
fast-xml-parser: "npm:^4.2.5"
fflate: "npm:^0.8.0"
lodash: "npm:^4.17.21"
string_decoder: "npm:^1.3.0"
validate.io-nonnegative-integer-array: "npm:^1.0.1"
checksum: 2e7cdaa02cd9accebfdde2cc054161d53eaa548b75227d115a6f4b26b56026bef37c595cd6518c721c7d09679326ce25266c47d671fbadb1af5937f1f7c16100
languageName: node
linkType: hard
"@teselagen/bounce-loader@npm:0.3.11":
version: 0.3.11
resolution: "@teselagen/bounce-loader@npm:0.3.11"
dependencies:
react: "npm:18.2.0"
checksum: 0ecb36388980888f0a0657b8daa6c491d2b0d270d750a194c993554223c547bddda4d9e14c8b5e1e7b2ae16b7c90c75f0fef1e5dd7ce61e1a5d9d079c32208ee
languageName: node
linkType: hard
"@teselagen/file-utils@npm:0.3.11":
version: 0.3.11
resolution: "@teselagen/file-utils@npm:0.3.11"
dependencies:
bluebird: "npm:^3.7.2"
jszip: "npm:^3.10.1"
lodash: "npm:^4.17.21"
papaparse: "npm:^5.4.1"
checksum: 42a9dde0f1cab27a8243c23f0b35859ac089e3c7162e7eba9347022e19f9ecc1e64ca010bc48cb149d61330c71a5eaac001fbabd73545939250b5c1243aa7aaa
languageName: node
linkType: hard
"@teselagen/ove@npm:^0.4.1":
version: 0.4.1
resolution: "@teselagen/ove@npm:0.4.1"
dependencies:
"@blueprintjs/core": "npm:3.52.0"
"@blueprintjs/datetime": "npm:3.23.19"
"@blueprintjs/icons": "npm:3.33.0"
"@blueprintjs/select": "npm:3.18.11"
"@hello-pangea/dnd": "npm:16.2.0"
"@risingstack/react-easy-state": "npm:^6.3.0"
"@teselagen/bio-parsers": "npm:0.4.10"
"@teselagen/bounce-loader": "npm:0.3.11"
"@teselagen/file-utils": "npm:0.3.11"
"@teselagen/range-utils": "npm:0.3.7"
"@teselagen/react-list": "npm:0.8.18"
"@teselagen/react-table": "npm:6.10.16"
"@teselagen/sequence-utils": "npm:0.3.17"
"@teselagen/ui": "npm:0.3.58"
"@use-gesture/react": "npm:^10.2.23"
bluebird: "npm:3.7.2"
bson-objectid: "npm:2.0.4"
buffer: "npm:5.7.1"
bufferpack: "npm:0.0.6"
clipboard: "npm:2.0.8"
color: "npm:^3.2.1"
combokeys: "npm:^3.0.1"
copy-to-clipboard: "npm:^3.3.1"
dayjs: "npm:^1.10.4"
deep-equal: "npm:^1.1.1"
dom-scroll-into-view: "npm:^2.0.1"
dom-to-image: "npm:^2.6.0"
downloadjs: "npm:^1.4.7"
escape-string-regexp: "npm:1.0.5"
fast-xml-parser: "npm:4.2.7"
fflate: "npm:0.8.0"
file-saver: "npm:^2.0.5"
fuse.js: "npm:^6.6.2"
fuzzysearch: "npm:^1.0.3"
html2canvas: "npm:^1.4.1"
immer: "npm:^9.0.15"
is-mobile: "npm:^3.0.0"
jsondiffpatch: "npm:0.4.1"
jszip: "npm:^3.10.1"
math-expression-evaluator: "npm:^1.3.7"
mobx: "npm:^6.10.2"
mobx-react: "npm:^9.0.1"
mock-fs: "npm:5.2.0"
nanoid: "npm:^4.0.0"
node-interval-tree: "npm:^1.3.3"
papaparse: "npm:^5.3.2"
paths-js: "npm:^0.4.11"
pluralize: "npm:^7.0.0"
popper.js: "npm:^1.16.1"
prop-types: "npm:^15.6.2"
qs: "npm:^6.9.6"
react: "npm:18.2.0"
react-color: "npm:^2.19.3"
react-dom: "npm:18.2.0"
react-draggable: "npm:4.4.5"
react-dropzone: "npm:^11.4.2"
react-markdown: "npm:8.0.7"
react-measure: "npm:^2.5.2"
react-redux: "npm:^8.0.5"
react-rnd: "npm:^10.2.4"
react-router-dom: "npm:^4.3.1"
react-sizeme: "npm:^2.6.12"
react-sortable-hoc: "npm:^0.6.8"
react-transition-group: "npm:^2.4.0"
recompose: "npm:react-recompose@0.31.1"
redux: "npm:^4.1.2"
redux-act: "npm:^1.8.0"
redux-form: "npm:^8.3.10"
redux-thunk: "npm:2.4.1"
remark-gfm: "npm:^3.0.1"
reselect: "npm:^4.1.7"
shortid: "npm:^2.2.16"
tg-use-local-storage-state: "npm:^16.0.3"
tippy.js: "npm:^6.3.7"
to-regex-range: "npm:5.0.1"
url-join: "npm:^4.0.1"
use-debounce: "npm:^8.0.4"
use-deep-compare-effect: "npm:^1.6.1"
write-excel-file: "npm:^1.4.25"
checksum: 5a8d2eabeccb135a5d769fa05e93f1b3670e759ca2355d2331c680e2703d381d6ed3276639bc0a2d28fe7edfb61b89c22405e58e09476ba623562ab762d1be09
languageName: node
linkType: hard
"@teselagen/range-utils@npm:0.3.7":
version: 0.3.7
resolution: "@teselagen/range-utils@npm:0.3.7"
dependencies:
lodash: "npm:^4.17.21"
checksum: de81bd0cb914b621c8b96b186d32ff0baf124d2961bbaf6063a29833687ed25e533ac76e3dc159434f7a515db654deebcde6f271bea2b57a51ce3810cdb568d7
languageName: node
linkType: hard
"@teselagen/react-list@npm:0.8.18":
version: 0.8.18
resolution: "@teselagen/react-list@npm:0.8.18"
dependencies:
prop-types: "npm:15"
peerDependencies:
react: 0.14 || 15 || 16
checksum: 648d8795cbccc0a8527579bff28978a9bb599ae7df0f714952b3b95b414a54ec41b32985500f919f7ea04411425ee78a6052593c4e9586d013a178c09689ee62
languageName: node
linkType: hard
"@teselagen/react-table@npm:6.10.16":
version: 6.10.16
resolution: "@teselagen/react-table@npm:6.10.16"
dependencies:
"@teselagen/react-list": "npm:0.8.18"
classnames: "npm:^2.2.5"
peerDependencies:
prop-types: ^15.5.0
react: ^15.x.x || ^16.x.x
react-dom: ^15.x.x || ^16.x.x
checksum: 481f1086bfc0de52a2f6a74fc835ed30efdd4ab2e3e624aeb8847546f942a1998ba2efe0808f6c6b285d3cb83514fdea6d77a672dfbcbe3b9d496096de3bec47
languageName: node
linkType: hard
"@teselagen/sequence-utils@npm:0.3.15":
version: 0.3.15
resolution: "@teselagen/sequence-utils@npm:0.3.15"
dependencies:
"@teselagen/range-utils": "npm:0.3.7"
bson-objectid: "npm:^2.0.4"
escape-string-regexp: "npm:^5.0.0"
jsondiffpatch: "npm:0.4.1"
string-splice: "npm:^1.3.0"
checksum: 8bb2fb5da454a5238e2c466dc4befa6d3a53f1f8207aab0b83aa1199c416acc7fbc0ff042a07b1d7524cf56f1fad1576e84eeb608137a8efadfe8209e93448e8
languageName: node
linkType: hard
"@teselagen/sequence-utils@npm:0.3.17":
version: 0.3.17
resolution: "@teselagen/sequence-utils@npm:0.3.17"
dependencies:
"@teselagen/range-utils": "npm:0.3.7"
bson-objectid: "npm:^2.0.4"
escape-string-regexp: "npm:^5.0.0"
jsondiffpatch: "npm:0.4.1"
string-splice: "npm:^1.3.0"
checksum: 5a8e38183bb49b1fd746120f9c63ac8e68726c866447775d032a6d64c6545a8985a1c87d4005ce45e074d0a3f8b49a71c9aa8dd91d5ff9c24e12d2d069b25319
languageName: node
linkType: hard
"@teselagen/ui@npm:0.3.58":
version: 0.3.58
resolution: "@teselagen/ui@npm:0.3.58"
dependencies:
"@blueprintjs/core": "npm:3.52.0"
"@blueprintjs/datetime": "npm:3.23.19"
"@blueprintjs/icons": "npm:3.33.0"
"@blueprintjs/select": "npm:3.18.11"
"@teselagen/bounce-loader": "npm:0.3.11"
"@teselagen/file-utils": "npm:0.3.11"
"@teselagen/react-table": "npm:6.10.16"
bluebird: "npm:3.7.2"
buffer: "npm:5.7.1"
color: "npm:^3.2.1"
copy-to-clipboard: "npm:^3.3.1"
dayjs: "npm:^1.10.4"
dom-scroll-into-view: "npm:^2.0.1"
downloadjs: "npm:^1.4.7"
fuse.js: "npm:^6.6.2"
fuzzysearch: "npm:^1.0.3"
immer: "npm:^9.0.15"
is-mobile: "npm:^3.0.0"
jszip: "npm:^3.10.1"
math-expression-evaluator: "npm:^1.3.7"
mobx: "npm:^6.10.2"
mobx-react: "npm:^9.0.1"
mock-fs: "npm:5.2.0"
nanoid: "npm:^4.0.0"
papaparse: "npm:^5.3.2"
prop-types: "npm:^15.6.2"
qs: "npm:^6.9.6"
react: "npm:18.2.0"
react-color: "npm:^2.19.3"
react-dom: "npm:18.2.0"
react-dropzone: "npm:^11.4.2"
react-markdown: "npm:8.0.7"
react-redux: "npm:^8.0.5"
react-rnd: "npm:^10.2.4"
react-router-dom: "npm:^4.3.1"
react-sortable-hoc: "npm:^0.6.8"
react-transition-group: "npm:^2.4.0"
recompose: "npm:react-recompose@0.31.1"
redux: "npm:^4.1.2"
redux-form: "npm:^8.3.10"
redux-thunk: "npm:2.4.1"
remark-gfm: "npm:^3.0.1"
tippy.js: "npm:^6.3.7"
url-join: "npm:^4.0.1"
use-deep-compare-effect: "npm:^1.6.1"
write-excel-file: "npm:^1.4.25"
checksum: 1f00df021daa7c3a3ba26bc9cfbc9e4b6e02155acbca8c44fe6e264059025b59bb58fd336c4c056ff310c64b346ef7341fa8d0cf26cdf77b7cc5cd2d34839c5e
languageName: node
linkType: hard
"@trysound/sax@npm:0.2.0":
version: 0.2.0
resolution: "@trysound/sax@npm:0.2.0"
checksum: 44907308549ce775a41c38a815f747009ac45929a45d642b836aa6b0a536e4978d30b8d7d680bbd116e9dd73b7dbe2ef0d1369dcfc2d09e83ba381e485ecbe12
languageName: node
linkType: hard
"@types/bootstrap@npm:^5.2.10":
version: 5.2.10
resolution: "@types/bootstrap@npm:5.2.10"
dependencies:
"@popperjs/core": "npm:^2.9.2"
checksum: 3e978855eb780df3907e8fe991371dc661c7a8c5b9852a10e33bcf6a909bc1481857aa8786d18b3aa828fb28660145fda0c8648265719e8a97a448b9f0158eae
languageName: node
linkType: hard
"@types/cacheable-request@npm:^6.0.1":
version: 6.0.3
resolution: "@types/cacheable-request@npm:6.0.3"
dependencies:
"@types/http-cache-semantics": "npm:*"
"@types/keyv": "npm:^3.1.4"
"@types/node": "npm:*"
"@types/responselike": "npm:^1.0.0"
checksum: 10816a88e4e5b144d43c1d15a81003f86d649776c7f410c9b5e6579d0ad9d4ca71c541962fb403077388b446e41af7ae38d313e46692144985f006ac5e11fa03
languageName: node
linkType: hard
"@types/debug@npm:^4.0.0":
version: 4.1.12
resolution: "@types/debug@npm:4.1.12"
dependencies:
"@types/ms": "npm:*"
checksum: 5dcd465edbb5a7f226e9a5efd1f399c6172407ef5840686b73e3608ce135eeca54ae8037dcd9f16bdb2768ac74925b820a8b9ecc588a58ca09eca6acabe33e2f
languageName: node
linkType: hard
"@types/dom4@npm:^2.0.1":
version: 2.0.4
resolution: "@types/dom4@npm:2.0.4"
checksum: 8314feb34415c021979b91fa2f0fb8caad152141a542642697170dcd06fbbeaf72a315d0ed69f2f9ce06548f062eccaddf93b8ae2f3cd675217345a112e2a007
languageName: node
linkType: hard
"@types/dropzone@npm:^5.7.8":
version: 5.7.8
resolution: "@types/dropzone@npm:5.7.8"
dependencies:
"@types/jquery": "npm:*"
checksum: fea47e0f38a7972208e4ddbc915def96fdead5224867bbea337a5b7a16c3ea7e32076fba122b7342541a873322d8dd9560b0ae795e5ae1a968ae9705b1d6f031