@oomol-lab/open-flow 0.1.0-alpha.0 → 0.1.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/addNodeOptions-BwrMvPQC.js +5230 -0
- package/dist/browser/assets/typeScriptWorker-CaA4llbX.js +59850 -0
- package/dist/browser/carbon-DMCVsjHo.js +53 -0
- package/dist/browser/{project-change.js → change-Cu6pQIit.js} +15 -45
- package/dist/browser/createLucideIcon-COMgwa_u.js +5317 -0
- package/dist/browser/createResourceDialog-YgMLylQz.js +467 -0
- package/dist/browser/{dist-o4dBuwiG.js → dist-3Mj8q8Pr.js} +28 -28
- package/dist/browser/{dist-CIq6ue3I.js → dist-BKuSVKCC.js} +1115 -1103
- package/dist/browser/{dist-DL0SDskM.js → dist-BMqL-qR5.js} +473 -906
- package/dist/browser/{dist-CLZJNoWB.js → dist-BN4ZCyOB.js} +10 -10
- package/dist/browser/{dist-zyY--HOV.js → dist-BpopSHwP.js} +3 -3
- package/dist/browser/dist-C46JByB-.js +252 -0
- package/dist/browser/{dist-BbyiRq3c.js → dist-CJpzJrLM.js} +294 -284
- package/dist/browser/{dist-Djd02JSy.js → dist-CPuF50D9.js} +198 -198
- package/dist/browser/{dist-CvcmLAMW.js → dist-CUSrALSX.js} +115 -115
- package/dist/browser/dist-CeSZ2xSM.js +444 -0
- package/dist/browser/{dist-7oZK9QXZ.js → dist-DMi8_lU3.js} +5 -5
- package/dist/browser/{dist-B9OV3YTx.js → dist-DUzA0Ukh.js} +22 -22
- package/dist/browser/{dist-aWSZx4q1.js → dist-DWADUsVB.js} +75 -75
- package/dist/browser/{dist-BLk5M0uK.js → dist-Mecbzdl2.js} +3 -3
- package/dist/browser/{esm-DXw7EADW.js → esm-CvAs_mAS.js} +14 -24
- package/dist/browser/field-BrEG-7ap.js +312 -0
- package/dist/browser/flow-authoring-edge.d.ts +3 -0
- package/dist/browser/flow-authoring-module.d.ts +4 -0
- package/dist/browser/flow-authoring-node.d.ts +84 -0
- package/dist/browser/flow-authoring.d.ts +4 -0
- package/dist/browser/flow-authoring.js +522 -0
- package/dist/browser/{project-change.d.ts → flow-change.d.ts} +27 -36
- package/dist/browser/flow-change.js +231 -0
- package/dist/browser/{project-notifications.d.ts → flow-notifications.d.ts} +6 -3
- package/dist/browser/flowRunInputEditorStore-DXOyyY7o.js +8219 -0
- package/dist/browser/flowWorkspace-X_T_DcQf.js +46003 -0
- package/dist/browser/{lib-S4ccuMeT.js → lib-GrGxYjsJ.js} +3 -5
- package/dist/browser/licenses.md +620 -12
- package/dist/browser/{markdownContent-ZZFfSRqO.js → markdownContent-BI-2PmDX.js} +4071 -4035
- package/dist/browser/typeScriptSession-Dagu_tRs.js +2549 -0
- package/dist/browser/workbench-contract.d.ts +4 -5
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.d.ts +2 -1
- package/dist/browser/workbench.js +3920 -2138
- package/dist/common/connector-action.d.ts +6 -0
- package/dist/common/connector-action.js +38 -30
- package/dist/common/control-api-conformance.js +223 -359
- package/dist/common/control-api-errors.d.ts +20 -24
- package/dist/common/control-api.d.ts +44 -73
- package/dist/common/control-api.js +150 -203
- package/dist/common/cron-trigger.d.ts +1 -1
- package/dist/common/cron-trigger.js +1 -1
- package/dist/common/flow-encoding.d.ts +11 -0
- package/dist/common/{project-encoding.js → flow-encoding.js} +14 -13
- package/dist/common/{project-notifications.d.ts → flow-notifications.d.ts} +6 -3
- package/dist/common/{project-semantics.d.ts → flow-semantics.d.ts} +9 -12
- package/dist/common/{project-semantics.js → flow-semantics.js} +594 -597
- package/dist/common/integration-trigger.d.ts +2 -1
- package/dist/common/integration-trigger.js +1 -1
- package/dist/common/poll-trigger.d.ts +1 -1
- package/dist/common/provider-triggers.js +1057 -948
- package/dist/common/run-lifecycle.js +1 -1
- package/dist/common/runtime-contract.d.ts +1 -1
- package/dist/common/runtime-contract.js +1 -1
- package/dist/common/scheduler.d.ts +7 -7
- package/dist/common/scheduler.js +237 -232
- package/dist/common/webhook-trigger.d.ts +1 -1
- package/dist/common/webhook-trigger.js +35 -1
- package/package.json +20 -10
- package/dist/browser/addNodeOptions-DqoIueCR.js +0 -33746
- package/dist/browser/carbon-nMY84Amv.js +0 -53
- package/dist/browser/composite-7VwgfnXx.js +0 -6088
- package/dist/browser/createResourceDialog-ByuJWdSL.js +0 -439
- package/dist/browser/dist-n-z5HtaO.js +0 -4
- package/dist/browser/flowWorkspace-DwVMpcar.js +0 -22092
- package/dist/common/project-encoding.d.ts +0 -11
package/dist/browser/licenses.md
CHANGED
|
@@ -121,7 +121,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
121
121
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
122
122
|
THE SOFTWARE.
|
|
123
123
|
|
|
124
|
-
## @codemirror/commands - 6.
|
|
124
|
+
## @codemirror/commands - 6.11.0 (MIT)
|
|
125
125
|
|
|
126
126
|
MIT License
|
|
127
127
|
|
|
@@ -169,7 +169,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
169
169
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
170
170
|
THE SOFTWARE.
|
|
171
171
|
|
|
172
|
-
## @codemirror/lang-html - 6.4.
|
|
172
|
+
## @codemirror/lang-html - 6.4.12 (MIT)
|
|
173
173
|
|
|
174
174
|
MIT License
|
|
175
175
|
|
|
@@ -241,7 +241,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
241
241
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
242
242
|
THE SOFTWARE.
|
|
243
243
|
|
|
244
|
-
## @codemirror/lang-markdown - 6.5.
|
|
244
|
+
## @codemirror/lang-markdown - 6.5.2 (MIT)
|
|
245
245
|
|
|
246
246
|
MIT License
|
|
247
247
|
|
|
@@ -337,6 +337,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
337
337
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
338
338
|
THE SOFTWARE.
|
|
339
339
|
|
|
340
|
+
## @codemirror/lsp-client - 6.2.5 (MIT)
|
|
341
|
+
|
|
342
|
+
MIT License
|
|
343
|
+
|
|
344
|
+
Copyright (C) 2025 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
345
|
+
|
|
346
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
347
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
348
|
+
in the Software without restriction, including without limitation the rights
|
|
349
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
350
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
351
|
+
furnished to do so, subject to the following conditions:
|
|
352
|
+
|
|
353
|
+
The above copyright notice and this permission notice shall be included in
|
|
354
|
+
all copies or substantial portions of the Software.
|
|
355
|
+
|
|
356
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
357
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
358
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
359
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
360
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
361
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
362
|
+
THE SOFTWARE.
|
|
363
|
+
|
|
340
364
|
## @codemirror/search - 6.7.1 (MIT)
|
|
341
365
|
|
|
342
366
|
MIT License
|
|
@@ -385,7 +409,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
385
409
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
386
410
|
THE SOFTWARE.
|
|
387
411
|
|
|
388
|
-
## @codemirror/view - 6.43.
|
|
412
|
+
## @codemirror/view - 6.43.9 (MIT)
|
|
389
413
|
|
|
390
414
|
MIT License
|
|
391
415
|
|
|
@@ -409,7 +433,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
409
433
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
410
434
|
THE SOFTWARE.
|
|
411
435
|
|
|
412
|
-
## @dagrejs/dagre - 3.
|
|
436
|
+
## @dagrejs/dagre - 3.1.1 (MIT)
|
|
413
437
|
|
|
414
438
|
Copyright (c) 2012-2014 Chris Pettitt
|
|
415
439
|
|
|
@@ -431,6 +455,222 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
431
455
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
432
456
|
THE SOFTWARE.
|
|
433
457
|
|
|
458
|
+
## @emotion/cache - 11.14.0 (MIT)
|
|
459
|
+
|
|
460
|
+
MIT License
|
|
461
|
+
|
|
462
|
+
Copyright (c) Emotion team and other contributors
|
|
463
|
+
|
|
464
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
465
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
466
|
+
in the Software without restriction, including without limitation the rights
|
|
467
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
468
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
469
|
+
furnished to do so, subject to the following conditions:
|
|
470
|
+
|
|
471
|
+
The above copyright notice and this permission notice shall be included in all
|
|
472
|
+
copies or substantial portions of the Software.
|
|
473
|
+
|
|
474
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
475
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
476
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
477
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
478
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
479
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
480
|
+
SOFTWARE.
|
|
481
|
+
|
|
482
|
+
## @emotion/hash - 0.9.2 (MIT)
|
|
483
|
+
|
|
484
|
+
MIT License
|
|
485
|
+
|
|
486
|
+
Copyright (c) Emotion team and other contributors
|
|
487
|
+
|
|
488
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
489
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
490
|
+
in the Software without restriction, including without limitation the rights
|
|
491
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
492
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
493
|
+
furnished to do so, subject to the following conditions:
|
|
494
|
+
|
|
495
|
+
The above copyright notice and this permission notice shall be included in all
|
|
496
|
+
copies or substantial portions of the Software.
|
|
497
|
+
|
|
498
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
499
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
500
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
501
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
502
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
503
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
504
|
+
SOFTWARE.
|
|
505
|
+
|
|
506
|
+
## @emotion/memoize - 0.9.0 (MIT)
|
|
507
|
+
|
|
508
|
+
MIT License
|
|
509
|
+
|
|
510
|
+
Copyright (c) Emotion team and other contributors
|
|
511
|
+
|
|
512
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
513
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
514
|
+
in the Software without restriction, including without limitation the rights
|
|
515
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
516
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
517
|
+
furnished to do so, subject to the following conditions:
|
|
518
|
+
|
|
519
|
+
The above copyright notice and this permission notice shall be included in all
|
|
520
|
+
copies or substantial portions of the Software.
|
|
521
|
+
|
|
522
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
523
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
524
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
525
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
526
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
527
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
528
|
+
SOFTWARE.
|
|
529
|
+
|
|
530
|
+
## @emotion/react - 11.14.0 (MIT)
|
|
531
|
+
|
|
532
|
+
MIT License
|
|
533
|
+
|
|
534
|
+
Copyright (c) Emotion team and other contributors
|
|
535
|
+
|
|
536
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
537
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
538
|
+
in the Software without restriction, including without limitation the rights
|
|
539
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
540
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
541
|
+
furnished to do so, subject to the following conditions:
|
|
542
|
+
|
|
543
|
+
The above copyright notice and this permission notice shall be included in all
|
|
544
|
+
copies or substantial portions of the Software.
|
|
545
|
+
|
|
546
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
547
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
548
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
549
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
550
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
551
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
552
|
+
SOFTWARE.
|
|
553
|
+
|
|
554
|
+
## @emotion/serialize - 1.3.3 (MIT)
|
|
555
|
+
|
|
556
|
+
MIT License
|
|
557
|
+
|
|
558
|
+
Copyright (c) Emotion team and other contributors
|
|
559
|
+
|
|
560
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
561
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
562
|
+
in the Software without restriction, including without limitation the rights
|
|
563
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
564
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
565
|
+
furnished to do so, subject to the following conditions:
|
|
566
|
+
|
|
567
|
+
The above copyright notice and this permission notice shall be included in all
|
|
568
|
+
copies or substantial portions of the Software.
|
|
569
|
+
|
|
570
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
571
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
572
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
573
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
574
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
575
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
576
|
+
SOFTWARE.
|
|
577
|
+
|
|
578
|
+
## @emotion/sheet - 1.4.0 (MIT)
|
|
579
|
+
|
|
580
|
+
MIT License
|
|
581
|
+
|
|
582
|
+
Copyright (c) Emotion team and other contributors
|
|
583
|
+
|
|
584
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
585
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
586
|
+
in the Software without restriction, including without limitation the rights
|
|
587
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
588
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
589
|
+
furnished to do so, subject to the following conditions:
|
|
590
|
+
|
|
591
|
+
The above copyright notice and this permission notice shall be included in all
|
|
592
|
+
copies or substantial portions of the Software.
|
|
593
|
+
|
|
594
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
595
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
596
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
597
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
598
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
599
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
600
|
+
SOFTWARE.
|
|
601
|
+
|
|
602
|
+
## @emotion/unitless - 0.10.0 (MIT)
|
|
603
|
+
|
|
604
|
+
MIT License
|
|
605
|
+
|
|
606
|
+
Copyright (c) Emotion team and other contributors
|
|
607
|
+
|
|
608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
610
|
+
in the Software without restriction, including without limitation the rights
|
|
611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
613
|
+
furnished to do so, subject to the following conditions:
|
|
614
|
+
|
|
615
|
+
The above copyright notice and this permission notice shall be included in all
|
|
616
|
+
copies or substantial portions of the Software.
|
|
617
|
+
|
|
618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
624
|
+
SOFTWARE.
|
|
625
|
+
|
|
626
|
+
## @emotion/use-insertion-effect-with-fallbacks - 1.2.0 (MIT)
|
|
627
|
+
|
|
628
|
+
MIT License
|
|
629
|
+
|
|
630
|
+
Copyright (c) Emotion team and other contributors
|
|
631
|
+
|
|
632
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
633
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
634
|
+
in the Software without restriction, including without limitation the rights
|
|
635
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
636
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
637
|
+
furnished to do so, subject to the following conditions:
|
|
638
|
+
|
|
639
|
+
The above copyright notice and this permission notice shall be included in all
|
|
640
|
+
copies or substantial portions of the Software.
|
|
641
|
+
|
|
642
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
643
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
644
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
645
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
646
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
647
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
648
|
+
SOFTWARE.
|
|
649
|
+
|
|
650
|
+
## @emotion/utils - 1.4.2 (MIT)
|
|
651
|
+
|
|
652
|
+
MIT License
|
|
653
|
+
|
|
654
|
+
Copyright (c) Emotion team and other contributors
|
|
655
|
+
|
|
656
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
657
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
658
|
+
in the Software without restriction, including without limitation the rights
|
|
659
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
660
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
661
|
+
furnished to do so, subject to the following conditions:
|
|
662
|
+
|
|
663
|
+
The above copyright notice and this permission notice shall be included in all
|
|
664
|
+
copies or substantial portions of the Software.
|
|
665
|
+
|
|
666
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
667
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
668
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
669
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
670
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
671
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
672
|
+
SOFTWARE.
|
|
673
|
+
|
|
434
674
|
## @floating-ui/core - 1.8.0 (MIT)
|
|
435
675
|
|
|
436
676
|
MIT License
|
|
@@ -523,7 +763,7 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
523
763
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
524
764
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
525
765
|
|
|
526
|
-
## @iconify-json/carbon - 1.2.
|
|
766
|
+
## @iconify-json/carbon - 1.2.25 (Apache-2.0)
|
|
527
767
|
|
|
528
768
|
## @iconify/utils - 3.1.4 (MIT)
|
|
529
769
|
|
|
@@ -573,7 +813,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
573
813
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
574
814
|
THE SOFTWARE.
|
|
575
815
|
|
|
576
|
-
## @lezer/css - 1.3.
|
|
816
|
+
## @lezer/css - 1.3.6 (MIT)
|
|
577
817
|
|
|
578
818
|
MIT License
|
|
579
819
|
|
|
@@ -765,7 +1005,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
765
1005
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
766
1006
|
THE SOFTWARE.
|
|
767
1007
|
|
|
768
|
-
## @marijn/find-cluster-break - 1.0.
|
|
1008
|
+
## @marijn/find-cluster-break - 1.0.4 (MIT)
|
|
769
1009
|
|
|
770
1010
|
MIT License
|
|
771
1011
|
|
|
@@ -789,11 +1029,131 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
789
1029
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
790
1030
|
THE SOFTWARE.
|
|
791
1031
|
|
|
1032
|
+
## @rc-component/motion - 1.3.3 (MIT)
|
|
1033
|
+
|
|
1034
|
+
The MIT License (MIT)
|
|
1035
|
+
|
|
1036
|
+
Copyright (c) 2019-present afc163
|
|
1037
|
+
|
|
1038
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1039
|
+
|
|
1040
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1041
|
+
|
|
1042
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1043
|
+
|
|
1044
|
+
## @rc-component/portal - 2.2.1 (MIT)
|
|
1045
|
+
|
|
1046
|
+
MIT License
|
|
1047
|
+
|
|
1048
|
+
Copyright (c) 2019-present react-component
|
|
1049
|
+
|
|
1050
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1051
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1052
|
+
in the Software without restriction, including without limitation the rights
|
|
1053
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1054
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1055
|
+
furnished to do so, subject to the following conditions:
|
|
1056
|
+
|
|
1057
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1058
|
+
copies or substantial portions of the Software.
|
|
1059
|
+
|
|
1060
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1061
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1062
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1063
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1064
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1065
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1066
|
+
SOFTWARE.
|
|
1067
|
+
|
|
1068
|
+
## @rc-component/resize-observer - 1.1.2 (MIT)
|
|
1069
|
+
|
|
1070
|
+
The MIT License (MIT)
|
|
1071
|
+
|
|
1072
|
+
Copyright (c) 2019-present afc163
|
|
1073
|
+
|
|
1074
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1075
|
+
|
|
1076
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1077
|
+
|
|
1078
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1079
|
+
|
|
1080
|
+
## @rc-component/tooltip - 1.4.0 (MIT)
|
|
1081
|
+
|
|
1082
|
+
The MIT License (MIT)
|
|
1083
|
+
|
|
1084
|
+
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1085
|
+
|
|
1086
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1087
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1088
|
+
in the Software without restriction, including without limitation the rights
|
|
1089
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1090
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1091
|
+
furnished to do so, subject to the following conditions:
|
|
1092
|
+
|
|
1093
|
+
The above copyright notice and this permission notice shall be included in
|
|
1094
|
+
all copies or substantial portions of the Software.
|
|
1095
|
+
|
|
1096
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1097
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1098
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1099
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1100
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1101
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1102
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1103
|
+
|
|
1104
|
+
## @rc-component/trigger - 3.10.1 (MIT)
|
|
1105
|
+
|
|
1106
|
+
The MIT License (MIT)
|
|
1107
|
+
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1108
|
+
|
|
1109
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1110
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1111
|
+
in the Software without restriction, including without limitation the rights
|
|
1112
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1113
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1114
|
+
furnished to do so, subject to the following conditions:
|
|
1115
|
+
|
|
1116
|
+
The above copyright notice and this permission notice shall be included in
|
|
1117
|
+
all copies or substantial portions of the Software.
|
|
1118
|
+
|
|
1119
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1120
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1121
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1122
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1123
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1124
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1125
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1126
|
+
|
|
1127
|
+
## @rc-component/util - 1.12.0 (MIT)
|
|
1128
|
+
|
|
1129
|
+
The MIT License (MIT)
|
|
1130
|
+
|
|
1131
|
+
Copyright (c) 2014-present yiminghe
|
|
1132
|
+
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1133
|
+
|
|
1134
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1135
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1136
|
+
in the Software without restriction, including without limitation the rights
|
|
1137
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1138
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1139
|
+
furnished to do so, subject to the following conditions:
|
|
1140
|
+
|
|
1141
|
+
The above copyright notice and this permission notice shall be included in
|
|
1142
|
+
all copies or substantial portions of the Software.
|
|
1143
|
+
|
|
1144
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1145
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1146
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1147
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1148
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1149
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1150
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1151
|
+
|
|
792
1152
|
## @uiw/codemirror-theme-github - 4.25.11 (MIT)
|
|
793
1153
|
|
|
794
1154
|
## @uiw/codemirror-themes - 4.25.11 (MIT)
|
|
795
1155
|
|
|
796
|
-
## @ungap/structured-clone - 1.3.
|
|
1156
|
+
## @ungap/structured-clone - 1.3.4 (ISC)
|
|
797
1157
|
|
|
798
1158
|
ISC License
|
|
799
1159
|
|
|
@@ -1621,7 +1981,7 @@ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
1621
1981
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1622
1982
|
THIS SOFTWARE.
|
|
1623
1983
|
|
|
1624
|
-
## dayjs - 1.11.
|
|
1984
|
+
## dayjs - 1.11.23 (MIT)
|
|
1625
1985
|
|
|
1626
1986
|
MIT License
|
|
1627
1987
|
|
|
@@ -2125,7 +2485,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2125
2485
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2126
2486
|
SOFTWARE.
|
|
2127
2487
|
|
|
2128
|
-
## fast-uri - 3.1.
|
|
2488
|
+
## fast-uri - 3.1.6 (BSD-3-Clause)
|
|
2129
2489
|
|
|
2130
2490
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
2131
2491
|
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
@@ -2584,7 +2944,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
2584
2944
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2585
2945
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2586
2946
|
|
|
2587
|
-
## highlight.js - 11.11.
|
|
2947
|
+
## highlight.js - 11.11.2 (BSD-3-Clause)
|
|
2588
2948
|
|
|
2589
2949
|
BSD 3-Clause License
|
|
2590
2950
|
|
|
@@ -2616,6 +2976,38 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
2616
2976
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2617
2977
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2618
2978
|
|
|
2979
|
+
## hoist-non-react-statics - 3.3.2 (BSD-3-Clause)
|
|
2980
|
+
|
|
2981
|
+
Software License Agreement (BSD License)
|
|
2982
|
+
========================================
|
|
2983
|
+
|
|
2984
|
+
Copyright (c) 2015, Yahoo! Inc. All rights reserved.
|
|
2985
|
+
----------------------------------------------------
|
|
2986
|
+
|
|
2987
|
+
Redistribution and use of this software in source and binary forms, with or
|
|
2988
|
+
without modification, are permitted provided that the following conditions are
|
|
2989
|
+
met:
|
|
2990
|
+
|
|
2991
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
2992
|
+
list of conditions and the following disclaimer.
|
|
2993
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2994
|
+
this list of conditions and the following disclaimer in the documentation
|
|
2995
|
+
and/or other materials provided with the distribution.
|
|
2996
|
+
* Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
|
|
2997
|
+
used to endorse or promote products derived from this software without
|
|
2998
|
+
specific prior written permission of Yahoo! Inc.
|
|
2999
|
+
|
|
3000
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3001
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
3002
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3003
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
3004
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3005
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3006
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
3007
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3008
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3009
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3010
|
+
|
|
2619
3011
|
## html-url-attributes - 3.0.1 (MIT)
|
|
2620
3012
|
|
|
2621
3013
|
(The MIT License)
|
|
@@ -2677,6 +3069,8 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
2677
3069
|
|
|
2678
3070
|
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2679
3071
|
|
|
3072
|
+
## is-mobile - 5.0.0 (MIT)
|
|
3073
|
+
|
|
2680
3074
|
## is-plain-obj - 4.1.0 (MIT)
|
|
2681
3075
|
|
|
2682
3076
|
MIT License
|
|
@@ -2830,6 +3224,53 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
2830
3224
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2831
3225
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2832
3226
|
|
|
3227
|
+
## marked - 15.0.12 (MIT)
|
|
3228
|
+
|
|
3229
|
+
# License information
|
|
3230
|
+
|
|
3231
|
+
## Contribution License Agreement
|
|
3232
|
+
|
|
3233
|
+
If you contribute code to this project, you are implicitly allowing your code
|
|
3234
|
+
to be distributed under the MIT license. You are also implicitly verifying that
|
|
3235
|
+
all code is your original work. `</legalese>`
|
|
3236
|
+
|
|
3237
|
+
## Marked
|
|
3238
|
+
|
|
3239
|
+
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
|
|
3240
|
+
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
|
|
3241
|
+
|
|
3242
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3243
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3244
|
+
in the Software without restriction, including without limitation the rights
|
|
3245
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3246
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3247
|
+
furnished to do so, subject to the following conditions:
|
|
3248
|
+
|
|
3249
|
+
The above copyright notice and this permission notice shall be included in
|
|
3250
|
+
all copies or substantial portions of the Software.
|
|
3251
|
+
|
|
3252
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3253
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3254
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3255
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3256
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3257
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3258
|
+
THE SOFTWARE.
|
|
3259
|
+
|
|
3260
|
+
## Markdown
|
|
3261
|
+
|
|
3262
|
+
Copyright © 2004, John Gruber
|
|
3263
|
+
http://daringfireball.net/
|
|
3264
|
+
All rights reserved.
|
|
3265
|
+
|
|
3266
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
3267
|
+
|
|
3268
|
+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
3269
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
3270
|
+
* Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
3271
|
+
|
|
3272
|
+
This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
|
|
3273
|
+
|
|
2833
3274
|
## mdast-util-find-and-replace - 3.0.2 (MIT)
|
|
2834
3275
|
|
|
2835
3276
|
(The MIT License)
|
|
@@ -3181,6 +3622,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
3181
3622
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3182
3623
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3183
3624
|
|
|
3625
|
+
## memoize-one - 6.0.0 (MIT)
|
|
3626
|
+
|
|
3627
|
+
MIT License
|
|
3628
|
+
|
|
3629
|
+
Copyright (c) 2019 Alexander Reardon
|
|
3630
|
+
|
|
3631
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3632
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3633
|
+
in the Software without restriction, including without limitation the rights
|
|
3634
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3635
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3636
|
+
furnished to do so, subject to the following conditions:
|
|
3637
|
+
|
|
3638
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3639
|
+
copies or substantial portions of the Software.
|
|
3640
|
+
|
|
3641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3642
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3643
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3644
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3645
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3646
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3647
|
+
SOFTWARE.
|
|
3648
|
+
|
|
3184
3649
|
## micromark-core-commonmark - 2.0.3 (MIT)
|
|
3185
3650
|
|
|
3186
3651
|
(The MIT License)
|
|
@@ -3831,6 +4296,29 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
3831
4296
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3832
4297
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3833
4298
|
|
|
4299
|
+
## nanoid - 6.0.1 (MIT)
|
|
4300
|
+
|
|
4301
|
+
The MIT License (MIT)
|
|
4302
|
+
|
|
4303
|
+
Copyright 2017 Andrey Sitnik <andrey@sitnik.es>
|
|
4304
|
+
|
|
4305
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4306
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4307
|
+
the Software without restriction, including without limitation the rights to
|
|
4308
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4309
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4310
|
+
subject to the following conditions:
|
|
4311
|
+
|
|
4312
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4313
|
+
copies or substantial portions of the Software.
|
|
4314
|
+
|
|
4315
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4316
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4317
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4318
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4319
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4320
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4321
|
+
|
|
3834
4322
|
## nth-check - 2.1.1 (BSD-2-Clause)
|
|
3835
4323
|
|
|
3836
4324
|
Copyright (c) Felix Böhm
|
|
@@ -4017,6 +4505,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4017
4505
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4018
4506
|
SOFTWARE.
|
|
4019
4507
|
|
|
4508
|
+
## react-is - 16.13.1 (MIT)
|
|
4509
|
+
|
|
4510
|
+
MIT License
|
|
4511
|
+
|
|
4512
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
4513
|
+
|
|
4514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4516
|
+
in the Software without restriction, including without limitation the rights
|
|
4517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4519
|
+
furnished to do so, subject to the following conditions:
|
|
4520
|
+
|
|
4521
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4522
|
+
copies or substantial portions of the Software.
|
|
4523
|
+
|
|
4524
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4525
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4526
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4527
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4528
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4529
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4530
|
+
SOFTWARE.
|
|
4531
|
+
|
|
4532
|
+
## react-is - 19.2.8 (MIT)
|
|
4533
|
+
|
|
4534
|
+
MIT License
|
|
4535
|
+
|
|
4536
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4537
|
+
|
|
4538
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4539
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4540
|
+
in the Software without restriction, including without limitation the rights
|
|
4541
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4542
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4543
|
+
furnished to do so, subject to the following conditions:
|
|
4544
|
+
|
|
4545
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4546
|
+
copies or substantial portions of the Software.
|
|
4547
|
+
|
|
4548
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4549
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4550
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4551
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4552
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4553
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4554
|
+
SOFTWARE.
|
|
4555
|
+
|
|
4020
4556
|
## react-markdown - 10.1.0 (MIT)
|
|
4021
4557
|
|
|
4022
4558
|
The MIT License (MIT)
|
|
@@ -4041,6 +4577,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4041
4577
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4042
4578
|
SOFTWARE.
|
|
4043
4579
|
|
|
4580
|
+
## react-select - 5.10.2 (MIT)
|
|
4581
|
+
|
|
4582
|
+
The MIT License (MIT)
|
|
4583
|
+
|
|
4584
|
+
Copyright (c) 2022 Jed Watson
|
|
4585
|
+
|
|
4586
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4587
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4588
|
+
in the Software without restriction, including without limitation the rights
|
|
4589
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4590
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4591
|
+
furnished to do so, subject to the following conditions:
|
|
4592
|
+
|
|
4593
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4594
|
+
copies or substantial portions of the Software.
|
|
4595
|
+
|
|
4596
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4597
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4598
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4599
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4600
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4601
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4602
|
+
SOFTWARE.
|
|
4603
|
+
|
|
4044
4604
|
## react-shorten - 1.1.5 (MIT)
|
|
4045
4605
|
|
|
4046
4606
|
MIT License
|
|
@@ -4388,6 +4948,30 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4388
4948
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4389
4949
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4390
4950
|
|
|
4951
|
+
## stylis - 4.2.0 (MIT)
|
|
4952
|
+
|
|
4953
|
+
MIT License
|
|
4954
|
+
|
|
4955
|
+
Copyright (c) 2016-present Sultan Tarimo
|
|
4956
|
+
|
|
4957
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4958
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4959
|
+
in the Software without restriction, including without limitation the rights
|
|
4960
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4961
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4962
|
+
furnished to do so, subject to the following conditions:
|
|
4963
|
+
|
|
4964
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4965
|
+
copies or substantial portions of the Software.
|
|
4966
|
+
|
|
4967
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4968
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4969
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4970
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4971
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4972
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4973
|
+
SOFTWARE.
|
|
4974
|
+
|
|
4391
4975
|
## tailwind-merge - 3.6.0 (MIT)
|
|
4392
4976
|
|
|
4393
4977
|
MIT License
|
|
@@ -4658,6 +5242,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
4658
5242
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4659
5243
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4660
5244
|
|
|
5245
|
+
## use-isomorphic-layout-effect - 1.2.1 (MIT)
|
|
5246
|
+
|
|
5247
|
+
MIT License
|
|
5248
|
+
|
|
5249
|
+
Copyright (c) Mateusz Burzyński
|
|
5250
|
+
|
|
5251
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5252
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5253
|
+
in the Software without restriction, including without limitation the rights
|
|
5254
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5255
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5256
|
+
furnished to do so, subject to the following conditions:
|
|
5257
|
+
|
|
5258
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5259
|
+
copies or substantial portions of the Software.
|
|
5260
|
+
|
|
5261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5262
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5263
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5264
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5265
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5266
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5267
|
+
SOFTWARE.
|
|
5268
|
+
|
|
4661
5269
|
## use-sync-external-store - 1.6.0 (MIT)
|
|
4662
5270
|
|
|
4663
5271
|
MIT License
|