@oomol-lab/open-flow 0.1.0-beta.15 → 0.1.0-beta.17
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/{createResourceDialog-mW21KMfJ.js → createResourceDialog-DOWv3Zj0.js} +24 -25
- package/dist/browser/dist-B_T-OpQp.js +4 -0
- package/dist/browser/{dist-C46JByB-.js → dist-Dz6Nglsd.js} +61 -61
- package/dist/browser/{esm-DOipoo54.js → esm-B7A42FzW.js} +11 -1
- package/dist/browser/flow-authoring.js +1464 -1463
- package/dist/browser/flow-change.js +1 -0
- package/dist/browser/flowChanges-BDLNaCWZ.js +11014 -0
- package/dist/browser/{flowRunInputEditorStore-NPGePkvP.js → flowRunInputEditorStore-BBqQIOCR.js} +1017 -4100
- package/dist/browser/{flowWorkspace-wssXq1cX.js → flowWorkspace-BtNfkYuG.js} +78243 -89430
- package/dist/browser/i18n-CNu41MKH.js +7021 -0
- package/dist/browser/inputValues-CQlPBtdF.js +43 -0
- package/dist/browser/{languages-i3Xmpt6S.js → languages-C0zQ4GSo.js} +2 -13
- package/dist/browser/licenses.md +78 -713
- package/dist/browser/main-BDnNHhkU.js +50 -0
- package/dist/browser/{markdownContent-BawLYUjh.js → markdownContent-BBgH9ZIV.js} +18 -18
- package/dist/browser/theme.css +429 -2
- package/dist/browser/ui-input.d.ts +3 -0
- package/dist/browser/ui-label.d.ts +3 -0
- package/dist/browser/ui-textarea.d.ts +3 -0
- package/dist/browser/ui.css +2 -0
- package/dist/browser/ui.css.d.ts +1 -0
- package/dist/browser/ui.d.ts +12 -0
- package/dist/browser/ui.js +2598 -0
- package/dist/browser/useValueChanged-DUuqLWPg.js +2944 -0
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.js +1013 -712
- package/dist/browser/workbenchSelect-Bb3cewZj.js +11666 -0
- package/dist/common/control-api-conformance.js +395 -399
- package/dist/common/control-api-errors.d.ts +5 -0
- package/dist/common/control-api.d.ts +1 -6
- package/dist/common/control-api.js +1034 -1018
- package/dist/common/control-requests.js +1 -0
- package/dist/common/engine-contract.d.ts +2 -0
- package/dist/common/flow-encoding.js +1 -0
- package/dist/common/flow-semantics.js +2802 -2767
- package/dist/common/mcp.d.ts +220 -0
- package/dist/common/mcp.js +2959 -1495
- package/dist/common/runtime-contract.d.ts +2 -1
- package/dist/common/runtime-contract.js +99 -28
- package/dist/common/scheduler.js +1254 -1253
- package/package.json +9 -1
- package/dist/browser/DesignerIcon-Bzpx8BtG.js +0 -2272
- package/dist/browser/dist-CP0883sY.js +0 -4
- package/dist/browser/flowChanges-DYV6OEQd.js +0 -14094
- package/dist/browser/getPseudoElementBounds-Dfqo78k7.js +0 -7151
- package/dist/browser/inputValues-CEe8GspD.js +0 -30
- package/dist/browser/main-DmjVyuWr.js +0 -76
- package/dist/browser/select-DIMWIiL5.js +0 -7428
- package/dist/browser/workbenchSelect-NZCIKdkk.js +0 -30
package/dist/browser/licenses.md
CHANGED
|
@@ -457,222 +457,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
457
457
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
458
458
|
THE SOFTWARE.
|
|
459
459
|
|
|
460
|
-
## @emotion/cache - 11.14.0 (MIT)
|
|
461
|
-
|
|
462
|
-
MIT License
|
|
463
|
-
|
|
464
|
-
Copyright (c) Emotion team and other contributors
|
|
465
|
-
|
|
466
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
467
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
468
|
-
in the Software without restriction, including without limitation the rights
|
|
469
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
470
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
471
|
-
furnished to do so, subject to the following conditions:
|
|
472
|
-
|
|
473
|
-
The above copyright notice and this permission notice shall be included in all
|
|
474
|
-
copies or substantial portions of the Software.
|
|
475
|
-
|
|
476
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
477
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
478
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
479
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
480
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
481
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
482
|
-
SOFTWARE.
|
|
483
|
-
|
|
484
|
-
## @emotion/hash - 0.9.2 (MIT)
|
|
485
|
-
|
|
486
|
-
MIT License
|
|
487
|
-
|
|
488
|
-
Copyright (c) Emotion team and other contributors
|
|
489
|
-
|
|
490
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
491
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
492
|
-
in the Software without restriction, including without limitation the rights
|
|
493
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
494
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
495
|
-
furnished to do so, subject to the following conditions:
|
|
496
|
-
|
|
497
|
-
The above copyright notice and this permission notice shall be included in all
|
|
498
|
-
copies or substantial portions of the Software.
|
|
499
|
-
|
|
500
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
501
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
502
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
503
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
504
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
505
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
506
|
-
SOFTWARE.
|
|
507
|
-
|
|
508
|
-
## @emotion/memoize - 0.9.0 (MIT)
|
|
509
|
-
|
|
510
|
-
MIT License
|
|
511
|
-
|
|
512
|
-
Copyright (c) Emotion team and other contributors
|
|
513
|
-
|
|
514
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
515
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
516
|
-
in the Software without restriction, including without limitation the rights
|
|
517
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
518
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
519
|
-
furnished to do so, subject to the following conditions:
|
|
520
|
-
|
|
521
|
-
The above copyright notice and this permission notice shall be included in all
|
|
522
|
-
copies or substantial portions of the Software.
|
|
523
|
-
|
|
524
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
525
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
526
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
527
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
528
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
529
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
530
|
-
SOFTWARE.
|
|
531
|
-
|
|
532
|
-
## @emotion/react - 11.14.0 (MIT)
|
|
533
|
-
|
|
534
|
-
MIT License
|
|
535
|
-
|
|
536
|
-
Copyright (c) Emotion team and other contributors
|
|
537
|
-
|
|
538
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
539
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
540
|
-
in the Software without restriction, including without limitation the rights
|
|
541
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
542
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
543
|
-
furnished to do so, subject to the following conditions:
|
|
544
|
-
|
|
545
|
-
The above copyright notice and this permission notice shall be included in all
|
|
546
|
-
copies or substantial portions of the Software.
|
|
547
|
-
|
|
548
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
549
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
550
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
551
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
552
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
553
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
554
|
-
SOFTWARE.
|
|
555
|
-
|
|
556
|
-
## @emotion/serialize - 1.3.3 (MIT)
|
|
557
|
-
|
|
558
|
-
MIT License
|
|
559
|
-
|
|
560
|
-
Copyright (c) Emotion team and other contributors
|
|
561
|
-
|
|
562
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
563
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
564
|
-
in the Software without restriction, including without limitation the rights
|
|
565
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
566
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
567
|
-
furnished to do so, subject to the following conditions:
|
|
568
|
-
|
|
569
|
-
The above copyright notice and this permission notice shall be included in all
|
|
570
|
-
copies or substantial portions of the Software.
|
|
571
|
-
|
|
572
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
573
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
574
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
575
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
576
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
577
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
578
|
-
SOFTWARE.
|
|
579
|
-
|
|
580
|
-
## @emotion/sheet - 1.4.0 (MIT)
|
|
581
|
-
|
|
582
|
-
MIT License
|
|
583
|
-
|
|
584
|
-
Copyright (c) Emotion team and other contributors
|
|
585
|
-
|
|
586
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
587
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
588
|
-
in the Software without restriction, including without limitation the rights
|
|
589
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
590
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
591
|
-
furnished to do so, subject to the following conditions:
|
|
592
|
-
|
|
593
|
-
The above copyright notice and this permission notice shall be included in all
|
|
594
|
-
copies or substantial portions of the Software.
|
|
595
|
-
|
|
596
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
597
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
598
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
599
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
600
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
601
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
602
|
-
SOFTWARE.
|
|
603
|
-
|
|
604
|
-
## @emotion/unitless - 0.10.0 (MIT)
|
|
605
|
-
|
|
606
|
-
MIT License
|
|
607
|
-
|
|
608
|
-
Copyright (c) Emotion team and other contributors
|
|
609
|
-
|
|
610
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
611
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
612
|
-
in the Software without restriction, including without limitation the rights
|
|
613
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
614
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
615
|
-
furnished to do so, subject to the following conditions:
|
|
616
|
-
|
|
617
|
-
The above copyright notice and this permission notice shall be included in all
|
|
618
|
-
copies or substantial portions of the Software.
|
|
619
|
-
|
|
620
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
621
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
622
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
623
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
624
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
625
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
626
|
-
SOFTWARE.
|
|
627
|
-
|
|
628
|
-
## @emotion/use-insertion-effect-with-fallbacks - 1.2.0 (MIT)
|
|
629
|
-
|
|
630
|
-
MIT License
|
|
631
|
-
|
|
632
|
-
Copyright (c) Emotion team and other contributors
|
|
633
|
-
|
|
634
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
635
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
636
|
-
in the Software without restriction, including without limitation the rights
|
|
637
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
638
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
639
|
-
furnished to do so, subject to the following conditions:
|
|
640
|
-
|
|
641
|
-
The above copyright notice and this permission notice shall be included in all
|
|
642
|
-
copies or substantial portions of the Software.
|
|
643
|
-
|
|
644
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
645
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
646
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
647
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
648
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
649
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
650
|
-
SOFTWARE.
|
|
651
|
-
|
|
652
|
-
## @emotion/utils - 1.4.2 (MIT)
|
|
653
|
-
|
|
654
|
-
MIT License
|
|
655
|
-
|
|
656
|
-
Copyright (c) Emotion team and other contributors
|
|
657
|
-
|
|
658
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
659
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
660
|
-
in the Software without restriction, including without limitation the rights
|
|
661
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
662
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
663
|
-
furnished to do so, subject to the following conditions:
|
|
664
|
-
|
|
665
|
-
The above copyright notice and this permission notice shall be included in all
|
|
666
|
-
copies or substantial portions of the Software.
|
|
667
|
-
|
|
668
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
669
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
670
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
671
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
672
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
673
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
674
|
-
SOFTWARE.
|
|
675
|
-
|
|
676
460
|
## @floating-ui/core - 1.8.0 (MIT)
|
|
677
461
|
|
|
678
462
|
MIT License
|
|
@@ -1020,262 +804,44 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1020
804
|
copies of the Software, and to permit persons to whom the Software is
|
|
1021
805
|
furnished to do so, subject to the following conditions:
|
|
1022
806
|
|
|
1023
|
-
The above copyright notice and this permission notice shall be included in
|
|
1024
|
-
all copies or substantial portions of the Software.
|
|
1025
|
-
|
|
1026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1027
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1028
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1029
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1030
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1031
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1032
|
-
THE SOFTWARE.
|
|
1033
|
-
|
|
1034
|
-
## @rc-component/motion - 1.3.3 (MIT)
|
|
1035
|
-
|
|
1036
|
-
The MIT License (MIT)
|
|
1037
|
-
|
|
1038
|
-
Copyright (c) 2019-present afc163
|
|
1039
|
-
|
|
1040
|
-
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:
|
|
1041
|
-
|
|
1042
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1043
|
-
|
|
1044
|
-
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.
|
|
1045
|
-
|
|
1046
|
-
## @rc-component/portal - 2.2.1 (MIT)
|
|
1047
|
-
|
|
1048
|
-
MIT License
|
|
1049
|
-
|
|
1050
|
-
Copyright (c) 2019-present react-component
|
|
1051
|
-
|
|
1052
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1053
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1054
|
-
in the Software without restriction, including without limitation the rights
|
|
1055
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1056
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1057
|
-
furnished to do so, subject to the following conditions:
|
|
1058
|
-
|
|
1059
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1060
|
-
copies or substantial portions of the Software.
|
|
1061
|
-
|
|
1062
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1063
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1064
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1065
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1066
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1067
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1068
|
-
SOFTWARE.
|
|
1069
|
-
|
|
1070
|
-
## @rc-component/resize-observer - 1.1.2 (MIT)
|
|
1071
|
-
|
|
1072
|
-
The MIT License (MIT)
|
|
1073
|
-
|
|
1074
|
-
Copyright (c) 2019-present afc163
|
|
1075
|
-
|
|
1076
|
-
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:
|
|
1077
|
-
|
|
1078
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1079
|
-
|
|
1080
|
-
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.
|
|
1081
|
-
|
|
1082
|
-
## @rc-component/tooltip - 1.4.0 (MIT)
|
|
1083
|
-
|
|
1084
|
-
The MIT License (MIT)
|
|
1085
|
-
|
|
1086
|
-
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1087
|
-
|
|
1088
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1089
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1090
|
-
in the Software without restriction, including without limitation the rights
|
|
1091
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1092
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1093
|
-
furnished to do so, subject to the following conditions:
|
|
1094
|
-
|
|
1095
|
-
The above copyright notice and this permission notice shall be included in
|
|
1096
|
-
all copies or substantial portions of the Software.
|
|
1097
|
-
|
|
1098
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1099
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1100
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1101
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1102
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1103
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1104
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1105
|
-
|
|
1106
|
-
## @rc-component/trigger - 3.10.1 (MIT)
|
|
1107
|
-
|
|
1108
|
-
The MIT License (MIT)
|
|
1109
|
-
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1110
|
-
|
|
1111
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1112
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1113
|
-
in the Software without restriction, including without limitation the rights
|
|
1114
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1115
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1116
|
-
furnished to do so, subject to the following conditions:
|
|
1117
|
-
|
|
1118
|
-
The above copyright notice and this permission notice shall be included in
|
|
1119
|
-
all copies or substantial portions of the Software.
|
|
1120
|
-
|
|
1121
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1122
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1123
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1124
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1125
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1126
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1127
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1128
|
-
|
|
1129
|
-
## @rc-component/util - 1.12.0 (MIT)
|
|
1130
|
-
|
|
1131
|
-
The MIT License (MIT)
|
|
1132
|
-
|
|
1133
|
-
Copyright (c) 2014-present yiminghe
|
|
1134
|
-
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
1135
|
-
|
|
1136
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1137
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1138
|
-
in the Software without restriction, including without limitation the rights
|
|
1139
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1140
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1141
|
-
furnished to do so, subject to the following conditions:
|
|
1142
|
-
|
|
1143
|
-
The above copyright notice and this permission notice shall be included in
|
|
1144
|
-
all copies or substantial portions of the Software.
|
|
1145
|
-
|
|
1146
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1147
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1148
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1149
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1150
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1151
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1152
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1153
|
-
|
|
1154
|
-
## @uiw/codemirror-theme-github - 4.25.11 (MIT)
|
|
1155
|
-
|
|
1156
|
-
## @uiw/codemirror-themes - 4.25.11 (MIT)
|
|
1157
|
-
|
|
1158
|
-
## @ungap/structured-clone - 1.3.4 (ISC)
|
|
1159
|
-
|
|
1160
|
-
ISC License
|
|
1161
|
-
|
|
1162
|
-
Copyright (c) 2021, Andrea Giammarchi, @WebReflection
|
|
1163
|
-
|
|
1164
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1165
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1166
|
-
copyright notice and this permission notice appear in all copies.
|
|
1167
|
-
|
|
1168
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1169
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
1170
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1171
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1172
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
1173
|
-
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1174
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
1175
|
-
|
|
1176
|
-
## @wopjs/async-seq - 0.1.2 (MIT)
|
|
1177
|
-
|
|
1178
|
-
MIT License
|
|
1179
|
-
|
|
1180
|
-
Copyright (c) 2024 wopjs
|
|
1181
|
-
|
|
1182
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1183
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1184
|
-
in the Software without restriction, including without limitation the rights
|
|
1185
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1186
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1187
|
-
furnished to do so, subject to the following conditions:
|
|
1188
|
-
|
|
1189
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1190
|
-
copies or substantial portions of the Software.
|
|
1191
|
-
|
|
1192
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1193
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1194
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1195
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1196
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1197
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1198
|
-
SOFTWARE.
|
|
1199
|
-
|
|
1200
|
-
## @wopjs/cast - 0.1.16 (MIT)
|
|
1201
|
-
|
|
1202
|
-
MIT License
|
|
1203
|
-
|
|
1204
|
-
Copyright (c) 2026 wopjs
|
|
1205
|
-
|
|
1206
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1207
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1208
|
-
in the Software without restriction, including without limitation the rights
|
|
1209
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1210
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1211
|
-
furnished to do so, subject to the following conditions:
|
|
1212
|
-
|
|
1213
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1214
|
-
copies or substantial portions of the Software.
|
|
1215
|
-
|
|
1216
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1217
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1218
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1219
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1220
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1221
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1222
|
-
SOFTWARE.
|
|
1223
|
-
|
|
1224
|
-
## @wopjs/disposable - 0.1.24 (MIT)
|
|
1225
|
-
|
|
1226
|
-
## @wopjs/event - 0.1.5 (MIT)
|
|
1227
|
-
|
|
1228
|
-
MIT License
|
|
1229
|
-
|
|
1230
|
-
Copyright (c) 2023 wopjs
|
|
1231
|
-
|
|
1232
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1233
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1234
|
-
in the Software without restriction, including without limitation the rights
|
|
1235
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1236
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1237
|
-
furnished to do so, subject to the following conditions:
|
|
1238
|
-
|
|
1239
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1240
|
-
copies or substantial portions of the Software.
|
|
1241
|
-
|
|
1242
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1243
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1244
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1245
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1246
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1247
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1248
|
-
SOFTWARE.
|
|
1249
|
-
|
|
1250
|
-
## @wopjs/tsur - 0.1.7 (MIT)
|
|
1251
|
-
|
|
1252
|
-
MIT License
|
|
1253
|
-
|
|
1254
|
-
Copyright (c) 2023 CRIMX
|
|
1255
|
-
|
|
1256
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1257
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1258
|
-
in the Software without restriction, including without limitation the rights
|
|
1259
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1260
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1261
|
-
furnished to do so, subject to the following conditions:
|
|
1262
|
-
|
|
1263
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1264
|
-
copies or substantial portions of the Software.
|
|
807
|
+
The above copyright notice and this permission notice shall be included in
|
|
808
|
+
all copies or substantial portions of the Software.
|
|
1265
809
|
|
|
1266
810
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1267
811
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1268
812
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1269
813
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1270
814
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1271
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1272
|
-
SOFTWARE.
|
|
815
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
816
|
+
THE SOFTWARE.
|
|
817
|
+
|
|
818
|
+
## @uiw/codemirror-theme-github - 4.25.11 (MIT)
|
|
819
|
+
|
|
820
|
+
## @uiw/codemirror-themes - 4.25.11 (MIT)
|
|
821
|
+
|
|
822
|
+
## @ungap/structured-clone - 1.3.4 (ISC)
|
|
823
|
+
|
|
824
|
+
ISC License
|
|
1273
825
|
|
|
1274
|
-
|
|
826
|
+
Copyright (c) 2021, Andrea Giammarchi, @WebReflection
|
|
827
|
+
|
|
828
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
829
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
830
|
+
copyright notice and this permission notice appear in all copies.
|
|
831
|
+
|
|
832
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
833
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
834
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
835
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
836
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
837
|
+
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
838
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
839
|
+
|
|
840
|
+
## @wopjs/cast - 0.1.16 (MIT)
|
|
1275
841
|
|
|
1276
842
|
MIT License
|
|
1277
843
|
|
|
1278
|
-
Copyright (c)
|
|
844
|
+
Copyright (c) 2026 wopjs
|
|
1279
845
|
|
|
1280
846
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1281
847
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1295,6 +861,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1295
861
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1296
862
|
SOFTWARE.
|
|
1297
863
|
|
|
864
|
+
## @wopjs/disposable - 0.1.24 (MIT)
|
|
865
|
+
|
|
1298
866
|
## @xyflow/react - 12.11.2 (MIT)
|
|
1299
867
|
|
|
1300
868
|
MIT License
|
|
@@ -1802,6 +1370,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1802
1370
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1803
1371
|
THE SOFTWARE.
|
|
1804
1372
|
|
|
1373
|
+
## croner - 10.0.1 (MIT)
|
|
1374
|
+
|
|
1375
|
+
The MIT License (MIT)
|
|
1376
|
+
|
|
1377
|
+
Copyright (c) 2015-2021 Hexagon <github.com/Hexagon>
|
|
1378
|
+
|
|
1379
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1380
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1381
|
+
in the Software without restriction, including without limitation the rights
|
|
1382
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1383
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1384
|
+
furnished to do so, subject to the following conditions:
|
|
1385
|
+
|
|
1386
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1387
|
+
copies or substantial portions of the Software.
|
|
1388
|
+
|
|
1389
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1390
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1391
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1392
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1393
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1394
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1395
|
+
SOFTWARE.
|
|
1396
|
+
|
|
1397
|
+
## cronstrue - 3.25.0 (MIT)
|
|
1398
|
+
|
|
1399
|
+
The MIT License (MIT)
|
|
1400
|
+
|
|
1401
|
+
Copyright (c) 2017 Brady Holt
|
|
1402
|
+
|
|
1403
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1404
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1405
|
+
in the Software without restriction, including without limitation the rights
|
|
1406
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1407
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1408
|
+
furnished to do so, subject to the following conditions:
|
|
1409
|
+
|
|
1410
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1411
|
+
copies or substantial portions of the Software.
|
|
1412
|
+
|
|
1413
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1414
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1415
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1416
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1417
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1418
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1419
|
+
SOFTWARE.
|
|
1420
|
+
|
|
1805
1421
|
## css-selector-parser - 3.3.0 (MIT)
|
|
1806
1422
|
|
|
1807
1423
|
Copyright (c) 2013 Dulin Marat
|
|
@@ -3002,38 +2618,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
3002
2618
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3003
2619
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3004
2620
|
|
|
3005
|
-
## hoist-non-react-statics - 3.3.2 (BSD-3-Clause)
|
|
3006
|
-
|
|
3007
|
-
Software License Agreement (BSD License)
|
|
3008
|
-
========================================
|
|
3009
|
-
|
|
3010
|
-
Copyright (c) 2015, Yahoo! Inc. All rights reserved.
|
|
3011
|
-
----------------------------------------------------
|
|
3012
|
-
|
|
3013
|
-
Redistribution and use of this software in source and binary forms, with or
|
|
3014
|
-
without modification, are permitted provided that the following conditions are
|
|
3015
|
-
met:
|
|
3016
|
-
|
|
3017
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
3018
|
-
list of conditions and the following disclaimer.
|
|
3019
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
3020
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3021
|
-
and/or other materials provided with the distribution.
|
|
3022
|
-
* Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
|
|
3023
|
-
used to endorse or promote products derived from this software without
|
|
3024
|
-
specific prior written permission of Yahoo! Inc.
|
|
3025
|
-
|
|
3026
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3027
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
3028
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3029
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
3030
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3031
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3032
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
3033
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3034
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3035
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3036
|
-
|
|
3037
2621
|
## html-url-attributes - 3.0.1 (MIT)
|
|
3038
2622
|
|
|
3039
2623
|
(The MIT License)
|
|
@@ -3095,8 +2679,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3095
2679
|
|
|
3096
2680
|
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.
|
|
3097
2681
|
|
|
3098
|
-
## is-mobile - 5.0.0 (MIT)
|
|
3099
|
-
|
|
3100
2682
|
## is-plain-obj - 4.1.0 (MIT)
|
|
3101
2683
|
|
|
3102
2684
|
MIT License
|
|
@@ -3648,30 +3230,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
3648
3230
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3649
3231
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3650
3232
|
|
|
3651
|
-
## memoize-one - 6.0.0 (MIT)
|
|
3652
|
-
|
|
3653
|
-
MIT License
|
|
3654
|
-
|
|
3655
|
-
Copyright (c) 2019 Alexander Reardon
|
|
3656
|
-
|
|
3657
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3658
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3659
|
-
in the Software without restriction, including without limitation the rights
|
|
3660
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3661
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3662
|
-
furnished to do so, subject to the following conditions:
|
|
3663
|
-
|
|
3664
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3665
|
-
copies or substantial portions of the Software.
|
|
3666
|
-
|
|
3667
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3668
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3669
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3670
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3671
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3672
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3673
|
-
SOFTWARE.
|
|
3674
|
-
|
|
3675
3233
|
## micromark-core-commonmark - 2.0.3 (MIT)
|
|
3676
3234
|
|
|
3677
3235
|
(The MIT License)
|
|
@@ -4385,79 +3943,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4385
3943
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4386
3944
|
THE SOFTWARE.
|
|
4387
3945
|
|
|
4388
|
-
## pathe - 2.0.3 (MIT)
|
|
4389
|
-
|
|
4390
|
-
MIT License
|
|
4391
|
-
|
|
4392
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
|
|
4393
|
-
|
|
4394
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4395
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4396
|
-
in the Software without restriction, including without limitation the rights
|
|
4397
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4398
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4399
|
-
furnished to do so, subject to the following conditions:
|
|
4400
|
-
|
|
4401
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4402
|
-
copies or substantial portions of the Software.
|
|
4403
|
-
|
|
4404
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4405
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4406
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4407
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4408
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4409
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4410
|
-
SOFTWARE.
|
|
4411
|
-
|
|
4412
|
-
---
|
|
4413
|
-
|
|
4414
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
4415
|
-
|
|
4416
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
4417
|
-
copy of this software and associated documentation files (the
|
|
4418
|
-
"Software"), to deal in the Software without restriction, including
|
|
4419
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4420
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
4421
|
-
persons to whom the Software is furnished to do so, subject to the
|
|
4422
|
-
following conditions:
|
|
4423
|
-
|
|
4424
|
-
The above copyright notice and this permission notice shall be included
|
|
4425
|
-
in all copies or substantial portions of the Software.
|
|
4426
|
-
|
|
4427
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
4428
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4429
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
4430
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
4431
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
4432
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4433
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4434
|
-
|
|
4435
|
-
---
|
|
4436
|
-
|
|
4437
|
-
Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
|
|
4438
|
-
|
|
4439
|
-
The MIT License (MIT)
|
|
4440
|
-
|
|
4441
|
-
Copyright (c) 2023-present Fabio Spampinato
|
|
4442
|
-
|
|
4443
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
4444
|
-
copy of this software and associated documentation files (the "Software"),
|
|
4445
|
-
to deal in the Software without restriction, including without limitation
|
|
4446
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
4447
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
4448
|
-
Software is furnished to do so, subject to the following conditions:
|
|
4449
|
-
|
|
4450
|
-
The above copyright notice and this permission notice shall be included in
|
|
4451
|
-
all copies or substantial portions of the Software.
|
|
4452
|
-
|
|
4453
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4454
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4455
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4456
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4457
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4458
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4459
|
-
DEALINGS IN THE SOFTWARE.
|
|
4460
|
-
|
|
4461
3946
|
## property-information - 7.2.0 (MIT)
|
|
4462
3947
|
|
|
4463
3948
|
(The MIT License)
|
|
@@ -4531,54 +4016,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4531
4016
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4532
4017
|
SOFTWARE.
|
|
4533
4018
|
|
|
4534
|
-
## react-is - 16.13.1 (MIT)
|
|
4535
|
-
|
|
4536
|
-
MIT License
|
|
4537
|
-
|
|
4538
|
-
Copyright (c) Facebook, Inc. and its affiliates.
|
|
4539
|
-
|
|
4540
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4541
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4542
|
-
in the Software without restriction, including without limitation the rights
|
|
4543
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4544
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4545
|
-
furnished to do so, subject to the following conditions:
|
|
4546
|
-
|
|
4547
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4548
|
-
copies or substantial portions of the Software.
|
|
4549
|
-
|
|
4550
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4551
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4552
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4553
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4554
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4555
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4556
|
-
SOFTWARE.
|
|
4557
|
-
|
|
4558
|
-
## react-is - 19.2.8 (MIT)
|
|
4559
|
-
|
|
4560
|
-
MIT License
|
|
4561
|
-
|
|
4562
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4563
|
-
|
|
4564
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4565
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4566
|
-
in the Software without restriction, including without limitation the rights
|
|
4567
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4568
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4569
|
-
furnished to do so, subject to the following conditions:
|
|
4570
|
-
|
|
4571
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4572
|
-
copies or substantial portions of the Software.
|
|
4573
|
-
|
|
4574
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4575
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4576
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4577
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4578
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4579
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4580
|
-
SOFTWARE.
|
|
4581
|
-
|
|
4582
4019
|
## react-markdown - 10.1.0 (MIT)
|
|
4583
4020
|
|
|
4584
4021
|
The MIT License (MIT)
|
|
@@ -4603,30 +4040,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4603
4040
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4604
4041
|
SOFTWARE.
|
|
4605
4042
|
|
|
4606
|
-
## react-select - 5.10.2 (MIT)
|
|
4607
|
-
|
|
4608
|
-
The MIT License (MIT)
|
|
4609
|
-
|
|
4610
|
-
Copyright (c) 2022 Jed Watson
|
|
4611
|
-
|
|
4612
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4613
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4614
|
-
in the Software without restriction, including without limitation the rights
|
|
4615
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4616
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4617
|
-
furnished to do so, subject to the following conditions:
|
|
4618
|
-
|
|
4619
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4620
|
-
copies or substantial portions of the Software.
|
|
4621
|
-
|
|
4622
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4623
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4624
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4625
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4626
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4627
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4628
|
-
SOFTWARE.
|
|
4629
|
-
|
|
4630
4043
|
## react-shorten - 1.1.5 (MIT)
|
|
4631
4044
|
|
|
4632
4045
|
MIT License
|
|
@@ -4974,30 +4387,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4974
4387
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4975
4388
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4976
4389
|
|
|
4977
|
-
## stylis - 4.2.0 (MIT)
|
|
4978
|
-
|
|
4979
|
-
MIT License
|
|
4980
|
-
|
|
4981
|
-
Copyright (c) 2016-present Sultan Tarimo
|
|
4982
|
-
|
|
4983
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4984
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4985
|
-
in the Software without restriction, including without limitation the rights
|
|
4986
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4987
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4988
|
-
furnished to do so, subject to the following conditions:
|
|
4989
|
-
|
|
4990
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4991
|
-
copies or substantial portions of the Software.
|
|
4992
|
-
|
|
4993
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4994
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4995
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4996
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4997
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4998
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4999
|
-
SOFTWARE.
|
|
5000
|
-
|
|
5001
4390
|
## tailwind-merge - 3.6.0 (MIT)
|
|
5002
4391
|
|
|
5003
4392
|
MIT License
|
|
@@ -5326,30 +4715,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5326
4715
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5327
4716
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5328
4717
|
|
|
5329
|
-
## use-isomorphic-layout-effect - 1.2.1 (MIT)
|
|
5330
|
-
|
|
5331
|
-
MIT License
|
|
5332
|
-
|
|
5333
|
-
Copyright (c) Mateusz Burzyński
|
|
5334
|
-
|
|
5335
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5336
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5337
|
-
in the Software without restriction, including without limitation the rights
|
|
5338
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5339
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5340
|
-
furnished to do so, subject to the following conditions:
|
|
5341
|
-
|
|
5342
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5343
|
-
copies or substantial portions of the Software.
|
|
5344
|
-
|
|
5345
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5346
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5347
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5348
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5349
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5350
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5351
|
-
SOFTWARE.
|
|
5352
|
-
|
|
5353
4718
|
## use-sync-external-store - 1.6.0 (MIT)
|
|
5354
4719
|
|
|
5355
4720
|
MIT License
|