@oomol-lab/open-flow 0.1.0-beta.3 → 0.1.0-beta.30
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-_y2xHaUA.js +110 -0
- package/dist/browser/{dist-DWADUsVB.js → dist-By46o5UV.js} +47 -47
- package/dist/browser/dist-CoszrK7m.js +4 -0
- 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/editorComponent-Dq4IKp5R.js +14790 -0
- package/dist/browser/{esm-C2UUqIUP.js → esm-B7A42FzW.js} +68 -59
- package/dist/browser/event-sources.d.ts +30 -0
- package/dist/browser/flow-authoring-module.d.ts +2 -2
- package/dist/browser/flow-authoring-node.d.ts +26 -8
- package/dist/browser/flow-authoring.d.ts +1 -1
- package/dist/browser/flow-authoring.js +5282 -313
- package/dist/browser/flow-change-schema.d.ts +11 -0
- package/dist/browser/flow-change.d.ts +193 -18
- package/dist/browser/flow-change.js +5192 -137
- package/dist/browser/flow-notifications.d.ts +11 -2
- package/dist/browser/flowChanges-AdN0Iqma.js +12304 -0
- package/dist/browser/{flowRunInputEditorStore-CwvOiIiU.js → flowRunInputEditorStore-CTORQcA2.js} +864 -4000
- package/dist/browser/flowWorkspace-BrtzLKWB.js +153066 -0
- package/dist/browser/host-conformance.d.ts +7 -0
- package/dist/browser/host-conformance.js +39 -0
- package/dist/browser/inputValues-DJfFraxG.js +43 -0
- package/dist/browser/licenses.md +195 -662
- package/dist/browser/lite-BuKZ8joP.js +8545 -0
- package/dist/browser/main-BDnNHhkU.js +50 -0
- package/dist/browser/{markdownContent-DUfLdnUt.js → markdownContent-D2oHGWc6.js} +53 -53
- package/dist/browser/theme.css +527 -34
- package/dist/browser/{typeScriptSession-mPCiA9sV.js → typeScriptSession-DnAmJCzu.js} +70 -71
- package/dist/browser/ui-input.d.ts +5 -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 +34 -0
- package/dist/browser/ui.js +2632 -0
- package/dist/browser/value-DPg_9yXB.js +93 -0
- package/dist/browser/warmCodeTheme-DVv4-rDO.js +35 -0
- package/dist/browser/workbench-contract.d.ts +27 -2
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.d.ts +2 -0
- package/dist/browser/workbench.js +2767 -1406
- package/dist/browser/workbenchSelect-BDPIQxYK.js +5967 -0
- package/dist/common/authoringExamples.d.ts +28 -0
- package/dist/common/control-api-conformance.d.ts +7 -0
- package/dist/common/control-api-conformance.js +5568 -171
- package/dist/common/control-api-errors.d.ts +37 -0
- package/dist/common/control-api.d.ts +394 -47
- package/dist/common/control-api.js +6066 -569
- package/dist/common/control-requests.d.ts +98 -0
- package/dist/common/control-requests.js +5412 -0
- package/dist/common/cron-trigger.d.ts +2 -1
- package/dist/common/cron-trigger.js +27 -24
- package/dist/common/draftOperations.d.ts +14 -0
- package/dist/common/engine-contract.d.ts +3 -1
- package/dist/common/event-sources.d.ts +50 -0
- package/dist/common/feishu-events.d.ts +20 -0
- package/dist/common/feishu-subscriptions.d.ts +10 -0
- package/dist/common/flow-agent.d.ts +10 -0
- package/dist/common/flow-encoding.d.ts +16 -2
- package/dist/common/flow-encoding.js +5092 -68
- package/dist/common/flow-graph.d.ts +52 -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 +11 -2
- package/dist/common/flow-schema.d.ts +17 -0
- package/dist/common/flow-semantics.d.ts +12 -6
- package/dist/common/flow-semantics.js +15870 -9668
- package/dist/common/flowInspection.d.ts +16 -0
- package/dist/common/fr-iv1541dF.js +93 -0
- package/dist/common/integration-trigger.d.ts +29 -2
- package/dist/common/integration-trigger.js +192 -56
- package/dist/common/ja-Bq-ZDOD4.js +93 -0
- package/dist/common/ko-Z-k9R2c6.js +93 -0
- package/dist/common/localization.d.ts +2 -0
- package/dist/common/localization.js +37 -1
- package/dist/common/mcp-conformance.d.ts +2 -0
- package/dist/common/mcp.d.ts +767 -0
- package/dist/common/mcp.js +6733 -0
- package/dist/common/poll-trigger.d.ts +5 -0
- package/dist/common/poll-trigger.js +26 -22
- package/dist/common/provider-triggers.d.ts +4 -0
- package/dist/common/provider-triggers.js +7310 -1736
- package/dist/common/ru-B4gFecYZ.js +93 -0
- package/dist/common/run-events.d.ts +2 -2
- package/dist/common/run-events.js +13 -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 +38 -3
- package/dist/common/runtime-contract.js +291 -19
- package/dist/common/scheduler.d.ts +97 -19
- package/dist/common/scheduler.js +8234 -261
- package/dist/common/trigger-catalog.d.ts +17 -0
- package/dist/common/trigger-config-options.d.ts +13 -0
- package/dist/common/trigger-contract.d.ts +5 -0
- package/dist/common/trigger-localization.d.ts +7 -0
- package/dist/common/webhook-trigger.d.ts +3 -3
- package/dist/common/webhook-trigger.js +64 -18
- package/dist/common/zh-CN-ByQ6nYam.js +93 -0
- package/dist/common/zh-TW-QjIarvX9.js +93 -0
- 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/diagnostics-SDCyFuxm.js +0 -11634
- package/dist/browser/dist-BMqL-qR5.js +0 -1894
- package/dist/browser/dist-BpopSHwP.js +0 -1543
- package/dist/browser/dist-CP0883sY.js +0 -4
- package/dist/browser/dist-CUSrALSX.js +0 -1620
- package/dist/browser/flowWorkspace-BZ_eiQNR.js +0 -45393
- package/dist/browser/getPseudoElementBounds-ESJExRFX.js +0 -7642
- package/dist/browser/languages-DgJehE1g.js +0 -62
- 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,221 +457,17 @@ 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
|
-
## @
|
|
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)
|
|
460
|
+
## @date-fns/tz - 1.5.0 (MIT)
|
|
627
461
|
|
|
628
462
|
MIT License
|
|
629
463
|
|
|
630
|
-
Copyright
|
|
464
|
+
Copyright © 2024 Sasha Koss
|
|
631
465
|
|
|
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.
|
|
466
|
+
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:
|
|
649
467
|
|
|
650
|
-
|
|
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.
|
|
468
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
665
469
|
|
|
666
|
-
THE SOFTWARE IS PROVIDED
|
|
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.
|
|
470
|
+
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.
|
|
673
471
|
|
|
674
472
|
## @floating-ui/core - 1.8.0 (MIT)
|
|
675
473
|
|
|
@@ -763,7 +561,7 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
763
561
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
764
562
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
765
563
|
|
|
766
|
-
## @iconify
|
|
564
|
+
## @iconify/json - 2.2.526 (MIT)
|
|
767
565
|
|
|
768
566
|
## @iconify/utils - 3.1.4 (MIT)
|
|
769
567
|
|
|
@@ -1029,126 +827,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1029
827
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1030
828
|
THE SOFTWARE.
|
|
1031
829
|
|
|
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
830
|
## @uiw/codemirror-theme-github - 4.25.11 (MIT)
|
|
1153
831
|
|
|
1154
832
|
## @uiw/codemirror-themes - 4.25.11 (MIT)
|
|
@@ -1171,30 +849,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
|
1171
849
|
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1172
850
|
PERFORMANCE OF THIS SOFTWARE.
|
|
1173
851
|
|
|
1174
|
-
## @wopjs/async-seq - 0.1.2 (MIT)
|
|
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
852
|
## @wopjs/cast - 0.1.16 (MIT)
|
|
1199
853
|
|
|
1200
854
|
MIT License
|
|
@@ -1221,78 +875,6 @@ SOFTWARE.
|
|
|
1221
875
|
|
|
1222
876
|
## @wopjs/disposable - 0.1.24 (MIT)
|
|
1223
877
|
|
|
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)
|
|
1273
|
-
|
|
1274
|
-
MIT License
|
|
1275
|
-
|
|
1276
|
-
Copyright (c) 2024 wopjs
|
|
1277
|
-
|
|
1278
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1279
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1280
|
-
in the Software without restriction, including without limitation the rights
|
|
1281
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1282
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1283
|
-
furnished to do so, subject to the following conditions:
|
|
1284
|
-
|
|
1285
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1286
|
-
copies or substantial portions of the Software.
|
|
1287
|
-
|
|
1288
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1289
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1290
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1291
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1292
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1293
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1294
|
-
SOFTWARE.
|
|
1295
|
-
|
|
1296
878
|
## @xyflow/react - 12.11.2 (MIT)
|
|
1297
879
|
|
|
1298
880
|
MIT License
|
|
@@ -1778,9 +1360,57 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
1778
1360
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1779
1361
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1780
1362
|
|
|
1781
|
-
## crelt - 1.0.7 (MIT)
|
|
1363
|
+
## crelt - 1.0.7 (MIT)
|
|
1364
|
+
|
|
1365
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
1366
|
+
|
|
1367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1369
|
+
in the Software without restriction, including without limitation the rights
|
|
1370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1371
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1372
|
+
furnished to do so, subject to the following conditions:
|
|
1373
|
+
|
|
1374
|
+
The above copyright notice and this permission notice shall be included in
|
|
1375
|
+
all copies or substantial portions of the Software.
|
|
1376
|
+
|
|
1377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1383
|
+
THE SOFTWARE.
|
|
1384
|
+
|
|
1385
|
+
## croner - 10.0.1 (MIT)
|
|
1386
|
+
|
|
1387
|
+
The MIT License (MIT)
|
|
1388
|
+
|
|
1389
|
+
Copyright (c) 2015-2021 Hexagon <github.com/Hexagon>
|
|
1390
|
+
|
|
1391
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1392
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1393
|
+
in the Software without restriction, including without limitation the rights
|
|
1394
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1395
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1396
|
+
furnished to do so, subject to the following conditions:
|
|
1397
|
+
|
|
1398
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1399
|
+
copies or substantial portions of the Software.
|
|
1400
|
+
|
|
1401
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1402
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1403
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1404
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1405
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1406
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1407
|
+
SOFTWARE.
|
|
1782
1408
|
|
|
1783
|
-
|
|
1409
|
+
## cronstrue - 3.25.0 (MIT)
|
|
1410
|
+
|
|
1411
|
+
The MIT License (MIT)
|
|
1412
|
+
|
|
1413
|
+
Copyright (c) 2017 Brady Holt
|
|
1784
1414
|
|
|
1785
1415
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1786
1416
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1789,16 +1419,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1789
1419
|
copies of the Software, and to permit persons to whom the Software is
|
|
1790
1420
|
furnished to do so, subject to the following conditions:
|
|
1791
1421
|
|
|
1792
|
-
The above copyright notice and this permission notice shall be included in
|
|
1793
|
-
|
|
1422
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1423
|
+
copies or substantial portions of the Software.
|
|
1794
1424
|
|
|
1795
1425
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1796
1426
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1797
1427
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1798
1428
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1799
1429
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1800
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1801
|
-
|
|
1430
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1431
|
+
SOFTWARE.
|
|
1802
1432
|
|
|
1803
1433
|
## css-selector-parser - 3.3.0 (MIT)
|
|
1804
1434
|
|
|
@@ -1981,6 +1611,30 @@ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
1981
1611
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1982
1612
|
THIS SOFTWARE.
|
|
1983
1613
|
|
|
1614
|
+
## date-fns - 4.4.0 (MIT)
|
|
1615
|
+
|
|
1616
|
+
MIT License
|
|
1617
|
+
|
|
1618
|
+
Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
|
|
1619
|
+
|
|
1620
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1621
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1622
|
+
in the Software without restriction, including without limitation the rights
|
|
1623
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1624
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1625
|
+
furnished to do so, subject to the following conditions:
|
|
1626
|
+
|
|
1627
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1628
|
+
copies or substantial portions of the Software.
|
|
1629
|
+
|
|
1630
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1631
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1632
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1633
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1634
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1635
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1636
|
+
SOFTWARE.
|
|
1637
|
+
|
|
1984
1638
|
## dayjs - 1.11.23 (MIT)
|
|
1985
1639
|
|
|
1986
1640
|
MIT License
|
|
@@ -3000,38 +2654,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
3000
2654
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3001
2655
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3002
2656
|
|
|
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
2657
|
## html-url-attributes - 3.0.1 (MIT)
|
|
3036
2658
|
|
|
3037
2659
|
(The MIT License)
|
|
@@ -3093,8 +2715,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3093
2715
|
|
|
3094
2716
|
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
2717
|
|
|
3096
|
-
## is-mobile - 5.0.0 (MIT)
|
|
3097
|
-
|
|
3098
2718
|
## is-plain-obj - 4.1.0 (MIT)
|
|
3099
2719
|
|
|
3100
2720
|
MIT License
|
|
@@ -3646,30 +3266,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
3646
3266
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3647
3267
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3648
3268
|
|
|
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
3269
|
## micromark-core-commonmark - 2.0.3 (MIT)
|
|
3674
3270
|
|
|
3675
3271
|
(The MIT License)
|
|
@@ -4383,79 +3979,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4383
3979
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4384
3980
|
THE SOFTWARE.
|
|
4385
3981
|
|
|
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
3982
|
## property-information - 7.2.0 (MIT)
|
|
4460
3983
|
|
|
4461
3984
|
(The MIT License)
|
|
@@ -4529,35 +4052,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4529
4052
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4530
4053
|
SOFTWARE.
|
|
4531
4054
|
|
|
4532
|
-
## react-
|
|
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)
|
|
4055
|
+
## react-day-picker - 9.14.0 (MIT)
|
|
4557
4056
|
|
|
4558
|
-
MIT License
|
|
4057
|
+
The MIT License (MIT)
|
|
4559
4058
|
|
|
4560
|
-
Copyright (c)
|
|
4059
|
+
Copyright (c) 2014-2025 Giampaolo Bellavite <io@gpbl.dev> and contributors
|
|
4561
4060
|
|
|
4562
4061
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4563
4062
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4601,30 +4100,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4601
4100
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4602
4101
|
SOFTWARE.
|
|
4603
4102
|
|
|
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
4103
|
## react-shorten - 1.1.5 (MIT)
|
|
4629
4104
|
|
|
4630
4105
|
MIT License
|
|
@@ -4875,6 +4350,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
4875
4350
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4876
4351
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4877
4352
|
|
|
4353
|
+
## sonner - 2.0.7 (MIT)
|
|
4354
|
+
|
|
4355
|
+
MIT License
|
|
4356
|
+
|
|
4357
|
+
Copyright (c) 2023 Emil Kowalski
|
|
4358
|
+
|
|
4359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4360
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4361
|
+
in the Software without restriction, including without limitation the rights
|
|
4362
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4363
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4364
|
+
furnished to do so, subject to the following conditions:
|
|
4365
|
+
|
|
4366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4367
|
+
copies or substantial portions of the Software.
|
|
4368
|
+
|
|
4369
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4370
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4371
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4372
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4373
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4375
|
+
SOFTWARE.
|
|
4376
|
+
|
|
4878
4377
|
## space-separated-tokens - 2.0.2 (MIT)
|
|
4879
4378
|
|
|
4880
4379
|
(The MIT License)
|
|
@@ -4972,30 +4471,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4972
4471
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4973
4472
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4974
4473
|
|
|
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
4474
|
## tailwind-merge - 3.6.0 (MIT)
|
|
5000
4475
|
|
|
5001
4476
|
MIT License
|
|
@@ -5092,6 +4567,64 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5092
4567
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5093
4568
|
THE SOFTWARE.
|
|
5094
4569
|
|
|
4570
|
+
## typescript - 6.0.2 (Apache-2.0)
|
|
4571
|
+
|
|
4572
|
+
Apache License
|
|
4573
|
+
|
|
4574
|
+
Version 2.0, January 2004
|
|
4575
|
+
|
|
4576
|
+
http://www.apache.org/licenses/
|
|
4577
|
+
|
|
4578
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4579
|
+
|
|
4580
|
+
1. Definitions.
|
|
4581
|
+
|
|
4582
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
4583
|
+
|
|
4584
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
4585
|
+
|
|
4586
|
+
"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.
|
|
4587
|
+
|
|
4588
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
4589
|
+
|
|
4590
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
4591
|
+
|
|
4592
|
+
"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.
|
|
4593
|
+
|
|
4594
|
+
"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).
|
|
4595
|
+
|
|
4596
|
+
"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.
|
|
4597
|
+
|
|
4598
|
+
"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."
|
|
4599
|
+
|
|
4600
|
+
"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.
|
|
4601
|
+
|
|
4602
|
+
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.
|
|
4603
|
+
|
|
4604
|
+
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.
|
|
4605
|
+
|
|
4606
|
+
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:
|
|
4607
|
+
|
|
4608
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
4609
|
+
|
|
4610
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
4611
|
+
|
|
4612
|
+
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
|
|
4613
|
+
|
|
4614
|
+
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.
|
|
4615
|
+
|
|
4616
|
+
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.
|
|
4617
|
+
|
|
4618
|
+
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.
|
|
4619
|
+
|
|
4620
|
+
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.
|
|
4621
|
+
|
|
4622
|
+
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.
|
|
4623
|
+
|
|
4624
|
+
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.
|
|
4625
|
+
|
|
4626
|
+
END OF TERMS AND CONDITIONS
|
|
4627
|
+
|
|
5095
4628
|
## unified - 11.0.5 (MIT)
|
|
5096
4629
|
|
|
5097
4630
|
(The MIT License)
|
|
@@ -5266,30 +4799,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5266
4799
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5267
4800
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5268
4801
|
|
|
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
4802
|
## use-sync-external-store - 1.6.0 (MIT)
|
|
5294
4803
|
|
|
5295
4804
|
MIT License
|
|
@@ -5555,6 +5064,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
5555
5064
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5556
5065
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5557
5066
|
|
|
5067
|
+
## zod - 4.5.4 (MIT)
|
|
5068
|
+
|
|
5069
|
+
MIT License
|
|
5070
|
+
|
|
5071
|
+
Copyright (c) 2025 Colin McDonnell
|
|
5072
|
+
|
|
5073
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5074
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5075
|
+
in the Software without restriction, including without limitation the rights
|
|
5076
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5077
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5078
|
+
furnished to do so, subject to the following conditions:
|
|
5079
|
+
|
|
5080
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5081
|
+
copies or substantial portions of the Software.
|
|
5082
|
+
|
|
5083
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5084
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5085
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5086
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5087
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5088
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5089
|
+
SOFTWARE.
|
|
5090
|
+
|
|
5558
5091
|
## zustand - 4.5.7 (MIT)
|
|
5559
5092
|
|
|
5560
5093
|
MIT License
|