forked from docmost/docmost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pnpm-lock.yaml
17355 lines (13926 loc) · 588 KB
/
pnpm-lock.yaml
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
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
'@docmost/editor-ext':
specifier: workspace:*
version: link:packages/editor-ext
'@hocuspocus/extension-redis':
specifier: ^2.13.5
'@hocuspocus/provider':
specifier: ^2.13.5
'@hocuspocus/server':
specifier: ^2.13.5
'@hocuspocus/transformer':
specifier: ^2.13.5
version: 2.13.5(@tiptap/[email protected])([email protected]([email protected])([email protected])([email protected])([email protected]([email protected]))([email protected]))([email protected])
'@joplin/turndown':
specifier: ^4.0.74
version: 4.0.74
'@joplin/turndown-plugin-gfm':
specifier: ^1.0.56
version: 1.0.56
'@sindresorhus/slugify':
specifier: ^2.2.1
version: 2.2.1
'@tiptap/core':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected])
'@tiptap/extension-code-block':
specifier: ^2.5.4
'@tiptap/extension-collaboration':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected])([email protected]([email protected])([email protected])([email protected])([email protected]([email protected]))([email protected]))
'@tiptap/extension-collaboration-cursor':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))([email protected]([email protected])([email protected])([email protected])([email protected]([email protected]))([email protected]))
'@tiptap/extension-color':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected](@tiptap/[email protected](@tiptap/[email protected])))
'@tiptap/extension-document':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-heading':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-highlight':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-history':
specifier: ^2.5.4
'@tiptap/extension-image':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-link':
specifier: ^2.5.4
'@tiptap/extension-list-item':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-list-keymap':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-mention':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected])(@tiptap/[email protected](@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected]))
'@tiptap/extension-placeholder':
specifier: ^2.5.4
'@tiptap/extension-subscript':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-superscript':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-table':
specifier: ^2.5.4
'@tiptap/extension-table-cell':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-table-header':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-table-row':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-task-item':
specifier: ^2.5.4
'@tiptap/extension-task-list':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-text':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-text-align':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-text-style':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-typography':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-underline':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/extension-youtube':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))
'@tiptap/html':
specifier: ^2.5.4
'@tiptap/pm':
specifier: ^2.5.4
version: 2.5.4
'@tiptap/react':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected])([email protected]([email protected]))([email protected])
'@tiptap/starter-kit':
specifier: ^2.5.4
version: 2.5.4(@tiptap/[email protected])
'@tiptap/suggestion':
specifier: ^2.5.4
cross-env:
specifier: ^7.0.3
version: 7.0.3
fractional-indexing-jittered:
specifier: ^0.9.1
version: 0.9.1
ioredis:
specifier: ^5.4.1
version: 5.4.1
uuid:
specifier: ^10.0.0
version: 10.0.0
y-indexeddb:
specifier: ^9.0.12
version: 9.0.12([email protected])
yjs:
specifier: ^13.6.18
version: 13.6.18
devDependencies:
'@nx/js':
specifier: 19.3.2
version: 19.3.2(@babel/[email protected])(@swc/[email protected])(@types/[email protected])([email protected](@swc/[email protected]))([email protected])
'@types/uuid':
specifier: ^10.0.0
version: 10.0.0
concurrently:
specifier: ^8.2.2
version: 8.2.2
nx:
specifier: 19.5.6
version: 19.5.6(@swc/[email protected])
tsx:
specifier: ^4.15.7
version: 4.15.7
apps/client:
dependencies:
'@casl/ability':
specifier: ^6.7.1
version: 6.7.1
'@casl/react':
specifier: ^4.0.0
version: 4.0.0(@casl/[email protected])([email protected])
'@emoji-mart/data':
specifier: ^1.2.1
version: 1.2.1
'@emoji-mart/react':
specifier: ^1.1.1
version: 1.1.1([email protected])([email protected])
'@mantine/core':
specifier: ^7.11.0
version: 7.11.0(@mantine/[email protected]([email protected]))(@types/[email protected])([email protected]([email protected]))([email protected])
'@mantine/form':
specifier: ^7.11.0
version: 7.11.0([email protected])
'@mantine/hooks':
specifier: ^7.11.0
version: 7.11.0([email protected])
'@mantine/modals':
specifier: ^7.11.0
version: 7.11.0(@mantine/[email protected](@mantine/[email protected]([email protected]))(@types/[email protected])([email protected]([email protected]))([email protected]))(@mantine/[email protected]([email protected]))([email protected]([email protected]))([email protected])
'@mantine/notifications':
specifier: ^7.11.0
version: 7.11.0(@mantine/[email protected](@mantine/[email protected]([email protected]))(@types/[email protected])([email protected]([email protected]))([email protected]))(@mantine/[email protected]([email protected]))([email protected]([email protected]))([email protected])
'@mantine/spotlight':
specifier: ^7.11.0
version: 7.11.0(@mantine/[email protected](@mantine/[email protected]([email protected]))(@types/[email protected])([email protected]([email protected]))([email protected]))(@mantine/[email protected]([email protected]))([email protected]([email protected]))([email protected])
'@tabler/icons-react':
specifier: ^3.7.0
version: 3.7.0([email protected])
'@tanstack/react-query':
specifier: ^5.48.0
version: 5.48.0([email protected])
'@tiptap/extension-code-block-lowlight':
specifier: ^2.4.0
version: 2.4.0(@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected](@tiptap/[email protected](@tiptap/[email protected]))(@tiptap/[email protected]))(@tiptap/[email protected])
axios:
specifier: ^1.7.2
version: 1.7.2
clsx:
specifier: ^2.1.1
version: 2.1.1
date-fns:
specifier: ^3.6.0
version: 3.6.0
emoji-mart:
specifier: ^5.6.0
version: 5.6.0
file-saver:
specifier: ^2.0.5
version: 2.0.5
jotai:
specifier: ^2.8.3
version: 2.8.3(@types/[email protected])([email protected])
jotai-optics:
specifier: ^0.4.0
js-cookie:
specifier: ^3.0.5
version: 3.0.5
jwt-decode:
specifier: ^4.0.0
version: 4.0.0
katex:
specifier: ^0.16.10
version: 0.16.10
lowlight:
specifier: ^3.1.0
version: 3.1.0
react:
specifier: ^18.3.1
version: 18.3.1
react-arborist:
specifier: ^3.4.0
version: 3.4.0(@types/[email protected])(@types/[email protected])([email protected]([email protected]))([email protected])
react-dom:
specifier: ^18.3.1
version: 18.3.1([email protected])
react-error-boundary:
specifier: ^4.0.13
version: 4.0.13([email protected])
react-helmet-async:
specifier: ^2.0.5
version: 2.0.5([email protected])
react-moveable:
specifier: ^0.56.0
version: 0.56.0
react-router-dom:
specifier: ^6.24.0
socket.io-client:
specifier: ^4.7.5
version: 4.7.5
tippy.js:
specifier: ^6.3.7
version: 6.3.7
tiptap-extension-global-drag-handle:
specifier: ^0.1.10
version: 0.1.10
zod:
specifier: ^3.23.8
version: 3.23.8
devDependencies:
'@tanstack/eslint-plugin-query':
specifier: ^5.47.0
version: 5.47.0([email protected])([email protected])
'@types/file-saver':
specifier: ^2.0.7
version: 2.0.7
'@types/js-cookie':
specifier: ^3.0.6
version: 3.0.6
'@types/katex':
specifier: ^0.16.7
version: 0.16.7
'@types/node':
specifier: 20.14.9
version: 20.14.9
'@types/react':
specifier: ^18.3.3
version: 18.3.3
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
'@typescript-eslint/eslint-plugin':
specifier: ^7.14.1
version: 7.14.1(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
'@typescript-eslint/parser':
specifier: ^7.14.1
version: 7.14.1([email protected])([email protected])
'@vitejs/plugin-react':
specifier: ^4.3.1
version: 4.3.1([email protected](@types/[email protected])([email protected])([email protected]([email protected]))([email protected]))
eslint:
specifier: ^9.5.0
version: 9.5.0
eslint-plugin-react-hooks:
specifier: ^4.6.2
version: 4.6.2([email protected])
eslint-plugin-react-refresh:
specifier: ^0.4.7
version: 0.4.7([email protected])
optics-ts:
specifier: ^2.4.1
version: 2.4.1
postcss:
specifier: ^8.4.38
version: 8.4.38
postcss-preset-mantine:
specifier: ^1.15.0
version: 1.15.0([email protected])
postcss-simple-vars:
specifier: ^7.0.1
version: 7.0.1([email protected])
prettier:
specifier: ^3.3.2
version: 3.3.2
typescript:
specifier: ^5.5.2
version: 5.5.2
vite:
specifier: ^5.3.1
version: 5.3.1(@types/[email protected])([email protected])([email protected]([email protected]))([email protected])
apps/server:
dependencies:
'@aws-sdk/client-s3':
specifier: ^3.600.0
version: 3.600.0
'@aws-sdk/s3-request-presigner':
specifier: ^3.600.0
version: 3.600.0
'@casl/ability':
specifier: ^6.7.1
version: 6.7.1
'@fastify/cookie':
specifier: ^9.3.1
version: 9.3.1
'@fastify/multipart':
specifier: ^8.3.0
version: 8.3.0
'@fastify/static':
specifier: ^7.0.4
version: 7.0.4
'@nestjs/bullmq':
specifier: ^10.1.1
version: 10.1.1(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))([email protected])
'@nestjs/common':
specifier: ^10.3.9
'@nestjs/config':
specifier: ^3.2.2
version: 3.2.2(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))([email protected])
'@nestjs/core':
specifier: ^10.3.9
version: 10.3.9(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected])
'@nestjs/event-emitter':
specifier: ^2.0.4
version: 2.0.4(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))
'@nestjs/jwt':
specifier: ^10.2.0
version: 10.2.0(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))
'@nestjs/mapped-types':
specifier: ^2.0.5
version: 2.0.5(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))([email protected])([email protected])([email protected])
'@nestjs/passport':
specifier: ^10.0.3
version: 10.0.3(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))([email protected])
'@nestjs/platform-fastify':
specifier: ^10.3.9
version: 10.3.9(@fastify/[email protected])(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))
'@nestjs/platform-socket.io':
specifier: ^10.3.9
version: 10.3.9(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])
'@nestjs/terminus':
specifier: ^10.2.3
version: 10.2.3(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))([email protected])([email protected])
'@nestjs/websockets':
specifier: ^10.3.9
version: 10.3.9(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])(@nestjs/[email protected])([email protected])([email protected])
'@react-email/components':
specifier: 0.0.19
version: 0.0.19(@types/[email protected])([email protected])
'@react-email/render':
specifier: ^0.0.15
version: 0.0.15
'@socket.io/redis-adapter':
specifier: ^8.3.0
version: 8.3.0([email protected])
'@types/pg':
specifier: ^8.11.6
version: 8.11.6
bcrypt:
specifier: ^5.1.1
version: 5.1.1
bullmq:
specifier: ^5.8.2
version: 5.8.2
bytes:
specifier: ^3.1.2
version: 3.1.2
class-transformer:
specifier: ^0.5.1
version: 0.5.1
class-validator:
specifier: ^0.14.1
version: 0.14.1
fastify:
specifier: ^4.28.0
version: 4.28.0
fix-esm:
specifier: ^1.0.1
version: 1.0.1
fs-extra:
specifier: ^11.2.0
version: 11.2.0
happy-dom:
specifier: ^14.12.3
version: 14.12.3
kysely:
specifier: ^0.27.3
version: 0.27.3
kysely-migration-cli:
specifier: ^0.4.2
version: 0.4.2
marked:
specifier: ^13.0.2
version: 13.0.2
mime-types:
specifier: ^2.1.35
version: 2.1.35
nanoid:
specifier: ^5.0.7
version: 5.0.7
nestjs-kysely:
specifier: ^1.0.0
version: 1.0.0(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))([email protected])([email protected])
nodemailer:
specifier: ^6.9.14
version: 6.9.14
passport-jwt:
specifier: ^4.0.1
version: 4.0.1
pg:
specifier: ^8.12.0
version: 8.12.0
pg-tsquery:
specifier: ^8.4.2
version: 8.4.2
postmark:
specifier: ^4.0.4
version: 4.0.4
react:
specifier: ^18.3.1
version: 18.3.1
redis:
specifier: ^4.6.14
version: 4.6.14
reflect-metadata:
specifier: ^0.2.2
version: 0.2.2
rxjs:
specifier: ^7.8.1
version: 7.8.1
sanitize-filename-ts:
specifier: ^1.0.2
version: 1.0.2
socket.io:
specifier: ^4.7.5
version: 4.7.5
ws:
specifier: ^8.17.1
version: 8.17.1
devDependencies:
'@nestjs/cli':
specifier: ^10.3.2
version: 10.3.2(@swc/[email protected](@swc/[email protected]))
'@nestjs/schematics':
specifier: ^10.1.1
version: 10.1.1([email protected])([email protected])
'@nestjs/testing':
specifier: ^10.3.9
version: 10.3.9(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected](@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))(@nestjs/[email protected])([email protected])([email protected]))
'@types/bcrypt':
specifier: ^5.0.2
version: 5.0.2
'@types/bytes':
specifier: ^3.1.4
version: 3.1.4
'@types/debounce':
specifier: ^1.2.4
version: 1.2.4
'@types/fs-extra':
specifier: ^11.0.4
version: 11.0.4
'@types/jest':
specifier: ^29.5.12
version: 29.5.12
'@types/mime-types':
specifier: ^2.1.4
version: 2.1.4
'@types/node':
specifier: ^20.14.9
version: 20.14.9
'@types/nodemailer':
specifier: ^6.4.15
version: 6.4.15
'@types/passport-jwt':
specifier: ^4.0.1
version: 4.0.1
'@types/supertest':
specifier: ^6.0.2
version: 6.0.2
'@types/ws':
specifier: ^8.5.10
version: 8.5.10
'@typescript-eslint/eslint-plugin':
specifier: ^7.14.1
version: 7.14.1(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
'@typescript-eslint/parser':
specifier: ^7.14.1
version: 7.14.1([email protected])([email protected])
eslint:
specifier: ^9.5.0
version: 9.5.0
eslint-config-prettier:
specifier: ^9.1.0
version: 9.1.0([email protected])
eslint-plugin-prettier:
specifier: ^5.1.3
version: 5.1.3(@types/[email protected])([email protected]([email protected]))([email protected])([email protected])
jest:
specifier: ^29.7.0
version: 29.7.0(@types/[email protected])([email protected](@swc/[email protected](@swc/[email protected]))(@types/[email protected])([email protected]))
kysely-codegen:
specifier: ^0.15.0
version: 0.15.0([email protected])([email protected])
prettier:
specifier: ^3.3.2
version: 3.3.2
react-email:
specifier: ^2.1.4
version: 2.1.4(@swc/[email protected])([email protected])([email protected](@swc/[email protected](@swc/[email protected]))(@types/[email protected])([email protected]))
source-map-support:
specifier: ^0.5.21
version: 0.5.21
supertest:
specifier: ^7.0.0
version: 7.0.0
ts-jest:
specifier: ^29.1.5
version: 29.1.5(@babel/[email protected])(@jest/[email protected])(@jest/[email protected])([email protected](@babel/[email protected]))([email protected](@types/[email protected])([email protected](@swc/[email protected](@swc/[email protected]))(@types/[email protected])([email protected])))([email protected])
ts-loader:
specifier: ^9.5.1
version: 9.5.1([email protected])([email protected](@swc/[email protected](@swc/[email protected]))([email protected]))
ts-node:
specifier: ^10.9.2
version: 10.9.2(@swc/[email protected](@swc/[email protected]))(@types/[email protected])([email protected])
tsconfig-paths:
specifier: ^4.2.0
version: 4.2.0
typescript:
specifier: ^5.5.2
version: 5.5.2
packages/editor-ext: {}
packages:
'@aashutoshrathi/[email protected]':
resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl XFhQG2bjy4Pu1I EAlCNUzRDYDdFwFYUKvXcIA==}
engines: {node: '>=0.10.0'}
'@adobe/[email protected]':
resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM slAEtXjA2JpdjLp4fJQQ==}
'@alloc/[email protected]':
resolution: {integrity: sha512-UrcABB 4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3 z5TsKLw==}
engines: {node: '>=10'}
'@ampproject/[email protected]':
resolution: {integrity: sha512-30iZtAPgz LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
'@angular-devkit/[email protected]':
resolution: {integrity: sha512-ku /W/HMCBacSWFppenr9y6Lx8mDuTuQvn1IkTyBLiJOpWnzgVbx9kHDeaDchGa1PwLlJUBBrv27t3qgJOIDPw==}
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
'@angular-devkit/[email protected]':
resolution: {integrity: sha512-bvXykYzSST05qFdlgIzUguNOb3z0hCa8HaTwtqdmQo9aFPf P /AC56I64t1iTchMjQtf3JrBQhYM25gUdcGbg==}
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
hasBin: true
'@angular-devkit/[email protected]':
resolution: {integrity: sha512-8S9RuM8olFN/gwN mjbuF1CwHX61f0i59EGXz9tXLnKRUTjsRR 8vVMTAmX0dvVAT5fJTG/T69X HX7FeumdqA==}
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9 1XM8v6zoDTPPSIeANg==}
engines: {node: '>=16.0.0'}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512- iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz F7TC2L083SFv5RdB qU3Vs1kZqw==}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ OadFpHHOt eSTBaYaki44c akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
engines: {node: '>=16.0.0'}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo YFg==}
'@aws-crypto/[email protected]':
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-iYoKbJTputbf ubkX6gSK/y/4uJEBRaXZ18jykLdBQ8UJuGrk2gqvV8h7OlGAhToCeysmmMqM0vDWyLt6lP8nw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-7 I8RWURGfzvChyNQSyj5/tKrqRbzRl7H BnTOf/4Vsw1nFOi5ROhlhD4X/Y0QCTacxnaoNcIrqnY7uGGvVRzw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-nOI5lqPYa YZlrrzwAJywJSw3MKVjvu6Ge2fCqQUNYMfxFB0NAaDFnl0EPjXi sEbtCuz/uWE77poHbqiZ 7Iw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-KQG97B7LvTtTiGmjlrG1LRAY8wUvCQzrmZVV5bjrJ/1oXAU7DITYwVbSJeX9NWg6hDuSk0VE3MFwIXS2SvfLIA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-HaSjt7puO5Cc7cOlrXFCW0rtA0BM9lvzjl56x0A20Pt 0wxXGeTOZZOkXQIepbrFkV2e/HYukuT9e99vXDm59g==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-vi1khgn7yXzLCcgSIzQrrtd2ilUM0dWodxj3PQ6BLfP0O q1imO3hG1nq7DVyJtq7rFHs6 9N8G4mYvTkxby2w==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-N7cIafi4HVlQvEgvZSo1G4T9qb/JMLGMdBsDCT5XkeJrF0aptQWzTFH0jIdZcLrMYvzPcuEyO3yCBe6cy/ba0g==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-/ppcIVUbRwDIwJDoYfp90X3 AuJo2mvE52Y1t2VSrvUovYn6N4v95/vXj6LS8CNDhz2jvEJYmu 0cTMHdhI6eA==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@aws-sdk/client-sts': ^3.598.0
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-1pC7MPMYD45J7yFjA90SxpR0yaSvy yZiq23aXhAPZLYgJBAxHLu0s0mDCk/piWGPh8 UGur5K0bVdx4B1D5hw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-rM707XbLW8huMk722AgjVyxu2tMZee fNA8TJVNgs1Ma02Wx6bBrfIvlyK0rCcIRb0WdQYP6fe3Xhiu4e8IBA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-5InwUmrAuqQdOOgxTccRayMMkSmekdLk6s az9tmikq0QFAHUCtofI /fllMXSR9iL6JbGYi1940 EUmS4pHJA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-GV5GdiMbz5Tz9JO4NJtRoFXjW0GPEujA0j 5J/B723rTN REHthJu48HdBKouHGhdzkDWkkh1bu52V02Wprw8w==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@aws-sdk/client-sts': ^3.598.0
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-PM7BcFfGUSkmkT6 LU9TyJiB4S8yI7dfuKQDwK5ZR3P7MKaK4Uj4yyDiv0oe5xvkF6 O2 rShj eh8YuWkOZ/Q==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-ZuHW18kaeHR8TQyhEOYMr8VwiIh0bMvF7J1OTqXHxDteQIavJWA3CbfZ9sgS4XGtrBZDyHJhjZKeCfLhN2rq3w==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-xukAzds0GQXvMEY9G6qt CzwVzTx8NyKKh04O2Q nOch6QQ8Rs 2kTRy3Z4wQmXq2pK9hlOWb5nXA7HWpmz6Ng==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-WiaG059YBQwQraNejLIi0gMNkX7dfPZ8hDIhvMr5aVPRbaHH8AYF3iNSsXYCHvA2Cfa1O9haYXsuMF9flXnCmA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-8oybQxN3F1ISOMULk7JKJz5DuAm5hCUcxMW9noWShbxTJuStNvuHf/WLUzXrf8oSITyYzIHPtf8VPlKR7I3orQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-bxBjf/VYiu3zfu8SYM2S9dQQc3tz5uBAOcPz/Bt8DyyK3GgOpjhschH/2XuUErsoUO1gDJqZSdGOmuHGZQn00Q==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-vjT9BeFY9FeN0f8hm2l6F53tI0N5bUq6RcDkQXKNabXBnQxKptJRad6oP2X5y3FoVfBLOuDkQgiC2940GIPxtQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-5AGtLAh9wyK6ANPYfaKTqJY1IFJyePIxsEbxa7zS6REheAqyVmgJFaGu3oQ5XlxfGr5Uq59tFTRkyx26G1HkHA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-XKb05DYx/aBPqz6iCapsCbIl8aD8EihTuPCs51p75QsVfbQoVr4TlFfIl5AooMSITzojdAQqxt021YtvxjtxIQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-f0p2xP8IC1uJ5e/tND1l81QxRtRFywEdnbtKCE0H6RSn4UIt2W3Dohe1qQDbnh27okF0PkNW6BJGdSAz3p7qbA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-4tjESlHG5B5MdjUaLK7tQs/miUtHbb6deauQx8ryqSBYOhfHVgb1ZnzvQR0bTrhpqUg0WlybSkDaZAICf9xctg==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-oYXhmTokSav4ytmWleCr3rs/1nyvZW/S0tdi6X7u dLNL5Jee uMxWGzgOrWK6wrQOzucLVjS4E/wA11Kv2GTw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-MYRwgti1DDc9/Q9AzvTQy0Ih0j4vLe0zYLV3qtSI0H8G02yRqTzet2s/76pUNOYJK9ASSgcxQ9yeV9EGKBwndQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-1r/EyTrO1gSa1FirnR8V7mabr7gk l HkyTI0fcTSr8ucB7gmYyW6WjkY8JCz13VYHFK62usCEDS7yoJoJOzTA==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-TKY1EVdHVBnZqpyxyTHdpZpa1tUpb6nxVeRNn1zWG8QB5MvH4ALLd/jR gtmWDNQbIG4cVuBOZFVL8hIYicKTA==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@aws-sdk/client-sso-oidc': ^3.598.0
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-742uRl6z7u0LFmZwDrFP6r1wlZcgVPw /TilluDJmCAR8BgRw3IR 743kUXKBGd8QZDRW2n6v/PYsi/AWCDDMQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-XUKJWWo KOB7fbnPP0 g/o5Ulku/X53t7i/h sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L MnNn9INs2w==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-Qo9UoiVVZxcOEdiOMZg3xb1mzkTxrhd4qSlg5QQrfWPJVx/QOg Iy0NtGxPtHtVZNHZxohYwDwV/tfsnDSE2gQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-1X0PlREk5K6tQg8rFZOjoKVtDyI1WgbKJNCymHhMye6STryY6fhuuayKstiDThkqDYxqahjUJz/Tl2p5W3rbcw==}
engines: {node: '>=16.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-PHJ3SL6d2jpcgbqdgiPxkXpu7Drc2PYViwxSIqvvMKhDwzSB1W3mMvtpzwKM4IE7zLFodZo0GKjJ9AsoXndXhA==}
engines: {node: '>=14.0.0'}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-36Sxo6F ykElaL1mWzWjlg 1epMpSe8obwhCN1yGE7Js9ywy5U6k6l A3q3YM9YRbm740sNxncbwLklMvuhTKw==}
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-oyWGcOlfTdzkC6SVplyr0AGh54IMrDxbhg5RxJ5P V4BKfcDoDcZV9xenUk9NsOi9MuUjxMumb9UJGkDhM1m0A==}
engines: {node: '>=16.0.0'}
peerDependencies:
aws-crt: '>=1.0.0'
peerDependenciesMeta:
aws-crt:
optional: true
'@aws-sdk/[email protected]':
resolution: {integrity: sha512-ZIa2RK7CHFTZ4gwK77WRtsZ6vF7xwRXxJ8KQIxK2duhoTVcn0xYxpFLdW9WZZZvdP9GIF3Loqvf8DRdeU5Jc7Q==}
engines: {node: '>=16.0.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-y5 tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL CRT FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr cHJbWi0h68HZuSORq 3WtJ2z0hwF2NG1b5kcA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-uU27kfDRlhfKl w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41 syctUWOZ140a2Rvkgjw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs hY2nFLgqsqXd52/iSiVq5TITtUasIUgm IIKdY2/1I7auiQOEeC9A==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA g9OTS2bBQoctLJrky0RDCAWRgQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF cirg==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-xCoqR/8 BoNnXOY7RVSgv6X o7pmT5q1d gGcRlXYkI 9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW qbE8tlsu3jntNYNfcGsc49LphF1PQIiD vMZ1z1xVOKt 93khA9tc2JBs3kBjA7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP mqeXooG/NZbg/h5FTFi6V0 99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo eoZqeW9UIiOcuYKRJA4ZAgV9myA pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-xpeLqeeRkbxhnYimfr2PC iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt /7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg biQ7Syo8lnDtbR uA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok 0r88fp YtWVLZrp4CkafFGIp W0VKw4a22sgebPT99y FDNMdP4w==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck 55DFt42zV0QMw5g==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-9cUznXMG0 FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-pBGyV4uBqOns 0UvhsTO8qgl8hO89PmiDYv /COyp1aeMcmfrfruz /nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib N1T2kr6PEeUT Fl7najmSOS6SmAwCHK6Tw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/[email protected]':
resolution: {integrity: sha512-n0H99E/K Bika3 WNL17POvo4rKWZ7lZEp1Q fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ ojAe2pHKJHN35w==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b Iff2jHaM/RRFYl7K iiru7hbRqNx8Q==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-CvLSkwXGWnYlF9 J3iZUvwgAxKiYzK3BWuo mLzD/MDGOZDj7Gq8 hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs /iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-2ofRCjnnA9y wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3 UlFa2Yj8ALLgmoSQAJZysYbBjw azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-Y4OZ ytlatR8AI 8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D KkdJCGPq/ 8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO IapbXlSapOW9S ogZZkcO6bABgYAxtZcjZ/O005111YLf j4M84uEgwYoidDkXbCkQ==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB R4FvYoHGZz 4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-V2PI NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46 r/A6WeUR1 P3TeQ49dspGPNd/E3n9AnnA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs LG5hvzSoqaSZ9/Z9lKSP3CjZjv pA==}
engines: {node: '>=6.9.0'}
'@babel/[email protected]':
resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz wDyD9I7GIVrfnLyrR4Y1VR 7p chAEcrgRQYZAGIKMV7vQ==}
engines: {node: '>=6.9.0'}