forked from tinymce/tinymce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
13121 lines (11374 loc) · 519 KB
/
yarn.lock
File metadata and controls
13121 lines (11374 loc) · 519 KB
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 IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@ampproject/remapping@^2.1.0":
"integrity" "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w=="
"resolved" "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz"
"version" "2.2.0"
dependencies:
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.8.3":
"integrity" "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q=="
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/highlight" "^7.18.6"
"@babel/compat-data@^7.19.1":
"integrity" "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg=="
"resolved" "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz"
"version" "7.19.1"
"@babel/core@^7.0.0", "@babel/core@^7.17.9", "@babel/core@^7.7.5":
"integrity" "sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw=="
"resolved" "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz"
"version" "7.19.1"
dependencies:
"@ampproject/remapping" "^2.1.0"
"@babel/code-frame" "^7.18.6"
"@babel/generator" "^7.19.0"
"@babel/helper-compilation-targets" "^7.19.1"
"@babel/helper-module-transforms" "^7.19.0"
"@babel/helpers" "^7.19.0"
"@babel/parser" "^7.19.1"
"@babel/template" "^7.18.10"
"@babel/traverse" "^7.19.1"
"@babel/types" "^7.19.0"
"convert-source-map" "^1.7.0"
"debug" "^4.1.0"
"gensync" "^1.0.0-beta.2"
"json5" "^2.2.1"
"semver" "^6.3.0"
"@babel/generator@^7.19.0":
"integrity" "sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg=="
"resolved" "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz"
"version" "7.19.0"
dependencies:
"@babel/types" "^7.19.0"
"@jridgewell/gen-mapping" "^0.3.2"
"jsesc" "^2.5.1"
"@babel/helper-compilation-targets@^7.19.1":
"integrity" "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg=="
"resolved" "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz"
"version" "7.19.1"
dependencies:
"@babel/compat-data" "^7.19.1"
"@babel/helper-validator-option" "^7.18.6"
"browserslist" "^4.21.3"
"semver" "^6.3.0"
"@babel/helper-environment-visitor@^7.18.9":
"integrity" "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg=="
"resolved" "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
"version" "7.18.9"
"@babel/helper-function-name@^7.19.0":
"integrity" "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w=="
"resolved" "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz"
"version" "7.19.0"
dependencies:
"@babel/template" "^7.18.10"
"@babel/types" "^7.19.0"
"@babel/helper-hoist-variables@^7.18.6":
"integrity" "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q=="
"resolved" "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/types" "^7.18.6"
"@babel/helper-module-imports@^7.18.6":
"integrity" "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA=="
"resolved" "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/types" "^7.18.6"
"@babel/helper-module-transforms@^7.19.0":
"integrity" "sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ=="
"resolved" "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz"
"version" "7.19.0"
dependencies:
"@babel/helper-environment-visitor" "^7.18.9"
"@babel/helper-module-imports" "^7.18.6"
"@babel/helper-simple-access" "^7.18.6"
"@babel/helper-split-export-declaration" "^7.18.6"
"@babel/helper-validator-identifier" "^7.18.6"
"@babel/template" "^7.18.10"
"@babel/traverse" "^7.19.0"
"@babel/types" "^7.19.0"
"@babel/helper-simple-access@^7.18.6":
"integrity" "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g=="
"resolved" "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/types" "^7.18.6"
"@babel/helper-split-export-declaration@^7.18.6":
"integrity" "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA=="
"resolved" "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/types" "^7.18.6"
"@babel/helper-string-parser@^7.18.10":
"integrity" "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw=="
"resolved" "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz"
"version" "7.18.10"
"@babel/helper-validator-identifier@^7.18.6":
"integrity" "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
"version" "7.19.1"
"@babel/helper-validator-option@^7.18.6":
"integrity" "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw=="
"resolved" "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
"version" "7.18.6"
"@babel/helpers@^7.19.0":
"integrity" "sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg=="
"resolved" "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz"
"version" "7.19.0"
dependencies:
"@babel/template" "^7.18.10"
"@babel/traverse" "^7.19.0"
"@babel/types" "^7.19.0"
"@babel/highlight@^7.18.6":
"integrity" "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g=="
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz"
"version" "7.18.6"
dependencies:
"@babel/helper-validator-identifier" "^7.18.6"
"chalk" "^2.0.0"
"js-tokens" "^4.0.0"
"@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
"integrity" "sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A=="
"resolved" "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz"
"version" "7.19.1"
"@babel/template@^7.18.10":
"integrity" "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA=="
"resolved" "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz"
"version" "7.18.10"
dependencies:
"@babel/code-frame" "^7.18.6"
"@babel/parser" "^7.18.10"
"@babel/types" "^7.18.10"
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1":
"integrity" "sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA=="
"resolved" "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz"
"version" "7.19.1"
dependencies:
"@babel/code-frame" "^7.18.6"
"@babel/generator" "^7.19.0"
"@babel/helper-environment-visitor" "^7.18.9"
"@babel/helper-function-name" "^7.19.0"
"@babel/helper-hoist-variables" "^7.18.6"
"@babel/helper-split-export-declaration" "^7.18.6"
"@babel/parser" "^7.19.1"
"@babel/types" "^7.19.0"
"debug" "^4.1.0"
"globals" "^11.1.0"
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
"integrity" "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA=="
"resolved" "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
"version" "7.19.0"
dependencies:
"@babel/helper-string-parser" "^7.18.10"
"@babel/helper-validator-identifier" "^7.18.6"
"to-fast-properties" "^2.0.0"
"@discoveryjs/json-ext@^0.5.0":
"integrity" "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw=="
"resolved" "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz"
"version" "0.5.7"
"@ephox/acid@file:/Users/vedarthk/code/tinymce/modules/acid":
"resolved" "file:modules/acid"
"version" "5.0.9"
dependencies:
"@ephox/alloy" "^12.1.1"
"@ephox/boulder" "^7.1.5"
"@ephox/katamari" "^9.1.5"
"@ephox/sugar" "^9.2.1"
"@ephox/agar@^7.4.1", "@ephox/agar@file:/Users/vedarthk/code/tinymce/modules/agar":
"resolved" "file:modules/agar"
"version" "7.4.1"
dependencies:
"@ephox/bedrock-client" "11 || 12 || 13"
"@ephox/bedrock-common" "11 || 12 || 13"
"@ephox/jax" "^7.0.9"
"@ephox/sand" "^6.0.9"
"@ephox/sugar" "^9.2.1"
"@types/sizzle" "^2.3.3"
"fast-check" "^2.0.0"
"sizzle" "^2.3.4"
"@ephox/alloy@^12.1.1", "@ephox/alloy@file:/Users/vedarthk/code/tinymce/modules/alloy":
"resolved" "file:modules/alloy"
"version" "12.1.1"
dependencies:
"@ephox/agar" "^7.4.1"
"@ephox/boulder" "^7.1.5"
"@ephox/katamari" "^9.1.5"
"@ephox/sand" "^6.0.9"
"@ephox/sugar" "^9.2.1"
"@ephox/bedrock-client@^13.0.0", "@ephox/bedrock-client@11 || 12 || 13":
"integrity" "sha512-Zah4+o7wFmYO6x3AHiQ1fIYdWIKMAlgszFqKp+JYrmkmqQG9h25wk2izPvTvJ+UGrORU6W90PrDWuksE1XhcUw=="
"resolved" "https://registry.npmjs.org/@ephox/bedrock-client/-/bedrock-client-13.0.0.tgz"
"version" "13.0.0"
dependencies:
"@ephox/bedrock-common" "^13.0.0"
"@ephox/dispute" "^1.0.3"
"@ephox/bedrock-common@^13.0.0", "@ephox/bedrock-common@11 || 12 || 13":
"integrity" "sha512-aJ3gtezZ0duGJAniT/+uWi0fFCJRqNdJjumxhCwOVTc2MSsXcyqn70s6FIlrp/Fw2QuyiEqxgormgrmBUbWNWA=="
"resolved" "https://registry.npmjs.org/@ephox/bedrock-common/-/bedrock-common-13.0.0.tgz"
"version" "13.0.0"
dependencies:
"diff" "^5.0.0"
"@ephox/bedrock-runner@^13.3.0":
"integrity" "sha512-b380X0MWZhnpFuSs9gBP8MwseSr49juVxK0ADQb4SR3z9l9nTt1Slf4rWCwSUu1omUTvbjDumdazFp2LIUwa5Q=="
"resolved" "https://registry.npmjs.org/@ephox/bedrock-runner/-/bedrock-runner-13.3.0.tgz"
"version" "13.3.0"
dependencies:
"@ephox/bedrock-common" "^13.0.0"
"@ephox/wrap-promise-polyfill" "^2.2.0"
"jquery" "^3.4.1"
"querystringify" "^2.1.1"
"@ephox/bedrock-server@^13.3.0":
"integrity" "sha512-LNrA8rOZYBqjrYiTESrErk/g/y/5CUNB9fjcFoP708Mnh0iadNqh54TrhYdWIEjFjOSN6U5Ikc8E3NG1taUbAA=="
"resolved" "https://registry.npmjs.org/@ephox/bedrock-server/-/bedrock-server-13.3.0.tgz"
"version" "13.3.0"
dependencies:
"@ephox/bedrock-client" "^13.0.0"
"@ephox/bedrock-common" "^13.0.0"
"@ephox/bedrock-runner" "^13.3.0"
"@jsdevtools/coverage-istanbul-loader" "^3.0.5"
"async" "^3.0.0"
"chalk" "^4.1.1"
"cli-highlight" "^2.1.11"
"command-line-args" "^5.0.0"
"command-line-usage" "^6.0.0"
"core-js" "^3.6.4"
"core-js-bundle" "^3.6.4"
"cross-spawn" "^7.0.0"
"etag" "^1.8.1"
"finalhandler" "^1.1.2"
"fork-ts-checker-webpack-plugin" "^6.3.2"
"fresh" "^0.5.2"
"glob" "^7.1.6"
"grunt" "^1.0.4"
"jquery" "^3.4.1"
"mime-types" "^2.1.34"
"mkdirp" "^1.0.0"
"portfinder" "^1.0.25"
"recursive-readdir-sync" "^1.0.6"
"rollup" "^1.23.1"
"rollup-plugin-typescript2" "^0.24.0"
"serve-static" "^1.10.2"
"source-map-loader" "^3.0.0"
"ts-loader" "^9.0.0"
"tsconfig-paths-webpack-plugin" "^3.2.0"
"webdriverio" "^7.0.0"
"webpack" "^5.40.0"
"webpack-dev-server" "^4.7.0"
"which" "^2.0.0"
"xml-writer" "^1.6.0"
"@ephox/boss@^6.0.9", "@ephox/boss@file:/Users/vedarthk/code/tinymce/modules/boss":
"resolved" "file:modules/boss"
"version" "6.0.9"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/sugar" "^9.2.1"
"@ephox/boulder@^7.1.5", "@ephox/boulder@file:/Users/vedarthk/code/tinymce/modules/boulder":
"resolved" "file:modules/boulder"
"version" "7.1.5"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/bridge@file:/Users/vedarthk/code/tinymce/modules/bridge":
"resolved" "file:modules/bridge"
"version" "4.3.1"
dependencies:
"@ephox/boulder" "^7.1.5"
"@ephox/katamari" "^9.1.5"
"@ephox/darwin@file:/Users/vedarthk/code/tinymce/modules/darwin":
"resolved" "file:modules/darwin"
"version" "8.0.10"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/phoenix" "^8.0.9"
"@ephox/robin" "^10.0.9"
"@ephox/sand" "^6.0.9"
"@ephox/snooker" "^11.0.10"
"@ephox/sugar" "^9.2.1"
"@ephox/dispute@^1.0.3":
"integrity" "sha512-cl8hu6u8FDIJ0Ofmp9PzMWuby7mNXylcbr5yrsQ7MMOVKXTTBKj93ZWGmPFqKBTbWdeMji16fVRLxYqCp7FInA=="
"resolved" "https://registry.npmjs.org/@ephox/dispute/-/dispute-1.0.14.tgz"
"version" "1.0.14"
dependencies:
"tslib" "^2.0.0"
"@ephox/dragster@^7.1.1", "@ephox/dragster@file:/Users/vedarthk/code/tinymce/modules/dragster":
"resolved" "file:modules/dragster"
"version" "7.1.1"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/porkbun" "^7.0.9"
"@ephox/sugar" "^9.2.1"
"@ephox/jax@^7.0.9", "@ephox/jax@file:/Users/vedarthk/code/tinymce/modules/jax":
"resolved" "file:modules/jax"
"version" "7.0.9"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/katamari-assertions@^4.0.9", "@ephox/katamari-assertions@file:/Users/vedarthk/code/tinymce/modules/katamari-assertions":
"resolved" "file:modules/katamari-assertions"
"version" "4.0.9"
dependencies:
"@ephox/bedrock-client" "11 || 12 || 13"
"@ephox/dispute" "^1.0.3"
"@ephox/katamari" "^9.1.5"
"@ephox/katamari@^9.1.5", "@ephox/katamari@file:/Users/vedarthk/code/tinymce/modules/katamari":
"resolved" "file:modules/katamari"
"version" "9.1.5"
dependencies:
"@ephox/dispute" "^1.0.3"
"@ephox/mcagar@file:/Users/vedarthk/code/tinymce/modules/mcagar":
"resolved" "file:modules/mcagar"
"version" "8.3.1"
dependencies:
"@ephox/agar" "^7.4.1"
"@ephox/katamari" "^9.1.5"
"@ephox/sand" "^6.0.9"
"@ephox/sugar" "^9.2.1"
"fast-check" "^2.0.0"
"@ephox/oxide-icons-tools@^3.1.0":
"integrity" "sha512-VspljPvGF0nSCTQp+u9NuuB2Inra1t3W7enQFwBJm4P1/8SOw4jE2yvt0WI8NuYS3tQmKsqZwsgrYso9grg1pQ=="
"resolved" "https://registry.npmjs.org/@ephox/oxide-icons-tools/-/oxide-icons-tools-3.1.0.tgz"
"version" "3.1.0"
dependencies:
"@xmldom/xmldom" "^0.8.1"
"chalk" "^4.1.0"
"esm" "^3.2.0"
"fancy-log" "^2.0.0"
"plugin-error" "^1.0.1"
"svgo" "^2.4.0"
"tslib" "^2.3.1"
"vinyl" "^2.2.0"
"@ephox/phoenix@^8.0.9", "@ephox/phoenix@file:/Users/vedarthk/code/tinymce/modules/phoenix":
"resolved" "file:modules/phoenix"
"version" "8.0.9"
dependencies:
"@ephox/boss" "^6.0.9"
"@ephox/katamari" "^9.1.5"
"@ephox/polaris" "^6.0.9"
"@ephox/sugar" "^9.2.1"
"@ephox/polaris@^6.0.9", "@ephox/polaris@file:/Users/vedarthk/code/tinymce/modules/polaris":
"resolved" "file:modules/polaris"
"version" "6.0.9"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/porkbun@^7.0.9", "@ephox/porkbun@file:/Users/vedarthk/code/tinymce/modules/porkbun":
"resolved" "file:modules/porkbun"
"version" "7.0.9"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/robin@^10.0.9", "@ephox/robin@file:/Users/vedarthk/code/tinymce/modules/robin":
"resolved" "file:modules/robin"
"version" "10.0.9"
dependencies:
"@ephox/boss" "^6.0.9"
"@ephox/katamari" "^9.1.5"
"@ephox/phoenix" "^8.0.9"
"@ephox/polaris" "^6.0.9"
"@ephox/sugar" "^9.2.1"
"@ephox/sand@^6.0.9", "@ephox/sand@file:/Users/vedarthk/code/tinymce/modules/sand":
"resolved" "file:modules/sand"
"version" "6.0.9"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/snooker@^11.0.10", "@ephox/snooker@file:/Users/vedarthk/code/tinymce/modules/snooker":
"resolved" "file:modules/snooker"
"version" "11.0.10"
dependencies:
"@ephox/dragster" "^7.1.1"
"@ephox/katamari" "^9.1.5"
"@ephox/porkbun" "^7.0.9"
"@ephox/robin" "^10.0.9"
"@ephox/sugar" "^9.2.1"
"@ephox/sugar@^9.2.1", "@ephox/sugar@file:/Users/vedarthk/code/tinymce/modules/sugar":
"resolved" "file:modules/sugar"
"version" "9.2.1"
dependencies:
"@ephox/katamari" "^9.1.5"
"@ephox/sand" "^6.0.9"
"@ephox/swag@^4.6.0":
"integrity" "sha512-yh9fzsjdffVseCL8LRKiqXbduhouc2UK6UtlEUwhXe+jjid0gP6qVgsMnvYrsVIPxGY+ODKGbBqP0efTe+Q/Og=="
"resolved" "https://registry.npmjs.org/@ephox/swag/-/swag-4.6.0.tgz"
"version" "4.6.0"
dependencies:
"acorn" "^8.0.0"
"escodegen" "^2.0.0"
"magic-string" "^0.26.2"
"resolve" "^1.11.0"
"rollup" "^2.77.0"
"rollup-plugin-dts" "^4.2.2"
"webpack-sources" "^2.3.0"
"@ephox/wrap-promise-polyfill@^2.2.0":
"integrity" "sha512-hg2IKjR3E8awv6ZPUZtHVLa+ZQkaN1ksVacw40Jq2gg6uMU9GkBTcSOl+9PswBzva2Jg0lxX0r0ipMAWemDwsA=="
"resolved" "https://registry.npmjs.org/@ephox/wrap-promise-polyfill/-/wrap-promise-polyfill-2.2.1.tgz"
"version" "2.2.1"
"@eslint/eslintrc@^1.3.2":
"integrity" "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ=="
"resolved" "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz"
"version" "1.3.2"
dependencies:
"ajv" "^6.12.4"
"debug" "^4.3.2"
"espree" "^9.4.0"
"globals" "^13.15.0"
"ignore" "^5.2.0"
"import-fresh" "^3.2.1"
"js-yaml" "^4.1.0"
"minimatch" "^3.1.2"
"strip-json-comments" "^3.1.1"
"@evocateur/libnpmaccess@^3.1.2":
"integrity" "sha512-KSCAHwNWro0CF2ukxufCitT9K5LjL/KuMmNzSu8wuwN2rjyKHD8+cmOsiybK+W5hdnwc5M1SmRlVCaMHQo+3rg=="
"resolved" "https://registry.npmjs.org/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz"
"version" "3.1.2"
dependencies:
"@evocateur/npm-registry-fetch" "^4.0.0"
"aproba" "^2.0.0"
"figgy-pudding" "^3.5.1"
"get-stream" "^4.0.0"
"npm-package-arg" "^6.1.0"
"@evocateur/libnpmpublish@^1.2.2":
"integrity" "sha512-MJrrk9ct1FeY9zRlyeoyMieBjGDG9ihyyD9/Ft6MMrTxql9NyoEx2hw9casTIP4CdqEVu+3nQ2nXxoJ8RCXyFg=="
"resolved" "https://registry.npmjs.org/@evocateur/libnpmpublish/-/libnpmpublish-1.2.2.tgz"
"version" "1.2.2"
dependencies:
"@evocateur/npm-registry-fetch" "^4.0.0"
"aproba" "^2.0.0"
"figgy-pudding" "^3.5.1"
"get-stream" "^4.0.0"
"lodash.clonedeep" "^4.5.0"
"normalize-package-data" "^2.4.0"
"npm-package-arg" "^6.1.0"
"semver" "^5.5.1"
"ssri" "^6.0.1"
"@evocateur/npm-registry-fetch@^4.0.0":
"integrity" "sha512-k1WGfKRQyhJpIr+P17O5vLIo2ko1PFLKwoetatdduUSt/aQ4J2sJrJwwatdI5Z3SiYk/mRH9S3JpdmMFd/IK4g=="
"resolved" "https://registry.npmjs.org/@evocateur/npm-registry-fetch/-/npm-registry-fetch-4.0.0.tgz"
"version" "4.0.0"
dependencies:
"bluebird" "^3.5.1"
"figgy-pudding" "^3.4.1"
"JSONStream" "^1.3.4"
"lru-cache" "^5.1.1"
"make-fetch-happen" "^5.0.0"
"npm-package-arg" "^6.1.0"
"safe-buffer" "^5.1.2"
"@evocateur/pacote@^9.6.3":
"integrity" "sha512-EI552lf0aG2nOV8NnZpTxNo2PcXKPmDbF9K8eCBFQdIZwHNGN/mi815fxtmUMa2wTa1yndotICIDt/V0vpEx2w=="
"resolved" "https://registry.npmjs.org/@evocateur/pacote/-/pacote-9.6.5.tgz"
"version" "9.6.5"
dependencies:
"@evocateur/npm-registry-fetch" "^4.0.0"
"bluebird" "^3.5.3"
"cacache" "^12.0.3"
"chownr" "^1.1.2"
"figgy-pudding" "^3.5.1"
"get-stream" "^4.1.0"
"glob" "^7.1.4"
"infer-owner" "^1.0.4"
"lru-cache" "^5.1.1"
"make-fetch-happen" "^5.0.0"
"minimatch" "^3.0.4"
"minipass" "^2.3.5"
"mississippi" "^3.0.0"
"mkdirp" "^0.5.1"
"normalize-package-data" "^2.5.0"
"npm-package-arg" "^6.1.0"
"npm-packlist" "^1.4.4"
"npm-pick-manifest" "^3.0.0"
"osenv" "^0.1.5"
"promise-inflight" "^1.0.1"
"promise-retry" "^1.1.1"
"protoduck" "^5.0.1"
"rimraf" "^2.6.3"
"safe-buffer" "^5.2.0"
"semver" "^5.7.0"
"ssri" "^6.0.1"
"tar" "^4.4.10"
"unique-filename" "^1.1.1"
"which" "^1.3.1"
"@gulp-sourcemaps/identity-map@^2.0.1":
"integrity" "sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q=="
"resolved" "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz"
"version" "2.0.1"
dependencies:
"acorn" "^6.4.1"
"normalize-path" "^3.0.0"
"postcss" "^7.0.16"
"source-map" "^0.6.0"
"through2" "^3.0.1"
"@gulp-sourcemaps/map-sources@^1.0.0":
"integrity" "sha512-o/EatdaGt8+x2qpb0vFLC/2Gug/xYPRXb6a+ET1wGYKozKN3krDWC/zZFZAtrzxJHuDL12mwdfEFKcKMNvc55A=="
"resolved" "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"normalize-path" "^2.0.1"
"through2" "^2.0.3"
"@humanwhocodes/config-array@^0.10.4":
"integrity" "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw=="
"resolved" "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz"
"version" "0.10.4"
dependencies:
"@humanwhocodes/object-schema" "^1.2.1"
"debug" "^4.1.1"
"minimatch" "^3.0.4"
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
"integrity" "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA=="
"resolved" "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"
"version" "1.0.2"
"@humanwhocodes/module-importer@^1.0.1":
"integrity" "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
"resolved" "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
"version" "1.0.1"
"@humanwhocodes/object-schema@^1.2.1":
"integrity" "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
"resolved" "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
"version" "1.2.1"
"@istanbuljs/schema@^0.1.2":
"integrity" "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
"resolved" "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
"version" "0.1.3"
"@jridgewell/gen-mapping@^0.1.0":
"integrity" "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w=="
"resolved" "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz"
"version" "0.1.1"
dependencies:
"@jridgewell/set-array" "^1.0.0"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jridgewell/gen-mapping@^0.3.0":
"integrity" "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A=="
"resolved" "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz"
"version" "0.3.2"
dependencies:
"@jridgewell/set-array" "^1.0.1"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jridgewell/trace-mapping" "^0.3.9"
"@jridgewell/gen-mapping@^0.3.2":
"integrity" "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A=="
"resolved" "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz"
"version" "0.3.2"
dependencies:
"@jridgewell/set-array" "^1.0.1"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jridgewell/trace-mapping" "^0.3.9"
"@jridgewell/resolve-uri@^3.0.3":
"integrity" "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
"resolved" "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
"version" "3.1.0"
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
"integrity" "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
"resolved" "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz"
"version" "1.1.2"
"@jridgewell/source-map@^0.3.2":
"integrity" "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw=="
"resolved" "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz"
"version" "0.3.2"
dependencies:
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"
"@jridgewell/sourcemap-codec@^1.4.10":
"integrity" "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
"resolved" "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
"version" "1.4.14"
"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9":
"integrity" "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g=="
"resolved" "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz"
"version" "0.3.15"
dependencies:
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jsdevtools/coverage-istanbul-loader@^3.0.5":
"integrity" "sha512-EUCPEkaRPvmHjWAAZkWMT7JDzpw7FKB00WTISaiXsbNOd5hCHg77XLA8sLYLFDo1zepYLo2w7GstN8YBqRXZfA=="
"resolved" "https://registry.npmjs.org/@jsdevtools/coverage-istanbul-loader/-/coverage-istanbul-loader-3.0.5.tgz"
"version" "3.0.5"
dependencies:
"convert-source-map" "^1.7.0"
"istanbul-lib-instrument" "^4.0.3"
"loader-utils" "^2.0.0"
"merge-source-map" "^1.1.0"
"schema-utils" "^2.7.0"
"@leichtgewicht/ip-codec@^2.0.1":
"integrity" "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
"resolved" "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz"
"version" "2.0.4"
"@lerna/add@3.21.0":
"integrity" "sha512-vhUXXF6SpufBE1EkNEXwz1VLW03f177G9uMOFMQkp6OJ30/PWg4Ekifuz9/3YfgB2/GH8Tu4Lk3O51P2Hskg/A=="
"resolved" "https://registry.npmjs.org/@lerna/add/-/add-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@evocateur/pacote" "^9.6.3"
"@lerna/bootstrap" "3.21.0"
"@lerna/command" "3.21.0"
"@lerna/filter-options" "3.20.0"
"@lerna/npm-conf" "3.16.0"
"@lerna/validation-error" "3.13.0"
"dedent" "^0.7.0"
"npm-package-arg" "^6.1.0"
"p-map" "^2.1.0"
"semver" "^6.2.0"
"@lerna/bootstrap@3.21.0":
"integrity" "sha512-mtNHlXpmvJn6JTu0KcuTTPl2jLsDNud0QacV/h++qsaKbhAaJr/FElNZ5s7MwZFUM3XaDmvWzHKaszeBMHIbBw=="
"resolved" "https://registry.npmjs.org/@lerna/bootstrap/-/bootstrap-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/command" "3.21.0"
"@lerna/filter-options" "3.20.0"
"@lerna/has-npm-version" "3.16.5"
"@lerna/npm-install" "3.16.5"
"@lerna/package-graph" "3.18.5"
"@lerna/pulse-till-done" "3.13.0"
"@lerna/rimraf-dir" "3.16.5"
"@lerna/run-lifecycle" "3.16.2"
"@lerna/run-topologically" "3.18.5"
"@lerna/symlink-binary" "3.17.0"
"@lerna/symlink-dependencies" "3.17.0"
"@lerna/validation-error" "3.13.0"
"dedent" "^0.7.0"
"get-port" "^4.2.0"
"multimatch" "^3.0.0"
"npm-package-arg" "^6.1.0"
"npmlog" "^4.1.2"
"p-finally" "^1.0.0"
"p-map" "^2.1.0"
"p-map-series" "^1.0.0"
"p-waterfall" "^1.0.0"
"read-package-tree" "^5.1.6"
"semver" "^6.2.0"
"@lerna/changed@3.21.0":
"integrity" "sha512-hzqoyf8MSHVjZp0gfJ7G8jaz+++mgXYiNs9iViQGA8JlN/dnWLI5sWDptEH3/B30Izo+fdVz0S0s7ydVE3pWIw=="
"resolved" "https://registry.npmjs.org/@lerna/changed/-/changed-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/collect-updates" "3.20.0"
"@lerna/command" "3.21.0"
"@lerna/listable" "3.18.5"
"@lerna/output" "3.13.0"
"@lerna/check-working-tree@3.16.5":
"integrity" "sha512-xWjVBcuhvB8+UmCSb5tKVLB5OuzSpw96WEhS2uz6hkWVa/Euh1A0/HJwn2cemyK47wUrCQXtczBUiqnq9yX5VQ=="
"resolved" "https://registry.npmjs.org/@lerna/check-working-tree/-/check-working-tree-3.16.5.tgz"
"version" "3.16.5"
dependencies:
"@lerna/collect-uncommitted" "3.16.5"
"@lerna/describe-ref" "3.16.5"
"@lerna/validation-error" "3.13.0"
"@lerna/child-process@3.16.5":
"integrity" "sha512-vdcI7mzei9ERRV4oO8Y1LHBZ3A5+ampRKg1wq5nutLsUA4mEBN6H7JqjWOMY9xZemv6+kATm2ofjJ3lW5TszQg=="
"resolved" "https://registry.npmjs.org/@lerna/child-process/-/child-process-3.16.5.tgz"
"version" "3.16.5"
dependencies:
"chalk" "^2.3.1"
"execa" "^1.0.0"
"strong-log-transformer" "^2.0.0"
"@lerna/clean@3.21.0":
"integrity" "sha512-b/L9l+MDgE/7oGbrav6rG8RTQvRiZLO1zTcG17zgJAAuhlsPxJExMlh2DFwJEVi2les70vMhHfST3Ue1IMMjpg=="
"resolved" "https://registry.npmjs.org/@lerna/clean/-/clean-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/command" "3.21.0"
"@lerna/filter-options" "3.20.0"
"@lerna/prompt" "3.18.5"
"@lerna/pulse-till-done" "3.13.0"
"@lerna/rimraf-dir" "3.16.5"
"p-map" "^2.1.0"
"p-map-series" "^1.0.0"
"p-waterfall" "^1.0.0"
"@lerna/cli@3.18.5":
"integrity" "sha512-erkbxkj9jfc89vVs/jBLY/fM0I80oLmJkFUV3Q3wk9J3miYhP14zgVEBsPZY68IZlEjT6T3Xlq2xO1AVaatHsA=="
"resolved" "https://registry.npmjs.org/@lerna/cli/-/cli-3.18.5.tgz"
"version" "3.18.5"
dependencies:
"@lerna/global-options" "3.13.0"
"dedent" "^0.7.0"
"npmlog" "^4.1.2"
"yargs" "^14.2.2"
"@lerna/collect-uncommitted@3.16.5":
"integrity" "sha512-ZgqnGwpDZiWyzIQVZtQaj9tRizsL4dUOhuOStWgTAw1EMe47cvAY2kL709DzxFhjr6JpJSjXV5rZEAeU3VE0Hg=="
"resolved" "https://registry.npmjs.org/@lerna/collect-uncommitted/-/collect-uncommitted-3.16.5.tgz"
"version" "3.16.5"
dependencies:
"@lerna/child-process" "3.16.5"
"chalk" "^2.3.1"
"figgy-pudding" "^3.5.1"
"npmlog" "^4.1.2"
"@lerna/collect-updates@3.20.0":
"integrity" "sha512-qBTVT5g4fupVhBFuY4nI/3FSJtQVcDh7/gEPOpRxoXB/yCSnT38MFHXWl+y4einLciCjt/+0x6/4AG80fjay2Q=="
"resolved" "https://registry.npmjs.org/@lerna/collect-updates/-/collect-updates-3.20.0.tgz"
"version" "3.20.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/describe-ref" "3.16.5"
"minimatch" "^3.0.4"
"npmlog" "^4.1.2"
"slash" "^2.0.0"
"@lerna/command@3.21.0":
"integrity" "sha512-T2bu6R8R3KkH5YoCKdutKv123iUgUbW8efVjdGCDnCMthAQzoentOJfDeodBwn0P2OqCl3ohsiNVtSn9h78fyQ=="
"resolved" "https://registry.npmjs.org/@lerna/command/-/command-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/package-graph" "3.18.5"
"@lerna/project" "3.21.0"
"@lerna/validation-error" "3.13.0"
"@lerna/write-log-file" "3.13.0"
"clone-deep" "^4.0.1"
"dedent" "^0.7.0"
"execa" "^1.0.0"
"is-ci" "^2.0.0"
"npmlog" "^4.1.2"
"@lerna/conventional-commits@3.22.0":
"integrity" "sha512-z4ZZk1e8Mhz7+IS8NxHr64wyklHctCJyWpJKEZZPJiLFJ8yKto/x38O80R10pIzC0rr8Sy/OsjSH4bl0TbbgqA=="
"resolved" "https://registry.npmjs.org/@lerna/conventional-commits/-/conventional-commits-3.22.0.tgz"
"version" "3.22.0"
dependencies:
"@lerna/validation-error" "3.13.0"
"conventional-changelog-angular" "^5.0.3"
"conventional-changelog-core" "^3.1.6"
"conventional-recommended-bump" "^5.0.0"
"fs-extra" "^8.1.0"
"get-stream" "^4.0.0"
"lodash.template" "^4.5.0"
"npm-package-arg" "^6.1.0"
"npmlog" "^4.1.2"
"pify" "^4.0.1"
"semver" "^6.2.0"
"@lerna/create-symlink@3.16.2":
"integrity" "sha512-pzXIJp6av15P325sgiIRpsPXLFmkisLhMBCy4764d+7yjf2bzrJ4gkWVMhsv4AdF0NN3OyZ5jjzzTtLNqfR+Jw=="
"resolved" "https://registry.npmjs.org/@lerna/create-symlink/-/create-symlink-3.16.2.tgz"
"version" "3.16.2"
dependencies:
"@zkochan/cmd-shim" "^3.1.0"
"fs-extra" "^8.1.0"
"npmlog" "^4.1.2"
"@lerna/create@3.22.0":
"integrity" "sha512-MdiQQzCcB4E9fBF1TyMOaAEz9lUjIHp1Ju9H7f3lXze5JK6Fl5NYkouAvsLgY6YSIhXMY8AHW2zzXeBDY4yWkw=="
"resolved" "https://registry.npmjs.org/@lerna/create/-/create-3.22.0.tgz"
"version" "3.22.0"
dependencies:
"@evocateur/pacote" "^9.6.3"
"@lerna/child-process" "3.16.5"
"@lerna/command" "3.21.0"
"@lerna/npm-conf" "3.16.0"
"@lerna/validation-error" "3.13.0"
"camelcase" "^5.0.0"
"dedent" "^0.7.0"
"fs-extra" "^8.1.0"
"globby" "^9.2.0"
"init-package-json" "^1.10.3"
"npm-package-arg" "^6.1.0"
"p-reduce" "^1.0.0"
"pify" "^4.0.1"
"semver" "^6.2.0"
"slash" "^2.0.0"
"validate-npm-package-license" "^3.0.3"
"validate-npm-package-name" "^3.0.0"
"whatwg-url" "^7.0.0"
"@lerna/describe-ref@3.16.5":
"integrity" "sha512-c01+4gUF0saOOtDBzbLMFOTJDHTKbDFNErEY6q6i9QaXuzy9LNN62z+Hw4acAAZuJQhrVWncVathcmkkjvSVGw=="
"resolved" "https://registry.npmjs.org/@lerna/describe-ref/-/describe-ref-3.16.5.tgz"
"version" "3.16.5"
dependencies:
"@lerna/child-process" "3.16.5"
"npmlog" "^4.1.2"
"@lerna/diff@3.21.0":
"integrity" "sha512-5viTR33QV3S7O+bjruo1SaR40m7F2aUHJaDAC7fL9Ca6xji+aw1KFkpCtVlISS0G8vikUREGMJh+c/VMSc8Usw=="
"resolved" "https://registry.npmjs.org/@lerna/diff/-/diff-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/command" "3.21.0"
"@lerna/validation-error" "3.13.0"
"npmlog" "^4.1.2"
"@lerna/exec@3.21.0":
"integrity" "sha512-iLvDBrIE6rpdd4GIKTY9mkXyhwsJ2RvQdB9ZU+/NhR3okXfqKc6py/24tV111jqpXTtZUW6HNydT4dMao2hi1Q=="
"resolved" "https://registry.npmjs.org/@lerna/exec/-/exec-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/command" "3.21.0"
"@lerna/filter-options" "3.20.0"
"@lerna/profiler" "3.20.0"
"@lerna/run-topologically" "3.18.5"
"@lerna/validation-error" "3.13.0"
"p-map" "^2.1.0"
"@lerna/filter-options@3.20.0":
"integrity" "sha512-bmcHtvxn7SIl/R9gpiNMVG7yjx7WyT0HSGw34YVZ9B+3xF/83N3r5Rgtjh4hheLZ+Q91Or0Jyu5O3Nr+AwZe2g=="
"resolved" "https://registry.npmjs.org/@lerna/filter-options/-/filter-options-3.20.0.tgz"
"version" "3.20.0"
dependencies:
"@lerna/collect-updates" "3.20.0"
"@lerna/filter-packages" "3.18.0"
"dedent" "^0.7.0"
"figgy-pudding" "^3.5.1"
"npmlog" "^4.1.2"
"@lerna/filter-packages@3.18.0":
"integrity" "sha512-6/0pMM04bCHNATIOkouuYmPg6KH3VkPCIgTfQmdkPJTullERyEQfNUKikrefjxo1vHOoCACDpy65JYyKiAbdwQ=="
"resolved" "https://registry.npmjs.org/@lerna/filter-packages/-/filter-packages-3.18.0.tgz"
"version" "3.18.0"
dependencies:
"@lerna/validation-error" "3.13.0"
"multimatch" "^3.0.0"
"npmlog" "^4.1.2"
"@lerna/get-npm-exec-opts@3.13.0":
"integrity" "sha512-Y0xWL0rg3boVyJk6An/vurKzubyJKtrxYv2sj4bB8Mc5zZ3tqtv0ccbOkmkXKqbzvNNF7VeUt1OJ3DRgtC/QZw=="
"resolved" "https://registry.npmjs.org/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz"
"version" "3.13.0"
dependencies:
"npmlog" "^4.1.2"
"@lerna/get-packed@3.16.0":
"integrity" "sha512-AjsFiaJzo1GCPnJUJZiTW6J1EihrPkc2y3nMu6m3uWFxoleklsSCyImumzVZJssxMi3CPpztj8LmADLedl9kXw=="
"resolved" "https://registry.npmjs.org/@lerna/get-packed/-/get-packed-3.16.0.tgz"
"version" "3.16.0"
dependencies:
"fs-extra" "^8.1.0"
"ssri" "^6.0.1"
"tar" "^4.4.8"
"@lerna/github-client@3.22.0":
"integrity" "sha512-O/GwPW+Gzr3Eb5bk+nTzTJ3uv+jh5jGho9BOqKlajXaOkMYGBELEAqV5+uARNGWZFvYAiF4PgqHb6aCUu7XdXg=="
"resolved" "https://registry.npmjs.org/@lerna/github-client/-/github-client-3.22.0.tgz"
"version" "3.22.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@octokit/plugin-enterprise-rest" "^6.0.1"
"@octokit/rest" "^16.28.4"
"git-url-parse" "^11.1.2"
"npmlog" "^4.1.2"
"@lerna/gitlab-client@3.15.0":
"integrity" "sha512-OsBvRSejHXUBMgwWQqNoioB8sgzL/Pf1pOUhHKtkiMl6aAWjklaaq5HPMvTIsZPfS6DJ9L5OK2GGZuooP/5c8Q=="
"resolved" "https://registry.npmjs.org/@lerna/gitlab-client/-/gitlab-client-3.15.0.tgz"
"version" "3.15.0"
dependencies:
"node-fetch" "^2.5.0"
"npmlog" "^4.1.2"
"whatwg-url" "^7.0.0"
"@lerna/global-options@3.13.0":
"integrity" "sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ=="
"resolved" "https://registry.npmjs.org/@lerna/global-options/-/global-options-3.13.0.tgz"
"version" "3.13.0"
"@lerna/has-npm-version@3.16.5":
"integrity" "sha512-WL7LycR9bkftyqbYop5rEGJ9sRFIV55tSGmbN1HLrF9idwOCD7CLrT64t235t3t4O5gehDnwKI5h2U3oxTrF8Q=="
"resolved" "https://registry.npmjs.org/@lerna/has-npm-version/-/has-npm-version-3.16.5.tgz"
"version" "3.16.5"
dependencies:
"@lerna/child-process" "3.16.5"
"semver" "^6.2.0"
"@lerna/import@3.22.0":
"integrity" "sha512-uWOlexasM5XR6tXi4YehODtH9Y3OZrFht3mGUFFT3OIl2s+V85xIGFfqFGMTipMPAGb2oF1UBLL48kR43hRsOg=="
"resolved" "https://registry.npmjs.org/@lerna/import/-/import-3.22.0.tgz"
"version" "3.22.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/command" "3.21.0"
"@lerna/prompt" "3.18.5"
"@lerna/pulse-till-done" "3.13.0"
"@lerna/validation-error" "3.13.0"
"dedent" "^0.7.0"
"fs-extra" "^8.1.0"
"p-map-series" "^1.0.0"
"@lerna/info@3.21.0":
"integrity" "sha512-0XDqGYVBgWxUquFaIptW2bYSIu6jOs1BtkvRTWDDhw4zyEdp6q4eaMvqdSap1CG+7wM5jeLCi6z94wS0AuiuwA=="
"resolved" "https://registry.npmjs.org/@lerna/info/-/info-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/command" "3.21.0"
"@lerna/output" "3.13.0"
"envinfo" "^7.3.1"
"@lerna/init@3.21.0":
"integrity" "sha512-6CM0z+EFUkFfurwdJCR+LQQF6MqHbYDCBPyhu/d086LRf58GtYZYj49J8mKG9ktayp/TOIxL/pKKjgLD8QBPOg=="
"resolved" "https://registry.npmjs.org/@lerna/init/-/init-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/child-process" "3.16.5"
"@lerna/command" "3.21.0"
"fs-extra" "^8.1.0"
"p-map" "^2.1.0"
"write-json-file" "^3.2.0"
"@lerna/link@3.21.0":
"integrity" "sha512-tGu9GxrX7Ivs+Wl3w1+jrLi1nQ36kNI32dcOssij6bg0oZ2M2MDEFI9UF2gmoypTaN9uO5TSsjCFS7aR79HbdQ=="
"resolved" "https://registry.npmjs.org/@lerna/link/-/link-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/command" "3.21.0"
"@lerna/package-graph" "3.18.5"
"@lerna/symlink-dependencies" "3.17.0"
"p-map" "^2.1.0"
"slash" "^2.0.0"
"@lerna/list@3.21.0":
"integrity" "sha512-KehRjE83B1VaAbRRkRy6jLX1Cin8ltsrQ7FHf2bhwhRHK0S54YuA6LOoBnY/NtA8bHDX/Z+G5sMY78X30NS9tg=="
"resolved" "https://registry.npmjs.org/@lerna/list/-/list-3.21.0.tgz"
"version" "3.21.0"
dependencies:
"@lerna/command" "3.21.0"