@oomol-lab/open-flow 0.1.0-beta.2 → 0.1.0-beta.20
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/{_virtual_open-flow-twemoji-DJwKsM_w.js → _virtual_open-flow-twemoji-CpHJOEsk.js} +4028 -2
- package/dist/browser/carbon-Cn-DTyjG.js +54 -0
- package/dist/browser/createResourceDialog-DlrAMxmo.js +110 -0
- package/dist/browser/dist-B_T-OpQp.js +4 -0
- package/dist/browser/{dist-DWADUsVB.js → dist-By46o5UV.js} +47 -47
- package/dist/browser/{dist-CPuF50D9.js → dist-D1VYgicl.js} +426 -305
- package/dist/browser/dist-DSe6KRsr.js +1224 -0
- package/dist/browser/dist-DYjIVIZC.js +795 -0
- package/dist/browser/{dist-3Mj8q8Pr.js → dist-DmuE3M0R.js} +53 -54
- package/dist/browser/{dist-BN4ZCyOB.js → dist-DpDLsYtO.js} +14 -15
- package/dist/browser/{dist-CJpzJrLM.js → dist-DwvhuMxw.js} +894 -895
- package/dist/browser/dist-DxahK_I8.js +2688 -0
- package/dist/browser/{dist-C46JByB-.js → dist-Dz6Nglsd.js} +61 -61
- package/dist/browser/{dist-DUzA0Ukh.js → dist-TJfrvoIQ.js} +141 -142
- package/dist/browser/{esm-B_PbUobB.js → esm-B7A42FzW.js} +68 -59
- package/dist/browser/flow-authoring-module.d.ts +2 -2
- package/dist/browser/flow-authoring-node.d.ts +20 -6
- package/dist/browser/flow-authoring.d.ts +1 -1
- package/dist/browser/flow-authoring.js +5405 -286
- package/dist/browser/flow-change-schema.d.ts +6 -0
- package/dist/browser/flow-change.d.ts +173 -14
- package/dist/browser/flow-change.js +5271 -114
- package/dist/browser/flow-notifications.d.ts +5 -0
- package/dist/browser/flowChanges-jX3KYcb0.js +11020 -0
- package/dist/browser/{flowRunInputEditorStore-BeyUSWpO.js → flowRunInputEditorStore-BBqQIOCR.js} +1020 -4104
- package/dist/browser/flowWorkspace-BIYwslVl.js +148497 -0
- package/dist/browser/host-conformance.d.ts +7 -0
- package/dist/browser/host-conformance.js +33 -0
- package/dist/browser/{diagnostics-giPSzyMo.js → i18n-CVBh0Ni1.js} +3390 -5715
- package/dist/browser/inputValues-BWfRHJWC.js +43 -0
- package/dist/browser/{languages-DgJehE1g.js → languages-C0zQ4GSo.js} +5 -25
- package/dist/browser/licenses.md +149 -700
- package/dist/browser/main-BDnNHhkU.js +50 -0
- package/dist/browser/{markdownContent-DdlIRN3_.js → markdownContent-BBgH9ZIV.js} +41 -41
- package/dist/browser/theme.css +461 -34
- package/dist/browser/{typeScriptSession-mPCiA9sV.js → typeScriptSession-DnAmJCzu.js} +70 -71
- 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-BY05Usw-.js +2944 -0
- package/dist/browser/workbench-contract.d.ts +8 -2
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.d.ts +1 -0
- package/dist/browser/workbench.js +2043 -1327
- package/dist/browser/workbenchSelect-CwP6rphY.js +11666 -0
- package/dist/common/control-api-conformance.d.ts +7 -0
- package/dist/common/control-api-conformance.js +5568 -166
- package/dist/common/control-api-errors.d.ts +9 -0
- package/dist/common/control-api.d.ts +309 -38
- package/dist/common/control-api.js +5817 -576
- package/dist/common/control-requests.d.ts +68 -0
- package/dist/common/control-requests.js +4950 -0
- package/dist/common/engine-contract.d.ts +3 -1
- package/dist/common/flow-agent.d.ts +10 -0
- package/dist/common/flow-encoding.d.ts +5 -2
- package/dist/common/flow-encoding.js +4820 -66
- package/dist/common/flow-graph.d.ts +6 -0
- package/dist/common/flow-json.d.ts +2 -0
- package/dist/common/flow-modules.d.ts +20 -0
- package/dist/common/flow-notifications.d.ts +5 -0
- package/dist/common/flow-schema.d.ts +8 -0
- package/dist/common/flow-semantics.d.ts +10 -6
- package/dist/common/flow-semantics.js +9982 -1701
- package/dist/common/integration-trigger.d.ts +24 -1
- package/dist/common/integration-trigger.js +188 -52
- package/dist/common/mcp-conformance.d.ts +2 -0
- package/dist/common/mcp.d.ts +765 -0
- package/dist/common/mcp.js +6477 -0
- package/dist/common/provider-triggers.js +5996 -993
- package/dist/common/run-events.d.ts +2 -2
- package/dist/common/run-events.js +12 -17
- package/dist/common/run-lifecycle.d.ts +21 -2
- package/dist/common/run-lifecycle.js +83 -2
- package/dist/common/run-results.d.ts +57 -0
- package/dist/common/runtime-contract.d.ts +36 -3
- package/dist/common/runtime-contract.js +227 -19
- package/dist/common/scheduler.d.ts +77 -18
- package/dist/common/scheduler.js +8259 -248
- package/dist/index.d.ts +6 -5
- package/package.json +21 -1
- package/dist/browser/carbon-DMCVsjHo.js +0 -53
- package/dist/browser/createResourceDialog-BkZns-oZ.js +0 -504
- package/dist/browser/dist-BMqL-qR5.js +0 -1894
- package/dist/browser/dist-BpopSHwP.js +0 -1543
- package/dist/browser/dist-CUSrALSX.js +0 -1620
- package/dist/browser/flowWorkspace-DAMLVMcF.js +0 -47584
- package/dist/browser/getPseudoElementBounds-ESJExRFX.js +0 -7642
- package/dist/browser/main-DmjVyuWr.js +0 -76
- package/dist/browser/workbenchSelect-B2s1HV-Y.js +0 -1374
package/dist/browser/licenses.md
CHANGED
|
@@ -97,6 +97,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
97
97
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
98
98
|
SOFTWARE.
|
|
99
99
|
|
|
100
|
+
## @cfworker/json-schema - 4.1.1 (MIT)
|
|
101
|
+
|
|
100
102
|
## @codemirror/autocomplete - 6.20.3 (MIT)
|
|
101
103
|
|
|
102
104
|
MIT License
|
|
@@ -455,222 +457,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
455
457
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
456
458
|
THE SOFTWARE.
|
|
457
459
|
|
|
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
|
-
|
|
674
460
|
## @floating-ui/core - 1.8.0 (MIT)
|
|
675
461
|
|
|
676
462
|
MIT License
|
|
@@ -763,7 +549,7 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
763
549
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
764
550
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
765
551
|
|
|
766
|
-
## @iconify
|
|
552
|
+
## @iconify/json - 2.2.526 (MIT)
|
|
767
553
|
|
|
768
554
|
## @iconify/utils - 3.1.4 (MIT)
|
|
769
555
|
|
|
@@ -1029,126 +815,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1029
815
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1030
816
|
THE SOFTWARE.
|
|
1031
817
|
|
|
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
|
-
|
|
1152
818
|
## @uiw/codemirror-theme-github - 4.25.11 (MIT)
|
|
1153
819
|
|
|
1154
820
|
## @uiw/codemirror-themes - 4.25.11 (MIT)
|
|
@@ -1159,121 +825,23 @@ ISC License
|
|
|
1159
825
|
|
|
1160
826
|
Copyright (c) 2021, Andrea Giammarchi, @WebReflection
|
|
1161
827
|
|
|
1162
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1163
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1164
|
-
copyright notice and this permission notice appear in all copies.
|
|
1165
|
-
|
|
1166
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1167
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
1168
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1169
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1170
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
1171
|
-
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1172
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
1173
|
-
|
|
1174
|
-
## @wopjs/
|
|
1175
|
-
|
|
1176
|
-
MIT License
|
|
1177
|
-
|
|
1178
|
-
Copyright (c) 2024 wopjs
|
|
1179
|
-
|
|
1180
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1181
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1182
|
-
in the Software without restriction, including without limitation the rights
|
|
1183
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1184
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1185
|
-
furnished to do so, subject to the following conditions:
|
|
1186
|
-
|
|
1187
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1188
|
-
copies or substantial portions of the Software.
|
|
1189
|
-
|
|
1190
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1191
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1192
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1193
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1194
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1195
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1196
|
-
SOFTWARE.
|
|
1197
|
-
|
|
1198
|
-
## @wopjs/cast - 0.1.16 (MIT)
|
|
1199
|
-
|
|
1200
|
-
MIT License
|
|
1201
|
-
|
|
1202
|
-
Copyright (c) 2026 wopjs
|
|
1203
|
-
|
|
1204
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1205
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1206
|
-
in the Software without restriction, including without limitation the rights
|
|
1207
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1208
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1209
|
-
furnished to do so, subject to the following conditions:
|
|
1210
|
-
|
|
1211
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1212
|
-
copies or substantial portions of the Software.
|
|
1213
|
-
|
|
1214
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1215
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1216
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1217
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1218
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1219
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1220
|
-
SOFTWARE.
|
|
1221
|
-
|
|
1222
|
-
## @wopjs/disposable - 0.1.24 (MIT)
|
|
1223
|
-
|
|
1224
|
-
## @wopjs/event - 0.1.5 (MIT)
|
|
1225
|
-
|
|
1226
|
-
MIT License
|
|
1227
|
-
|
|
1228
|
-
Copyright (c) 2023 wopjs
|
|
1229
|
-
|
|
1230
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1231
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1232
|
-
in the Software without restriction, including without limitation the rights
|
|
1233
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1234
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1235
|
-
furnished to do so, subject to the following conditions:
|
|
1236
|
-
|
|
1237
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1238
|
-
copies or substantial portions of the Software.
|
|
1239
|
-
|
|
1240
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1241
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1242
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1243
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1244
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1245
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1246
|
-
SOFTWARE.
|
|
1247
|
-
|
|
1248
|
-
## @wopjs/tsur - 0.1.7 (MIT)
|
|
1249
|
-
|
|
1250
|
-
MIT License
|
|
1251
|
-
|
|
1252
|
-
Copyright (c) 2023 CRIMX
|
|
1253
|
-
|
|
1254
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1255
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1256
|
-
in the Software without restriction, including without limitation the rights
|
|
1257
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1258
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1259
|
-
furnished to do so, subject to the following conditions:
|
|
1260
|
-
|
|
1261
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1262
|
-
copies or substantial portions of the Software.
|
|
1263
|
-
|
|
1264
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1265
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1266
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1267
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1268
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1269
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1270
|
-
SOFTWARE.
|
|
1271
|
-
|
|
1272
|
-
## @wopjs/weak-cache - 0.1.5 (MIT)
|
|
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)
|
|
1273
841
|
|
|
1274
842
|
MIT License
|
|
1275
843
|
|
|
1276
|
-
Copyright (c)
|
|
844
|
+
Copyright (c) 2026 wopjs
|
|
1277
845
|
|
|
1278
846
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1279
847
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1293,6 +861,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1293
861
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1294
862
|
SOFTWARE.
|
|
1295
863
|
|
|
864
|
+
## @wopjs/disposable - 0.1.24 (MIT)
|
|
865
|
+
|
|
1296
866
|
## @xyflow/react - 12.11.2 (MIT)
|
|
1297
867
|
|
|
1298
868
|
MIT License
|
|
@@ -1800,6 +1370,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1800
1370
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1801
1371
|
THE SOFTWARE.
|
|
1802
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
|
+
|
|
1803
1421
|
## css-selector-parser - 3.3.0 (MIT)
|
|
1804
1422
|
|
|
1805
1423
|
Copyright (c) 2013 Dulin Marat
|
|
@@ -3000,38 +2618,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
3000
2618
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3001
2619
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3002
2620
|
|
|
3003
|
-
## hoist-non-react-statics - 3.3.2 (BSD-3-Clause)
|
|
3004
|
-
|
|
3005
|
-
Software License Agreement (BSD License)
|
|
3006
|
-
========================================
|
|
3007
|
-
|
|
3008
|
-
Copyright (c) 2015, Yahoo! Inc. All rights reserved.
|
|
3009
|
-
----------------------------------------------------
|
|
3010
|
-
|
|
3011
|
-
Redistribution and use of this software in source and binary forms, with or
|
|
3012
|
-
without modification, are permitted provided that the following conditions are
|
|
3013
|
-
met:
|
|
3014
|
-
|
|
3015
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
3016
|
-
list of conditions and the following disclaimer.
|
|
3017
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
3018
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3019
|
-
and/or other materials provided with the distribution.
|
|
3020
|
-
* Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
|
|
3021
|
-
used to endorse or promote products derived from this software without
|
|
3022
|
-
specific prior written permission of Yahoo! Inc.
|
|
3023
|
-
|
|
3024
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3025
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
3026
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3027
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
3028
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3029
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3030
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
3031
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3032
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3033
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3034
|
-
|
|
3035
2621
|
## html-url-attributes - 3.0.1 (MIT)
|
|
3036
2622
|
|
|
3037
2623
|
(The MIT License)
|
|
@@ -3093,8 +2679,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3093
2679
|
|
|
3094
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.
|
|
3095
2681
|
|
|
3096
|
-
## is-mobile - 5.0.0 (MIT)
|
|
3097
|
-
|
|
3098
2682
|
## is-plain-obj - 4.1.0 (MIT)
|
|
3099
2683
|
|
|
3100
2684
|
MIT License
|
|
@@ -3646,30 +3230,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
3646
3230
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3647
3231
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3648
3232
|
|
|
3649
|
-
## memoize-one - 6.0.0 (MIT)
|
|
3650
|
-
|
|
3651
|
-
MIT License
|
|
3652
|
-
|
|
3653
|
-
Copyright (c) 2019 Alexander Reardon
|
|
3654
|
-
|
|
3655
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3656
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3657
|
-
in the Software without restriction, including without limitation the rights
|
|
3658
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3659
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3660
|
-
furnished to do so, subject to the following conditions:
|
|
3661
|
-
|
|
3662
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3663
|
-
copies or substantial portions of the Software.
|
|
3664
|
-
|
|
3665
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3666
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3667
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3668
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3669
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3670
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3671
|
-
SOFTWARE.
|
|
3672
|
-
|
|
3673
3233
|
## micromark-core-commonmark - 2.0.3 (MIT)
|
|
3674
3234
|
|
|
3675
3235
|
(The MIT License)
|
|
@@ -4383,79 +3943,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4383
3943
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4384
3944
|
THE SOFTWARE.
|
|
4385
3945
|
|
|
4386
|
-
## pathe - 2.0.3 (MIT)
|
|
4387
|
-
|
|
4388
|
-
MIT License
|
|
4389
|
-
|
|
4390
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
|
|
4391
|
-
|
|
4392
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4393
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4394
|
-
in the Software without restriction, including without limitation the rights
|
|
4395
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4396
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4397
|
-
furnished to do so, subject to the following conditions:
|
|
4398
|
-
|
|
4399
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4400
|
-
copies or substantial portions of the Software.
|
|
4401
|
-
|
|
4402
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4403
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4404
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4405
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4406
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4407
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4408
|
-
SOFTWARE.
|
|
4409
|
-
|
|
4410
|
-
---
|
|
4411
|
-
|
|
4412
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
4413
|
-
|
|
4414
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
4415
|
-
copy of this software and associated documentation files (the
|
|
4416
|
-
"Software"), to deal in the Software without restriction, including
|
|
4417
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4418
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
4419
|
-
persons to whom the Software is furnished to do so, subject to the
|
|
4420
|
-
following conditions:
|
|
4421
|
-
|
|
4422
|
-
The above copyright notice and this permission notice shall be included
|
|
4423
|
-
in all copies or substantial portions of the Software.
|
|
4424
|
-
|
|
4425
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
4426
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4427
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
4428
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
4429
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
4430
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4431
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4432
|
-
|
|
4433
|
-
---
|
|
4434
|
-
|
|
4435
|
-
Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
|
|
4436
|
-
|
|
4437
|
-
The MIT License (MIT)
|
|
4438
|
-
|
|
4439
|
-
Copyright (c) 2023-present Fabio Spampinato
|
|
4440
|
-
|
|
4441
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
4442
|
-
copy of this software and associated documentation files (the "Software"),
|
|
4443
|
-
to deal in the Software without restriction, including without limitation
|
|
4444
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
4445
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
4446
|
-
Software is furnished to do so, subject to the following conditions:
|
|
4447
|
-
|
|
4448
|
-
The above copyright notice and this permission notice shall be included in
|
|
4449
|
-
all copies or substantial portions of the Software.
|
|
4450
|
-
|
|
4451
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4452
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4453
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4454
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4455
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4456
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4457
|
-
DEALINGS IN THE SOFTWARE.
|
|
4458
|
-
|
|
4459
3946
|
## property-information - 7.2.0 (MIT)
|
|
4460
3947
|
|
|
4461
3948
|
(The MIT License)
|
|
@@ -4529,54 +4016,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4529
4016
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4530
4017
|
SOFTWARE.
|
|
4531
4018
|
|
|
4532
|
-
## react-is - 16.13.1 (MIT)
|
|
4533
|
-
|
|
4534
|
-
MIT License
|
|
4535
|
-
|
|
4536
|
-
Copyright (c) Facebook, Inc. and its 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
|
-
|
|
4556
|
-
## react-is - 19.2.8 (MIT)
|
|
4557
|
-
|
|
4558
|
-
MIT License
|
|
4559
|
-
|
|
4560
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4561
|
-
|
|
4562
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4563
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4564
|
-
in the Software without restriction, including without limitation the rights
|
|
4565
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4566
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4567
|
-
furnished to do so, subject to the following conditions:
|
|
4568
|
-
|
|
4569
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4570
|
-
copies or substantial portions of the Software.
|
|
4571
|
-
|
|
4572
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4573
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4574
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4575
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4576
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4577
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4578
|
-
SOFTWARE.
|
|
4579
|
-
|
|
4580
4019
|
## react-markdown - 10.1.0 (MIT)
|
|
4581
4020
|
|
|
4582
4021
|
The MIT License (MIT)
|
|
@@ -4601,30 +4040,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4601
4040
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4602
4041
|
SOFTWARE.
|
|
4603
4042
|
|
|
4604
|
-
## react-select - 5.10.2 (MIT)
|
|
4605
|
-
|
|
4606
|
-
The MIT License (MIT)
|
|
4607
|
-
|
|
4608
|
-
Copyright (c) 2022 Jed Watson
|
|
4609
|
-
|
|
4610
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4611
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4612
|
-
in the Software without restriction, including without limitation the rights
|
|
4613
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4614
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4615
|
-
furnished to do so, subject to the following conditions:
|
|
4616
|
-
|
|
4617
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4618
|
-
copies or substantial portions of the Software.
|
|
4619
|
-
|
|
4620
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4621
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4622
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4623
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4624
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4625
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4626
|
-
SOFTWARE.
|
|
4627
|
-
|
|
4628
4043
|
## react-shorten - 1.1.5 (MIT)
|
|
4629
4044
|
|
|
4630
4045
|
MIT License
|
|
@@ -4972,30 +4387,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4972
4387
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4973
4388
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4974
4389
|
|
|
4975
|
-
## stylis - 4.2.0 (MIT)
|
|
4976
|
-
|
|
4977
|
-
MIT License
|
|
4978
|
-
|
|
4979
|
-
Copyright (c) 2016-present Sultan Tarimo
|
|
4980
|
-
|
|
4981
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4982
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4983
|
-
in the Software without restriction, including without limitation the rights
|
|
4984
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4985
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4986
|
-
furnished to do so, subject to the following conditions:
|
|
4987
|
-
|
|
4988
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4989
|
-
copies or substantial portions of the Software.
|
|
4990
|
-
|
|
4991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4992
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4993
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4994
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4995
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4997
|
-
SOFTWARE.
|
|
4998
|
-
|
|
4999
4390
|
## tailwind-merge - 3.6.0 (MIT)
|
|
5000
4391
|
|
|
5001
4392
|
MIT License
|
|
@@ -5092,6 +4483,64 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5092
4483
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5093
4484
|
THE SOFTWARE.
|
|
5094
4485
|
|
|
4486
|
+
## typescript - 6.0.2 (Apache-2.0)
|
|
4487
|
+
|
|
4488
|
+
Apache License
|
|
4489
|
+
|
|
4490
|
+
Version 2.0, January 2004
|
|
4491
|
+
|
|
4492
|
+
http://www.apache.org/licenses/
|
|
4493
|
+
|
|
4494
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4495
|
+
|
|
4496
|
+
1. Definitions.
|
|
4497
|
+
|
|
4498
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
4499
|
+
|
|
4500
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
4501
|
+
|
|
4502
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
4503
|
+
|
|
4504
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
4505
|
+
|
|
4506
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
4507
|
+
|
|
4508
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
4509
|
+
|
|
4510
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
4511
|
+
|
|
4512
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
4513
|
+
|
|
4514
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
4515
|
+
|
|
4516
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
4517
|
+
|
|
4518
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
4519
|
+
|
|
4520
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
4521
|
+
|
|
4522
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
4523
|
+
|
|
4524
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
4525
|
+
|
|
4526
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
4527
|
+
|
|
4528
|
+
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
4529
|
+
|
|
4530
|
+
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
4531
|
+
|
|
4532
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
4533
|
+
|
|
4534
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
4535
|
+
|
|
4536
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
4537
|
+
|
|
4538
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
4539
|
+
|
|
4540
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
4541
|
+
|
|
4542
|
+
END OF TERMS AND CONDITIONS
|
|
4543
|
+
|
|
5095
4544
|
## unified - 11.0.5 (MIT)
|
|
5096
4545
|
|
|
5097
4546
|
(The MIT License)
|
|
@@ -5266,30 +4715,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5266
4715
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5267
4716
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5268
4717
|
|
|
5269
|
-
## use-isomorphic-layout-effect - 1.2.1 (MIT)
|
|
5270
|
-
|
|
5271
|
-
MIT License
|
|
5272
|
-
|
|
5273
|
-
Copyright (c) Mateusz Burzyński
|
|
5274
|
-
|
|
5275
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5276
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5277
|
-
in the Software without restriction, including without limitation the rights
|
|
5278
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5279
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5280
|
-
furnished to do so, subject to the following conditions:
|
|
5281
|
-
|
|
5282
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5283
|
-
copies or substantial portions of the Software.
|
|
5284
|
-
|
|
5285
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5286
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5287
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5288
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5289
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5290
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5291
|
-
SOFTWARE.
|
|
5292
|
-
|
|
5293
4718
|
## use-sync-external-store - 1.6.0 (MIT)
|
|
5294
4719
|
|
|
5295
4720
|
MIT License
|
|
@@ -5555,6 +4980,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5555
4980
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5556
4981
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5557
4982
|
|
|
4983
|
+
## zod - 4.5.4 (MIT)
|
|
4984
|
+
|
|
4985
|
+
MIT License
|
|
4986
|
+
|
|
4987
|
+
Copyright (c) 2025 Colin McDonnell
|
|
4988
|
+
|
|
4989
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4990
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4991
|
+
in the Software without restriction, including without limitation the rights
|
|
4992
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4993
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4994
|
+
furnished to do so, subject to the following conditions:
|
|
4995
|
+
|
|
4996
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4997
|
+
copies or substantial portions of the Software.
|
|
4998
|
+
|
|
4999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5000
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5001
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5002
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5003
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5004
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5005
|
+
SOFTWARE.
|
|
5006
|
+
|
|
5558
5007
|
## zustand - 4.5.7 (MIT)
|
|
5559
5008
|
|
|
5560
5009
|
MIT License
|