diff --git a/.gitattributes b/.gitattributes index 1ef325f1b111266a6b26e0196871bd78baa8c2f3..36ffcf1daf7263d03ab4ebfd13bd01a5a5b1a237 100644 --- a/.gitattributes +++ b/.gitattributes @@ -57,3 +57,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/images/landing/bgHeroDashboard.avif filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/images/landing/financeFlow.avif filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/images/landing/trelloFlow.avif filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/rive/bento4.riv filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/rive/motiaBeam.riv filter=lfs diff=lfs merge=lfs -text +data/packages/docs/public/rive/motiaHero.riv filter=lfs diff=lfs merge=lfs -text diff --git a/data/.npmignore b/data/.npmignore new file mode 100644 index 0000000000000000000000000000000000000000..6151d0f4eef1ac9589da4aba157d4d2cc46ff152 --- /dev/null +++ b/data/.npmignore @@ -0,0 +1,7 @@ +test/ +src/ +dist/**/__tests__/ +dist/test/ +tsconfig.json +jest.config.js +python_modules \ No newline at end of file diff --git a/data/.prettierignore b/data/.prettierignore new file mode 100644 index 0000000000000000000000000000000000000000..ae84c154753e966314111db5d636e7325d323a80 --- /dev/null +++ b/data/.prettierignore @@ -0,0 +1,2 @@ +playground/types.d.ts +*.mdx \ No newline at end of file diff --git a/data/.prettierrc b/data/.prettierrc new file mode 100644 index 0000000000000000000000000000000000000000..5ffd685c9c8771c24ac2ae20eae8661bb35e3159 --- /dev/null +++ b/data/.prettierrc @@ -0,0 +1,9 @@ +{ + "printWidth": 120, + "singleQuote": true, + "trailingComma": "all", + "semi": false, + "endOfLine": "lf", + "tabWidth": 2, + "useTabs": false +} \ No newline at end of file diff --git a/data/.python-version b/data/.python-version new file mode 100644 index 0000000000000000000000000000000000000000..3e72aa69867656147f94eadbb5405bcc33adcc7c --- /dev/null +++ b/data/.python-version @@ -0,0 +1 @@ +3.11.10 diff --git a/data/.vercelignore b/data/.vercelignore new file mode 100644 index 0000000000000000000000000000000000000000..6eb629fccd5a1f11143f420a9ac84bc12b05f145 --- /dev/null +++ b/data/.vercelignore @@ -0,0 +1 @@ +playground/ \ No newline at end of file diff --git a/data/CONTRIBUTING.md b/data/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..bc92d1dc49afce07987fcf03523a92ecc725d0fc --- /dev/null +++ b/data/CONTRIBUTING.md @@ -0,0 +1,39 @@ +--- +title: How to Contribute +description: Guide for developers who want to contribute to Motia +--- + +# How to Contribute + +Thank you for your interest in contributing to Motia! We welcome contributions from the community to help make Motia better. Here are some ways you can contribute: + +## Reporting Issues + +If you encounter any bugs, have feature requests, or want to discuss improvements, please [open an issue](https://github.com/MotiaDev/motia/issues) on our GitHub repository. When reporting bugs, please provide detailed information about your environment and steps to reproduce the issue. + +## Submitting Pull Requests + +We appreciate pull requests for bug fixes, enhancements, or new features. To submit a pull request: + +1. Fork the [Motia repository](https://github.com/MotiaDev/motia) on GitHub. +2. Create a new branch from the `main` branch for your changes. +3. Make your modifications and ensure that the code follows our coding conventions. +4. Write tests to cover your changes, if applicable. +5. Commit your changes and push them to your forked repository. +6. Open a pull request against the `main` branch of the Motia repository. + +Please provide a clear description of your changes in the pull request, along with any relevant information or context. + +## Documentation Improvements + +Improving the documentation is a great way to contribute to Motia. If you find any errors, typos, or areas that need clarification, please submit a pull request with the necessary changes. The documentation source files are located in the `packages/docs/content` directory. + +## Sharing Examples and Use Cases + +If you have built something interesting with Motia or have a real-world use case to share, we would love to showcase it in our [Examples](/docs/examples) section. You can contribute your examples by submitting a pull request to the [Motia Examples repository](https://github.com/MotiaDev/motia-examples). + +## Spreading the Word + +Help spread the word about Motia by sharing it with your friends, colleagues, and the developer community. You can also star our [GitHub repository](https://github.com/MotiaDev/motia), follow us on [Twitter](https://twitter.com/motiadev), and join our [Discord community](https://discord.gg/nJFfsH5d6v) to stay updated with the latest news and engage with other Motia developers. + +We appreciate all forms of contributions and look forward to collaborating with you to make Motia even better! \ No newline at end of file diff --git a/data/LICENSE b/data/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..2d012d84d08ee03ae9b9b7b310ad33fc6552c8da --- /dev/null +++ b/data/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Motia + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. \ No newline at end of file diff --git a/data/assets/FLAT_BLUE_LOGO_MOTIA_dark.png b/data/assets/FLAT_BLUE_LOGO_MOTIA_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a13e030acb38a99011d4a6ec9b5c608be84afbb9 --- /dev/null +++ b/data/assets/FLAT_BLUE_LOGO_MOTIA_dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc56ac46a3405210bb4cb4aa54720d3c805621243614c96382a34b026a273cd +size 39768 diff --git a/data/assets/FLAT_BLUE_LOGO_MOTIA_light.png b/data/assets/FLAT_BLUE_LOGO_MOTIA_light.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0f1789ad737952b516efc1e64df694ca5fbd08 --- /dev/null +++ b/data/assets/FLAT_BLUE_LOGO_MOTIA_light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d21f2f4d215c3119bc01bf3cb6abb44c3e43e928df6428c7e86b0f19437a906 +size 40419 diff --git a/data/assets/ICON/FLAT BLUE M - TM_MOTIA.png b/data/assets/ICON/FLAT BLUE M - TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..197047290ea01f243b891ba9d1cb1f7a24fc5e63 --- /dev/null +++ b/data/assets/ICON/FLAT BLUE M - TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78fe788b1e918831ed1b079054d1ad0be5c7fc970bdd95731e9124cfde8e0b8 +size 11795 diff --git a/data/assets/ICON/FLAT BLUE M_MOTIA.png b/data/assets/ICON/FLAT BLUE M_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbe1deb56a35eb5dbeb34c8e241a4c8ba1f6695 --- /dev/null +++ b/data/assets/ICON/FLAT BLUE M_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e36dfa46d562b50467fbc3a966f73527f0e471a335a5272dede8956e64dbd73 +size 10635 diff --git a/data/assets/ICON/FLAT DARK BLUE M - TM_MOTIA.png b/data/assets/ICON/FLAT DARK BLUE M - TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..5bc2ea7c8b3403ec47c3fd8e2190de58b8069516 --- /dev/null +++ b/data/assets/ICON/FLAT DARK BLUE M - TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaacaecbfa19d840576925e2192e419c2f464e98e06d109e9bdcfd2dc4952b4 +size 11753 diff --git a/data/assets/ICON/FLAT DARK BLUE M_MOTIA.png b/data/assets/ICON/FLAT DARK BLUE M_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..284451551346c3dffba317bd6c208795a9d0e5c2 --- /dev/null +++ b/data/assets/ICON/FLAT DARK BLUE M_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7833a5adeddb0a63b074ba9d5bc053356c144e1fa8bd1a3cd281139aa3b42d6f +size 10796 diff --git a/data/assets/ICON/FLAT WHITE M - TM_MOTIA.png b/data/assets/ICON/FLAT WHITE M - TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..f917df2c8f4d480907d8d2d589ca3e3cd5c326a8 --- /dev/null +++ b/data/assets/ICON/FLAT WHITE M - TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2b89f7c38e0fa34d9bde2032d5d43e246a37d391ff80dda2549e40f164a643 +size 11834 diff --git a/data/assets/ICON/FLAT WHITE M_MOTIA.png b/data/assets/ICON/FLAT WHITE M_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..28f903643ab9e49601320868db9cf668b1114c4f --- /dev/null +++ b/data/assets/ICON/FLAT WHITE M_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c4de2343e5afc7254ddd81a248682a3f0fd69e2604d599d801a31e8e6326dd +size 10604 diff --git a/data/assets/ICON/GRADIENT BLUE M - TM_MOTIA.png b/data/assets/ICON/GRADIENT BLUE M - TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..41a318c04ab445b0f58d33fb6ad3f815886b8927 --- /dev/null +++ b/data/assets/ICON/GRADIENT BLUE M - TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759a7d18485bbcb5dc647d984f6f4e23fd932c510f3d50bb0276b1cdf46ee44d +size 39314 diff --git a/data/assets/ICON/GRADIENT BLUE M_MOTIA.png b/data/assets/ICON/GRADIENT BLUE M_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..3005d8e57cf7bd2f4fc9f5e4faa697af6ddf4e93 --- /dev/null +++ b/data/assets/ICON/GRADIENT BLUE M_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2c053e61dd7d65d60763fb1c67b1b2c5114b09b545484292ae69ff31fcb245 +size 37073 diff --git a/data/assets/ICON/GRADIENT WHITE M - TM_MOTIA.png b/data/assets/ICON/GRADIENT WHITE M - TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0deec905ad8f57e00df3d58f825769d7dc5e13 --- /dev/null +++ b/data/assets/ICON/GRADIENT WHITE M - TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2d8aa7dc0fd7a7228dbe5c5499665d150b93ef6e99acbf4d983814ae53301 +size 55623 diff --git a/data/assets/ICON/GRADIENT WHITE M_MOTIA.png b/data/assets/ICON/GRADIENT WHITE M_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..bb45e33a092659a88bf12bf8690285f4027e7b7b --- /dev/null +++ b/data/assets/ICON/GRADIENT WHITE M_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ecaac3738288b02baef4b436d0e4714bbc03db6e9088e6396a01a7a168d76c +size 53232 diff --git a/data/assets/LOGO/FLAT BLUE 1 TM_MOTIA.png b/data/assets/LOGO/FLAT BLUE 1 TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..3cca9a9350446023ab40497f51dd941d66410642 --- /dev/null +++ b/data/assets/LOGO/FLAT BLUE 1 TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464240548bc3858923bd6700f41b4f1a0c801c7bd60b1680910b0ddc976b5eed +size 39313 diff --git a/data/assets/LOGO/FLAT BLUE 1_MOTIA.png b/data/assets/LOGO/FLAT BLUE 1_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..90c81dac8d6098f2a91a9016cb899d7747ae1e82 --- /dev/null +++ b/data/assets/LOGO/FLAT BLUE 1_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c904eaae3855fdaea63e43c6d47d5daf1a31bdf51451b019d27c7422c6fcb3be +size 38389 diff --git a/data/assets/LOGO/FLAT BLUE 2 TM_MOTIA.png b/data/assets/LOGO/FLAT BLUE 2 TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..0050f4f1e10ddb187d83205566e1152b3fe75fb5 --- /dev/null +++ b/data/assets/LOGO/FLAT BLUE 2 TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd1fb06694fb3086e83227e4bd18a95b3ea0e8e149b516264824f25c61e4d1f +size 38629 diff --git a/data/assets/LOGO/FLAT BLUE 2_MOTIA.png b/data/assets/LOGO/FLAT BLUE 2_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..ee169595d793e5ac4c465488bf985c596911b269 --- /dev/null +++ b/data/assets/LOGO/FLAT BLUE 2_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3d7cc54a0b707b97c31a1927e005944773ed5c7a8fb7980dd649cd2d8ca993 +size 37393 diff --git a/data/assets/LOGO/FLAT WHITE TM_MOTIA.png b/data/assets/LOGO/FLAT WHITE TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4be313ea8d66b146ade3605db1cad4bcdb06fb --- /dev/null +++ b/data/assets/LOGO/FLAT WHITE TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d259f725ef45331443f21b168644815e75d580b6aeac74bc27107795b4f98a +size 38170 diff --git a/data/assets/LOGO/FLAT WHITE_MOTIA.png b/data/assets/LOGO/FLAT WHITE_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..296abf173abc663cccf9b2c60569bf291f36b9c3 --- /dev/null +++ b/data/assets/LOGO/FLAT WHITE_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285f076b5daed3c1da0eb611d466f28e37c249d5a19731237bd11ee395d32b67 +size 36876 diff --git a/data/assets/LOGO/GRADIENT BLUE 2 TM_MOTIA.png b/data/assets/LOGO/GRADIENT BLUE 2 TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6ec09fe8ec61751852fe87578f219ef2af97d4 --- /dev/null +++ b/data/assets/LOGO/GRADIENT BLUE 2 TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acb4ebf22b6090b0186dd202c5eeac4e51b555a095029dd0acb0de4d1d8035a +size 68213 diff --git a/data/assets/LOGO/GRADIENT BLUE 2_MOTIA.png b/data/assets/LOGO/GRADIENT BLUE 2_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..327d5d2345ba608deed54029955f83e22fef3744 --- /dev/null +++ b/data/assets/LOGO/GRADIENT BLUE 2_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dc41ada100a0b7465698133ef2f2a5c3a7b51cfccb30a9e6b7381310b873db +size 67554 diff --git "a/data/assets/LOGO/GRADIENT BLUE c\303\263pia_MOTIA.png" "b/data/assets/LOGO/GRADIENT BLUE c\303\263pia_MOTIA.png" new file mode 100644 index 0000000000000000000000000000000000000000..e0dc9e76e277670609e0fd0b18fef774734ac57f --- /dev/null +++ "b/data/assets/LOGO/GRADIENT BLUE c\303\263pia_MOTIA.png" @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46956262db4989efe24be712e04d5b570a63df9e1bddcc0a15ba784b7f7474ab +size 69091 diff --git a/data/assets/LOGO/GRADIENT BLUE_MOTIA.png b/data/assets/LOGO/GRADIENT BLUE_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..2ede7c91c2e297f71fe64e42f0b618278b06b9f8 --- /dev/null +++ b/data/assets/LOGO/GRADIENT BLUE_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de052f9cbe527e9245baad387d27a0ccf488bbe70374ffd7b2df8feaf3679c22 +size 67273 diff --git a/data/assets/LOGO/GRADIENT WHITE TM_MOTIA.png b/data/assets/LOGO/GRADIENT WHITE TM_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..58e83ccf1b5e666662604da343dc335c5929821c --- /dev/null +++ b/data/assets/LOGO/GRADIENT WHITE TM_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02ce738116192f37193b485ce22fcc8536299bcbd234883bde0f0384bd2b59d +size 85498 diff --git a/data/assets/LOGO/GRADIENT WHITE_MOTIA.png b/data/assets/LOGO/GRADIENT WHITE_MOTIA.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d8ab86d6ffb2d80ca8a14e8ea9e0cf2f1e0a19 --- /dev/null +++ b/data/assets/LOGO/GRADIENT WHITE_MOTIA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066f6f2989771924ce2d996d0327bb814a047b5a15d1c063990faa318be06749 +size 84566 diff --git a/data/assets/Motia_Github_Repository_GIF.gif b/data/assets/Motia_Github_Repository_GIF.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe98b55be7f532670ca1c082da0e0669c4ad5329 --- /dev/null +++ b/data/assets/Motia_Github_Repository_GIF.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26861dc63eb246532bf577432fa111d8f8dc3c87f7bb97a3ff0c54ae42237f7 +size 649537 diff --git a/data/assets/architecture-old.gif b/data/assets/architecture-old.gif new file mode 100644 index 0000000000000000000000000000000000000000..0a5b06bb65e1bcc284de78209cb2fd0991c1c1ad --- /dev/null +++ b/data/assets/architecture-old.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378f3849a335578edcc006da132550fe2dc428ced5452f30f68761052a780a9 +size 13770361 diff --git a/data/assets/examples/eval-agent.png b/data/assets/examples/eval-agent.png new file mode 100644 index 0000000000000000000000000000000000000000..274f0355464a3a5e312a1d23fb7cb1b030a8c930 --- /dev/null +++ b/data/assets/examples/eval-agent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5839f87c5c155e41f5d4281295d0c444933dcf2f36427ae6a9520b7c585d0b44 +size 385846 diff --git a/data/assets/examples/finance-agent.png b/data/assets/examples/finance-agent.png new file mode 100644 index 0000000000000000000000000000000000000000..608e0394c15202c50b50016e277f69d8d7627789 --- /dev/null +++ b/data/assets/examples/finance-agent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0432cb55579adee91dc7a151b250d8c50fc5351b72f18636dc29507cd0af8be3 +size 188394 diff --git a/data/assets/examples/generate-image.png b/data/assets/examples/generate-image.png new file mode 100644 index 0000000000000000000000000000000000000000..5f56970571c3193dd1ec5ae95ace8028835aed81 --- /dev/null +++ b/data/assets/examples/generate-image.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5e1e3bb206f96a61a1d4b3cc1139de944436064f78aea91a0ea721f390b62f +size 409767 diff --git a/data/assets/examples/github-issue-management.png b/data/assets/examples/github-issue-management.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf95ef514386a4ece675e35fecd6603c1b3f27a --- /dev/null +++ b/data/assets/examples/github-issue-management.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53627071c7392bdaa4779bfce41c3dabb398a5a2280acc56bd0534be8cae0965 +size 488466 diff --git a/data/assets/examples/github-pr-management.png b/data/assets/examples/github-pr-management.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2b2d6933915e82b6a9f709cbb72dc4ebc7e937 --- /dev/null +++ b/data/assets/examples/github-pr-management.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2ecd3aa1ad8eeaf4f3c470c9a97e54dce8a5129cd757f2b634d28d0b54a8a8 +size 452983 diff --git a/data/assets/examples/gmail-flow.png b/data/assets/examples/gmail-flow.png new file mode 100644 index 0000000000000000000000000000000000000000..da5065e0012aee42ef0c6a9853f7c66025f7fc0d --- /dev/null +++ b/data/assets/examples/gmail-flow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f31ca306bd5020553eaf7bfb9b7b85639304edddec298f526a985165326505b +size 704611 diff --git a/data/assets/examples/parse-embed-rag.png b/data/assets/examples/parse-embed-rag.png new file mode 100644 index 0000000000000000000000000000000000000000..7eac10ab8ad63201d87dbdfb1753cbde3a9bef05 --- /dev/null +++ b/data/assets/examples/parse-embed-rag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06859b83bec69ec8e143af32a593ce278024f928e45edd2cef6bfe0cc4f2e470 +size 445021 diff --git a/data/assets/examples/trello-manager.png b/data/assets/examples/trello-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..1472b9e2ef6416749cb2fe343590d12ea3986e4a --- /dev/null +++ b/data/assets/examples/trello-manager.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a306792bf6c90b214298ca38acce7a5907f918bc48e0085a14af8778959a22 +size 371035 diff --git a/data/assets/flow.png b/data/assets/flow.png new file mode 100644 index 0000000000000000000000000000000000000000..32d6e954c078fd261ba7fda5a9bf7d6351dc887a --- /dev/null +++ b/data/assets/flow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631bd9945c2e3737efa06b30fd069949917312cfcb909c2f7de7a7dc298acfd0 +size 351071 diff --git a/data/assets/github-readme-banner.gif b/data/assets/github-readme-banner.gif new file mode 100644 index 0000000000000000000000000000000000000000..47380184239c722034e5cd812b5dd9b3af9c7eeb --- /dev/null +++ b/data/assets/github-readme-banner.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823d7055d703f6ef5e9e7f9d1b76eb4d2730edb9167472bb98432d757dd3d98b +size 4310522 diff --git a/data/assets/github-readme-banner.png b/data/assets/github-readme-banner.png new file mode 100644 index 0000000000000000000000000000000000000000..c2044d4cfe036409ca74a539c6265a637662c611 --- /dev/null +++ b/data/assets/github-readme-banner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132b75892b5c6cb5404969ef4633167dd110cc55b561b893f8eba81cba59a388 +size 675027 diff --git a/data/assets/gmail-example.png b/data/assets/gmail-example.png new file mode 100644 index 0000000000000000000000000000000000000000..7acc0fc97d1e80c1611c256494e3efd717624ca8 --- /dev/null +++ b/data/assets/gmail-example.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d56046f6cb4c03ccdddc25e347c8401927af6958d69adc57a7e6c232ecc238 +size 291697 diff --git a/data/assets/icon.png b/data/assets/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbe1deb56a35eb5dbeb34c8e241a4c8ba1f6695 --- /dev/null +++ b/data/assets/icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e36dfa46d562b50467fbc3a966f73527f0e471a335a5272dede8956e64dbd73 +size 10635 diff --git a/data/assets/icons/PNG/BLUE GRADIENT TM_M.png b/data/assets/icons/PNG/BLUE GRADIENT TM_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0d065071b2fb69ebae30afa5d23845fd07c64427 --- /dev/null +++ b/data/assets/icons/PNG/BLUE GRADIENT TM_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc20a6e71c77778d39201ce280ee5c66d6022064634c575e274578ffe92888b6 +size 42501 diff --git a/data/assets/icons/PNG/BLUE GRADIENT_M.png b/data/assets/icons/PNG/BLUE GRADIENT_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f824ab390dba02a85788eca32439166b9bd345 --- /dev/null +++ b/data/assets/icons/PNG/BLUE GRADIENT_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b488396cdfa60622c37c080832d69f2cee11da6464f0d8e954cf3d5f91a420b0 +size 40936 diff --git a/data/assets/icons/PNG/DARK BLUE TM_M.png b/data/assets/icons/PNG/DARK BLUE TM_M.png new file mode 100644 index 0000000000000000000000000000000000000000..73b98c2bc95e4f06fdeda7e45085d1b923984499 --- /dev/null +++ b/data/assets/icons/PNG/DARK BLUE TM_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0dc6a1129877e0c0674f47456ab1f0071f0688dd1ae8d926e41e2689282a73 +size 12097 diff --git a/data/assets/icons/PNG/DARK BLUE_M.png b/data/assets/icons/PNG/DARK BLUE_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6575ed7a529a303643055fb700902063526f03 --- /dev/null +++ b/data/assets/icons/PNG/DARK BLUE_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99705621e3795edeb5c876778d84e70cef120d3b3865d23230cb6de51eaef1b5 +size 10829 diff --git a/data/assets/icons/PNG/LIGHT BLUE TM_M.png b/data/assets/icons/PNG/LIGHT BLUE TM_M.png new file mode 100644 index 0000000000000000000000000000000000000000..02d618c4addb56aa643bc01e768318d74222b592 --- /dev/null +++ b/data/assets/icons/PNG/LIGHT BLUE TM_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e157994a066d9e3efe706095375ac5579412385f78bfc15c8da96abe7580dcc3 +size 11822 diff --git a/data/assets/icons/PNG/LIGHT BLUE_M.png b/data/assets/icons/PNG/LIGHT BLUE_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d28042432c33cb5a51a496c11c9a0ab8693861e3 --- /dev/null +++ b/data/assets/icons/PNG/LIGHT BLUE_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27eb8248d836fd73808c0f99d619e6634f5ab3389b0f4e77060195ed5afb0ceb +size 10696 diff --git a/data/assets/icons/PNG/WHITE GRADIENT TM_M.png b/data/assets/icons/PNG/WHITE GRADIENT TM_M.png new file mode 100644 index 0000000000000000000000000000000000000000..e970d766f79f3b1cc28ab4ab71aa31033cd0cb87 --- /dev/null +++ b/data/assets/icons/PNG/WHITE GRADIENT TM_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803772cb8d8ab07c49c347ad6023bdf44376a3ae23d2ab244b87f32248e7c63d +size 52388 diff --git a/data/assets/icons/PNG/WHITE GRADIENT_M.png b/data/assets/icons/PNG/WHITE GRADIENT_M.png new file mode 100644 index 0000000000000000000000000000000000000000..11edf22092ea59a9408aaeb16d995779b637afaa --- /dev/null +++ b/data/assets/icons/PNG/WHITE GRADIENT_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50a9c2ae4d4eaacb1f6c59022a99e0e4a40062350cf393be0c661f1abe86365 +size 50624 diff --git a/data/assets/icons/PNG/WHITE TM_M.png b/data/assets/icons/PNG/WHITE TM_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6293b00e6134d2cd00ea27ee4453bf960a45f015 --- /dev/null +++ b/data/assets/icons/PNG/WHITE TM_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb626e4871bf7e077d81307e7105dd467bb8084ff70da0e4be78170836e41ef8 +size 11896 diff --git a/data/assets/icons/PNG/WHITE_M.png b/data/assets/icons/PNG/WHITE_M.png new file mode 100644 index 0000000000000000000000000000000000000000..44b33eee4e0f0dd395420c78d13b2a07ab94dcc7 --- /dev/null +++ b/data/assets/icons/PNG/WHITE_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22bf5fdcbcfe3d906d25e0d5e3bb78a113f2d61de96513bd344a656581d5e28 +size 10858 diff --git a/data/assets/icons/SVG/BLUE GRADIENT TM_M.svg b/data/assets/icons/SVG/BLUE GRADIENT TM_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..6aa3aa0731c2bd5ec2cb32ac380b435501e0b7cf --- /dev/null +++ b/data/assets/icons/SVG/BLUE GRADIENT TM_M.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/BLUE GRADIENT_M.svg b/data/assets/icons/SVG/BLUE GRADIENT_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..e94caf475db8b6819709005d1e9b4704faaab0c8 --- /dev/null +++ b/data/assets/icons/SVG/BLUE GRADIENT_M.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/DARK BLUE TM_M.svg b/data/assets/icons/SVG/DARK BLUE TM_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..80afcadc3a0595a497950d11f27dfbdeffc2be8b --- /dev/null +++ b/data/assets/icons/SVG/DARK BLUE TM_M.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/DARK BLUE_M.svg b/data/assets/icons/SVG/DARK BLUE_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..7686bbe87cbe8e76e4de75e6875df616987042ea --- /dev/null +++ b/data/assets/icons/SVG/DARK BLUE_M.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/LIGHT BLUE TM_M.svg b/data/assets/icons/SVG/LIGHT BLUE TM_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..813e2bfc82a25814676c286be7427509b9bb6df5 --- /dev/null +++ b/data/assets/icons/SVG/LIGHT BLUE TM_M.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/LIGHT BLUE_M.svg b/data/assets/icons/SVG/LIGHT BLUE_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..b86d0a763ca140e47574bb7da024003f2c86fd9c --- /dev/null +++ b/data/assets/icons/SVG/LIGHT BLUE_M.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/WHITE GRADIENT TM_M.svg b/data/assets/icons/SVG/WHITE GRADIENT TM_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..dd98daeffed8d456f97e6af093c86112f7c608a3 --- /dev/null +++ b/data/assets/icons/SVG/WHITE GRADIENT TM_M.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/WHITE GRADIENT_M.svg b/data/assets/icons/SVG/WHITE GRADIENT_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..a90266f677eb51279bf9dee2f6ecd2c4d1266bd0 --- /dev/null +++ b/data/assets/icons/SVG/WHITE GRADIENT_M.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/WHITE TM_M.svg b/data/assets/icons/SVG/WHITE TM_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e5285fe4cb022be5e739c400d525749df574491 --- /dev/null +++ b/data/assets/icons/SVG/WHITE TM_M.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/icons/SVG/WHITE_M.svg b/data/assets/icons/SVG/WHITE_M.svg new file mode 100644 index 0000000000000000000000000000000000000000..8fa56a827d5fbacd99d492b273d6299bbed265cc --- /dev/null +++ b/data/assets/icons/SVG/WHITE_M.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/data/assets/logo.png b/data/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbe1deb56a35eb5dbeb34c8e241a4c8ba1f6695 --- /dev/null +++ b/data/assets/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e36dfa46d562b50467fbc3a966f73527f0e471a335a5272dede8956e64dbd73 +size 10635 diff --git a/data/assets/motia-architecture-with-bg.png b/data/assets/motia-architecture-with-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..b009f1d8edc9b6565a598abe590b02edbcda47b4 --- /dev/null +++ b/data/assets/motia-architecture-with-bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29720f7c1f881249ff74f94a713618d1dfa4d46d9f4ac702c9b9ef9acc81aeb +size 1109280 diff --git a/data/assets/motia-architecture.png b/data/assets/motia-architecture.png new file mode 100644 index 0000000000000000000000000000000000000000..be692744b8a42b87cded956fd57b82579922c9aa --- /dev/null +++ b/data/assets/motia-architecture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602b505c5b3c5d52c6b4db06b27d8a83557327214c58994308685f3b5e949295 +size 1249725 diff --git a/data/assets/motia-logo-dark-spaced.png b/data/assets/motia-logo-dark-spaced.png new file mode 100644 index 0000000000000000000000000000000000000000..90c81dac8d6098f2a91a9016cb899d7747ae1e82 --- /dev/null +++ b/data/assets/motia-logo-dark-spaced.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c904eaae3855fdaea63e43c6d47d5daf1a31bdf51451b019d27c7422c6fcb3be +size 38389 diff --git a/data/assets/motia-logo-dark.png b/data/assets/motia-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d75d71cb1aba2f996ec865b30f01064adbe0a5ae --- /dev/null +++ b/data/assets/motia-logo-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f867360bf4a6d45bd241d5a8e15360616d53bf732b1a17dcf590eadc1445a489 +size 67656 diff --git a/data/assets/motia-logo-light-spaced.png b/data/assets/motia-logo-light-spaced.png new file mode 100644 index 0000000000000000000000000000000000000000..ee169595d793e5ac4c465488bf985c596911b269 --- /dev/null +++ b/data/assets/motia-logo-light-spaced.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3d7cc54a0b707b97c31a1927e005944773ed5c7a8fb7980dd649cd2d8ca993 +size 37393 diff --git a/data/assets/motia-logo-light.png b/data/assets/motia-logo-light.png new file mode 100644 index 0000000000000000000000000000000000000000..9a33bc3291cb4be9242d755ac32e40414cea8a98 --- /dev/null +++ b/data/assets/motia-logo-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258a5656e1645d6643b4cd220f8c59eb11f76f180a094c852f46b7b030400b31 +size 37288 diff --git a/data/assets/motia-terminal.gif b/data/assets/motia-terminal.gif new file mode 100644 index 0000000000000000000000000000000000000000..3392d4838d6182033f54efaa6b2ca145e928dcf4 --- /dev/null +++ b/data/assets/motia-terminal.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1519f832bb4f4e8c9451b3273d923e6d6ceb2fca52e1e98d4bfb5214a9bbac +size 12359852 diff --git a/data/assets/new-workbench.png b/data/assets/new-workbench.png new file mode 100644 index 0000000000000000000000000000000000000000..3cec9f4ce88f76a28b4ea68f433b591d8ff14adb --- /dev/null +++ b/data/assets/new-workbench.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd7934367f9ab84c60a2cf2079f46f7a93deb909117a1919956b330a2cb533 +size 402258 diff --git a/data/assets/old-discarded-logo-dark.png b/data/assets/old-discarded-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0f1789ad737952b516efc1e64df694ca5fbd08 --- /dev/null +++ b/data/assets/old-discarded-logo-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d21f2f4d215c3119bc01bf3cb6abb44c3e43e928df6428c7e86b0f19437a906 +size 40419 diff --git a/data/assets/old-discarded-logo-light.png b/data/assets/old-discarded-logo-light.png new file mode 100644 index 0000000000000000000000000000000000000000..a13e030acb38a99011d4a6ec9b5c608be84afbb9 --- /dev/null +++ b/data/assets/old-discarded-logo-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc56ac46a3405210bb4cb4aa54720d3c805621243614c96382a34b026a273cd +size 39768 diff --git a/data/compose.yml b/data/compose.yml new file mode 100644 index 0000000000000000000000000000000000000000..31409ed513987d5333fe79793a4e5ac09d2833ab --- /dev/null +++ b/data/compose.yml @@ -0,0 +1,13 @@ +version: '3.8' + +services: + redis-stack: + image: redis/redis-stack:latest + container_name: redis-stack + ports: + - "6379:6379" + - "8001:8001" # For RedisStack GUI (optional) + environment: + - REDIS_ARGS=--requirepass pingpong + command: sh -c "redis-stack-server $REDIS_ARGS" + restart: unless-stopped \ No newline at end of file diff --git a/data/contributors/architecture/deploy/DEPLOY_DIAGRAM.md b/data/contributors/architecture/deploy/DEPLOY_DIAGRAM.md new file mode 100644 index 0000000000000000000000000000000000000000..1ee4497ba0d99b8ea23831cdae867144822b8d90 --- /dev/null +++ b/data/contributors/architecture/deploy/DEPLOY_DIAGRAM.md @@ -0,0 +1,152 @@ +# Deploy Flow Diagram - Motia Framework + +```mermaid +graph TD + A[Developer pushes tag v*] --> B[deploy.yml] + + B --> C{Build & Publish Pre-release} + C -->|Success| D[Trigger e2e-tests.yml] + C -->|Failure| X[❌ Deploy Failed] + + D --> E{Run E2E Tests} + E -->|✅ Pass| F[Trigger finalize-release.yml] + E -->|❌ Fail| G[Trigger rollback-release.yml] + + F --> H[Promote to Latest Tag] + H --> I[Generate Changelog] + I --> J[Create GitHub Release] + J --> K[✅ Deploy Complete] + + G --> L[Remove Pre-release Packages] + L --> M[Delete Git Tag] + M --> N[Create Failure Issue] + N --> O[❌ Deploy Rolled Back] + + style A fill:#e1f5fe + style B fill:#f3e5f5 + style D fill:#f3e5f5 + style F fill:#f3e5f5 + style G fill:#f3e5f5 + style K fill:#e8f5e8 + style O fill:#ffebee + style X fill:#ffebee +``` + +## Detailed Flow by Workflow + +### 1. Deploy Release (deploy.yml) +```mermaid +graph LR + A[Tag Push] --> B[Extract Version] + B --> C[Setup Environment] + C --> D[Build Packages] + D --> E[Publish Pre-release] + E --> F[Trigger E2E Tests] +``` + +### 2. E2E Tests (e2e-tests.yml) +```mermaid +graph LR + A[Triggered by Deploy] --> B[Install Pre-release] + B --> C[Run Playwright Tests] + C --> D{Tests Result} + D -->|Pass| E[Trigger Finalize] + D -->|Fail| F[Trigger Rollback] + C --> G[Upload Artifacts] +``` + +### 3A. Finalize Release (finalize-release.yml) +```mermaid +graph LR + A[E2E Tests Passed] --> B[Promote to Latest] + B --> C[Remove Pre-release Tags] + C --> D[Generate Changelog] + D --> E[Create GitHub Release] + E --> F[Commit Version Changes] +``` + +### 3B. Rollback Release (rollback-release.yml) +```mermaid +graph LR + A[E2E Tests Failed] --> B[Unpublish Packages] + B --> C[Remove NPM Tags] + C --> D[Delete Git Tag] + D --> E[Download Test Artifacts] + E --> F[Create Failure Issue] +``` + +## NPM Package States + +```mermaid +stateDiagram-v2 + [*] --> Development + Development --> PreRelease: git tag v* + PreRelease --> Latest: E2E Tests Pass + PreRelease --> Removed: E2E Tests Fail + Latest --> [*]: Stable Release + Removed --> [*]: Rollback Complete + + note right of PreRelease + Packages tagged as + "pre-release" on NPM + end note + + note right of Latest + Packages promoted to + "latest" tag on NPM + end note +``` + +## Typical Timeline + +```mermaid +gantt + title Deploy Timeline + dateFormat X + axisFormat %M:%S + + section Deploy + Build & Publish Pre-release :deploy, 0, 3 + + section Testing + E2E Tests Execution :test, after deploy, 15 + + section Success Path + Promote to Latest :promote, after test, 2 + Generate Changelog :changelog, after promote, 1 + Create GitHub Release :release, after changelog, 1 + + section Failure Path + Rollback Process :crit, rollback, after test, 3 +``` + +## Decision Points + +```mermaid +flowchart TD + A[Start Deploy] --> B{Build Success?} + B -->|No| C[❌ Stop - Build Failed] + B -->|Yes| D[Publish Pre-release] + + D --> E{E2E Tests Pass?} + E -->|No| F[🔄 Rollback] + E -->|Yes| G[📦 Finalize Release] + + F --> H[Remove Packages] + F --> I[Create Issue] + F --> J[❌ Deploy Failed] + + G --> K[Promote to Latest] + G --> L[Create Release] + G --> M[✅ Deploy Success] +``` + +## Legend + +- 🟢 **Success**: Process completed successfully +- 🔴 **Failure**: Process failed, rollback required +- 🟡 **In Progress**: Process executing +- 🔄 **Rollback**: Reverting changes +- 📦 **NPM**: Package operations +- 🏷️ **Git**: Tag/release operations +- 🧪 **Test**: Test execution \ No newline at end of file diff --git a/data/contributors/architecture/deploy/DEPLOY_FLOW.md b/data/contributors/architecture/deploy/DEPLOY_FLOW.md new file mode 100644 index 0000000000000000000000000000000000000000..e93b41234f53b649d2bf122db294091e1a0a3626 --- /dev/null +++ b/data/contributors/architecture/deploy/DEPLOY_FLOW.md @@ -0,0 +1,193 @@ +# Deploy Flow - Motia Framework + +This document describes the complete automated deploy flow for the Motia framework. + +## Overview + +The deploy flow is divided into 3 main stages: + +1. **Build and Pre-Release** (`deploy.yml`) +2. **E2E Tests** (`e2e-tests.yml`) +3. **Finalization** (`finalize-release.yml`) or **Rollback** (`rollback-release.yml`) + +## Detailed Flow + +### 1. Initial Trigger +``` +git tag v1.0.0 +git push origin v1.0.0 +``` + +### 2. Deploy Release (deploy.yml) +**Trigger:** Push of tag `v*` + +**Actions:** +- Extract version from tag +- Build packages +- Publish to NPM with `pre-release` tag +- Trigger E2E tests workflow + +**Published packages:** +- `@motiadev/core@version` (tag: pre-release) +- `@motiadev/workbench@version` (tag: pre-release) +- `@motiadev/stream-client-browser@version` (tag: pre-release) +- `@motiadev/stream-client-react@version` (tag: pre-release) +- `motia@version` (tag: pre-release) +- `@motiadev/test@version` (tag: pre-release) + +### 3. E2E Tests (e2e-tests.yml) +**Trigger:** Triggered by deploy.yml + +**Actions:** +- Install pre-release versions +- Execute E2E tests with Playwright +- Upload test artifacts +- Trigger next step based on result + +**Scenarios:** +- ✅ **Success:** Triggers `finalize-release.yml` +- ❌ **Failure:** Triggers `rollback-release.yml` + +### 4A. Finalization (finalize-release.yml) +**Trigger:** E2E tests passed + +**Actions:** +- Promote packages to `latest` tag +- Remove `pre-release` tag +- Generate automatic changelog +- Create GitHub Release +- Commit version changes + +### 4B. Rollback (rollback-release.yml) +**Trigger:** E2E tests failed + +**Actions:** +- Remove pre-release packages from NPM +- Delete problematic Git tag +- Create failure issue on GitHub +- Download test artifacts for analysis + +## Workflow Structure + +``` +📁 .github/workflows/ +├── deploy.yml # Main workflow +├── e2e-tests.yml # End-to-end tests +├── finalize-release.yml # Release finalization +├── rollback-release.yml # Rollback in case of failure +├── motia.yml # CI/CD (quality checks) +└── wip-release.yml # Manual WIP releases +``` + +## NPM Tags + +### During Deploy +- `pre-release`: Version under test +- `latest`: Stable version (after tests) + +### Package States +```bash +# During E2E tests +npm install motia@1.0.0 --tag pre-release + +# After successful tests +npm install motia@1.0.0 # latest tag (default) +``` + +## Logs and Artifacts + +### Success +- ✅ GitHub Release created +- ✅ Packages promoted to `latest` +- ✅ Changelog generated automatically + +### Failure +- ❌ Issue created automatically +- ❌ Test artifacts preserved +- ❌ Pre-release packages removed +- ❌ Git tag removed + +## Verification Commands + +### Check deploy status +```bash +# List recent workflows +gh run list + +# View workflow details +gh run view + +# Download test artifacts +gh run download +``` + +### Check NPM packages +```bash +# View available tags +npm view motia dist-tags + +# View published versions +npm view motia versions --json +``` + +### Check GitHub releases +```bash +# List releases +gh release list + +# View release details +gh release view v1.0.0 +``` + +## Manual Recovery + +### If rollback fails +```bash +# Remove packages manually +npm unpublish motia@1.0.0 --force + +# Remove Git tag +git push --delete origin v1.0.0 +git tag -d v1.0.0 +``` + +### Restart deploy +```bash +# Create new tag +git tag v1.0.1 +git push origin v1.0.1 +``` + +## Required Configuration + +### GitHub Secrets +- `MOTIA_CI_APP_ID`: App ID for authentication +- `MOTIA_CI_APP_PRIVATE_KEY`: App private key +- `NPM_TOKEN`: Token for NPM publishing + +### Required Permissions +- `contents: write`: For tags and releases +- `packages: write`: For NPM publishing +- `actions: write`: For triggering workflows +- `issues: write`: For creating failure issues + +## Troubleshooting + +### E2E tests failing consistently +1. Check logs in `e2e-tests.yml` workflow +2. Download test artifacts +3. Run tests locally: + ```bash + cd packages/e2e + pnpm test:e2e + ``` + +### NPM publishing issues +1. Check NPM token +2. Check package permissions +3. Check if version already exists + +### Workflows not triggering +1. Check GitHub App permissions +2. Check trigger configuration +3. Check workflow logs \ No newline at end of file diff --git a/data/contributors/rfc/0000-00-00-template.md b/data/contributors/rfc/0000-00-00-template.md new file mode 100644 index 0000000000000000000000000000000000000000..d7ce8d401a47e4a871141a0558e416bfecb14504 --- /dev/null +++ b/data/contributors/rfc/0000-00-00-template.md @@ -0,0 +1,302 @@ +# RFC: [Feature Name/Title] + + + +## Status +- **RFC Date**: YYYY-MM-DD +- **Status**: Draft +- **Authors**: [Your Name] +- **Reviewers**: [Leave blank - will be assigned] + +## Summary + + + +[Provide a clear 2-3 sentence summary of your proposal here] + +## Background + + + +Currently, Motia [describe current state]... + +However, users face challenges with: +- [Problem 1 with specific examples] +- [Problem 2 with specific examples] +- [Problem 3 with specific examples] + +## Goals + +### Primary Goals + + +1. **[Goal 1]**: [Specific description of what success looks like] +2. **[Goal 2]**: [Specific description of what success looks like] +3. **[Goal 3]**: [Specific description of what success looks like] + +### Secondary Goals + + +1. **[Secondary Goal 1]**: [Description] +2. **[Secondary Goal 2]**: [Description] + +### Non-Goals + + +- [What this RFC explicitly does not address] +- [Related problems that will be solved separately] + +## Architecture Overview + + + +### High-Level System Architecture + +``` + +``` + +### Data Flow Architecture + +``` + +``` + +## Detailed Design + + + +### 1. Data Models + +```typescript +// Include TypeScript interfaces, types, or other code examples +// that show the structure of your solution + +interface ExampleInterface { + // Add detailed type definitions +} +``` + +### 2. API Design + + + +### 3. User Interface Changes + + + +### 4. Configuration + + + +## Examples + + + +### Example 1: [Scenario Name] + +```typescript +// Show code examples or configuration +``` + +### Example 2: [Another Scenario] + +``` +// Show command-line examples or API calls +``` + +## Integration Points + + + +### 1. [Existing Component/System 1] +- [How integration works] +- [Changes required] +- [Backward compatibility considerations] + +### 2. [Existing Component/System 2] +- [How integration works] +- [Changes required] + +## Technical Considerations + + + +### Performance Impact +- [Expected performance implications] +- [Benchmarks or estimates where available] +- [Mitigation strategies for any negative impacts] + +### Scalability Considerations +- [How the solution scales with usage] + +### Compatibility and Migration +- [Backward compatibility guarantees] +- [Breaking changes (if any)] +- [Migration path for existing users] +- [Deprecation timeline (if applicable)] + +### Risk Assessment +- [Potential failure scenarios and mitigation strategies] +- [Dependencies on other teams/systems] + +## Alternatives Considered + + + +### Alternative 1: [Approach Name] +- **Pros**: [Benefits of this approach] +- **Cons**: [Drawbacks of this approach] +- **Decision**: [Why this wasn't chosen] + +### Alternative 2: [Approach Name] +- **Pros**: [Benefits of this approach] +- **Cons**: [Drawbacks of this approach] +- **Decision**: [Why this wasn't chosen] + +## Testing Strategy + + + +### Unit Testing +- [Components that need unit tests] +- [Testing frameworks to use] + +### Integration Testing +- [Integration points to test] +- [Test scenarios and edge cases] + +### User Acceptance Testing +- [How success will be measured] +- [User feedback collection methods] + +## Success Metrics + + + +### Technical Success +- **[Performance Goal]**: [Target and measurement method] +- **[Quality Goal]**: [Target and measurement method] + +## Future Considerations + + + +- [Future enhancement 1] +- [Future enhancement 2] +- [Related work that might build on this] + +## Questions and Considerations + + + +- [Open question 1 for reviewers to consider] +- [Open question 2 for reviewers to consider] +- [Area where you'd like specific technical input] + +## Conclusion + + + +[Summarize the key benefits of your proposal and why it should be implemented] + +--- + +) before submitting +2. Replace [placeholder text] with actual content +3. Remove sections that don't apply to your proposal +4. Include diagrams and examples where helpful +5. Focus on clarity and concrete details +6. Consider both technical and non-technical reviewers +--> \ No newline at end of file diff --git a/data/contributors/rfc/2025-06-02-observability-system.md b/data/contributors/rfc/2025-06-02-observability-system.md new file mode 100644 index 0000000000000000000000000000000000000000..e86e281adf79cc5e3b0f9f0bd4475d227ccfe14a --- /dev/null +++ b/data/contributors/rfc/2025-06-02-observability-system.md @@ -0,0 +1,531 @@ +# RFC: Observability System for Motia Framework + +## Status +- **RFC Date**: 2025-06-02 +- **Status**: Implemented +- **Authors**: Ytallo Layon +- **Reviewers**: Motia Team + +## Summary + +This RFC proposes implementing an observability system for Motia that provides comprehensive tracing and real-time monitoring through an intuitive horizontal timeline interface. The system will enable users to track execution traces, monitor performance, and debug issues with detailed insights into their workflow executions, focusing on Motia-specific concepts like **States**, **Emit events**, **Streams**, and **step interactions** through a clean, horizontal visualization. + +## Background + +Currently, Motia provides basic logging capabilities through: +- Terminal-based logs during development +- Real-time log streaming in the Workbench +- Basic analytics tracking for internal telemetry + +However, users lack intuitive observability into their workflow executions, making it difficult to: +- Debug complex multi-step workflows in a visual timeline +- Monitor performance bottlenecks across state and stream operations +- Track execution patterns and event flow between steps +- Understand system behavior with clear step-by-step progression +- Trace how events propagate through steps horizontally over time + +## Goals + +### Primary Goals +1. **Horizontal Timeline Visualization**: Intuitive left-to-right timeline showing step execution over time +2. **Comprehensive Trace Tracking**: Track execution traces with clean step-by-step progression +3. **Cross-Trace Correlation**: Link related traces across multiple triggers for logical flow visualization +4. **Motia Operations Monitoring**: Track state, emit, and stream operations within each step +5. **Real-time Flow Status**: Live status indicators in the Workbench showing active executions +6. **Enhanced Logging Integration**: Leverage existing logging infrastructure with structured events +7. **Persistent Trace Storage**: Store recent traces (last 50) with efficient retrieval +8. **Clean UI Experience**: Horizontal timeline with operation badges and intuitive navigation +9. **Performance Insights**: Timing and duration metrics for steps and operations +10. **Search and Filter**: Find traces by step, state key, event topic, flow name, or correlation ID + +### Secondary Goals +1. **Minimal Performance Impact**: Lightweight tracking through enhanced logging +2. **Developer Experience**: Intuitive interfaces for monitoring and debugging +3. **Extensibility**: Design for future enhancements and integrations +4. **Mobile Responsive**: Adaptive design for different screen sizes + +## Cross-Trace Correlation: Critical Requirement + +### The Challenge + +Real-world workflows often involve **multiple related executions** that form a single logical business process, but individual traces don't capture these relationships: + +#### Problem Scenarios +1. **Chat Threads**: Each message creates a separate API trace, but they're all part of one conversation +2. **Mixed API/Event Flows**: Initial API → background processing → external input → continuation API → completion +3. **User Sessions**: Multiple interactions across different endpoints that belong to the same user journey +4. **Order Processing**: Payment confirmation, inventory updates, shipping notifications - all separate triggers, one logical order + +### Required Solution +``` +✅ Required: Correlated Logical Flows +Chat Thread → [Trace A] → [Trace B] → [Trace C] + └─────── All part of same conversation ──────┘ + +Order Flow → [API: Create] → [Event: Process] → [API: Confirm] → [Event: Ship] + └─────────── Complete business process visibility ────────────┘ +``` + +### Correlation Strategies + +#### 1. Automatic Correlation +- **State-based**: Auto-detect traces using similar state key patterns +- **Event-based**: Link traces through shared event topics and data +- **Temporal**: Connect traces with logical timing relationships + +#### 2. Manual Correlation +- **Context API**: `await context.correlate('business_process_id')` +- **HTTP Headers**: `X-Motia-Correlation-Id` for API calls + +#### 3. Logical Flow Visualization +``` +Chat Session: user_123_thread_abc (3 traces, 2 min duration) +├─ Trace 1: "Hello, weather?" (✓ 150ms) - 2 min ago +│ └─ get-weather → format-response → send-reply +├─ ⏱️ [Gap: 45s - user thinking] +├─ Trace 2: "What about tomorrow?" (✓ 200ms) - 1 min ago +│ └─ get-context → get-forecast → format-response +└─ Trace 3: "Thanks!" (🔄 running) - 10s ago + └─ process-gratitude → [running] +``` + +## Architecture Overview + +### High-Level System Architecture + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ Motia Core System │ +├─────────────────────────────────────────────────────────────────┤ +│ │ +│ ┌─────────────────┐ ┌──────────────────┐ ┌────────────┐ │ +│ │ Enhanced │───►│ Trace Builder │───►│ Trace │ │ +│ │ Logging │ │ Service │ │ Storage │ │ +│ │ (call-step) │ │ │ │(In-Memory) │ │ +│ └─────────────────┘ └──────────────────┘ └────────────┘ │ +│ │ │ │ │ +│ ▼ ▼ ▼ │ +│ ┌─────────────────┐ ┌──────────────────┐ ┌────────────┐ │ +│ │ Structured │ │ Real-time │ │ Workbench │ │ +│ │ Log Events │ │ Updates │ │ API │ │ +│ └─────────────────┘ └──────────────────┘ └────────────┘ │ +└─────────────────────────────────────────────────────────────────┘ + │ + ▼ +┌─────────────────────────────────────────────────────────────────┐ +│ Workbench UI Layer │ +│ ┌─────────────┐ ┌─────────────────┐ ┌─────────────────────┐ │ +│ │ Traces List │ │ Horizontal │ │ Real-time Flow │ │ +│ │ Page │ │ Timeline │ │ Status │ │ +│ └─────────────┘ └─────────────────┘ └─────────────────────┘ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +### Data Flow Architecture + +``` +┌─────────────────┐ +│ Step Execution │ +│ (any step) │ +└─────┬───────────┘ + │ + ▼ +┌─────────────────┐ ┌──────────────────┐ +│ Enhanced Logger │────►│ ObservabilityEvent│ +│ (logEvent) │ │ - step_start │ +└─────────────────┘ │ - step_end │ + │ │ - state_op │ + │ │ - emit_op │ + │ │ - stream_op │ + ▼ └──────────────────┘ +┌─────────────────┐ │ +│ Log Stream │◄─────────────┘ +│ (existing) │ +└─────┬───────────┘ + │ + ▼ +┌─────────────────┐ ┌──────────────────┐ +│ TraceBuilder │────►│ Trace │ +│ Service │ │ - id │ +│ (aggregator) │ │ - steps[] │ +└─────────────────┘ │ - metadata │ + │ └──────────────────┘ + ▼ │ +┌─────────────────┐ │ +│ In-Memory │◄─────────────┘ +│ Trace Cache │ +└─────┬───────────┘ + │ + ▼ +┌─────────────────┐ ┌──────────────────┐ +│ API Endpoints │────►│ UI Components │ +│ /motia/traces │ │ - TracesPage │ +│ /motia/traces/:id│ │ - Timeline │ +└─────────────────┘ │ - FlowStatus │ + └──────────────────┘ +``` + +## Core Design Components + +### 1. Data Models + +#### Trace Structure +```typescript +interface Trace { + id: string + correlationId?: string // Links related traces across triggers + parentTraceId?: string // For child/continuation traces + flowName: string + status: 'running' | 'completed' | 'failed' + startTime: number + duration?: number + entryPoint: { type: 'api' | 'cron' | 'event', stepName: string } + steps: Step[] + metadata: { + totalSteps: number, + completedSteps: number, + errorCount: number, + traceIndex?: number, // Position in logical flow sequence + isChildTrace?: boolean, // Indicates continuation of another trace + correlationContext?: any // Additional correlation metadata + } +} + +interface Step { + name: string + status: 'waiting' | 'running' | 'completed' | 'failed' + startTime?: number + duration?: number + operations: { state: number, emit: number, stream: number } + error?: { message: string, code?: string | number } +} +``` + +#### Trace Group Structure +```typescript +interface TraceGroup { + id: string // Unique identifier (same as correlationId) + correlationId: string // Primary correlation identifier + name: string // Business process name (e.g., "Chat Thread", "Order Processing") + status: 'active' | 'completed' | 'failed' | 'stalled' + startTime: number + lastActivity: number + totalDuration?: number + traces: Trace[] // All related traces in chronological order + metadata: { + totalTraces: number, + completedTraces: number, + activeTraces: number, + totalSteps: number, + averageStepDuration: number, + gapsCount: number, // Number of waiting periods between traces + totalGapDuration: number // Total time spent waiting between traces + } +} +``` + +#### Enhanced Log Event Structure +```typescript +interface ObservabilityEvent extends Log { + eventType: 'step_start' | 'step_end' | 'state_op' | 'emit_op' | 'stream_op' + | 'correlation_start' | 'correlation_continue' // 🆕 Correlation events + traceId: string + correlationId?: string // 🆕 Links to logical flow + parentTraceId?: string // 🆕 For trace relationships + stepName: string + duration?: number + metadata?: { + operation?: 'get' | 'set' | 'delete' | 'clear' + key?: string + topic?: string + streamName?: string + success?: boolean + correlationContext?: any // 🆕 Additional correlation data + correlationMethod?: 'automatic' | 'manual' | 'state-based' | 'event-based' // 🆕 + } +} +``` + +## Observability Output Example + +### Example: User Registration Flow Execution + +When a user registration flow executes, the observability system will capture comprehensive data about each step and operation: + +#### Before Execution +``` +Flow: user-registration +Status: Not Started +Steps: 0/3 completed +``` + +#### During Execution - Step 1: validate-user +``` +Trace ID: trace_abc123_20241230_143052 +Flow: user-registration +Status: Running +Current Step: validate-user (started at 143:052ms) + +Step Operations: +├─ 🗄️ state.get('user.email') - 15ms ✓ +├─ 🗄️ state.set('validation.status', 'pending') - 8ms ✓ +├─ 🗄️ state.set('validation.result', validationData) - 12ms ✓ +└─ 📡 emit('user.validated', userData) → triggers save-user - 5ms ✓ + +Step Result: ✓ Completed in 95ms +Operations: 3 state, 1 emit, 0 stream +``` + +#### During Execution - Step 2: save-user +``` +Current Step: save-user (started at 143:147ms) + +Step Operations: +├─ 🗄️ state.get('validation.result') - 8ms ✓ +├─ 🌊 stream.set('users', userId, userData) - 45ms ✓ +├─ 🗄️ state.set('user.saved', true) - 10ms ✓ +└─ 📡 emit('user.saved', { userId, email }) → triggers send-email - 3ms ✓ + +Step Result: ✓ Completed in 155ms +Operations: 2 state, 1 emit, 1 stream +``` + +#### During Execution - Step 3: send-email +``` +Current Step: send-email (started at 143:302ms) + +Step Operations: +├─ 🗄️ state.get('user.saved') - 5ms ✓ +├─ 🌊 stream.set('email-queue', emailId, emailData) - 25ms ✓ +└─ 🗄️ state.set('email.queued', true) - 8ms ✓ + +Step Result: ✓ Completed in 75ms +Operations: 2 state, 0 emit, 1 stream +``` + +#### Final Observability Data Available +```json +{ + "id": "trace_abc123_20241230_143052", + "flowName": "user-registration", + "status": "completed", + "startTime": 1703943052000, + "duration": 325, + "entryPoint": { + "type": "api", + "stepName": "validate-user" + }, + "steps": [ + { + "name": "validate-user", + "status": "completed", + "startTime": 0, + "duration": 95, + "operations": { "state": 3, "emit": 1, "stream": 0 } + }, + { + "name": "save-user", + "status": "completed", + "startTime": 95, + "duration": 155, + "operations": { "state": 2, "emit": 1, "stream": 1 } + }, + { + "name": "send-email", + "status": "completed", + "startTime": 250, + "duration": 75, + "operations": { "state": 2, "emit": 0, "stream": 1 } + } + ], + "metadata": { + "totalSteps": 3, + "completedSteps": 3, + "errorCount": 0 + } +} +``` + +#### Timeline Visualization Available +``` +user-registration (✓ 325ms) - Started 2 minutes ago + +Time → 0ms 100ms 200ms 300ms 400ms + | | | | + ┌─────┐ + │█████│ validate-user ✓ 95ms + └──┬──┘ 🗄️(3) 📡(1) 🌊(0) + │ + ▼ + ┌──────────────┐ + │██████████████│ save-user ✓ 155ms + └──────┬───────┘ 🗄️(2) 📡(1) 🌊(1) + │ + ▼ + ┌─────────┐ + │█████████│ send-email ✓ 75ms + └─────────┘ 🗄️(2) 📡(0) 🌊(1) + +Total Operations: 7 state, 2 emit, 2 stream +Performance: All steps < 200ms ✓ +``` + +#### Available Analytics & Insights +- **Flow Performance**: 325ms total execution time +- **Step Breakdown**: validate-user (29%), save-user (48%), send-email (23%) +- **Operation Distribution**: 7 state operations, 2 emit operations, 2 stream operations +- **Bottleneck Identification**: save-user step took longest due to stream operation +- **Event Flow**: user.validated → user.saved (step-to-step communication tracked) +- **State Usage**: 4 unique state keys accessed across the flow +- **Stream Usage**: 2 streams utilized (users, email-queue) + +This comprehensive observability data enables developers to understand exactly what happened during the workflow execution, identify performance bottlenecks, debug issues, and optimize their flows. + +### 2. Horizontal Timeline Visualization + +#### Timeline Layout Concept +``` +Time → 0ms 100ms 250ms 400ms [ongoing] + | | | | +StepA [████] + | + ├─ 🗄️ StateOp(get): user.email (25ms) + ├─ 📡 EmitOp: user.validated → StepB + └─ ✓ Complete: 95ms + | + v +StepB [████████] + | | + ├─ 🗄️ StateOp(set): validation.result (15ms) + ├─ 🌊 StreamOp: users.create (35ms) + ├─ 📡 EmitOp: user.saved → StepC + └─ ✓ Complete: 155ms + | + v +StepC [██████] + | | + ├─ 🌊 StreamOp: emails.queue (20ms) + └─ ✓ Complete: 75ms +``` + +#### UI Component Architecture +``` +TracesPage +├── TracesList (1/3 width) +│ ├── TraceSearch +│ ├── TraceFilters +│ └── TraceItems[] +│ └── TraceListItem +│ ├── Status Indicator +│ ├── Duration & Steps +│ └── Flow Information +└── TraceTimeline (2/3 width) + ├── TimelineHeader + │ ├── TraceMetadata + │ └── TimeAxis + └── TimelineBody + └── StepRow[] + ├── StepLabel + ├── StepExecutionBar + ├── OperationBadges[] + └── DurationInfo +``` + +### 3. Real-time Integration Architecture + +#### Workbench Flow Status +``` +┌─────────────────────────────────────────────────────────────────┐ +│ User Registration Flow │ +├─────────────────────────────────────────────────────────────────┤ +│ │ +│ validate-user ────→ save-user ────→ send-email │ +│ 🟢 2 🟡 1 ⚪ 0 │ +│ (2 running) (1 running) (waiting) │ +│ │ +│ 📊 Live Stats: │ +│ • Active traces: 3 │ +│ • Avg duration: 245ms │ +│ • Success rate: 98.5% │ +│ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +#### Real-time Update Flow +``` +Step Execution + │ + ▼ +Enhanced Logging ─────► ObservabilityEvent + │ │ + ▼ ▼ +Log Stream ──────────► TraceBuilder + │ │ + ▼ ▼ +WebSocket ────────────► UI Updates + │ │ + ▼ ▼ +Live Status ──────────► Timeline Animation +``` + +## Integration Points + +### 1. Enhanced Logging Integration +- Extend existing `call-step-file.ts` with structured observability events +- Leverage current logging infrastructure without major changes +- Add operation tracking for state, emit, and stream operations +- Maintain backward compatibility with existing log systems + +### 2. TraceBuilder Service +- Aggregate log events into meaningful trace objects +- Maintain in-memory cache of recent traces (LRU eviction) +- Provide real-time updates via WebSocket integration +- Support filtering and search across trace data + +### 3. Workbench API Extensions +- Add `/motia/traces` endpoints for trace retrieval +- Integrate with existing Workbench authentication +- Provide real-time trace updates via WebSocket +- Support filtering by flow, status, step, and time range + +### 4. UI Component Integration +- New dedicated Traces page in Workbench navigation +- Real-time flow status overlay on existing flow visualizations +- Horizontal timeline component with responsive design +- Integration with existing Workbench design system + +## Technical Considerations + +### Performance Impact +- **Lightweight Logging**: Leverage existing logging infrastructure with minimal overhead +- **Efficient Aggregation**: Process log events asynchronously in background +- **Smart Rendering**: Virtualized timeline for large traces +- **Memory Management**: LRU cache with configurable size limits + +### Scalability Considerations +- **Log-based Architecture**: Scales naturally with existing logging system +- **Incremental Updates**: Real-time updates without full trace recomputation +- **Configurable Retention**: Adjustable trace history limits based on usage +- **Horizontal Scaling**: Stateless TraceBuilder service design + +### Developer Experience +- **Intuitive Timeline**: Natural left-to-right execution flow visualization +- **Operation Visibility**: Clear visual indicators for Motia operations +- **Quick Navigation**: Fast filtering and search capabilities +- **Mobile Support**: Responsive design for all device sizes + +## Success Metrics + +### Technical Metrics +- **Performance Overhead**: <2% impact on step execution time +- **UI Responsiveness**: Timeline renders in <100ms for typical traces +- **Memory Usage**: Trace storage under 50MB for 50 traces + +### User Experience Metrics +- **Developer Adoption**: Usage metrics from Workbench analytics +- **Error Detection**: Reduced time to identify workflow issues +- **Debugging Efficiency**: Faster resolution of multi-step workflow problems + +## Conclusion + +This observability system provides comprehensive visibility into Motia workflows through an intuitive horizontal timeline interface. By leveraging the existing logging infrastructure and focusing on clean, performant UI components, we can deliver powerful debugging and monitoring capabilities with minimal complexity and overhead. The architecture prioritizes simplicity, performance, and developer experience while providing the essential observability features needed for complex workflow debugging. \ No newline at end of file diff --git a/data/contributors/rfc/2025-06-11-rbac-streams.md b/data/contributors/rfc/2025-06-11-rbac-streams.md new file mode 100644 index 0000000000000000000000000000000000000000..ab0c850ee34dc57b64125ba059a961ae6852bb6d --- /dev/null +++ b/data/contributors/rfc/2025-06-11-rbac-streams.md @@ -0,0 +1,185 @@ +# RFC: Role-Based Access Control for Motia Streams + +**Author:** Sergio Marcelino +**Status:** Ready +**Created:** 2025-06-11 +**Target Release:** v0.23.0 +**Topic:** Streams, WebSockets, Authentication, RBAC + +--- + +## Summary + +This RFC proposes an RBAC mechanism for the Motia Streams feature. Currently, any client can subscribe to any stream, with no enforcement of access rules. This proposal introduces a pluggable authentication entry point and per-stream authorization checks to enable secure, context-aware stream subscriptions. + +--- + +## Motivation + +- Improve security by controlling stream access via authentication and authorization logic. +- Provide flexibility for developers to define custom access policies. +- Support anonymous access for public streams when desired. + +--- + +## Guide-Level Explanation + +### Client Message Format + +Motia Client Library will send a header `Authentication` with the token in the WebSocket connection request. + +``` +Authentication: +``` + +The Websocket server will then invoke the defined authentication function defined in the project before creating the connection. + +### Defining the authentication function + +Developers need to create a file called `/motia/stream-auth.ts` or `/motia/stream_auth.py` to define the authentication function. + +The file content should export an `authenticate` function that should receive only one parameter, the token, in string. + +The function can return a `StreamAuthContext` object or `null` if the authentication fails. +The file can also export a type called contextSchema using zod + +**TypeScript Example** + +```typescript +// Define your Stream auth context model using zod +export const contextSchema = z.object({ + userId: z.string(), + userName: z.string(), + userStatus: z.enum(['active', 'inactive']), + projectIds: z.array(z.string()), +}) + +// Function's name needs to be `authenticate` +export async function authenticate(token: string): Promise { + // returning null means the user is not authenticated and will be considered anonymous + // anonymous users can still have access to streams depending on the logic + return null +} +``` + +**Python Example** + +```python +from pydantic import BaseModel +from typing import Literal, List + +# Define your Stream auth context model using Pydantic +class StreamAuthContext(BaseModel): + userId: str + userName: str + userStatus: Literal["active", "inactive"] + projectIds: List[str] + +# Exports the schema to Motia Framework +contextSchema = StreamAuthContext.model_json_schema() + +# Function's name needs to be `authenticate` +async def authenticate(token: str) -> StreamAuthContext | None: + # returning None means the user is not authenticated and will be considered anonymous + # anonymous users can still have access to streams depending on the logic + return None +``` + +Motia framework will automatically create the `StreamAuthContext` object based on the `contextSchema` type inside `types.d.ts` file for the project. From the example above, it should generate the following type: + +```typescript +interface StreamAuthContext { + userId: string + userName: string + userStatus: 'active' | 'inactive' + projectIds: string[] +} +``` + +### Validating user access to a stream + +Here's an existing stream definition: + +```typescript +import { StreamConfig } from 'motia' +import { z } from 'zod' + +export const config: StreamConfig = { + name: 'message', + schema: z.object({ + message: z.string(), + from: z.enum(['user', 'assistant']), + status: z.enum(['created', 'pending', 'completed']), + }), + baseConfig: { storageType: 'default' }, +} +``` + +Users will be able to control whoever has access to a stream subscription using the `checkAccess` function. + +**TypeScript Example** + +```typescript +export const config: StreamConfig = { + name: 'message', + schema: z.object({ + message: z.string(), + from: z.enum(['user', 'assistant']), + status: z.enum(['created', 'pending', 'completed']), + }), + baseConfig: { storageType: 'default' }, + + /** + * type Subscription = { groupId: string, itemId?: string } + * type StreamAuthContext depends on the contextSchema defined in the stream-auth.ts file + * + * If this function is not defined, anonymous user has access to the stream + * + * Since we receive groupId and itemId, developers are able to give granular access to the stream + * + * @param subscription - The subscription context + * @param authContext - The authentication context + * @returns true if the user has access to the stream, false otherwise + */ + checkAccess: (subscription: Subscription, authContext?: StreamAuthContext): boolean => { + return true + }, +} +``` + +### Flow of authentication in Motia Streams client + +```mermaid +sequenceDiagram + participant Client + participant Server + participant AuthFunction + + Client->>Server: Connect (with auth header) + Server->>AuthFunction: Authenticate + AuthFunction-->>Server: Return result (context or null) + Note over Server: Server stores auth result securely
attached to the connection + Server-->>Client: Connected +``` + +### Flow of subscription in Motia Streams client + +```mermaid +sequenceDiagram + participant Client + participant Server + participant Stream + + Client->>Server: Send message (subscribe) + Server->>StreamFunction: checkAccess(sub, authContext) + StreamFunction-->>Server: Returns result (true/false) + alt Access Granted + Server->>Stream: getGroup(groupId) + Stream-->>Server: Returns data + Server-->>Client: Send sync event with data + Note over Server: Server creates subscription + else Access Denied + Server-->>Client: Returns error message + Note over Server: No subscription created + end +``` diff --git a/data/contributors/rfc/2025-07-14-motia-docker.md b/data/contributors/rfc/2025-07-14-motia-docker.md new file mode 100644 index 0000000000000000000000000000000000000000..fa9bcd2615ee62827c5568989b0d76d0b54945fa --- /dev/null +++ b/data/contributors/rfc/2025-07-14-motia-docker.md @@ -0,0 +1,124 @@ +# RFC: Motia Docker (Self Host) + +## Status + +- **RFC Date**: 2025-07-14 +- **Status**: Draft +- **Authors**: Rodrigo +- **Reviewers**: Sergio, Ytallo, Filipe, Mike + +## Summary + + + +This RFC proposes a solution to enable users to self-host Motia through docker. + +## Background + + + +Currently Motia is only available to be deployed to the Motia Cloud. This is great but some users have been reaching out asking for self-hosting options. Some users have been using docker to run Motia's cli `dev` command. This is a quick viable solution, and we can improve it by providing a `start` command that can simplify the tasks executed to run Motia (hot reloading, type generation, etc...) and eventually focus on performance over time (improved runtime using Go, less memory usage, middleware to configure event queue and storage, etc). + +The main challenges are around self-hosting limitations: + +- Missing a Motia provided self hosting solution +- Missing documentation for self-hosting options +- Missing a self-hosting example +- Lack of self-hosting options creates a barrier for first entry users to try Motia in a production environment + +## Goals + +### Primary Goals + + + +1. Motia provided self-hosting solution using docker and a new `start` command from the CLI focused on removing unnecessary features from the `dev` command (hot reloading, type generation, mermaid, workbench, etc...) +2. Documentation for self-hosting option +3. Provide a self-hosting example through a video tutorial, this example will demonstrate how to deploy Motia to a cloud provider (AWS, GCP, Azure, etc...) + +### Secondary Goals + + + +1. Configurable event queue and storage system +2. Improved runtime using Go + +### Non-Goals + + + +- Bring your own infrastructure (BYOI) solution, folks will need to figure out how to deploy the containerized Motia application into their own infrastructure and apply the necessary protections (api gateway, load balancer, etc...) + +## Architecture Overview + +### High-Level System Architecture + +motia docker architecture + +
+ +> ⚠️ _The references to cloud providers are just examples, we won't be providing any deployment solutions for self-hosting Motia in any of the cloud providers. As part of the validation of this RFC we will be providing a video tutorial on how to deploy Motia in a cloud provider, but **each user will be responsible for deploying Motia to their own infrastructure**._ + +## Technical Considerations + +For this RFC there are no technical considerations regarding the deployment to an infrastructure provider, since we won't be providing a BYOI solution. Users will have to figure out on their own how to host the containerized Motia application into their own infrastructure and apply the necessary protections (api gateway, load balancer, etc...) + +Some technical considerations using docker are: + +- Provide a docker image for the Motia application, this can help us control maintainability and support for the environment where the Motia application runs. It can also help us narrow edge cases in which folks use deprecated or legacy images. +- We need to be clear about the limitations of running Motia in a docker container through the express server (which is what is used to run Motia in the `dev` command). +- We need to provide users a solution to lock the express server, i.e.: authenticated access + +## Success Metrics + +- Enforce an analytics metric through an env variable, injected as part of the docker image used to containerize motia. This will allow us to track the number of users using self-hosting motia. +- This project will live in its own repository, we can also track the number of stars and forks on the repo. + +## Future Considerations + +- Add support for configurable event queue and storage system, i.e.: setup RabbitMQ and Redis or MongoDB for event queue and storage +- Improve the runtime, explore using Go to improve performance +- Expose a health check for the Motia application, i.e.: checks for event queue, storage, server, etc... + +## Questions and Considerations + + + +- Should we provide a motia-docker image to containerize motia? +- Are these the only features that need to be disabled for the `start` command? + - Hot reloading + - Type generation + - Mermaid generator + - Workbench, we might want to give users the option to conditionally disable Workbench + +## Conclusion + +Providing a self-hosting option for Motia will allow users to evaluate a Motia application in a "production" like environment. diff --git a/data/contributors/rfc/2025-07-31-motia-tutorial.md b/data/contributors/rfc/2025-07-31-motia-tutorial.md new file mode 100644 index 0000000000000000000000000000000000000000..c7324c0f4d06173accd38dbe94c2a30249d243c7 --- /dev/null +++ b/data/contributors/rfc/2025-07-31-motia-tutorial.md @@ -0,0 +1,296 @@ +# RFC: Motia Tutorial + + + +## Status + +- **RFC Date**: 2025-07-31 +- **Status**: Draft +- **Authors**: Rodrigo Morales +- **Reviewers**: + +## Summary + +This RFC proposes creating a tutorial for Motia that will help users understand how to use Motia's ecosystem (framework, workbench, cloud). It is aimed to be supplemental to the existing documentation and provide a more hands-on approach to learning Motia. + +## Background + +Currently, the learning curve for Motia is high due to the constant evolution of the Motia ecosystem. Most developers come with a background of what they would expect Motia does, depending on the marketing material they have seen and how they associate it to other products. + +The main root causes that this RFC addresses are: + +- Disarray of the documentation due to the constant evolution of the Motia ecosystem +- Diversity of templates that showcase different use cases of the Motia framework (i.e.: event based parallelism, scheduled tasks, etc...) +- Lack of hands-on examples that help developers understand how to use Motia ecosystem + +## Goals + +### Primary Goals + +1. Create a tutorial that helps users understand how to use Motia ecosystem, provided through the `motia create` cli command +2. Provide a set of templates that showcase different use cases of the Motia framework primitives +3. Make tutorial into segments that can be completed in any desired order +4. Update documentation to direct developers into specific segments of the tutorial + +### Secondary Goals + +1. Identify documentation gaps and provide a plan to address them + +### Non-Goals + +- Complex examples that focus on specific solutions (i.e.: workflow to generate and validate legal documents, salesforce integration, etc...) +- Tutorial to use Motia cloud, this would require a terminal, we need to evaluate what would be the bext devex experience for this and would be best suited as a separate initiative (i.e. one click deployment from workbench without the need of a cli) + +## Architecture Overview + +### High-Level System Architecture + +```mermaid +sequenceDiagram + Developer->>+Motia CLI: `npx motia@latest create` + Motia CLI->>+Developer: Do you wish to learn how to use Motia through a tutorial? Y/N + Developer-->>-Motia CLI: Y + Motia CLI-->>-Developer: open browser + Note left of Motia CLI: create project with flow templates
for tutorial and open browser with workbench + Motia CLI-->>+Workbench: open workbench with first templatate of the tutorial + rect rgb(42, 126, 254) + loop Motia Tutorial + Workbench-->>+Developer: tutorial step + rect rgb(62, 204, 84, 0.8) + break tutorial ends + Workbench-->Developer: tutorial completed + end + end + Developer-->>-Workbench: next step + end + end +``` + +### Data Flow Architecture + +> Analytics Data Flow + +```mermaid +sequenceDiagram + box rgb(42, 126, 254) Workbench + Participant Tutorial + Participant Developer + end + loop Motia Tutorial + Tutorial-->>+Developer: tutorial step + Tutorial-->>+Amplitude: report developer journey + Note right of Tutorial: by reporting the developer journey
through the tutorial we can identify success and drop-off's + rect rgb(62, 204, 84, 0.8) + break tutorial ends + Tutorial-->Developer: tutorial completed + end + end + Developer-->>-Tutorial: next step + end +``` + +## Detailed Design + + + +### 1. Data Models + +> These type definitions are defined based on the assumption that driver.js will be used to implement the tutorial. These are not final and are subject to change, based on the final library used to implement the tutorial. + +```typescript +type TutorialStep = { + id: string + title: string + description?: string + position: 'left' | 'right' | 'top' | 'bottom' + elementId: string + segmentId: string +} + +type TutorialSegment = { + id: string + title: string + description?: string + steps: TutorialStep[] +} + +type TutorialConfig = { + initialSegmentId?: string + initialStepId?: string +} +``` + +### 2. SDK Design + +The tutorial will be injected into workbench as an SDK (third party plugin), that will orchestrate the tutorial steps and report the developer journey to amplitude. The SDK will be agnostic of Workbench component structure, it will focus on orchestrating the tutorial steps through specific element identifiers. + +```typescript +interface MotiaTutorialSDK { + init: (config?: TutorialConfig) => void + currentStep: TutorialStep + currentStepIndex: number + currentSegment: TutorialSegment + nextStep: () => void + previousStep: () => void + jumpToStep: (stepId: string) => void + jumpToSegment: (segmentId: string) => void + abort: () => void + trackEvent: (event: string, context?: Record) => void +} +``` + +### 3. User Interface Changes + +The following is an example from driver.js, the final layout would be similar but themed to match Motia's design language. + +driver.js example + +### 4. Configuration + +The tutorial configuration will be maanaged internally, the following configuration can be provided to the SDK: + +| Config Name | Description | +| ---------------- | ------------------------------------------------ | +| initialSegmentId | The id of the segment to start the tutorial from | +| initialStepId | The id of the step to start the tutorial from | + +The following env variables can be defined to override specific features from the tutorial: + +| Env Variable | Description | +| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| MOTIA_DISABLE_TUTORIAL | This will disable the tutorial from being shown, and the tutorial question in the `create` command | +| MOTIA_ANALYTICS_DISABLED | This will disable the analytics reporting from the tutorial | +| MOTIA_SKIP_TUTORIAL | This will skip presenting the tutorial to a user if the response is `N` in the `create` command, this will be set as part of the create boilerplate | + +## Examples + + + +### Example 1: As a developer, I want to start a new motia project and learn how to use the Motia ecosystem + +``` +> npx motia@latest create +> Do you wish to learn how to use Motia through a tutorial? Y/N +> Y +> ... rest of the create process +> Your project is ready, you will be redirect to Motia Workbench to start the tutorial +``` + +## Technical Considerations + + + +### Performance Impact + +No performace impacts are identified, given that the tutorial will be agnostic of the inner workings of Workbench, it will have dependencies on specific element identifiers to navigate through the UI, but the performance of loading Workbench should not be affected. + +Even if the tutorial grows in complexity, given its nature of a step by step guide, it reduces the impact on performance. + +### Scalability Considerations + +N/A + +### Compatibility and Migration + +- This will create a depenency between the tutorial and Workbench, changes to the UI in Workbench might require changes to the tutorial +- Changes to the Motia ecosystem will require changes to the tutorial + +### Risk Assessment + +- Given the constant evolving stage of Motia, the tutorial might need to be updated frequently and it can put additional strains on new feature development, being a potential cause to degrade the quality of the tutorial experience. + +## Alternatives Considered + + + +### Alternative 1: Video tutorials + +- **Pros**: Controlled visual experience, no dependency on UI changes, no need to navigate through the UI to complete the tutorial +- **Cons**: Easy to ge out of sync and keep up to date with the evolving state of the Motia ecosystem, in some cases it can become expensive, it can be less engaging for some developers that want a hands on experience. lack of control over the content consumption which can conduce to users consuming outdated information. +- **Decision**: This is an add-on for documentation but not a replacement for an interactive tutorial. Better suited to announce new features and provide a high level overview of the Motia ecosystem. + +### Alternative 2: Examples + +- **Pros**: Diversitry in use cases implemented with Motia that can cast a wide net of developers with different backgrounds (enterprise vs startup, architect vs senior/entry level, etc...) +- **Cons**: Can be overwhelming for new developers, can conduce to quantity over quality, not a hands on experience. Complicated to keep up to date as the list of examples grow. +- **Decision**: This is great as an add-on for developers to share as a community but not a replacement for an interactive tutorial. + +## Testing Strategy + + + +### E2E Testing + +- Create a playwright test to validate the tutorial flow by segments +- Validate the step by step navigation of the tutorial +- Validate the analytics reporting of the tutorial + +### User Acceptance Testing + +- Users are able to navigate through the tutorial and learn about the motia ecosystem when starting a new motia project + +## Success Metrics + + + +- Total number of users that completed the tutorial +- Total number of users that dropped off the tutorial +- Total number of users that started the tutorial +- Total number of users that skipped the tutorial +- Total number of users that dropped off at specific segments +- Total number of users that dropped off at specific steps + +### Technical Success + +- The tutorial does not corrupt Workbench component structure and behaves as an independent plugin + +## Future Considerations + + + +- Integrate Motia Cloud as a segment in the tutorial, we need to find a way to have a one click deploy from Workbench to Motia Cloud + +## Questions and Considerations + + + +- Should we allow users to edit the source code for the tutorial templates from Workbench? This would enhance the tutorial experience by allowing users to type and test code in real time, without leaving the tutorial. + - We won't proceed with this at the moment since it poses some concerns. + +## Conclusion + + + +This proposal is important for Motia and its users (developers) because it will provide a hands-on experience for developers to learn how to use Motia's ecosystem, through a step by step guide that outlines a selection of templates that demonstrate how to use Motia's primitives and tools. diff --git a/data/contributors/rfc/assets/driverjs-example.png b/data/contributors/rfc/assets/driverjs-example.png new file mode 100644 index 0000000000000000000000000000000000000000..746adcd8e7813e721881cb492d61b4a4610a42eb --- /dev/null +++ b/data/contributors/rfc/assets/driverjs-example.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e82a7eccb24a5a0fe15059aeca7c734caaf819d31511cc7cf7d356339c8a79 +size 300936 diff --git a/data/contributors/rfc/assets/motia-docker.png b/data/contributors/rfc/assets/motia-docker.png new file mode 100644 index 0000000000000000000000000000000000000000..6f868a355c52e01f6408f1b26f26314c86a54729 --- /dev/null +++ b/data/contributors/rfc/assets/motia-docker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9136498bcca455703703179a41260740f4430d6a183c17ce1b564fa780ec76 +size 205109 diff --git a/data/eslint.config.js b/data/eslint.config.js new file mode 100644 index 0000000000000000000000000000000000000000..e400412f605b5e6b3bd885bc4d64350f2f4b3e82 --- /dev/null +++ b/data/eslint.config.js @@ -0,0 +1,43 @@ +const globals = require('globals') +const pluginJs = require('@eslint/js') +const pluginTs = require('@typescript-eslint/eslint-plugin') +const parserTs = require('@typescript-eslint/parser') +const pluginJest = require('eslint-plugin-jest') +const pluginPrettier = require('eslint-plugin-prettier') +const prettierConfig = require('eslint-config-prettier') + +/** @type {import('eslint').Linter.Config[]} */ +module.exports = [ + { ignores: ['**/dist/**/*'] }, + { + files: ['index.ts', 'src/**/*.ts', 'test/**/*.ts', 'steps/**/*.ts', 'integration-tests/**/*.ts'], + languageOptions: { + parser: parserTs, + parserOptions: { + project: './tsconfig.json', + }, + globals: { + ...globals.node, + ...pluginJest.environments.globals.globals, + NodeJS: 'readonly', + Buffer: 'readonly', + }, + }, + plugins: { + '@typescript-eslint': pluginTs, + jest: pluginJest, + prettier: pluginPrettier, + }, + rules: { + ...pluginJs.configs.recommended.rules, + ...pluginTs.configs.recommended.rules, + ...pluginJest.configs.recommended.rules, + ...prettierConfig.rules, + 'no-undef': 'off', + 'prettier/prettier': 'error', + '@typescript-eslint/no-explicit-any': 'error', + '@typescript-eslint/no-require-imports': 'error', + '@typescript-eslint/no-unused-vars': ['error', { caughtErrors: 'none' }], + }, + }, +] diff --git a/data/eslint.config.tsx.js b/data/eslint.config.tsx.js new file mode 100644 index 0000000000000000000000000000000000000000..e9fc5f264a651dba7320d20e7455e8b1afedc5a9 --- /dev/null +++ b/data/eslint.config.tsx.js @@ -0,0 +1,46 @@ +const globals = require('globals') +const pluginJs = require('@eslint/js') +const pluginTs = require('@typescript-eslint/eslint-plugin') +const parserTs = require('@typescript-eslint/parser') +const pluginJest = require('eslint-plugin-jest') +const pluginPrettier = require('eslint-plugin-prettier') +const prettierConfig = require('eslint-config-prettier') +const reactRefresh = require('eslint-plugin-react-refresh') +const reactHooks = require('eslint-plugin-react-hooks') + +/** @type {import('eslint').Linter.Config[]} */ +module.exports = [ + { ignores: ['**/dist/**/*', 'src/**/*.test.tsx', 'src/**/*.test.ts'] }, + { + files: ['index.tsx', 'src/**/*.tsx', 'test/**/*.tsx', 'steps/**/*.tsx'], + languageOptions: { + parser: parserTs, + parserOptions: { + project: null, + }, + globals: { + ...pluginJest.environments.globals.globals, + ...globals.browser, + }, + }, + plugins: { + 'react-hooks': reactHooks, + 'react-refresh': reactRefresh, + '@typescript-eslint': pluginTs, + jest: pluginJest, + prettier: pluginPrettier, + }, + rules: { + ...pluginJs.configs.recommended.rules, + ...pluginTs.configs.recommended.rules, + ...pluginJest.configs.recommended.rules, + ...prettierConfig.rules, + 'prettier/prettier': 'error', + '@typescript-eslint/no-explicit-any': 'error', + '@typescript-eslint/no-require-imports': 'error', + '@typescript-eslint/no-unused-vars': 'error', + ...reactHooks.configs.recommended.rules, + 'react-refresh/only-export-components': ['warn', { allowConstantExport: true }], + }, + }, +] diff --git a/data/generate-dockerfile.js b/data/generate-dockerfile.js new file mode 100644 index 0000000000000000000000000000000000000000..3e19fb2ab31488b806564f4ae682f8702595079e --- /dev/null +++ b/data/generate-dockerfile.js @@ -0,0 +1,44 @@ +#!/usr/bin/env node + +const fs = require('fs') +const path = require('path') + +// Check if Dockerfile already exists in current directory +const dockerfilePath = path.join(process.cwd(), 'Dockerfile') + +if (fs.existsSync(dockerfilePath)) { + console.log('Dockerfile already exists') + process.exit(1) +} + +// Dockerfile content as specified +const dockerfileContent = `# Specify platform to match your target architecture +FROM --platform=linux/arm64 motiadev/motia-docker:latest + +# Install Dependencies +COPY package*.json ./ +RUN npm ci --only=production + +# Move application files +COPY . . + +# Enable the following lines if you are using python steps!!! +# # Setup python steps dependencies +# RUN npx motia@latest install + +# Expose outside access to the motia project +EXPOSE 3000 + +# Run your application +# TODO: update dev for start when the start command is ready +CMD ["npm", "run", "start"] +` + +// Write the Dockerfile +try { + fs.writeFileSync(dockerfilePath, dockerfileContent) + console.log('Dockerfile generated successfully!') +} catch (error) { + console.error('Error generating Dockerfile:', error.message) + process.exit(1) +} diff --git a/data/package.json b/data/package.json new file mode 100644 index 0000000000000000000000000000000000000000..27b0660cecab8f8330e9331571659aad75922a2b --- /dev/null +++ b/data/package.json @@ -0,0 +1,51 @@ +{ + "name": "motia-monorepo", + "private": true, + "scripts": { + "dev:docs": "pnpm -r --filter=docs start", + "dev": "pnpm run build && pnpm -r --filter=playground dev", + "dev:workbench": "pnpm run build && pnpm -r --filter=playground dev:workbench", + "build": "pnpm --filter=!docs run -r build", + "lint": "pnpm run -r --no-bail lint", + "lint:fix": "pnpm run -r --no-bail lint --fix", + "test": "pnpm -r run test", + "test:e2e": "pnpm --filter=@motiadev/e2e test", + "test:e2e:ui": "pnpm --filter=@motiadev/e2e test:ui", + "test:e2e:headed": "pnpm --filter=@motiadev/e2e test:headed", + "e2e:install": "pnpm --filter=@motiadev/e2e install && pnpm --filter=@motiadev/e2e install:deps", + "clean": "rm -rf node_modules pnpm-lock.yaml dist .turbo .next" + }, + "devDependencies": { + "@types/node": "^22.15.18", + "@typescript-eslint/eslint-plugin": "^8.32.1", + "@typescript-eslint/parser": "^8.32.1", + "eslint": "^9.26.0", + "@eslint/js": "^9.28.0", + "eslint-config-prettier": "^10.1.5", + "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-prettier": "^5.4.0", + "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-react-refresh": "^0.4.20", + "globals": "^16.1.0", + "prettier": "^3.5.3" + }, + "resolutions": { + "autoprefixer": "^10.4.20", + "eslint": "^9.17.0", + "postcss": "^8.5.3", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "typescript": "^5.7.3", + "@types/node": "^22.15.18", + "@types/react": "^19.1.4", + "@types/react-dom": "^19.1.5" + }, + "packageManager": "pnpm@10.11.0", + "volta": { + "node": "20.11.1" + }, + "dependencies": { + "axios": "^1.9.0" + }, + "version": "0.0.7" +} \ No newline at end of file diff --git a/data/packages/core/.npmignore b/data/packages/core/.npmignore new file mode 100644 index 0000000000000000000000000000000000000000..17a1f326c233df15251f2b73093cc5f4c9b8a4fe --- /dev/null +++ b/data/packages/core/.npmignore @@ -0,0 +1,7 @@ +test/ +src/ +dist/**/__tests__/ +dist/test/ +index.ts +jest.config.js +tsconfig.json \ No newline at end of file diff --git a/data/packages/core/index.ts b/data/packages/core/index.ts new file mode 100644 index 0000000000000000000000000000000000000000..d9cdc4263624e1417291b244bc66a30d45b6f0a3 --- /dev/null +++ b/data/packages/core/index.ts @@ -0,0 +1,17 @@ +export * from './src/types' +export { createServer, MotiaServer } from './src/server' +export { createStepHandlers, MotiaEventManager } from './src/step-handlers' +export { createEventManager } from './src/event-manager' +export { Logger } from './src/logger' +export { createStateAdapter } from './src/state/create-state-adapter' +export { setupCronHandlers, CronManager } from './src/cron-handler' +export { isApiStep, isCronStep, isEventStep, isNoopStep } from './src/guards' +export { LockedData } from './src/locked-data' +export { getStepConfig, getStreamConfig } from './src/get-step-config' +export { StateAdapter } from './src/state/state-adapter' +export { createMermaidGenerator } from './src/mermaid-generator' +export { StreamConfig, MotiaStream } from './src/types-stream' +export { getProjectIdentifier, getUserIdentifier, isAnalyticsEnabled, trackEvent } from './src/analytics/utils' +export { Motia } from './src/motia' +export { NoPrinter, Printer } from './src/printer' +export { NoTracer } from './src/observability/no-tracer' diff --git a/data/packages/core/jest.config.js b/data/packages/core/jest.config.js new file mode 100644 index 0000000000000000000000000000000000000000..2cfde91c93f8cbaab3a74060234c7b28f8c1d3ed --- /dev/null +++ b/data/packages/core/jest.config.js @@ -0,0 +1,8 @@ +module.exports = { + roots: ['/src'], + transform: { + '^.+\\.ts$': 'ts-jest', + }, + testRegex: '(/__tests__/.*\\.test\\.ts$)', + moduleFileExtensions: ['ts', 'js', 'json', 'node'], +} diff --git a/data/packages/core/package.json b/data/packages/core/package.json new file mode 100644 index 0000000000000000000000000000000000000000..712e8d9b3b444806198b640c7c3cbf49c6e0094b --- /dev/null +++ b/data/packages/core/package.json @@ -0,0 +1,45 @@ +{ + "name": "@motiadev/core", + "description": "Core functionality for the Motia framework, providing the foundation for building event-driven workflows.", + "main": "dist/index.js", + "version": "0.7.2-beta.134", + "scripts": { + "python-setup": "python3 -m venv python_modules && python_modules/bin/pip install -r requirements.txt", + "move:python": "mkdir -p dist/src/python && cp src/python/*.py dist/src/python", + "move:rb": "mkdir -p dist/src/ruby && cp src/ruby/*.rb dist/src/ruby", + "move:steps": "cp src/steps/*.ts dist/src/steps", + "build": "rm -rf dist && tsc && npm run move:python && npm run move:rb && npm run move:steps", + "lint": "eslint --config ../../eslint.config.js", + "watch": "tsc --watch", + "test": "jest", + "clean": "rm -rf python_modules dist" + }, + "dependencies": { + "@amplitude/analytics-node": "^1.3.8", + "body-parser": "^1.20.3", + "colors": "^1.4.0", + "cors": "^2.8.5", + "dotenv": "^16.4.7", + "express": "^4.21.2", + "node-cron": "^3.0.3", + "ts-node": "^10.9.2", + "tsconfig-paths": "^4.2.0", + "uuid": "^11.1.0", + "ws": "^8.18.2", + "zod": "^3.24.1", + "zod-to-json-schema": "^3.24.1" + }, + "devDependencies": { + "@types/body-parser": "^1.19.5", + "@types/cors": "^2.8.17", + "@types/express": "^5.0.1", + "@types/jest": "^29.5.14", + "@types/node-cron": "^3.0.11", + "@types/supertest": "^6.0.2", + "@types/ws": "^8.18.1", + "jest": "^29.7.0", + "supertest": "^7.0.0", + "ts-jest": "^29.2.5", + "typescript": "^5.7.2" + } +} diff --git a/data/packages/core/requirements.txt b/data/packages/core/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1cad240a0db8f5bf4111209c6ce4125db1ff751 --- /dev/null +++ b/data/packages/core/requirements.txt @@ -0,0 +1 @@ +jsonschema>=4.23.0 \ No newline at end of file diff --git a/data/packages/core/src/__tests__/call-step-file.test.ts b/data/packages/core/src/__tests__/call-step-file.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..06393944b4c7d66a804c048979f6bcd99252a585 --- /dev/null +++ b/data/packages/core/src/__tests__/call-step-file.test.ts @@ -0,0 +1,52 @@ +import { randomUUID } from 'crypto' +import path from 'path' +import { callStepFile } from '../call-step-file' +import { createEventManager } from '../event-manager' +import { LockedData } from '../locked-data' +import { Logger } from '../logger' +import { Motia } from '../motia' +import { NoPrinter } from '../printer' +import { MemoryStateAdapter } from '../state/adapters/memory-state-adapter' +import { createCronStep } from './fixtures/step-fixtures' +import { NoTracer } from '../observability/no-tracer' + +describe('callStepFile', () => { + beforeAll(() => { + process.env._MOTIA_TEST_MODE = 'true' + }) + + it('should call the cron step file with onlyContext true', async () => { + const baseDir = path.join(__dirname, 'steps') + const eventManager = createEventManager() + const state = new MemoryStateAdapter() + const step = createCronStep({ emits: ['TEST_EVENT'], cron: '* * * * *' }, path.join(baseDir, 'cron-step.ts')) + const printer = new NoPrinter() + const traceId = randomUUID() + const logger = new Logger() + const tracer = new NoTracer() + const motia: Motia = { + eventManager, + state, + printer, + lockedData: new LockedData(baseDir, 'memory', printer), + loggerFactory: { create: () => logger }, + tracerFactory: { createTracer: () => tracer }, + } + + jest.spyOn(eventManager, 'emit').mockImplementation(() => Promise.resolve()) + + await callStepFile({ step, traceId, logger, contextInFirstArg: true, tracer }, motia) + + expect(eventManager.emit).toHaveBeenCalledWith( + { + topic: 'TEST_EVENT', + data: { test: 'data' }, + flows: ['motia-server'], + traceId, + logger: expect.anything(), + tracer: expect.anything(), + }, + step.filePath, + ) + }) +}) diff --git a/data/packages/core/src/__tests__/event-manager.test.ts b/data/packages/core/src/__tests__/event-manager.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..d662f8a23c71ca801baeaa45c6f1e6100068bf8b --- /dev/null +++ b/data/packages/core/src/__tests__/event-manager.test.ts @@ -0,0 +1,56 @@ +import { createEventManager } from '../event-manager' +import { createEvent } from './fixtures/event-fixtures' + +describe('EventManager', () => { + it('should handle subscription, emission and unsubscription of events', async () => { + const eventManager = createEventManager() + const testEvent = createEvent({ topic: 'TEST_EVENT' }) + + const mockHandler = jest.fn() + + eventManager.subscribe({ + event: 'TEST_EVENT', + handlerName: 'testHandler', + filePath: 'test.ts', + handler: mockHandler, + }) + + await eventManager.emit(testEvent) + + expect(mockHandler).toHaveBeenCalledWith(testEvent) + expect(mockHandler).toHaveBeenCalledTimes(1) + + eventManager.unsubscribe({ event: 'TEST_EVENT', filePath: 'test.ts' }) + + await eventManager.emit(testEvent) + + expect(mockHandler).toHaveBeenCalledTimes(1) + }) + + it('should handle multiple subscriptions to same event', async () => { + const eventManager = createEventManager() + const testEvent = createEvent({ topic: 'TEST_EVENT' }) + + const mockHandler1 = jest.fn() + const mockHandler2 = jest.fn() + + eventManager.subscribe({ + event: 'TEST_EVENT', + handlerName: 'handler1', + filePath: 'test1.ts', + handler: mockHandler1, + }) + + eventManager.subscribe({ + event: 'TEST_EVENT', + handlerName: 'handler2', + filePath: 'test2.ts', + handler: mockHandler2, + }) + + await eventManager.emit(testEvent) + + expect(mockHandler1).toHaveBeenCalledWith(testEvent) + expect(mockHandler2).toHaveBeenCalledWith(testEvent) + }) +}) diff --git a/data/packages/core/src/__tests__/fixtures/event-fixtures.ts b/data/packages/core/src/__tests__/fixtures/event-fixtures.ts new file mode 100644 index 0000000000000000000000000000000000000000..dfa50b889f8be41fd920e51248939ef864b43731 --- /dev/null +++ b/data/packages/core/src/__tests__/fixtures/event-fixtures.ts @@ -0,0 +1,15 @@ +import { Logger } from '../../logger' +import { NoTracer } from '../../observability/no-tracer' +import { Event } from '../../types' + +const logger = new Logger() +const tracer = new NoTracer() + +export const createEvent = (event: Partial = {}): Event => ({ + topic: 'TEST_EVENT', + data: { test: 'data' }, + traceId: '123', + logger, + tracer, + ...event, +}) diff --git a/data/packages/core/src/__tests__/fixtures/step-fixtures.ts b/data/packages/core/src/__tests__/fixtures/step-fixtures.ts new file mode 100644 index 0000000000000000000000000000000000000000..ef3f2bee37469551e17884921812cdababe1047b --- /dev/null +++ b/data/packages/core/src/__tests__/fixtures/step-fixtures.ts @@ -0,0 +1,59 @@ +import path from 'path' +import { z } from 'zod' +import zodToJsonSchema from 'zod-to-json-schema' +import { ApiRouteConfig, CronConfig, EventConfig, NoopConfig, Step } from '../../types' + +export const createApiStep = (config: Partial = {}, filePath?: string): Step => ({ + config: { + type: 'api', + name: 'Start Event', + description: 'Start the Motia Server Example flow', + path: '/api/motia-server-example', + method: 'POST', + emits: ['ws-server-example.start'], + flows: ['motia-server'], + ...config, + }, + version: '1', + filePath: filePath ?? path.join(process.cwd(), '/playground/steps/motiaServerExample/startServerExample.step.ts'), +}) + +export const createEventStep = (config: Partial = {}, filePath?: string): Step => ({ + config: { + type: 'event', + name: 'Processor', + subscribes: ['ws-server-example.start'], + emits: ['ws-server-example.processed'], + input: zodToJsonSchema(z.object({})) as never, + flows: ['motia-server'], + ...config, + }, + version: '1', + filePath: filePath ?? path.join(process.cwd(), '/playground/steps/motiaServerExample/processor.step.ts'), +}) + +export const createCronStep = (config: Partial = {}, filePath?: string): Step => ({ + config: { + type: 'cron', + name: 'Cron Job', + cron: '* * * * *', + emits: [], + flows: ['motia-server'], + ...config, + }, + version: '1', + filePath: filePath ?? path.join(process.cwd(), '/playground/steps/motiaServerExample/cronJob.step.ts'), +}) + +export const createNoopStep = (config: Partial = {}, filePath?: string): Step => ({ + config: { + type: 'noop', + name: 'Noop', + virtualEmits: ['noop-event'], + virtualSubscribes: ['noop-subscription'], + flows: ['motia-server'], + ...config, + }, + version: '1', + filePath: filePath ?? path.join(process.cwd(), '/playground/steps/motiaServerExample/noop.step.ts'), +}) diff --git a/data/packages/core/src/__tests__/flow-endpoint.test.ts b/data/packages/core/src/__tests__/flow-endpoint.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..f8126b7c5b04a31e37b7322c404ba94963febb43 --- /dev/null +++ b/data/packages/core/src/__tests__/flow-endpoint.test.ts @@ -0,0 +1,42 @@ +import { createApiStep, createEventStep } from './fixtures/step-fixtures' +import { LockedData } from '../locked-data' +import { z } from 'zod' +import { Step } from '../types' +import zodToJsonSchema from 'zod-to-json-schema' +import { NoPrinter } from '../printer' +import { generateFlow } from '../helper/flows-helper' + +const mockFlowSteps: Step[] = [ + createApiStep({ + name: 'Start Event', + description: 'Start the Motia Server Example flow', + path: '/api/motia-server-example', + method: 'POST', + emits: ['ws-server-example.start'], + flows: ['motia-server'], + }), + createEventStep({ + name: 'Processor', + subscribes: ['ws-server-example.start'], + emits: ['ws-server-example.processed'], + input: zodToJsonSchema(z.object({})) as never, + flows: ['motia-server'], + }), + createEventStep({ + name: 'Finalizer', + subscribes: ['ws-server-example.processed'], + emits: [], + input: zodToJsonSchema(z.object({})) as never, + flows: ['motia-server'], + }), +] + +describe('flowEndpoint', () => { + it('should generate a list of flows with steps', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + mockFlowSteps.forEach((step) => lockedData.createStep(step, { disableTypeCreation: true })) + + const result = generateFlow('motia-server', lockedData.flows['motia-server'].steps) + expect(result.steps.map((step) => step.name)).toEqual(['Start Event', 'Processor', 'Finalizer']) + }) +}) diff --git a/data/packages/core/src/__tests__/get-config.test.ts b/data/packages/core/src/__tests__/get-config.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..0ec7c7e3c94d4255dc854b75f8228733f8d6ceba --- /dev/null +++ b/data/packages/core/src/__tests__/get-config.test.ts @@ -0,0 +1,48 @@ +import path from 'path' +import { getStepConfig } from '../get-step-config' +import { ApiRouteConfig } from '../types' + +describe('Get Config', () => { + beforeAll(() => { + process.env._MOTIA_TEST_MODE = 'true' + }) + + it('should get the config from a node file', async () => { + const baseDir = __dirname + const mockApiStep = await getStepConfig(path.join(baseDir, 'steps', 'api-step.ts')) + + expect(mockApiStep).toBeDefined() + expect(mockApiStep?.type).toEqual('api') + + const apiStep = mockApiStep as ApiRouteConfig + + expect(apiStep.path).toEqual('/test') + expect(apiStep.method).toEqual('POST') + }) + + it('should get the config from a python file', async () => { + const baseDir = __dirname + const mockApiStep = await getStepConfig(path.join(baseDir, 'steps', 'api-step.py')) + + expect(mockApiStep).toBeDefined() + expect(mockApiStep?.type).toEqual('api') + + const apiStep = mockApiStep as ApiRouteConfig + + expect(apiStep.path).toEqual('/test') + expect(apiStep.method).toEqual('POST') + }) + + it('should get the config from a ruby file', async () => { + const baseDir = __dirname + const mockApiStep = await getStepConfig(path.join(baseDir, 'steps', 'api-step.rb')) + + expect(mockApiStep).toBeDefined() + expect(mockApiStep?.type).toEqual('api') + + const apiStep = mockApiStep as ApiRouteConfig + + expect(apiStep.path).toEqual('/test') + expect(apiStep.method).toEqual('POST') + }) +}) diff --git a/data/packages/core/src/__tests__/locked-data.test.ts b/data/packages/core/src/__tests__/locked-data.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..59c3b5e1b0f2e6baf3403e5518df6c52ba33dad1 --- /dev/null +++ b/data/packages/core/src/__tests__/locked-data.test.ts @@ -0,0 +1,272 @@ +import path from 'path' +import { LockedData } from '../locked-data' +import { createApiStep, createCronStep, createEventStep, createNoopStep } from './fixtures/step-fixtures' +import { NoPrinter } from '../printer' + +describe('LockedData', () => { + describe('step creation', () => { + it('should add steps to activeSteps when created', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const step = createApiStep() + lockedData.createStep(step, { disableTypeCreation: true }) + + expect(lockedData.activeSteps).toHaveLength(1) + expect(lockedData.activeSteps).toEqual([step]) + }) + + it('should add steps to devSteps when virtualEmits is present', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const step = createNoopStep() + + lockedData.createStep(step, { disableTypeCreation: true }) + + expect(lockedData.devSteps).toHaveLength(1) + expect(lockedData.activeSteps).toHaveLength(0) + expect(lockedData.devSteps).toEqual([step]) + }) + + it('should create flows when they do not exist', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const step = createApiStep({ name: 'Test 1', flows: ['flow1', 'flow2'] }) + + lockedData.createStep(step, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toHaveLength(2) + expect(lockedData.flows['flow1'].steps).toContain(step) + expect(lockedData.flows['flow2'].steps).toContain(step) + }) + + it('should trigger event handlers when step is created', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const handler = jest.fn() + const step = createApiStep() + + lockedData.onStep('step-created', handler) + lockedData.createStep(step, { disableTypeCreation: true }) + + expect(handler).toHaveBeenCalledWith(step) + }) + }) + + describe('step filtering', () => { + let lockedData: LockedData + + const apiStep = createApiStep() + const eventStep = createEventStep() + const cronStep = createCronStep() + + beforeAll(() => { + lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + lockedData.createStep(apiStep, { disableTypeCreation: true }) + lockedData.createStep(eventStep, { disableTypeCreation: true }) + lockedData.createStep(cronStep, { disableTypeCreation: true }) + }) + + it('should filter api steps correctly', () => { + const apiSteps = lockedData.apiSteps() + expect(apiSteps).toHaveLength(1) + expect(apiSteps).toEqual([apiStep]) + }) + + it('should filter event steps correctly', () => { + const eventSteps = lockedData.eventSteps() + expect(eventSteps).toHaveLength(1) + expect(eventSteps).toEqual([eventStep]) + }) + + it('should filter cron steps correctly', () => { + const cronSteps = lockedData.cronSteps() + expect(cronSteps).toHaveLength(1) + expect(cronSteps).toEqual([cronStep]) + }) + }) + + describe('step changes', () => { + it('should handle flow changes correctly', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const oldStep = createApiStep({ flows: ['flow-1', 'flow-2'] }) + lockedData.createStep(oldStep, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toEqual(['flow-1', 'flow-2']) + + const newStep = createApiStep({ ...oldStep.config, flows: ['flow-2', 'flow-3'] }) + lockedData.updateStep(oldStep, newStep, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toEqual(['flow-2', 'flow-3']) + + expect(lockedData.flows['flow-1']).toBeUndefined() + expect(lockedData.flows['flow-2'].steps).toContainEqual(newStep) + expect(lockedData.flows['flow-3'].steps).toContainEqual(newStep) + }) + + it('should handle type changes correctly', () => { + const baseDir = '/test/dir' + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + const filePath = path.join(baseDir, 'steps/flow-1/step.ts') + const oldStep = createApiStep({}, filePath) + lockedData.createStep(oldStep, { disableTypeCreation: true }) + + const newStep = createEventStep({}, filePath) + lockedData.updateStep(oldStep, newStep, { disableTypeCreation: true }) + + expect(lockedData.apiSteps()).toHaveLength(0) + expect(lockedData.eventSteps()).toHaveLength(1) + }) + + it('should trigger event handlers when step is updated', () => { + const baseDir = '/test/dir' + const handler = jest.fn() + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + const filePath = path.join(baseDir, 'steps/flow-1/step.ts') + const oldStep = createApiStep({}, filePath) + lockedData.createStep(oldStep, { disableTypeCreation: true }) + + const newStep = createEventStep({}, filePath) + lockedData.updateStep(oldStep, newStep, { disableTypeCreation: true }) + + lockedData.onStep('step-updated', handler) + lockedData.updateStep(oldStep, newStep, { disableTypeCreation: true }) + + expect(handler).toHaveBeenCalledWith(newStep) + }) + }) + + describe('step deletion', () => { + it('should remove steps from activeSteps and flows', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const step = createApiStep({ flows: ['flow-1'] }) + + lockedData.createStep(step, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toEqual(['flow-1']) + + lockedData.deleteStep(step, { disableTypeCreation: true }) + + expect(lockedData.activeSteps).toHaveLength(0) + expect(lockedData.flows['flow-1']).toBeUndefined() + expect(Object.keys(lockedData.flows)).toHaveLength(0) + }) + + it('should remove steps from devSteps', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const step = createNoopStep() + + lockedData.createStep(step, { disableTypeCreation: true }) + expect(lockedData.devSteps).toHaveLength(1) + + lockedData.deleteStep(step, { disableTypeCreation: true }) + expect(lockedData.devSteps).toHaveLength(0) + }) + + it('should keep flows with remaining steps', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + + const step1 = createApiStep({ flows: ['flow-1'] }) + const step2 = createEventStep({ flows: ['flow-1'] }) + + lockedData.createStep(step1, { disableTypeCreation: true }) + lockedData.createStep(step2, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toEqual(['flow-1']) + + lockedData.deleteStep(step1, { disableTypeCreation: true }) + + expect(Object.keys(lockedData.flows)).toEqual(['flow-1']) + }) + + it('should trigger event handlers when step is deleted', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const handler = jest.fn() + const step = createApiStep() + + lockedData.createStep(step, { disableTypeCreation: true }) + lockedData.onStep('step-removed', handler) + lockedData.deleteStep(step, { disableTypeCreation: true }) + + expect(handler).toHaveBeenCalledWith(step) + }) + }) + + describe('flow events', () => { + it('should call handlers when flow is created', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const handler = jest.fn() + + lockedData.on('flow-created', handler) + lockedData.createStep(createApiStep({ flows: ['flow-1'] }), { disableTypeCreation: true }) + + expect(handler).toHaveBeenCalledWith('flow-1') + }) + + it('should call handlers when flow is removed', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const handler = jest.fn() + const step = createApiStep({ flows: ['flow-1'] }) + + lockedData.on('flow-removed', handler) + + lockedData.createStep(step, { disableTypeCreation: true }) + lockedData.deleteStep(step, { disableTypeCreation: true }) + + expect(handler).toHaveBeenCalledWith('flow-1') + }) + + it('should call updated handlers when new step is added to flow', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const handler = jest.fn() + + lockedData.on('flow-updated', handler) + lockedData.createStep(createApiStep({ flows: ['flow-1'] }), { disableTypeCreation: true }) + expect(handler).not.toHaveBeenCalled() + + lockedData.createStep(createEventStep({ flows: ['flow-1'] }), { disableTypeCreation: true }) + expect(handler).toHaveBeenCalledWith('flow-1') + }) + + it('should call handlers when step is removed from flow', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const updateHandler = jest.fn() + const event = createEventStep({ flows: ['flow-1'] }) + + lockedData.createStep(createApiStep({ flows: ['flow-1'] }), { disableTypeCreation: true }) + lockedData.createStep(event, { disableTypeCreation: true }) + + // only after second step is added + lockedData.on('flow-updated', updateHandler) + expect(updateHandler).not.toHaveBeenCalled() + + lockedData.deleteStep(event, { disableTypeCreation: true }) + expect(updateHandler).toHaveBeenCalledWith('flow-1') + }) + + it('should not call removed handlers when step is removed from flow but flow is not empty', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const deleteHandler = jest.fn() + const event = createEventStep({ flows: ['flow-1'] }) + + lockedData.on('flow-removed', deleteHandler) + + lockedData.createStep(createApiStep({ flows: ['flow-1'] }), { disableTypeCreation: true }) + lockedData.createStep(event, { disableTypeCreation: true }) + expect(deleteHandler).not.toHaveBeenCalled() + + lockedData.deleteStep(event, { disableTypeCreation: true }) + expect(deleteHandler).not.toHaveBeenCalled() + }) + + it('should call handlers when step is updated inside a flow', () => { + const lockedData = new LockedData(process.cwd(), 'memory', new NoPrinter()) + const updateHandler = jest.fn() + const event = createEventStep({ flows: ['flow-1'] }) + + lockedData.on('flow-updated', updateHandler) + lockedData.createStep(event, { disableTypeCreation: true }) + expect(updateHandler).not.toHaveBeenCalled() + + lockedData.updateStep(event, createEventStep({ ...event.config, name: 'new-name' }), { + disableTypeCreation: true, + }) + expect(updateHandler).toHaveBeenCalledWith('flow-1') + }) + }) +}) diff --git a/data/packages/core/src/__tests__/mermaid-generator.test.ts b/data/packages/core/src/__tests__/mermaid-generator.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..7c48d76d6d4b77a8a334d7420565f02c65b36337 --- /dev/null +++ b/data/packages/core/src/__tests__/mermaid-generator.test.ts @@ -0,0 +1,270 @@ +import fs from 'fs' +import path from 'path' +import { createMermaidGenerator } from '../mermaid-generator' +import { createApiStep, createEventStep, createNoopStep } from './fixtures/step-fixtures' +import { LockedData } from '../locked-data' +import { NoPrinter } from '../printer' + +// Mock fs module +jest.mock('fs', () => ({ + existsSync: jest.fn(), + mkdirSync: jest.fn(), + writeFileSync: jest.fn(), + unlinkSync: jest.fn(), +})) + +describe('Mermaid Generator', () => { + const baseDir = '/test/dir' + const diagramsDir = path.join(baseDir, '.mermaid') + + beforeEach(() => { + jest.clearAllMocks() + ;(fs.existsSync as jest.Mock).mockReturnValue(true) + }) + + describe('createMermaidGenerator', () => { + it('should create diagrams directory if it does not exist', () => { + ;(fs.existsSync as jest.Mock).mockReturnValue(false) + createMermaidGenerator(baseDir) + expect(fs.mkdirSync).toHaveBeenCalledWith(diagramsDir, { recursive: true }) + }) + + it('should not create diagrams directory if it already exists', () => { + ;(fs.existsSync as jest.Mock).mockReturnValue(true) + createMermaidGenerator(baseDir) + expect(fs.mkdirSync).not.toHaveBeenCalled() + }) + + it('should return an object with initialize method', () => { + const generator = createMermaidGenerator(baseDir) + expect(generator).toHaveProperty('initialize') + expect(typeof generator.initialize).toBe('function') + }) + }) + + describe('initialize', () => { + let lockedData: LockedData + let generator: ReturnType + + beforeEach(() => { + lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + generator = createMermaidGenerator(baseDir) + + // Mock the on method of lockedData + lockedData.on = jest.fn() + }) + + it('should register event handlers with lockedData', () => { + generator.initialize(lockedData) + expect(lockedData.on).toHaveBeenCalledWith('flow-created', expect.any(Function)) + expect(lockedData.on).toHaveBeenCalledWith('flow-updated', expect.any(Function)) + expect(lockedData.on).toHaveBeenCalledWith('flow-removed', expect.any(Function)) + }) + + it('should generate diagrams for existing flows', () => { + // Create a mock flow + const apiStep = createApiStep({ flows: ['flow-1'] }, path.join(baseDir, 'steps/flow-1/api.step.ts')) + const eventStep = createEventStep({ flows: ['flow-1'] }, path.join(baseDir, 'steps/flow-1/event.step.ts')) + + // Add steps to the flow + lockedData.flows = { + 'flow-1': { + name: 'flow-1', + description: 'Test flow', + steps: [apiStep, eventStep], + }, + } + + generator.initialize(lockedData) + expect(fs.writeFileSync).toHaveBeenCalledWith(path.join(diagramsDir, 'flow-1.mmd'), expect.any(String)) + }) + }) + + describe('event handlers', () => { + let lockedData: LockedData + let generator: ReturnType + let flowCreatedHandler: (flowName: string) => void + let flowUpdatedHandler: (flowName: string) => void + let flowRemovedHandler: (flowName: string) => void + + beforeEach(() => { + lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + generator = createMermaidGenerator(baseDir) + + // Mock the on method of lockedData to capture the handlers + lockedData.on = jest.fn().mockImplementation((event, handler) => { + if (event === 'flow-created') flowCreatedHandler = handler + if (event === 'flow-updated') flowUpdatedHandler = handler + if (event === 'flow-removed') flowRemovedHandler = handler + }) + + generator.initialize(lockedData) + }) + + it('should generate diagram when flow is created', () => { + // Create a mock flow + const apiStep = createApiStep({ flows: ['flow-1'] }, path.join(baseDir, 'steps/flow-1/api.step.ts')) + + // Add step to the flow + lockedData.flows = { + 'flow-1': { + name: 'flow-1', + description: 'Test flow', + steps: [apiStep], + }, + } + + // Call the flow-created handler + flowCreatedHandler('flow-1') + + expect(fs.writeFileSync).toHaveBeenCalledWith(path.join(diagramsDir, 'flow-1.mmd'), expect.any(String)) + }) + + it('should update diagram when flow is updated', () => { + // Create a mock flow + const apiStep = createApiStep({ flows: ['flow-1'] }, path.join(baseDir, 'steps/flow-1/api.step.ts')) + + // Add step to the flow + lockedData.flows = { + 'flow-1': { + name: 'flow-1', + description: 'Test flow', + steps: [apiStep], + }, + } + + // Call the flow-updated handler + flowUpdatedHandler('flow-1') + + expect(fs.writeFileSync).toHaveBeenCalledWith(path.join(diagramsDir, 'flow-1.mmd'), expect.any(String)) + }) + + it('should remove diagram when flow is removed', () => { + // Call the flow-removed handler + flowRemovedHandler('flow-1') + + expect(fs.unlinkSync).toHaveBeenCalledWith(path.join(diagramsDir, 'flow-1.mmd')) + }) + }) + + describe('diagram generation', () => { + it('should generate a valid mermaid diagram for a flow with multiple steps', () => { + // Create mock steps + const apiStep = createApiStep( + { + flows: ['flow-1'], + emits: ['event.topic'], + }, + path.join(baseDir, 'steps/flow-1/api.step.ts'), + ) + + const eventStep = createEventStep( + { + flows: ['flow-1'], + subscribes: ['event.topic'], + emits: ['event.processed'], + }, + path.join(baseDir, 'steps/flow-1/event.step.ts'), + ) + + const noopStep = createNoopStep( + { + flows: ['flow-1'], + virtualSubscribes: ['event.processed'], + }, + path.join(baseDir, 'steps/flow-1/noop.step.ts'), + ) + + // Create a mock flow + const flow = { + name: 'flow-1', + description: 'Test flow', + steps: [apiStep, eventStep, noopStep], + } + + // Create a mock LockedData instance + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + lockedData.flows = { 'flow-1': flow } + + // Generate the diagram + const generator = createMermaidGenerator(baseDir) + + // Use a spy to capture the diagram content + const writeFileSpy = jest.spyOn(fs, 'writeFileSync') + + // Mock the on method to capture the handler directly + let flowCreatedHandler: ((flowName: string) => void) | undefined + lockedData.on = jest.fn().mockImplementation((event, handler) => { + if (event === 'flow-created') flowCreatedHandler = handler + }) + + // Initialize the generator with the mock LockedData + generator.initialize(lockedData) + + // Trigger the flow-created event handler + if (!flowCreatedHandler) { + throw new Error('flowCreatedHandler was not captured') + } + flowCreatedHandler('flow-1') + + // Get the diagram content from the spy + const diagramContent = writeFileSpy.mock.calls[0][1] as string + + // Verify the diagram content + expect(diagramContent).toContain('flowchart TD') + expect(diagramContent).toContain('classDef apiStyle') + expect(diagramContent).toContain('classDef eventStyle') + expect(diagramContent).toContain('classDef noopStyle') + + // Verify node definitions are present (without checking exact IDs since they're generated internally) + expect(diagramContent).toContain('["🌐 Start Event"]:::apiStyle') + expect(diagramContent).toContain('["⚡ Processor"]:::eventStyle') + expect(diagramContent).toContain('["⚙️ Noop"]:::noopStyle') + + // Verify connections are present (without checking exact IDs) + expect(diagramContent).toContain('-->|event.topic|') + expect(diagramContent).toContain('-->|event.processed|') + }) + + it('should handle empty flows', () => { + // Create a mock empty flow + const flow = { + name: 'empty-flow', + description: 'Empty flow', + steps: [], + } + + // Create a mock LockedData instance + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + lockedData.flows = { 'empty-flow': flow } + + // Generate the diagram + const generator = createMermaidGenerator(baseDir) + + // Use a spy to capture the diagram content + const writeFileSpy = jest.spyOn(fs, 'writeFileSync') + + // Mock the on method to capture the handler directly + let flowCreatedHandler: ((flowName: string) => void) | undefined + lockedData.on = jest.fn().mockImplementation((event, handler) => { + if (event === 'flow-created') flowCreatedHandler = handler + }) + + // Initialize the generator with the mock LockedData + generator.initialize(lockedData) + + // Trigger the flow-created event handler + if (!flowCreatedHandler) { + throw new Error('flowCreatedHandler was not captured') + } + flowCreatedHandler('empty-flow') + + // Get the diagram content from the spy + const diagramContent = writeFileSpy.mock.calls[0][1] as string + + // Verify the diagram content + expect(diagramContent).toContain('flowchart TD') + expect(diagramContent).toContain('empty[No steps in this flow]') + }) + }) +}) diff --git a/data/packages/core/src/__tests__/middleware-management.test.ts b/data/packages/core/src/__tests__/middleware-management.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..b3caed36dbebd486a45419b2266c14d2dfa9f679 --- /dev/null +++ b/data/packages/core/src/__tests__/middleware-management.test.ts @@ -0,0 +1,147 @@ +import path from 'path' +import request from 'supertest' +import { createEventManager } from '../event-manager' +import { LockedData } from '../locked-data' +import { Printer } from '../printer' +import { createServer } from '../server' +import { MemoryStateAdapter } from '../state/adapters/memory-state-adapter' +import { MemoryStreamAdapter } from '../streams/adapters/memory-stream-adapter' +import { ApiMiddleware, ApiRouteConfig, Step } from '../types' + +// Mock callStepFile to prevent actual file execution +jest.mock('../call-step-file', () => ({ + callStepFile: jest.fn().mockImplementation(async () => ({ + status: 200, + body: { success: true, middlewareApplied: true }, + })), +})) + +describe('Middleware Management', () => { + let server: ReturnType + + const testMiddleware: ApiMiddleware<{ middlewareApplied: boolean }, unknown, unknown> = async (req, _, next) => { + req.body.middlewareApplied = true + return next() + } + + const blockingMiddleware: ApiMiddleware = async () => { + return { + status: 403, + body: { error: 'Access denied by middleware' }, + } + } + + beforeEach(async () => { + // Set test mode environment variable + process.env._MOTIA_TEST_MODE = 'true' + + const baseDir = path.resolve(__dirname) + const printer = new Printer(baseDir) + const lockedData = { + printer, + activeSteps: [], + eventSteps: () => [], + cronSteps: () => [], + onStep: () => {}, + applyStreamWrapper: () => {}, + createStream: () => () => new MemoryStreamAdapter(), + on: () => {}, + } as unknown as LockedData + + const eventManager = createEventManager() + const state = new MemoryStateAdapter() + const config = { isVerbose: true, isDev: true, version: '1.0.0' } + + server = createServer(lockedData, eventManager, state, config) + }) + + afterEach(async () => { + await server.close() + }) + + it('should apply middleware when adding a route', async () => { + const step: Step = { + filePath: path.join(__dirname, 'steps', 'api-step.ts'), + version: '1.0.0', + config: { + type: 'api', + name: 'test-middleware-step', + path: '/test-middleware-route', + method: 'POST', + emits: [], + middleware: [testMiddleware], + }, + } + + server.addRoute(step) + + const response = await request(server.app).post('/test-middleware-route').send({ test: 'data' }) + + expect(response.status).toBe(200) + expect(response.body).toEqual({ success: true, middlewareApplied: true }) + }) + + it('should remove route with middleware', async () => { + const step: Step = { + filePath: path.join(__dirname, 'steps', 'api-step.ts'), + version: '1.0.0', + config: { + type: 'api', + name: 'removable-middleware-step', + path: '/removable-route', + method: 'GET', + emits: [], + middleware: [testMiddleware], + }, + } + + server.addRoute(step) + + server.removeRoute(step) + + const response = await request(server.app).get('/removable-route') + + expect(response.status).toBe(404) + }) + + it('should update middleware when re-adding a route', async () => { + // eslint-disable-next-line @typescript-eslint/no-require-imports + const callStepFileModule = require('../call-step-file') + + // First, set up normal behavior + callStepFileModule.callStepFile.mockImplementation(async () => ({ + status: 200, + body: { success: true }, + })) + + const step: Step = { + filePath: path.join(__dirname, 'steps', 'api-step.ts'), + version: '1.0.0', + config: { + type: 'api', + name: 'updatable-middleware-step', + path: '/updatable-route', + method: 'POST', + emits: [], + middleware: [testMiddleware], + }, + } + + server.addRoute(step) + server.removeRoute(step) + + // Change implementation to simulate the blocking middleware + callStepFileModule.callStepFile.mockImplementation(async () => ({ + status: 403, + body: { error: 'Access denied by middleware' }, + })) + + step.config.middleware = [blockingMiddleware] + server.addRoute(step) + + const response = await request(server.app).post('/updatable-route').send({ test: 'data' }) + + expect(response.status).toBe(403) + expect(response.body).toEqual({ error: 'Access denied by middleware' }) + }) +}) diff --git a/data/packages/core/src/__tests__/server.test.ts b/data/packages/core/src/__tests__/server.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..676a102743f4970e4405bd5a4832b6c25dfff230 --- /dev/null +++ b/data/packages/core/src/__tests__/server.test.ts @@ -0,0 +1,121 @@ +import { createServer, MotiaServer } from '../server' +import { createEventManager } from '../event-manager' +import { LockedData } from '../locked-data' +import { ApiRouteConfig, Step } from '../types' +import request from 'supertest' +import { createApiStep } from './fixtures/step-fixtures' +import { MemoryStateAdapter } from '../state/adapters/memory-state-adapter' +import path from 'path' +import { NoPrinter } from '../printer' + +const config = { isVerbose: true, isDev: true, version: '1.0.0' } + +describe('Server', () => { + beforeAll(() => { + process.env._MOTIA_TEST_MODE = 'true' + }) + + describe('CORS', () => { + const baseDir = path.join(__dirname, 'steps') + let server: MotiaServer + + beforeEach(async () => { + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + const eventManager = createEventManager() + const state = new MemoryStateAdapter() + server = await createServer(lockedData, eventManager, state, config) + }) + + afterEach(async () => server?.close()) + + it('should allow all origins', async () => { + const response = await request(server.app).options('/') + expect(response.status).toBe(204) + expect(response.headers['access-control-allow-origin']).toBe('*') + }) + }) + + describe('API With multiple languages', () => { + const baseDir = path.join(__dirname, 'steps') + let server: MotiaServer + + beforeEach(async () => { + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + const eventManager = createEventManager() + const state = new MemoryStateAdapter() + server = await createServer(lockedData, eventManager, state, config) + }) + afterEach(async () => server?.close()) + + it('should run node API steps', async () => { + const mockApiStep: Step = createApiStep( + { emits: ['TEST_EVENT'], path: '/test', method: 'POST' }, + path.join(baseDir, 'api-step.ts'), + ) + + server.addRoute(mockApiStep) + + const response = await request(server.app).post('/test') + expect(response.status).toBe(200) + expect(response.body.traceId).toBeDefined() + }) + + it('should run python API steps', async () => { + const mockApiStep: Step = createApiStep( + { emits: ['TEST_EVENT'], path: '/test', method: 'POST' }, + path.join(baseDir, 'api-step.py'), + ) + + server.addRoute(mockApiStep) + + const response = await request(server.app).post('/test') + expect(response.status).toBe(200) + expect(response.body.traceId).toBeDefined() + }) + + it.skip('should run ruby API steps', async () => { + const mockApiStep: Step = createApiStep( + { emits: ['TEST_EVENT'], path: '/test', method: 'POST' }, + path.join(baseDir, 'api-step.rb'), + ) + + server.addRoute(mockApiStep) + + const response = await request(server.app).post('/test') + expect(response.status).toBe(200) + expect(response.body.traceId).toBeDefined() + }) + }) + + describe('Router', () => { + it('should create routes from locked data API steps', async () => { + const eventManager = createEventManager() + const state = new MemoryStateAdapter() + const baseDir = __dirname + const lockedData = new LockedData(baseDir, 'memory', new NoPrinter()) + const mockApiStep: Step = createApiStep( + { emits: ['TEST_EVENT'], path: '/test', method: 'POST' }, + path.join(baseDir, 'steps', 'api-step.ts'), + ) + + lockedData.createStep(mockApiStep, { disableTypeCreation: true }) + + const server = await createServer(lockedData, eventManager, state, config) + + const response = await request(server.app).post('/test') + expect(response.status).toBe(200) + + server.removeRoute(mockApiStep) + + const notFound = await request(server.app).post('/test') + expect(notFound.status).toBe(404) + + server.addRoute(mockApiStep) + + const found = await request(server.app).post('/test') + expect(found.status).toBe(200) + + await server.close() + }) + }) +}) diff --git a/data/packages/core/src/__tests__/steps/api-step-with-middleware.ts b/data/packages/core/src/__tests__/steps/api-step-with-middleware.ts new file mode 100644 index 0000000000000000000000000000000000000000..fa8fa30fc3d63b91fcbfc01f93cff84b152f3791 --- /dev/null +++ b/data/packages/core/src/__tests__/steps/api-step-with-middleware.ts @@ -0,0 +1,101 @@ +import { ApiRequest, ApiResponse, ApiRouteConfig, ApiRouteHandler, FlowContext, ApiMiddleware } from '../../types' + +const loggerMiddleware: ApiMiddleware = async (req, ctx, next) => { + ctx.logger.info(`[Middleware] Request with body:`, req.body) + return next() +} + +const corsMiddleware = (allowedOrigins: string[]): ApiMiddleware => { + return async (req, ctx, next) => { + const origin = req.headers.origin + + if (origin && (allowedOrigins.includes('*') || allowedOrigins.includes(origin as string))) { + ctx.logger.debug(`[CORS] Allowing origin: ${origin}`) + req.headers['x-cors-origin'] = origin + req.headers['x-cors-allowed'] = 'true' + } + + const response = await next() + + // Add CORS headers to response + if (origin && (allowedOrigins.includes('*') || allowedOrigins.includes(origin as string))) { + response.headers = { + ...response.headers, + 'Access-Control-Allow-Origin': Array.isArray(origin) ? origin[0] : origin, + 'Access-Control-Allow-Methods': 'GET,POST,PUT,DELETE,OPTIONS', + 'Access-Control-Allow-Headers': 'Content-Type,Authorization', + } + } + + return response + } +} + +const jsonValidatorMiddleware: ApiMiddleware = async (req, ctx, next) => { + try { + if (typeof req.body === 'string') { + req.body = JSON.parse(req.body) + } + return next() + } catch (error) { + ctx.logger.error('Invalid JSON in request body') + return { + status: 400, + body: { error: 'Invalid JSON format' }, + } + } +} + +const rateLimiterMiddleware: ApiMiddleware = (() => { + const requests: Record = {} + const limit = 100 + const windowMs = 60000 // 1 minute + + return async (req, ctx, next) => { + const ip = req.headers['x-forwarded-for'] || 'unknown-ip' + const ipStr = Array.isArray(ip) ? ip[0] : ip + + const now = Date.now() + if (!requests[ipStr]) { + requests[ipStr] = [] + } + + // Remove old requests outside the time window + requests[ipStr] = requests[ipStr].filter((time) => now - time < windowMs) + + if (requests[ipStr].length >= limit) { + ctx.logger.warn(`[Rate Limit] Too many requests from IP: ${ipStr}`) + return { + status: 429, + body: { error: 'Too many requests, please try again later' }, + } + } + + // Add current request + requests[ipStr].push(now) + ctx.logger.info(`Request from IP: ${ipStr}`) + + return next() + } +})() + +export const config: ApiRouteConfig = { + type: 'api', + name: 'api-with-middleware', + emits: ['TEST_EVENT'], + path: '/test-middleware', + method: 'POST', + middleware: [loggerMiddleware, corsMiddleware(['*']), jsonValidatorMiddleware, rateLimiterMiddleware], +} + +export const handler: ApiRouteHandler = async (req: ApiRequest, ctx: FlowContext): Promise => { + ctx.logger.info('Processing api-with-middleware', req) + + return { + status: 200, + body: { + message: 'Success', + receivedData: req.body, + }, + } +} diff --git a/data/packages/core/src/__tests__/steps/api-step.py b/data/packages/core/src/__tests__/steps/api-step.py new file mode 100644 index 0000000000000000000000000000000000000000..d7009ef7941208b2652711b52a8041c35a001d68 --- /dev/null +++ b/data/packages/core/src/__tests__/steps/api-step.py @@ -0,0 +1,20 @@ + +config = { + "type": "api", + "name": "api-step", + "emits": ["TEST_EVENT"], + "path": "/test", + "method": "POST" +} + + +async def handler(_, context): + await context.emit({ + "data": {"test": "data"}, + "topic": "TEST_EVENT" + }) + + return { + "status": 200, + "body": {"traceId": context.trace_id} + } diff --git a/data/packages/core/src/__tests__/steps/api-step.rb b/data/packages/core/src/__tests__/steps/api-step.rb new file mode 100644 index 0000000000000000000000000000000000000000..8c8c39abab8c1f4935f289a5e884fb5ec0574798 --- /dev/null +++ b/data/packages/core/src/__tests__/steps/api-step.rb @@ -0,0 +1,21 @@ +def config + { + type: "api", + name: "api-step", + emits: ["TEST_EVENT"], + path: "/test", + method: "POST" + } + end + + def handler(req, ctx) + ctx.emit({ + "topic" => "TEST_EVENT", + "data" => { "test" => "data" } + }) + + { + "status" => 200, + "body" => { "traceId" => ctx.traceId } + } + end \ No newline at end of file diff --git a/data/packages/core/src/__tests__/steps/api-step.ts b/data/packages/core/src/__tests__/steps/api-step.ts new file mode 100644 index 0000000000000000000000000000000000000000..effbadb6e402d10400fa032dcb39517d40a581e6 --- /dev/null +++ b/data/packages/core/src/__tests__/steps/api-step.ts @@ -0,0 +1,20 @@ +import { ApiResponse, ApiRouteConfig, ApiRouteHandler, FlowContext } from '../../types' + +export const config: ApiRouteConfig = { + type: 'api', + name: 'api-step', + emits: ['TEST_EVENT'], + path: '/test', + method: 'POST', +} + +type EmitData = { topic: 'TEST_EVENT'; data: { test: string } } + +export const handler: ApiRouteHandler, EmitData> = async ( + _, + ctx: FlowContext, +) => { + await ctx.emit({ data: { test: 'data' }, topic: 'TEST_EVENT' }) + + return { status: 200, body: { traceId: ctx.traceId } } +} diff --git a/data/packages/core/src/__tests__/steps/cron-step.ts b/data/packages/core/src/__tests__/steps/cron-step.ts new file mode 100644 index 0000000000000000000000000000000000000000..201f3206287f1637ea887ee0b61d255ba0b63af0 --- /dev/null +++ b/data/packages/core/src/__tests__/steps/cron-step.ts @@ -0,0 +1,14 @@ +import { CronConfig, CronHandler, FlowContext } from '../../types' + +export const config: CronConfig = { + type: 'cron', + name: 'cron-step', + emits: ['TEST_EVENT'], + cron: '* * * * *', // Run every minute +} + +type EmitData = { topic: 'TEST_EVENT'; data: { test: string } } + +export const handler: CronHandler = async (ctx: FlowContext) => { + await ctx.emit({ data: { test: 'data' }, topic: 'TEST_EVENT' }) +} diff --git a/data/packages/core/src/__tests__/types/generate-type-from-schema.test.ts b/data/packages/core/src/__tests__/types/generate-type-from-schema.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..79c886bac6e67f06d1a76bf9530b8e185f86b8ce --- /dev/null +++ b/data/packages/core/src/__tests__/types/generate-type-from-schema.test.ts @@ -0,0 +1,42 @@ +import { z } from 'zod' +import zodToJsonSchema from 'zod-to-json-schema' +import { generateTypeFromSchema } from '../../types/generate-type-from-schema' +import { JsonSchema } from '../../types/schema.types' + +describe('generateTypeFromSchema', () => { + it('should generate a type from a schema with z.record', () => { + const schema = zodToJsonSchema(z.record(z.string(), z.string())) as JsonSchema + const type = generateTypeFromSchema(schema) + expect(type).toEqual('Record') + }) + + it('should generate a type from a schema with z.record and z.object', () => { + const schema = zodToJsonSchema(z.record(z.string(), z.object({ name: z.string() }))) as JsonSchema + const type = generateTypeFromSchema(schema) as string + expect(type).toEqual('Record') + }) + + it('should generate a type from a schema', () => { + const schema = zodToJsonSchema(z.object({ name: z.string() })) as JsonSchema + const type = generateTypeFromSchema(schema) + expect(type).toEqual('{ name: string }') + }) + + it('should generate a type from a schema with an optional property', () => { + const schema = zodToJsonSchema(z.object({ name: z.string().optional() })) as JsonSchema + const type = generateTypeFromSchema(schema) + expect(type).toEqual('{ name?: string }') + }) + + it('should generate a type from a schema with an array of objects', () => { + const schema = zodToJsonSchema(z.array(z.object({ name: z.string() }))) as JsonSchema + const type = generateTypeFromSchema(schema) + expect(type).toEqual('{ name: string }[]') + }) + + it('should generate a type from a schema with an enum', () => { + const schema = zodToJsonSchema(z.object({ status: z.enum(['open', 'closed']) })) as JsonSchema + const type = generateTypeFromSchema(schema) + expect(type).toEqual("{ status: 'open' | 'closed' }") + }) +}) diff --git a/data/packages/core/src/__tests__/types/merge-types.test.ts b/data/packages/core/src/__tests__/types/merge-types.test.ts new file mode 100644 index 0000000000000000000000000000000000000000..6c3469216b7d66d294fae34b23c277a708570089 --- /dev/null +++ b/data/packages/core/src/__tests__/types/merge-types.test.ts @@ -0,0 +1,80 @@ +import { z } from 'zod' +import zodToJsonSchema from 'zod-to-json-schema' +import { mergeSchemas } from '../../types/merge-schemas' +import { JsonSchema, JsonSchemaError } from '../../types/schema.types' + +describe('mergeSchemas', () => { + it('should merge two schemas with optional properties', () => { + const schema = zodToJsonSchema(z.object({ name: z.string().optional() })) as JsonSchema + const otherSchema = zodToJsonSchema(z.object({ age: z.number().optional() })) as JsonSchema + const merged = mergeSchemas(schema, otherSchema) + + expect(merged).toEqual({ + type: 'object', + properties: { + name: { type: 'string' }, + age: { type: 'number' }, + }, + required: [], + }) + }) + + it('should merge two schemas with common required properties', () => { + const schema = zodToJsonSchema(z.object({ name: z.string(), familyName: z.string().optional() })) as JsonSchema + const otherSchema = zodToJsonSchema(z.object({ name: z.string(), age: z.number().optional() })) as JsonSchema + const merged = mergeSchemas(schema, otherSchema) + + expect(merged).toEqual({ + type: 'object', + properties: { + name: { type: 'string' }, + familyName: { type: 'string' }, + age: { type: 'number' }, + }, + required: ['name'], + }) + }) + + it('should merge subschemas from array', () => { + const schema = zodToJsonSchema(z.array(z.object({ name: z.string().optional() }))) as JsonSchema + const otherSchema = zodToJsonSchema(z.array(z.object({ age: z.number().optional() }))) as JsonSchema + const merged = mergeSchemas(schema, otherSchema) + + expect(merged).toEqual({ + type: 'array', + items: { + type: 'object', + properties: { + name: { type: 'string' }, + age: { type: 'number' }, + }, + required: [], + }, + }) + }) + + it('should merge sub schemas from object', () => { + const schema = zodToJsonSchema(z.object({ user: z.object({ name: z.string().optional() }) })) as JsonSchema + const otherSchema = zodToJsonSchema(z.object({ user: z.object({ age: z.number().optional() }) })) as JsonSchema + const merged = mergeSchemas(schema, otherSchema) + + expect(merged).toEqual({ + type: 'object', + properties: { + user: { + type: 'object', + properties: { name: { type: 'string' }, age: { type: 'number' } }, + required: [], + }, + }, + required: ['user'], + }) + }) + + it('should throw error if schemas are not compatible', () => { + const schema = zodToJsonSchema(z.object({ name: z.string() })) as JsonSchema + const otherSchema = zodToJsonSchema(z.object({ age: z.number() })) as JsonSchema + + expect(() => mergeSchemas(schema, otherSchema)).toThrow(JsonSchemaError) + }) +}) diff --git a/data/packages/core/src/__tests__/utils/middlewares.ts b/data/packages/core/src/__tests__/utils/middlewares.ts new file mode 100644 index 0000000000000000000000000000000000000000..faeb9a6f9277fc90635b6df61f37f10e870a5ad9 --- /dev/null +++ b/data/packages/core/src/__tests__/utils/middlewares.ts @@ -0,0 +1,75 @@ +import { ApiMiddleware } from '../../types' + +export const loggerMiddleware: ApiMiddleware = async (req, ctx, next) => { + console.log(`[Middleware] Request with body:`, req.body) + return next() +} + +export const authMiddleware = (requiredRole: string): ApiMiddleware => { + return async (req, ctx, next) => { + const authHeader = req.headers.authorization + + if (!authHeader) { + return { + status: 401, + body: { error: 'Authorization header is required' }, + } + } + + // Simple example - in real world, you'd validate the token + // and check the user's role against the required role + if (!authHeader.includes(requiredRole)) { + return { + status: 403, + body: { error: `Required role: ${requiredRole}` }, + } + } + + return next() + } +} + +export const rateLimitMiddleware = (limit: number, windowMs: number): ApiMiddleware => { + const requests: Record = {} + + return async (req, ctx, next) => { + const ip = req.headers['x-forwarded-for'] || 'unknown-ip' + const ipStr = Array.isArray(ip) ? ip[0] : ip + + const now = Date.now() + if (!requests[ipStr]) { + requests[ipStr] = [] + } + + requests[ipStr] = requests[ipStr].filter((time) => now - time < windowMs) + + if (requests[ipStr].length >= limit) { + return { + status: 429, + body: { error: 'Too many requests, please try again later' }, + } + } + + requests[ipStr].push(now) + return next() + } +} + +export const corsMiddleware = (allowedOrigins: string[]): ApiMiddleware => { + return async (req, ctx, next) => { + const origin = req.headers.origin + + const response = await next() + + if (origin && (allowedOrigins.includes('*') || allowedOrigins.includes(origin as string))) { + response.headers = { + ...response.headers, + 'Access-Control-Allow-Origin': Array.isArray(origin) ? origin[0] : origin, + 'Access-Control-Allow-Methods': 'GET,POST,PUT,DELETE,OPTIONS', + 'Access-Control-Allow-Headers': 'Content-Type,Authorization', + } + } + + return response + } +} diff --git a/data/packages/core/src/analytics-endpoint.ts b/data/packages/core/src/analytics-endpoint.ts new file mode 100644 index 0000000000000000000000000000000000000000..146a582f6a1dc0d7350e7ac07118757635ff577a --- /dev/null +++ b/data/packages/core/src/analytics-endpoint.ts @@ -0,0 +1,31 @@ +import { Express } from 'express' +import { getProjectIdentifier, getUserIdentifier, isAnalyticsEnabled } from './analytics/utils' + +export const analyticsEndpoint = (app: Express, baseDir: string) => { + app.get('/motia/analytics/user', (req, res) => { + const analyticsEnabled = isAnalyticsEnabled() + + if (!analyticsEnabled) { + res.json({ + userId: null, + projectId: null, + motiaVersion: null, + analyticsEnabled: false, + }) + return + } + + res.json({ + userId: getUserIdentifier(), + projectId: getProjectIdentifier(baseDir), + motiaVersion: process.env.npm_package_dependencies_motia || 'unknown', + analyticsEnabled: true, + }) + }) + + app.get('/motia/analytics/status', (req, res) => { + res.json({ + analyticsEnabled: isAnalyticsEnabled(), + }) + }) +} diff --git a/data/packages/core/src/analytics/utils.ts b/data/packages/core/src/analytics/utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..8c65a09600016530ab357df241523d9d1e5f66da --- /dev/null +++ b/data/packages/core/src/analytics/utils.ts @@ -0,0 +1,45 @@ +import path from 'path' +import fs from 'fs' +import os from 'os' +import crypto from 'crypto' +import { track } from '@amplitude/analytics-node' + +export const getProjectName = (baseDir: string): string => { + const packageJsonPath = path.join(baseDir, 'package.json') + if (fs.existsSync(packageJsonPath)) { + const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8')) + return packageJson.name || path.basename(baseDir) + } + + return 'unknown' +} + +export const getUserIdentifier = (): string => { + const userInfo = `${os.userInfo().username}${os.hostname()}` + return crypto.createHash('sha256').update(userInfo).digest('hex').substring(0, 16) +} + +export const getProjectIdentifier = (baseDir: string): string => { + try { + return crypto.createHash('sha256').update(getProjectName(baseDir)).digest('hex').substring(0, 16) + } catch (error) { + return 'unknown' + } +} + +export const isAnalyticsEnabled = (): boolean => { + return process.env.MOTIA_ANALYTICS_DISABLED !== 'true' +} + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +export const trackEvent = (eventName: string, properties: Record = {}) => { + try { + if (isAnalyticsEnabled()) { + track(eventName, properties, { + user_id: getUserIdentifier() || 'unknown', + }) + } + } catch (error) { + // Silently fail to not disrupt dev server + } +} diff --git a/data/packages/core/src/call-step-file.ts b/data/packages/core/src/call-step-file.ts new file mode 100644 index 0000000000000000000000000000000000000000..bccb055c0cb61df042a518dc63b93c570faba13d --- /dev/null +++ b/data/packages/core/src/call-step-file.ts @@ -0,0 +1,244 @@ +import path from 'path' +import { trackEvent } from './analytics/utils' +import { Motia } from './motia' +import { ProcessManager } from './process-communication/process-manager' +import { Event, Step } from './types' +import { BaseStreamItem, StateStreamEvent, StateStreamEventChannel } from './types-stream' +import { isAllowedToEmit } from './utils' +import { Logger } from './logger' +import { Tracer } from './observability' +import { TraceError } from './observability/types' + +type StateGetInput = { traceId: string; key: string } +type StateSetInput = { traceId: string; key: string; value: unknown } +type StateDeleteInput = { traceId: string; key: string } +type StateClearInput = { traceId: string } + +type StateStreamGetInput = { groupId: string; id: string } +type StateStreamSendInput = { channel: StateStreamEventChannel; event: StateStreamEvent } +type StateStreamMutateInput = { groupId: string; id: string; data: BaseStreamItem } + +const getLanguageBasedRunner = ( + stepFilePath = '', +): { + command: string + runner: string + args: string[] +} => { + const isPython = stepFilePath.endsWith('.py') + const isRuby = stepFilePath.endsWith('.rb') + const isNode = stepFilePath.endsWith('.js') || stepFilePath.endsWith('.ts') + + if (isPython) { + const pythonRunner = path.join(__dirname, 'python', 'python-runner.py') + return { runner: pythonRunner, command: 'python', args: [] } + } else if (isRuby) { + const rubyRunner = path.join(__dirname, 'ruby', 'ruby-runner.rb') + return { runner: rubyRunner, command: 'ruby', args: [] } + } else if (isNode) { + if (process.env._MOTIA_TEST_MODE === 'true') { + const nodeRunner = path.join(__dirname, 'node', 'node-runner.ts') + return { runner: nodeRunner, command: 'node', args: ['-r', 'ts-node/register'] } + } + + const nodeRunner = path.join(__dirname, 'node', 'node-runner.js') + return { runner: nodeRunner, command: 'node', args: [] } + } + + throw Error(`Unsupported file extension ${stepFilePath}`) +} + +type CallStepFileOptions = { + step: Step + traceId: string + data?: unknown + contextInFirstArg?: boolean + logger: Logger + tracer: Tracer +} + +export const callStepFile = (options: CallStepFileOptions, motia: Motia): Promise => { + const { step, traceId, data, tracer, logger, contextInFirstArg = false } = options + + const flows = step.config.flows + + return new Promise((resolve, reject) => { + const streamConfig = motia.lockedData.getStreams() + const streams = Object.keys(streamConfig).map((name) => ({ name })) + const jsonData = JSON.stringify({ data, flows, traceId, contextInFirstArg, streams }) + const { runner, command, args } = getLanguageBasedRunner(step.filePath) + let result: TData | undefined + + const processManager = new ProcessManager({ + command, + args: [...args, runner, step.filePath, jsonData], + logger, + context: 'StepExecution', + }) + + trackEvent('step_execution_started', { + stepName: step.config.name, + language: command, + type: step.config.type, + streams: streams.length, + }) + + processManager + .spawn() + .then(() => { + processManager.handler('close', async (err) => { + processManager.kill() + + if (err) { + trackEvent('step_execution_error', { + stepName: step.config.name, + traceId, + message: err.message, + }) + } + + if (err) { + tracer.end({ + message: err.message, + code: err.code, + stack: err.stack?.replace(new RegExp(`${motia.lockedData.baseDir}/`), ''), + }) + } else { + tracer.end() + } + }) + processManager.handler('log', async (input: unknown) => logger.log(input)) + + processManager.handler('state.get', async (input) => { + tracer.stateOperation('get', input) + return motia.state.get(input.traceId, input.key) + }) + + processManager.handler('state.set', async (input) => { + tracer.stateOperation('set', { traceId: input.traceId, key: input.key, value: true }) + return motia.state.set(input.traceId, input.key, input.value) + }) + + processManager.handler('state.delete', async (input) => { + tracer.stateOperation('delete', input) + return motia.state.delete(input.traceId, input.key) + }) + + processManager.handler('state.clear', async (input) => { + tracer.stateOperation('clear', input) + return motia.state.clear(input.traceId) + }) + + processManager.handler(`state.getGroup`, (input) => { + tracer.stateOperation('getGroup', input) + return motia.state.getGroup(input.groupId) + }) + + processManager.handler('result', async (input) => { + result = input + }) + + processManager.handler('emit', async (input) => { + const flows = step.config.flows + + if (!isAllowedToEmit(step, input.topic)) { + tracer.emitOperation(input.topic, input.data, false) + return motia.printer.printInvalidEmit(step, input.topic) + } + + tracer.emitOperation(input.topic, input.data, true) + return motia.eventManager.emit({ ...input, traceId, flows, logger, tracer }, step.filePath) + }) + + Object.entries(streamConfig).forEach(([name, streamFactory]) => { + const stateStream = streamFactory() + + processManager.handler(`streams.${name}.get`, async (input) => { + tracer.streamOperation(name, 'get', input) + return stateStream.get(input.groupId, input.id) + }) + + processManager.handler(`streams.${name}.set`, async (input) => { + tracer.streamOperation(name, 'set', { groupId: input.groupId, id: input.id, data: true }) + return stateStream.set(input.groupId, input.id, input.data) + }) + + processManager.handler(`streams.${name}.delete`, async (input) => { + tracer.streamOperation(name, 'delete', input) + return stateStream.delete(input.groupId, input.id) + }) + + processManager.handler(`streams.${name}.getGroup`, async (input) => { + tracer.streamOperation(name, 'getGroup', input) + return stateStream.getGroup(input.groupId) + }) + + processManager.handler(`streams.${name}.send`, async (input) => { + tracer.streamOperation(name, 'send', input) + return stateStream.send(input.channel, input.event) + }) + }) + + processManager.onStdout((data) => { + try { + const message = JSON.parse(data.toString()) + logger.log(message) + } catch { + logger.info(Buffer.from(data).toString()) + } + }) + + processManager.onStderr((data) => logger.error(Buffer.from(data).toString())) + + processManager.onProcessClose((code) => { + processManager.close() + + if (code !== 0 && code !== null) { + const error = { message: `Process exited with code ${code}`, code } + tracer.end(error) + trackEvent('step_execution_error', { stepName: step.config.name, traceId, code }) + reject(`Process exited with code ${code}`) + } else { + tracer.end() + resolve(result) + } + }) + + processManager.onProcessError((error) => { + processManager.close() + tracer.end({ + message: error.message, + code: error.code, + stack: error.stack, + }) + + if (error.code === 'ENOENT') { + trackEvent('step_execution_error', { + stepName: step.config.name, + traceId, + code: error.code, + message: error.message, + }) + reject(`Executable ${command} not found`) + } else { + reject(error) + } + }) + }) + .catch((error) => { + tracer.end({ + message: error.message, + code: error.code, + stack: error.stack, + }) + + trackEvent('step_execution_error', { + stepName: step.config.name, + traceId, + code: error.code, + message: error.message, + }) + reject(`Failed to spawn process: ${error}`) + }) + }) +} diff --git a/data/packages/core/src/config.types.ts b/data/packages/core/src/config.types.ts new file mode 100644 index 0000000000000000000000000000000000000000..8839089f6601853c13c3e64f0ef915eb6b918ead --- /dev/null +++ b/data/packages/core/src/config.types.ts @@ -0,0 +1,19 @@ +import { StepConfig } from './types' + +export type StateConfig = { + adapter: string + host: string + port: number + password?: string +} + +export type Config = { + port: number + state: StateConfig +} + +export type Step = { + config: TConfig + file: string + filePath: string +} diff --git a/data/packages/core/src/cron-handler.ts b/data/packages/core/src/cron-handler.ts new file mode 100644 index 0000000000000000000000000000000000000000..688734c883690adbc539f1417848769c00ff9a13 --- /dev/null +++ b/data/packages/core/src/cron-handler.ts @@ -0,0 +1,72 @@ +import * as cron from 'node-cron' +import { callStepFile } from './call-step-file' +import { generateTraceId } from './generate-trace-id' +import { globalLogger } from './logger' +import { Motia } from './motia' +import { CronConfig, Step } from './types' + +export type CronManager = { + createCronJob: (step: Step) => void + removeCronJob: (step: Step) => void + close: () => void +} + +export const setupCronHandlers = (motia: Motia) => { + const cronJobs = new Map() + + const createCronJob = (step: Step) => { + const { config, filePath } = step + const { cron: cronExpression, name: stepName, flows } = config + + if (!cron.validate(cronExpression)) { + globalLogger.error('[cron handler] invalid cron expression', { + expression: cronExpression, + step: stepName, + }) + return + } + + globalLogger.debug('[cron handler] setting up cron job', { + filePath, + step: stepName, + cron: cronExpression, + }) + + const task = cron.schedule(cronExpression, async () => { + const traceId = generateTraceId() + const logger = motia.loggerFactory.create({ traceId, flows, stepName }) + const tracer = await motia.tracerFactory.createTracer(traceId, step, logger) + + try { + await callStepFile({ contextInFirstArg: true, step, traceId, tracer, logger }, motia) + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + } catch (error: any) { + logger.error('[cron handler] error executing cron job', { + error: error.message, + step: step.config.name, + }) + } + }) + + cronJobs.set(step.filePath, task) + } + + const removeCronJob = (step: Step) => { + const task = cronJobs.get(step.filePath) + + if (task) { + task.stop() + cronJobs.delete(step.filePath) + } + } + + const close = () => { + cronJobs.forEach((task) => task.stop()) + cronJobs.clear() + } + + motia.lockedData.cronSteps().forEach(createCronJob) + + return { createCronJob, removeCronJob, close } +} diff --git a/data/packages/core/src/event-manager.ts b/data/packages/core/src/event-manager.ts new file mode 100644 index 0000000000000000000000000000000000000000..1e78427541014ea5576680888badddbad1321195 --- /dev/null +++ b/data/packages/core/src/event-manager.ts @@ -0,0 +1,37 @@ +import { globalLogger } from './logger' +import { Event, EventManager, Handler, SubscribeConfig, UnsubscribeConfig } from './types' + +type EventHandler = { + filePath: string + handler: Handler +} + +export const createEventManager = (): EventManager => { + const handlers: Record = {} + + const emit = async (event: Event, file?: string) => { + const eventHandlers = handlers[event.topic] ?? [] + const { logger, ...rest } = event + + logger.debug('[Flow Emit] Event emitted', { handlers: eventHandlers.length, data: rest, file }) + eventHandlers.map((eventHandler) => eventHandler.handler(event)) + } + + const subscribe = (config: SubscribeConfig) => { + const { event, handlerName, handler, filePath } = config + + if (!handlers[event]) { + handlers[event] = [] + } + + globalLogger.debug('[Flow Sub] Subscribing to event', { event, handlerName }) + handlers[event].push({ filePath, handler: handler as Handler }) + } + + const unsubscribe = (config: UnsubscribeConfig) => { + const { filePath, event } = config + handlers[event] = handlers[event]?.filter((handler) => handler.filePath !== filePath) + } + + return { emit, subscribe, unsubscribe } +} diff --git a/data/packages/core/src/flows-config-endpoint.ts b/data/packages/core/src/flows-config-endpoint.ts new file mode 100644 index 0000000000000000000000000000000000000000..26e54c8f26f1d524be5ceabfd8e149dc357a0f56 --- /dev/null +++ b/data/packages/core/src/flows-config-endpoint.ts @@ -0,0 +1,39 @@ +import path from 'path' +import { Express, Request, Response } from 'express' +import { z } from 'zod' +import { LockedData } from './locked-data' +import { FlowsConfigStream } from './streams/flows-config-stream' +import { FlowConfig } from './types/flows-config-types' + +interface ParamId { + id: string +} + +export const flowsConfigEndpoint = (app: Express, baseDir: string, lockedData: LockedData) => { + const configPath = path.join(baseDir, 'motia-workbench.json') + const stream = new FlowsConfigStream(configPath) + + lockedData.createStream( + { + filePath: '__motia.flowsConfig', + hidden: true, + config: { + name: '__motia.flowsConfig', + schema: z.object({ name: z.string(), steps: z.any(), edges: z.any() }), + baseConfig: { storageType: 'custom', factory: () => stream }, + }, + }, + { disableTypeCreation: true }, + )() + + app.post('/flows/:id/config', async (req: Request, res: Response) => { + const newFlowConfig: FlowConfig = req.body + try { + await stream.set('default', newFlowConfig.id, newFlowConfig) + res.status(200).send({ message: 'Flow config saved successfully' }) + } catch (error) { + console.error('Error saving flow config:', (error as Error).message) + res.status(500).json({ error: 'Failed to save flow config' }) + } + }) +} diff --git a/data/packages/core/src/flows-endpoint.ts b/data/packages/core/src/flows-endpoint.ts new file mode 100644 index 0000000000000000000000000000000000000000..84555d72dee7187a7f6d285a88069bb5dd6fd88f --- /dev/null +++ b/data/packages/core/src/flows-endpoint.ts @@ -0,0 +1,33 @@ +import { z } from 'zod' +import { LockedData } from './locked-data' +import { FlowsStream } from './streams/flows-stream' +import { generateFlow } from './helper/flows-helper' + +export const flowsEndpoint = (lockedData: LockedData) => { + const flowsStream = lockedData.createStream( + { + filePath: '__motia.flows', + hidden: true, + config: { + name: '__motia.flows', + schema: z.object({ id: z.string(), name: z.string(), steps: z.any(), edges: z.any() }), + baseConfig: { storageType: 'custom', factory: () => new FlowsStream(lockedData) }, + }, + }, + { disableTypeCreation: true }, + )() + + lockedData.on('flow-created', (flowId) => { + const flow = lockedData.flows[flowId] + const response = generateFlow(flowId, flow.steps) + flowsStream.set('default', flowId, response) + }) + + lockedData.on('flow-updated', (flowId) => { + const flow = lockedData.flows[flowId] + const response = generateFlow(flowId, flow.steps) + flowsStream.set('default', flowId, response) + }) + + lockedData.on('flow-removed', (flowId) => flowsStream.delete('default', flowId)) +} diff --git a/data/packages/core/src/generate-trace-id.ts b/data/packages/core/src/generate-trace-id.ts new file mode 100644 index 0000000000000000000000000000000000000000..30a641df52c0886266300289fafa6e3c54277994 --- /dev/null +++ b/data/packages/core/src/generate-trace-id.ts @@ -0,0 +1,10 @@ +export const generateCode = (length = 6) => { + const chars = 'ABCDEFGHJKMNPQRSTUVWXYZ123456789' + return Array.from({ length }, () => chars[Math.floor(Math.random() * chars.length)]).join('') +} + +export const generateTraceId = () => { + const datePart = String(Date.now()).slice(6) + const randomPart = generateCode(5) + return `${randomPart}-${datePart}` +} diff --git a/data/packages/core/src/get-step-config.ts b/data/packages/core/src/get-step-config.ts new file mode 100644 index 0000000000000000000000000000000000000000..734b487dd49a35e802a3d0f61e68b334db8eb0e7 --- /dev/null +++ b/data/packages/core/src/get-step-config.ts @@ -0,0 +1,95 @@ +import path from 'path' +import { StepConfig } from './types' +import { globalLogger } from './logger' +import { StreamConfig } from './types-stream' +import { ProcessManager } from './process-communication/process-manager' + +const getLanguageBasedRunner = ( + stepFilePath = '', +): { + command: string + runner: string + args: string[] +} => { + const isPython = stepFilePath.endsWith('.py') + const isRuby = stepFilePath.endsWith('.rb') + const isNode = stepFilePath.endsWith('.js') || stepFilePath.endsWith('.ts') + + if (isPython) { + const pythonRunner = path.join(__dirname, 'python', 'get-config.py') + return { runner: pythonRunner, command: 'python', args: [] } + } else if (isRuby) { + const rubyRunner = path.join(__dirname, 'ruby', 'get-config.rb') + return { runner: rubyRunner, command: 'ruby', args: [] } + } else if (isNode) { + if (process.env._MOTIA_TEST_MODE === 'true') { + const nodeRunner = path.join(__dirname, 'node', 'get-config.ts') + return { runner: nodeRunner, command: 'node', args: ['-r', 'ts-node/register'] } + } + + const nodeRunner = path.join(__dirname, 'node', 'get-config.js') + return { runner: nodeRunner, command: 'node', args: [] } + } + + throw Error(`Unsupported file extension ${stepFilePath}`) +} + +const getConfig = (file: string): Promise => { + const { runner, command, args } = getLanguageBasedRunner(file) + + return new Promise((resolve, reject) => { + let config: T | null = null + + const processManager = new ProcessManager({ + command, + args: [...args, runner, file], + logger: globalLogger, + context: 'Config', + }) + + processManager + .spawn() + .then(() => { + processManager.onMessage((message) => { + config = message + globalLogger.debug(`[Config] Read config via ${processManager.commType?.toUpperCase()}`, { + config, + communicationType: processManager.commType, + }) + resolve(config) + processManager.kill() + }) + + processManager.onProcessClose((code) => { + processManager.close() + if (config) { + return + } else if (code !== 0) { + reject(`Process exited with code ${code}`) + } else if (!config) { + reject(`No config found for file ${file}`) + } + }) + + processManager.onProcessError((error) => { + processManager.close() + if (error.code === 'ENOENT') { + reject(`Executable ${command} not found`) + } else { + reject(error) + } + }) + }) + .catch((error) => { + reject(`Failed to spawn process: ${error}`) + }) + }) +} + +export const getStepConfig = (file: string): Promise => { + return getConfig(file) +} + +export const getStreamConfig = (file: string): Promise => { + return getConfig(file) +} diff --git a/data/packages/core/src/get-step-language.ts b/data/packages/core/src/get-step-language.ts new file mode 100644 index 0000000000000000000000000000000000000000..5c713b8483ab6b2fe6c4c81bc324a14a4d91e475 --- /dev/null +++ b/data/packages/core/src/get-step-language.ts @@ -0,0 +1,29 @@ +export const getStepLanguage = (fileExtension?: string): string | undefined => { + if (!fileExtension) return + + if (fileExtension.endsWith('.js')) { + return 'javascript' + } + + if (fileExtension.endsWith('.ts')) { + return 'typescript' + } + + if (fileExtension.endsWith('.py')) { + return 'python' + } + + if (fileExtension.endsWith('.go')) { + return 'go' + } + + if (fileExtension.endsWith('.rb')) { + return 'ruby' + } + + if (fileExtension.endsWith('.php')) { + return 'php' + } + + return +} diff --git a/data/packages/core/src/guards.ts b/data/packages/core/src/guards.ts new file mode 100644 index 0000000000000000000000000000000000000000..211d5dc8204bd323d3fff0156add48f0ded54e4e --- /dev/null +++ b/data/packages/core/src/guards.ts @@ -0,0 +1,6 @@ +import { ApiRouteConfig, EventConfig, NoopConfig, Step, CronConfig } from './types' + +export const isApiStep = (step: Step): step is Step => step.config.type === 'api' +export const isEventStep = (step: Step): step is Step => step.config.type === 'event' +export const isNoopStep = (step: Step): step is Step => step.config.type === 'noop' +export const isCronStep = (step: Step): step is Step => step.config.type === 'cron' diff --git a/data/packages/core/src/helper/flows-helper.ts b/data/packages/core/src/helper/flows-helper.ts new file mode 100644 index 0000000000000000000000000000000000000000..6bb440af7e15b55f43c4872572f71c993e9525a2 --- /dev/null +++ b/data/packages/core/src/helper/flows-helper.ts @@ -0,0 +1,173 @@ +// Helper functions +import { Emit, Step } from 'src/types' +import { isApiStep, isCronStep, isEventStep, isNoopStep } from '../guards' +import { FlowEdge, FlowResponse, FlowStepResponse } from '../types/flows-types' +import { getStepLanguage } from '../get-step-language' +import path from 'path' +import fs from 'fs' +import { v5 as uuidv5 } from 'uuid' + +const getNodeComponentPath = (filePath: string): string | undefined => { + const filePathWithoutExtension = filePath.replace(/\.[^/.]+$/, '') + const tsxPath = filePathWithoutExtension + '.tsx' + const jsxPath = filePathWithoutExtension + '.jsx' + + if (fs.existsSync(tsxPath)) return tsxPath + if (fs.existsSync(jsxPath)) return jsxPath +} + +const getRelativePath = (filePath: string): string => { + const baseDir = process.cwd() + return path.relative(baseDir, filePath) +} + +const createEdge = ( + sourceId: string, + targetId: string, + topic: string, + label: string | undefined, + variant: 'event' | 'virtual', + conditional?: boolean, +): FlowEdge => ({ + id: `${sourceId}-${targetId}`, + source: sourceId, + target: targetId, + data: { + variant, + label, + topic, + labelVariant: conditional ? 'conditional' : 'default', + }, +}) + +const processEmit = (emit: Emit): { topic: string; label?: string; conditional?: boolean } => { + const isString = typeof emit === 'string' + + return { + topic: isString ? emit : emit.topic, + label: isString ? undefined : emit.label, + conditional: isString ? undefined : emit.conditional, + } +} + +const createEdgesForEmits = ( + sourceStep: FlowStepResponse, + targetSteps: FlowStepResponse[], + emits: Emit[], + variant: 'event' | 'virtual', +): FlowEdge[] => { + const edges: FlowEdge[] = [] + + emits.forEach((emit) => { + const { topic, label, conditional } = processEmit(emit) + + targetSteps.forEach((targetStep) => { + if (targetStep.subscribes?.includes(topic)) { + edges.push(createEdge(sourceStep.id, targetStep.id, topic, label, variant, conditional)) + } + }) + }) + + return edges +} + +const createBaseStepResponse = ( + step: Step, + id: string, +): Pick => ({ + id, + name: step.config.name, + description: step.config.description, + nodeComponentPath: getNodeComponentPath(step.filePath), + filePath: getRelativePath(step.filePath), + language: getStepLanguage(step.filePath), +}) + +const createApiStepResponse = (step: Step, id: string): FlowStepResponse => { + if (!isApiStep(step)) { + throw new Error('Attempted to create API step response with non-API step') + } + + return { + ...createBaseStepResponse(step, id), + type: 'api', + emits: step.config.emits, + virtualEmits: step.config.virtualEmits ?? [], + subscribes: step.config.virtualSubscribes ?? undefined, + action: 'webhook', + webhookUrl: `${step.config.method} ${step.config.path}`, + bodySchema: step.config.bodySchema ?? undefined, + } +} + +const createEventStepResponse = (step: Step, id: string): FlowStepResponse => { + if (!isEventStep(step)) { + throw new Error('Attempted to create Event step response with non-Event step') + } + + return { + ...createBaseStepResponse(step, id), + type: 'event', + emits: step.config.emits, + virtualEmits: step.config.virtualEmits ?? [], + subscribes: step.config.subscribes, + } +} + +const createNoopStepResponse = (step: Step, id: string): FlowStepResponse => { + if (!isNoopStep(step)) { + throw new Error('Attempted to create Noop step response with non-Noop step') + } + + return { + ...createBaseStepResponse(step, id), + type: 'noop', + emits: [], + virtualEmits: step.config.virtualEmits, + subscribes: step.config.virtualSubscribes, + } +} + +const createCronStepResponse = (step: Step, id: string): FlowStepResponse => { + if (!isCronStep(step)) { + throw new Error('Attempted to create Cron step response with non-Cron step') + } + + return { + ...createBaseStepResponse(step, id), + type: 'cron', + emits: step.config.emits, + cronExpression: step.config.cron, + } +} + +export const STEP_NAMESPACE = '7f1c3ff2-9b00-4d0a-bdd7-efb8bca49d4f' +export const generateStepId = (filePath: string): string => { + return uuidv5(filePath, STEP_NAMESPACE) +} + +const createStepResponse = (step: Step): FlowStepResponse => { + const id = generateStepId(step.filePath) + if (isApiStep(step)) return createApiStepResponse(step, id) + if (isEventStep(step)) return createEventStepResponse(step, id) + if (isNoopStep(step)) return createNoopStepResponse(step, id) + if (isCronStep(step)) return createCronStepResponse(step, id) + + throw new Error(`Unknown step type for step: ${step.config.name}`) +} + +const createEdgesForStep = (sourceStep: FlowStepResponse, allSteps: FlowStepResponse[]): FlowEdge[] => { + const regularEdges = createEdgesForEmits(sourceStep, allSteps, sourceStep.emits, 'event') + const virtualEdges = sourceStep.virtualEmits + ? createEdgesForEmits(sourceStep, allSteps, sourceStep.virtualEmits, 'virtual') + : [] + + return [...regularEdges, ...virtualEdges] +} + +export const generateFlow = (flowId: string, flowSteps: Step[]): FlowResponse => { + const steps = flowSteps.map(createStepResponse) + const edges = steps.flatMap((step) => createEdgesForStep(step, steps)) + + return { id: flowId, name: flowId, steps, edges } +} diff --git a/data/packages/core/src/locked-data.ts b/data/packages/core/src/locked-data.ts new file mode 100644 index 0000000000000000000000000000000000000000..230d964ef7f1171c2a39fb06958c6513c7523872 --- /dev/null +++ b/data/packages/core/src/locked-data.ts @@ -0,0 +1,358 @@ +import fs from 'fs' +import path from 'path' +import { isApiStep, isCronStep, isEventStep } from './guards' +import { Printer } from './printer' +import { validateStep } from './step-validator' +import { FileStreamAdapter } from './streams/adapters/file-stream-adapter' +import { MemoryStreamAdapter } from './streams/adapters/memory-stream-adapter' +import { StreamAdapter } from './streams/adapters/stream-adapter' +import { StreamFactory } from './streams/stream-factory' +import { ApiRouteConfig, CronConfig, EventConfig, Flow, Step } from './types' +import { Stream } from './types-stream' +import { generateTypesFromSteps, generateTypesFromStreams, generateTypesString } from './types/generate-types' + +type FlowEvent = 'flow-created' | 'flow-removed' | 'flow-updated' +type StepEvent = 'step-created' | 'step-removed' | 'step-updated' +type StreamEvent = 'stream-created' | 'stream-removed' | 'stream-updated' + +type StreamWrapper = (streamName: string, factory: StreamFactory) => StreamFactory + +export class LockedData { + public flows: Record + public activeSteps: Step[] + public devSteps: Step[] + + private stepsMap: Record + private handlers: Record void)[]> + private stepHandlers: Record void)[]> + private streamHandlers: Record void)[]> + private streams: Record + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private streamWrapper?: StreamWrapper + + constructor( + public readonly baseDir: string, + public readonly streamAdapter: 'file' | 'memory' = 'file', + private readonly printer: Printer, + ) { + this.flows = {} + this.activeSteps = [] + this.devSteps = [] + this.stepsMap = {} + + this.handlers = { + 'flow-created': [], + 'flow-removed': [], + 'flow-updated': [], + } + + this.stepHandlers = { + 'step-created': [], + 'step-removed': [], + 'step-updated': [], + } + + this.streamHandlers = { + 'stream-created': [], + 'stream-removed': [], + 'stream-updated': [], + } + + this.streams = {} + } + + applyStreamWrapper(streamWrapper: StreamWrapper): void { + this.streamWrapper = streamWrapper + } + + saveTypes() { + const types = generateTypesFromSteps(this.activeSteps, this.printer) + const streams = generateTypesFromStreams(this.streams) + const typesString = generateTypesString(types, streams) + fs.writeFileSync(path.join(this.baseDir, 'types.d.ts'), typesString) + } + + on(event: FlowEvent, handler: (flowName: string) => void) { + this.handlers[event].push(handler) + } + + onStep(event: StepEvent, handler: (step: Step) => void) { + this.stepHandlers[event].push(handler) + } + + onStream(event: StreamEvent, handler: (stream: Stream) => void) { + this.streamHandlers[event].push(handler) + } + + eventSteps(): Step[] { + return this.activeSteps.filter(isEventStep) + } + + apiSteps(): Step[] { + return this.activeSteps.filter(isApiStep) + } + + cronSteps(): Step[] { + return this.activeSteps.filter(isCronStep) + } + + pythonSteps(): Step[] { + return this.activeSteps.filter((step) => step.filePath.endsWith('.py')) + } + + tsSteps(): Step[] { + return this.activeSteps.filter((step) => step.filePath.endsWith('.ts')) + } + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + getStreams(): Record> { + const streams: Record> = {} + + for (const [key, value] of Object.entries(this.streams)) { + streams[key] = value.factory + } + + return streams + } + + listStreams(): Stream[] { + return Object.values(this.streams) + } + + findStream(path: string): Stream | undefined { + return Object.values(this.streams).find((stream) => stream.filePath === path) + } + + updateStep(oldStep: Step, newStep: Step, options: { disableTypeCreation?: boolean } = {}): boolean { + if (!this.isValidStep(newStep)) { + this.deleteStep(oldStep) + + return false + } + + if (oldStep.config.type !== newStep.config.type) { + this.activeSteps = this.activeSteps.filter((s) => s.filePath !== oldStep.filePath) + this.devSteps = this.devSteps.filter((s) => s.filePath !== oldStep.filePath) + + if (newStep.config.type === 'noop') { + this.devSteps.push(newStep) + } else { + this.activeSteps.push(newStep) + } + } + + const savedStep = this.stepsMap[newStep.filePath] + const addedFlows = newStep.config.flows?.filter((flowName) => !oldStep.config.flows?.includes(flowName)) ?? [] + const removedFlows = oldStep.config.flows?.filter((flowName) => !newStep.config.flows?.includes(flowName)) ?? [] + const untouchedFlows = oldStep.config.flows?.filter((flowName) => newStep.config.flows?.includes(flowName)) ?? [] + savedStep.config = newStep.config + + untouchedFlows.forEach((flowName) => this.onFlowUpdated(flowName)) + + for (const flowName of addedFlows) { + if (!this.flows[flowName]) { + const flow = this.createFlow(flowName) + flow.steps.push(savedStep) + } else { + this.flows[flowName].steps.push(savedStep) + this.onFlowUpdated(flowName) + } + } + + for (const flowName of removedFlows) { + const flowSteps = this.flows[flowName].steps + this.flows[flowName].steps = flowSteps.filter(({ filePath }) => filePath !== newStep.filePath) + + if (this.flows[flowName].steps.length === 0) { + this.removeFlow(flowName) + } else { + this.onFlowUpdated(flowName) + } + } + + if (!options.disableTypeCreation) { + this.saveTypes() + } + + this.stepHandlers['step-updated'].forEach((handler) => handler(newStep)) + this.printer.printStepUpdated(newStep) + + return true + } + + createStep(step: Step, options: { disableTypeCreation?: boolean } = {}): boolean { + if (!this.isValidStep(step)) { + return false + } + + this.stepsMap[step.filePath] = step + + if (step.config.type === 'noop') { + this.devSteps.push(step) + } else { + this.activeSteps.push(step) + } + + for (const flowName of step.config.flows ?? []) { + if (!this.flows[flowName]) { + const flow = this.createFlow(flowName) + flow.steps.push(step) + } else { + this.flows[flowName].steps.push(step) + this.onFlowUpdated(flowName) + } + } + + if (!options.disableTypeCreation) { + this.saveTypes() + } + + this.stepHandlers['step-created'].forEach((handler) => handler(step)) + this.printer.printStepCreated(step) + + return true + } + + deleteStep(step: Step, options: { disableTypeCreation?: boolean } = {}): void { + // Remove step from active and dev steps + this.activeSteps = this.activeSteps.filter(({ filePath }) => filePath !== step.filePath) + this.devSteps = this.devSteps.filter(({ filePath }) => filePath !== step.filePath) + + delete this.stepsMap[step.filePath] + + for (const flowName of step.config.flows ?? []) { + const stepFlows = this.flows[flowName]?.steps + + if (stepFlows) { + this.flows[flowName].steps = stepFlows.filter(({ filePath }) => filePath !== step.filePath) + } + + if (this.flows[flowName].steps.length === 0) { + this.removeFlow(flowName) + } else { + this.onFlowUpdated(flowName) + } + } + + if (!options.disableTypeCreation) { + this.saveTypes() + } + + this.stepHandlers['step-removed'].forEach((handler) => handler(step)) + this.printer.printStepRemoved(step) + } + + private createFactoryWrapper(stream: Stream, factory: StreamFactory): StreamFactory { + return () => { + const streamFactory = this.streamWrapper // + ? this.streamWrapper(stream.config.name, factory) + : factory + return streamFactory() + } + } + + createStream( + baseStream: Omit, + options: { disableTypeCreation?: boolean } = {}, + ): StreamFactory { + const stream = baseStream as Stream + + this.streams[stream.config.name] = stream + this.streamHandlers['stream-created'].forEach((handler) => handler(stream)) + + if (stream.config.baseConfig.storageType === 'default') { + stream.factory = this.createFactoryWrapper(stream, () => this.createStreamAdapter(stream.config.name)) + } else { + stream.factory = this.createFactoryWrapper(stream, stream.config.baseConfig.factory) + } + + if (!stream.hidden) { + this.printer.printStreamCreated(stream) + + if (!options.disableTypeCreation) { + this.saveTypes() + } + } + + return stream.factory as StreamFactory + } + + deleteStream(stream: Stream, options: { disableTypeCreation?: boolean } = {}): void { + Object.entries(this.streams).forEach(([streamName, { filePath }]) => { + if (stream.filePath === filePath) { + delete this.streams[streamName] + } + }) + + this.streamHandlers['stream-removed'].forEach((handler) => handler(stream)) + + if (!stream.hidden) { + this.printer.printStreamRemoved(stream) + + if (!options.disableTypeCreation) { + this.saveTypes() + } + } + } + + updateStream(oldStream: Stream, stream: Stream, options: { disableTypeCreation?: boolean } = {}): void { + if (oldStream.config.name !== stream.config.name) { + delete this.streams[oldStream.config.name] + } + + if (stream.config.baseConfig.storageType === 'default') { + stream.factory = this.createFactoryWrapper(stream, () => this.createStreamAdapter(stream.config.name)) + } else { + stream.factory = this.createFactoryWrapper(stream, stream.config.baseConfig.factory) + } + + this.streams[stream.config.name] = stream + this.streamHandlers['stream-updated'].forEach((handler) => handler(stream)) + + if (!stream.hidden) { + this.printer.printStreamUpdated(stream) + + if (!options.disableTypeCreation) { + this.saveTypes() + } + } + } + + private createFlow(flowName: string): Flow { + const flow = { name: flowName, description: '', steps: [] } + this.flows[flowName] = flow + this.handlers['flow-created'].forEach((handler) => handler(flowName)) + this.printer.printFlowCreated(flowName) + + return flow + } + + private removeFlow(flowName: string): void { + delete this.flows[flowName] + this.handlers['flow-removed'].forEach((handler) => handler(flowName)) + this.printer.printFlowRemoved(flowName) + } + + private onFlowUpdated(flowName: string): void { + this.handlers['flow-updated'].forEach((handler) => handler(flowName)) + } + + private isValidStep(step: Step): boolean { + const validationResult = validateStep(step) + + if (!validationResult.success) { + this.printer.printValidationError(step.filePath, validationResult) + } + + return validationResult.success + } + + private createStreamAdapter(streamName: string): StreamAdapter { + if (this.streamAdapter === 'file') { + return new FileStreamAdapter(this.baseDir, streamName) + } + + return new MemoryStreamAdapter() + } +} diff --git a/data/packages/core/src/logger-factory.ts b/data/packages/core/src/logger-factory.ts new file mode 100644 index 0000000000000000000000000000000000000000..40a9614f7502a119cafaaeaa9d77ce343aa5aea7 --- /dev/null +++ b/data/packages/core/src/logger-factory.ts @@ -0,0 +1,39 @@ +import { randomUUID } from 'crypto' +import { Logger, LogListener } from './logger' +import { StreamAdapter } from './streams/adapters/stream-adapter' +import { Log } from './streams/logs-stream' + +type CreateLogger = { + traceId: string + flows?: string[] + stepName: string +} + +export interface LoggerFactory { + create: (args: CreateLogger) => Logger +} + +export class BaseLoggerFactory implements LoggerFactory { + constructor( + private readonly isVerbose: boolean, + private readonly logStream: StreamAdapter, + ) {} + + create({ stepName, traceId, flows }: CreateLogger): Logger { + const streamListener: LogListener = (level, msg, args) => { + const id = randomUUID() + + this.logStream.set('default', id, { + id, + ...(args ?? {}), + level, + time: Date.now(), + msg, + traceId, + flows: flows ?? [], + }) + } + + return new Logger(this.isVerbose, { traceId, flows, step: stepName }, [streamListener]) + } +} diff --git a/data/packages/core/src/logger.ts b/data/packages/core/src/logger.ts new file mode 100644 index 0000000000000000000000000000000000000000..a35355da05c171e6e0e11eb8a464febe7435e602 --- /dev/null +++ b/data/packages/core/src/logger.ts @@ -0,0 +1,74 @@ +import { prettyPrint } from './pretty-print' + +const logLevel = process.env.LOG_LEVEL ?? 'info' + +const isDebugEnabled = logLevel === 'debug' +const isInfoEnabled = ['info', 'debug'].includes(logLevel) +const isWarnEnabled = ['warn', 'info', 'debug', 'trace'].includes(logLevel) + +export type LogListener = (level: string, msg: string, args?: unknown) => void + +export class Logger { + /** + * Why do we need two level of listeners? + * + * Core listeners pass along to children loggers. + * + * However, base listeners do not pass along to children loggers. + * Those are specific to each logger in the hierarchy. + */ + private readonly listeners: LogListener[] = [] + + constructor( + readonly isVerbose: boolean = false, + private readonly meta: Record = {}, + private readonly coreListeners: LogListener[] = [], + ) {} + + child(meta: Record): Logger { + return new Logger(this.isVerbose, { ...this.meta, ...meta }, this.coreListeners) + } + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private _log(level: string, msg: string, args?: any) { + const time = Date.now() + const meta = { ...this.meta, ...(args ?? {}) } + prettyPrint({ level, time, msg, ...meta }, !this.isVerbose) + + this.coreListeners.forEach((listener) => listener(level, msg, meta)) + this.listeners.forEach((listener) => listener(level, msg, meta)) + } + + info(message: string, args?: unknown) { + if (isInfoEnabled) { + this._log('info', message, args) + } + } + + error(message: string, args?: unknown) { + this._log('error', message, args) + } + + debug(message: string, args?: unknown) { + if (isDebugEnabled) { + this._log('debug', message, args) + } + } + + warn(message: string, args?: unknown) { + if (isWarnEnabled) { + this._log('warn', message, args) + } + } + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + log(args: any) { + this._log(args.level ?? 'info', args.msg, args) + } + + addListener(listener: LogListener) { + this.listeners.push(listener) + } +} + +export const globalLogger = new Logger() diff --git a/data/packages/core/src/mermaid-generator.ts b/data/packages/core/src/mermaid-generator.ts new file mode 100644 index 0000000000000000000000000000000000000000..7555e58ccaa69c430771c986ce3e08862f80de85 --- /dev/null +++ b/data/packages/core/src/mermaid-generator.ts @@ -0,0 +1,245 @@ +import fs from 'fs' +import path from 'path' +import { Flow, Step } from './types' +import { isApiStep, isCronStep, isEventStep, isNoopStep } from './guards' +import { LockedData } from './locked-data' + +// Pure function to ensure diagrams directory exists +const ensureDiagramsDirectory = (diagramsDir: string): void => { + if (!fs.existsSync(diagramsDir)) { + fs.mkdirSync(diagramsDir, { recursive: true }) + } +} + +// Pure function to get node ID +const getNodeId = (step: Step, baseDir: string): string => { + // Get relative path from the base directory + const relativePath = path.relative(baseDir, step.filePath) + + // Remove common file extensions + const pathWithoutExtension = relativePath.replace(/\.(ts|js|tsx|jsx)$/, '') + + // Replace slashes with underscores and dots with underscores + // Only keep alphanumeric characters and underscores + return pathWithoutExtension.replace(/[^a-zA-Z0-9]/g, '_') +} + +// Pure function to get node label +const getNodeLabel = (step: Step): string => { + // Get display name for node + const displayName = step.config.name || path.basename(step.filePath, path.extname(step.filePath)) + + // Add node type prefix to help distinguish types + let prefix = '' + if (isApiStep(step)) prefix = '🌐 ' + else if (isEventStep(step)) prefix = '⚡ ' + else if (isCronStep(step)) prefix = '⏰ ' + else if (isNoopStep(step)) prefix = '⚙️ ' + + // Create a node label with the step name + return `["${prefix}${displayName}"]` +} + +// Pure function to get node style +const getNodeStyle = (step: Step): string => { + // Apply style class based on step type + if (isApiStep(step)) return ':::apiStyle' + if (isEventStep(step)) return ':::eventStyle' + if (isCronStep(step)) return ':::cronStyle' + if (isNoopStep(step)) return ':::noopStyle' + return '' +} + +// Pure function to generate connections +const generateConnections = ( + emits: Array, + sourceStep: Step, + steps: Step[], + sourceId: string, + baseDir: string, +): string => { + const connections: string[] = [] + + if (!emits || !Array.isArray(emits) || emits.length === 0) { + return '' + } + + // Helper function to check if a step subscribes to a topic + const stepSubscribesToTopic = (step: Step, topic: string): boolean => { + // Event steps use regular subscribes + if ( + isEventStep(step) && + step.config.subscribes && + Array.isArray(step.config.subscribes) && + step.config.subscribes.includes(topic) + ) { + return true + } + + // Noop and API steps use virtualSubscribes + if ( + (isNoopStep(step) || isApiStep(step)) && + step.config.virtualSubscribes && + Array.isArray(step.config.virtualSubscribes) && + step.config.virtualSubscribes.includes(topic) + ) { + return true + } + + return false + } + + emits.forEach((emit) => { + const topic = typeof emit === 'string' ? emit : emit.topic + const label = typeof emit === 'string' ? topic : emit.label || topic + + steps.forEach((targetStep) => { + if (stepSubscribesToTopic(targetStep, topic)) { + const targetId = getNodeId(targetStep, baseDir) + connections.push(` ${sourceId} -->|${label}| ${targetId}`) + } + }) + }) + + return connections.join('\n') +} + +// Pure function to generate flow diagram +const generateFlowDiagram = (flowName: string, steps: Step[], baseDir: string): string => { + // Start mermaid flowchart with top-down direction + let diagram = `flowchart TD\n` + + // Add class definitions for styling with explicit text color + const classDefinitions = [ + ` classDef apiStyle fill:#f96,stroke:#333,stroke-width:2px,color:#fff`, + ` classDef eventStyle fill:#69f,stroke:#333,stroke-width:2px,color:#fff`, + ` classDef cronStyle fill:#9c6,stroke:#333,stroke-width:2px,color:#fff`, + ` classDef noopStyle fill:#3f3a50,stroke:#333,stroke-width:2px,color:#fff`, + ] + diagram += classDefinitions.join('\n') + '\n' + + // Check if we have any steps + if (!steps || steps.length === 0) { + return diagram + ' empty[No steps in this flow]' + } + + // Create node definitions with proper format + steps.forEach((step) => { + const nodeId = getNodeId(step, baseDir) + const nodeLabel = getNodeLabel(step) + const nodeStyle = getNodeStyle(step) + diagram += ` ${nodeId}${nodeLabel}${nodeStyle}\n` + }) + + // Create connections between nodes + let connectionsStr = '' + + steps.forEach((sourceStep) => { + const sourceId = getNodeId(sourceStep, baseDir) + + // Helper function to process emissions if they exist + function processEmissions( + emissionsArray: Array | undefined, + stepSource: Step, + stepsCollection: Step[], + sourceIdentifier: string, + ): string { + if (emissionsArray && Array.isArray(emissionsArray)) { + return generateConnections(emissionsArray, stepSource, stepsCollection, sourceIdentifier, baseDir) + } + return '' + } + + // Semantic variables to clarify which step types support which emission types + const supportsEmits = isApiStep(sourceStep) || isEventStep(sourceStep) || isCronStep(sourceStep) + const supportsVirtualEmits = supportsEmits || isNoopStep(sourceStep) + + // Process regular emissions if supported + if (supportsEmits) { + const emitConnections = processEmissions(sourceStep.config.emits, sourceStep, steps, sourceId) + if (emitConnections) { + connectionsStr += emitConnections + '\n' + } + } + + // Process virtual emissions if supported + if (supportsVirtualEmits) { + const virtualEmitConnections = processEmissions(sourceStep.config.virtualEmits, sourceStep, steps, sourceId) + if (virtualEmitConnections) { + connectionsStr += virtualEmitConnections + '\n' + } + } + }) + + // Add connections to the diagram + diagram += connectionsStr + + return diagram +} + +// Function to save a diagram to a file +const saveDiagram = (diagramsDir: string, flowName: string, diagram: string): void => { + const filePath = path.join(diagramsDir, `${flowName}.mmd`) + fs.writeFileSync(filePath, diagram) +} + +// Function to remove a diagram file +const removeDiagram = (diagramsDir: string, flowName: string): void => { + const filePath = path.join(diagramsDir, `${flowName}.mmd`) + if (fs.existsSync(filePath)) { + fs.unlinkSync(filePath) + } +} + +// Function to generate and save a diagram +const generateAndSaveDiagram = (diagramsDir: string, flowName: string, flow: Flow, baseDir: string): void => { + const diagram = generateFlowDiagram(flowName, flow.steps, baseDir) + saveDiagram(diagramsDir, flowName, diagram) +} + +// Main exported function that creates the mermaid generator +export const createMermaidGenerator = (baseDir: string) => { + const diagramsDir = path.join(baseDir, '.mermaid') + ensureDiagramsDirectory(diagramsDir) + + // Event handlers + const handleFlowCreated = (flowName: string, flow: Flow): void => { + generateAndSaveDiagram(diagramsDir, flowName, flow, baseDir) + } + + const handleFlowUpdated = (flowName: string, flow: Flow): void => { + generateAndSaveDiagram(diagramsDir, flowName, flow, baseDir) + } + + const handleFlowRemoved = (flowName: string): void => { + removeDiagram(diagramsDir, flowName) + } + + // Initialize function to hook into LockedData events + const initialize = (lockedData: LockedData): void => { + // Hook into flow events + lockedData.on('flow-created', (flowName: string) => { + handleFlowCreated(flowName, lockedData.flows[flowName]) + }) + + lockedData.on('flow-updated', (flowName: string) => { + handleFlowUpdated(flowName, lockedData.flows[flowName]) + }) + + lockedData.on('flow-removed', (flowName: string) => { + handleFlowRemoved(flowName) + }) + + // Generate diagrams for all existing flows + if (lockedData.flows && typeof lockedData.flows === 'object') { + Object.entries(lockedData.flows).forEach(([flowName, flow]) => { + generateAndSaveDiagram(diagramsDir, flowName, flow as Flow, baseDir) + }) + } + } + + // Return the public API + return { + initialize, + } +} diff --git a/data/packages/core/src/motia.ts b/data/packages/core/src/motia.ts new file mode 100644 index 0000000000000000000000000000000000000000..52bf171dc9322c2d5d52127d948895e6032d8650 --- /dev/null +++ b/data/packages/core/src/motia.ts @@ -0,0 +1,14 @@ +import { Printer } from './printer' +import { TracerFactory } from './observability' +import { EventManager, InternalStateManager } from './types' +import { LockedData } from './locked-data' +import { LoggerFactory } from './logger-factory' + +export type Motia = { + loggerFactory: LoggerFactory + eventManager: EventManager + state: InternalStateManager + lockedData: LockedData + printer: Printer + tracerFactory: TracerFactory +} diff --git a/data/packages/core/src/node/get-config.ts b/data/packages/core/src/node/get-config.ts new file mode 100644 index 0000000000000000000000000000000000000000..5e61d1246f7783646e6c5b249062cddc5f7c1042 --- /dev/null +++ b/data/packages/core/src/node/get-config.ts @@ -0,0 +1,62 @@ +import path from 'path' +import { z } from 'zod' +import zodToJsonSchema from 'zod-to-json-schema' + +// Add ts-node registration before dynamic imports +// eslint-disable-next-line @typescript-eslint/no-require-imports +require('ts-node').register({ + transpileOnly: true, + compilerOptions: { module: 'commonjs' }, +}) + +function isZodSchema(value: unknown): value is z.ZodType { + return Boolean(value && typeof (value as z.ZodType).safeParse === 'function' && (value as z.ZodType)._def) +} + +async function getConfig(filePath: string) { + try { + // eslint-disable-next-line @typescript-eslint/no-require-imports + const module = require(path.resolve(filePath)) + // Check if the specified function exists in the module + if (!module.config) { + throw new Error(`Config not found in module ${filePath}`) + } + + if (isZodSchema(module.config.input)) { + module.config.input = zodToJsonSchema(module.config.input) + } else if (isZodSchema(module.config.bodySchema)) { + module.config.bodySchema = zodToJsonSchema(module.config.bodySchema) + } + + if (module.config.responseSchema) { + for (const [status, schema] of Object.entries(module.config.responseSchema)) { + if (isZodSchema(schema)) { + module.config.responseSchema[status] = zodToJsonSchema(schema) + } + } + } + + if (isZodSchema(module.config.schema)) { + module.config.schema = zodToJsonSchema(module.config.schema) + } + + process.send?.(module.config) + + process.exit(0) + } catch (error) { + console.error('Error running TypeScript module:', error) + process.exit(1) + } +} + +const [, , filePath] = process.argv + +if (!filePath) { + console.error('Usage: node get-config.js ') + process.exit(1) +} + +getConfig(filePath).catch((err) => { + console.error('Error:', err) + process.exit(1) +}) diff --git a/data/packages/core/src/node/logger.ts b/data/packages/core/src/node/logger.ts new file mode 100644 index 0000000000000000000000000000000000000000..1f2b077feb8f27e9f74e2fec4f65f30aa00932c9 --- /dev/null +++ b/data/packages/core/src/node/logger.ts @@ -0,0 +1,49 @@ +import { RpcSender } from './rpc' + +export class Logger { + constructor( + private readonly traceId: string, + private readonly flows: string[], + private readonly sender: RpcSender, + ) {} + + private _log(level: string, message: string, args?: Record): void { + const argsCopy = args ? { ...args } : {} + + if (argsCopy.error && argsCopy.error instanceof Error) { + argsCopy.error = { + ...argsCopy.error, + message: argsCopy.error.message, + stack: argsCopy.error.stack, + name: argsCopy.error.name, + } + } + + const logEntry = { + ...argsCopy, + level, + time: Date.now(), + traceId: this.traceId, + flows: this.flows, + msg: message, + } + + this.sender.sendNoWait('log', logEntry) + } + + info(message: string, args?: Record): void { + this._log('info', message, args) + } + + error(message: string, args?: Record): void { + this._log('error', message, args) + } + + debug(message: string, args?: Record): void { + this._log('debug', message, args) + } + + warn(message: string, args?: Record): void { + this._log('warn', message, args) + } +} diff --git a/data/packages/core/src/node/middleware-compose.ts b/data/packages/core/src/node/middleware-compose.ts new file mode 100644 index 0000000000000000000000000000000000000000..4699496e634d0bd5424a3077713e0b44df08257e --- /dev/null +++ b/data/packages/core/src/node/middleware-compose.ts @@ -0,0 +1,12 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ +export const composeMiddleware = (...middlewares: any[]) => { + return async (req: any, ctx: any, handler: () => Promise): Promise => { + const composedHandler = middlewares.reduceRight<() => Promise>( + (nextHandler, middleware) => () => middleware(req, ctx, nextHandler), + handler, + ) + + return composedHandler() + } +} +/* eslint-enable @typescript-eslint/no-explicit-any */ diff --git a/data/packages/core/src/node/node-runner.ts b/data/packages/core/src/node/node-runner.ts new file mode 100644 index 0000000000000000000000000000000000000000..97b52849f64ce42f66e5e91497180d0070856998 --- /dev/null +++ b/data/packages/core/src/node/node-runner.ts @@ -0,0 +1,107 @@ +import path from 'path' +import { StateStreamEvent, StateStreamEventChannel, StreamConfig } from '../types-stream' +import { Logger } from './logger' +import { composeMiddleware } from './middleware-compose' +import { RpcSender } from './rpc' +import { RpcStateManager } from './rpc-state-manager' + +// eslint-disable-next-line @typescript-eslint/no-require-imports +require('dotenv').config() + +// Add ts-node registration before dynamic imports +// eslint-disable-next-line @typescript-eslint/no-require-imports +require('ts-node').register({ + transpileOnly: true, + compilerOptions: { module: 'commonjs' }, +}) + +function parseArgs(arg: string) { + try { + return JSON.parse(arg) + } catch { + return arg + } +} + +async function runTypescriptModule(filePath: string, event: Record) { + const sender = new RpcSender(process) + + try { + // eslint-disable-next-line @typescript-eslint/no-require-imports + const module = require(path.resolve(filePath)) + + // Check if the specified function exists in the module + if (typeof module.handler !== 'function') { + throw new Error(`Function handler not found in module ${filePath}`) + } + + const { traceId, flows, contextInFirstArg } = event + + const logger = new Logger(traceId as string, flows as string[], sender) + const state = new RpcStateManager(sender) + + const emit = async (data: unknown) => sender.send('emit', data) + const streamsConfig = event.streams as StreamConfig[] + const streams = (streamsConfig ?? []).reduce( + (acc, streams) => { + acc[streams.name] = { + get: (groupId: string, id: string) => sender.send(`streams.${streams.name}.get`, { groupId, id }), + set: (groupId: string, id: string, data: unknown) => + sender.send(`streams.${streams.name}.set`, { groupId, id, data }), + delete: (groupId: string, id: string) => sender.send(`streams.${streams.name}.delete`, { groupId, id }), + getGroup: (groupId: string) => sender.send(`streams.${streams.name}.getGroup`, { groupId }), + send: (channel: StateStreamEventChannel, event: StateStreamEvent) => + sender.send(`streams.${streams.name}.send`, { channel, event }), + } + return acc + }, + {} as Record, + ) + + const context = { traceId, flows, logger, state, emit, streams } + + sender.init() + + const middlewares = Array.isArray(module.config.middleware) ? module.config.middleware : [] + + const composedMiddleware = composeMiddleware(...middlewares) + const handlerFn = () => { + return contextInFirstArg ? module.handler(context) : module.handler(event.data, context) + } + + const result = await composedMiddleware(event.data, context, handlerFn) + + await sender.send('result', result) + await sender.close() + + process.exit(0) + // eslint-disable-next-line @typescript-eslint/no-explicit-any + } catch (err: any) { + const stack: string[] = err.stack?.split('\n') ?? [] + + if (stack) { + const index = stack.findIndex((line) => line.includes('src/node/node-runner')) + stack.splice(index, stack.length - index) + stack.splice(0, 1) // remove first line which has the error message + } + + const error = { + message: err.message || '', + code: err.code || null, + stack: stack.join('\n'), + } + sender.sendNoWait('close', error) + } +} + +const [, , filePath, arg] = process.argv + +if (!filePath) { + console.error('Usage: node nodeRunner.js ') + process.exit(1) +} + +runTypescriptModule(filePath, parseArgs(arg)).catch((err) => { + console.error('Error:', err) + process.exit(1) +}) diff --git a/data/packages/core/src/node/rpc-state-manager.ts b/data/packages/core/src/node/rpc-state-manager.ts new file mode 100644 index 0000000000000000000000000000000000000000..6556a518ecbe8769d7928a4ea9a32ff0c254700e --- /dev/null +++ b/data/packages/core/src/node/rpc-state-manager.ts @@ -0,0 +1,26 @@ +import { InternalStateManager } from '../types' +import { RpcSender } from './rpc' + +export class RpcStateManager implements InternalStateManager { + constructor(private readonly sender: RpcSender) {} + + async get(traceId: string, key: string) { + return this.sender.send('state.get', { traceId, key }) + } + + async set(traceId: string, key: string, value: T) { + return this.sender.send('state.set', { traceId, key, value }) + } + + async delete(traceId: string, key: string): Promise { + return this.sender.send('state.delete', { traceId, key }) + } + + async clear(traceId: string) { + await this.sender.send('state.clear', { traceId }) + } + + async getGroup(groupId: string): Promise { + return this.sender.send('state.getGroup', { groupId }) + } +} diff --git a/data/packages/core/src/node/rpc.ts b/data/packages/core/src/node/rpc.ts new file mode 100644 index 0000000000000000000000000000000000000000..cf2a4c1fcac6a847c9ea17c5d06e0f233503c315 --- /dev/null +++ b/data/packages/core/src/node/rpc.ts @@ -0,0 +1,60 @@ +/// +import crypto from 'crypto' + +type RpcResponse = { + type: 'rpc_response' + id: string + result: unknown + error: unknown +} + +export class RpcSender { + private readonly pendingRequests: Record< + string, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + { resolve: (result: any) => void; reject: (error: any) => void; method: string; args: any } + > = {} + + constructor(private readonly process: NodeJS.Process) {} + + async close(): Promise { + const outstandingRequests = Object.values(this.pendingRequests) + + if (outstandingRequests.length > 0) { + console.error('Process ended while there are some promises outstanding') + this.process.exit(1) + } + } + + send(method: string, args: unknown): Promise { + return new Promise((resolve, reject) => { + const id = crypto.randomUUID() + this.pendingRequests[id] = { resolve, reject, method, args } + + this.process.send?.({ type: 'rpc_request', id, method, args }) + }) + } + + sendNoWait(method: string, args: unknown) { + this.process.send?.({ type: 'rpc_request', method, args }) + } + + init() { + this.process.on('message', (msg: RpcResponse) => { + if (msg.type === 'rpc_response') { + const { id, result, error } = msg + const callbacks = this.pendingRequests[id] + + if (!callbacks) { + return + } else if (error) { + callbacks.reject(error) + } else { + callbacks.resolve(result) + } + + delete this.pendingRequests[id] + } + }) + } +} diff --git a/data/packages/core/src/observability/create-trace.ts b/data/packages/core/src/observability/create-trace.ts new file mode 100644 index 0000000000000000000000000000000000000000..ca06fde10fa698b870b4eb03029a2ce7a13d2866 --- /dev/null +++ b/data/packages/core/src/observability/create-trace.ts @@ -0,0 +1,23 @@ +import { Step } from '../types' +import { Trace, TraceGroup } from './types' +import { randomUUID } from 'crypto' + +export const createTrace = (traceGroup: TraceGroup, step: Step) => { + const id = randomUUID() + const trace: Trace = { + id, + name: step.config.name, + correlationId: traceGroup.correlationId, + parentTraceId: traceGroup.id, + status: 'running', + startTime: Date.now(), + endTime: undefined, + entryPoint: { type: step.config.type, stepName: step.config.name }, + events: [], + } + + traceGroup.metadata.totalSteps++ + traceGroup.metadata.activeSteps++ + + return trace +} diff --git a/data/packages/core/src/observability/index.ts b/data/packages/core/src/observability/index.ts new file mode 100644 index 0000000000000000000000000000000000000000..8373f75fcb995c13cfe8f6666c87d5cf10e4184f --- /dev/null +++ b/data/packages/core/src/observability/index.ts @@ -0,0 +1,15 @@ +import { Logger } from '../logger' +import { Step } from '../types' +import { StateOperation, StreamOperation, TraceError } from './types' + +export interface TracerFactory { + createTracer(traceId: string, step: Step, logger: Logger): Promise | Tracer +} + +export interface Tracer { + end(err?: TraceError): void + stateOperation(operation: StateOperation, input: unknown): void + emitOperation(topic: string, data: unknown, success: boolean): void + streamOperation(streamName: string, operation: StreamOperation, input: unknown): void + child(step: Step, logger: Logger): Tracer +} diff --git a/data/packages/core/src/observability/no-tracer.ts b/data/packages/core/src/observability/no-tracer.ts new file mode 100644 index 0000000000000000000000000000000000000000..c636dcb48a1ca61c3caaa74ebf0d7bb8df346251 --- /dev/null +++ b/data/packages/core/src/observability/no-tracer.ts @@ -0,0 +1,11 @@ +import { Tracer } from '.' + +export class NoTracer implements Tracer { + end() {} + stateOperation() {} + emitOperation() {} + streamOperation() {} + child() { + return this + } +} diff --git a/data/packages/core/src/observability/stream-tracer.ts b/data/packages/core/src/observability/stream-tracer.ts new file mode 100644 index 0000000000000000000000000000000000000000..a62c589aed4e3bd380d2e05cd2144703bdc52cc6 --- /dev/null +++ b/data/packages/core/src/observability/stream-tracer.ts @@ -0,0 +1,124 @@ +import { Tracer } from '.' +import { Logger } from '../logger' +import { Step } from '../types' +import { createTrace } from './create-trace' +import { TraceManager } from './trace-manager' +import { StateOperation, StreamOperation, Trace, TraceError, TraceEvent, TraceGroup } from './types' + +export class StreamTracer implements Tracer { + constructor( + private readonly manager: TraceManager, + private readonly traceGroup: TraceGroup, + private readonly trace: Trace, + logger: Logger, + ) { + logger.addListener((level, msg, args) => { + this.addEvent({ + type: 'log', + timestamp: Date.now(), + level, + message: msg, + metadata: args, + }) + }) + } + + end(err?: TraceError) { + if (this.trace.endTime) { + // avoiding updating twice + return + } + + this.trace.status = err ? 'failed' : 'completed' + this.trace.endTime = Date.now() + this.trace.error = err + + this.traceGroup.metadata.completedSteps++ + this.traceGroup.metadata.activeSteps-- + + if (this.traceGroup.metadata.activeSteps === 0) { + if (this.traceGroup.status === 'running') { + this.traceGroup.status = 'completed' + } + this.traceGroup.endTime = Date.now() + } + + if (err) { + this.traceGroup.status = 'failed' + } + + this.manager.updateTrace() + this.manager.updateTraceGroup() + } + + stateOperation(operation: StateOperation, input: unknown) { + this.addEvent({ + type: 'state', + timestamp: Date.now(), + operation, + data: input, + }) + } + + emitOperation(topic: string, data: unknown, success: boolean) { + this.addEvent({ + type: 'emit', + timestamp: Date.now(), + topic, + success, + data, + }) + } + + streamOperation( + streamName: string, + operation: StreamOperation, + input: { groupId: string; id: string; data?: unknown }, + ) { + if (operation === 'set') { + const lastEvent = this.trace.events[this.trace.events.length - 1] + + if ( + lastEvent && + lastEvent.type === 'stream' && + lastEvent.streamName === streamName && + lastEvent.data.groupId === input.groupId && + lastEvent.data.id === input.id + ) { + lastEvent.calls++ + lastEvent.data.data = input.data + lastEvent.maxTimestamp = Date.now() + + this.traceGroup.lastActivity = lastEvent.maxTimestamp + this.manager.updateTrace() + this.manager.updateTraceGroup() + + return + } + } + + this.addEvent({ + type: 'stream', + timestamp: Date.now(), + operation, + data: input, + streamName, + calls: 1, + }) + } + + child(step: Step, logger: Logger) { + const trace = createTrace(this.traceGroup, step) + const manager = this.manager.child(trace) + + return new StreamTracer(manager, this.traceGroup, trace, logger) + } + + private addEvent(event: TraceEvent) { + this.trace.events.push(event) + this.traceGroup.lastActivity = event.timestamp + + this.manager.updateTrace() + this.manager.updateTraceGroup() + } +} diff --git a/data/packages/core/src/observability/trace-manager.ts b/data/packages/core/src/observability/trace-manager.ts new file mode 100644 index 0000000000000000000000000000000000000000..a93b76b8f50d66a76f7faa8cce8efb7033c8976c --- /dev/null +++ b/data/packages/core/src/observability/trace-manager.ts @@ -0,0 +1,26 @@ +import { MotiaStream } from '../types-stream' +import { Trace, TraceGroup } from './types' + +export class TraceManager { + constructor( + private readonly traceStream: MotiaStream, + private readonly traceGroupStream: MotiaStream, + private readonly traceGroup: TraceGroup, + private readonly trace: Trace, + ) { + this.updateTrace() + this.updateTraceGroup() + } + + updateTrace() { + this.traceStream.set(this.traceGroup.id, this.trace.id, this.trace) + } + + updateTraceGroup() { + this.traceGroupStream.set('default', this.traceGroup.id, this.traceGroup) + } + + child(trace: Trace) { + return new TraceManager(this.traceStream, this.traceGroupStream, this.traceGroup, trace) + } +} diff --git a/data/packages/core/src/observability/trace-stream-adapter.ts b/data/packages/core/src/observability/trace-stream-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..312852f0424e447e6e19454490582ca48cbbddd7 --- /dev/null +++ b/data/packages/core/src/observability/trace-stream-adapter.ts @@ -0,0 +1,63 @@ +import { FileStreamAdapter } from '../streams/adapters/file-stream-adapter' +import { BaseStreamItem } from '../types-stream' + +export class TraceStreamAdapter extends FileStreamAdapter { + private state: Record = {} + private isDirty: boolean = false + + constructor(filePath: string, streamName: string, streamAdapter: 'file' | 'memory') { + super(filePath ?? '', streamName) + + if (streamAdapter === 'file') { + const state: Record = this._readFile() + + Object.entries(state).forEach(([key, value]) => { + if (typeof value === 'string') { + this.state[key] = JSON.parse(value) as BaseStreamItem + } else { + this.state[key] = value as BaseStreamItem + } + }) + + setInterval(() => { + if (this.isDirty) { + this._writeFile(this.state) + this.isDirty = false + } + }, 30_000) + } + } + + async get(groupId: string, id: string): Promise | null> { + const key = this._makeKey(groupId, id) + + return this.state[key] ? (this.state[key] as BaseStreamItem) : null + } + + async set(groupId: string, id: string, data: TData): Promise> { + const key = this._makeKey(groupId, id) + + this.state[key] = data + this.isDirty = true + + return { ...data, id } + } + + async delete(groupId: string, id: string): Promise | null> { + const key = this._makeKey(groupId, id) + const value = await this.get(groupId, id) + + if (value) { + delete this.state[key] + this.isDirty = true + } + + return value + } + + async getGroup(groupId: string): Promise[]> { + return Object.entries(this.state) + .filter(([key]) => key.startsWith(groupId)) + .map(([, value]) => value as BaseStreamItem) + } +} diff --git a/data/packages/core/src/observability/tracer.ts b/data/packages/core/src/observability/tracer.ts new file mode 100644 index 0000000000000000000000000000000000000000..e84843892ee2a5ea2fff467ab35018eb9bb225a7 --- /dev/null +++ b/data/packages/core/src/observability/tracer.ts @@ -0,0 +1,99 @@ +import { TracerFactory } from '.' +import { LockedData } from '../locked-data' +import { Logger } from '../logger' +import { Step } from '../types' +import { MotiaStream } from '../types-stream' +import { createTrace } from './create-trace' +import { StreamTracer } from './stream-tracer' +import { TraceManager } from './trace-manager' +import { TraceStreamAdapter } from './trace-stream-adapter' +import { Trace, TraceGroup } from './types' + +const MAX_TRACE_GROUPS = process.env.MOTIA_MAX_TRACE_GROUPS // + ? parseInt(process.env.MOTIA_MAX_TRACE_GROUPS) + : 50 + +export class BaseTracerFactory implements TracerFactory { + constructor( + private readonly traceStream: MotiaStream, + private readonly traceGroupStream: MotiaStream, + ) {} + + private async deleteGroup(group: TraceGroup) { + const traces = await this.traceStream.getGroup(group.id) + + for (const trace of traces) { + await this.traceStream.delete(group.id, trace.id) + } + await this.traceGroupStream.delete('default', group.id) + } + + async createTracer(traceId: string, step: Step, logger: Logger) { + const traceGroup: TraceGroup = { + id: traceId, + name: step.config.name, + lastActivity: Date.now(), + metadata: { + completedSteps: 0, + activeSteps: 0, + totalSteps: 0, + }, + correlationId: undefined, + status: 'running', + startTime: Date.now(), + } + + const groups = await this.traceGroupStream.getGroup('default') + + if (groups.length >= MAX_TRACE_GROUPS) { + const groupsToDelete = groups + .sort((a, b) => a.startTime - b.startTime) // date ascending + .slice(0, groups.length - MAX_TRACE_GROUPS + 1) + + for (const group of groupsToDelete) { + await this.deleteGroup(group) + } + } + + const trace = createTrace(traceGroup, step) + const manager = new TraceManager(this.traceStream, this.traceGroupStream, traceGroup, trace) + + return new StreamTracer(manager, traceGroup, trace, logger) + } +} + +export const createTracerFactory = (lockedData: LockedData): TracerFactory => { + const traceStreamName = 'motia-trace' + const traceStreamAdapter = new TraceStreamAdapter( + lockedData.baseDir, + traceStreamName, + lockedData.streamAdapter, + ) + const traceStream = lockedData.createStream({ + filePath: traceStreamName, + hidden: true, + config: { + name: traceStreamName, + baseConfig: { storageType: 'custom', factory: () => traceStreamAdapter }, + schema: null as never, + }, + })() + + const traceGroupName = 'motia-trace-group' + const traceGroupStreamAdapter = new TraceStreamAdapter( + lockedData.baseDir, + traceGroupName, + lockedData.streamAdapter, + ) + const traceGroupStream = lockedData.createStream({ + filePath: traceGroupName, + hidden: true, + config: { + name: traceGroupName, + baseConfig: { storageType: 'custom', factory: () => traceGroupStreamAdapter }, + schema: null as never, + }, + })() + + return new BaseTracerFactory(traceStream, traceGroupStream) +} diff --git a/data/packages/core/src/observability/types.ts b/data/packages/core/src/observability/types.ts new file mode 100644 index 0000000000000000000000000000000000000000..8a0631b9748ce7fec005ac0e4e74d52ef4d4e3cf --- /dev/null +++ b/data/packages/core/src/observability/types.ts @@ -0,0 +1,76 @@ +import { StepConfig } from '../types' + +export interface TraceGroup { + id: string + correlationId: string | undefined + name: string + status: 'running' | 'completed' | 'failed' + startTime: number + endTime?: number + lastActivity: number + metadata: { + completedSteps: number + activeSteps: number + totalSteps: number + } +} + +export type TraceError = { + message: string + code?: string | number + stack?: string +} + +export interface Trace { + id: string + name: string + correlationId?: string + parentTraceId?: string + status: 'running' | 'completed' | 'failed' + startTime: number + endTime?: number + error?: TraceError + entryPoint: { type: StepConfig['type']; stepName: string } + events: TraceEvent[] +} + +export type TraceEvent = StateEvent | EmitEvent | StreamEvent | LogEntry + +export type StateOperation = 'get' | 'getGroup' | 'set' | 'delete' | 'clear' +export type StreamOperation = 'get' | 'getGroup' | 'set' | 'delete' | 'clear' | 'send' + +export interface StateEvent { + type: 'state' + timestamp: number + operation: 'get' | 'getGroup' | 'set' | 'delete' | 'clear' + key?: string + duration?: number + data: unknown +} + +export interface EmitEvent { + type: 'emit' + timestamp: number + topic: string + success: boolean + data: unknown +} + +export interface StreamEvent { + type: 'stream' + timestamp: number + operation: StreamOperation + streamName: string + duration?: number + maxTimestamp?: number + data: { groupId: string; id: string; data?: unknown } + calls: number +} + +export interface LogEntry { + type: 'log' + timestamp: number + level: string + message: string + metadata?: unknown +} diff --git a/data/packages/core/src/pretty-print.ts b/data/packages/core/src/pretty-print.ts new file mode 100644 index 0000000000000000000000000000000000000000..3f0fc0c86e7053d7c8cc2b0b57215a3a4dff8c9e --- /dev/null +++ b/data/packages/core/src/pretty-print.ts @@ -0,0 +1,73 @@ +import colors from 'colors' + +const stepTag = (step: string) => colors.bold(colors.cyan(step)) +const timestampTag = (timestamp: string) => colors.gray(timestamp) +const traceIdTag = (traceId: string) => colors.gray(traceId) + +const levelTags: Record = { + error: colors.red('[ERROR]'), + info: colors.blue('[INFO]'), + warn: colors.yellow('[WARN]'), + debug: colors.gray('[DEBUG]'), + trace: colors.gray('[TRACE]'), +} + +const numericTag = (value: string) => colors.green(value) +const stringTag = (value: string) => colors.cyan(value) +const booleanTag = (value: string) => colors.blue(value) + +const arrayBrackets = ['[', ']'].map((s) => colors.gray(s)) +const objectBrackets = ['{', '}'].map((s) => colors.gray(s)) + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +const prettyPrintObject = (obj: Record, depth = 0, parentIsLast = false, prefix = ''): string => { + const tab = prefix + (depth === 0 ? '' : parentIsLast ? '│ ' : '│ ') + + if (depth > 2) { + return `${tab} └ ${colors.gray('[...]')}` + } + + const entries = Object.entries(obj) + + return entries + .map(([key, value], index) => { + const isLast = index === entries.length - 1 + const isObject = typeof value === 'object' && value !== null + const prefix = isLast && !isObject ? '└' : '├' + + if (isObject) { + const subObject = prettyPrintObject(value, depth + 1, isLast, tab) + const [start, end] = Array.isArray(value) ? arrayBrackets : objectBrackets + + return `${tab}${prefix} ${key}: ${start}\n${subObject}\n${tab}${isLast ? '└' : '│'} ${end}` + } + + let printedValue = value + + if (typeof value === 'number') { + printedValue = numericTag(String(value)) + } else if (typeof value === 'boolean') { + printedValue = booleanTag(String(value)) + } else if (typeof value === 'string') { + printedValue = stringTag(value) + } + + return `${tab}${prefix} ${key}: ${printedValue}` + }) + .join('\n') +} + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +export const prettyPrint = (json: Record, excludeDetails = false): void => { + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const { time, traceId, msg, flows, level, step, ...details } = json + const levelTag = levelTags[level] + const timestamp = timestampTag(`[${new Date(time).toLocaleTimeString()}]`) + const objectHasKeys = Object.keys(details).length > 0 + + console.log(`${timestamp} ${traceIdTag(traceId)} ${levelTag} ${stepTag(step)} ${msg}`) + + if (objectHasKeys && !excludeDetails) { + console.log(prettyPrintObject(details)) + } +} diff --git a/data/packages/core/src/printer.ts b/data/packages/core/src/printer.ts new file mode 100644 index 0000000000000000000000000000000000000000..2a301c35dd2a344ff58807be5658d786b968bd96 --- /dev/null +++ b/data/packages/core/src/printer.ts @@ -0,0 +1,142 @@ +import colors from 'colors' +import path from 'path' +import { ValidationError } from './step-validator' +import { Step } from './types' +import { isApiStep, isCronStep, isEventStep, isNoopStep } from './guards' +import { Stream } from './types-stream' + +const stepTag = colors.bold(colors.magenta('Step')) +const flowTag = colors.bold(colors.blue('Flow')) +const streamTag = colors.bold(colors.green('Stream')) +const created = colors.green('➜ [CREATED]') +const building = colors.yellow('⚡ [BUILDING]') +const built = colors.green('✓ [BUILT]') +const updated = colors.yellow('➜ [UPDATED]') +const removed = colors.red('➜ [REMOVED]') +const invalidEmit = colors.red('➜ [INVALID EMIT]') +const error = colors.red('[ERROR]') +const warning = colors.yellow('[WARNING]') + +export class Printer { + constructor(private readonly baseDir: string) {} + + stepTag = stepTag + flowTag = flowTag + created = created + building = building + built = built + updated = updated + removed = removed + + printInvalidEmit(step: Step, emit: string) { + console.log( + `${invalidEmit} ${stepTag} ${this.getStepType(step)} ${this.getStepPath(step)} tried to emit an event not defined in the step config: ${colors.yellow(emit)}`, + ) + } + + printStepCreated(step: Step) { + console.log(`${created} ${stepTag} ${this.getStepType(step)} ${this.getStepPath(step)} created`) + } + + printStepUpdated(step: Step) { + console.log(`${updated} ${stepTag} ${this.getStepType(step)} ${this.getStepPath(step)} updated`) + } + + printStepRemoved(step: Step) { + console.log(`${removed} ${stepTag} ${this.getStepType(step)} ${this.getStepPath(step)} removed`) + } + + printFlowCreated(flowName: string) { + console.log(`${created} ${flowTag} ${colors.bold(colors.cyan(flowName))} created`) + } + + printFlowUpdated(flowName: string) { + console.log(`${updated} ${flowTag} ${colors.bold(colors.cyan(flowName))} updated`) + } + + printFlowRemoved(flowName: string) { + console.log(`${removed} ${flowTag} ${colors.bold(colors.cyan(flowName))} removed`) + } + + printStreamCreated(stream: Stream) { + console.log(`${created} ${streamTag} ${this.getStreamPath(stream)} created`) + } + + printStreamUpdated(stream: Stream) { + console.log(`${updated} ${streamTag} ${this.getStreamPath(stream)} updated`) + } + + printStreamRemoved(stream: Stream) { + console.log(`${removed} ${streamTag} ${this.getStreamPath(stream)} removed`) + } + + printInvalidEmitConfiguration(step: Step, emit: string) { + console.log( + `${warning} ${stepTag} ${this.getStepType(step)} ${this.getStepPath(step)} emits to ${colors.yellow(emit)}, but there is no subscriber defined`, + ) + } + + printInvalidSchema(topic: string, step: Step[]) { + console.log(`${error} Topic ${colors.bold(colors.blue(topic))} has incompatible schemas in the following steps:`) + step.forEach((step) => { + console.log(`${colors.red(' ✖')} ${this.getStepPath(step)}`) + }) + } + + printValidationError(stepPath: string, validationError: ValidationError) { + const relativePath = this.getRelativePath(stepPath) + + console.log(`${error} ${colors.bold(colors.cyan(relativePath))}`) + validationError.errors?.forEach((error) => { + if (error.path) { + console.log(`${colors.red('│')} ${colors.yellow(`✖ ${error.path}`)}: ${error.message}`) + } else { + console.log(`${colors.red('│')} ${colors.yellow('✖')} ${error.message}`) + } + }) + console.log(`${colors.red('└─')} ${colors.red(validationError.error)} `) + } + + getRelativePath(filePath: string) { + return path.relative(this.baseDir, filePath) + } + + getStepType(step: Step) { + if (isApiStep(step)) return colors.gray('(API)') + if (isEventStep(step)) return colors.gray('(Event)') + if (isCronStep(step)) return colors.gray('(Cron)') + if (isNoopStep(step)) return colors.gray('(Noop)') + + return colors.gray('(Unknown)') + } + + getStepPath(step: Step) { + const stepPath = this.getRelativePath(step.filePath) + return colors.bold(colors.cyan(stepPath)) + } + + getStreamPath(stream: Stream) { + const streamPath = this.getRelativePath(stream.filePath) + return colors.bold(colors.magenta(streamPath)) + } +} + +export class NoPrinter extends Printer { + constructor() { + super('') + } + + printInvalidEmit() {} + printStepCreated() {} + printStepUpdated() {} + printStepRemoved() {} + printFlowCreated() {} + printFlowUpdated() {} + printFlowRemoved() {} + printStepType() {} + printStepPath() {} + + printStreamCreated() {} + printStreamUpdated() {} + printStreamRemoved() {} +} diff --git a/data/packages/core/src/process-communication/communication-config.ts b/data/packages/core/src/process-communication/communication-config.ts new file mode 100644 index 0000000000000000000000000000000000000000..f54162352d3afd0aafd820080b42b420218f1d78 --- /dev/null +++ b/data/packages/core/src/process-communication/communication-config.ts @@ -0,0 +1,21 @@ +import { SpawnOptions } from 'child_process' + +export type CommunicationType = 'rpc' | 'ipc' + +export interface CommunicationConfig { + type: CommunicationType + spawnOptions: SpawnOptions +} + +export function createCommunicationConfig(command: string): CommunicationConfig { + const type = command === 'python' && process.platform === 'win32' ? 'rpc' : 'ipc' + + const spawnOptions: SpawnOptions = { + stdio: + type === 'rpc' + ? ['pipe', 'pipe', 'inherit'] // RPC: capture stdout + : ['inherit', 'inherit', 'inherit', 'ipc'], // IPC: include IPC channel + } + + return { type, spawnOptions } +} diff --git a/data/packages/core/src/process-communication/process-manager.ts b/data/packages/core/src/process-communication/process-manager.ts new file mode 100644 index 0000000000000000000000000000000000000000..74fb159812b088299b796595674f82f8f450d383 --- /dev/null +++ b/data/packages/core/src/process-communication/process-manager.ts @@ -0,0 +1,113 @@ +import { spawn, ChildProcess } from 'child_process' +import { createCommunicationConfig, CommunicationType } from './communication-config' +import { RpcProcessor } from '../step-handler-rpc-processor' +import { RpcStdinProcessor } from '../step-handler-rpc-stdin-processor' +import { RpcProcessorInterface, RpcHandler, MessageCallback } from './rpc-processor-interface' +import { Logger } from '../logger' + +export interface ProcessManagerOptions { + command: string + args: string[] + logger: Logger + context?: string +} + +export class ProcessManager { + private child?: ChildProcess + private processor?: RpcProcessorInterface + private communicationType?: CommunicationType + + constructor(private options: ProcessManagerOptions) {} + + async spawn(): Promise { + const { command, args, logger, context = 'Process' } = this.options + + // Get communication configuration + const commConfig = createCommunicationConfig(command) + this.communicationType = commConfig.type + + logger.debug(`[${context}] Spawning process`, { + command, + args, + communicationType: this.communicationType, + }) + + // Spawn the process + this.child = spawn(command, args, commConfig.spawnOptions) + + // Create appropriate processor based on communication type + this.processor = this.communicationType === 'rpc' ? new RpcStdinProcessor(this.child) : new RpcProcessor(this.child) + + // Initialize the processor + await this.processor.init() + + return this.child + } + + handler(method: string, handler: RpcHandler): void { + if (!this.processor) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + this.processor.handler(method, handler) + } + + onMessage(callback: MessageCallback): void { + if (!this.processor) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + this.processor.onMessage(callback) + } + + onProcessClose(callback: (code: number | null) => void): void { + if (!this.child) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + this.child.on('close', callback) + } + + onProcessError(callback: (error: Error & { code?: string }) => void): void { + if (!this.child) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + this.child.on('error', callback) + } + + onStderr(callback: (data: Buffer) => void): void { + if (!this.child) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + this.child.stderr?.on('data', callback) + } + + onStdout(callback: (data: Buffer) => void): void { + if (!this.child) { + throw new Error('Process not spawned yet. Call spawn() first.') + } + // Only for non-RPC mode (in RPC mode, stdout is used for communication) + if (this.communicationType !== 'rpc') { + this.child.stdout?.on('data', callback) + } + } + + kill(): void { + if (this.child) { + this.child.kill('SIGKILL') + } + } + + close(): void { + if (this.processor) { + this.processor.close() + } + this.processor = undefined + this.child = undefined + } + + get process(): ChildProcess | undefined { + return this.child + } + + get commType(): CommunicationType | undefined { + return this.communicationType + } +} diff --git a/data/packages/core/src/process-communication/rpc-processor-interface.ts b/data/packages/core/src/process-communication/rpc-processor-interface.ts new file mode 100644 index 0000000000000000000000000000000000000000..7f4a52c26e23bdc132f813f5226a4af111a57020 --- /dev/null +++ b/data/packages/core/src/process-communication/rpc-processor-interface.ts @@ -0,0 +1,10 @@ +export type RpcHandler = (input: TInput) => Promise +export type MessageCallback = (message: T) => void + +export interface RpcProcessorInterface { + handler(method: string, handler: RpcHandler): void + handle(method: string, input: unknown): Promise + onMessage(callback: MessageCallback): void + init(): Promise + close(): void +} diff --git a/data/packages/core/src/python/get-config.py b/data/packages/core/src/python/get-config.py new file mode 100644 index 0000000000000000000000000000000000000000..e75d3b0a8ecb29b1b7f9449ee461535db80eab65 --- /dev/null +++ b/data/packages/core/src/python/get-config.py @@ -0,0 +1,60 @@ +import sys +import json +import importlib.util +import os +import platform + +def sendMessage(text): + 'sends a Node IPC message to parent proccess' + # encode message as json string + newline in bytes + bytesMessage = (json.dumps(text) + "\n").encode('utf-8') + + # Handle Windows differently + if platform.system() == 'Windows': + # On Windows, write to stdout + sys.stdout.buffer.write(bytesMessage) + sys.stdout.buffer.flush() + else: + # On Unix systems, use the file descriptor approach + NODEIPCFD = int(os.environ["NODE_CHANNEL_FD"]) + os.write(NODEIPCFD, bytesMessage) + +async def run_python_module(file_path: str) -> None: + try: + module_dir = os.path.dirname(os.path.abspath(file_path)) + + if module_dir not in sys.path: + sys.path.insert(0, module_dir) + + flows_dir = os.path.dirname(module_dir) + if flows_dir not in sys.path: + sys.path.insert(0, flows_dir) + + spec = importlib.util.spec_from_file_location("dynamic_module", file_path) + if spec is None or spec.loader is None: + raise ImportError(f"Could not load module from {file_path}") + + module = importlib.util.module_from_spec(spec) + module.__package__ = os.path.basename(module_dir) + spec.loader.exec_module(module) + + if not hasattr(module, 'config'): + raise AttributeError(f"No 'config' found in module {file_path}") + + if 'middleware' in module.config: + del module.config['middleware'] + + sendMessage(module.config) + + except Exception as error: + print('Error running Python module:', str(error), file=sys.stderr) + sys.exit(1) + +if __name__ == "__main__": + if len(sys.argv) < 2: + sys.exit(1) + + file_path = sys.argv[1] + + import asyncio + asyncio.run(run_python_module(file_path)) \ No newline at end of file diff --git a/data/packages/core/src/python/motia_communication_factory.py b/data/packages/core/src/python/motia_communication_factory.py new file mode 100644 index 0000000000000000000000000000000000000000..ec53873a0d6b47c8dd99c092a43a94af2c6b0c56 --- /dev/null +++ b/data/packages/core/src/python/motia_communication_factory.py @@ -0,0 +1,35 @@ +import os +import platform +from typing import Union +from motia_rpc_communication import RpcCommunication +from motia_ipc_communication import IpcCommunication + +def create_communication() -> Union[RpcCommunication, IpcCommunication]: + """ + Create appropriate communication instance based on platform and environment. + + Logic: + - Python + Windows = RPC (stdin/stdout) + - Other cases with NODE_CHANNEL_FD = IPC + - Fallback = RPC + """ + + # Check if we're on Windows + is_windows = platform.system() == 'Windows' + + # Check if IPC file descriptor is available + has_ipc_fd = "NODE_CHANNEL_FD" in os.environ + + if is_windows: + # On Windows, always use RPC + return RpcCommunication() + elif has_ipc_fd: + # On Unix with IPC FD available, use IPC + try: + return IpcCommunication() + except RuntimeError: + # Fallback to RPC if IPC fails to initialize + return RpcCommunication() + else: + # Fallback to RPC + return RpcCommunication() \ No newline at end of file diff --git a/data/packages/core/src/python/motia_context.py b/data/packages/core/src/python/motia_context.py new file mode 100644 index 0000000000000000000000000000000000000000..4280a51df1db2669bf3b4a52fd92ddf4a06eacd3 --- /dev/null +++ b/data/packages/core/src/python/motia_context.py @@ -0,0 +1,24 @@ +from typing import Any, List, Optional +from motia_type_definitions import HandlerResult +from motia_rpc import RpcSender +from motia_rpc_state_manager import RpcStateManager +from motia_logger import Logger +from motia_dot_dict import DotDict + +class Context: + def __init__( + self, + trace_id: str, + flows: List[str], + rpc: RpcSender, + streams: DotDict, + ): + self.trace_id = trace_id + self.flows = flows + self.rpc = rpc + self.state = RpcStateManager(rpc) + self.streams = streams + self.logger = Logger(self.trace_id, self.flows, rpc) + + async def emit(self, event: Any) -> Optional[HandlerResult]: + return await self.rpc.send('emit', event) \ No newline at end of file diff --git a/data/packages/core/src/python/motia_dot_dict.py b/data/packages/core/src/python/motia_dot_dict.py new file mode 100644 index 0000000000000000000000000000000000000000..6bd85a5778cd834450f227f2f33255f50eb2796f --- /dev/null +++ b/data/packages/core/src/python/motia_dot_dict.py @@ -0,0 +1,16 @@ +class DotDict(dict): + def __getattr__(self, key): + try: + value = self[key] + return DotDict(value) if isinstance(value, dict) else value + except KeyError: + raise AttributeError(f"No such attribute: {key}") + + def __setattr__(self, key, value): + self[key] = value + + def __delattr__(self, key): + try: + del self[key] + except KeyError: + raise AttributeError(f"No such attribute: {key}") \ No newline at end of file diff --git a/data/packages/core/src/python/motia_ipc_communication.py b/data/packages/core/src/python/motia_ipc_communication.py new file mode 100644 index 0000000000000000000000000000000000000000..2c9c71bd429a805ef37ea78b4707028045deb052 --- /dev/null +++ b/data/packages/core/src/python/motia_ipc_communication.py @@ -0,0 +1,145 @@ +import uuid +import asyncio +import json +import sys +import os +from typing import Any, Dict, Optional, Callable + +def serialize_for_json(obj: Any) -> Any: + """Convert Python objects to JSON-serializable types""" + if hasattr(obj, '__dict__'): + return obj.__dict__ + elif hasattr(obj, '_asdict'): + return obj._asdict() + elif isinstance(obj, (list, tuple)): + return [serialize_for_json(item) for item in obj] + elif isinstance(obj, dict): + return {k: serialize_for_json(v) for k, v in obj.items()} + else: + return obj + +class IpcCommunication: + """IPC communication using file descriptors""" + + def __init__(self): + self.executing = True + self.pending_requests: Dict[str, asyncio.Future] = {} + self.ipc_reader_task: Optional[asyncio.Task] = None + self.message_handlers: Dict[str, Callable] = {} + self.ipc_fd: Optional[int] = None + + # Get IPC file descriptor + if "NODE_CHANNEL_FD" in os.environ: + try: + self.ipc_fd = int(os.environ["NODE_CHANNEL_FD"]) + except (ValueError, TypeError): + raise RuntimeError("Invalid NODE_CHANNEL_FD environment variable") + else: + raise RuntimeError("NODE_CHANNEL_FD environment variable not found") + + def send_no_wait(self, method: str, args: Any) -> None: + """Send IPC request without waiting for response""" + request = { + 'type': 'rpc_request', + 'method': method, + 'args': args + } + + try: + json_str = json.dumps(request, default=serialize_for_json) + message_bytes = (json_str + "\n").encode('utf-8') + os.write(self.ipc_fd, message_bytes) + except Exception as e: + print(f"ERROR: Failed to send IPC request: {e}", file=sys.stderr) + + async def send(self, method: str, args: Any) -> Any: + """Send IPC request and wait for response""" + request_id = str(uuid.uuid4()) + future = asyncio.Future() + self.pending_requests[request_id] = future + + request = { + 'type': 'rpc_request', + 'id': request_id, + 'method': method, + 'args': args + } + + try: + json_str = json.dumps(request, default=serialize_for_json) + message_bytes = (json_str + "\n").encode('utf-8') + os.write(self.ipc_fd, message_bytes) + except Exception as e: + future.set_exception(e) + return await future + + return await future + + def _handle_message(self, msg: Dict[str, Any]) -> None: + """Handle incoming message from Node.js""" + msg_type = msg.get('type') + + if msg_type == 'rpc_response': + request_id = msg.get('id') + if request_id in self.pending_requests: + future = self.pending_requests[request_id] + del self.pending_requests[request_id] + + error = msg.get('error') + if error is not None: + future.set_exception(Exception(str(error))) + else: + future.set_result(msg.get('result')) + + elif msg_type in self.message_handlers: + try: + self.message_handlers[msg_type](msg) + except Exception as e: + print(f"ERROR: Handler for {msg_type} failed: {e}", file=sys.stderr) + + async def _read_ipc(self) -> None: + """Read messages from IPC file descriptor in background""" + loop = asyncio.get_event_loop() + buffer = "" + + while self.executing: + try: + data = await loop.run_in_executor(None, os.read, self.ipc_fd, 4096) + if not data: + break + + buffer += data.decode('utf-8') + lines = buffer.split('\n') + buffer = lines[-1] # Keep incomplete line in buffer + + for line in lines[:-1]: + if line.strip(): + try: + msg = json.loads(line.strip()) + self._handle_message(msg) + except json.JSONDecodeError as e: + print(f"WARNING: Failed to parse JSON: {e}", file=sys.stderr) + + except OSError: + # IPC channel closed + break + except Exception as e: + print(f"ERROR: Reading IPC failed: {e}", file=sys.stderr) + await asyncio.sleep(0.1) + + async def init(self) -> None: + """Initialize IPC communication""" + if not self.ipc_reader_task: + self.ipc_reader_task = asyncio.create_task(self._read_ipc()) + + def close(self) -> None: + """Close IPC communication""" + self.executing = False + + for future in self.pending_requests.values(): + if not future.done(): + future.set_exception(Exception("IPC connection closed")) + self.pending_requests.clear() + + if self.ipc_reader_task and not self.ipc_reader_task.done(): + self.ipc_reader_task.cancel() \ No newline at end of file diff --git a/data/packages/core/src/python/motia_logger.py b/data/packages/core/src/python/motia_logger.py new file mode 100644 index 0000000000000000000000000000000000000000..fb94865a0b05ac2135ba36a1f0b670f9ce611c1a --- /dev/null +++ b/data/packages/core/src/python/motia_logger.py @@ -0,0 +1,40 @@ +import time +from typing import Any, Dict, Optional +from motia_rpc import RpcSender + +class Logger: + def __init__(self, trace_id: str, flows: list[str], rpc: RpcSender): + self.trace_id = trace_id + self.flows = flows + self.rpc = rpc + + def _log(self, level: str, message: str, args: Optional[Dict[str, Any]] = None) -> None: + log_entry = { + "level": level, + "time": int(time.time() * 1000), + "traceId": self.trace_id, + "flows": self.flows, + "msg": message + } + + if args: + # Use our serializer to ensure args are JSON-serializable + if hasattr(args, '__dict__'): + args = vars(args) + elif not isinstance(args, dict): + args = {"data": args} + log_entry.update(args) + + self.rpc.send_no_wait('log', log_entry) + + def info(self, message: str, args: Optional[Any] = None) -> None: + self._log("info", message, args) + + def error(self, message: str, args: Optional[Any] = None) -> None: + self._log("error", message, args) + + def debug(self, message: str, args: Optional[Any] = None) -> None: + self._log("debug", message, args) + + def warn(self, message: str, args: Optional[Any] = None) -> None: + self._log("warn", message, args) diff --git a/data/packages/core/src/python/motia_middleware.py b/data/packages/core/src/python/motia_middleware.py new file mode 100644 index 0000000000000000000000000000000000000000..3b830983caf6276d9c5f940548e61f605bab7152 --- /dev/null +++ b/data/packages/core/src/python/motia_middleware.py @@ -0,0 +1,17 @@ +from typing import Any, Callable +from functools import reduce +from motia_context import Context + +def compose_middleware(*middlewares): + """Compose multiple middleware functions into a single middleware""" + def compose_two(f: Callable, g: Callable) -> Callable: + async def composed(data: Any, context: Context, next_fn: Callable): + async def wrapped_next(d=data): + return await g(d, context, next_fn) + return await f(data, context, wrapped_next) + return composed + + if not middlewares: + return lambda data, context, next_fn: next_fn() + + return reduce(compose_two, middlewares) \ No newline at end of file diff --git a/data/packages/core/src/python/motia_rpc.py b/data/packages/core/src/python/motia_rpc.py new file mode 100644 index 0000000000000000000000000000000000000000..0e489007ee6cf42521f641a884f6cf3e7376bb73 --- /dev/null +++ b/data/packages/core/src/python/motia_rpc.py @@ -0,0 +1,39 @@ +from typing import Any, Union +from motia_communication_factory import create_communication +from motia_rpc_communication import RpcCommunication +from motia_ipc_communication import IpcCommunication + +def serialize_for_json(obj: Any) -> Any: + """Convert Python objects to JSON-serializable types""" + if hasattr(obj, '__dict__'): + return obj.__dict__ + elif hasattr(obj, '_asdict'): # For namedtuples + return obj._asdict() + elif isinstance(obj, (list, tuple)): + return [serialize_for_json(item) for item in obj] + elif isinstance(obj, dict): + return {k: serialize_for_json(v) for k, v in obj.items()} + else: + return obj + +class RpcSender: + """Unified communication interface that delegates to appropriate implementation""" + + def __init__(self): + self._communication: Union[RpcCommunication, IpcCommunication] = create_communication() + + def send_no_wait(self, method: str, args: Any) -> None: + """Send request without waiting for response""" + return self._communication.send_no_wait(method, args) + + async def send(self, method: str, args: Any) -> Any: + """Send request and wait for response""" + return await self._communication.send(method, args) + + async def init(self) -> None: + """Initialize communication""" + return await self._communication.init() + + def close(self) -> None: + """Close communication""" + return self._communication.close() diff --git a/data/packages/core/src/python/motia_rpc_communication.py b/data/packages/core/src/python/motia_rpc_communication.py new file mode 100644 index 0000000000000000000000000000000000000000..a594578ed4d9fa5b9ad9d0bda88f7c371e478770 --- /dev/null +++ b/data/packages/core/src/python/motia_rpc_communication.py @@ -0,0 +1,125 @@ +import uuid +import asyncio +import json +import sys +from typing import Any, Dict, Optional, Callable + +def serialize_for_json(obj: Any) -> Any: + """Convert Python objects to JSON-serializable types""" + if hasattr(obj, '__dict__'): + return obj.__dict__ + elif hasattr(obj, '_asdict'): + return obj._asdict() + elif isinstance(obj, (list, tuple)): + return [serialize_for_json(item) for item in obj] + elif isinstance(obj, dict): + return {k: serialize_for_json(v) for k, v in obj.items()} + else: + return obj + +class RpcCommunication: + """RPC communication using stdin/stdout""" + + def __init__(self): + self.executing = True + self.pending_requests: Dict[str, asyncio.Future] = {} + self.stdin_reader_task: Optional[asyncio.Task] = None + self.message_handlers: Dict[str, Callable] = {} + + def send_no_wait(self, method: str, args: Any) -> None: + """Send RPC request without waiting for response""" + request = { + 'type': 'rpc_request', + 'method': method, + 'args': args + } + + try: + json_str = json.dumps(request, default=serialize_for_json) + print(json_str, flush=True) + except Exception as e: + print(f"ERROR: Failed to send RPC request: {e}", file=sys.stderr) + + async def send(self, method: str, args: Any) -> Any: + """Send RPC request and wait for response""" + request_id = str(uuid.uuid4()) + future = asyncio.Future() + self.pending_requests[request_id] = future + + request = { + 'type': 'rpc_request', + 'id': request_id, + 'method': method, + 'args': args + } + + try: + json_str = json.dumps(request, default=serialize_for_json) + print(json_str, flush=True) + except Exception as e: + future.set_exception(e) + return await future + + return await future + + def _handle_message(self, msg: Dict[str, Any]) -> None: + """Handle incoming message from Node.js""" + msg_type = msg.get('type') + + if msg_type == 'rpc_response': + request_id = msg.get('id') + if request_id in self.pending_requests: + future = self.pending_requests[request_id] + del self.pending_requests[request_id] + + error = msg.get('error') + if error is not None: + future.set_exception(Exception(str(error))) + else: + future.set_result(msg.get('result')) + + elif msg_type in self.message_handlers: + try: + self.message_handlers[msg_type](msg) + except Exception as e: + print(f"ERROR: Handler for {msg_type} failed: {e}", file=sys.stderr) + + async def _read_stdin(self) -> None: + """Read messages from stdin in background""" + loop = asyncio.get_event_loop() + + while self.executing: + try: + line = await loop.run_in_executor(None, sys.stdin.readline) + + if not line: + break + + line = line.strip() + if line: + try: + msg = json.loads(line) + self._handle_message(msg) + except json.JSONDecodeError as e: + print(f"WARNING: Failed to parse JSON: {e}", file=sys.stderr) + + except Exception as e: + print(f"ERROR: Reading stdin failed: {e}", file=sys.stderr) + await asyncio.sleep(0.1) + + async def init(self) -> None: + """Initialize RPC communication""" + if not self.stdin_reader_task: + self.stdin_reader_task = asyncio.create_task(self._read_stdin()) + + def close(self) -> None: + """Close RPC communication""" + self.executing = False + + for future in self.pending_requests.values(): + if not future.done(): + future.set_exception(Exception("RPC connection closed")) + self.pending_requests.clear() + + if self.stdin_reader_task and not self.stdin_reader_task.done(): + self.stdin_reader_task.cancel() \ No newline at end of file diff --git a/data/packages/core/src/python/motia_rpc_state_manager.py b/data/packages/core/src/python/motia_rpc_state_manager.py new file mode 100644 index 0000000000000000000000000000000000000000..f0001f6c7283016d97b2ac972eebe0e422f39a0f --- /dev/null +++ b/data/packages/core/src/python/motia_rpc_state_manager.py @@ -0,0 +1,70 @@ +import asyncio +import functools +import sys +from typing import Any +from motia_rpc import RpcSender + +class RpcStateManager: + def __init__(self, rpc: RpcSender): + self.rpc = rpc + self._loop = asyncio.get_event_loop() + + async def get(self, trace_id: str, key: str) -> asyncio.Future[Any]: + result = await self.rpc.send('state.get', {'traceId': trace_id, 'key': key}) + + if result is None: + return {'data': None} + elif isinstance(result, dict): + if 'data' not in result: + return {'data': result} + + return result + + async def get_group(self, group_id: str) -> asyncio.Future[Any]: + result = await self.rpc.send('state.getGroup', {'groupId': group_id}) + + if result is None: + return {'data': None} + elif isinstance(result, dict): + if 'data' not in result: + return {'data': result} + + return result + + async def getGroup(self, trace_id: str, key: str) -> asyncio.Future[Any]: + return await self.get_group(trace_id, key) + + async def set(self, trace_id: str, key: str, value: Any) -> asyncio.Future[None]: + future = await self.rpc.send('state.set', {'traceId': trace_id, 'key': key, 'value': value}) + return future + + async def delete(self, trace_id: str, key: str) -> asyncio.Future[None]: + return await self.rpc.send('state.delete', {'traceId': trace_id, 'key': key}) + + async def clear(self, trace_id: str) -> asyncio.Future[None]: + return await self.rpc.send('state.clear', {'traceId': trace_id}) + + # Add wrappers to handle non-awaited coroutines + def __getattribute__(self, name): + attr = super().__getattribute__(name) + if name in ('get', 'set', 'delete', 'clear') and asyncio.iscoroutinefunction(attr): + @functools.wraps(attr) + def wrapper(*args, **kwargs): + coro = attr(*args, **kwargs) + # Check if this is being awaited + frame = sys._getframe(1) + if frame.f_code.co_name != '__await__': + # Not being awaited, schedule in background + # But we need to make sure this task completes before the handler returns + # So we'll return the task for the caller to await if needed + task = asyncio.create_task(coro) + # Add error handling for the background task + def handle_exception(t): + if t.done() and not t.cancelled() and t.exception(): + print(f"Unhandled exception in background task: {t.exception()}", file=sys.stderr) + task.add_done_callback(handle_exception) + return task + # Being awaited, return coroutine as normal + return coro + return wrapper + return attr diff --git a/data/packages/core/src/python/motia_rpc_stream_manager.py b/data/packages/core/src/python/motia_rpc_stream_manager.py new file mode 100644 index 0000000000000000000000000000000000000000..a9716ee6cfd364bd8d94d29db9354c15908d0008 --- /dev/null +++ b/data/packages/core/src/python/motia_rpc_stream_manager.py @@ -0,0 +1,56 @@ +import asyncio +import functools +import sys +from typing import Any, Dict +from motia_rpc import RpcSender + +class RpcStreamManager: + def __init__(self, stream_name: str,rpc: RpcSender): + self.rpc = rpc + self.stream_name = stream_name + self._loop = asyncio.get_event_loop() + + async def get(self, group_id: str, id: str) -> asyncio.Future[Any]: + result = await self.rpc.send(f'streams.{self.stream_name}.get', {'groupId': group_id, 'id': id}) + return result + + async def set(self, group_id: str, id: str, data: Any) -> asyncio.Future[None]: + future = await self.rpc.send(f'streams.{self.stream_name}.set', {'groupId': group_id, 'id': id, 'data': data}) + return future + + async def delete(self, group_id: str, id: str) -> asyncio.Future[None]: + return await self.rpc.send(f'streams.{self.stream_name}.delete', {'groupId': group_id, 'id': id}) + + async def getGroup(self, group_id: str) -> asyncio.Future[None]: + return await self.rpc.send(f'streams.{self.stream_name}.getGroup', {'groupId': group_id}) + + async def get_group(self, group_id: str) -> asyncio.Future[None]: + return await self.getGroup(group_id) + + async def send(self, channel: Dict, event: Dict) -> asyncio.Future[None]: + return await self.rpc.send(f'streams.{self.stream_name}.send', {'channel': channel, 'event': event}) + + # Add wrappers to handle non-awaited coroutines + def __getattribute__(self, name): + attr = super().__getattribute__(name) + if name in ('get', 'set', 'delete', 'getGroup') and asyncio.iscoroutinefunction(attr): + @functools.wraps(attr) + def wrapper(*args, **kwargs): + coro = attr(*args, **kwargs) + # Check if this is being awaited + frame = sys._getframe(1) + if frame.f_code.co_name != '__await__': + # Not being awaited, schedule in background + # But we need to make sure this task completes before the handler returns + # So we'll return the task for the caller to await if needed + task = asyncio.create_task(coro) + # Add error handling for the background task + def handle_exception(t): + if t.done() and not t.cancelled() and t.exception(): + print(f"Unhandled exception in background task: {t.exception()}", file=sys.stderr) + task.add_done_callback(handle_exception) + return task + # Being awaited, return coroutine as normal + return coro + return wrapper + return attr diff --git a/data/packages/core/src/python/motia_type_definitions.py b/data/packages/core/src/python/motia_type_definitions.py new file mode 100644 index 0000000000000000000000000000000000000000..701e548b2f5eb84dd38717cbe55db10e7bff5efc --- /dev/null +++ b/data/packages/core/src/python/motia_type_definitions.py @@ -0,0 +1,33 @@ +from typing import TypeVar, Callable, Coroutine, Union, Dict, List, Optional +from types import SimpleNamespace + +# Generic type for JSON schema validation +T = TypeVar('T') + +# Custom types +JsonSchema = Dict[str, any] +ValidationResult = Dict[str, Union[bool, Dict, str]] +HandlerResult = Optional[Dict[str, any]] +HandlerFunction = Callable[..., Coroutine[any, any, HandlerResult]] + +class FlowConfig(SimpleNamespace): + type: str + input: Optional[JsonSchema] + bodySchema: Optional[JsonSchema] + +class HandlerArgs(SimpleNamespace): + traceId: str + flows: List[str] + data: Union[Dict, SimpleNamespace] + contextInFirstArg: bool + +class ApiResponse: + def __init__( + self, + status: int, + body: Dict[str, any], + headers: Optional[Dict[str, str]] = None + ): + self.status = status + self.body = body + self.headers = headers or {'Content-Type': 'application/json'} \ No newline at end of file diff --git a/data/packages/core/src/python/python-runner.py b/data/packages/core/src/python/python-runner.py new file mode 100644 index 0000000000000000000000000000000000000000..8e2bc78ef2cbff2d80bcf603c736365e9c4ef98a --- /dev/null +++ b/data/packages/core/src/python/python-runner.py @@ -0,0 +1,108 @@ +import sys +import json +import importlib.util +import os +import asyncio +import traceback +from typing import Callable, List, Dict +from motia_rpc import RpcSender +from motia_context import Context +from motia_middleware import compose_middleware +from motia_rpc_stream_manager import RpcStreamManager +from motia_dot_dict import DotDict + +def parse_args(arg: str) -> Dict: + """Parse command line arguments into HandlerArgs""" + try: + return json.loads(arg) + except json.JSONDecodeError: + print('Error parsing args:', arg) + return arg + +async def run_python_module(file_path: str, rpc: RpcSender, args: Dict) -> None: + """Execute a Python module with the given arguments""" + try: + module_dir = os.path.dirname(os.path.abspath(file_path)) + flows_dir = os.path.dirname(module_dir) + + for path in [module_dir, flows_dir]: + if path not in sys.path: + sys.path.insert(0, path) + + spec = importlib.util.spec_from_file_location("dynamic_module", file_path) + if spec is None or spec.loader is None: + raise ImportError(f"Could not load module from {file_path}") + + module = importlib.util.module_from_spec(spec) + module.__package__ = os.path.basename(module_dir) + spec.loader.exec_module(module) + + if not hasattr(module, "handler"): + raise AttributeError(f"Function 'handler' not found in module {file_path}") + + config = module.config + + trace_id = args.get("traceId") + flows = args.get("flows") or [] + data = args.get("data") + context_in_first_arg = args.get("contextInFirstArg") + streams_config = args.get("streams") or [] + + streams = DotDict() + for item in streams_config: + name = item.get("name") + streams[name] = RpcStreamManager(name, rpc) + + context = Context(trace_id, flows, rpc, streams) + + middlewares: List[Callable] = config.get("middleware", []) + composed_middleware = compose_middleware(*middlewares) + + async def handler_fn(): + if context_in_first_arg: + return await module.handler(context) + else: + return await module.handler(data, context) + + result = await composed_middleware(data, context, handler_fn) + + if result: + await rpc.send('result', result) + + rpc.send_no_wait("close", None) + rpc.close() + + except Exception as error: + stack_list = traceback.format_exception(type(error), error, error.__traceback__) + + # We're removing the first two and last item + # 0: Traceback (most recent call last): + # 1: File "python-runner.py", line 82, in run_python_module + # 2: File "python-runner.py", line 69, in run_python_module + # -1: Exception: message + stack_list = stack_list[3:-1] + + rpc.send_no_wait("close", { + "message": str(error), + "stack": "\n".join(stack_list) + }) + rpc.close() + +if __name__ == "__main__": + if len(sys.argv) < 2: + print("Usage: python pythonRunner.py ", file=sys.stderr) + sys.exit(1) + + file_path = sys.argv[1] + arg = sys.argv[2] if len(sys.argv) > 2 else None + + rpc = RpcSender() + try: + loop = asyncio.get_running_loop() + except RuntimeError: + loop = asyncio.new_event_loop() + asyncio.set_event_loop(loop) + + args = parse_args(arg) if arg else None + tasks = asyncio.gather(rpc.init(), run_python_module(file_path, rpc, args)) + loop.run_until_complete(tasks) diff --git a/data/packages/core/src/ruby/get-config.rb b/data/packages/core/src/ruby/get-config.rb new file mode 100644 index 0000000000000000000000000000000000000000..4b9a4ea7b080bf864459b73cd219bf35347478be --- /dev/null +++ b/data/packages/core/src/ruby/get-config.rb @@ -0,0 +1,61 @@ +require 'json' + +# Get the FD from ENV with a default fallback for testing +NODEIPCFD = (ENV['NODE_CHANNEL_FD'] || 1).to_i + +def send_message(message) + begin + io = IO.new(NODEIPCFD, 'w') + json_message = message.to_json + "\n" + io.write(json_message) + io.flush + rescue Errno::EBADF => e + raise "Error writing to IPC channel: #{e.message}" + ensure + io.close if io && !io.closed? + end +end + +def extract_config(file_path) + begin + unless File.exist?(file_path) + raise LoadError, "Could not load module from #{file_path}" + end + + # Load the file in a clean context + load file_path + + unless defined?(config) + raise NameError, "Function 'config' not found in module #{file_path}" + end + + config() + rescue NameError => e + raise "Error accessing config: #{e.message}" + rescue => e + raise "Error processing config file: #{e.message}" + end +end + +# Main execution block +begin + if ARGV.empty? + raise 'Error: No file path provided' + end + + file_path = ARGV[0] + + unless File.exist?(file_path) + raise "Error: File not found: #{file_path}" + end + + unless File.readable?(file_path) + raise "Error: File is not readable: #{file_path}" + end + + # Extract and send config + config = extract_config(file_path) + send_message(config) + + exit(0) +end \ No newline at end of file diff --git a/data/packages/core/src/ruby/get-ruby-config.ts b/data/packages/core/src/ruby/get-ruby-config.ts new file mode 100644 index 0000000000000000000000000000000000000000..7e8447907f5ebfefe3fa5bfaf61aeca644737896 --- /dev/null +++ b/data/packages/core/src/ruby/get-ruby-config.ts @@ -0,0 +1,31 @@ +import { spawn } from 'child_process' +import path from 'path' +import { StepConfig } from '../types' +import { globalLogger } from '../logger' + +export const getRubyConfig = (file: string): Promise => { + const getConfig = path.join(__dirname, 'get_config.rb') + + return new Promise((resolve, reject) => { + let config: StepConfig | null = null + + const child = spawn('ruby', [getConfig, file], { + stdio: ['inherit', 'inherit', 'inherit', 'ipc'], + }) + + child.on('message', (message) => { + globalLogger.debug('[Ruby Config] Read config', { config: message }) + config = message as StepConfig + }) + + child.on('close', (code) => { + if (code !== 0) { + reject(new Error(`Process exited with code ${code}`)) + } else if (!config) { + reject(new Error(`No config found for file ${file}`)) + } else { + resolve(config) + } + }) + }) +} diff --git a/data/packages/core/src/ruby/logger.rb b/data/packages/core/src/ruby/logger.rb new file mode 100644 index 0000000000000000000000000000000000000000..0023bf94a38952d8c50d7f7814d05c0b6604b189 --- /dev/null +++ b/data/packages/core/src/ruby/logger.rb @@ -0,0 +1,60 @@ +require 'json' +require 'time' + +class CustomLogger + def initialize(trace_id, flows, sender) + @trace_id = trace_id + @flows = flows + @sender = sender + end + + def log(level, message, args = nil) + # Handle message formatting consistently with Python/Node + if message.is_a?(String) && message.strip.start_with?('{', '[') + begin + message = JSON.parse(message) + rescue JSON::ParserError + # Leave message as is if not valid JSON + end + end + + # Construct the log entry to match Python/Node format + log_entry = { + level: level, + time: (Time.now.to_f * 1000).to_i, # Milliseconds since epoch to match Node + traceId: @trace_id, + flows: @flows, + msg: message + } + + # Handle additional args consistently with Python/Node + if args + case args + when OpenStruct + log_entry.merge!(args.to_h) + when Hash + log_entry.merge!(args) + else + log_entry[:data] = args + end + end + + @sender.send_no_wait('log', log_entry) + end + + def info(message, args = nil) + log('info', message, args) + end + + def error(message, args = nil) + log('error', message, args) + end + + def debug(message, args = nil) + log('debug', message, args) + end + + def warn(message, args = nil) + log('warn', message, args) + end +end \ No newline at end of file diff --git a/data/packages/core/src/ruby/rpc.rb b/data/packages/core/src/ruby/rpc.rb new file mode 100644 index 0000000000000000000000000000000000000000..89abe6171d3229d107b306c70aeb486fbd38de0c --- /dev/null +++ b/data/packages/core/src/ruby/rpc.rb @@ -0,0 +1,118 @@ +require 'securerandom' +require 'json' +require 'thread' + +class RpcSender + def initialize + @closed = false + @pending_requests = {} + @mutex = Mutex.new + @background_thread = nil + end + + def send(method, args) + return nil if @closed + + id = SecureRandom.uuid + promise = Queue.new + + @mutex.synchronize do + @pending_requests[id] = promise + end + + data = { type: 'rpc_request', id: id, method: method, args: args } + message = JSON.dump(data) + + puts message + STDOUT.flush + + result = promise.pop + raise result if result.is_a?(StandardError) + result + rescue IOError, Errno::EPIPE + # Handle broken pipe errors gracefully + @closed = true + raise StandardError.new("RPC connection lost") + end + + def send_no_wait(method, args) + return if @closed + + data = { type: 'rpc_request', method: method, args: args } + message = JSON.dump(data) + + puts message + STDOUT.flush + rescue IOError, Errno::EPIPE + # Ignore errors during shutdown or if connection is lost + @closed = true + end + + def init + @background_thread = Thread.new do + until @closed + begin + line = STDIN.gets + if line && !line.strip.empty? + msg = JSON.parse(line.strip) + handle_response(msg) if msg['type'] == 'rpc_response' + elsif line.nil? + # EOF received, connection closed + break + end + rescue JSON::ParserError => e + # Log JSON parsing errors but continue + STDERR.puts "Warning: Failed to parse JSON: #{e.message}" + STDERR.puts "Raw line: #{line}" + rescue IOError, Errno::EBADF + break if @closed + rescue => e + STDERR.puts "Error in RPC thread: #{e.message}" + end + end + end + + @background_thread.abort_on_exception = false + end + + def handle_response(msg) + id = msg['id'] + return unless id + + @mutex.synchronize do + if promise = @pending_requests.delete(id) + if msg['error'] + promise.push(StandardError.new(msg['error'])) + else + promise.push(msg['result']) + end + end + end + end + + def close + return if @closed + @closed = true + + # Send final close message + begin + send_no_wait('close', nil) + rescue + # Ignore errors during shutdown + end + + # Clean up background thread + if @background_thread + @background_thread.kill rescue nil + @background_thread.join(1) rescue nil + end + + # Check for pending requests + @mutex.synchronize do + if @pending_requests.any? + STDERR.puts 'Process ended while there are some promises outstanding' + exit(1) + end + end + end +end \ No newline at end of file diff --git a/data/packages/core/src/ruby/rpc_state_manager.rb b/data/packages/core/src/ruby/rpc_state_manager.rb new file mode 100644 index 0000000000000000000000000000000000000000..eb0e6e492dea23959085ea5364bb553e3e2b6e0f --- /dev/null +++ b/data/packages/core/src/ruby/rpc_state_manager.rb @@ -0,0 +1,41 @@ +class RpcStateManager + def initialize(sender) + @sender = sender + end + + # Support hash-like access with [:method_name] syntax + def [](method_name) + case method_name.to_sym + when :get + ->(trace_id, key) { get(trace_id, key) } + when :set + ->(trace_id, key, value) { set(trace_id, key, value) } + when :delete + ->(trace_id, key) { delete(trace_id, key) } + when :clear + ->(trace_id) { clear(trace_id) } + else + raise NoMethodError, "undefined method `#{method_name}' for #{self.class}" + end + end + + def get(trace_id, key) + # Return promise to match Python/Node behavior + @sender.send('state.get', { traceId: trace_id, key: key }) + end + + def set(trace_id, key, value) + # Return promise to match Python/Node behavior + @sender.send('state.set', { traceId: trace_id, key: key, value: value }) + end + + def delete(trace_id, key) + # Return promise to match Python/Node behavior + @sender.send('state.delete', { traceId: trace_id, key: key }) + end + + def clear(trace_id) + # Return promise to match Python/Node behavior + @sender.send('state.clear', { traceId: trace_id }) + end +end diff --git a/data/packages/core/src/ruby/ruby-runner.rb b/data/packages/core/src/ruby/ruby-runner.rb new file mode 100644 index 0000000000000000000000000000000000000000..fffc6c8850b30a9d778ce3d2e94a30fd2c74be45 --- /dev/null +++ b/data/packages/core/src/ruby/ruby-runner.rb @@ -0,0 +1,94 @@ +require 'json' +require 'io/console' +require 'ostruct' +require 'pathname' +require_relative 'logger' +require_relative 'rpc' +require_relative 'rpc_state_manager' + +def parse_args(arg) + begin + JSON.parse(arg, object_class: OpenStruct) + rescue JSON::ParserError + puts "Error parsing args: #{arg}" + arg + end +end + +class Context + attr_reader :trace_id, :traceId, :flows, :file_name, :state, :logger + + def emit(event) + # Add type field if not present to match Node.js/Python behavior + event = { topic: event[:topic] || event['topic'], data: event[:data] || event['data'] } unless event.is_a?(String) + promise = @rpc.send('emit', event) + promise # Return promise to maintain async pattern + end + + def initialize(rpc, args) + @rpc = rpc + @trace_id = args.traceId + @traceId = args.traceId + @flows = args.flows + @state = RpcStateManager.new(rpc) + @logger = CustomLogger.new(@trace_id, @flows, @rpc) + end +end + +def run_ruby_module(file_path, args) + rpc = nil + begin + unless File.exist?(file_path) + raise LoadError, "Could not load module from #{file_path}" + end + + # Load the file in a clean context + load file_path + + unless defined?(handler) + raise NameError, "Function 'handler' not found in module #{file_path}" + end + + rpc = RpcSender.new + context = Context.new(rpc, args) + rpc.init + + # Call handler and wait for any promises + if args.contextInFirstArg + result = handler(context) + else + result = handler(args.data, context) + end + + if result + rpc.send('result', result) + end + + rescue => e + $stderr.puts "Error running Ruby module: #{e.message}" + $stderr.puts e.backtrace + raise + ensure + rpc&.close if rpc + end +end + +if __FILE__ == $PROGRAM_NAME + if ARGV.length < 1 + $stderr.puts 'Usage: ruby ruby-runner.rb ' + exit 1 + end + + file_path = ARGV[0] + arg = ARGV[1] || nil + + begin + parsed_args = parse_args(arg) + run_ruby_module(file_path, parsed_args) + exit 0 + rescue => e + $stderr.puts "Error: #{e.message}" + $stderr.puts e.backtrace + exit 1 + end +end \ No newline at end of file diff --git a/data/packages/core/src/server.ts b/data/packages/core/src/server.ts new file mode 100644 index 0000000000000000000000000000000000000000..d72382c2b2c9b82b13023f3cece1294e635d91f0 --- /dev/null +++ b/data/packages/core/src/server.ts @@ -0,0 +1,277 @@ +import bodyParser from 'body-parser' +import cors from 'cors' +import express, { Express, Request, Response } from 'express' +import http from 'http' +import { Server as WsServer } from 'ws' +import { analyticsEndpoint } from './analytics-endpoint' +import { trackEvent } from './analytics/utils' +import { callStepFile } from './call-step-file' +import { CronManager, setupCronHandlers } from './cron-handler' +import { flowsConfigEndpoint } from './flows-config-endpoint' +import { flowsEndpoint } from './flows-endpoint' +import { generateTraceId } from './generate-trace-id' +import { isApiStep } from './guards' +import { LockedData } from './locked-data' +import { BaseLoggerFactory } from './logger-factory' +import { Motia } from './motia' +import { createTracerFactory } from './observability/tracer' +import { createSocketServer } from './socket-server' +import { createStepHandlers, MotiaEventManager } from './step-handlers' +import { systemSteps } from './steps' +import { apiEndpoints } from './streams/api-endpoints' +import { Log, LogsStream } from './streams/logs-stream' +import { + ApiRequest, + ApiResponse, + ApiRouteConfig, + ApiRouteMethod, + EventManager, + InternalStateManager, + Step, +} from './types' +import { BaseStreamItem, MotiaStream, StateStreamEvent, StateStreamEventChannel } from './types-stream' +import { globalLogger } from './logger' +import { Printer } from './printer' +import { stepEndpoint } from './step-endpoint' + +export type MotiaServer = { + app: Express + server: http.Server + socketServer: WsServer + close: () => Promise + removeRoute: (step: Step) => void + addRoute: (step: Step) => void + cronManager: CronManager + motiaEventManager: MotiaEventManager +} + +type MotiaServerConfig = { + isVerbose: boolean + printer?: Printer +} + +export const createServer = ( + lockedData: LockedData, + eventManager: EventManager, + state: InternalStateManager, + config: MotiaServerConfig, +): MotiaServer => { + const printer = config.printer ?? new Printer(process.cwd()) + const app = express() + const server = http.createServer(app) + + const { pushEvent, socketServer } = createSocketServer({ + server, + onJoin: async (streamName: string, groupId: string, id: string) => { + const streams = lockedData.getStreams() + const stream = streams[streamName] + + if (stream) { + const result = await stream().get(groupId, id) + delete result?.__motia // deleting because we don't need it in the socket + return result + } + }, + onJoinGroup: async (streamName: string, groupId: string) => { + const streams = lockedData.getStreams() + const stream = streams[streamName] + + if (stream) { + const result = stream ? await stream().getGroup(groupId) : [] + // eslint-disable-next-line @typescript-eslint/no-unused-vars + return result.map(({ __motia, ...rest }) => rest) + } + }, + }) + + lockedData.applyStreamWrapper((streamName, stream) => { + return (): MotiaStream => { + const main = stream() as MotiaStream + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const wrapObject = (groupId: string, id: string, object: any) => { + if (!object) { + return null + } + + return { + ...object, + __motia: { type: 'state-stream', streamName, groupId, id }, + } + } + + const mainGetGroup = main.getGroup + const mainGet = main.get + const mainSet = main.set + const mainDelete = main.delete + + main.send = async (channel: StateStreamEventChannel, event: StateStreamEvent) => { + pushEvent({ streamName, ...channel, event: { type: 'event', event } }) + } + + main.getGroup = async (groupId: string) => { + const result = await mainGetGroup.apply(main, [groupId]) + return result.map((object: BaseStreamItem) => wrapObject(groupId, object.id, object)) + } + + main.get = async (groupId: string, id: string) => { + const result = await mainGet.apply(main, [groupId, id]) + return wrapObject(groupId, id, result) + } + + main.set = async (groupId: string, id: string, data: BaseStreamItem) => { + if (!data) { + return null + } + + const exists = await main.get(groupId, id) + const updated = await mainSet.apply(main, [groupId, id, data]) + const result = updated ?? data + const wrappedResult = wrapObject(groupId, id, result) + + const type = exists ? 'update' : 'create' + pushEvent({ streamName, groupId, id, event: { type, data: result } }) + + return wrappedResult + } + + main.delete = async (groupId: string, id: string) => { + const result = await mainDelete.apply(main, [groupId, id]) + + pushEvent({ streamName, groupId, id, event: { type: 'delete', data: result } }) + + return wrapObject(groupId, id, result) + } + + return main + } + }) + + const logStream = lockedData.createStream({ + filePath: '__motia.logs', + hidden: true, + config: { + name: '__motia.logs', + baseConfig: { storageType: 'custom', factory: () => new LogsStream() }, + schema: null as never, + }, + })() + + const allSteps = [...systemSteps, ...lockedData.activeSteps] + const loggerFactory = new BaseLoggerFactory(config.isVerbose, logStream) + const tracerFactory = createTracerFactory(lockedData) + const motia: Motia = { loggerFactory, eventManager, state, lockedData, printer, tracerFactory } + + const cronManager = setupCronHandlers(motia) + const motiaEventManager = createStepHandlers(motia) + + const asyncHandler = (step: Step) => { + return async (req: Request, res: Response) => { + const traceId = generateTraceId() + const { name: stepName, flows } = step.config + const logger = loggerFactory.create({ traceId, flows, stepName }) + const tracer = await motia.tracerFactory.createTracer(traceId, step, logger) + + logger.debug('[API] Received request, processing step', { path: req.path }) + + const data: ApiRequest = { + body: req.body, + headers: req.headers as Record, + pathParams: req.params, + queryParams: req.query as Record, + } + + try { + const result = await callStepFile({ data, step, logger, tracer, traceId }, motia) + + trackEvent('api_call_success', { stepName }) + + if (!result) { + console.log('no result') + res.status(500).json({ error: 'Internal server error' }) + return + } + + if (result.headers) { + Object.entries(result.headers).forEach(([key, value]) => res.setHeader(key, value)) + } + + res.status(result.status) + res.json(result.body) + } catch (error) { + trackEvent('api_call_error', { + stepName, + traceId, + error: error instanceof Error ? error.message : 'Unknown error', + }) + logger.error('[API] Internal server error', { error }) + console.log(error) + res.status(500).json({ error: 'Internal server error' }) + } + } + } + + app.use(bodyParser.json({ limit: '1gb' })) + app.use(bodyParser.urlencoded({ extended: true, limit: '1gb' })) + + const router = express.Router() + + const addRoute = (step: Step) => { + const { method, path } = step.config + globalLogger.debug('[API] Registering route', step.config) + + const handler = asyncHandler(step) + const methods: Record void> = { + GET: () => router.get(path, handler), + POST: () => router.post(path, handler), + PUT: () => router.put(path, handler), + DELETE: () => router.delete(path, handler), + PATCH: () => router.patch(path, handler), + OPTIONS: () => router.options(path, handler), + HEAD: () => router.head(path, handler), + } + + const methodHandler = methods[method] + if (!methodHandler) { + throw new Error(`Unsupported method: ${method}`) + } + + methodHandler() + } + + const removeRoute = (step: Step) => { + const { path, method } = step.config + const routerStack = router.stack + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const filteredStack = routerStack.filter((layer: any) => { + if (layer.route) { + const match = layer.route.path === path && layer.route.methods[method.toLowerCase()] + return !match + } + return true + }) + router.stack = filteredStack + } + + allSteps.filter(isApiStep).forEach(addRoute) + + app.use(cors()) + app.use(router) + + apiEndpoints(lockedData) + flowsEndpoint(lockedData) + flowsConfigEndpoint(app, process.cwd(), lockedData) + analyticsEndpoint(app, process.cwd()) + stepEndpoint(app, lockedData) + + server.on('error', (error) => { + console.error('Server error:', error) + }) + + const close = async (): Promise => { + cronManager.close() + socketServer.close() + } + + return { app, server, socketServer, close, removeRoute, addRoute, cronManager, motiaEventManager } +} diff --git a/data/packages/core/src/socket-server.ts b/data/packages/core/src/socket-server.ts new file mode 100644 index 0000000000000000000000000000000000000000..7707d83dd44795ac99322538d5cea0b607b2cd2e --- /dev/null +++ b/data/packages/core/src/socket-server.ts @@ -0,0 +1,112 @@ +import { WebSocket, Server as WsServer } from 'ws' +import http from 'http' + +type BaseMessage = { streamName: string; groupId: string; id?: string } +type JoinMessage = BaseMessage & { subscriptionId: string } +type StreamEvent = + | { type: 'sync'; data: TData } + | { type: 'create'; data: TData } + | { type: 'update'; data: TData } + | { type: 'delete'; data: TData } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + | { type: 'event'; event: { type: string; data: any } } +type EventMessage = BaseMessage & { timestamp: number; event: StreamEvent } + +type Message = { type: 'join' | 'leave'; data: JoinMessage } + +type Props = { + server: http.Server + onJoin: (streamName: string, groupId: string, id: string) => Promise + onJoinGroup: (streamName: string, groupId: string) => Promise +} + +export const createSocketServer = ({ server, onJoin, onJoinGroup }: Props) => { + const socketServer = new WsServer({ server }) + const rooms: Record> = {} + const subscriptions: Map> = new Map() + + const getRoom = (message: BaseMessage): string => { + return message.id ? `${message.streamName}:id:${message.id}` : `${message.streamName}:group-id:${message.groupId}` + } + + socketServer.on('connection', (socket) => { + subscriptions.set(socket, new Set()) + + socket.on('message', async (payload: Buffer) => { + const message: Message = JSON.parse(payload.toString()) + + if (message.type === 'join') { + const room = getRoom(message.data) + + if (!rooms[room]) { + rooms[room] = new Map() + } + + if (message.data.id) { + const item = await onJoin(message.data.streamName, message.data.groupId, message.data.id) + + if (item) { + const resultMessage: EventMessage = { + timestamp: Date.now(), + streamName: message.data.streamName, + groupId: message.data.groupId, + id: message.data.id, + event: { type: 'sync', data: item }, + } + + socket.send(JSON.stringify(resultMessage)) + } + } else { + const items = await onJoinGroup(message.data.streamName, message.data.groupId) + + if (items) { + const resultMessage: EventMessage = { + timestamp: Date.now(), + streamName: message.data.streamName, + groupId: message.data.groupId, + event: { type: 'sync', data: items }, + } + + socket.send(JSON.stringify(resultMessage)) + } + } + + rooms[room].set(message.data.subscriptionId, socket) + subscriptions.get(socket)?.add([room, message.data.subscriptionId]) + } else if (message.type === 'leave') { + const room = getRoom(message.data) + + if (rooms[room]) { + rooms[room].delete(message.data.subscriptionId) + } + } + }) + + socket.on('close', () => { + subscriptions.get(socket)?.forEach(([room, subscriptionId]) => { + rooms[room]?.delete(subscriptionId) + }) + subscriptions.delete(socket) + }) + }) + + const pushEvent = (message: Omit, 'timestamp'>) => { + const { groupId, streamName, id } = message + const groupRoom = getRoom({ streamName, groupId }) + const eventMessage = JSON.stringify({ timestamp: Date.now(), ...message }) + + if (rooms[groupRoom]) { + rooms[groupRoom].forEach((socket) => socket.send(eventMessage)) + } + + if (id) { + const itemRoom = getRoom({ groupId, streamName, id }) + + if (rooms[itemRoom]) { + rooms[itemRoom].forEach((socket) => socket.send(eventMessage)) + } + } + } + + return { pushEvent, socketServer } +} diff --git a/data/packages/core/src/state/adapters/default-state-adapter.ts b/data/packages/core/src/state/adapters/default-state-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..c1a407fc059e4b4d262de3bf97654f7fad5e2c82 --- /dev/null +++ b/data/packages/core/src/state/adapters/default-state-adapter.ts @@ -0,0 +1,141 @@ +import fs from 'fs' +import * as path from 'path' +import { StateAdapter, StateItem, StateItemsInput } from '../state-adapter' +import { filterItem, inferType } from './utils' + +export type FileAdapterConfig = { + adapter: 'default' + filePath: string +} + +export class FileStateAdapter implements StateAdapter { + private readonly filePath: string + + constructor(config: FileAdapterConfig) { + this.filePath = path.join(config.filePath, 'motia.state.json') + this.init() + } + + init() { + const dir = this.filePath.replace('motia.state.json', '') + try { + fs.realpathSync(dir) + } catch { + fs.mkdirSync(dir, { recursive: true }) + } + + try { + fs.readFileSync(this.filePath, 'utf-8') + } catch { + fs.writeFileSync(this.filePath, JSON.stringify({}), 'utf-8') + } + } + + async getGroup(groupId: string): Promise { + const data = this._readFile() + + return Object.entries(data) + .filter(([key]) => key.startsWith(groupId)) + .map(([, value]) => JSON.parse(value) as T) + } + + async get(traceId: string, key: string): Promise { + const data = this._readFile() + const fullKey = this._makeKey(traceId, key) + + return data[fullKey] ? (JSON.parse(data[fullKey]) as T) : null + } + + async set(traceId: string, key: string, value: T) { + const data = this._readFile() + const fullKey = this._makeKey(traceId, key) + + data[fullKey] = JSON.stringify(value) + + this._writeFile(data) + + return value + } + + async delete(traceId: string, key: string): Promise { + const data = this._readFile() + const fullKey = this._makeKey(traceId, key) + const value = await this.get(traceId, key) + + if (value) { + delete data[fullKey] + this._writeFile(data) + } + + return value + } + + async clear(traceId: string) { + const data = this._readFile() + const pattern = this._makeKey(traceId, '') + + for (const key in data) { + if (key.startsWith(pattern)) { + delete data[key] + } + } + + this._writeFile(data) + } + + async keys(traceId: string) { + const data = this._readFile() + return Object.keys(data) + .filter((key) => key.startsWith(this._makeKey(traceId, ''))) + .map((key) => key.replace(this._makeKey(traceId, ''), '')) + } + + async traceIds() { + const data = this._readFile() + const traceIds = new Set() + + Object.keys(data).forEach((key) => traceIds.add(key.split(':')[0])) + + return Array.from(traceIds) + } + + async cleanup() { + // No cleanup needed for file system + } + + async items(input: StateItemsInput): Promise { + const data = this._readFile() + + return Object.entries(data) + .map(([key, value]) => { + const [groupId, itemKey] = key.split(':') + const itemValue = JSON.parse(value) + return { groupId, key: itemKey, value: itemValue, type: inferType(itemValue) } + }) + .filter((item) => (input.groupId ? item.groupId === input.groupId : true)) + .filter((item) => (input.filter ? filterItem(item, input.filter) : true)) + } + + private _makeKey(traceId: string, key: string) { + return `${traceId}:${key}` + } + + private _readFile(): Record { + try { + const content = fs.readFileSync(this.filePath, 'utf-8') + return JSON.parse(content) + } catch (error) { + this.init() + return {} + } + } + + private _writeFile(data: unknown) { + try { + fs.writeFileSync(this.filePath, JSON.stringify(data, null, 2), 'utf-8') + } catch (error) { + this.init() + fs.writeFileSync(this.filePath, JSON.stringify(data, null, 2), 'utf-8') + } + } +} diff --git a/data/packages/core/src/state/adapters/memory-state-adapter.ts b/data/packages/core/src/state/adapters/memory-state-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..c1e2faa2ffb2558a881667cefc13b55a28d45497 --- /dev/null +++ b/data/packages/core/src/state/adapters/memory-state-adapter.ts @@ -0,0 +1,85 @@ +import { StateAdapter, StateItem, StateItemsInput } from '../state-adapter' +import { filterItem, inferType } from './utils' + +export class MemoryStateAdapter implements StateAdapter { + private state: Record = {} + + constructor() { + this.state = {} + } + + async getGroup(groupId: string): Promise { + return Object.entries(this.state) + .filter(([key]) => key.startsWith(groupId)) + .map(([, value]) => value as T) + } + + async get(traceId: string, key: string): Promise { + const fullKey = this._makeKey(traceId, key) + + return this.state[fullKey] ? (this.state[fullKey] as T) : null + } + + async set(traceId: string, key: string, value: T) { + const fullKey = this._makeKey(traceId, key) + + this.state[fullKey] = value + + return value + } + + async delete(traceId: string, key: string): Promise { + const fullKey = this._makeKey(traceId, key) + const value = await this.get(traceId, key) + + if (value) { + delete this.state[fullKey] + } + + return value + } + + async clear(traceId: string) { + const pattern = this._makeKey(traceId, '') + + for (const key in this.state) { + if (key.startsWith(pattern)) { + delete this.state[key] + } + } + } + + async keys(traceId: string) { + return Object.keys(this.state) + .filter((key) => key.startsWith(this._makeKey(traceId, ''))) + .map((key) => key.replace(this._makeKey(traceId, ''), '')) + } + + async traceIds() { + const traceIds = new Set() + + Object.keys(this.state).forEach((key) => traceIds.add(key.split(':')[0])) + + return Array.from(traceIds) + } + + async items(input: StateItemsInput): Promise { + return Object.entries(this.state) + .map(([key, value]) => ({ + groupId: key.split(':')[0], + key: key.split(':')[1], + type: inferType(value), + value: value as StateItem['value'], + })) + .filter((item) => (input.groupId ? item.groupId === input.groupId : true)) + .filter((item) => (input.filter ? filterItem(item, input.filter) : true)) + } + + async cleanup() { + // No cleanup needed for memory + } + + private _makeKey(traceId: string, key: string) { + return `${traceId}:${key}` + } +} diff --git a/data/packages/core/src/state/adapters/utils.ts b/data/packages/core/src/state/adapters/utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..327d91013c2593dbf45400b728e9fdca99058660 --- /dev/null +++ b/data/packages/core/src/state/adapters/utils.ts @@ -0,0 +1,65 @@ +import { StateFilter, StateItem } from '../state-adapter' + +const getNestedValue = (obj: StateItem['value'], path: string): string | undefined => { + if (!obj || typeof obj !== 'object') return undefined + + const mappedObj = obj as Record + + return mappedObj[path] +} + +export const inferType = (value: unknown): StateItem['type'] => { + if (typeof value === 'string') { + return 'string' + } else if (typeof value === 'number') { + return 'number' + } else if (typeof value === 'boolean') { + return 'boolean' + } else if (Array.isArray(value)) { + return 'array' + } else if (typeof value === 'object' && value !== null) { + return 'object' + } + return 'null' +} + +export const filterItem = (item: StateItem, filters: StateFilter[]): boolean => { + const compare = (value: string | null | undefined, operation: StateFilter['operation'], filterValue: string) => { + switch (operation) { + case 'eq': + return value === filterValue + case 'neq': + return value !== filterValue + case 'gt': + return value && value > filterValue + case 'gte': + return value && value >= filterValue + case 'lt': + return value && value < filterValue + case 'lte': + return value && value <= filterValue + case 'contains': + return value && value.includes(filterValue) + case 'notContains': + return !value || !value.includes(filterValue) + case 'startsWith': + return value && value.startsWith(filterValue) + case 'endsWith': + return value && value.endsWith(filterValue) + case 'isNotNull': + return value !== null && value !== undefined + case 'isNull': + return value === null || value === undefined + } + } + + return filters.every((filter) => { + const valueFromKey = getNestedValue(item.value, filter.valueKey) + + if (filter.valueKey === 'key') { + return compare(item.key, filter.operation, filter.value) || compare(valueFromKey, filter.operation, filter.value) + } + + return compare(valueFromKey, filter.operation, filter.value) + }) +} diff --git a/data/packages/core/src/state/create-state-adapter.ts b/data/packages/core/src/state/create-state-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..8eab88ff6dbc6ced10e804cf7c7aaba6084d1071 --- /dev/null +++ b/data/packages/core/src/state/create-state-adapter.ts @@ -0,0 +1,8 @@ +import { FileAdapterConfig, FileStateAdapter } from './adapters/default-state-adapter' +import { MemoryStateAdapter } from './adapters/memory-state-adapter' + +type AdapterConfig = FileAdapterConfig | { adapter: 'memory' } + +export function createStateAdapter(config: AdapterConfig) { + return config.adapter === 'default' ? new FileStateAdapter(config) : new MemoryStateAdapter() +} diff --git a/data/packages/core/src/state/state-adapter.ts b/data/packages/core/src/state/state-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a435217d456cd7830549f66a755c6a8c245aad5 --- /dev/null +++ b/data/packages/core/src/state/state-adapter.ts @@ -0,0 +1,44 @@ +import { InternalStateManager } from '../types' + +export interface StateItem { + groupId: string + key: string + type: 'string' | 'number' | 'boolean' | 'object' | 'array' | 'null' + value: string | number | boolean | object | unknown[] | null +} + +export interface StateFilter { + valueKey: string + operation: + | 'eq' + | 'neq' + | 'gt' + | 'gte' + | 'lt' + | 'lte' + | 'contains' + | 'notContains' + | 'startsWith' + | 'endsWith' + | 'isNotNull' + | 'isNull' + value: string +} + +export interface StateItemsInput { + groupId?: string + filter?: StateFilter[] +} + +/** + * Interface for state management adapters + */ +export interface StateAdapter extends InternalStateManager { + clear(traceId: string): Promise + cleanup(): Promise + + keys(traceId: string): Promise + traceIds(): Promise + + items(input: StateItemsInput): Promise +} diff --git a/data/packages/core/src/step-endpoint.ts b/data/packages/core/src/step-endpoint.ts new file mode 100644 index 0000000000000000000000000000000000000000..78bf1f2b8a9dca9b9ff9f77be80cbe92d98608da --- /dev/null +++ b/data/packages/core/src/step-endpoint.ts @@ -0,0 +1,45 @@ +import { LockedData } from './locked-data' +import { Express } from 'express' +import fs from 'fs/promises' +import { generateStepId } from './helper/flows-helper' + +const getFeatures = async (filePath: string) => { + const stat = await fs.stat(filePath + '-features.json').catch(() => null) + + if (!stat || stat.isDirectory()) { + return [] + } + + try { + const content = await fs.readFile(filePath + '-features.json', 'utf8') + return JSON.parse(content) + } catch (error) { + return [] + } +} + +export const stepEndpoint = (app: Express, lockedData: LockedData) => { + app.get('/__motia/step/:stepId', async (req, res) => { + const id = req.params.stepId + + const allSteps = [...lockedData.activeSteps, ...lockedData.devSteps] + const step = allSteps.find((step) => generateStepId(step.filePath) === id) + + if (!step) { + res.status(404).send({ error: 'Step not found' }) + return + } + + try { + const content = await fs.readFile(step.filePath, 'utf8') + const features = await getFeatures(step.filePath) + + res.status(200).send({ id, content, features }) + } catch (error) { + console.error('Error reading step file:', error) + res.status(500).send({ + error: 'Failed to read step file', + }) + } + }) +} diff --git a/data/packages/core/src/step-handler-rpc-processor.ts b/data/packages/core/src/step-handler-rpc-processor.ts new file mode 100644 index 0000000000000000000000000000000000000000..bff5569866b90e9c0783312fffbd0cbd38a091a4 --- /dev/null +++ b/data/packages/core/src/step-handler-rpc-processor.ts @@ -0,0 +1,80 @@ +import { ChildProcess } from 'child_process' +import { RpcProcessorInterface, RpcHandler, MessageCallback } from './process-communication/rpc-processor-interface' + +export type RpcMessage = { + type: 'rpc_request' + id: string | undefined + method: string + args: unknown +} + +export class RpcProcessor implements RpcProcessorInterface { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private handlers: Record> = {} + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private messageCallback?: MessageCallback + private isClosed = false + + constructor(private child: ChildProcess) {} + + handler(method: string, handler: RpcHandler) { + this.handlers[method] = handler + } + + onMessage(callback: MessageCallback): void { + this.messageCallback = callback + } + + async handle(method: string, input: unknown) { + const handler = this.handlers[method] + if (!handler) { + throw new Error(`Handler for method ${method} not found`) + } + return handler(input) + } + + private response(id: string | undefined, result: unknown, error: unknown) { + if (id && !this.isClosed && this.child.send && this.child.connected) { + const responseMessage = { + type: 'rpc_response', + id, + result: error ? undefined : result, + error: error ? String(error) : undefined, + } + this.child.send(responseMessage) + } + } + + async init() { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + this.child.on('message', (msg: any) => { + // Call generic message callback if registered + if (this.messageCallback) { + this.messageCallback(msg) + } + + // Handle RPC requests specifically + if (msg && msg.type === 'rpc_request') { + const { id, method, args } = msg as RpcMessage + this.handle(method, args) + .then((result) => this.response(id, result, null)) + .catch((error) => this.response(id, null, error)) + } + }) + + this.child.on('exit', () => { + this.isClosed = true + }) + this.child.on('close', () => { + this.isClosed = true + }) + this.child.on('disconnect', () => { + this.isClosed = true + }) + } + + close() { + this.isClosed = true + this.messageCallback = undefined + } +} diff --git a/data/packages/core/src/step-handler-rpc-stdin-processor.ts b/data/packages/core/src/step-handler-rpc-stdin-processor.ts new file mode 100644 index 0000000000000000000000000000000000000000..29213deee9e2e5b5af7ed9fa54e39115a923dab9 --- /dev/null +++ b/data/packages/core/src/step-handler-rpc-stdin-processor.ts @@ -0,0 +1,99 @@ +import { ChildProcess } from 'child_process' +import readline from 'readline' +import { RpcProcessorInterface, RpcHandler, MessageCallback } from './process-communication/rpc-processor-interface' + +export type RpcMessage = { + type: 'rpc_request' + id: string | undefined + method: string + args: unknown +} + +export class RpcStdinProcessor implements RpcProcessorInterface { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private handlers: Record> = {} + // eslint-disable-next-line @typescript-eslint/no-explicit-any + private messageCallback?: MessageCallback + private isClosed = false + private rl?: readline.Interface + + constructor(private child: ChildProcess) {} + + handler(method: string, handler: RpcHandler) { + this.handlers[method] = handler + } + + onMessage(callback: MessageCallback): void { + this.messageCallback = callback + } + + async handle(method: string, input: unknown) { + const handler = this.handlers[method] + if (!handler) { + throw new Error(`Handler for method ${method} not found`) + } + return handler(input) + } + + private response(id: string | undefined, result: unknown, error: unknown) { + if (id && !this.isClosed && this.child.stdin && !this.child.killed) { + const responseMessage = { + type: 'rpc_response', + id, + result: error ? undefined : result, + error: error ? String(error) : undefined, + } + const messageStr = JSON.stringify(responseMessage) + this.child.stdin.write(messageStr + '\n') + } + } + + async init() { + if (this.child.stdout) { + this.rl = readline.createInterface({ + input: this.child.stdout, + crlfDelay: Infinity, + }) + + this.rl.on('line', (line) => { + try { + const msg = JSON.parse(line.trim()) + + // Call generic message callback if registered + if (this.messageCallback) { + this.messageCallback(msg) + } + + // Handle RPC requests specifically + if (msg && msg.type === 'rpc_request') { + const { id, method, args } = msg as RpcMessage + this.handle(method, args) + .then((result) => this.response(id, result, null)) + .catch((error) => this.response(id, null, error)) + } + } catch (error) { + console.error('Failed to parse RPC message:', error, 'Raw line:', line) + } + }) + + this.rl.on('close', () => { + this.isClosed = true + }) + } + + this.child.on('exit', () => { + this.isClosed = true + }) + this.child.on('close', () => { + this.isClosed = true + }) + } + + close() { + this.isClosed = true + this.messageCallback = undefined + if (this.rl) { + this.rl.close() + } + } +} diff --git a/data/packages/core/src/step-handlers.ts b/data/packages/core/src/step-handlers.ts new file mode 100644 index 0000000000000000000000000000000000000000..5032e73c46c9d2659f65ff4751e0e9440f288496 --- /dev/null +++ b/data/packages/core/src/step-handlers.ts @@ -0,0 +1,65 @@ +import { callStepFile } from './call-step-file' +import { globalLogger } from './logger' +import { Motia } from './motia' +import { Event, EventConfig, Step } from './types' + +export type MotiaEventManager = { + createHandler: (step: Step) => void + removeHandler: (step: Step) => void +} + +export const createStepHandlers = (motia: Motia): MotiaEventManager => { + const eventSteps = motia.lockedData.eventSteps() + + globalLogger.debug(`[step handler] creating step handlers for ${eventSteps.length} steps`) + + const removeLogger = (event: Event) => { + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const { logger, tracer, ...rest } = event + return rest + } + + const createHandler = (step: Step) => { + const { config, filePath } = step + const { subscribes, name } = config + + globalLogger.debug('[step handler] establishing step subscriptions', { filePath, step: step.config.name }) + + subscribes.forEach((subscribe) => { + motia.eventManager.subscribe({ + filePath, + event: subscribe, + handlerName: step.config.name, + handler: async (event) => { + const { data, traceId } = event + const logger = event.logger.child({ step: step.config.name }) + const tracer = event.tracer.child(step, logger) + + globalLogger.debug('[step handler] received event', { event: removeLogger(event), step: name }) + + try { + await callStepFile({ step, data, traceId, tracer, logger }, motia) + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + } catch (error: any) { + const message = typeof error === 'string' ? error : error.message + logger.error(message) + } + }, + }) + }) + } + + const removeHandler = (step: Step) => { + const { config, filePath } = step + const { subscribes } = config + + subscribes.forEach((subscribe) => { + motia.eventManager.unsubscribe({ filePath, event: subscribe }) + }) + } + + eventSteps.forEach(createHandler) + + return { removeHandler, createHandler } +} diff --git a/data/packages/core/src/step-validator.ts b/data/packages/core/src/step-validator.ts new file mode 100644 index 0000000000000000000000000000000000000000..9e87cbad630c7468e19248e76a0dcc17531fbb79 --- /dev/null +++ b/data/packages/core/src/step-validator.ts @@ -0,0 +1,147 @@ +import { z } from 'zod' +import { Step } from './types' + +const objectSchema = z.object({ + type: z.literal('object'), + properties: z.record(z.any()), + required: z.array(z.string()).optional(), + additionalProperties: z.boolean().optional(), + description: z.string().optional(), + title: z.string().optional(), +}) + +const arraySchema = z.object({ + type: z.literal('array'), + items: objectSchema, + description: z.string().optional(), + title: z.string().optional(), +}) + +const jsonSchema = z.any().refine((data) => { + if (!data) { + return true + } else if (data.type === 'object') { + return objectSchema.parse(data) + } else if (data.type === 'array') { + return arraySchema.parse(data) + } + + return true +}) + +const emits = z.array( + z.union([ + z.string(), + z + .object({ + topic: z.string(), + label: z.string().optional(), + conditional: z.boolean().optional(), + }) + .strict(), + ]), +) + +const noopSchema = z + .object({ + type: z.literal('noop'), + name: z.string(), + description: z.string().optional(), + virtualEmits: emits, + virtualSubscribes: z.array(z.string()), + flows: z.array(z.string()).optional(), + }) + .strict() + +const eventSchema = z + .object({ + type: z.literal('event'), + name: z.string(), + description: z.string().optional(), + subscribes: z.array(z.string()), + emits: emits, + virtualEmits: emits.optional(), + input: z.union([jsonSchema, z.object({}), z.null()]).optional(), + flows: z.array(z.string()).optional(), + includeFiles: z.array(z.string()).optional(), + }) + .strict() + +const apiSchema = z + .object({ + type: z.literal('api'), + name: z.string(), + description: z.string().optional(), + path: z.string(), + method: z.string(), + emits: emits, + virtualEmits: emits.optional(), + virtualSubscribes: z.array(z.string()).optional(), + flows: z.array(z.string()).optional(), + includeFiles: z.array(z.string()).optional(), + middleware: z.array(z.any()).optional(), + queryParams: z.array(z.object({ name: z.string(), description: z.string().optional() })).optional(), + bodySchema: z.union([jsonSchema, z.object({}), z.null()]).optional(), + responseSchema: z.record(z.string(), jsonSchema).optional(), + }) + .strict() + +const cronSchema = z + .object({ + type: z.literal('cron'), + name: z.string(), + description: z.string().optional(), + cron: z.string(), + virtualEmits: emits.optional(), + emits: emits, + flows: z.array(z.string()).optional(), + includeFiles: z.array(z.string()).optional(), + }) + .strict() + +export type ValidationSuccess = { + success: true +} + +export type ValidationError = { + success: false + error: string + errors?: Array<{ path: string; message: string }> +} + +export type ValidationResult = ValidationSuccess | ValidationError + +export const validateStep = (step: Step): ValidationResult => { + try { + if (step.config.type === 'noop') { + noopSchema.parse(step.config) + } else if (step.config.type === 'event') { + eventSchema.parse(step.config) + } else if (step.config.type === 'api') { + apiSchema.parse(step.config) + } else if (step.config.type === 'cron') { + cronSchema.parse(step.config) + } else { + return { + success: false, + error: 'Invalid step type', + } + } + + return { success: true } + } catch (error) { + if (error instanceof z.ZodError) { + return { + success: false, + error: error.errors.map((err) => err.message).join(', '), + errors: error.errors.map((err) => ({ path: err.path.join('.'), message: err.message })), + } + } + + // Handle unexpected errors + return { + success: false, + error: 'Unexpected validation error occurred', + } + } +} diff --git a/data/packages/core/src/steps/emit.step.ts b/data/packages/core/src/steps/emit.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..545c0157168c550c08e5b8d374f492e16129f932 --- /dev/null +++ b/data/packages/core/src/steps/emit.step.ts @@ -0,0 +1,34 @@ +import { ApiResponse, ApiRouteConfig, ApiRouteHandler } from '../types' +import { z } from 'zod' + +export const config: ApiRouteConfig = { + type: 'api', + name: 'Event Emitter', + description: 'System endpoint for emitting events', + path: '/emit', + method: 'POST', + emits: [], // Dynamic emissions + flows: ['_system'], + bodySchema: z.object({ + topic: z.string(), + data: z.record(z.unknown()), + }), +} + +type EmitData = { topic: string; data: Record } + +export const handler: ApiRouteHandler< + EmitData, + ApiResponse<200, { success: true; emitted: EmitData }>, + EmitData +> = async (req, { emit, logger }) => { + const { topic, data } = req.body + + logger.info('[Event Emitter] Emitting event', { topic, data }) + await emit({ topic, data }) + + return { + status: 200, + body: { success: true, emitted: { topic, data } }, + } +} diff --git a/data/packages/core/src/steps/index.ts b/data/packages/core/src/steps/index.ts new file mode 100644 index 0000000000000000000000000000000000000000..35db35836aec2524c74e6d62f72276795972fb63 --- /dev/null +++ b/data/packages/core/src/steps/index.ts @@ -0,0 +1,12 @@ +import path from 'path' +import { Step } from '../types' +import { config as emitConfig } from './emit.step' + +export const systemSteps: Step[] = [ + { + // NOTE: this is the path of the file inside the dist folder + filePath: path.join(__dirname, 'emit.step.js'), + version: '1', + config: emitConfig, + }, +] diff --git a/data/packages/core/src/streams/adapters/file-stream-adapter.ts b/data/packages/core/src/streams/adapters/file-stream-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..cd112ebe869462ceb749e93b8366a63414f9ec7b --- /dev/null +++ b/data/packages/core/src/streams/adapters/file-stream-adapter.ts @@ -0,0 +1,108 @@ +import fs from 'fs' +import * as path from 'path' +import { StreamAdapter } from './stream-adapter' +import { BaseStreamItem } from '../../types-stream' + +export type FileAdapterConfig = { + filePath: string +} + +export class FileStreamAdapter extends StreamAdapter { + private readonly filePath: string + private readonly streamsDir: string + + constructor(filePath: string, streamName: string) { + super() + this.streamsDir = path.join(filePath, '.motia', 'streams') + this.filePath = path.join(this.streamsDir, `${streamName}.stream.json`) + } + + init() { + try { + fs.realpathSync(this.streamsDir) + } catch { + fs.mkdirSync(this.streamsDir, { recursive: true }) + } + + try { + fs.readFileSync(this.filePath, 'utf-8') + } catch { + fs.writeFileSync(this.filePath, JSON.stringify({}), 'utf-8') + } + } + + async getGroup(groupId: string): Promise[]> { + const data = this._readFile() + + return Object.entries(data) + .filter(([key]) => key.startsWith(groupId)) + .map(([, value]) => JSON.parse(value) as BaseStreamItem) + } + + async get(groupId: string, key: string): Promise | null> { + const data = this._readFile() + const fullKey = this._makeKey(groupId, key) + + return data[fullKey] ? (JSON.parse(data[fullKey]) as BaseStreamItem) : null + } + + async set(groupId: string, id: string, value: TData) { + const data = this._readFile() + const key = this._makeKey(groupId, id) + + data[key] = JSON.stringify(value) + + this._writeFile(data) + + return { ...value, id } + } + + async delete(groupId: string, id: string): Promise | null> { + const data = this._readFile() + const key = this._makeKey(groupId, id) + const value = await this.get(groupId, id) + + if (value) { + delete data[key] + this._writeFile(data) + } + + return value + } + + async clear(groupId: string) { + const data = this._readFile() + const pattern = this._makeKey(groupId, '') + + for (const key in data) { + if (key.startsWith(pattern)) { + delete data[key] + } + } + + this._writeFile(data) + } + + protected _makeKey(groupId: string, id: string) { + return `${groupId}:${id}` + } + + protected _readFile(): Record { + try { + const content = fs.readFileSync(this.filePath, 'utf-8') + return JSON.parse(content) + } catch (error) { + this.init() + return {} + } + } + + protected _writeFile(data: unknown) { + try { + fs.writeFileSync(this.filePath, JSON.stringify(data, null, 2), 'utf-8') + } catch (error) { + this.init() + fs.writeFileSync(this.filePath, JSON.stringify(data, null, 2), 'utf-8') + } + } +} diff --git a/data/packages/core/src/streams/adapters/memory-stream-adapter.ts b/data/packages/core/src/streams/adapters/memory-stream-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..65bee71ea0a237e8f2dc075bbaea2efb0f025a8c --- /dev/null +++ b/data/packages/core/src/streams/adapters/memory-stream-adapter.ts @@ -0,0 +1,44 @@ +import { StreamAdapter } from './stream-adapter' + +export class MemoryStreamAdapter extends StreamAdapter { + private state: Record = {} + + async init() { + this.state = {} + } + + async getGroup(groupId: string): Promise { + return Object.entries(this.state) + .filter(([key]) => key.startsWith(groupId)) + .map(([, value]) => value as T) + } + + async get(groupId: string, id: string): Promise { + const key = this._makeKey(groupId, id) + + return this.state[key] ? (this.state[key] as T) : null + } + + async set(groupId: string, id: string, value: T) { + const key = this._makeKey(groupId, id) + + this.state[key] = value + + return { ...value, id } + } + + async delete(groupId: string, id: string): Promise { + const key = this._makeKey(groupId, id) + const value = await this.get(groupId, id) + + if (value) { + delete this.state[key] + } + + return value + } + + private _makeKey(groupId: string, id: string) { + return `${groupId}:${id}` + } +} diff --git a/data/packages/core/src/streams/adapters/stream-adapter.ts b/data/packages/core/src/streams/adapters/stream-adapter.ts new file mode 100644 index 0000000000000000000000000000000000000000..4a75f6707f68090503674624ecc1a69585afc091 --- /dev/null +++ b/data/packages/core/src/streams/adapters/stream-adapter.ts @@ -0,0 +1,14 @@ +import { BaseStreamItem, MotiaStream, StateStreamEvent, StateStreamEventChannel } from '../../types-stream' + +/** + * Interface for stream management adapters + */ +export abstract class StreamAdapter implements MotiaStream { + abstract get(groupId: string, id: string): Promise | null> + abstract set(groupId: string, id: string, data: TData): Promise> + abstract delete(groupId: string, id: string): Promise | null> + abstract getGroup(groupId: string): Promise[]> + + // eslint-disable-next-line @typescript-eslint/no-unused-vars + async send(channel: StateStreamEventChannel, event: StateStreamEvent): Promise {} +} diff --git a/data/packages/core/src/streams/api-endpoints.ts b/data/packages/core/src/streams/api-endpoints.ts new file mode 100644 index 0000000000000000000000000000000000000000..97e792d98eaa7283804b239934af4242ee69e2fd --- /dev/null +++ b/data/packages/core/src/streams/api-endpoints.ts @@ -0,0 +1,95 @@ +import { isApiStep } from '../guards' +import { LockedData } from '../locked-data' +import { ApiRouteConfig, ApiRouteMethod, Step } from '../types' +import { JsonSchema } from '../types/schema.types' +import { StreamAdapter } from './adapters/stream-adapter' + +type QueryParam = { + name: string + description: string +} + +type ApiEndpoint = { + id: string + method: ApiRouteMethod + path: string + description?: string + queryParams?: QueryParam[] + responseSchema?: JsonSchema + bodySchema?: JsonSchema +} + +const mapEndpoint = (step: Step): ApiEndpoint => { + return { + id: step.filePath, + method: step.config.method, + path: step.config.path, + description: step.config.description, + queryParams: step.config.queryParams, + responseSchema: step.config.responseSchema as never as JsonSchema, + bodySchema: step.config.bodySchema as never as JsonSchema, + } +} + +class ApiEndpointsStream extends StreamAdapter { + constructor(private readonly lockedData: LockedData) { + super() + } + + async get(id: string): Promise { + const endpoint = this.lockedData.apiSteps().find((step) => step.config.path === id) + return endpoint ? mapEndpoint(endpoint) : null + } + + async delete(id: string): Promise { + return { id } as never + } + + async set(_: string, __: string, data: ApiEndpoint): Promise { + return data + } + + async getGroup(): Promise { + return this.lockedData.apiSteps().map(mapEndpoint) + } +} + +export const apiEndpoints = (lockedData: LockedData) => { + const stream = lockedData.createStream({ + filePath: '__motia.api-endpoints.ts', + hidden: true, + config: { + name: '__motia.api-endpoints', + baseConfig: { storageType: 'custom', factory: () => new ApiEndpointsStream(lockedData) }, + schema: null as never, + }, + })() + + const apiStepCreated = (step: Step) => { + if (isApiStep(step)) { + stream.set('default', step.filePath, { + id: step.filePath, + method: step.config.method, + path: step.config.path, + description: step.config.description, + queryParams: step.config.queryParams, + }) + } + } + + const apiStepUpdated = (step: Step) => { + if (isApiStep(step)) { + stream.set('default', step.filePath, mapEndpoint(step)) + } + } + + const apiStepRemoved = (step: Step) => { + if (isApiStep(step)) { + stream.delete('default', step.filePath) + } + } + + lockedData.onStep('step-created', apiStepCreated) + lockedData.onStep('step-updated', apiStepUpdated) + lockedData.onStep('step-removed', apiStepRemoved) +} diff --git a/data/packages/core/src/streams/flows-config-stream.ts b/data/packages/core/src/streams/flows-config-stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..2bedde3c6020a76f17b1a5f274a2023860ce054b --- /dev/null +++ b/data/packages/core/src/streams/flows-config-stream.ts @@ -0,0 +1,53 @@ +import { StreamAdapter } from './adapters/stream-adapter' +import fs from 'fs' +import { FlowConfig } from '../types/flows-config-types' + +export class FlowsConfigStream extends StreamAdapter { + private config: FlowConfig[] = [] + + constructor(private readonly configPath: string) { + super() + } + + private getConfig(): FlowConfig[] { + if (this.config.length === 0) { + if (fs.existsSync(this.configPath)) { + this.config = JSON.parse(fs.readFileSync(this.configPath, 'utf8') || '[]') + if (!Array.isArray(this.config)) { + this.config = [] + this.setConfig(this.config) + } + } + } + return this.config + } + + private setConfig(config: FlowConfig[]) { + this.config = config + fs.writeFileSync(this.configPath, JSON.stringify(config, null, 2), 'utf8') + } + + async get(_: string, id: string) { + const allFlowsConfig = this.getConfig() + return allFlowsConfig.find((flow) => flow.id === id) || null + } + + // eslint-disable-next-line @typescript-eslint/no-unused-vars + async delete(_: string): Promise { + return null + } + + async set(_: string, id: string, data: FlowConfig): Promise { + const existingConfig = this.getConfig() + + const updatedConfig = existingConfig.filter((item) => item.id !== id) + updatedConfig.push(data) + + this.setConfig(updatedConfig) + return data + } + + async getGroup(): Promise { + return this.getConfig() + } +} diff --git a/data/packages/core/src/streams/flows-stream.ts b/data/packages/core/src/streams/flows-stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..24db2c0dcd0b528c0f075b116a03b92dd721665e --- /dev/null +++ b/data/packages/core/src/streams/flows-stream.ts @@ -0,0 +1,37 @@ +import { LockedData } from '../locked-data' +import { StreamAdapter } from './adapters/stream-adapter' +import { generateFlow } from '../helper/flows-helper' +import { FlowResponse } from '../types/flows-types' + +export class FlowsStream extends StreamAdapter { + constructor(private readonly lockedData: LockedData) { + super() + } + + async get(_: string, id: string): Promise { + const flow = this.lockedData.flows[id] + + if (!flow) { + return null + } + + return generateFlow(id, flow.steps) + } + + // eslint-disable-next-line @typescript-eslint/no-unused-vars + async delete(_: string): Promise { + return null + } + + async set(_: string, __: string, data: FlowResponse): Promise { + return data + } + + async getGroup(): Promise { + /** + * Get list should receive a groupId argument but that's irrelevant for this stream + * since we only have one group of flows. + */ + return Object.entries(this.lockedData.flows).map(([id, flow]) => generateFlow(id, flow.steps)) + } +} diff --git a/data/packages/core/src/streams/logs-stream.ts b/data/packages/core/src/streams/logs-stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..7d115fab8e4e613be8b42da06e0231abaa7ac829 --- /dev/null +++ b/data/packages/core/src/streams/logs-stream.ts @@ -0,0 +1,27 @@ +import { StreamAdapter } from './adapters/stream-adapter' + +export type Log = { + id: string + level: string + time: number + msg: string + traceId: string + flows: string[] + [key: string]: any // eslint-disable-line @typescript-eslint/no-explicit-any +} + +/* + * We're not storing logs in the state because of size of data + * if process stays for to long it would consume too much memory + * in this case, we're just streaming through events. + */ +export class LogsStream extends StreamAdapter { + get = async () => null + delete = async () => null + getGroup = async () => [] + + async set(_: string, __: string, data: Log): Promise { + await this.send({ groupId: 'default' }, { type: 'log', data }) + return data + } +} diff --git a/data/packages/core/src/streams/stream-factory.ts b/data/packages/core/src/streams/stream-factory.ts new file mode 100644 index 0000000000000000000000000000000000000000..fd0419388e16ef6eda58508b3e82889f8ad0e531 --- /dev/null +++ b/data/packages/core/src/streams/stream-factory.ts @@ -0,0 +1,3 @@ +import { MotiaStream } from '../types-stream' + +export type StreamFactory = () => MotiaStream diff --git a/data/packages/core/src/types-stream.ts b/data/packages/core/src/types-stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..730e7b207081919cb1e9fbd8a4866ee58fe649af --- /dev/null +++ b/data/packages/core/src/types-stream.ts @@ -0,0 +1,32 @@ +import { ZodObject } from 'zod' +import { StreamFactory } from './streams/stream-factory' + +export interface StreamConfig { + name: string + schema: ZodObject // eslint-disable-line @typescript-eslint/no-explicit-any + baseConfig: + | { storageType: 'default' } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + | { storageType: 'custom'; factory: () => MotiaStream } +} + +export type StateStreamEventChannel = { groupId: string; id?: string } +export type StateStreamEvent = { type: string; data: TData } + +export type BaseStreamItem = TData & { id: string } + +export type Stream = { + filePath: string + config: TConfig + hidden?: boolean + factory: StreamFactory +} + +export interface MotiaStream { + get(groupId: string, id: string): Promise | null> + set(groupId: string, id: string, data: TData): Promise> + delete(groupId: string, id: string): Promise | null> + getGroup(groupId: string): Promise[]> + + send(channel: StateStreamEventChannel, event: StateStreamEvent): Promise +} diff --git a/data/packages/core/src/types.ts b/data/packages/core/src/types.ts new file mode 100644 index 0000000000000000000000000000000000000000..574e316c15208f6a9a7feee0ad3091863db53477 --- /dev/null +++ b/data/packages/core/src/types.ts @@ -0,0 +1,179 @@ +import { z, ZodArray, ZodObject } from 'zod' +import { Logger } from './logger' +import { Tracer } from './observability' + +export type ZodInput = ZodObject | ZodArray // eslint-disable-line @typescript-eslint/no-explicit-any + +export type InternalStateManager = { + get(groupId: string, key: string): Promise + set(groupId: string, key: string, value: T): Promise + delete(groupId: string, key: string): Promise + getGroup(groupId: string): Promise + clear(groupId: string): Promise +} + +export type EmitData = { topic: ''; data: unknown } +export type Emitter = (event: TData) => Promise + +// eslint-disable-next-line @typescript-eslint/no-empty-object-type +export interface FlowContextStateStreams {} + +export interface FlowContext { + emit: Emitter + traceId: string + state: InternalStateManager + logger: Logger + streams: FlowContextStateStreams +} + +export type EventHandler = (input: TInput, ctx: FlowContext) => Promise + +export type Emit = string | { topic: string; label?: string; conditional?: boolean } + +export type EventConfig = { + type: 'event' + name: string + description?: string + subscribes: string[] + emits: Emit[] + virtualEmits?: Emit[] + input: ZodInput + flows?: string[] + /** + * Files to include in the step bundle. + * Needs to be relative to the step file. + */ + includeFiles?: string[] +} + +export type NoopConfig = { + type: 'noop' + name: string + description?: string + virtualEmits: Emit[] + virtualSubscribes: string[] + flows?: string[] +} + +export type ApiRouteMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' + +export type ApiMiddleware = ( + req: ApiRequest, + ctx: FlowContext, + next: () => Promise>, +) => Promise> + +export interface QueryParam { + name: string + description: string +} + +export interface ApiRouteConfig { + type: 'api' + name: string + description?: string + path: string + method: ApiRouteMethod + emits: Emit[] + virtualEmits?: Emit[] + virtualSubscribes?: string[] + flows?: string[] + middleware?: ApiMiddleware[] // eslint-disable-line @typescript-eslint/no-explicit-any + bodySchema?: ZodInput + responseSchema?: Record + queryParams?: QueryParam[] + /** + * Files to include in the step bundle. + * Needs to be relative to the step file. + */ + includeFiles?: string[] +} + +export interface ApiRequest { + pathParams: Record + queryParams: Record + body: TBody + headers: Record +} + +export type ApiResponse> = { + status: TStatus + headers?: Record + body: TBody +} + +export type ApiRouteHandler< + TRequestBody = unknown, + TResponseBody extends ApiResponse = ApiResponse, + TEmitData = never, +> = (req: ApiRequest, ctx: FlowContext) => Promise + +export type CronConfig = { + type: 'cron' + name: string + description?: string + cron: string + virtualEmits?: Emit[] + emits: Emit[] + flows?: string[] + /** + * Files to include in the step bundle. + * Needs to be relative to the step file. + */ + includeFiles?: string[] +} + +export type CronHandler = (ctx: FlowContext) => Promise + +/** + * @deprecated Use `Handlers` instead. + */ +export type StepHandler = T extends EventConfig + ? EventHandler, { topic: string; data: any }> // eslint-disable-line @typescript-eslint/no-explicit-any + : T extends ApiRouteConfig + ? ApiRouteHandler, { topic: string; data: any }> // eslint-disable-line @typescript-eslint/no-explicit-any + : T extends CronConfig + ? CronHandler<{ topic: string; data: any }> // eslint-disable-line @typescript-eslint/no-explicit-any + : never + +export type Event = { + topic: string + data: TData + traceId: string + flows?: string[] + logger: Logger + tracer: Tracer +} + +export type Handler = (event: Event) => Promise + +export type SubscribeConfig = { + event: string + handlerName: string + filePath: string + handler: Handler +} + +export type UnsubscribeConfig = { + filePath: string + event: string +} + +export type EventManager = { + emit: (event: Event, file?: string) => Promise + subscribe: (config: SubscribeConfig) => void + unsubscribe: (config: UnsubscribeConfig) => void +} + +export type StepConfig = EventConfig | NoopConfig | ApiRouteConfig | CronConfig + +export type Step = { filePath: string; version: string; config: TConfig } + +export type Flow = { + name: string + description?: string + steps: Step[] +} + +// eslint-disable-next-line @typescript-eslint/no-empty-object-type +export interface Handlers {} diff --git a/data/packages/core/src/types/flows-config-types.ts b/data/packages/core/src/types/flows-config-types.ts new file mode 100644 index 0000000000000000000000000000000000000000..8870782dd1643c186a640940ad7d0ff5edc4063e --- /dev/null +++ b/data/packages/core/src/types/flows-config-types.ts @@ -0,0 +1,9 @@ +export interface FlowConfig { + id: string + config: { + [filePath: string]: { + x: number + y: number + } + } +} diff --git a/data/packages/core/src/types/flows-types.ts b/data/packages/core/src/types/flows-types.ts new file mode 100644 index 0000000000000000000000000000000000000000..f374c492f0fb45eb803ce120c90ea75e692df735 --- /dev/null +++ b/data/packages/core/src/types/flows-types.ts @@ -0,0 +1,39 @@ +import { Emit } from '../types' + +export type FlowListResponse = { id: string; name: string } + +export type EdgeData = { + variant: 'event' | 'virtual' + topic: string + label?: string + labelVariant?: 'default' | 'conditional' +} + +export type FlowEdge = { + id: string + source: string + target: string + data: EdgeData +} + +export type FlowStepResponse = { + id: string + name: string + type: 'event' | 'api' | 'noop' | 'cron' + description?: string + subscribes?: string[] + emits: Emit[] + virtualEmits?: Emit[] + action?: 'webhook' + webhookUrl?: string + bodySchema?: unknown + language?: string + nodeComponentPath?: string + filePath?: string + cronExpression?: string +} + +export type FlowResponse = FlowListResponse & { + steps: FlowStepResponse[] + edges: FlowEdge[] +} diff --git a/data/packages/core/src/types/generate-type-from-schema.ts b/data/packages/core/src/types/generate-type-from-schema.ts new file mode 100644 index 0000000000000000000000000000000000000000..75df1058bb52d3bc1357ddbdf110c70eb6a854c1 --- /dev/null +++ b/data/packages/core/src/types/generate-type-from-schema.ts @@ -0,0 +1,35 @@ +import { JsonSchema } from './schema.types' + +export const generateTypeFromSchema = (schema: JsonSchema): string => { + if (schema.type === 'array') { + const itemType = schema.items ? generateTypeFromSchema(schema.items) : 'unknown' + return `${itemType}[]` + } + + if (schema.type === 'object' && schema.properties) { + const props = Object.entries(schema.properties).map(([key, prop]) => { + const isRequired = schema.required?.includes(key) + const propType = generateTypeFromSchema(prop) + return `${key}${isRequired ? '' : '?'}: ${propType}` + }) + return props.length > 0 ? `{ ${props.join('; ')} }` : '{}' + } else if (schema.type === 'object' && schema.additionalProperties) { + const propType = generateTypeFromSchema(schema.additionalProperties) + return `Record` + } + + if (schema.type === 'string') { + return schema.enum && schema.enum.length > 0 // must have at least one enum value + ? schema.enum.map((value) => `'${value}'`).join(' | ') + : 'string' + } + + switch (schema.type) { + case 'number': + return 'number' + case 'boolean': + return 'boolean' + default: + return 'unknown' + } +} diff --git a/data/packages/core/src/types/generate-types-from-response.ts b/data/packages/core/src/types/generate-types-from-response.ts new file mode 100644 index 0000000000000000000000000000000000000000..e5a9b9b336748b12a7503b780c088bfd2310220f --- /dev/null +++ b/data/packages/core/src/types/generate-types-from-response.ts @@ -0,0 +1,11 @@ +import { generateTypeFromSchema } from './generate-type-from-schema' +import { JsonSchema } from './schema.types' + +export const generateTypesFromResponse = (record: Record): string => { + return Object.entries(record) + .map(([status, schema]) => { + const schemaType = generateTypeFromSchema(schema as JsonSchema) + return `ApiResponse<${status}, ${schemaType}>` + }) + .join(' | ') +} diff --git a/data/packages/core/src/types/generate-types.ts b/data/packages/core/src/types/generate-types.ts new file mode 100644 index 0000000000000000000000000000000000000000..be63e7e89f683e65155c676088dd5574154104b9 --- /dev/null +++ b/data/packages/core/src/types/generate-types.ts @@ -0,0 +1,124 @@ +import { isApiStep, isCronStep, isEventStep } from '../guards' +import { Printer } from '../printer' +import { Emit, Step } from '../types' +import { Stream } from '../types-stream' +import { generateTypeFromSchema } from './generate-type-from-schema' +import { generateTypesFromResponse } from './generate-types-from-response' +import { mergeSchemas } from './merge-schemas' +import { JsonSchema } from './schema.types' + +type HandlersMap = Record +type StreamsMap = Record + +export const generateTypesString = (handlers: HandlersMap, streams: StreamsMap): string => { + return `/** + * Automatically generated types for motia + * Do NOT edit this file manually. + * + * Consider adding this file to .prettierignore and eslint ignore. + */ +import { EventHandler, ApiRouteHandler, ApiResponse, MotiaStream, CronHandler } from 'motia' + +declare module 'motia' { + interface FlowContextStateStreams { + ${Object.entries(streams) + .map(([key, value]) => `'${key}': MotiaStream<${value}>`) + .join('\n ') + .trim()} + } + + interface Handlers { + ${Object.entries(handlers) + .map(([key, { type, generics }]) => `'${key}': ${type}<${generics.join(', ')}>`) + .join('\n ') + .trim()} + } +}` +} + +export const generateTypesFromSteps = (steps: Step[], printer: Printer): HandlersMap => { + const handlers: HandlersMap = {} + const topics: Record = {} + const topicsSchemas: Record = {} + const topicsSteps: Record = {} + + for (const step of steps) { + if (isEventStep(step)) { + if (!step.config.input) { + for (const topic of step.config.subscribes) { + if (!topics[topic]) { + topics[topic] = 'never' + } + } + continue + } + + for (const topic of step.config.subscribes) { + const existingSchema = topicsSchemas[topic] + + topicsSteps[topic] = topicsSteps[topic] ?? [] + topicsSteps[topic].push(step) + + try { + const input = step.config.input as never as JsonSchema + const schema = existingSchema ? mergeSchemas(existingSchema, input) : input + topics[topic] = generateTypeFromSchema(schema) + topicsSchemas[topic] = schema + } catch (error) { + printer.printInvalidSchema(topic, topicsSteps[topic]) + // invalid schema, the topic should be ignored + topics[topic] = 'never' + } + } + } + } + + const generateEmitData = (emit: Emit[], step: Step): string => { + const emits = emit + .reduce((acc, emit) => { + const topic = typeof emit === 'string' ? emit : emit.topic + const topicType = topics[topic] + + if (topicType) { + acc.push(`{ topic: '${topic.replace(/'/g, "\\'")}'; data: ${topicType} }`) + } else { + printer.printInvalidEmitConfiguration(step, topic) + } + + return acc + }, [] as string[]) + .join(' | ') + + return emits.length === 0 ? 'never' : emits + } + + for (const step of steps) { + const emits = 'emits' in step.config ? generateEmitData(step.config.emits, step) : 'never' + + if (isEventStep(step)) { + const input = step.config.input ? generateTypeFromSchema(step.config.input as never as JsonSchema) : 'never' + handlers[step.config.name] = { type: 'EventHandler', generics: [input, emits] } + } else if (isApiStep(step)) { + const input = step.config.bodySchema + ? generateTypeFromSchema(step.config.bodySchema as never as JsonSchema) + : 'Record' + const result = step.config.responseSchema + ? generateTypesFromResponse(step.config.responseSchema as never as Record) + : 'unknown' + handlers[step.config.name] = { type: 'ApiRouteHandler', generics: [input, result, emits] } + } else if (isCronStep(step)) { + handlers[step.config.name] = { type: 'CronHandler', generics: [emits] } + } + } + + return handlers +} + +export const generateTypesFromStreams = (streams: Record): StreamsMap => { + return Object.entries(streams).reduce((acc, [key, stream]) => { + if (!stream.hidden) { + acc[key] = generateTypeFromSchema(stream.config.schema as unknown as JsonSchema) + } + return acc + }, {} as StreamsMap) +} diff --git a/data/packages/core/src/types/merge-schemas.ts b/data/packages/core/src/types/merge-schemas.ts new file mode 100644 index 0000000000000000000000000000000000000000..2587b7084deb06e569486630cd03e535f2d40373 --- /dev/null +++ b/data/packages/core/src/types/merge-schemas.ts @@ -0,0 +1,69 @@ +import { JsonSchema, JsonSchemaError, JsonSchemaType } from './schema.types' + +export const isCompatible = (schema: JsonSchema, otherSchema: JsonSchema): boolean => { + if (schema.type !== otherSchema.type) { + return false // different types + } + + if (schema.type === 'array' && otherSchema.type === 'array') { + return isCompatible(schema.items, otherSchema.items) + } + + if (schema.type === 'object' && otherSchema.type === 'object') { + const keysFromSchema = Object.keys(schema.properties) + const keysFromOtherSchema = Object.keys(otherSchema.properties) + const commonKeys = keysFromSchema.filter((key) => keysFromOtherSchema.includes(key)) + + if (schema.required?.some((key) => !keysFromOtherSchema.includes(key))) { + return false // some required keys are not present in the other schema + } else if (otherSchema.required?.some((key) => !keysFromSchema.includes(key))) { + return false // some required keys are not present in the schema + } + + if (commonKeys.length > 0) { + return commonKeys.every((key) => isCompatible(schema.properties[key], otherSchema.properties[key])) + } + } + + return true +} + +export const mergeSchemas = (schema: JsonSchema, otherSchema: JsonSchema): JsonSchema => { + if (!isCompatible(schema, otherSchema)) { + throw new JsonSchemaError('Cannot merge schemas of different types') + } + + if (schema.type === 'object' && otherSchema.type === 'object') { + const mergedProperties = { ...schema.properties, ...otherSchema.properties } + const otherSchemaKeys = Object.keys(otherSchema.properties).reduce( + (acc, key) => ({ ...acc, [key]: true }), + {} as Record, + ) + + for (const key in schema.properties) { + if (otherSchemaKeys[key]) { + mergedProperties[key] = mergeSchemas(schema.properties[key], otherSchema.properties[key]) + } + } + + const mergedRequired = new Set([...(schema.required ?? []), ...(otherSchema.required ?? [])]) + + return { + type: 'object', + properties: mergedProperties, + required: Array.from(mergedRequired), + } + } + + if (schema.type === 'array' && otherSchema.type === 'array') { + return { + type: 'array', + items: mergeSchemas(schema.items, otherSchema.items), + } + } + + return { + type: schema.type as JsonSchemaType, + description: schema.description ?? otherSchema.description, + } +} diff --git a/data/packages/core/src/types/schema.types.ts b/data/packages/core/src/types/schema.types.ts new file mode 100644 index 0000000000000000000000000000000000000000..c3109da76f85052f033b7ce1bde5e931ac5ba1a1 --- /dev/null +++ b/data/packages/core/src/types/schema.types.ts @@ -0,0 +1,35 @@ +export type JsonSchemaType = 'number' | 'boolean' + +export type JsonArray = { + type: 'array' + description?: string + items: JsonSchema +} + +export type JsonObject = { + type: 'object' + description?: string + properties: Record + required?: string[] + additionalProperties?: JsonSchema +} + +export type JsonString = { + type: 'string' + description?: string + enum?: string[] +} + +export type JsonProperty = { + type: JsonSchemaType + description?: string +} + +export type JsonSchema = JsonArray | JsonObject | JsonString | JsonProperty + +export class JsonSchemaError extends Error { + constructor(message: string) { + super(message) + this.name = 'JsonSchemaError' + } +} diff --git a/data/packages/core/src/utils.ts b/data/packages/core/src/utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..ac7699c5acdebaba0bc34aa410cc27ad9a94b3e3 --- /dev/null +++ b/data/packages/core/src/utils.ts @@ -0,0 +1,11 @@ +import { Step, Emit } from './types' +import { isApiStep, isCronStep, isEventStep } from './guards' + +const toTopic = (emit: Emit) => (typeof emit === 'string' ? emit : emit.topic) + +export const isAllowedToEmit = (step: Step, emit: string): boolean => { + if (!isApiStep(step) && !isCronStep(step) && !isEventStep(step)) return false + + const emitsTopics = step.config.emits.map(toTopic) + return emitsTopics.includes(emit) || emitsTopics.length === 0 +} diff --git a/data/packages/core/tsconfig.json b/data/packages/core/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..1078cc608daf7a75b5e72f152e23843978cd6651 --- /dev/null +++ b/data/packages/core/tsconfig.json @@ -0,0 +1,20 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "CommonJS", + "moduleResolution": "Node", + "esModuleInterop": true, + "strict": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "allowJs": true, + "outDir": "./dist", + "rootDir": ".", + "baseUrl": ".", + "declaration": true, + "jsx": "react-jsx", + }, + "include": ["**/*.ts", "**/*.js"], + "exclude": ["node_modules", "dist"] +} diff --git a/data/packages/docker/assets/motia-docker.png b/data/packages/docker/assets/motia-docker.png new file mode 100644 index 0000000000000000000000000000000000000000..d6606d465dbc2b423cb28fb710017c7f29b0b783 --- /dev/null +++ b/data/packages/docker/assets/motia-docker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d198a53069c921bcc487fd1c332d6289fe9327f303b388b1192ad41e3783cd7e +size 18052 diff --git a/data/packages/docker/config/.dockerignore b/data/packages/docker/config/.dockerignore new file mode 100644 index 0000000000000000000000000000000000000000..5c8295db80e37451e35645f1c8c8f86dd81bb204 --- /dev/null +++ b/data/packages/docker/config/.dockerignore @@ -0,0 +1,18 @@ +# Git +.git +.gitignore + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/data/packages/docker/config/Dockerfile b/data/packages/docker/config/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..c9ee857ce0d2390b3499819b8286f5a0fef4d9ba --- /dev/null +++ b/data/packages/docker/config/Dockerfile @@ -0,0 +1,68 @@ +# syntax=docker/dockerfile:1 +FROM python:3.13-slim-bullseye + +# Environment variables +ENV NODE_VERSION=22.17.1\ + NPM_VERSION=10.9.2\ + NODE_HOME=/usr/local/node\ + MOTIA_DOCKER=true + +# System packages +RUN apt-get update && \ + apt-get install -y --no-install-recommends \ + zlib1g-dev \ + libncurses5-dev \ + libgdbm-dev \ + libnss3-dev \ + libssl-dev \ + libreadline-dev \ + libffi-dev \ + libsqlite3-dev \ + libbz2-dev \ + git \ + wget \ + curl \ + ca-certificates \ + xz-utils \ + ruby-full \ + build-essential \ + && rm -rf /var/lib/apt/lists/* + +# Setup Ruby bundler +RUN gem install bundler + +# Create directory for Node +RUN mkdir -p ${NODE_HOME} + +# Build argument for platform (automatically set by Docker buildx) +ARG TARGETPLATFORM +ARG BUILDPLATFORM + +# Setup Node +RUN set -ex \ + && echo "Building for platform: ${TARGETPLATFORM:-unknown}" \ + && ARCH=$(uname -m) \ + && if [ "$ARCH" = "x86_64" ]; then \ + NODE_ARCH="x64"; \ + elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then \ + NODE_ARCH="arm64"; \ + else \ + echo "Unsupported architecture: $ARCH"; exit 1; \ + fi \ + && echo "Installing Node.js for ${NODE_ARCH} architecture" \ + && cd /tmp \ + && NODE_TAR="node-v${NODE_VERSION}-linux-${NODE_ARCH}.tar.xz" \ + && curl -fsSLO --compressed "https://nodejs.org/dist/v${NODE_VERSION}/${NODE_TAR}" \ + && tar -xJf "${NODE_TAR}" -C "${NODE_HOME}" --strip-components=1 --no-same-owner \ + && rm "${NODE_TAR}" \ + && ln -s "${NODE_HOME}/bin/node" /usr/local/bin/node \ + && ln -s "${NODE_HOME}/bin/npm" /usr/local/bin/npm \ + && ln -s "${NODE_HOME}/bin/npx" /usr/local/bin/npx \ + && npm install -g "npm@${NPM_VERSION}" \ + && npm cache clean --force + +# Working directory +WORKDIR /app + +## Default command which will be overwritten in the Dockerfile implementing this image +CMD ["echo", "Please implement a Dockerfile using this image as a base"] \ No newline at end of file diff --git a/data/packages/docker/templates/.dockerignore.sample b/data/packages/docker/templates/.dockerignore.sample new file mode 100644 index 0000000000000000000000000000000000000000..5164adcd983204b5dd352dd4c7b5c626d5b0db28 --- /dev/null +++ b/data/packages/docker/templates/.dockerignore.sample @@ -0,0 +1,37 @@ +# Git +.git +.gitignore + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +venv/ +ENV/ + +# Node +node_modules/ +npm-debug.log +yarn-debug.log +yarn-error.log + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# Local development +.env + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/data/packages/docker/templates/MotiaDockerSample b/data/packages/docker/templates/MotiaDockerSample new file mode 100644 index 0000000000000000000000000000000000000000..6e45fb90d25f11400473fa8598c509e5935f461d --- /dev/null +++ b/data/packages/docker/templates/MotiaDockerSample @@ -0,0 +1,20 @@ +# NOTE: Some cloud providers will require you to specify the platform to match your target architecture +# i.e.: AWS Lightsail requires arm64, therefore you update your FROM statement to: FROM --platform=linux/arm64 motiadev/motia:latest +FROM motiadev/motia:latest + +# Install Dependencies +COPY package*.json ./ +RUN npm ci --only=production + +# Move application files +COPY . . + +# Enable the following lines if you are using python steps!!! +# Setup python steps dependencies +# RUN npx motia@latest install + +# Expose outside access to the motia project +EXPOSE 3000 + +# Run your application +CMD ["npm", "run", "start"] \ No newline at end of file diff --git a/data/packages/docs/.prettierrc b/data/packages/docs/.prettierrc new file mode 100644 index 0000000000000000000000000000000000000000..2c9b5fd5e7625cf155ecac18d8ac60504045a9ad --- /dev/null +++ b/data/packages/docs/.prettierrc @@ -0,0 +1,10 @@ +{ + "printWidth": 120, + "singleQuote": true, + "trailingComma": "all", + "semi": false, + "endOfLine": "lf", + "tabWidth": 2, + "useTabs": false, + "plugins": ["prettier-plugin-tailwindcss"] +} diff --git a/data/packages/docs/app/api/search/route.ts b/data/packages/docs/app/api/search/route.ts new file mode 100644 index 0000000000000000000000000000000000000000..59f07de1e6b153791729fe0e2560d0b10de39393 --- /dev/null +++ b/data/packages/docs/app/api/search/route.ts @@ -0,0 +1,14 @@ +import { source } from '@/lib/source'; +import { createFromSource } from 'fumadocs-core/search/server'; +import { NextRequest, NextResponse } from 'next/server'; + +const searchHandler = createFromSource(source); + +export async function GET(request: NextRequest) { + const response = await searchHandler.GET(request); + + // Add noindex headers to prevent search engines from indexing API routes + response.headers.set('X-Robots-Tag', 'noindex, nofollow'); + + return response; +} diff --git a/data/packages/docs/app/docs/[[...slug]]/page.tsx b/data/packages/docs/app/docs/[[...slug]]/page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..fe134206f8b7a9c0fc16c77e6f7c61a520656d53 --- /dev/null +++ b/data/packages/docs/app/docs/[[...slug]]/page.tsx @@ -0,0 +1,104 @@ +import { source } from '@/lib/source' +import { DocsPage, DocsBody, DocsDescription, DocsTitle } from 'fumadocs-ui/page' +import { notFound } from 'next/navigation' +import Link from 'next/link' +import { createRelativeLink } from 'fumadocs-ui/mdx' +import { getMDXComponents } from '@/mdx-components' +import { CodeBlock, Pre } from 'fumadocs-ui/components/codeblock' +import { Callout } from 'fumadocs-ui/components/callout' +import { Tab, Tabs } from 'fumadocs-ui/components/tabs' +import { Banner } from 'fumadocs-ui/components/banner' +import { DescriptionTable } from '@/components/DescriptionTable' +import { LLMCopyButton, ViewOptions } from '@/components/ai/page-actions' +import { Step, Steps } from 'fumadocs-ui/components/steps' +import { ImageZoom, ImageZoomProps } from 'fumadocs-ui/components/image-zoom' +import { TypeTable } from 'fumadocs-ui/components/type-table' +import { Card, Cards } from 'fumadocs-ui/components/card' +import { File, Folder, Files } from 'fumadocs-ui/components/files' +import { Breadcrumb } from '@/components/Breadcrumb' +import { CodeSandbox } from '@/components/CodeSandbox' +import { TrelloTab } from '@/components/TrelloCodeFetcher' +import { GitHubWorkflowTab } from '@/components/GitHubIntegrationCodeFetcher' + +export default async function Page(props: { params: Promise<{ slug?: string[] }> }) { + const params = await props.params + const page = source.getPage(params.slug) + if (!page) notFound() + + const MDXContent = page.data.body + const slugSegments = params.slug ?? [] + const docPath = slugSegments.length ? slugSegments.join('/') : 'index' + + return ( + + {page.data.title} + {page.data.description} +
+ + +
+ + ( + +
{props.children}
+
+ ), + Card, + Cards, + Callout, + File, + Folder, + Files, + Tab, + Tabs, + DescriptionTable, + Breadcrumb, + Step, + Steps, + TypeTable, + img: (props) => , + CodeSandbox, + TrelloTab, + GitHubWorkflowTab, + a: createRelativeLink(source, page), + })} + /> + + Need help? See our  + + Community Resources + +  for questions, examples, and discussions. + +
+
+ ) +} + +export async function generateStaticParams() { + return source.generateParams() +} + +export async function generateMetadata(props: { params: Promise<{ slug?: string[] }> }) { + const params = await props.params + const page = source.getPage(params.slug) + if (!page) notFound() + + return { + title: page.data.title, + description: page.data.description, + } +} diff --git a/data/packages/docs/app/docs/layout.tsx b/data/packages/docs/app/docs/layout.tsx new file mode 100644 index 0000000000000000000000000000000000000000..bc6a6fc92d1412f578387276cd509aadbf6fdd0c --- /dev/null +++ b/data/packages/docs/app/docs/layout.tsx @@ -0,0 +1,14 @@ +import { DocsLayout } from 'fumadocs-ui/layouts/docs' +import type { ReactNode } from 'react' +import { baseOptions } from '@/app/layout.config' +import { source } from '@/lib/source' +import CopyDocsButton from '@/components/CopyDocsButton' + +export default function Layout({ children }: { children: ReactNode }) { + return ( + + {children} + + + ) +} diff --git a/data/packages/docs/app/globals.css b/data/packages/docs/app/globals.css new file mode 100644 index 0000000000000000000000000000000000000000..7891b67638a556f28cdea64c346d3a70a90cf8fa --- /dev/null +++ b/data/packages/docs/app/globals.css @@ -0,0 +1,264 @@ +@import 'tailwindcss'; +@import 'fumadocs-ui/css/ocean.css'; +@import 'fumadocs-ui/css/preset.css'; +@import 'fumadocs-twoslash/twoslash.css'; + +:root { + --background: #ffffff; + --foreground: #000000; + --font-tasa: ${tasaExplorer.variable}; +} + +@theme inline { + --color-background: var(--background); + --color-foreground: var(--foreground); + --font-sans: var(--font-geist-sans); + --font-mono: var(--font-geist-mono); + --font-dm-mono: ${dmMono.variable}; +} + +@media (prefers-color-scheme: dark) { + :root { + --background: #000; + --foreground: #ededed; + } +} + +:root { + --background: #ededed; + --foreground: #262626; + /* Override fumadocs spacing variables */ + --fd-banner-height: 0px !important; + --fd-nav-height: 0px !important; + --fd-tocnav-height: 0px !important; + + /* Font variables */ + --font-gt-walsheim: 'GT Walsheim Trial'; + /* DM Mono is defined via next/font as --font-dm-mono */ + --card: 0 0% 100%; + --card-foreground: 224 71.4% 4.1%; + --popover: 0 0% 100%; + --popover-foreground: 224 71.4% 4.1%; + --primary: 220.9 39.3% 11%; + --primary-foreground: 210 20% 98%; + --secondary: 220 14.3% 95.9%; + --secondary-foreground: 220.9 39.3% 11%; + --muted: 220 14.3% 95.9%; + --muted-foreground: 220 8.9% 46.1%; + --accent: 220 14.3% 95.9%; + --accent-foreground: 220.9 39.3% 11%; + --destructive: 0 84.2% 60.2%; + --destructive-foreground: 210 20% 98%; + --border: 220 13% 91%; + --input: 220 13% 91%; + --ring: 224 71.4% 4.1%; + --chart-1: 12 76% 61%; + --chart-2: 173 58% 39%; + --chart-3: 197 37% 24%; + --chart-4: 43 74% 66%; + --chart-5: 27 87% 67%; + --radius: 0.5rem; +} + +.dark { + --background: #000; + --foreground: #ededed; + --card: 224 71.4% 4.1%; + --card-foreground: 210 20% 98%; + --popover: 224 71.4% 4.1%; + --popover-foreground: 210 20% 98%; + --primary: 210 20% 98%; + --primary-foreground: 220.9 39.3% 11%; + --secondary: 215 27.9% 16.9%; + --secondary-foreground: 210 20% 98%; + --muted: 215 27.9% 16.9%; + --muted-foreground: 217.9 10.6% 64.9%; + --accent: 215 27.9% 16.9%; + --accent-foreground: 210 20% 98%; + --destructive: 0 62.8% 30.6%; + --destructive-foreground: 210 20% 98%; + --border: 215 27.9% 16.9%; + --input: 215 27.9% 16.9%; + --ring: 216 12.2% 83.9%; + --chart-1: 220 70% 50%; + --chart-2: 160 60% 45%; + --chart-3: 30 80% 55%; + --chart-4: 280 65% 60%; + --chart-5: 340 75% 55%; +} + +/* Override any additional fumadocs spacing */ +:root { + --fd-layout-spacing: 0px !important; +} + +/* Ensure docs components don't add extra spacing */ +.fumadocs-nav, +.fumadocs-content, +.fumadocs-prose { + margin-top: 0 !important; + padding-top: 0 !important; +} + +.prose > h1 { + font-family: var(--font-dm-sans); + font-weight: 800; + font-size: 2.5rem; +} + +.dark .sandbox-wrapper iframe { + border-color: theme('colors.gray.800'); +} + +body { + background: var(--background); + color: var(--foreground); + font-family: Arial, Helvetica, sans-serif; + line-height: normal; +} + +.font-tasa { + font-family: var(--font-tasa); +} + +.fade-sides { + mask-mode: alpha; + mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%); +} + +.fade-top { + mask-mode: alpha; + mask-image: linear-gradient(to bottom, transparent 15%, white 20%); +} + +.fade-bottom { + mask-mode: alpha; + mask-image: linear-gradient(to bottom, white 80%, transparent 100%); +} + +.fade-right { + mask-mode: alpha; + mask-image: linear-gradient(to right, white 70%, transparent 100%); +} + +.fade-bottom-large { + mask-mode: alpha; + mask-image: linear-gradient(to bottom, white 50%, transparent); +} + +.bento1-stroke { + background-image: radial-gradient(ellipse farthest-side at left top, #628cff4f 74%, transparent 100%); +} + +.bento2-stroke { + background-image: radial-gradient(ellipse farthest-side at left top, #ffb0624f 74%, transparent 100%); +} + +.bento3-stroke { + background-image: radial-gradient(ellipse farthest-side at left top, #8db6f46f 74%, transparent 100%); +} + +.bento4-stroke { + background-image: radial-gradient(ellipse farthest-side at left top, #62ffb04f 74%, transparent 100%); +} + +.bento5-stroke { + background-image: radial-gradient(ellipse farthest-side at left top, #8db6f46f 74%, transparent 100%); +} + +.col-border { + border-right: 1px solid transparent; + border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 83%, transparent); + border-image-slice: 1; +} + +.col-border:last-child { + border-right: 0px solid transparent; +} + +.scrollbar-hide::-webkit-scrollbar, +pre::-webkit-scrollbar { + width: 0px; + height: 0px; +} + +.custom-scroll::-webkit-scrollbar { + width: 5px; + height: 5px; +} + +.custom-scroll::-webkit-scrollbar-thumb { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 8px; +} + +.custom-scroll::-webkit-scrollbar-track { + background: rgba(255, 255, 255, 0.05); +} + +pre { + font-size: 13px; +} + +pre > code { + font-family: var(--font-dm-mono) !important; + font-weight: 400; +} + +.tile-bg { + background-image: url(../public/images/landing/tile.png); + background-repeat: repeat; + background-size: 23px auto; +} + +.gradient-text-white { + background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, #fff 50.1%, rgba(255, 255, 255, 0.7) 100%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.motia-cloud-shadow { + box-shadow: + 0px -345px 97px 0px rgba(0, 0, 0, 0.01), + 0px -221px 88px 0px rgba(0, 0, 0, 0.12), + 0px -124px 75px 0px rgba(0, 0, 0, 0.39), + 0px -55px 55px 0px rgba(0, 0, 0, 0.66), + 0px -14px 30px 0px rgba(0, 0, 0, 0.76); + @media screen and (max-width: 768px) { + box-shadow: + 0px -124px 75px 0px rgba(0, 0, 0, 0.25), + 0px -55px 55px 0px rgba(0, 0, 0, 0.33), + 0px -14px 30px 0px rgba(0, 0, 0, 0.45); + } +} + +.vercel-oss-button { + display: inline-flex; + align-items: center; + padding: 8px 16px; + border-radius: 9999px; + background-color: #1a1a1a; + color: #fff; + font-size: 14px; + font-weight: 500; + text-decoration: none; + border: 1px solid #333; + animation: vercel-glow-animation 2s infinite; + transition: all 0.2s ease-in-out; +} + +.vercel-oss-button:hover { + background-color: #2a2a2a; + border-color: #444; +} + +@keyframes vercel-glow-animation { + 0%, + 100% { + box-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #0070f3, 0 0 8px #0070f3; + } + 50% { + box-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #0070f3, 0 0 16px #0070f3; + } +} diff --git a/data/packages/docs/app/layout.config.tsx b/data/packages/docs/app/layout.config.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0fd9df3963adb16c480d323066ac99b2fef53a81 --- /dev/null +++ b/data/packages/docs/app/layout.config.tsx @@ -0,0 +1,24 @@ +import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared' +import GitHubStarButton from '../components/GitHubStarButton' +import GitHubIcon from '../components/GitHubIcon' +import DiscordIcon from '../components/DiscordIcon' + +import Image from 'next/image' +/** + * Shared layout configurations + * + * you can configure layouts individually from: + * Home Layout: app/(home)/layout.tsx + * Docs Layout: app/docs/layout.tsx + */ +export const baseOptions: BaseLayoutProps = { + nav: { + transparentMode: 'none', + title: ( +
+ Motia Icon + Motia Icon +
+ ), + }, +} diff --git a/data/packages/docs/app/layout.tsx b/data/packages/docs/app/layout.tsx new file mode 100644 index 0000000000000000000000000000000000000000..b65e48bcc5c2926e08f7e7fe6d848b221f2d8d50 --- /dev/null +++ b/data/packages/docs/app/layout.tsx @@ -0,0 +1,223 @@ +import type { Metadata, ResolvingMetadata } from 'next' +import { DM_Mono, Geist } from 'next/font/google' +import localFont from 'next/font/local' +import './globals.css' +import { RootProvider } from 'fumadocs-ui/provider' +import { GoogleTagManager } from '@next/third-parties/google' +import { Analytics } from '@vercel/analytics/react' +import { headers } from 'next/headers' +import PlausibleProvider from 'next-plausible' +import Script from 'next/script' + +const tasaExplorer = localFont({ + src: [ + { + path: '../public/fonts/TASA/TASAExplorer.woff2', + }, + ], + variable: '--font-tasa', + display: 'swap', +}) + +const geistSans = Geist({ + weight: ['400', '500', '600'], + variable: '--font-geist-sans', + subsets: ['latin'], +}) + +const dmMono = DM_Mono({ + weight: ['400', '500'], + subsets: ['latin'], + variable: '--font-dm-mono', +}) + +const GTM_ID = process.env.NEXT_PUBLIC_GTM_ID ?? 'GTM-P6672CSW' +const ASSET_VERSION = process.env.NEXT_PUBLIC_ASSET_VERSION ?? '2' + +const metaTitle = 'Motia - Unified Backend Framework for APIs, Events and AI Agents' +const metaDescription = + 'Multi-language cloud functions runtime for API endpoints, background jobs, and agentic workflows using Motia Steps. Preview them in the Workbench, ship to zero-config infrastructure, and monitor in the Cloud.' + +export async function generateMetadata(_props: never, _parent: ResolvingMetadata): Promise { + const h = await headers() + const host = h.get('x-forwarded-host') ?? h.get('host') ?? 'motia.dev' + const proto = host.startsWith('localhost') ? 'http' : 'https' + const base = `${proto}://${host}` + + const ogImage = `${base}/og-image-updated-new.jpg` + + return { + metadataBase: new URL(base), + title: { + default: metaTitle, + template: '%s | motia', + }, + description: metaDescription, + keywords: [ + 'AI', + 'automation', + 'event-driven workflows', + 'software engineering', + 'backend automation', + 'developer tools', + ], + openGraph: { + type: 'website', + url: base, + locale: 'en_US', + siteName: 'Motia', + title: metaTitle, + description: metaDescription, + images: [ + { + url: ogImage, + width: 1200, + height: 630, + alt: metaTitle, + type: 'image/jpeg', + }, + ], + }, + icons: { + icon: [{ url: `/icon.png?v=${ASSET_VERSION}`, type: 'image/png' }], + apple: [{ url: `/favicon.png?v=${ASSET_VERSION}`, type: 'image/png' }], + other: [ + { + rel: 'mask-icon', + url: '/favicon.png', + color: '#18181b', + }, + ], + }, + twitter: { + card: 'summary_large_image', + site: '@motiadev', + creator: '@motiadev', + title: metaTitle, + description: metaDescription, + images: [ogImage], + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, + // Additional metadata + other: { + // Instagram + 'instagram:card': 'summary_large_image', + 'instagram:title': metaTitle, + 'instagram:description': metaDescription, + 'instagram:image': ogImage, + + // Reddit + 'reddit:title': metaTitle, + 'reddit:description': metaDescription, + 'reddit:image': ogImage, + + // LinkedIn + 'linkedin:card': 'summary_large_image', + 'linkedin:title': metaTitle, + 'linkedin:description': metaDescription, + 'linkedin:image': ogImage, + + // Additional Twitter tags for better iOS compatibility + 'twitter:url': base, + 'twitter:domain': 'motia.dev', + 'twitter:image:alt': metaTitle, + + // iOS Safari specific + 'format-detection': 'telephone=no', + 'apple-mobile-web-app-title': 'Motia', + 'apple-mobile-web-app-capable': 'yes', + 'apple-mobile-web-app-status-bar-style': 'black-translucent', + + // PWA related + 'theme-color': '#18181b', + 'application-name': 'motia', + 'mobile-web-app-capable': 'yes', + 'msapplication-TileColor': '#18181b', + + // Additional meta for better social sharing + 'og:image:secure_url': ogImage, + 'og:image:alt': metaTitle, + + canonical: base, + }, + } +} + +function JsonLd({ id, data }: { id: string; data: Record }) { + return ( + + + + + + + Motia Workbench + + +
+ + + diff --git a/data/packages/workbench/index.tsx b/data/packages/workbench/index.tsx new file mode 100644 index 0000000000000000000000000000000000000000..14fdcd9245a663cb75959358754b8ff16c5a73ef --- /dev/null +++ b/data/packages/workbench/index.tsx @@ -0,0 +1,18 @@ +export { EventNode } from './src/publicComponents/event-node' +export { ApiNode } from './src/publicComponents/api-node' +export { NoopNode } from './src/publicComponents/noop-node' +export { BaseNode } from './src/publicComponents/base-node/base-node' +export { BaseHandle } from './src/publicComponents/base-node/base-handle' + +export { Position } from '@xyflow/react' +export type { EventNodeData, ApiNodeData } from './src/types/flow' +export type { + ApiNodeProps, + BaseNodeProps, + CronNodeProps, + EventNodeProps, + NoopNodeProps, +} from './src/publicComponents/node-props' + +export type { TutorialStep } from './src/components/tutorial/engine/tutorial-types' +export { workbenchXPath } from './src/components/tutorial/engine/workbench-xpath' diff --git a/data/packages/workbench/jest.config.js b/data/packages/workbench/jest.config.js new file mode 100644 index 0000000000000000000000000000000000000000..3c35eddc30efe57b0a7048afdaec58b33584fa42 --- /dev/null +++ b/data/packages/workbench/jest.config.js @@ -0,0 +1,57 @@ +module.exports = { + preset: 'ts-jest', + testEnvironment: 'jsdom', + setupFilesAfterEnv: ['/src/setupTests.ts'], + moduleNameMapper: { + '^@/(.*)$': '/src/$1', + }, + testMatch: ['/src/**/__tests__/**/*.(ts|tsx|js)', '/src/**/*.(test|spec).(ts|tsx|js)'], + collectCoverageFrom: ['src/**/*.(ts|tsx)', '!src/**/*.d.ts', '!src/index.tsx'], + transform: { + '^.+\\.(ts|tsx)$': [ + 'ts-jest', + { + tsconfig: { + jsx: 'react-jsx', + esModuleInterop: true, + allowSyntheticDefaultImports: true, + types: ['jest', '@testing-library/jest-dom', 'node'], + module: 'commonjs', + target: 'es2020', + lib: ['es2020', 'dom', 'dom.iterable'], + moduleResolution: 'node', + strict: true, + skipLibCheck: true, + isolatedModules: true, + }, + isolatedModules: true, + useESM: false, + }, + ], + '^.+\\.(js|jsx)$': [ + 'ts-jest', + { + tsconfig: { + allowJs: true, + jsx: 'react-jsx', + esModuleInterop: true, + allowSyntheticDefaultImports: true, + module: 'commonjs', + target: 'es2020', + }, + isolatedModules: true, + useESM: false, + }, + ], + }, + transformIgnorePatterns: [ + 'node_modules/(?!(@motiadev/stream-client-react|@motiadev/stream-client-browser)/)', + ], + moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], + testEnvironmentOptions: { + url: 'http://localhost', + }, + clearMocks: true, + resetMocks: true, + restoreMocks: true, +} diff --git a/data/packages/workbench/middleware.ts b/data/packages/workbench/middleware.ts new file mode 100644 index 0000000000000000000000000000000000000000..5b889acb4918b4846cd2df762357b14e1d34aeb5 --- /dev/null +++ b/data/packages/workbench/middleware.ts @@ -0,0 +1,83 @@ +import type { Express, NextFunction, Request, Response } from 'express' +import fs from 'fs' +import path from 'path' +import { createServer as createViteServer } from 'vite' +import react from '@vitejs/plugin-react' + +const processCwdPlugin = () => { + return { + name: 'html-transform', + transformIndexHtml: (html: string) => { + // Normalize path for cross-platform compatibility + const cwd = process.cwd().replace(/\\/g, '/') + return html.replace('', ``) + }, + } +} + +const reoPlugin = () => { + return { + name: 'html-transform', + transformIndexHtml(html: string) { + const isAnalyticsEnabled = process.env.MOTIA_ANALYTICS_DISABLED !== 'true' + + if (!isAnalyticsEnabled) { + return html + } + + // inject before + return html.replace( + '', + ` + + `, + ) + }, + } +} + +export const applyMiddleware = async (app: Express, port: number, workbenchBase: string = '') => { + const vite = await createViteServer({ + appType: 'spa', + root: __dirname, + base: workbenchBase, + server: { + middlewareMode: true, + allowedHosts: true, + host: true, + hmr: { port: 21678 + port }, + fs: { + allow: [ + __dirname, // workbench root + path.join(process.cwd(), './steps'), // steps directory + path.join(process.cwd(), './tutorial.tsx'), // tutorial file + path.join(process.cwd(), './node_modules'), // node_modules directory + ], + }, + }, + resolve: { + alias: { + '@': path.resolve(__dirname, './src'), + '@/assets': path.resolve(__dirname, './src/assets'), + }, + }, + plugins: [react(), processCwdPlugin(), reoPlugin()], + assetsInclude: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif', '**/*.svg', '**/*.ico', '**/*.webp', '**/*.avif'], + }) + + app.use(workbenchBase, vite.middlewares) + app.use(`${workbenchBase}/*`, async (req: Request, res: Response, next: NextFunction) => { + const url = req.originalUrl + + try { + const index = fs.readFileSync(path.resolve(__dirname, 'index.html'), 'utf-8') + const html = await vite.transformIndexHtml(url, index) + + res.status(200).set({ 'Content-Type': 'text/html' }).end(html) + } catch (e) { + next(e) + } + }) +} diff --git a/data/packages/workbench/package.json b/data/packages/workbench/package.json new file mode 100644 index 0000000000000000000000000000000000000000..b869347c3596a2711a17917fd0127b27eafda240 --- /dev/null +++ b/data/packages/workbench/package.json @@ -0,0 +1,70 @@ +{ + "name": "@motiadev/workbench", + "description": "A web-based interface for building and managing Motia workflows.", + "version": "0.7.2-beta.134", + "main": "dist/index.js", + "scripts": { + "lint": "pnpm run lint:ts && pnpm run lint:tsx", + "lint:ts": "eslint", + "lint:tsx": "eslint --config ../../eslint.config.tsx.js", + "build": "rm -rf dist && tsc --build && sh post-build.sh", + "test:watch": "jest --watch" + }, + "dependencies": { + "@monaco-editor/react": "^4.6.1", + "@motiadev/stream-client-react": "workspace:*", + "@motiadev/ui": "workspace:*", + "@radix-ui/react-collapsible": "^1.1.10", + "@radix-ui/react-dialog": "^1.1.13", + "@radix-ui/react-dropdown-menu": "^2.1.15", + "@radix-ui/react-label": "^2.1.6", + "@radix-ui/react-navigation-menu": "^1.2.13", + "@radix-ui/react-scroll-area": "^1.2.9", + "@radix-ui/react-select": "^2.2.4", + "@radix-ui/react-separator": "^1.1.6", + "@radix-ui/react-slot": "^1.2.2", + "@radix-ui/react-switch": "^1.2.4", + "@radix-ui/react-tabs": "^1.1.12", + "@radix-ui/react-tooltip": "^1.2.6", + "@tailwindcss/postcss": "^4.1.7", + "@vitejs/plugin-react": "^4.4.1", + "@xyflow/react": "^12.6.4", + "autoprefixer": "^10.4.21", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "dagre": "^0.8.5", + "date-fns": "^4.1.0", + "fast-deep-equal": "^3.1.3", + "json-schema": "^0.4.0", + "lucide-react": "^0.510.0", + "postcss": "^8.5.3", + "react": "^19.1.0", + "react-dom": "^19.1.0", + "react-syntax-highlighter": "^15.6.1", + "react-use-resizable": "^0.2.0", + "react18-json-view": "^0.2.9", + "tailwind-merge": "^3.3.0", + "tailwindcss": "^4.1.7", + "tw-animate-css": "^1.2.9", + "typescript": "~5.8.3", + "typescript-eslint": "^8.32.1", + "vite": "^6.3.5", + "zustand": "^5.0.6" + }, + "devDependencies": { + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.1.0", + "@testing-library/user-event": "^14.5.2", + "@types/dagre": "^0.7.52", + "@types/express": "^5.0.1", + "@types/jest": "^29.5.14", + "@types/json-schema": "^7.0.15", + "@types/node": "^22.15.18", + "@types/react": "^19.1.4", + "@types/react-dom": "^19.1.5", + "@types/react-syntax-highlighter": "^15.5.13", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", + "ts-jest": "^29.3.4" + } +} diff --git a/data/packages/workbench/post-build.sh b/data/packages/workbench/post-build.sh new file mode 100644 index 0000000000000000000000000000000000000000..0da21c9e4573ca0bb083e2a86252d7b359636904 --- /dev/null +++ b/data/packages/workbench/post-build.sh @@ -0,0 +1,16 @@ +cp README.md dist/README.md +cp index.html dist/index.html +cp components.json dist/components.json +cp -r public/ dist/public +cp -r src/assets/ dist/src/assets +cp src/index.css dist/src/index.css +cp src/components/tutorial/tutorial.css dist/src/components/tutorial/tutorial.css +cp tailwind.config.js dist/tailwind.config.js +cp postcss.config.mjs dist/postcss.config.mjs + +# Replacing TSX to JS for dist bundling +if [[ "$OSTYPE" == "darwin"* ]]; then # Mac OS X + sed -i '' 's/main\.tsx/main.js/g' dist/index.html +else # Linux and others + sed -i 's/main\.tsx/main.js/g' dist/index.html +fi \ No newline at end of file diff --git a/data/packages/workbench/postcss.config.mjs b/data/packages/workbench/postcss.config.mjs new file mode 100644 index 0000000000000000000000000000000000000000..225bf6108e410077bb6a63578175a479fe42e0d6 --- /dev/null +++ b/data/packages/workbench/postcss.config.mjs @@ -0,0 +1,13 @@ +import path from 'path' +import { dirname } from 'node:path' +import { fileURLToPath } from 'node:url' + +const __dirname = dirname(fileURLToPath(import.meta.url)) + +export default { + plugins: { + '@tailwindcss/postcss': { + base: path.join(__dirname, './src'), + }, + }, +} diff --git a/data/packages/workbench/public/icon.png b/data/packages/workbench/public/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..da66735855073a9d883a3a863eb4200b5e9552d3 --- /dev/null +++ b/data/packages/workbench/public/icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e47d32df45a7fc04d0f2901231a9d8dcd41292fcf1a4a83b1639b6fdeccf521 +size 37326 diff --git a/data/packages/workbench/src/App.tsx b/data/packages/workbench/src/App.tsx new file mode 100644 index 0000000000000000000000000000000000000000..954d1f0c34634f17f7e8c314bbe0ba62dbdd2e44 --- /dev/null +++ b/data/packages/workbench/src/App.tsx @@ -0,0 +1,159 @@ +import { CollapsiblePanel, CollapsiblePanelGroup, Panel, TabsContent, TabsList, TabsTrigger } from '@motiadev/ui' +import { analytics } from '@/lib/analytics' +import { ReactFlowProvider } from '@xyflow/react' +import { File, GanttChart, Link2, LogsIcon } from 'lucide-react' +import { FC, useCallback, useEffect, useMemo, useState } from 'react' +import { EndpointsPage } from './components/endpoints/endpoints-page' +import { FlowPage } from './components/flow/flow-page' +import { FlowTabMenuItem } from './components/flow/flow-tab-menu-item' +import { Header } from './components/header/header' +import { LogsPage } from './components/logs/logs-page' +import { TracesPage } from './components/observability/traces-page' +import { APP_SIDEBAR_CONTAINER_ID } from './components/sidebar/sidebar' +import { StatesPage } from './components/states/states-page' +import { useTabsStore } from './stores/use-tabs-store' + +enum TabLocation { + TOP = 'top', + BOTTOM = 'bottom', +} + +export const App: FC = () => { + const tab = useTabsStore((state) => state.tab) + const setTopTab = useTabsStore((state) => state.setTopTab) + const setBottomTab = useTabsStore((state) => state.setBottomTab) + const [viewMode, setViewMode] = useState<'project' | 'system'>('system') + + const tabChangeCallbacks = useMemo void>>( + () => ({ + [TabLocation.TOP]: setTopTab, + [TabLocation.BOTTOM]: setBottomTab, + }), + [setTopTab, setBottomTab], + ) + + const onTabChange = useCallback( + (location: TabLocation) => (newTab: string) => { + analytics.track(`${location} tab changed`, { [`new.${location}`]: newTab, tab }) + tabChangeCallbacks[location](newTab) + }, + [tabChangeCallbacks, tab], + ) + useEffect(() => { + const url = new URL(window.location.href) + const viewMode = url.searchParams.get('view-mode') as 'project' | 'system' + if (viewMode) { + setViewMode(viewMode) + } + }, [setViewMode]) + + if (viewMode === 'project') { + return ( +
+
+ , + content: ( + +
+ +
+
+ ), + }, + { + label: 'Endpoint', + labelComponent: ( + <> + + Endpoint + + ), + content: , + }, + ]} + /> +
+
+
+ ) + } + + return ( +
+
+
+
+
+ + + + + + + + Endpoint + + + } + > + + + + + + + + + + + + Tracing + + + + Logs + + + + States + + + } + > + + + + + + + + + + + +
+
+
+ ) +} diff --git a/data/packages/workbench/src/assets/.empty b/data/packages/workbench/src/assets/.empty new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data/packages/workbench/src/assets/motia-dark.png b/data/packages/workbench/src/assets/motia-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..327d5d2345ba608deed54029955f83e22fef3744 --- /dev/null +++ b/data/packages/workbench/src/assets/motia-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dc41ada100a0b7465698133ef2f2a5c3a7b51cfccb30a9e6b7381310b873db +size 67554 diff --git a/data/packages/workbench/src/assets/motia-light.png b/data/packages/workbench/src/assets/motia-light.png new file mode 100644 index 0000000000000000000000000000000000000000..2ede7c91c2e297f71fe64e42f0b618278b06b9f8 --- /dev/null +++ b/data/packages/workbench/src/assets/motia-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de052f9cbe527e9245baad387d27a0ccf488bbe70374ffd7b2df8feaf3679c22 +size 67273 diff --git a/data/packages/workbench/src/components/endpoints/endpoint-badge.tsx b/data/packages/workbench/src/components/endpoints/endpoint-badge.tsx new file mode 100644 index 0000000000000000000000000000000000000000..83d8d970ef2ba246d925eb3a21360399bd8b6d5c --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-badge.tsx @@ -0,0 +1,26 @@ +import * as React from 'react' +import { cva, type VariantProps } from 'class-variance-authority' +import { cn } from '@/lib/utils' + +const badgeVariants = cva('rounded-lg px-2 py-1 text-sm font-mono font-bold transition-colors', { + variants: { + variant: { + POST: 'bg-[#258DC3]/15 text-[#258DC3]', + GET: 'bg-[#709A2D]/15 text-[#709A2D]', + DELETE: 'bg-[#DE2134]/15 text-[#DE2134]', + PUT: 'bg-yellow-500/50 text-yellow-100', // TODO color + PATCH: 'bg-yellow-500/50 text-yellow-100', // TODO color + HEAD: 'bg-blue-500/50 text-blue-100', // TODO color + OPTIONS: 'bg-purple-500/50 text-purple-100', // TODO color + }, + defaultVariants: { + variant: 'bg-blue-500/50 text-blue-100', + }, + }, +}) + +interface BadgeProps extends React.HTMLAttributes, VariantProps {} + +export function EndpointBadge({ className, variant, ...props }: BadgeProps) { + return
+} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-body-panel.tsx b/data/packages/workbench/src/components/endpoints/endpoint-body-panel.tsx new file mode 100644 index 0000000000000000000000000000000000000000..51d952801e2482974a4fe752701e671ce599c16c --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-body-panel.tsx @@ -0,0 +1,42 @@ +import { ApiEndpoint } from '@/types/endpoint' +import { Panel } from '@motiadev/ui' +import { FC } from 'react' +import { JsonEditor } from './json-editor' +import ReactJson from 'react18-json-view' +import 'react18-json-view/src/dark.css' +import 'react18-json-view/src/style.css' + +type Props = { + endpoint: ApiEndpoint + value: string + onChange?: (body: string) => void + onValidate?: (isValid: boolean) => void + panelName: string +} + +export const EndpointBodyPanel: FC = ({ endpoint, onChange, onValidate, panelName, value }) => { + const shouldHaveBody = ['post', 'put', 'patch'].includes(endpoint.method.toLowerCase()) + + const handleBodyChange = (body: string) => { + onChange?.(body) + } + + if (!shouldHaveBody) { + return null + } + + return ( + + {onChange ? ( + + ) : ( + + )} + + ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-call.tsx b/data/packages/workbench/src/components/endpoints/endpoint-call.tsx new file mode 100644 index 0000000000000000000000000000000000000000..b559fe2f6f2ca5e2001575c4b2b514830a18a006 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-call.tsx @@ -0,0 +1,95 @@ +import { ApiEndpoint } from '@/types/endpoint' +import { Button } from '@motiadev/ui' +import { Loader2, Play } from 'lucide-react' +import { FC, useEffect, useMemo, useState } from 'react' +import { EndpointBodyPanel } from './endpoint-body-panel' +import { EndpointPathParamsPanel } from './endpoint-path-params-panel' +import { EndpointQueryParamsPanel } from './endpoint-query-params-panel' +import { EndpointResponse } from './endpoint-response' +import { useJsonSchemaToJson } from './hooks/use-json-schema-to-json' + +type Props = { endpoint: ApiEndpoint } + +export const EndpointCall: FC = ({ endpoint }) => { + const shouldHaveBody = ['post', 'put', 'patch'].includes(endpoint.method.toLowerCase()) + const [isRequestLoading, setIsRequestLoading] = useState(false) + const [responseCode, setResponseCode] = useState(undefined) + const [responseBody, setResponseBody] = useState | undefined>(undefined) + const [executionTime, setExecutionTime] = useState(undefined) + const { body, setBody } = useJsonSchemaToJson(endpoint.bodySchema) + const [isBodyValid, setIsBodyValid] = useState(true) + const [pathParamsValues, setPathParamsValues] = useState>({}) + const [queryParamsValues, setQueryParamsValues] = useState>({}) + + const isPlayEnabled = useMemo(() => { + if (shouldHaveBody && !isBodyValid) return false + + return ( + Object.values(pathParamsValues).every((value) => value) && + Object.values(queryParamsValues).every((value) => value) + ) + }, [pathParamsValues, shouldHaveBody, isBodyValid, queryParamsValues]) + + useEffect(() => { + if (endpoint.id) { + setResponseCode(undefined) + setResponseBody(undefined) + setExecutionTime(undefined) + setIsRequestLoading(false) + } + }, [endpoint.id]) + + const handleRequest = async () => { + setIsRequestLoading(true) + const startTime = Date.now() + const path = new URL( + window.location.origin + + Object.entries(pathParamsValues).reduce((acc, [param, value]) => { + return acc.replace(`:${param}`, value) + }, endpoint.path), + ) + for (const [key, value] of Object.entries(queryParamsValues)) { + path.searchParams.set(key, value) + } + + const response = await fetch(path.toString(), { + method: endpoint.method, + headers: { 'Content-Type': 'application/json' }, + body: endpoint.method === 'GET' ? null : body, + }) + + const endTime = Date.now() + const executionTime = endTime - startTime + const json = await response.json() + + setResponseCode(response.status) + setResponseBody(json) + setExecutionTime(executionTime) + setIsRequestLoading(false) + } + + return ( +
+ + + + + + +
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-description.tsx b/data/packages/workbench/src/components/endpoints/endpoint-description.tsx new file mode 100644 index 0000000000000000000000000000000000000000..9bc12319170edf93cc7d88d9661d7d614c5abccc --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-description.tsx @@ -0,0 +1,27 @@ +import { FC } from 'react' +import { EndpointResponseSchema } from './endpoint-response-schema' +import { ApiEndpoint } from '@/types/endpoint' +import { EndpointPathParamsPanel } from './endpoint-path-params-panel' +import { EndpointQueryParamsPanel } from './endpoint-query-params-panel' +import { EndpointBodyPanel } from './endpoint-body-panel' +import { useJsonSchemaToJson } from './hooks/use-json-schema-to-json' + +type Props = { endpoint: ApiEndpoint } + +export const EndpointDescription: FC = ({ endpoint }) => { + const { body } = useJsonSchemaToJson(endpoint.bodySchema) + + return ( +
+ + + + ({ + responseCode: status, + bodySchema: schema, + }))} + /> +
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-path-params-panel.tsx b/data/packages/workbench/src/components/endpoints/endpoint-path-params-panel.tsx new file mode 100644 index 0000000000000000000000000000000000000000..237c16e0951832e7cbf8dbae70dd0249403df6da --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-path-params-panel.tsx @@ -0,0 +1,45 @@ +import { ApiEndpoint } from '@/types/endpoint' +import { Input, Panel } from '@motiadev/ui' +import { FC, Fragment, useState } from 'react' +import { usePathParams } from './hooks/use-path-params' + +type Props = { endpoint: ApiEndpoint; onChange?: (pathParamsValues: Record) => void } + +export const EndpointPathParamsPanel: FC = ({ endpoint, onChange }) => { + const pathParams = usePathParams(endpoint.path) + const [pathParamsValues, setPathParamsValues] = useState>( + pathParams?.reduce((acc, param) => ({ ...acc, [param]: '' }), {} as Record), + ) + + const onPathParamChange = (param: string, value: string) => { + const newPathParamsValues = { ...pathParamsValues, [param]: value } + setPathParamsValues(newPathParamsValues) + onChange?.(newPathParamsValues) + } + + if (!pathParams.length) { + return null + } + + return ( + +
+ {pathParams.map((param) => ( + +
{param}
+
+ {onChange && ( + onPathParamChange(param, e.target.value)} + /> + )} +
+
+ ))} +
+
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-query-params-panel.tsx b/data/packages/workbench/src/components/endpoints/endpoint-query-params-panel.tsx new file mode 100644 index 0000000000000000000000000000000000000000..26ce63727ec20720468a8882657c1a170998b8f9 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-query-params-panel.tsx @@ -0,0 +1,46 @@ +import { ApiEndpoint } from '@/types/endpoint' +import { Input } from '@motiadev/ui' +import { Panel } from '@motiadev/ui' +import { FC, Fragment, useState } from 'react' + +type Props = { endpoint: ApiEndpoint; onChange?: (queryParamsValues: Record) => void } + +export const EndpointQueryParamsPanel: FC = ({ endpoint, onChange }) => { + const [queryParamsValues, setQueryParamsValues] = useState>( + endpoint.queryParams?.reduce((acc, param) => ({ ...acc, [param.name]: '' }), {} as Record) ?? {}, + ) + + const onQueryParamChange = (param: string, value: string) => { + const newQueryParamsValues = { ...queryParamsValues, [param]: value } + setQueryParamsValues(newQueryParamsValues) + onChange?.(newQueryParamsValues) + } + + if (!endpoint.queryParams?.length) { + return null + } + + return ( + +
+ {endpoint.queryParams.map((param) => ( + +
{param.name}
+
+ {onChange ? ( + onQueryParamChange(param.name, e.target.value)} + /> + ) : ( + {param.description} + )} +
+
+ ))} +
+
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-response-schema.tsx b/data/packages/workbench/src/components/endpoints/endpoint-response-schema.tsx new file mode 100644 index 0000000000000000000000000000000000000000..edbb083c4d932d46af893602dcc30d98fe7353f6 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-response-schema.tsx @@ -0,0 +1,64 @@ +import { convertJsonSchemaToJson } from '@/components/endpoints/hooks/utils' +import { useThemeStore } from '@/stores/use-theme-store' +import { Tabs, TabsContent, TabsList, TabsTrigger } from '@motiadev/ui' +import { FC, useMemo } from 'react' +import ReactJson from 'react18-json-view' + +export type EndpointResponseItem = { + responseCode: string + // eslint-disable-next-line @typescript-eslint/no-explicit-any + bodySchema: Record> +} + +type EndpointResponseProps = { + items: EndpointResponseItem[] +} + +const EndpointResponseSchemaItem: FC = ({ responseCode, bodySchema }) => { + const theme = useThemeStore((store) => store.theme) + + const schema = useMemo(() => convertJsonSchemaToJson(bodySchema), [bodySchema]) + + return ( + +
+ +
+
+ ) +} + +export const EndpointResponseSchema: FC = ({ items }) => { + if (items.length === 0) { + return null + } + + return ( +
+ +
+ + {items.map((item) => ( + + {item.responseCode} + + ))} + +
+ + {items.map((props) => ( + + ))} +
+
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-response.tsx b/data/packages/workbench/src/components/endpoints/endpoint-response.tsx new file mode 100644 index 0000000000000000000000000000000000000000..3c4011d96e06475392e467270e450a5a7018eecd --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-response.tsx @@ -0,0 +1,106 @@ +import { useStateStream } from '@/components/endpoints/hooks/use-state-stream' +import { useThemeStore } from '@/stores/use-theme-store' +import { Panel } from '@motiadev/ui' +import { XCircle } from 'lucide-react' +import { FC, useMemo } from 'react' +import ReactJson from 'react18-json-view' + +type EndpointResponseProps = { + responseCode: number | string | undefined + // eslint-disable-next-line @typescript-eslint/no-explicit-any + responseBody: Record | undefined + executionTime?: number +} + +const getStatusMessage = (status: number) => { + switch (status) { + case 200: + return 'OK' + case 201: + return 'Created' + case 204: + return 'No Content' + case 400: + return 'Bad Request' + case 401: + return 'Unauthorized' + case 403: + return 'Forbidden' + case 404: + return 'Not Found' + case 500: + return 'Internal Server Error' + default: + return 'Unknown Status' + } +} + +export const EndpointResponse: FC = ({ responseCode, executionTime, responseBody }) => { + const theme = useThemeStore((state) => state.theme) + const { data, isStreamed, originalData } = useStateStream(responseBody) + + const statusMessage = useMemo(() => getStatusMessage(Number(responseCode)), [responseCode]) + const isError = Number(responseCode) >= 400 + + if (!responseBody || !responseCode) { + return null + } + + return ( + + ), + }, + { + label: 'Original', + content: ( + + ), + }, + ] + : undefined + } + title={ +
+
+ {isError && } + + {responseCode} - {statusMessage} + +
+ {!!executionTime && ( + + Execution time: {executionTime}ms + + )} +
+ } + subtitle={ + isStreamed && ( + + + + + + Object is being streamed, this is not the actual response from the API Endpoint + + ) + } + > + {!isStreamed && ( + + )} +
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoint-side-panel.tsx b/data/packages/workbench/src/components/endpoints/endpoint-side-panel.tsx new file mode 100644 index 0000000000000000000000000000000000000000..536f8bb843d103d40d333ccc3289dbacba9a743f --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoint-side-panel.tsx @@ -0,0 +1,43 @@ +import { Sidebar } from '@/components/sidebar/sidebar' +import { ApiEndpoint } from '@/types/endpoint' +import { X } from 'lucide-react' +import { FC } from 'react' +import { EndpointBadge } from './endpoint-badge' +import { EndpointCall } from './endpoint-call' +import { EndpointDescription } from './endpoint-description' + +type Props = { endpoint: ApiEndpoint; onClose: () => void } + +export const EndpointSidePanel: FC = ({ endpoint, onClose }) => { + return ( + + {endpoint.method.toUpperCase()} + {endpoint.path} +
+ } + onClose={onClose} + tabs={[ + { + label: 'Details', + content: , + 'data-testid': 'endpoint-details-tab', + }, + { + label: 'Call', + content: , + 'data-testid': 'endpoint-call-tab', + }, + ]} + actions={[ + { + icon: , + onClick: onClose, + }, + ]} + /> + ) +} diff --git a/data/packages/workbench/src/components/endpoints/endpoints-page.tsx b/data/packages/workbench/src/components/endpoints/endpoints-page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..93e110c101902825f94af0b5b28a4f6d64205104 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/endpoints-page.tsx @@ -0,0 +1,41 @@ +import { cn } from '@/lib/utils' +import { useGlobalStore } from '@/stores/use-global-store' +import { useMemo } from 'react' +import { EndpointBadge } from './endpoint-badge' +import { EndpointSidePanel } from './endpoint-side-panel' +import { useGetEndpoints } from './hooks/use-get-endpoints' + +export const EndpointsPage = () => { + const endpoints = useGetEndpoints() + const selectedEndpointId = useGlobalStore((state) => state.selectedEndpointId) + const selectEndpointId = useGlobalStore((state) => state.selectEndpointId) + const selectedEndpoint = useMemo( + () => selectedEndpointId && endpoints.find((endpoint) => endpoint.id === selectedEndpointId), + [endpoints, selectedEndpointId], + ) + + return ( +
+
+ {endpoints.map((endpoint) => ( +
selectEndpointId(endpoint.id)} + > +
+ {endpoint.method.toUpperCase()} + {endpoint.path} + {endpoint.description} +
+
+ ))} +
+ + {selectedEndpoint && ( + selectEndpointId(undefined)} /> + )} +
+ ) +} diff --git a/data/packages/workbench/src/components/endpoints/hooks/use-get-endpoints.ts b/data/packages/workbench/src/components/endpoints/hooks/use-get-endpoints.ts new file mode 100644 index 0000000000000000000000000000000000000000..d78f4480e46553c1fef31f064eae57849c3de498 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/hooks/use-get-endpoints.ts @@ -0,0 +1,11 @@ +import { useStreamGroup } from '@motiadev/stream-client-react' +import { ApiEndpoint } from '@/types/endpoint' + +export const useGetEndpoints = () => { + const { data: endpoints } = useStreamGroup({ + streamName: '__motia.api-endpoints', + groupId: 'default', + }) + + return endpoints +} diff --git a/data/packages/workbench/src/components/endpoints/hooks/use-json-schema-to-json.ts b/data/packages/workbench/src/components/endpoints/hooks/use-json-schema-to-json.ts new file mode 100644 index 0000000000000000000000000000000000000000..f17d0f820aec3d1992220fef745409f66f980a66 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/hooks/use-json-schema-to-json.ts @@ -0,0 +1,14 @@ +import { useEffect, useState } from 'react' +import { convertJsonSchemaToJson } from './utils' + +export const useJsonSchemaToJson = (schema: Record | undefined) => { + const [body, setBody] = useState('') + + useEffect(() => { + if (schema) { + setBody(JSON.stringify(convertJsonSchemaToJson(schema), null, 2)) + } + }, [schema]) + + return { body, setBody } +} diff --git a/data/packages/workbench/src/components/endpoints/hooks/use-path-params.ts b/data/packages/workbench/src/components/endpoints/hooks/use-path-params.ts new file mode 100644 index 0000000000000000000000000000000000000000..839355935e750703391e6fabd26985ef129b23f6 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/hooks/use-path-params.ts @@ -0,0 +1,4 @@ +export const usePathParams = (path: string) => { + const pathParams = path.match(/:(\w+)/g) + return pathParams?.map((param) => param.slice(1)) ?? [] +} diff --git a/data/packages/workbench/src/components/endpoints/hooks/use-state-stream.ts b/data/packages/workbench/src/components/endpoints/hooks/use-state-stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..479a8a89c9f680974c2e5f43e310aad3881cd922 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/hooks/use-state-stream.ts @@ -0,0 +1,13 @@ +import { useStreamItem } from '@motiadev/stream-client-react' + +export const useStateStream = (object: Record | undefined) => { + const { __motia, ...rest } = object || {} + const { data } = useStreamItem(__motia) + const originalData = Array.isArray(object) ? object : rest || object + + return { + data: data || originalData, + originalData, + isStreamed: !!__motia, + } +} diff --git a/data/packages/workbench/src/components/endpoints/hooks/utils.ts b/data/packages/workbench/src/components/endpoints/hooks/utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..fa1c6cc0ae3693ea0fe34ebfb4e1193088f3d25a --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/hooks/utils.ts @@ -0,0 +1,32 @@ +export const convertJsonSchemaToJson = (schema?: Record): any => { + if (!schema) return {} + + if (schema.type === 'object') { + const result: Record = {} + + if (schema.properties) { + Object.entries(schema.properties).forEach(([key, value]: [string, any]) => { + result[key] = convertJsonSchemaToJson(value) + }) + } + + return result + } + + switch (schema.type) { + case 'array': + return [convertJsonSchemaToJson(schema.items)] + case 'string': + return schema.enum?.[0] ?? schema.description ?? 'string' + case 'number': + return schema.description ?? 0 + case 'integer': + return 0 + case 'boolean': + return schema.description ?? false + case 'null': + return schema.description ?? null + default: + return undefined + } +} diff --git a/data/packages/workbench/src/components/endpoints/json-editor.tsx b/data/packages/workbench/src/components/endpoints/json-editor.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e5d64f6692e15e5f9391f694202d0d5851feb288 --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/json-editor.tsx @@ -0,0 +1,66 @@ +import { useThemeStore } from '@/stores/use-theme-store' +import Editor, { useMonaco } from '@monaco-editor/react' +import { FC, useEffect, useMemo } from 'react' + +type JsonEditorProps = { + value: string + height?: number | string + schema?: Record + onChange?: (value: string) => void + onValidate?: (isValid: boolean) => void + language?: 'json' | string + readOnly?: boolean +} + +export const JsonEditor: FC = ({ + value, + height = 300, + schema, + onChange, + onValidate, + language = 'json', + readOnly = false, +}) => { + const monaco = useMonaco() + const theme = useThemeStore((state) => state.theme) + const editorTheme = useMemo(() => (theme === 'dark' ? 'vs-dark' : 'light'), [theme]) + + useEffect(() => { + if (!monaco) return + + monaco.languages.typescript.javascriptDefaults.setCompilerOptions({ isolatedModules: true }) + monaco.languages.json.jsonDefaults.setDiagnosticsOptions({ + schemas: schema + ? [ + { + uri: window.location.href, + fileMatch: ['*'], + schema, + }, + ] + : [], + }) + }, [monaco, schema, language]) + + return ( + { + if (!value) { + onValidate?.(false) + } + onChange?.(value ?? '') + }} + onValidate={(markers) => onValidate?.(markers.length === 0)} + options={{ + readOnly, + scrollBeyondLastLine: false, + minimap: { enabled: false }, + }} + /> + ) +} diff --git a/data/packages/workbench/src/components/endpoints/response-body.tsx b/data/packages/workbench/src/components/endpoints/response-body.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e1de78ffcd5fb32b8647fa13e327832b60a8a65f --- /dev/null +++ b/data/packages/workbench/src/components/endpoints/response-body.tsx @@ -0,0 +1,18 @@ +import React from 'react' +import { useJsonSchemaToJson } from './hooks/use-json-schema-to-json' + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +type Props = { status: string; body: Record } + +export const ResponseBody: React.FC = ({ status, body }) => { + const { body: responseBody } = useJsonSchemaToJson(body) + + return ( +
+ {status} + + {responseBody} + +
+ ) +} diff --git a/data/packages/workbench/src/components/flow/base-edge.tsx b/data/packages/workbench/src/components/flow/base-edge.tsx new file mode 100644 index 0000000000000000000000000000000000000000..2ba6a126fe628fa6e56aa7bd763c9c86b5579086 --- /dev/null +++ b/data/packages/workbench/src/components/flow/base-edge.tsx @@ -0,0 +1,59 @@ +import { BaseEdge as BaseReactFlowEdge, EdgeLabelRenderer, EdgeProps, getSmoothStepPath } from '@xyflow/react' +import { cva } from 'class-variance-authority' +import React from 'react' +import { cn } from '@/lib/utils' + +const labelVariants = cva('absolute pointer-events-all text-cs border p-1 px-2', { + variants: { + color: { + default: 'border-[#b3b3b3] bg-[#060014] text-gray-100 font-semibold border-solid rounded-full', + conditional: 'bg-amber-300 border-amber-950 text-amber-950 border-solid font-semibold italic rounded-lg', + }, + }, + defaultVariants: { + color: 'default', + }, +}) + +export const BaseEdge: React.FC = (props: EdgeProps) => { + const { sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, data } = props + const label = data?.label as string | undefined + const labelVariant = data?.labelVariant as 'default' | 'conditional' | null | undefined + + const [edgePath, labelX, labelY] = getSmoothStepPath({ + sourceX, + sourceY, + targetX, + targetY, + sourcePosition, + targetPosition, + borderRadius: 20, + offset: 10, + }) + + return ( + <> + + {label && ( + +
+
{label}
+
+
+ )} + + ) +} diff --git a/data/packages/workbench/src/components/flow/flow-loader.tsx b/data/packages/workbench/src/components/flow/flow-loader.tsx new file mode 100644 index 0000000000000000000000000000000000000000..db75282c982e554e105b844d94e29c854312d45c --- /dev/null +++ b/data/packages/workbench/src/components/flow/flow-loader.tsx @@ -0,0 +1,3 @@ +export const FlowLoader = () => { + return
+} diff --git a/data/packages/workbench/src/components/flow/flow-page.tsx b/data/packages/workbench/src/components/flow/flow-page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0bf4c49cadb17ac20ff53a6350ec42e276d5064a --- /dev/null +++ b/data/packages/workbench/src/components/flow/flow-page.tsx @@ -0,0 +1,28 @@ +import { useFlowStore } from '@/stores/use-flow-store' +import { FlowConfigResponse, FlowResponse } from '@/types/flow' +import { useStreamItem } from '@motiadev/stream-client-react' +import { FlowView } from './flow-view' + +export const FlowPage = () => { + const selectedFlowId = useFlowStore((state) => state.selectedFlowId) + const { data: flow } = useStreamItem({ + streamName: '__motia.flows', + groupId: 'default', + id: selectedFlowId ?? '', + }) + + const { data: flowConfig } = useStreamItem({ + streamName: '__motia.flowsConfig', + groupId: 'default', + id: selectedFlowId ?? '', + }) + + if (!flow || flow.error) + return ( +
+

{flow?.error}

+
+ ) + + return +} diff --git a/data/packages/workbench/src/components/flow/flow-tab-menu-item.tsx b/data/packages/workbench/src/components/flow/flow-tab-menu-item.tsx new file mode 100644 index 0000000000000000000000000000000000000000..97f429ddfd9338037c9a610171c0da6a91d9525e --- /dev/null +++ b/data/packages/workbench/src/components/flow/flow-tab-menu-item.tsx @@ -0,0 +1,52 @@ +import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from '@motiadev/ui' +import { ChevronsUpDown, Workflow } from 'lucide-react' +import { useFlowStore } from '@/stores/use-flow-store' +import { useFetchFlows } from '@/hooks/use-fetch-flows' +import { useShallow } from 'zustand/react/shallow' +import { analytics } from '@/lib/analytics' + +export const FlowTabMenuItem = () => { + useFetchFlows() + + const selectFlowId = useFlowStore((state) => state.selectFlowId) + const flows = useFlowStore(useShallow((state) => Object.values(state.flows))) + const selectedFlowId = useFlowStore((state) => state.selectedFlowId) + + if (flows.length === 0) { + return null + } + + const handleFlowSelect = (flowId: string) => { + selectFlowId(flowId) + analytics.track('flow_selected', { flow: flowId }) + } + + return ( +
+ + {selectedFlowId ?? 'No flow selected'} + + +
+ +
+
+ + {flows.map((item) => ( + handleFlowSelect(item)} + > + {item} + + ))} + +
+
+ ) +} diff --git a/data/packages/workbench/src/components/flow/flow-view.tsx b/data/packages/workbench/src/components/flow/flow-view.tsx new file mode 100644 index 0000000000000000000000000000000000000000..70af5c1da8c374b9ec4fbe2b8bde6ae039c0bccf --- /dev/null +++ b/data/packages/workbench/src/components/flow/flow-view.tsx @@ -0,0 +1,62 @@ +import { EdgeData, FlowConfigResponse, FlowResponse, NodeData } from '@/types/flow' +import { + Background, + BackgroundVariant, + NodeChange, + OnNodesChange, + ReactFlow, + Edge as ReactFlowEdge, + Node as ReactFlowNode, +} from '@xyflow/react' +import React, { useCallback, useState } from 'react' +import { BaseEdge } from './base-edge' +import { FlowLoader } from './flow-loader' +import { useGetFlowState } from './hooks/use-get-flow-state' +import { NodeOrganizer } from './node-organizer' + +import '@xyflow/react/dist/style.css' + +export type FlowNode = ReactFlowNode +export type FlowEdge = ReactFlowEdge + +const edgeTypes = { + base: BaseEdge, +} + +type Props = { + flow: FlowResponse + flowConfig: FlowConfigResponse +} + +export const FlowView: React.FC = ({ flow, flowConfig }) => { + const { nodes, edges, onNodesChange, onEdgesChange, nodeTypes } = useGetFlowState(flow, flowConfig) + const [initialized, setInitialized] = useState(false) + const onInitialized = useCallback(() => setInitialized(true), []) + + const onNodesChangeHandler = useCallback>( + (changes: NodeChange[]) => onNodesChange(changes), + [onNodesChange], + ) + + if (!nodeTypes) { + return null + } + + return ( +
+ {!initialized && } + + + + +
+ ) +} diff --git a/data/packages/workbench/src/components/flow/hooks/use-get-flow-state.tsx b/data/packages/workbench/src/components/flow/hooks/use-get-flow-state.tsx new file mode 100644 index 0000000000000000000000000000000000000000..f5062451e1e19ac783890022370e467c2c5db9f0 --- /dev/null +++ b/data/packages/workbench/src/components/flow/hooks/use-get-flow-state.tsx @@ -0,0 +1,174 @@ +import type { EdgeData, FlowConfigResponse, FlowResponse, NodeConfig, NodeData } from '@/types/flow' +import { Edge, Node, useEdgesState, useNodesState } from '@xyflow/react' +import isEqual from 'fast-deep-equal' +import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react' +import { ApiFlowNode } from '../nodes/api-flow-node' +import { CronFlowNode } from '../nodes/cron-flow-node' +import { EventFlowNode } from '../nodes/event-flow-node' +import { NoopFlowNode } from '../nodes/noop-flow-node' +import { useSaveWorkflowConfig } from './use-save-workflow-config' + +const DEFAULT_CONFIG: NodeConfig = { x: 0, y: 0 } + +const getNodePosition = (flowConfig: FlowConfigResponse | null, stepName: string): NodeConfig => { + return flowConfig?.config[stepName] || DEFAULT_CONFIG +} + +type FlowState = { + nodes: Node[] + edges: Edge[] + nodeTypes: Record> // eslint-disable-line @typescript-eslint/no-explicit-any +} + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +const nodeComponentCache = new Map>() + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +const BASE_NODE_TYPES: Record> = { + event: EventFlowNode, + api: ApiFlowNode, + noop: NoopFlowNode, + cron: CronFlowNode, +} + +async function importFlow(flow: FlowResponse, flowConfig: FlowConfigResponse | null): Promise { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const nodeTypes: Record> = { ...BASE_NODE_TYPES } + + const customNodePromises = flow.steps + .filter((step) => step.nodeComponentPath) + .map(async (step) => { + const path = step.nodeComponentPath! + + // Check cache first + if (nodeComponentCache.has(path)) { + nodeTypes[path] = nodeComponentCache.get(path)! + return + } + + try { + const module = await import(/* @vite-ignore */ `/@fs/${path}`) + const component = module.Node ?? module.default + nodeComponentCache.set(path, component) + nodeTypes[path] = component + } catch (error) { + console.error(`Failed to load custom node component: ${path}`, error) + } + }) + + await Promise.all(customNodePromises) + + const nodes: Node[] = flow.steps.map((step) => ({ + id: step.id, + type: step.nodeComponentPath || step.type, + filePath: step.filePath, + position: step.filePath ? getNodePosition(flowConfig, step.filePath) : DEFAULT_CONFIG, + data: { ...step, nodeConfig: step.filePath ? getNodePosition(flowConfig, step.filePath) : DEFAULT_CONFIG }, + language: step.language, + })) + + const edges: Edge[] = flow.edges.map((edge) => ({ + ...edge, + type: 'base', + })) + + return { nodes, edges, nodeTypes } +} + +export const useGetFlowState = (flow: FlowResponse, flowConfig: FlowConfigResponse) => { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const [nodeTypes, setNodeTypes] = useState>>(BASE_NODE_TYPES) + const [nodes, setNodes, onNodesChange] = useNodesState>([]) + const [edges, setEdges, onEdgesChange] = useEdgesState>([]) + + const saveConfig = useSaveWorkflowConfig() + + const flowIdRef = useRef('') + const saveTimeoutRef = useRef>(null) + const lastSavedConfigRef = useRef(null) + const lastSavedFlowRef = useRef(null) + + // eslint-disable-next-line react-hooks/exhaustive-deps + const memoizedFlowConfig = useMemo(() => flowConfig, [flowConfig?.id, flowConfig?.config]) + + useEffect(() => { + if (!flow || flow.error) return + const hasSameConfig = isEqual(lastSavedConfigRef.current, memoizedFlowConfig?.config) + const hasSameFlow = isEqual(lastSavedFlowRef.current, flow) + + if (hasSameConfig && hasSameFlow) return + + lastSavedConfigRef.current = memoizedFlowConfig?.config + flowIdRef.current = flow.id + lastSavedFlowRef.current = flow + + const importFlowAsync = async () => { + try { + const { nodes, edges, nodeTypes } = await importFlow(flow, flowConfig) + setNodes(nodes) + setEdges(edges) + setNodeTypes(nodeTypes) + } catch (error) { + console.error('Failed to import flow:', error) + } + } + + importFlowAsync() + }, [flow, memoizedFlowConfig, setNodes, setEdges, flowConfig]) + + const saveFlowConfig = useCallback( + (nodesToSave: Node[]) => { + if (saveTimeoutRef.current) { + clearTimeout(saveTimeoutRef.current) + } + + saveTimeoutRef.current = setTimeout(async () => { + const steps = nodesToSave.reduce((acc, node) => { + if (node.data.filePath) { + acc[node.data.filePath] = { + x: Math.round(node.position.x), + y: Math.round(node.position.y), + } + + if (node.data.nodeConfig?.sourceHandlePosition) { + acc[node.data.filePath].sourceHandlePosition = node.data.nodeConfig.sourceHandlePosition + } + if (node.data.nodeConfig?.targetHandlePosition) { + acc[node.data.filePath].targetHandlePosition = node.data.nodeConfig.targetHandlePosition + } + } + return acc + }, {}) + + if (!isEqual(steps, lastSavedConfigRef.current)) { + lastSavedConfigRef.current = steps + const newConfig = { id: flowIdRef.current, config: steps } + + try { + await saveConfig(newConfig) + } catch (error) { + console.error('Failed to save flow config:', error) + } + } + }, 300) + }, + [saveConfig], + ) + + useEffect(() => { + if (nodes.length > 0) { + saveFlowConfig(nodes) + } + + return () => { + if (saveTimeoutRef.current) { + clearTimeout(saveTimeoutRef.current) + } + } + }, [nodes, saveFlowConfig]) + + return useMemo( + () => ({ nodes, edges, onNodesChange, onEdgesChange, nodeTypes }), + [nodes, edges, onNodesChange, onEdgesChange, nodeTypes], + ) +} diff --git a/data/packages/workbench/src/components/flow/hooks/use-save-workflow-config.ts b/data/packages/workbench/src/components/flow/hooks/use-save-workflow-config.ts new file mode 100644 index 0000000000000000000000000000000000000000..ed859facb65b51485723d770abdadfd68e787cf3 --- /dev/null +++ b/data/packages/workbench/src/components/flow/hooks/use-save-workflow-config.ts @@ -0,0 +1,25 @@ +import { useCallback } from 'react' +import { FlowConfigResponse } from '@/types/flow' + +export const useSaveWorkflowConfig = () => { + return useCallback(async (body: FlowConfigResponse) => { + try { + const response = await fetch(`/flows/${body.id}/config`, { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify(body), + }) + + if (!response.ok) { + throw new Error(`Failed to save config: ${response.statusText}`) + } + + return await response.json() + } catch (error) { + console.error('Error saving workflow config:', error) + throw error + } + }, []) +} diff --git a/data/packages/workbench/src/components/flow/node-organizer.tsx b/data/packages/workbench/src/components/flow/node-organizer.tsx new file mode 100644 index 0000000000000000000000000000000000000000..41f04e35a57c42050dae746a13bdea173f186570 --- /dev/null +++ b/data/packages/workbench/src/components/flow/node-organizer.tsx @@ -0,0 +1,102 @@ +import { EdgeData, NodeData } from '@/types/flow' +import { Edge, Node, useNodesInitialized, useReactFlow } from '@xyflow/react' +import dagre from 'dagre' +import isEqual from 'fast-deep-equal' +import React, { useEffect, useRef } from 'react' + +const organizeNodes = (nodes: Node[], edges: Edge[]): Node[] => { + const dagreGraph = new dagre.graphlib.Graph({ directed: true, compound: false, multigraph: false }) + + dagreGraph.setDefaultEdgeLabel(() => ({})) + dagreGraph.setGraph({ rankdir: 'LR', ranksep: 0, nodesep: 20, edgesep: 0 }) + + nodes.forEach((node) => { + if (node.position.x !== 0 || node.position.y !== 0) { + dagreGraph.setNode(node.id, { + width: node.measured?.width, + height: node.measured?.height, + x: node.position.x, + y: node.position.y, + }) + } else { + dagreGraph.setNode(node.id, { + width: node.measured?.width, + height: node.measured?.height, + }) + } + }) + + edges.forEach((edge) => { + if (typeof edge.label === 'string') { + dagreGraph.setEdge(edge.source, edge.target, { + label: edge.label ?? '', + width: edge.label.length * 40, // Add width for the label + height: 30, // Add height for the label + labelpos: 'c', // Position label in center + }) + } else { + dagreGraph.setEdge(edge.source, edge.target) + } + }) + + dagre.layout(dagreGraph) + + return nodes.map((node) => { + if (node.position.x !== 0 || node.position.y !== 0) { + return node + } + + const { x, y } = dagreGraph.node(node.id) + const position = { + x: x - (node.measured?.width ?? 0) / 2, + y: y - (node.measured?.height ?? 0) / 2, + } + + return { ...node, position } + }) +} + +type Props = { + onInitialized: () => void + nodes: Node[] + edges: Edge[] +} + +export const NodeOrganizer: React.FC = ({ onInitialized, nodes, edges }) => { + const { setNodes, getNodes, getEdges, fitView } = useReactFlow() + const nodesInitialized = useNodesInitialized() + const initialized = useRef(false) + + const lastNodesRef = useRef[]>([]) + const lastEdgesRef = useRef[]>([]) + + useEffect(() => { + if (nodesInitialized) { + if (isEqual(lastNodesRef.current, nodes) && isEqual(lastEdgesRef.current, edges)) { + return + } + + lastNodesRef.current = nodes + lastEdgesRef.current = edges + + try { + const nodesToOrganize = nodes.some((node) => node.position.x === 0 && node.position.y === 0) + + if (nodesToOrganize) { + const organizedNodes = organizeNodes(nodes, edges) + setNodes(organizedNodes) + } + + if (!initialized.current) { + initialized.current = true + onInitialized() + setTimeout(() => fitView(), 1) + } + } catch (error) { + console.error('Error organizing nodes:', error) + } + } + }, [nodesInitialized, onInitialized, setNodes, getNodes, getEdges, fitView, nodes, edges]) + + return null +} diff --git a/data/packages/workbench/src/components/flow/nodes/api-flow-node.tsx b/data/packages/workbench/src/components/flow/nodes/api-flow-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..51dbc82a50bed23958e25f92480bbfc89c05cc9f --- /dev/null +++ b/data/packages/workbench/src/components/flow/nodes/api-flow-node.tsx @@ -0,0 +1,6 @@ +import { ApiNode } from '@/publicComponents/api-node' +import { ApiNodeProps } from '@/publicComponents/node-props' + +export const ApiFlowNode = ({ data }: ApiNodeProps) => { + return +} diff --git a/data/packages/workbench/src/components/flow/nodes/cron-flow-node.tsx b/data/packages/workbench/src/components/flow/nodes/cron-flow-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..dec2e4b800e0f5861d3ce48300c8759db1c01c57 --- /dev/null +++ b/data/packages/workbench/src/components/flow/nodes/cron-flow-node.tsx @@ -0,0 +1,6 @@ +import { CronNode } from '@/publicComponents/cron-node' +import { CronNodeProps } from '@/publicComponents/node-props' + +export const CronFlowNode = ({ data }: CronNodeProps) => { + return +} diff --git a/data/packages/workbench/src/components/flow/nodes/event-flow-node.tsx b/data/packages/workbench/src/components/flow/nodes/event-flow-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e870fc330cbe82f3203381c57e49b7241a12ebfd --- /dev/null +++ b/data/packages/workbench/src/components/flow/nodes/event-flow-node.tsx @@ -0,0 +1,6 @@ +import { EventNode } from '@/publicComponents/event-node' +import { EventNodeProps } from '@/publicComponents/node-props' + +export const EventFlowNode = ({ data }: EventNodeProps) => { + return +} diff --git a/data/packages/workbench/src/components/flow/nodes/noop-flow-node.tsx b/data/packages/workbench/src/components/flow/nodes/noop-flow-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..f8462af69166b8110b182719690a9cde25a87505 --- /dev/null +++ b/data/packages/workbench/src/components/flow/nodes/noop-flow-node.tsx @@ -0,0 +1,6 @@ +import { NoopNodeProps } from '@/publicComponents/node-props' +import { NoopNode } from '@/publicComponents/noop-node' + +export const NoopFlowNode = ({ data }: NoopNodeProps) => { + return +} diff --git a/data/packages/workbench/src/components/header/deploy-button.tsx b/data/packages/workbench/src/components/header/deploy-button.tsx new file mode 100644 index 0000000000000000000000000000000000000000..fb46ce1fb8a4c5e4da9c1fdda085f68f73950d89 --- /dev/null +++ b/data/packages/workbench/src/components/header/deploy-button.tsx @@ -0,0 +1,108 @@ +import { analytics } from '@/lib/analytics' +import { Button, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from '@motiadev/ui' +import { Rocket } from 'lucide-react' +import { useState } from 'react' + +export const DeployButton = () => { + const [isOpen, setIsOpen] = useState(false) + + const onDeployButtonClick = () => { + analytics.track('deploy_button_clicked') + } + + const onDeployClick = () => { + setIsOpen(false) + analytics.track('deploy_button_deploy_clicked') + } + + const onClose = () => { + setIsOpen(false) + analytics.track('deploy_button_closed') + } + + const onMotiaCloudClick = () => { + setIsOpen(true) + analytics.track('deploy_button_motia_cloud_clicked') + } + + const onSelfHostedClick = () => { + analytics.track('deploy_button_self_hosted_clicked') + window.open('https://www.motia.dev/docs/concepts/deployment/self-hosted', '_blank') + } + + return ( + <> + {isOpen && ( +
+ {/* backdrop container */} +
setIsOpen(false)} /> + +
+ Motia Cloud + +
+

Motia Cloud is Live!

+
+ +
+ Deploy to production in minutes, not hours. One click gets your Motia project live with enterprise-grade + reliability. Seamlessly scale, rollback instantly, and monitor everything in real-time. Your code deserves + infrastructure that just works. +
+ + + Learn more about Motia Cloud + + +
+
+ + + + +
+
+
+
+ )} + + + + + + + Motia Cloud + + + Self-Hosted (Docker) + + + + + ) +} diff --git a/data/packages/workbench/src/components/header/header.tsx b/data/packages/workbench/src/components/header/header.tsx new file mode 100644 index 0000000000000000000000000000000000000000..89084a79e880bce59cf638f1a707d3e16e4d9bf5 --- /dev/null +++ b/data/packages/workbench/src/components/header/header.tsx @@ -0,0 +1,36 @@ +import motiaLogoDark from '@/assets/motia-dark.png' +import motiaLogoLight from '@/assets/motia-light.png' +import { useThemeStore } from '@/stores/use-theme-store' +import React, { useEffect, useState } from 'react' +import { Tutorial } from '../tutorial/tutorial' +import { TutorialButton } from '../tutorial/tutorial-button' +import { ThemeToggle } from '../ui/theme-toggle' +import { DeployButton } from './deploy-button' + +export const Header: React.FC = () => { + const [isDevMode, setIsDevMode] = useState(false) + const [isTutorialDisabled, setIsTutorialDisabled] = useState(true) + const theme = useThemeStore((state) => state.theme) + const logo = theme === 'light' ? motiaLogoLight : motiaLogoDark + + useEffect(() => { + fetch('/__motia') + .then((res) => res.json()) + .then((data) => { + setIsDevMode(data.isDev) + setIsTutorialDisabled(data.isTutorialDisabled) + }) + .catch((err) => console.error(err)) + }, []) + + return ( +
+ +
+ + {isDevMode && !isTutorialDisabled && } + {isDevMode && } + {!isTutorialDisabled && } +
+ ) +} diff --git a/data/packages/workbench/src/components/logs/log-detail.tsx b/data/packages/workbench/src/components/logs/log-detail.tsx new file mode 100644 index 0000000000000000000000000000000000000000..22a9a76adf69e614b6512a053f1d97572522da3c --- /dev/null +++ b/data/packages/workbench/src/components/logs/log-detail.tsx @@ -0,0 +1,67 @@ +import { formatTimestamp } from '@/lib/utils' +import React, { useMemo, useState } from 'react' +import ReactJson from 'react18-json-view' +import 'react18-json-view/src/dark.css' +import 'react18-json-view/src/style.css' +import { Log } from '@/stores/use-logs-store' +import { LogLevelDot } from './log-level-dot' +import { Sidebar } from '@/components/sidebar/sidebar' +import { X } from 'lucide-react' + +type Props = { + log?: Log + onClose: () => void +} + +const defaultProps = ['id', 'msg', 'time', 'level', 'step', 'flows', 'traceId'] + +export const LogDetail: React.FC = ({ log, onClose }) => { + const [hasOtherProps, setHasOtherProps] = useState(false) + + const otherPropsObject = useMemo(() => { + if (!log) { + return null + } + + const otherProps = Object.keys(log ?? {}).filter((key) => !defaultProps.includes(key)) + setHasOtherProps(otherProps.length > 0) + + return otherProps.reduce( + (acc, key) => { + acc[key] = log[key] + return acc + }, + {} as Record, + ) + }, [log]) + + if (!log) { + return null + } + + return ( + , onClick: onClose, label: 'Close' }]} + details={[ + { + label: 'Level', + value: ( +
+ +
{log.level}
+
+ ), + }, + { label: 'Time', value: formatTimestamp(log.time) }, + { label: 'Step', value: log.step }, + { label: 'Flows', value: log.flows.join(', ') }, + { label: 'Trace ID', value: log.traceId }, + ]} + > + {hasOtherProps && } +
+ ) +} diff --git a/data/packages/workbench/src/components/logs/log-level-badge.tsx b/data/packages/workbench/src/components/logs/log-level-badge.tsx new file mode 100644 index 0000000000000000000000000000000000000000..c7b5a12a22e28c993654817e299e90ac75df0436 --- /dev/null +++ b/data/packages/workbench/src/components/logs/log-level-badge.tsx @@ -0,0 +1,17 @@ +import React from 'react' +import { Badge, BadgeProps } from '@motiadev/ui' + +const map: Record = { + info: 'info', + error: 'error', + warn: 'warning', + debug: 'info', +} + +export const LogLevelBadge: React.FC<{ level: string; className?: string }> = (props) => { + return ( + + {props.level} + + ) +} diff --git a/data/packages/workbench/src/components/logs/log-level-dot.tsx b/data/packages/workbench/src/components/logs/log-level-dot.tsx new file mode 100644 index 0000000000000000000000000000000000000000..c48bf8769de6c7db6d4c5be402e134b1c713ad94 --- /dev/null +++ b/data/packages/workbench/src/components/logs/log-level-dot.tsx @@ -0,0 +1,19 @@ +import * as React from 'react' +import { cva, type VariantProps } from 'class-variance-authority' + +const badgeVariants = cva('text-xs font-medium tracking-wide rounded-full h-[6px] w-[6px] m-[4px] outline-[2px]', { + variants: { + variant: { + info: 'bg-[#2862FE] outline-[#2862FE]/20', + trace: 'bg-[#2862FE] outline-[#2862FE]/20', + debug: 'bg-[#2862FE] outline-[#2862FE]/20', + error: 'bg-[#E22A6D] outline-[#E22A6D]/20', + fatal: 'bg-[#E22A6D] outline-[#E22A6D]/20', + warn: 'bg-[#F59F0B] outline-[#F59F0B]/20', + }, + }, +}) + +export const LogLevelDot: React.FC<{ level: string }> = ({ level }) => { + return
['variant'] })} /> +} diff --git a/data/packages/workbench/src/components/logs/logs-page.tsx b/data/packages/workbench/src/components/logs/logs-page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..66d96f4d0a699e405293b519c649691691df3b74 --- /dev/null +++ b/data/packages/workbench/src/components/logs/logs-page.tsx @@ -0,0 +1,97 @@ +import { Table, TableBody, TableCell, TableRow } from '@/components/ui/table' +import { formatTimestamp } from '@/lib/utils' +import { useGlobalStore } from '@/stores/use-global-store' +import { useLogsStore } from '@/stores/use-logs-store' +import { useMemo, useState } from 'react' +import { LogDetail } from './log-detail' +import { LogLevelDot } from './log-level-dot' +import { Button, cn, Input } from '@motiadev/ui' +import { CircleX, Trash } from 'lucide-react' + +export const LogsPage = () => { + const logs = useLogsStore((state) => state.logs) + const resetLogs = useLogsStore((state) => state.resetLogs) + const selectedLogId = useGlobalStore((state) => state.selectedLogId) + const selectLogId = useGlobalStore((state) => state.selectLogId) + const selectedLog = useMemo( + () => (selectedLogId ? logs.find((log) => log.id === selectedLogId) : undefined), + [logs, selectedLogId], + ) + + const [search, setSearch] = useState('') + const filteredLogs = useMemo(() => { + return logs.filter((log) => { + return ( + log.msg.toLowerCase().includes(search.toLowerCase()) || + log.traceId.toLowerCase().includes(search.toLowerCase()) || + log.step.toLowerCase().includes(search.toLowerCase()) + ) + }) + }, [logs, search]) + + return ( +
+
+
+
+ setSearch(e.target.value)} + className="pr-10 font-medium" + /> + setSearch('')} + /> +
+ +
+ + + {filteredLogs.map((log, index) => ( + selectLogId(log.id)} + > + + + {formatTimestamp(log.time)} + + setSearch(log.traceId)} + > + {log.traceId} + + + {log.step} + + + {log.msg} + + + ))} + +
+
+ + selectLogId(undefined)} /> +
+ ) +} diff --git a/data/packages/workbench/src/components/observability/events/code/function-call.tsx b/data/packages/workbench/src/components/observability/events/code/function-call.tsx new file mode 100644 index 0000000000000000000000000000000000000000..dc1a0059778c6bbe73650875bb3d09acf8614ee6 --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/code/function-call.tsx @@ -0,0 +1,63 @@ +import React from 'react' + +type Props = { + topLevelClassName?: string + objectName?: string + functionName: string + args: Array + callsQuantity?: number +} + +export const Argument: React.FC<{ arg: string | object | false }> = ({ arg }) => { + if (typeof arg === 'string') { + return '{arg}' + } else if (arg === false) { + return value + } + + const entries = Object.entries(arg) + + return ( + <> + {'{ '} + {entries.map(([key, value], index) => ( + + {key} + : + {index < entries.length - 1 && <>, } + + ))} + {' }'} + + ) +} + +export const FunctionCall: React.FC = ({ topLevelClassName, objectName, functionName, args, callsQuantity }) => { + const hasCalls = callsQuantity && callsQuantity > 1 + const filteredArgs = args.filter((arg) => arg !== undefined) + + return ( +
+ {topLevelClassName && ( + <> + {topLevelClassName}. + + )} + {objectName && ( + <> + {objectName}. + + )} + {functionName} + ( + {filteredArgs.map((arg, index) => ( + + + {index < filteredArgs.length - 1 && <>, } + + ))} + ) + {hasCalls && x{callsQuantity}} +
+ ) +} diff --git a/data/packages/workbench/src/components/observability/events/event-icon.tsx b/data/packages/workbench/src/components/observability/events/event-icon.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e96060d7eefab6dbd61f92fe8cfb150690f51ff8 --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/event-icon.tsx @@ -0,0 +1,19 @@ +import React from 'react' +import { TraceEvent as TraceEventType } from '@/types/observability' +import { MessageCircle, Package, Radio, ScrollText } from 'lucide-react' + +type Props = { + event: TraceEventType +} + +export const EventIcon: React.FC = ({ event }) => { + if (event.type === 'log') { + return + } else if (event.type === 'emit') { + return + } else if (event.type === 'state') { + return + } else if (event.type === 'stream') { + return + } +} diff --git a/data/packages/workbench/src/components/observability/events/trace-emit-event.tsx b/data/packages/workbench/src/components/observability/events/trace-emit-event.tsx new file mode 100644 index 0000000000000000000000000000000000000000..6ebbac1ea8f3f22a2c7e418a5038810c8539e65a --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/trace-emit-event.tsx @@ -0,0 +1,7 @@ +import React from 'react' +import { EmitEvent } from '@/types/observability' +import { FunctionCall } from './code/function-call' + +export const TraceEmitEvent: React.FC<{ event: EmitEvent }> = ({ event }) => { + return +} diff --git a/data/packages/workbench/src/components/observability/events/trace-event.tsx b/data/packages/workbench/src/components/observability/events/trace-event.tsx new file mode 100644 index 0000000000000000000000000000000000000000..51c406384507e8759bc250533f17ac067b7139fc --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/trace-event.tsx @@ -0,0 +1,18 @@ +import { TraceEvent as TraceEventType } from '@/types/observability' +import React, { memo } from 'react' +import { TraceEmitEvent } from './trace-emit-event' +import { TraceLogEvent } from './trace-log-event' +import { TraceStateEvent } from './trace-state-event' +import { TraceStreamEvent } from './trace-stream-event' + +export const TraceEvent: React.FC<{ event: TraceEventType }> = memo(({ event }) => { + if (event.type === 'log') { + return + } else if (event.type === 'emit') { + return + } else if (event.type === 'state') { + return + } else if (event.type === 'stream') { + return + } +}) diff --git a/data/packages/workbench/src/components/observability/events/trace-log-event.tsx b/data/packages/workbench/src/components/observability/events/trace-log-event.tsx new file mode 100644 index 0000000000000000000000000000000000000000..2722424f65fdf13c0b73563b1af6adf985f353ff --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/trace-log-event.tsx @@ -0,0 +1,11 @@ +import { LogLevelDot } from '@/components/logs/log-level-dot' +import { LogEntry } from '@/types/observability' +import React from 'react' + +export const TraceLogEvent: React.FC<{ event: LogEntry }> = ({ event }) => { + return ( +
+ {event.message} +
+ ) +} diff --git a/data/packages/workbench/src/components/observability/events/trace-state-event.tsx b/data/packages/workbench/src/components/observability/events/trace-state-event.tsx new file mode 100644 index 0000000000000000000000000000000000000000..a7c2e6e401a5c42ea3fee504a0d179d92cb7ce29 --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/trace-state-event.tsx @@ -0,0 +1,13 @@ +import React from 'react' +import { StateEvent } from '@/types/observability' +import { FunctionCall } from './code/function-call' + +export const TraceStateEvent: React.FC<{ event: StateEvent }> = ({ event }) => { + return ( + + ) +} diff --git a/data/packages/workbench/src/components/observability/events/trace-stream-event.tsx b/data/packages/workbench/src/components/observability/events/trace-stream-event.tsx new file mode 100644 index 0000000000000000000000000000000000000000..863172a898dd9af32ada722263a87a23a1d16428 --- /dev/null +++ b/data/packages/workbench/src/components/observability/events/trace-stream-event.tsx @@ -0,0 +1,15 @@ +import React from 'react' +import { StreamEvent } from '@/types/observability' +import { FunctionCall } from './code/function-call' + +export const TraceStreamEvent: React.FC<{ event: StreamEvent }> = ({ event }) => { + return ( + + ) +} diff --git a/data/packages/workbench/src/components/observability/hooks/use-get-endtime.ts b/data/packages/workbench/src/components/observability/hooks/use-get-endtime.ts new file mode 100644 index 0000000000000000000000000000000000000000..81ed7ee3ac856aa538b1392e36b48da1aa557c12 --- /dev/null +++ b/data/packages/workbench/src/components/observability/hooks/use-get-endtime.ts @@ -0,0 +1,18 @@ +import { useEffect, useState } from 'react' +import { TraceGroup } from '@/types/observability' + +export const useGetEndTime = (group: TraceGroup | undefined | null) => { + const groupEndTime = group?.endTime + const [endTime, setEndTime] = useState(groupEndTime || Date.now()) + + useEffect(() => { + if (groupEndTime) { + setEndTime(groupEndTime) + } else { + const interval = setInterval(() => setEndTime(Date.now()), 50) + return () => clearInterval(interval) + } + }, [groupEndTime]) + + return endTime +} diff --git a/data/packages/workbench/src/components/observability/trace-item/trace-item-detail.tsx b/data/packages/workbench/src/components/observability/trace-item/trace-item-detail.tsx new file mode 100644 index 0000000000000000000000000000000000000000..2117bdefcd8d9fd9b9c59e4f83962fb141152903 --- /dev/null +++ b/data/packages/workbench/src/components/observability/trace-item/trace-item-detail.tsx @@ -0,0 +1,55 @@ +import { Sidebar } from '@/components/sidebar/sidebar' +import { Badge } from '@motiadev/ui' +import { formatDuration } from '@/lib/utils' +import { Trace } from '@/types/observability' +import { X } from 'lucide-react' +import React, { memo } from 'react' +import { EventIcon } from '../events/event-icon' +import { TraceEvent } from '../events/trace-event' + +type Props = { + trace: Trace + onClose: () => void +} + +export const TraceItemDetail: React.FC = memo(({ trace, onClose }) => { + return ( + , onClick: onClose, label: 'Close' }]} + > +
+
+ {trace.endTime && Duration: {formatDuration(trace.endTime - trace.startTime)}} +
+ {trace.entryPoint.type} +
+ {trace.correlationId && Correlated: {trace.correlationId}} +
+
+ {trace.events.map((event, index) => ( +
+
+ +
+ + + +{Math.floor(event.timestamp - trace.startTime)}ms + + +
+
+ ))} +
+
+ {trace.error && ( +
+
{trace.error.message}
+
{trace.error.stack}
+
+ )} +
+ ) +}) diff --git a/data/packages/workbench/src/components/observability/trace-item/trace-item.tsx b/data/packages/workbench/src/components/observability/trace-item/trace-item.tsx new file mode 100644 index 0000000000000000000000000000000000000000..d488fca96a63edf897c12f10177b087764770096 --- /dev/null +++ b/data/packages/workbench/src/components/observability/trace-item/trace-item.tsx @@ -0,0 +1,44 @@ +import { cn } from '@/lib/utils' +import { Trace, TraceGroup } from '@/types/observability' +import React from 'react' + +type Props = { + trace: Trace + group: TraceGroup + groupEndTime: number + onExpand: (traceId: string) => void +} + +export const TraceItem: React.FC = ({ trace, group, groupEndTime, onExpand }) => { + return ( +
onExpand(trace.id)} + data-testid="trace-timeline-item" + > +
+ {trace.name} +
+
+
+
+
+
+
+ ) +} diff --git a/data/packages/workbench/src/components/observability/trace-status.tsx b/data/packages/workbench/src/components/observability/trace-status.tsx new file mode 100644 index 0000000000000000000000000000000000000000..9a7382b52c357533a82252fcc08e30e80a200116 --- /dev/null +++ b/data/packages/workbench/src/components/observability/trace-status.tsx @@ -0,0 +1,25 @@ +import { TraceGroup } from '@/types/observability' +import { Badge, BadgeProps } from '@motiadev/ui' +import React, { useMemo } from 'react' + +type Props = { + status: TraceGroup['status'] + duration?: string +} + +export const TraceStatusBadge: React.FC = ({ status, duration }) => { + const variant = useMemo(() => { + if (status === 'running') { + return 'info' + } + if (status === 'completed') { + return 'success' + } + if (status === 'failed') { + return 'error' + } + return 'default' + }, [status]) as BadgeProps['variant'] + + return {duration && status !== 'failed' ? duration : status} +} diff --git a/data/packages/workbench/src/components/observability/trace-timeline.tsx b/data/packages/workbench/src/components/observability/trace-timeline.tsx new file mode 100644 index 0000000000000000000000000000000000000000..d466c58ab76e26339e6cddb013f42c903fe5a651 --- /dev/null +++ b/data/packages/workbench/src/components/observability/trace-timeline.tsx @@ -0,0 +1,75 @@ +import { useGlobalStore } from '@/stores/use-global-store' +import { Trace, TraceGroup } from '@/types/observability' +import { useStreamGroup, useStreamItem } from '@motiadev/stream-client-react' +import { Button } from '@motiadev/ui' +import { Minus, Plus } from 'lucide-react' +import React, { memo, useMemo, useState } from 'react' +import { useGetEndTime } from './hooks/use-get-endtime' +import { TraceItem } from './trace-item/trace-item' +import { TraceItemDetail } from './trace-item/trace-item-detail' + +type Props = { + groupId: string +} + +export const TraceTimeline: React.FC = memo(({ groupId }) => { + const { data: group } = useStreamItem({ + streamName: 'motia-trace-group', + groupId: 'default', + id: groupId, + }) + const { data } = useStreamGroup({ streamName: 'motia-trace', groupId }) + const endTime = useGetEndTime(group) + const [zoom, setZoom] = useState(1) + const selectedTraceId = useGlobalStore((state) => state.selectedTraceId) + const selectTraceId = useGlobalStore((state) => state.selectTraceId) + + const selectedTrace = useMemo(() => data?.find((trace) => trace.id === selectedTraceId), [data, selectedTraceId]) + + const zoomMinus = () => { + if (zoom > 0.5) setZoom(zoom - 0.1) + } + + if (!group) return null + + return ( + <> +
+
+
+
+ + {Math.floor(zoom * 100)}% + +
+
+ 0ms + {Math.floor((endTime - group.startTime) * 0.25)}ms + {Math.floor((endTime - group.startTime) * 0.5)}ms + {Math.floor((endTime - group.startTime) * 0.75)}ms + {Math.floor(endTime - group.startTime)}ms +
+ + + + + +
+
+
+ +
+ {data?.map((trace) => ( + + ))} +
+
+
+ {selectedTrace && selectTraceId(undefined)} />} + + ) +}) diff --git a/data/packages/workbench/src/components/observability/traces-groups.tsx b/data/packages/workbench/src/components/observability/traces-groups.tsx new file mode 100644 index 0000000000000000000000000000000000000000..ea1379b05d7029c8d3fea4ab5d9ea141bdce7a53 --- /dev/null +++ b/data/packages/workbench/src/components/observability/traces-groups.tsx @@ -0,0 +1,62 @@ +import { TraceGroup } from '@/types/observability' +import { cn } from '@/lib/utils' +import { formatDistanceToNow } from 'date-fns' +import React, { memo } from 'react' +import { TraceStatusBadge } from './trace-status' + +interface Props { + groups: TraceGroup[] + selectedGroupId?: string + onGroupSelect: (group: TraceGroup) => void +} + +export const TracesGroups: React.FC = memo(({ groups, selectedGroupId, onGroupSelect }) => { + const formatDuration = (duration?: number) => { + if (!duration) return 'N/A' + if (duration < 1000) return `${duration}ms` + return `${(duration / 1000).toFixed(1)}s` + } + + return ( +
+ {groups.length > 0 && ( +
+ {[...groups].reverse().map((group) => ( +
onGroupSelect(group)} + > +
+
+ {group.name} + +
+ +
+
+
+ {group.id} +
+ {group.metadata.totalSteps} steps +
+
{formatDistanceToNow(group.startTime)} ago
+ {group.metadata.activeSteps > 0 && ( +
{group.metadata.activeSteps} active
+ )} +
+
+
+ ))} +
+ )} +
+ ) +}) diff --git a/data/packages/workbench/src/components/observability/traces-page.tsx b/data/packages/workbench/src/components/observability/traces-page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..44a8ab71aaa2e784e0b8e026bd13ff0de3b200a0 --- /dev/null +++ b/data/packages/workbench/src/components/observability/traces-page.tsx @@ -0,0 +1,40 @@ +import { TraceTimeline } from '@/components/observability/trace-timeline' +import { TraceGroup } from '@/types/observability' +import { useStreamGroup } from '@motiadev/stream-client-react' +import { TracesGroups } from '@/components/observability/traces-groups' +import { useGlobalStore } from '../../stores/use-global-store' +import { useEffect } from 'react' + +export const TracesPage = () => { + const selectedGroupId = useGlobalStore((state) => state.selectedTraceGroupId) + const selectTraceGroupId = useGlobalStore((state) => state.selectTraceGroupId) + const { data } = useStreamGroup({ streamName: 'motia-trace-group', groupId: 'default' }) + const handleGroupSelect = (group: TraceGroup) => selectTraceGroupId(group.id) + + useEffect(() => { + if (data && data.length > 0) { + const group = data[data.length - 1] + + if (group && group.status === 'running' && group.id !== selectedGroupId) { + selectTraceGroupId(group.id) + } + } + }, [data]) + + return ( +
+
+ +
+ +
+ {selectedGroupId && } + {!selectedGroupId && ( +
+ Select a trace or trace group to view the timeline +
+ )} +
+
+ ) +} diff --git a/data/packages/workbench/src/components/root-motia.tsx b/data/packages/workbench/src/components/root-motia.tsx new file mode 100644 index 0000000000000000000000000000000000000000..32a5316e5d1bb7b720559785bb3358582f5c8ded --- /dev/null +++ b/data/packages/workbench/src/components/root-motia.tsx @@ -0,0 +1,10 @@ +import React, { PropsWithChildren } from 'react' +import { useAnalytics } from '@/lib/analytics' +import { useLogListener } from '@/hooks/use-log-listener' + +export const RootMotia: React.FC = ({ children }) => { + useLogListener() + useAnalytics() + + return children +} diff --git a/data/packages/workbench/src/components/sidebar/sidebar.tsx b/data/packages/workbench/src/components/sidebar/sidebar.tsx new file mode 100644 index 0000000000000000000000000000000000000000..87cdc0fcedc05c06f2c1f686f0779a64ae010de2 --- /dev/null +++ b/data/packages/workbench/src/components/sidebar/sidebar.tsx @@ -0,0 +1,62 @@ +import { Panel, type PanelProps } from '@motiadev/ui' +import { createPortal } from 'react-dom' +import { FC, useEffect, useMemo } from 'react' +import { useResizable } from 'react-use-resizable' +import { Equal } from 'lucide-react' + +export const APP_SIDEBAR_CONTAINER_ID = 'app-sidebar-container' + +const CLOSE_PREVIOUS_SIDEBAR_EVENT = 'close-previous-sidebar' + +export type SidebarProps = PanelProps & { + onClose: () => void + initialWidth?: number +} + +export const Sidebar: FC = ({ initialWidth, onClose, ...props }) => { + const sidebarId = useMemo(() => Symbol(), []) + const { getRootProps, getHandleProps } = useResizable({ + lockVertical: true, + initialWidth: initialWidth ?? 400, + initialHeight: '100%', + onDragStart: () => { + document.body.style.userSelect = 'none' + }, + onDragEnd: () => { + document.body.style.userSelect = '' + }, + }) + + useEffect(() => { + const event = new CustomEvent(CLOSE_PREVIOUS_SIDEBAR_EVENT, { detail: { sidebarId } }) + window.dispatchEvent(event) + + const handleClose = (e: Event) => { + const customEvent = e as CustomEvent + if (customEvent.detail.sidebarId !== sidebarId) { + onClose() + } + } + + window.addEventListener(CLOSE_PREVIOUS_SIDEBAR_EVENT, handleClose) + + return () => { + window.removeEventListener(CLOSE_PREVIOUS_SIDEBAR_EVENT, handleClose) + } + }, [sidebarId, onClose]) + + return createPortal( +
+
+ +
+ +
, + document.querySelector(`#${APP_SIDEBAR_CONTAINER_ID}`) as HTMLDivElement, + ) +} diff --git a/data/packages/workbench/src/components/states/hooks/states-hooks.ts b/data/packages/workbench/src/components/states/hooks/states-hooks.ts new file mode 100644 index 0000000000000000000000000000000000000000..02638a8ab7a3374cca3a06a0d1e25ab40b463f49 --- /dev/null +++ b/data/packages/workbench/src/components/states/hooks/states-hooks.ts @@ -0,0 +1,27 @@ +import { useEffect, useState } from 'react' + +export interface StateItem { + groupId: string + key: string + type: 'string' | 'number' | 'boolean' | 'object' | 'array' | 'null' + value: string | number | boolean | object | unknown[] | null +} + +export const useGetStateItems = (): StateItem[] => { + const [items, setItems] = useState([]) + + useEffect(() => { + fetch('/__motia/state') + .then(async (res) => { + if (res.ok) { + return res.json() + } else { + throw await res.json() + } + }) + .then(setItems) + .catch((err) => console.error(err)) + }, []) + + return items +} diff --git a/data/packages/workbench/src/components/states/state-details.tsx b/data/packages/workbench/src/components/states/state-details.tsx new file mode 100644 index 0000000000000000000000000000000000000000..677faa0ec2e5dcac08eb267eb78a9a54e1bb6607 --- /dev/null +++ b/data/packages/workbench/src/components/states/state-details.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import JsonView from 'react18-json-view' +import { StateItem } from './hooks/states-hooks' + +type Props = { + state: StateItem +} + +export const StateDetails: React.FC = ({ state }) => diff --git a/data/packages/workbench/src/components/states/state-editor.tsx b/data/packages/workbench/src/components/states/state-editor.tsx new file mode 100644 index 0000000000000000000000000000000000000000..f961df5356267a4689d571c88390efdaf32773a8 --- /dev/null +++ b/data/packages/workbench/src/components/states/state-editor.tsx @@ -0,0 +1,165 @@ +import { Button } from '@motiadev/ui' +import { AlertCircle, Check, Loader2, Save } from 'lucide-react' +import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react' +import { JsonEditor } from '../endpoints/json-editor' +import { StateItem } from './hooks/states-hooks' + +type Props = { + state: StateItem +} + +export const StateEditor: React.FC = ({ state }) => { + const [isRequestLoading, setIsRequestLoading] = useState(false) + const [isValid, setIsValid] = useState(true) + const [jsonValue, setJsonValue] = useState(JSON.stringify(state.value, null, 2)) + const [hasChanges, setHasChanges] = useState(false) + const [saveStatus, setSaveStatus] = useState<'idle' | 'success' | 'error'>('idle') + const lastSavedValue = useRef(JSON.stringify(state.value, null, 2)) + useEffect(() => { + setJsonValue(JSON.stringify(state.value, null, 2)) + }, [state.value]) + + const handleJsonChange = useCallback((value: string) => { + setHasChanges(value !== lastSavedValue.current) + setJsonValue(value) + setSaveStatus('idle') + }, []) + + const handleSave = async () => { + if (!isValid || !hasChanges) return + + try { + setIsRequestLoading(true) + setSaveStatus('idle') + + const response = await fetch('/__motia/state', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + key: state.key, + groupId: state.groupId, + value: JSON.parse(jsonValue), + }), + }) + + if (!response.ok) { + throw new Error(`HTTP error! status: ${response.status}`) + } + + lastSavedValue.current = jsonValue + setSaveStatus('success') + setHasChanges(false) + + setTimeout(() => { + setSaveStatus('idle') + }, 3000) + } catch (error) { + console.error('Failed to save state:', error) + setSaveStatus('error') + } finally { + setIsRequestLoading(false) + } + } + + const resetChanges = useCallback(() => { + setJsonValue(JSON.stringify(state.value, null, 2)) + setHasChanges(false) + setSaveStatus('idle') + }, [state.value]) + + const statusView = useMemo(() => { + if (saveStatus === 'success') { + return ( +
+
+ + State saved successfully! +
+
+ ) + } + + if (saveStatus === 'error') { + return ( +
+
+ + Failed to save state. Please try again. +
+
+ ) + } + + return ( +
+ {hasChanges ? ( + +
+ Unsaved changes +
+ ) : ( + +
+ Up to date +
+ )} +
+ ) + }, [saveStatus, hasChanges]) + + return ( +
+

Modify the state value using the JSON editor below.

+
+
+ + + {!isValid && ( +
+ + Invalid JSON +
+ )} +
+
+ +
+ {statusView} + +
+ {hasChanges && ( + + )} + + +
+
+
+ ) +} diff --git a/data/packages/workbench/src/components/states/state-sidebar.tsx b/data/packages/workbench/src/components/states/state-sidebar.tsx new file mode 100644 index 0000000000000000000000000000000000000000..10f08fcdeeaa2d206ea9e590f10ab6b76836bf0b --- /dev/null +++ b/data/packages/workbench/src/components/states/state-sidebar.tsx @@ -0,0 +1,32 @@ +import { Sidebar } from '@/components/sidebar/sidebar' +import { X } from 'lucide-react' +import React from 'react' +import { StateItem } from './hooks/states-hooks' +import { StateDetails } from './state-details' +import { StateEditor } from './state-editor' + +type Props = { + state: StateItem + onClose: () => void +} + +export const StateSidebar: React.FC = ({ state, onClose }) => { + return ( + , + }, + { + label: 'Editor', + content: , + }, + ]} + actions={[{ icon: , onClick: onClose, label: 'Close' }]} + /> + ) +} diff --git a/data/packages/workbench/src/components/states/states-page.tsx b/data/packages/workbench/src/components/states/states-page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..93ccc52698c3094aa29154bed5334e8231d01da9 --- /dev/null +++ b/data/packages/workbench/src/components/states/states-page.tsx @@ -0,0 +1,54 @@ +import { useGlobalStore } from '@/stores/use-global-store' +import { cn } from '@motiadev/ui' +import { useMemo } from 'react' +import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '../ui/table' +import { StateItem, useGetStateItems } from './hooks/states-hooks' +import { StateSidebar } from './state-sidebar' + +export const StatesPage = () => { + const selectedStateId = useGlobalStore((state) => state.selectedStateId) + const selectStateId = useGlobalStore((state) => state.selectStateId) + const items = useGetStateItems() + const selectedItem = useMemo( + () => (selectedStateId ? items.find((item) => `${item.groupId}:${item.key}` === selectedStateId) : null), + [items, selectedStateId], + ) + + const handleRowClick = (item: StateItem) => selectStateId(`${item.groupId}:${item.key}`) + const onClose = () => selectStateId(undefined) + + return ( +
+ {selectedItem && } + + + + + Group ID + Key + Type + + + + {items.map((item) => ( + handleRowClick(item)} + className={cn( + 'font-mono font-semibold cursor-pointer border-0', + selectedItem === item + ? 'bg-muted-foreground/10 hover:bg-muted-foreground/20' + : 'hover:bg-muted-foreground/10', + )} + > + {item.groupId} + {item.key} + {item.type} + + ))} + +
+
+ ) +} diff --git a/data/packages/workbench/src/components/tutorial/engine/monaco.d.ts b/data/packages/workbench/src/components/tutorial/engine/monaco.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..5e958af9b4a931dbf612140692efb2adcff8f4fa --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/engine/monaco.d.ts @@ -0,0 +1,7 @@ +type MonacoEditor = { + getModel: () => { getLineCount: () => number } + setValue: (value: string) => void + revealLine: (line: number) => void +} + +declare const monaco: { editor: { getEditors: () => MonacoEditor[] } } | undefined diff --git a/data/packages/workbench/src/components/tutorial/engine/tutorial-engine.ts b/data/packages/workbench/src/components/tutorial/engine/tutorial-engine.ts new file mode 100644 index 0000000000000000000000000000000000000000..e4c786ed5d38ff33c7a728822a89f3cf5add2e07 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/engine/tutorial-engine.ts @@ -0,0 +1,26 @@ +import { TutorialStep } from './tutorial-types' + +class Tutorial { + public steps: TutorialStep[] = [] + private onStepsRegisteredCallbacks: (() => void)[] = [] + private onOpenCallbacks: (() => void)[] = [] + + register(steps: TutorialStep[]) { + this.steps = steps + this.onStepsRegisteredCallbacks.forEach((callback) => callback()) + } + + onStepsRegistered(callback: () => void) { + this.onStepsRegisteredCallbacks.push(callback) + } + + onOpen(callback: () => void) { + this.onOpenCallbacks.push(callback) + } + + open() { + this.onOpenCallbacks.forEach((callback) => callback()) + } +} + +export const MotiaTutorial = new Tutorial() diff --git a/data/packages/workbench/src/components/tutorial/engine/tutorial-types.ts b/data/packages/workbench/src/components/tutorial/engine/tutorial-types.ts new file mode 100644 index 0000000000000000000000000000000000000000..7779222e43557c54e17720eb47b82665774c05df --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/engine/tutorial-types.ts @@ -0,0 +1,26 @@ +export type TutorialActionClick = { + type: 'click' + selector: string + optional?: boolean +} + +export type TutorialActionEditor = { + type: 'fill-editor' + content: Record +} + +export type TutorialAction = TutorialActionClick | TutorialActionEditor + +export type TutorialImage = { + height: number + src: string +} + +export type TutorialStep = { + title: string + description: React.FC + image?: TutorialImage + link?: string + elementXpath?: string + before?: TutorialAction[] +} diff --git a/data/packages/workbench/src/components/tutorial/engine/workbench-xpath.ts b/data/packages/workbench/src/components/tutorial/engine/workbench-xpath.ts new file mode 100644 index 0000000000000000000000000000000000000000..e687dda9051da01f6b8e0f14f4e26b9ec8006b5d --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/engine/workbench-xpath.ts @@ -0,0 +1,46 @@ +export const workbenchXPath = { + sidebarContainer: '//div[@data-testid="sidebar-panel"]', + closePanelButton: '//div[@id="app-sidebar-container"]//button[@data-testid="close-panel"]', + bottomPanel: '//div[@id="bottom-panel"]', + + flows: { + dropdownFlow: (flowId: string) => `//div[@data-testid="dropdown-${flowId}"]`, + feature: (featureId: string) => `//div[@data-feature-id="${featureId}"]`, + previewButton: (stepId: string) => `//button[@data-testid="open-code-preview-button-${stepId}"]`, + node: (stepId: string) => `//div[@data-testid="node-${stepId}"]`, + }, + + endpoints: { + endpoint: (method: string, path: string) => `//div[@data-testid="endpoint-${method}-${path}"]`, + callPanel: '//div[@data-testid="endpoint-body-panel__call"]', + callTab: '//button[@data-testid="endpoint-call-tab"]', + response: '//div[@data-testid="endpoint-response-container"]', + playButton: '//button[@data-testid="endpoint-play-button"]', + }, + + tracing: { + trace: (index: number) => `(//div[contains(@class, 'motia-trace-group')])[${index}]`, + details: '//div[@data-testid="trace-details"]', + timeline: (index: number) => `(//div[@data-testid="trace-timeline-item"])[${index}]`, + }, + + logs: { + container: '//div[@data-testid="logs-container"]', + searchContainer: '//div[@data-testid="logs-search-container"]', + traceColumn: (index: number) => `(//td[starts-with(@data-testid, 'trace')])[${index}]`, + row: '//div[@data-testid="log-row"]', + }, + + states: { + container: '//div[@data-testid="states-container"]', + row: (index: number) => `(//tr[starts-with(@data-testid, 'item-')])[${index}]`, + }, + + links: { + flows: '//div[@data-testid="flows-dropdown-trigger"]', + endpoints: '//button[@data-testid="endpoints-link"]', + tracing: '//button[@data-testid="traces-link"]', + logs: '//button[@data-testid="logs-link"]', + states: '//button[@data-testid="states-link"]', + }, +} diff --git a/data/packages/workbench/src/components/tutorial/hooks/tutorial-utils.ts b/data/packages/workbench/src/components/tutorial/hooks/tutorial-utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..b86159d0c3cdeff3b97ee681ed96c5ca152335f6 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/hooks/tutorial-utils.ts @@ -0,0 +1,26 @@ +export const waitForElementByXPath = async ( + xpath: string, + optional: boolean = false, + maxAttempts: number = 50, + delayMs: number = 50, +): Promise => { + let attempts = 0 + + while (attempts < maxAttempts) { + const result = document.evaluate(xpath, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null) + const targetElement = result?.singleNodeValue as HTMLElement | undefined + + if (targetElement) { + return targetElement + } else if (optional) { + return null + } + + await new Promise((resolve) => setTimeout(resolve, delayMs)) + attempts++ + } + + console.warn(`Element not found after maximum attempts: ${xpath}`) + + return null +} diff --git a/data/packages/workbench/src/components/tutorial/hooks/use-tutorial-engine.ts b/data/packages/workbench/src/components/tutorial/hooks/use-tutorial-engine.ts new file mode 100644 index 0000000000000000000000000000000000000000..54f6087144bb2d07fa9bb2466c437b48d82ae360 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/hooks/use-tutorial-engine.ts @@ -0,0 +1,212 @@ +import { useEffect, useRef, useState } from 'react' +import { MotiaTutorial } from '../engine/tutorial-engine' +import { TutorialImage } from '../engine/tutorial-types' +import { waitForElementByXPath } from './tutorial-utils' + +export const useTutorialEngine = () => { + const ref = useRef(null) + const highlighterRef = useRef(null) + + const [title, setTitle] = useState('') + const [description, setDescription] = useState(undefined) + const [image, setImage] = useState(undefined) + const [link, setLink] = useState(undefined) + const [currentStep, setCurrentStep] = useState(0) + const [totalSteps, setTotalSteps] = useState(MotiaTutorial.steps.length) + + const manualOpenRef = useRef(false) + const loading = useRef(false) + const currentStepRef = useRef(0) + + const moveComponent = (x: number, y: number) => { + if (ref.current) { + ref.current.style.position = 'absolute' + ref.current.style.left = `${x}px` + ref.current.style.top = `${y}px` + } + } + + const moveStep = async (stepNumber: number) => { + const container = ref.current + + if (container && !loading.current) { + if (stepNumber >= MotiaTutorial.steps.length) { + onClose() + return + } + + if (container.parentElement) { + container.style.transition = 'all 0.3s ease-in-out' + container.parentElement.style.opacity = '1' + container.parentElement.style.display = 'block' + } + + loading.current = true + currentStepRef.current = stepNumber + + const step = MotiaTutorial.steps[stepNumber] + + // Run any before actions + if (step.before) { + for (const action of step.before) { + const monaco = (window as any).monaco; + if (action.type === 'click') { + const element = await waitForElementByXPath(action.selector, action.optional) + + if (element) { + element.scrollIntoView({ behavior: 'smooth', block: 'center' }) + element.click() + element.dispatchEvent( + new KeyboardEvent('keydown', { bubbles: true, cancelable: true, key: 'Enter', keyCode: 13 }), + ) + } + } else if (action.type === 'fill-editor' && monaco) { + monaco.editor?.getEditors?.()?.[0]?.setValue(JSON.stringify(action.content, null, 2)) + } + } + } + + setCurrentStep(stepNumber + 1) + setTitle(step.title) + setDescription(await step.description()) + setImage(step.image) + setLink(step.link) + + setTimeout(async () => { + const { height, width } = container.getBoundingClientRect() + + if (step.elementXpath) { + const targetElement = await waitForElementByXPath(step.elementXpath) + + if (!targetElement) { + console.warn(`Element not found after maximum attempts: ${step.elementXpath}`) + loading.current = false + return + } + + if (targetElement && highlighterRef.current) { + const { top, left, width, height } = targetElement.getBoundingClientRect() + highlighterRef.current.style.top = `${top - 0}px` + highlighterRef.current.style.left = `${left - 0}px` + highlighterRef.current.style.width = `${width + 0}px` + highlighterRef.current.style.height = `${height + 0}px` + } + + // Position tutorial relative to target element + if (targetElement) { + const targetRect = targetElement.getBoundingClientRect() + const spaceBelow = window.innerHeight - targetRect.bottom + const spaceAbove = targetRect.top + const spaceRight = window.innerWidth - targetRect.right + const spaceLeft = targetRect.left + + // Helper function to adjust horizontal position within viewport bounds + const adjustHorizontalPosition = (x: number) => { + // this is important to avoid the tutorial from overflowing at far left or right + return Math.max(20, Math.min(x, window.innerWidth - width - 20)) + } + + // Try to position below first + if (spaceBelow >= height + 20) { + const x = targetRect.left + targetRect.width / 2 - width / 2 + moveComponent(adjustHorizontalPosition(x), targetRect.bottom + 20) + } + // Try above if not enough space below + else if (spaceAbove >= height + 20) { + const x = targetRect.left + targetRect.width / 2 - width / 2 + moveComponent(adjustHorizontalPosition(x), targetRect.top - height - 20) + } + // Try right side + else if (spaceRight >= width + 20) { + moveComponent(targetRect.right + 20, targetRect.top + targetRect.height / 2 - height / 2) + } + // Try left side + else if (spaceLeft >= width + 20) { + moveComponent(targetRect.left - width - 20, targetRect.top + targetRect.height / 2 - height / 2) + } + } + } else { + if (highlighterRef.current) { + highlighterRef.current.style.top = '50%' + highlighterRef.current.style.left = '50%' + highlighterRef.current.style.width = '1px' + highlighterRef.current.style.height = '1px' + } + // Fallback to center of screen + moveComponent(window.innerWidth / 2 - width / 2, window.innerHeight / 2 - height / 2) + } + }, 1) + + loading.current = false + } + } + + const onClose = () => { + if (ref.current?.parentElement) { + ref.current.parentElement.style.transition = 'opacity 0.3s ease-out' + ref.current.parentElement.style.opacity = '0' + localStorage.setItem('motia-tutorial-closed', 'true') + + setTimeout(() => { + if (ref.current?.parentElement) { + ref.current.parentElement.style.display = 'none' + } + }, 300) + } + } + + useEffect(() => { + importFile('tutorial.tsx') + .then((module) => { + if (Array.isArray(module.steps) && module.steps.length > 0) { + MotiaTutorial.register(module.steps) + } + }) + .catch((error) => { + // Tutorial file is optional, so we don't need to throw an error + console.log('Tutorial file not found or could not be loaded:', error.message) + }) + }, []) + + useEffect(() => { + const container = ref.current + + if (container?.parentElement) { + container.parentElement.style.display = 'none' + } + + const onOpen = () => { + if (container?.parentElement) { + setTotalSteps(MotiaTutorial.steps.length) + moveStep(0) + } + } + + MotiaTutorial.onOpen(() => { + manualOpenRef.current = true + onOpen() + }) + + MotiaTutorial.onStepsRegistered(() => { + if (localStorage.getItem('motia-tutorial-closed') !== 'true') { + manualOpenRef.current = false + onOpen() + } + }) + }, []) + + return { + ref, + highlighterRef, + title, + description, + image, + link, + currentStep, + totalSteps, + onClose, + moveStep, + currentStepRef, + manualOpenRef, + } +} diff --git a/data/packages/workbench/src/components/tutorial/hooks/use-tutorial.ts b/data/packages/workbench/src/components/tutorial/hooks/use-tutorial.ts new file mode 100644 index 0000000000000000000000000000000000000000..2492e8f1f8936a72d1c9fb0c5cfb9abea27f3a6f --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/hooks/use-tutorial.ts @@ -0,0 +1,14 @@ +import { useEffect, useState } from 'react' +import { MotiaTutorial } from '../engine/tutorial-engine' +import { TutorialStep } from '../engine/tutorial-types' + +export const useTutorial = () => { + const open = () => MotiaTutorial.open() + const [steps, setSteps] = useState([]) + + useEffect(() => { + MotiaTutorial.onStepsRegistered(() => setSteps(MotiaTutorial.steps)) + }, []) + + return { open, steps } +} diff --git a/data/packages/workbench/src/components/tutorial/tutorial-button.tsx b/data/packages/workbench/src/components/tutorial/tutorial-button.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e866af646c89c79192c017aac1f587f9a838d829 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/tutorial-button.tsx @@ -0,0 +1,46 @@ +import { analytics } from '@/lib/analytics' +import { Button } from '@motiadev/ui' +import { Book } from 'lucide-react' +import { FC } from 'react' +import { Tooltip } from '../ui/tooltip' +import { useTutorial } from './hooks/use-tutorial' + +export const TutorialButton: FC = () => { + const { open, steps } = useTutorial() + const isTutorialFlowMissing = steps.length === 0 + + const onTutorialButtonClick = () => { + if (!isTutorialFlowMissing) { + open() + } + + analytics.track('tutorial_button_clicked', { isTutorialFlowMissing }) + } + + const trigger = ( + + ) + + if (isTutorialFlowMissing) { + return ( + +

+ In order to start the tutorial, you need to download the tutorial steps using the Motia CLI. In your + terminal execute the following command to create a new project: +

+
npx motia@latest create
+
+ } + > + {trigger} + + ) + } + + return trigger +} diff --git a/data/packages/workbench/src/components/tutorial/tutorial-step.tsx b/data/packages/workbench/src/components/tutorial/tutorial-step.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e8cb967119df81c17360874b643b2546cfe15507 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/tutorial-step.tsx @@ -0,0 +1,76 @@ +import React, { forwardRef, useEffect } from 'react' +import { TutorialImage } from './engine/tutorial-types' + +type TutorialStepProps = { + step: number + totalSteps: number + title: string + description: React.ReactNode + link?: string + image?: TutorialImage + onNext: () => void + onClose: () => void +} + +export const TutorialStep = forwardRef( + ({ step, totalSteps, title, description, link, image, onNext, onClose }, ref) => { + useEffect(() => { + const handleKeyDown = (e: KeyboardEvent) => { + if (e.key === 'Escape') { + onClose() + } else if (e.key === 'ArrowRight') { + onNext() + } + } + window.addEventListener('keydown', handleKeyDown) + return () => window.removeEventListener('keydown', handleKeyDown) + }, [onClose, onNext]) + + return ( +
+ {image && ( + Step visual + )} + +
+

{title}

+
+ +
{description}
+ + {link && ( + + Learn more + + )} + +
+
+ {step} / {totalSteps} +
+ +
+ +
+
+ + {step < totalSteps && ( +
+ +
+ )} +
+ ) + }, +) + +TutorialStep.displayName = 'TutorialStep' diff --git a/data/packages/workbench/src/components/tutorial/tutorial.css b/data/packages/workbench/src/components/tutorial/tutorial.css new file mode 100644 index 0000000000000000000000000000000000000000..de5280e20adf5ce34dede2ddc820b49a190b76d3 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/tutorial.css @@ -0,0 +1,215 @@ +@import '@motiadev/ui/styles.css'; +@import '@motiadev/ui/globals.css'; +@import 'tw-animate-css'; + +:root { + --tutorial-text-color: var(--dark-800); + --tutorial-border: var(--light-1000); + --tutorial-code-bg: rgb(24, 24, 24, 0.1); + --tutorial-code-text: var(--text-body); +} + +.dark { + --tutorial-border: rgb(65, 65, 65); + --tutorial-text-color: var(--light-800); + --tutorial-code-bg: rgb(24, 24, 24, 0.4); + --tutorial-code-text: var(--light-1000); +} + +.driver-popover { + z-index: 10000; + width: 400px; + max-width: 100%; + background-color: var(--background); + padding: 0; + --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a); + box-shadow: + var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), + var(--tw-shadow); + display: flex; + flex-flow: column; + border: 1px solid var(--tutorial-border); + border-radius: 16px; +} + +.driver-popover-image { + border-radius: 16px 16px 0 0; +} + +.driver-popover-intro-step { + max-width: 400px; +} + +.popover-title { + font-size: 18px; + font-weight: 700; + font-weight: var(--font-weight-600); + line-height: 1.2; + color: var(--text-header); + font-family: var(--default-font-family); +} + +.driver-popover-description * { + line-height: 1.25; + font-size: 14px; + font-weight: 500; + font-family: var(--default-font-family); +} + +.driver-popover-title { + padding: 16px 16px 0 16px; + +} + +.driver-popover-description { + padding: 16px; + + :not(b) { + color: var(--tutorial-text-color); + } + + b { + font-weight: 800; + } + + ul { + list-style-type: disc; + margin-left: 24px; + + &.no-decoration { + list-style-type: none; + } + &.square-decoration { + list-style-type: square; + padding-left: 4px; + } + &.double-indented { + margin-left: calc(var(--spacing) * 4); + } + } + + a { + text-decoration: underline; + } +} + +.driver-popover-progress-text { + color: var(--text-placeholder); +} + +.tutorial-opt-out-container { + display: flex; + flex-flow: column; + align-items: center; + border-top: 1px solid var(--border); + padding: 16px; +} + +.tutorial-opt-out-button { + font-size: 14px; + font-weight: 600; + font-family: var(--default-font-family); + background: transparent; + border: none; + color: var(--text-body); + text-shadow: none; + cursor: pointer; +} + +.driver-popover-navigation-btns { + position: relative; + flex-grow: 0; +} + +.driver-popover-navigation-btns-hint:hover:before { + content: 'Use arrow keys to navigate'; + position: absolute; + color: white; + top: -20px; + right: 0; + text-align: right; + width: 180%; + height: 100%; + + font-size: 12px; + font-weight: 500; + font-family: var(--default-font-family); + color: var(--text-body); +} + +.driver-popover-navigation-btns button { + cursor: pointer; + border-radius: 999px; + color: white; + font-family: var(--default-font-family); + border: 0; + font-size: 16px; + font-weight: 500; + line-height: 125%; + letter-spacing: -0.25px; + text-shadow: none; + position: relative; +} + +.driver-popover-btn-disabled { + display: none; +} + +.driver-popover-next-btn, .driver-popover-next-btn:hover { + color: white; + padding: 16px 32px; +} + +.driver-popover-next-btn { + background-color: var(--accent-1000); +} + +.driver-popover-next-btn:hover { + background-color: var(--accent-900); +} + +.driver-popover-footer { + padding: 16px; +} + +.driver-popover-arrow { + border-width: 8px; +} + +.driver-popover-arrow-side-top { + margin-top: 1px; + border-top-color: var(--tutorial-border); +} + +.driver-popover-arrow-side-bottom { + margin-bottom: 1px; + border-bottom-color: var(--tutorial-border); +} + +.driver-popover-arrow-side-left { + margin-left: 1px; + border-left-color: var(--tutorial-border); +} + +.driver-popover-arrow-side-right { + margin-right: 1px; + border-right-color: var(--tutorial-border); +} + +.code-preview { + overflow-x: auto; + background: var(--tutorial-code-bg); + padding: 16px; + border-radius: 8px; + + code { + font-size: 14px; + font-weight: 400; + color: var(--tutorial-code-text); + font-family: var(--font-dm-mono); + } +} + +.driver-popover-close-btn { + display: none; +} \ No newline at end of file diff --git a/data/packages/workbench/src/components/tutorial/tutorial.tsx b/data/packages/workbench/src/components/tutorial/tutorial.tsx new file mode 100644 index 0000000000000000000000000000000000000000..35b9d359f29a091dc3ccc2338ccf7d5341884783 --- /dev/null +++ b/data/packages/workbench/src/components/tutorial/tutorial.tsx @@ -0,0 +1,59 @@ +import { analytics } from '@/lib/analytics' +import { useTutorialEngine } from './hooks/use-tutorial-engine' +import { TutorialStep } from './tutorial-step' +import './tutorial.css' + +export const Tutorial = () => { + const engine = useTutorialEngine() + + const onNext = () => { + const currentStep = engine.currentStepRef.current + const nextStep = currentStep + 1 + + engine.moveStep(nextStep) + + if (engine.currentStep === engine.totalSteps) { + analytics.track('tutorial_completed', { + manualOpen: engine.manualOpenRef.current, + }) + } else { + analytics.track('tutorial_next_step', { + step: nextStep, + manualOpen: engine.manualOpenRef.current, + }) + } + } + + const onClose = () => { + analytics.track('tutorial_closed', { + step: engine.currentStepRef.current, + manualOpen: engine.manualOpenRef.current, + }) + engine.onClose() + } + + return ( +
+ {/* backdrop container */} +
+ + {/* Highlighter container */} +
+ + +
+ ) +} diff --git a/data/packages/workbench/src/components/ui/table.tsx b/data/packages/workbench/src/components/ui/table.tsx new file mode 100644 index 0000000000000000000000000000000000000000..3654fdf39427930a430dcd81d553f55adc822396 --- /dev/null +++ b/data/packages/workbench/src/components/ui/table.tsx @@ -0,0 +1,76 @@ +import * as React from 'react' + +import { cn } from '@/lib/utils' + +const Table = React.forwardRef>( + ({ className, ...props }, ref) => ( +
+ + + ), +) +Table.displayName = 'Table' + +const TableHeader = React.forwardRef>( + ({ className, ...props }, ref) => , +) +TableHeader.displayName = 'TableHeader' + +const TableBody = React.forwardRef>( + ({ className, ...props }, ref) => ( + + ), +) +TableBody.displayName = 'TableBody' + +const TableFooter = React.forwardRef>( + ({ className, ...props }, ref) => ( + tr]:last:border-b-0', className)} {...props} /> + ), +) +TableFooter.displayName = 'TableFooter' + +const TableRow = React.forwardRef>( + ({ className, ...props }, ref) => ( + + ), +) +TableRow.displayName = 'TableRow' + +const TableHead = React.forwardRef>( + ({ className, ...props }, ref) => ( +
[role=checkbox]]:translate-y-[2px]', + className, + )} + {...props} + /> + ), +) +TableHead.displayName = 'TableHead' + +const TableCell = React.forwardRef>( + ({ className, ...props }, ref) => ( + [role=checkbox]]:translate-y-[2px]', className)} + {...props} + /> + ), +) +TableCell.displayName = 'TableCell' + +const TableCaption = React.forwardRef>( + ({ className, ...props }, ref) => ( +
+ ), +) +TableCaption.displayName = 'TableCaption' + +export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption } diff --git a/data/packages/workbench/src/components/ui/theme-toggle.tsx b/data/packages/workbench/src/components/ui/theme-toggle.tsx new file mode 100644 index 0000000000000000000000000000000000000000..a28e70c10cea887a3be6cce6a599aded23f8401c --- /dev/null +++ b/data/packages/workbench/src/components/ui/theme-toggle.tsx @@ -0,0 +1,54 @@ +import { Moon, Sun } from 'lucide-react' +import { Theme, useThemeStore } from '@/stores/use-theme-store' +import { cn } from '@/lib/utils' +import React, { useEffect } from 'react' + +export const ThemeToggle: React.FC = () => { + const theme = useThemeStore((state) => state.theme) + const setTheme = useThemeStore((state) => state.setTheme) + + const toggleTheme = () => { + setTheme(theme === 'light' ? 'dark' : 'light') + } + + useEffect(() => { + const url = new URL(window.location.href) + const colorScheme = url.searchParams.get('color-scheme') as Theme + if (colorScheme) { + setTheme(colorScheme) + } + }, [setTheme]) + + return ( + + ) +} diff --git a/data/packages/workbench/src/components/ui/tooltip.tsx b/data/packages/workbench/src/components/ui/tooltip.tsx new file mode 100644 index 0000000000000000000000000000000000000000..601beabaf53ed6cbe327f82aa8af59c828303c96 --- /dev/null +++ b/data/packages/workbench/src/components/ui/tooltip.tsx @@ -0,0 +1,26 @@ +import * as TooltipPrimitive from '@radix-ui/react-tooltip' +import { ReactNode } from 'react' + +export const Tooltip = ({ + children, + content, + disabled, +}: { + children: ReactNode + content: string | ReactNode + disabled?: boolean +}) => ( + + + {children} + + +
+ {content} +
+ +
+
+
+
+) diff --git a/data/packages/workbench/src/hooks/use-debounced.ts b/data/packages/workbench/src/hooks/use-debounced.ts new file mode 100644 index 0000000000000000000000000000000000000000..03dd2a56f477fbbaa71226318fc1fe5b7a911058 --- /dev/null +++ b/data/packages/workbench/src/hooks/use-debounced.ts @@ -0,0 +1,22 @@ +import { useCallback, useEffect, useRef } from 'react'; + +export const useDebounced = (fn: () => void, delay = 500) => { + const saveTimeoutRef = useRef(null); + + const debouncedFn = useCallback(() => { + if (saveTimeoutRef.current) { + clearTimeout(saveTimeoutRef.current); + } + saveTimeoutRef.current = setTimeout(fn, delay); + }, [fn, delay]); + + useEffect(() => { + return () => { + if (saveTimeoutRef.current) { + clearTimeout(saveTimeoutRef.current); + } + }; + }, []); + + return debouncedFn; +}; \ No newline at end of file diff --git a/data/packages/workbench/src/hooks/use-fetch-flows.ts b/data/packages/workbench/src/hooks/use-fetch-flows.ts new file mode 100644 index 0000000000000000000000000000000000000000..f3841f5dfb4fe4133285a87a82e922830813965a --- /dev/null +++ b/data/packages/workbench/src/hooks/use-fetch-flows.ts @@ -0,0 +1,28 @@ +import { useFlowStore } from '@/stores/use-flow-store' +import { FlowResponse } from '@/types/flow' +import { useStreamGroup } from '@motiadev/stream-client-react' +import { useEffect } from 'react' + +export const useFetchFlows = () => { + const setFlows = useFlowStore((state) => state.setFlows) + const selectFlowId = useFlowStore((state) => state.selectFlowId) + const selectedFlowId = useFlowStore((state) => state.selectedFlowId) + + const { data: flows } = useStreamGroup({ + streamName: '__motia.flows', + groupId: 'default', + }) + + useEffect(() => { + if (flows) setFlows(flows.map((flow) => flow.id)) + }, [flows, setFlows]) + + useEffect(() => { + if ( + (!selectedFlowId && flows.length > 0) || + (selectedFlowId && flows.length > 0 && !flows.find((flow) => flow.id === selectedFlowId)) + ) { + selectFlowId(flows[0].id) + } + }, [flows, selectedFlowId, selectFlowId, selectedFlowId]) +} diff --git a/data/packages/workbench/src/hooks/use-log-listener.ts b/data/packages/workbench/src/hooks/use-log-listener.ts new file mode 100644 index 0000000000000000000000000000000000000000..a3110173663ee3d452cf8bf60230b21fced2c8c5 --- /dev/null +++ b/data/packages/workbench/src/hooks/use-log-listener.ts @@ -0,0 +1,9 @@ +import { useLogsStore } from '@/stores/use-logs-store' +import { useStreamEventHandler, useStreamGroup } from '@motiadev/stream-client-react' + +export const useLogListener = () => { + const addLog = useLogsStore((state) => state.addLog) + const { event } = useStreamGroup({ streamName: '__motia.logs', groupId: 'default' }) + + useStreamEventHandler({ event, type: 'log', listener: addLog }, [addLog]) +} diff --git a/data/packages/workbench/src/hooks/use-mobile.ts b/data/packages/workbench/src/hooks/use-mobile.ts new file mode 100644 index 0000000000000000000000000000000000000000..4331d5c562002281036ddd480a20d854f1880e9b --- /dev/null +++ b/data/packages/workbench/src/hooks/use-mobile.ts @@ -0,0 +1,19 @@ +import * as React from 'react' + +const MOBILE_BREAKPOINT = 768 + +export function useIsMobile() { + const [isMobile, setIsMobile] = React.useState(undefined) + + React.useEffect(() => { + const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`) + const onChange = () => { + setIsMobile(window.innerWidth < MOBILE_BREAKPOINT) + } + mql.addEventListener('change', onChange) + setIsMobile(window.innerWidth < MOBILE_BREAKPOINT) + return () => mql.removeEventListener('change', onChange) + }, []) + + return !!isMobile +} diff --git a/data/packages/workbench/src/hooks/use-update-handle-positions.ts b/data/packages/workbench/src/hooks/use-update-handle-positions.ts new file mode 100644 index 0000000000000000000000000000000000000000..26e9351e862a615e2229c60e227eb30804cb91e8 --- /dev/null +++ b/data/packages/workbench/src/hooks/use-update-handle-positions.ts @@ -0,0 +1,42 @@ +import { Position, useReactFlow, useUpdateNodeInternals } from '@xyflow/react' +import { BaseNodeProps } from '../publicComponents/node-props' + +export const useHandlePositions = (data: BaseNodeProps) => { + const reactFlow = useReactFlow() + const updateNodeInternals = useUpdateNodeInternals() + const sourcePosition = data.nodeConfig?.sourceHandlePosition === 'bottom' ? Position.Bottom : Position.Right + const targetPosition = data.nodeConfig?.targetHandlePosition === 'top' ? Position.Top : Position.Left + + const updateSourcePosition = (position: 'bottom' | 'right') => { + reactFlow.updateNode(data.id, { + data: { ...data, nodeConfig: { ...data.nodeConfig, sourceHandlePosition: position } }, + }) + updateNodeInternals(data.id) + } + + const updateTargetPosition = (position: 'top' | 'left') => { + reactFlow.updateNode(data.id, { + data: { ...data, nodeConfig: { ...data.nodeConfig, targetHandlePosition: position } }, + }) + updateNodeInternals(data.id) + } + + const toggleTargetPosition = () => { + const newPosition = targetPosition === Position.Top ? Position.Left : Position.Top + updateTargetPosition(newPosition) + } + + const toggleSourcePosition = () => { + const newPosition = sourcePosition === Position.Bottom ? Position.Right : Position.Bottom + updateSourcePosition(newPosition) + } + + return { + sourcePosition, + targetPosition, + updateSourcePosition, + updateTargetPosition, + toggleTargetPosition, + toggleSourcePosition, + } +} diff --git a/data/packages/workbench/src/import.d.ts b/data/packages/workbench/src/import.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..0c43b1bcf29881d0fea10fffa658694e7072bcee --- /dev/null +++ b/data/packages/workbench/src/import.d.ts @@ -0,0 +1 @@ +declare const importFile: (path: string) => Promise diff --git a/data/packages/workbench/src/index.css b/data/packages/workbench/src/index.css new file mode 100644 index 0000000000000000000000000000000000000000..a8bcf2d070a221795b8f0bd924181517a5f32944 --- /dev/null +++ b/data/packages/workbench/src/index.css @@ -0,0 +1,54 @@ +@import "@motiadev/ui/styles.css"; +@import "@motiadev/ui/globals.css"; +@import 'tw-animate-css'; +@config "../tailwind.config.js"; + +@keyframes flowDash { + 0% { + stroke-dashoffset: 0; + } + 100% { + stroke-dashoffset: -20; + } +} + +.json-view { + background:rgba(0, 0, 0, 0.1); +} + +.dark { + .react-flow__panel { + background: var(--background) + } + .json-view { + background: rgba(0, 0, 0, 0.8); + } +} + +.font-mono { + font-family: 'IBM Plex Mono', 'Courier New', monospace; + font-size: 14px; +} + +.edge-animated { + stroke-dasharray: 5; /* length of dash pattern */ + stroke-linecap: round; /* round the dash ends */ + animation: flowDash 1s linear infinite; +} + +.json-view { + border-radius: 8px; + padding: 12px 12px; + font-family: 'IBM Plex Mono', 'Courier New', monospace; + font-size: 14px; + line-height: 1.5; + font-weight: 500; +} + +.json-view--pair, .json-view--property, .json-view > span { + line-height: 24px; +} + +.json-view--property { + font-weight: 600; +} \ No newline at end of file diff --git a/data/packages/workbench/src/lib/analytics.ts b/data/packages/workbench/src/lib/analytics.ts new file mode 100644 index 0000000000000000000000000000000000000000..d7ef35b2f1d6a06bd0852f9f834b10514199e9f1 --- /dev/null +++ b/data/packages/workbench/src/lib/analytics.ts @@ -0,0 +1,140 @@ +import { useCallback } from 'react' + +interface AmplitudeInstance { + setOptOut(optOut: boolean): void + track(eventName: string, eventProperties?: Record): void + identify(userId: string, userProperties?: Record): void + setUserId(userId: string): void + getUserId(): string | undefined +} + +declare global { + interface Window { + amplitude: AmplitudeInstance + } +} + +interface AnalyticsUserData { + userId: string + projectId: string + motiaVersion: string + analyticsEnabled: boolean +} + +class WorkbenchAnalytics { + private isInitialized = false + private userIdCache: string | null = null + private projectIdCache: string | null = null + private motiaVersion: string | null = null + + constructor() { + this.initialize() + } + + private async initialize() { + if (typeof window !== 'undefined' && window.amplitude) { + await this.fetchUserData() + this.isInitialized = true + this.identifyUser() + } + } + + private async fetchUserData(): Promise { + try { + const response = await fetch('/motia/analytics/user') + if (response.ok) { + const data: AnalyticsUserData = await response.json() + this.userIdCache = data.userId + this.projectIdCache = data.projectId + this.motiaVersion = data.motiaVersion + + window.amplitude.setOptOut(!data.analyticsEnabled); + // Set the user ID in Amplitude to match backend + if (window.amplitude && data.userId) { + window.amplitude.setUserId(data.userId) + } + } else { + console.warn('Failed to fetch user data from backend, using fallback') + this.userIdCache = this.generateFallbackUserId() + } + } catch (error) { + console.warn('Error fetching user data:', error) + this.userIdCache = this.generateFallbackUserId() + } + } + + private generateFallbackUserId(): string { + let userId = localStorage.getItem('motia-user-id') + if (!userId) { + userId = `user-${Date.now()}-${Math.random().toString(36).substr(2, 9)}` + localStorage.setItem('motia-user-id', userId) + } + return userId + } + + private identifyUser() { + if (!this.isInitialized || !this.userIdCache) return + + try { + window.amplitude.identify(this.userIdCache, { + project_id: this.projectIdCache, + browser: this.getBrowserInfo(), + screen_resolution: `${window.screen.width}x${window.screen.height}`, + workbench_version: this.motiaVersion, + }) + } catch (error) { + console.warn('Analytics user identification failed:', error) + } + } + + private getBrowserInfo(): string { + const ua = navigator.userAgent + if (ua.includes('Chrome')) return 'Chrome' + if (ua.includes('Firefox')) return 'Firefox' + if (ua.includes('Safari')) return 'Safari' + if (ua.includes('Edge')) return 'Edge' + return 'Unknown' + } + + // Method to get current user and project IDs for external use + getAnalyticsIds() { + return { + userId: this.userIdCache, + projectId: this.projectIdCache, + } + } + + // Simple track method that preserves the user binding + track(eventName: string, properties?: Record) { + if (!this.isInitialized) return + + const eventProperties = { + project_id: this.projectIdCache, + source: 'frontend', + ...properties, + } + + try { + window.amplitude.track(eventName, eventProperties) + } catch (error) { + console.warn('Analytics tracking failed:', error) + } + } +} + +export const analytics = new WorkbenchAnalytics() + +export const useAnalytics = () => { + const track = useCallback((eventName: string, properties?: Record) => { + analytics.track(eventName, properties) + }, []) + + const getAnalyticsIds = useCallback(() => { + return analytics.getAnalyticsIds() + }, []) + + return { + track, + getAnalyticsIds, + } +} \ No newline at end of file diff --git a/data/packages/workbench/src/lib/utils.ts b/data/packages/workbench/src/lib/utils.ts new file mode 100644 index 0000000000000000000000000000000000000000..b740506627fe81f9dd74f3d082f1b2d7a2ea7c88 --- /dev/null +++ b/data/packages/workbench/src/lib/utils.ts @@ -0,0 +1,17 @@ +import { clsx, type ClassValue } from 'clsx' +import { twMerge } from 'tailwind-merge' + +export function cn(...inputs: ClassValue[]) { + return twMerge(clsx(inputs)) +} + +export const formatDuration = (duration?: number) => { + if (!duration) return 'N/A' + if (duration < 1000) return `${duration}ms` + return `${(duration / 1000).toFixed(1)}s` +} + +export const formatTimestamp = (time: number) => { + const date = new Date(Number(time)) + return `${date.toLocaleDateString('en-US', { year: undefined, month: 'short', day: '2-digit' })}, ${date.toLocaleTimeString('en-US', { hour: '2-digit', minute: '2-digit', second: '2-digit', hourCycle: 'h24' })}.${date.getMilliseconds().toString().padStart(3, '0')}` +} diff --git a/data/packages/workbench/src/main.tsx b/data/packages/workbench/src/main.tsx new file mode 100644 index 0000000000000000000000000000000000000000..768fe6afed1084fc2984e42aa9f918aba5f4fd81 --- /dev/null +++ b/data/packages/workbench/src/main.tsx @@ -0,0 +1,23 @@ +import { MotiaStreamProvider } from '@motiadev/stream-client-react' +import { StrictMode } from 'react' +import { createRoot } from 'react-dom/client' +import { RootMotia } from './components/root-motia' +import '@motiadev/ui/globals.css' +import './index.css' +import { App } from './App' + +const rootElement = document.getElementById('root')! +if (!rootElement.innerHTML) { + const root = createRoot(rootElement) + const address = window.location.origin.replace('http', 'ws') + + root.render( + + + + + + + , + ) +} diff --git a/data/packages/workbench/src/publicComponents/api-node.tsx b/data/packages/workbench/src/publicComponents/api-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..50e7b509e83d0470226d57268605aec8451350cf --- /dev/null +++ b/data/packages/workbench/src/publicComponents/api-node.tsx @@ -0,0 +1,26 @@ +import { PropsWithChildren } from 'react' +import { BaseNode } from './base-node/base-node' +import { ApiNodeProps } from './node-props' + +type Props = PropsWithChildren + +export const ApiNode = ({ data, children }: Props) => { + return ( + + {data.webhookUrl && ( +
+
{data.webhookUrl}
+
+ )} + {children} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/base-handle.tsx b/data/packages/workbench/src/publicComponents/base-node/base-handle.tsx new file mode 100644 index 0000000000000000000000000000000000000000..597e6db29eb207222fab94b28c6fdf2a47ad054e --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/base-handle.tsx @@ -0,0 +1,49 @@ +import React, { HTMLAttributes } from 'react' +import { HandleProps, Position, Handle as RFHandle } from '@xyflow/react' +import clsx from 'clsx' + +type Props = HandleProps & + Omit, 'id'> & { + isHidden?: boolean + onTogglePosition?: () => void + } + +export const BaseHandle: React.FC = (props) => { + const { isHidden, position, onTogglePosition, ...rest } = props + const isHorizontal = position === Position.Left || position === Position.Right + + return ( +
+ +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/base-node.tsx b/data/packages/workbench/src/publicComponents/base-node/base-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..1d2faa49f5da55beaa86942771c50af2b3f83f52 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/base-node.tsx @@ -0,0 +1,113 @@ +import { useHandlePositions } from '@/hooks/use-update-handle-positions' +import { Feature } from '@/types/file' +import { Button, cn } from '@motiadev/ui' +import { ScanSearch } from 'lucide-react' +import React, { PropsWithChildren, useCallback, useEffect, useState } from 'react' +import { BaseNodeProps } from '../node-props' +import { BaseHandle } from './base-handle' +import { NodeHeader } from './node-header' +import { NodeSidebar } from './node-sidebar' + +type Props = PropsWithChildren<{ + title: string + subtitle?: string + variant: 'event' | 'api' | 'noop' | 'cron' + language?: string + className?: string + disableSourceHandle?: boolean + disableTargetHandle?: boolean + data: BaseNodeProps +}> + +export const BaseNode: React.FC = ({ + title, + variant, + children, + disableSourceHandle, + disableTargetHandle, + language, + subtitle, + data, +}) => { + const [isOpen, setIsOpen] = useState(false) + const { sourcePosition, targetPosition, toggleTargetPosition, toggleSourcePosition } = useHandlePositions(data) + + const [content, setContent] = useState(null) + const [features, setFeatures] = useState([]) + + const fetchContent = useCallback(async () => { + const response = await fetch(`/__motia/step/${data.id}`) + const responseData = await response.json() + setContent(responseData.content) + setFeatures(responseData.features) + }, [data.id]) + + useEffect(() => { + if (data.id && isOpen) { + fetchContent() + } + }, [data.id, isOpen, fetchContent]) + + return ( +
+
+
+ {/* Main node content */} + +
+ +
+
+ + {subtitle &&
{subtitle}
} + {children && ( +
+
+ {children} +
+
+ )} + + {/* Connection points */} + {!disableTargetHandle && ( + + )} + {!disableSourceHandle && ( + + )} +
+
+ + {content && ( + setIsOpen(false)} + /> + )} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/code-display.tsx b/data/packages/workbench/src/publicComponents/base-node/code-display.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0d9540f5a8b10c9adf53011f2d27c28109eb8de9 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/code-display.tsx @@ -0,0 +1,118 @@ +import { useThemeStore } from '@/stores/use-theme-store' +import { Feature } from '@/types/file' +import { FeatureCard } from './feature-card' +import React, { useRef, useState } from 'react' +import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter' +import { dracula, oneLight } from 'react-syntax-highlighter/dist/esm/styles/prism' +import { LanguageIndicator } from './language-indicator' + +type CodeDisplayProps = { + code: string + language?: string + features?: Feature[] +} + +const codeTagProps = { + style: { + fontFamily: 'DM Mono, monospace', + fontSize: '16px', + }, +} + +const customStyle = { + margin: 0, + borderRadius: 0, + padding: 0, +} + +const isHighlighted = (lines: string[], lineNumber: number) => { + return lines.some((line) => { + const [start, end] = line.split('-').map((num) => parseInt(num, 10)) + + if (end !== undefined) { + return lineNumber >= start && lineNumber <= end + } + + return lineNumber == start + }) +} + +const getFirstLineNumber = (line: string) => { + const [start] = line.split('-').map((num) => parseInt(num, 10)) + return start +} + +export const CodeDisplay: React.FC = ({ code, language, features }) => { + const theme = useThemeStore((state) => state.theme) + const themeStyle = theme === 'dark' ? dracula : oneLight + const [highlightedLines, setHighlightedLines] = useState([]) + const [selectedFeature, setSelectedFeature] = useState(null) + const ref = useRef(null) + + const handleFeatureClick = (feature: Feature) => { + setSelectedFeature(feature) + setHighlightedLines(feature.lines) + const lineNumber = getFirstLineNumber(feature.lines[0]) + const line = ref.current?.querySelector(`[data-line-number="${lineNumber}"]`) + + if (line) { + line.scrollIntoView({ behavior: 'smooth', block: 'center' }) + } + } + + return ( +
+
+
Read only
+
+ +
+
+ {features && features.length > 0 && ( +
+ {features.map((feature, index) => ( + handleFeatureClick(feature)} + onHover={() => handleFeatureClick(feature)} + /> + ))} +
+ )} + +
+ { + if (isHighlighted(highlightedLines, lineNumber)) { + return { + 'data-line-number': lineNumber, + style: { + borderLeft: '2px solid var(--accent-1000)', + backgroundColor: 'rgb(from var(--accent-1000) r g b / 0.2)', + }, + } + } + + return { + 'data-line-number': lineNumber, + style: { + borderLeft: '2px solid transparent', + }, + } + }} + > + {code} + +
+
+
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/emits.tsx b/data/packages/workbench/src/publicComponents/base-node/emits.tsx new file mode 100644 index 0000000000000000000000000000000000000000..3c5d8aac5305dd70cb8874a75dd0a30d17327239 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/emits.tsx @@ -0,0 +1,17 @@ +import { EventNodeData } from '@/types/flow' +import React from 'react' + +const toTopic = (emit: string | { topic: string; label?: string; conditional?: boolean }) => + typeof emit === 'string' ? emit : emit.topic + +export const Emits: React.FC<{ emits: EventNodeData['emits'] }> = ({ emits }) => { + return ( +
+ {emits.map((emit) => ( +
+ {toTopic(emit)} +
+ ))} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/feature-card.tsx b/data/packages/workbench/src/publicComponents/base-node/feature-card.tsx new file mode 100644 index 0000000000000000000000000000000000000000..d8e6b190dd046eaf3a3fa7e0a3c5ed780f9a5c32 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/feature-card.tsx @@ -0,0 +1,32 @@ +import { cn } from '@/lib/utils' +import { Feature } from '@/types/file' +import React from 'react' + +type Props = { + feature: Feature + highlighted: boolean + onClick: () => void + onHover: () => void +} + +export const FeatureCard: React.FC = ({ feature, highlighted, onClick, onHover }) => { + return ( +
+
{feature.title}
+
{feature.description}
+ {feature.link && ( + + )} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/language-indicator.tsx b/data/packages/workbench/src/publicComponents/base-node/language-indicator.tsx new file mode 100644 index 0000000000000000000000000000000000000000..41c63db7f22216c4edc712647f5f5f2f8fc658fe --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/language-indicator.tsx @@ -0,0 +1,131 @@ +import { EventNodeData } from '@/types/flow' +import { cn } from '@motiadev/ui' +import { FC } from 'react' + +type Props = { language: EventNodeData['language']; className?: string; size?: number; showLabel?: boolean } + +export const LanguageIndicator: FC = ({ language, className, size = 18, showLabel = false }) => { + const renderIcon = (language?: string) => { + if (language === 'typescript') { + return ( + <> + {showLabel ? <>TypeScript : null} + + + + + ) + } + + if (language === 'javascript') { + return ( + <> + {showLabel ? <>JavaScript : null} + + + + + + + + + + + + ) + } + + if (language === 'python') { + return ( + <> + {showLabel ? <>Python : null} + + + + + + ) + } + + if (language === 'go') { + return ( + <> + {showLabel ? <>Go : null} + + + + + ) + } + + if (language === 'ruby') { + return ( + <> + {showLabel ? <>Ruby : null} + + + + + + + + + + + + ) + } + + if (language === 'php') { + return ( + <> + {showLabel ? <>PHP : null} + + + + + ) + } + + return + } + return ( +
+ {renderIcon(language)} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/node-header.tsx b/data/packages/workbench/src/publicComponents/base-node/node-header.tsx new file mode 100644 index 0000000000000000000000000000000000000000..41ad0d1b0d5d0f96c85d1e46cd11ca64f026a8ad --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/node-header.tsx @@ -0,0 +1,48 @@ +import { cn } from '@/lib/utils' +import { cva, VariantProps } from 'class-variance-authority' +import { CalendarClock, CircleOff, Link2, Waypoints } from 'lucide-react' +import React, { PropsWithChildren } from 'react' + +const baseIcon = cva('rounded-md p-2', { + variants: { + variant: { + event: 'bg-[rgba(30,118,231,0.2)] text-[rgb(30,118,231)]', + api: 'dark:bg-[rgba(192,255,17,0.2)] dark:text-[rgb(192,255,17)] bg-[rgb(231,255,166)] text-[rgb(94,125,11)]', + noop: 'bg-[rgba(239,18,229,0.2)] text-[rgb(239,18,229)]', + cron: 'bg-[rgba(241,105,15,0.2)] text-[rgb(241,105,15)]', + }, + }, +}) + +const NodeIcon = ({ variant }: { variant: VariantProps['variant'] }) => { + if (variant === 'cron') { + return + } else if (variant === 'api') { + return + } else if (variant === 'noop') { + return + } else if (variant === 'event') { + return + } + return
Icon
+} + +type Props = PropsWithChildren<{ + text: string + variant: VariantProps['variant'] + className?: string +}> + +export const NodeHeader: React.FC = ({ text, variant, children, className }) => ( +
+
+ +
+
+
+
{text}
+
+ {children} +
+
+) diff --git a/data/packages/workbench/src/publicComponents/base-node/node-sidebar.tsx b/data/packages/workbench/src/publicComponents/base-node/node-sidebar.tsx new file mode 100644 index 0000000000000000000000000000000000000000..02b0ddb54a674755878fc8df603a9a6e886a3172 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/node-sidebar.tsx @@ -0,0 +1,41 @@ +import { Sidebar } from '@/components/sidebar/sidebar' +import { Feature } from '@/types/file' +import { X } from 'lucide-react' +import React from 'react' +import { CodeDisplay } from './code-display' + +type NodeSidebarProps = { + content: string + features: Feature[] + title: string + subtitle?: string + variant: 'event' | 'api' | 'noop' | 'cron' + language?: string + isOpen: boolean + onClose: () => void +} + +export const NodeSidebar: React.FC = ({ + content, + title, + subtitle, + language, + isOpen, + onClose, + features, +}) => { + if (!isOpen) return null + + return ( + , onClick: onClose, label: 'Close' }]} + > + + + ) +} diff --git a/data/packages/workbench/src/publicComponents/base-node/subscribe.tsx b/data/packages/workbench/src/publicComponents/base-node/subscribe.tsx new file mode 100644 index 0000000000000000000000000000000000000000..3f02e099041825792c4fd9022536db81ee96673a --- /dev/null +++ b/data/packages/workbench/src/publicComponents/base-node/subscribe.tsx @@ -0,0 +1,13 @@ +import React from 'react' + +export const Subscribe: React.FC<{ subscribes: string[] }> = ({ subscribes }) => { + return ( +
+ {subscribes.map((subscribe) => ( +
+ {subscribe} +
+ ))} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/cron-node.tsx b/data/packages/workbench/src/publicComponents/cron-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..2c72171c8eddf1aca70532c46b3c1c53e487d8e2 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/cron-node.tsx @@ -0,0 +1,23 @@ +import React, { PropsWithChildren } from 'react' +import { Clock } from 'lucide-react' +import { BaseNode } from './base-node/base-node' +import { CronNodeProps } from './node-props' + +export const CronNode: React.FC> = ({ data, children }) => { + return ( + +
+ {data.cronExpression} +
+ {children} +
+ ) +} diff --git a/data/packages/workbench/src/publicComponents/event-node.tsx b/data/packages/workbench/src/publicComponents/event-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0dcc04a213c7ee53472ec5b33278c7d6d8813901 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/event-node.tsx @@ -0,0 +1,19 @@ +import React, { type PropsWithChildren } from 'react' +import { BaseNode } from './base-node/base-node' +import { EventNodeProps } from './node-props' + +export const EventNode: React.FC> = ({ data, children }) => { + return ( + + {children} + + ) +} diff --git a/data/packages/workbench/src/publicComponents/node-props.tsx b/data/packages/workbench/src/publicComponents/node-props.tsx new file mode 100644 index 0000000000000000000000000000000000000000..c9808d9ee8a803742a90e9b0facd8a037323f739 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/node-props.tsx @@ -0,0 +1,15 @@ +import { ApiNodeData, CronNodeData, EventNodeData, NoopNodeData } from '../types/flow' + +export type NodeProps = EventNodeProps | NoopNodeProps | ApiNodeProps | CronNodeProps +export type BaseNodeProps = { + id: string + nodeConfig?: { + sourceHandlePosition?: 'bottom' | 'right' + targetHandlePosition?: 'top' | 'left' + } +} + +export type EventNodeProps = { data: BaseNodeProps & EventNodeData } +export type NoopNodeProps = { data: BaseNodeProps & NoopNodeData } +export type ApiNodeProps = { data: BaseNodeProps & ApiNodeData } +export type CronNodeProps = { data: BaseNodeProps & CronNodeData } diff --git a/data/packages/workbench/src/publicComponents/noop-node.tsx b/data/packages/workbench/src/publicComponents/noop-node.tsx new file mode 100644 index 0000000000000000000000000000000000000000..f09cce43e2c6fa0d85c41d5bf75aa610b0cfcbf6 --- /dev/null +++ b/data/packages/workbench/src/publicComponents/noop-node.tsx @@ -0,0 +1,18 @@ +import React, { PropsWithChildren } from 'react' +import { BaseNode } from './base-node/base-node' +import { NoopNodeProps } from './node-props' + +export const NoopNode: React.FC> = ({ data, children }) => { + return ( + + {children} + + ) +} diff --git a/data/packages/workbench/src/setupTests.ts b/data/packages/workbench/src/setupTests.ts new file mode 100644 index 0000000000000000000000000000000000000000..c44951a680db0164bd78df59b06bd366a534a39b --- /dev/null +++ b/data/packages/workbench/src/setupTests.ts @@ -0,0 +1 @@ +import '@testing-library/jest-dom' diff --git a/data/packages/workbench/src/stores/use-flow-store.ts b/data/packages/workbench/src/stores/use-flow-store.ts new file mode 100644 index 0000000000000000000000000000000000000000..bc7b3432f02618c8d8973989c62f8bab68502cea --- /dev/null +++ b/data/packages/workbench/src/stores/use-flow-store.ts @@ -0,0 +1,29 @@ +import { create } from 'zustand' +import { createJSONStorage, persist } from 'zustand/middleware' + +type UseFlowStore = { + selectedFlowId?: string + selectFlowId: (flowId: string) => void + flows: string[] + setFlows: (flows: string[]) => void +} + +export const useFlowStore = create( + persist( + (set) => ({ + flows: [], + setFlows: (flows) => set({ flows }), + selectFlowId: (flowId) => + set((state) => { + if (state.selectedFlowId === flowId) { + return state + } + return { selectedFlowId: flowId } + }), + }), + { + name: 'motia-flow-storage', + storage: createJSONStorage(() => localStorage), + }, + ), +) diff --git a/data/packages/workbench/src/stores/use-global-store.ts b/data/packages/workbench/src/stores/use-global-store.ts new file mode 100644 index 0000000000000000000000000000000000000000..42ea30e1b7d7408342bc6c70d3b66330bed11676 --- /dev/null +++ b/data/packages/workbench/src/stores/use-global-store.ts @@ -0,0 +1,40 @@ +import { create } from 'zustand' +import { createJSONStorage, persist } from 'zustand/middleware' + +type UseGlobalStore = { + selectedEndpointId?: string + selectEndpointId: (endpointId?: string) => void + selectedTraceGroupId?: string + selectTraceGroupId: (traceGroupId?: string) => void + selectedTraceId?: string + selectTraceId: (traceId?: string) => void + selectedStateId?: string + selectStateId: (stateId?: string) => void + selectedLogId?: string + selectLogId: (logId?: string) => void +} + +const select = (id: string | undefined, name: keyof UseGlobalStore) => (state: UseGlobalStore) => { + return id ? (state[name] === id ? state : { ...state, [name]: id }) : { ...state, [name]: undefined } +} + +export const useGlobalStore = create( + persist( + (set) => ({ + selectedEndpointId: undefined, + selectEndpointId: (endpointId) => set(select(endpointId, 'selectedEndpointId')), + selectedTraceGroupId: undefined, + selectTraceGroupId: (traceGroupId) => set(select(traceGroupId, 'selectedTraceGroupId')), + selectedTraceId: undefined, + selectTraceId: (traceId) => set(select(traceId, 'selectedTraceId')), + selectedStateId: undefined, + selectStateId: (stateId) => set(select(stateId, 'selectedStateId')), + selectedLogId: undefined, + selectLogId: (logId) => set(select(logId, 'selectedLogId')), + }), + { + name: 'motia-global-storage', + storage: createJSONStorage(() => localStorage), + }, + ), +) diff --git a/data/packages/workbench/src/stores/use-logs-store.ts b/data/packages/workbench/src/stores/use-logs-store.ts new file mode 100644 index 0000000000000000000000000000000000000000..95b346f7da2f95c1a85b3ed37ca8f56ac94fa02b --- /dev/null +++ b/data/packages/workbench/src/stores/use-logs-store.ts @@ -0,0 +1,27 @@ +import { create } from 'zustand' + +export type Log = { + level: string + time: number + msg: string + traceId: string + flows: string[] + [key: string]: any +} + +export type LogsState = { + logs: Log[] + addLog: (log: Log) => void + resetLogs: () => void +} + +export const useLogsStore = create()((set) => ({ + logs: [], + addLog: (log) => + set((state) => ({ + logs: [log, ...state.logs], + })), + resetLogs: () => { + set({ logs: [] }) + }, +})) diff --git a/data/packages/workbench/src/stores/use-tabs-store.ts b/data/packages/workbench/src/stores/use-tabs-store.ts new file mode 100644 index 0000000000000000000000000000000000000000..44c47c6f99fcaa77898011e141953e24d6a87bb2 --- /dev/null +++ b/data/packages/workbench/src/stores/use-tabs-store.ts @@ -0,0 +1,20 @@ +import { create } from "zustand"; +import { createJSONStorage, persist } from "zustand/middleware"; + +interface TabsState { + tab: Record; + setTopTab: (tab: string) => void; + setBottomTab: (tab: string) => void; +} + +export const useTabsStore = create(persist((set) => ({ + tab: { + top: "flow", + bottom: "tracing", + }, + setTopTab: (tab) => set((state) => ({ tab: { ...state.tab, top: tab } })), + setBottomTab: (tab) => set((state) => ({ tab: { ...state.tab, bottom: tab } })), +}), { + name: 'motia-tabs-storage', + storage: createJSONStorage(() => localStorage), +})) \ No newline at end of file diff --git a/data/packages/workbench/src/stores/use-theme-store.tsx b/data/packages/workbench/src/stores/use-theme-store.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e8b7e2cf9646ead036fc926bf48f45cff646b006 --- /dev/null +++ b/data/packages/workbench/src/stores/use-theme-store.tsx @@ -0,0 +1,46 @@ +import { create } from 'zustand' +import { createJSONStorage, persist } from 'zustand/middleware' + +export type Theme = 'dark' | 'light' | 'system' + +const updateTheme = (theme: Theme) => { + const root = window.document.body + + root.classList.remove('light', 'dark') + + if (theme === 'system') { + const systemTheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light' + + root.classList.add(systemTheme) + return + } + + root.classList.add(theme) +} + +export type ThemeState = { + theme: Theme + setTheme: (theme: Theme) => void +} + +export const useThemeStore = create()( + persist( + (set) => ({ + theme: 'dark', + setTheme: (theme: Theme) => { + updateTheme(theme) + set({ theme }) + }, + }), + { + name: 'motia-theme-storage', + storage: createJSONStorage(() => localStorage), + }, + ), +) + +const { theme } = useThemeStore.getState() + +if (theme) { + updateTheme(theme) +} diff --git a/data/packages/workbench/src/types/endpoint.ts b/data/packages/workbench/src/types/endpoint.ts new file mode 100644 index 0000000000000000000000000000000000000000..09deb20939c7315f634dea4e0d60fc87184e0d21 --- /dev/null +++ b/data/packages/workbench/src/types/endpoint.ts @@ -0,0 +1,12 @@ +export type ApiRouteMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' +export type QueryParam = { name: string; description: string } + +export type ApiEndpoint = { + id: string + method: ApiRouteMethod + path: string + description?: string + queryParams?: QueryParam[] + responseSchema?: Record // eslint-disable-line @typescript-eslint/no-explicit-any + bodySchema?: Record> // eslint-disable-line @typescript-eslint/no-explicit-any +} diff --git a/data/packages/workbench/src/types/file.ts b/data/packages/workbench/src/types/file.ts new file mode 100644 index 0000000000000000000000000000000000000000..d5dac413389b1ef5cb547c50410f8b688ef055ee --- /dev/null +++ b/data/packages/workbench/src/types/file.ts @@ -0,0 +1,7 @@ +export type Feature = { + id?: string + title: string + description: string + lines: string[] + link?: string +} diff --git a/data/packages/workbench/src/types/flow.ts b/data/packages/workbench/src/types/flow.ts new file mode 100644 index 0000000000000000000000000000000000000000..f571b097435a24920f3831143522b8e7543e1a6d --- /dev/null +++ b/data/packages/workbench/src/types/flow.ts @@ -0,0 +1,103 @@ +import { JSONSchema7 } from 'json-schema' + +export type EventNodeData = { + type: string + name: string + description?: string + subscribes: string[] + emits: Array + virtualEmits?: Array + virtualSubscribes?: string[] + language?: string +} + +export type NoopNodeData = { + type: string + name: string + description?: string + virtualEmits: string[] + subscribes: string[] +} + +export type ApiNodeData = { + type: string + name: string + language?: string + description?: string + emits: Array + subscribes?: string[] + virtualEmits?: Array + virtualSubscribes?: string[] + webhookUrl?: string + bodySchema?: JSONSchema7 +} + +export type CronNodeData = { + type: string + name: string + description?: string + emits: Array + virtualEmits?: Array + virtualSubscribes?: string[] + cronExpression: string + language?: string +} +export type NodeData = (EventNodeData | ApiNodeData | NoopNodeData | CronNodeData) & { + position?: { x: number; y: number } + filePath?: string + nodeConfig?: { + sourceHandlePosition?: 'bottom' | 'right' + targetHandlePosition?: 'top' | 'left' + } +} + +// ducplicate of packages/core/src/flows-endpoint.ts +export type EdgeData = { + variant: 'event' | 'virtual' + label?: string + labelVariant?: 'default' | 'conditional' +} + +export type Emit = string | { topic: string; label?: string } + +export type FlowStep = { + id: string + name: string + type: 'event' | 'api' | 'noop' | 'cron' + description?: string + subscribes?: string[] + emits: Emit[] + virtualEmits?: Emit[] + action?: 'webhook' + webhookUrl?: string + language?: string + nodeComponentPath?: string + filePath?: string +} + +export type FlowResponse = { + id: string + name: string + steps: FlowStep[] + edges: FlowEdge[] + error?: string +} + +export type FlowConfigResponse = { + id: string + config: Record +} + +export type FlowEdge = { + id: string + source: string + target: string + data: EdgeData +} + +export type NodeConfig = { + x: number + y: number + sourceHandlePosition?: 'bottom' | 'right' + targetHandlePosition?: 'top' | 'left' +} diff --git a/data/packages/workbench/src/types/observability.ts b/data/packages/workbench/src/types/observability.ts new file mode 100644 index 0000000000000000000000000000000000000000..7c71c454aaffac243943f4f90ccf60f2c42ec103 --- /dev/null +++ b/data/packages/workbench/src/types/observability.ts @@ -0,0 +1,80 @@ +export interface TraceGroup { + id: string + correlationId: string | undefined + name: string + status: 'running' | 'completed' | 'failed' + startTime: number + endTime?: number + lastActivity: number + metadata: { + completedSteps: number + activeSteps: number + totalSteps: number + } +} + +export interface Trace { + id: string + name: string + correlationId?: string + parentTraceId?: string + status: 'running' | 'completed' | 'failed' + startTime: number + endTime?: number + entryPoint: { type: 'api' | 'event' | 'cron'; stepName: string } + events: TraceEvent[] + error?: TraceError +} + +export type TraceError = { + message: string + code?: string | number + stack?: string +} + +export type TraceEvent = StateEvent | EmitEvent | StreamEvent | LogEntry + +export type StateOperation = 'get' | 'getGroup' | 'set' | 'delete' | 'clear' +export type StreamOperation = 'get' | 'getGroup' | 'set' | 'delete' | 'clear' | 'send' + +export interface StateEvent { + type: 'state' + timestamp: number + operation: 'get' | 'getGroup' | 'set' | 'delete' | 'clear' + key?: string + duration?: number + data: any +} + +export interface EmitEvent { + type: 'emit' + timestamp: number + topic: string + success: boolean + data: unknown +} + +export interface StreamEvent { + type: 'stream' + timestamp: number + operation: StreamOperation + streamName: string + duration?: number + data: { groupId: string; id: string; data?: unknown } + calls: number +} + +export interface LogEntry { + type: 'log' + timestamp: number + level: string + message: string + metadata?: unknown +} + +export interface ObservabilityStats { + total: number + running: number + completed: number + failed: number +} diff --git a/data/packages/workbench/src/vite-env.d.ts b/data/packages/workbench/src/vite-env.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..11f02fe2a0061d6e6e1f271b21da95423b448b32 --- /dev/null +++ b/data/packages/workbench/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/data/packages/workbench/tailwind.config.js b/data/packages/workbench/tailwind.config.js new file mode 100644 index 0000000000000000000000000000000000000000..39c86a01409eff58c4a827ba494e6659d2768e40 --- /dev/null +++ b/data/packages/workbench/tailwind.config.js @@ -0,0 +1,9 @@ +const path = require('path') + +module.exports = { + content: [ + path.resolve(__dirname, './index.html'), + path.resolve(__dirname, './src/**/*.{ts,tsx,js,jsx}'), + path.resolve(process.cwd(), './steps/**/*.{tsx,jsx}'), + ], +} diff --git a/data/packages/workbench/tsconfig.app.json b/data/packages/workbench/tsconfig.app.json new file mode 100644 index 0000000000000000000000000000000000000000..36dc9905568d61a39a52fcbcfc035aba94e856d7 --- /dev/null +++ b/data/packages/workbench/tsconfig.app.json @@ -0,0 +1,32 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": [ + "./src/*" + ] + }, + "target": "ES2020", + "useDefineForClassFields": true, + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "module": "ESNext", + "moduleResolution": "bundler", + "skipLibCheck": true, + "esModuleInterop": true, + + "composite": true, + "declaration": true, + "isolatedModules": true, + "moduleDetection": "force", + "jsx": "react-jsx", + "outDir": "dist", + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": ["src", "index.tsx"], + "exclude": ["**/*.test.tsx","**/*.test.ts"] +} diff --git a/data/packages/workbench/tsconfig.json b/data/packages/workbench/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..fec8c8e5c2180153eb5f3cab9eb70001cd99964b --- /dev/null +++ b/data/packages/workbench/tsconfig.json @@ -0,0 +1,13 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ], + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/data/packages/workbench/tsconfig.node.json b/data/packages/workbench/tsconfig.node.json new file mode 100644 index 0000000000000000000000000000000000000000..cbc300d9e7194bc846d713bf63e564482baf4d40 --- /dev/null +++ b/data/packages/workbench/tsconfig.node.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "target": "ES2022", + "lib": ["ES2023"], + "module": "CommonJS", + "moduleResolution": "Node", + "skipLibCheck": true, + "esModuleInterop": true, + + /* Bundler mode */ + "composite": true, + "declaration": true, + "isolatedModules": true, + "moduleDetection": "force", + "outDir": "dist", + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": ["middleware.ts"] +} diff --git a/data/playground/.env.example b/data/playground/.env.example new file mode 100644 index 0000000000000000000000000000000000000000..da672599394c28f7011f88562d1e94ca4f514b48 --- /dev/null +++ b/data/playground/.env.example @@ -0,0 +1 @@ +OPENAI_API_KEY="" \ No newline at end of file diff --git a/data/playground/config.yml b/data/playground/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..1e09978c8c0477ae48af9c2710577923af7f44ca --- /dev/null +++ b/data/playground/config.yml @@ -0,0 +1,4 @@ +state: + adapter: redis + host: localhost + port: 6379 diff --git a/data/playground/integration-tests/parallelMerge.spec.ts b/data/playground/integration-tests/parallelMerge.spec.ts new file mode 100644 index 0000000000000000000000000000000000000000..33ab109c6d4f3c9fb073540ca81a9e22ce43661d --- /dev/null +++ b/data/playground/integration-tests/parallelMerge.spec.ts @@ -0,0 +1,45 @@ +import { createMotiaTester } from '@motiadev/test' + +const ISO_DATE_REGEX = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$/ + +describe('parallelMerge', () => { + let server: ReturnType + + beforeEach(async () => (server = createMotiaTester())) + afterEach(async () => server.close()) + + it('should run steps concurrently', async () => { + const timestamp = expect.any(Number) + // Creating a watcher for the event we want to test + const joinComplete = await server.watch('pms.join.complete') + + const response = await server.post('/api/parallel-merge', { + body: { message: 'Start parallel merge test' }, + }) + + // This is important to ensure all events are handled in this test + await server.waitEvents() + + expect(response.status).toBe(200) + expect(response.body).toEqual({ + traceId: expect.any(String), + message: 'Started parallel merge', + }) + + // Checking all captured events + expect(joinComplete.getCapturedEvents()).toHaveLength(1) + + // Checking the last captured event + expect(joinComplete.getLastCapturedEvent()).toEqual({ + traceId: expect.any(String), + topic: 'pms.join.complete', + flows: ['parallel-merge'], + data: { + mergedAt: expect.stringMatching(ISO_DATE_REGEX), + stepA: { msg: 'Hello from Step A', timestamp }, + stepB: { msg: 'Hello from Step B', timestamp }, + stepC: { msg: 'Hello from Step C', timestamp }, + }, + }) + }) +}) diff --git a/data/playground/integration-tests/simplePython.spec.ts b/data/playground/integration-tests/simplePython.spec.ts new file mode 100644 index 0000000000000000000000000000000000000000..3579fbb694dce5599d6da7571cd88c73804722f8 --- /dev/null +++ b/data/playground/integration-tests/simplePython.spec.ts @@ -0,0 +1,33 @@ +import { createMotiaTester } from '@motiadev/test' + +describe('simplePython', () => { + let server: ReturnType + + beforeEach(async () => (server = createMotiaTester())) + afterEach(async () => server.close()) + + it('should run steps concurrently', async () => { + // Creating a watcher for the event we want to test + const testedEvent = await server.watch('tested') + + const response = await server.post('/test-python', { + body: { message: 'Start simple python test' }, + }) + expect(response.status).toBe(200) + expect(response.body).toEqual({ message: 'payload processed' }) + + // This is important to ensure all events are handled in this test + await server.waitEvents() + + // Checking all captured events + expect(testedEvent.getCapturedEvents()).toHaveLength(1) + + // Checking the last captured event + expect(testedEvent.getLastCapturedEvent()).toEqual({ + traceId: expect.any(String), + topic: 'tested', + flows: ['simple-python'], + data: { message: 'hello world', enriched: 'yes' }, + }) + }) +}) diff --git a/data/playground/jest.config.ts b/data/playground/jest.config.ts new file mode 100644 index 0000000000000000000000000000000000000000..2141a6b21c90e645710be3fb2b74430afac8194b --- /dev/null +++ b/data/playground/jest.config.ts @@ -0,0 +1,13 @@ +export default { + preset: 'ts-jest', + modulePathIgnorePatterns: [], + resetMocks: true, + roots: ['integration-tests'], + verbose: true, + reporters: ['default', ['jest-junit', { outputDirectory: 'reports/unit', outputName: 'unit-test-results.xml' }]], + testEnvironment: 'node', + setupFiles: ['dotenv/config'], + testTimeout: 15000, + forceExit: true, + detectOpenHandles: true, +} diff --git a/data/playground/motia-workbench.json b/data/playground/motia-workbench.json new file mode 100644 index 0000000000000000000000000000000000000000..40891ac0dfbbd22c0ecdc8bf8b3980ffe25ccccd --- /dev/null +++ b/data/playground/motia-workbench.json @@ -0,0 +1,177 @@ +[ + { + "id": "simple-python", + "config": { + "steps/simplePython/testedEvent.step.py": { + "x": 18, + "y": 425 + }, + "steps/simplePython/testEvent.step.py": { + "x": 28, + "y": 263 + }, + "steps/simplePython/apiEndpoint.step.py": { + "x": 0, + "y": 0 + } + } + }, + { + "id": "open-ai", + "config": { + "steps/open-ai/02-prompt.step.ts": { + "x": 49, + "y": 70, + "targetHandlePosition": "left" + }, + "steps/open-ai/01-prompt-api.step.ts": { + "x": -315, + "y": 44, + "sourceHandlePosition": "right" + }, + "steps/open_ai_python/prompt_step.py": { + "x": 312, + "y": 264 + }, + "steps/open_ai_python/prompt_api_step.py": { + "x": 311, + "y": 0 + } + } + }, + { + "id": "cron-example", + "config": { + "steps/cronExample/periodicJobHandled.step.ts": { + "x": 0, + "y": 260 + }, + "steps/cronExample/handlePeriodicJob.step.ts": { + "x": 0, + "y": 0 + } + } + }, + { + "id": "default", + "config": { + "steps/default-node/03-check-state-change.step.ts": { + "x": 0, + "y": 0 + }, + "steps/default-node/02-test-state.step.ts": { + "x": 0, + "y": 0 + }, + "steps/default-node/01-api.step.ts": { + "x": 0, + "y": 0 + }, + "steps/default-node/00-noop.step.ts": { + "x": 0, + "y": 0 + } + } + }, + { + "id": "python-tutorial", + "config": { + "steps/default_python/state_audit_cron_step.py": { + "x": -332, + "y": 149, + "sourceHandlePosition": "right" + }, + "steps/default_python/process_food_order_step.py": { + "x": 81, + "y": -52, + "targetHandlePosition": "left" + }, + "steps/default_python/notification_step.py": { + "x": 142, + "y": 175 + }, + "steps/default_python/api_step.py": { + "x": -302, + "y": -66, + "sourceHandlePosition": "right" + } + } + }, + { + "id": "parallel-merge", + "config": { + "steps/parallelMergeState/stepC.step.py": { + "x": 101, + "y": 349 + }, + "steps/parallelMergeState/stepB.step.py": { + "x": 102, + "y": 203 + }, + "steps/parallelMergeState/startParallelMerge.step.ts": { + "x": -339, + "y": 158 + }, + "steps/parallelMergeState/noopStartButton.step.ts": { + "x": -607, + "y": 186 + }, + "steps/parallelMergeState/joinComplete.step.ts": { + "x": 728, + "y": 202 + }, + "steps/parallelMergeState/stepA.step.ts": { + "x": 101, + "y": 58 + }, + "steps/parallelMergeState/joinStep.step.ts": { + "x": 366, + "y": 201 + } + } + }, + { + "id": "test-state", + "config": { + "steps/testState/testStateCheck.step.ts": { + "x": 506, + "y": 194 + }, + "steps/testState/testState.api.step.ts": { + "x": -65, + "y": 127, + "sourceHandlePosition": "right" + }, + "steps/testState/test_state_step.py": { + "x": 235, + "y": 60 + } + } + }, + { + "id": "basic-tutorial", + "config": { + "steps/basic-tutorial/state-audit-cron.step.ts": { + "x": -169, + "y": 252, + "sourceHandlePosition": "right" + }, + "steps/basic-tutorial/process-food-order.step.ts": { + "x": 211, + "y": 17, + "sourceHandlePosition": "bottom", + "targetHandlePosition": "left" + }, + "steps/basic-tutorial/notification.step.ts": { + "x": 307, + "y": 258 + }, + "steps/basic-tutorial/api.step.ts": { + "x": -136, + "y": 14, + "sourceHandlePosition": "right", + "targetHandlePosition": "left" + } + } + } +] \ No newline at end of file diff --git a/data/playground/package.json b/data/playground/package.json new file mode 100644 index 0000000000000000000000000000000000000000..003cfdd8c60c432e12e814c128f14ffcee85e69c --- /dev/null +++ b/data/playground/package.json @@ -0,0 +1,38 @@ +{ + "name": "playground", + "private": true, + "scripts": { + "postinstall": "motia install", + "python-setup": "python3 -m venv python_modules && python_modules/bin/pip install -r requirements.txt && python_modules/bin/pip install -r ../packages/core/requirements.txt", + "dev": "motia dev", + "dev:workbench": "__MOTIA_DEV_MODE__=1 motia dev", + "clean": "rm -rf .mermaid node_modules python_modules", + "get-config": "motia get-config --output ./", + "test:tsc-check": "tsc -p ./tests/tsconfig.test.json --noEmit", + "test": "PATH=python_modules/bin:$PATH jest", + "test:silent": "PATH=python_modules/bin:$PATH jest --silent", + "lint": "pnpm run lint:ts && pnpm run lint:tsx", + "lint:ts": "eslint --config ../eslint.config.js", + "lint:tsx": "eslint --config ../eslint.config.tsx.js" + }, + "dependencies": { + "@motiadev/ui": "workspace:*", + "@motiadev/core": "workspace:*", + "@motiadev/workbench": "workspace:*", + "motia": "workspace:*", + "deep-equal": "^2.2.3", + "openai": "^4.78.1", + "zod": "^3.24.1" + }, + "devDependencies": { + "@motiadev/test": "workspace:*", + "@types/deep-equal": "^1.0.4", + "@types/jest": "^29.5.14", + "@types/react": "^18.3.18", + "jest": "^29.7.0", + "jest-junit": "^16.0.0", + "react": "^19.0.0", + "ts-node": "^10.9.2", + "typescript": "^5.7.2" + } +} \ No newline at end of file diff --git a/data/playground/requirements.txt b/data/playground/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4880543934986870d00a765bc725def74de65a30 --- /dev/null +++ b/data/playground/requirements.txt @@ -0,0 +1,4 @@ +pydantic>=2.6.1 +anthropic==0.31.2 +openai==1.82.1 +httpx==0.28.1 \ No newline at end of file diff --git a/data/playground/steps/api-steps/array.step.ts b/data/playground/steps/api-steps/array.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..f2a3f51dccab0e885fa916204df049875a9a2438 --- /dev/null +++ b/data/playground/steps/api-steps/array.step.ts @@ -0,0 +1,54 @@ +import { ApiRouteConfig, Handlers } from 'motia' +import { z } from 'zod' +import { petStoreService } from '../basic-tutorial/services/pet-store' +import { petSchema } from '../basic-tutorial/services/types' + +export const config: ApiRouteConfig = { + type: 'api', + name: 'ArrayStep', + description: 'Basic API Example step with Array in Body and in Response', + flows: ['array-step'], + + method: 'POST', + path: '/array', + bodySchema: z.array( + z.object({ + pet: z.object({ + name: z.string(), + photoUrl: z.string(), + }), + foodOrder: z + .object({ + id: z.string(), + quantity: z.number(), + }) + .optional(), + }), + ), + responseSchema: { + 200: z.array(petSchema), + }, + emits: ['process-food-order'], +} + +export const handler: Handlers['ArrayStep'] = async (req, { logger, emit }) => { + logger.info('Step 01 – Processing API Step', { body: req.body }) + + const [{ pet, foodOrder }] = req.body + const newPetRecord = await petStoreService.createPet(pet) + + logger.info('Pet and food order', { pet, foodOrder }) + + if (foodOrder) { + await emit({ + topic: 'process-food-order', + data: { + ...foodOrder, + email: 'test@test.com', // sample email + petId: newPetRecord.id, + }, + }) + } + + return { status: 200, body: [newPetRecord] } +} diff --git a/data/playground/steps/basic-tutorial/api.step.ts b/data/playground/steps/basic-tutorial/api.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..f18dbf18fc434a2d20a6a1c2e729304f2dfbc0fe --- /dev/null +++ b/data/playground/steps/basic-tutorial/api.step.ts @@ -0,0 +1,50 @@ +import { ApiRouteConfig, Handlers } from 'motia' +import { z } from 'zod' +import { petStoreService } from './services/pet-store' +import { petSchema } from './services/types' + +export const config: ApiRouteConfig = { + type: 'api', + name: 'ApiTrigger', + description: 'basic-tutorial api trigger', + flows: ['basic-tutorial'], + + method: 'POST', + path: '/basic-tutorial', + bodySchema: z.object({ + pet: z.object({ + name: z.string(), + photoUrl: z.string(), + }), + foodOrder: z + .object({ + id: z.string(), + quantity: z.number(), + }) + .optional(), + }), + responseSchema: { + 200: petSchema, + }, + emits: ['process-food-order'], +} + +export const handler: Handlers['ApiTrigger'] = async (req, { logger, traceId, emit }) => { + logger.info('Step 01 – Processing API Step', { body: req.body }) + + const { pet, foodOrder } = req.body + const newPetRecord = await petStoreService.createPet(pet) + + if (foodOrder) { + await emit({ + topic: 'process-food-order', + data: { + ...foodOrder, + email: 'test@test.com', // sample email + petId: newPetRecord.id, + }, + }) + } + + return { status: 200, body: { ...newPetRecord, traceId } } +} diff --git a/data/playground/steps/basic-tutorial/api.step.ts-features.json b/data/playground/steps/basic-tutorial/api.step.ts-features.json new file mode 100644 index 0000000000000000000000000000000000000000..a2502f17a1a48508e650f9af930cc94914407345 --- /dev/null +++ b/data/playground/steps/basic-tutorial/api.step.ts-features.json @@ -0,0 +1,67 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration. This is how you define the step's behavior and how it will be triggered.", + "lines": [ + "6-30" + ] + }, + { + "id": "api-configuration", + "title": "API Step", + "description": "Definition of an API endpoint", + "lines": [ + "12-13" + ] + }, + { + "id": "request-body", + "title": "Request body", + "description": "Definition of the expected request body. Motia will automatically generate types based on this schema.", + "lines": [ + "14-25" + ] + }, + { + "id": "response-payload", + "title": "Response Payload", + "description": "Definition of the expected response payload. Motia will generate the types automatically based on this schema. This is also important to create the Open API spec later.", + "lines": [ + "26-28" + ] + }, + { + "id": "event-driven-architecture", + "title": "Emits", + "description": "We can define the events that this step will emit. This is how we can trigger other Motia steps.", + "lines": [ + "29", + "39-46" + ] + }, + { + "id": "handler", + "title": "Handler", + "description": "The handler is the function that will be executed when the step is triggered. This one receives the request body and emits events.", + "lines": [ + "32-50" + ] + }, + { + "id": "logger", + "title": "Logger", + "description": "The logger is a utility that allows you to log messages to the console. It is available in the handler function. We encourage you to use it instead of console.log. It will automatically be tied to the trace id of the request.", + "lines": [ + "33" + ] + }, + { + "id": "http-response", + "title": "HTTP Response", + "description": "The handler can return a response to the client. It must comply with the responseSchema defined in the step configuration.", + "lines": [ + "49" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/basic-tutorial/notification.step.ts b/data/playground/steps/basic-tutorial/notification.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..04b638a63e299a791cee902569ebd5f154e772d3 --- /dev/null +++ b/data/playground/steps/basic-tutorial/notification.step.ts @@ -0,0 +1,35 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' + +export const config: EventConfig = { + type: 'event', + name: 'Notification', + description: 'Sends notifications to users', + flows: ['basic-tutorial'], + subscribes: ['notification'], + emits: [], + input: z.object({ + templateId: z.string(), + email: z.string(), + templateData: z.record(z.string(), z.any()), + }), +} + +export const handler: Handlers['Notification'] = async (input, { traceId, logger }) => { + const { email, ...data } = input + const redactedEmail = email.replace(/(?<=.{2}).(?=.*@)/g, '*') + + logger.info('Processing Notification', { data, email: redactedEmail }) + + /* + * This represents a call to some sort of + * notification service to indicate that a + * new order has been placed + */ + logger.info('New notification sent', { + templateId: data.templateId, + email: redactedEmail, + templateData: data.templateData, + traceId, + }) +} diff --git a/data/playground/steps/basic-tutorial/process-food-order.step.ts b/data/playground/steps/basic-tutorial/process-food-order.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..b2ea576de9b2372ca623410164e857217884df02 --- /dev/null +++ b/data/playground/steps/basic-tutorial/process-food-order.step.ts @@ -0,0 +1,44 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' +import { petStoreService } from './services/pet-store' + +export const config: EventConfig = { + type: 'event', + name: 'ProcessFoodOrder', + description: 'basic-tutorial event step, demonstrates how to consume an event from a topic and persist data in state', + flows: ['basic-tutorial'], + subscribes: ['process-food-order'], + emits: ['notification'], + input: z.object({ + email: z.string(), + quantity: z.number(), + petId: z.number(), + }), +} + +export const handler: Handlers['ProcessFoodOrder'] = async (input, { traceId, logger, state, emit }) => { + logger.info('Step 02 – Process food order', { input, traceId }) + + const order = await petStoreService.createOrder({ + ...input, + shipDate: new Date().toISOString(), + status: 'placed', + }) + + await state.set('orders', order.id, order) + + await emit({ + topic: 'notification', + data: { + email: input.email, + templateId: 'new-order', + templateData: { + status: order.status, + shipDate: order.shipDate, + id: order.id, + petId: order.petId, + quantity: order.quantity, + }, + }, + }) +} diff --git a/data/playground/steps/basic-tutorial/process-food-order.step.ts-features.json b/data/playground/steps/basic-tutorial/process-food-order.step.ts-features.json new file mode 100644 index 0000000000000000000000000000000000000000..c67f48b86b267e7c6f28cf97a1529e7e20dfc8d3 --- /dev/null +++ b/data/playground/steps/basic-tutorial/process-food-order.step.ts-features.json @@ -0,0 +1,67 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration. This is how you define the step's behavior and how it will be triggered.", + "lines": [ + "5-17" + ] + }, + { + "id": "event-configuration", + "title": "Event Step", + "description": "Definition of an event step that subscribes to specific topics", + "lines": [ + "6", + "10-11" + ] + }, + { + "id": "input-schema", + "title": "Input Schema", + "description": "Definition of the expected input data structure from the subscribed topic. Motia will automatically generate types based on this schema.", + "lines": [ + "12-16" + ] + }, + { + "id": "event-emits", + "title": "Emits", + "description": "We can define the events that this step will emit, triggering other Motia steps.", + "lines": [ + "11" + ] + }, + { + "id": "handler", + "title": "Handler", + "description": "The handler is the function that will be executed when the step receives an event from its subscribed topic. It processes the input data and can emit new events.", + "lines": [ + "19-44" + ] + }, + { + "id": "state", + "title": "State Management", + "description": "The handler demonstrates state management by storing order data that can be accessed by other steps.", + "lines": [ + "28" + ] + }, + { + "id": "event-emission", + "title": "Event Emission", + "description": "After processing the order, the handler emits a new event to notify other steps about the new order.", + "lines": [ + "30-43" + ] + }, + { + "id": "logger", + "title": "Logger", + "description": "The logger is a utility that allows you to log messages to the console. It is available in the handler function and automatically ties to the trace id of the request.", + "lines": [ + "20" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/basic-tutorial/services/pet-store.ts b/data/playground/steps/basic-tutorial/services/pet-store.ts new file mode 100644 index 0000000000000000000000000000000000000000..cddcdc78f8497fd9f2030579afc9515554680f66 --- /dev/null +++ b/data/playground/steps/basic-tutorial/services/pet-store.ts @@ -0,0 +1,29 @@ +import { Order, Pet } from './types' + +export const petStoreService = { + createPet: async (pet: Omit): Promise => { + const response = await fetch('https://petstore.swagger.io/v2/pet', { + method: 'POST', + body: JSON.stringify({ + name: pet?.name ?? '', + photoUrls: [pet?.photoUrl ?? ''], + status: 'available', + }), + headers: { 'Content-Type': 'application/json' }, + }) + return response.json() + }, + createOrder: async (order: Omit): Promise => { + const response = await fetch('https://petstore.swagger.io/v2/store/order', { + method: 'POST', + body: JSON.stringify({ + quantity: order?.quantity ?? 1, + petId: 1, + shipDate: order?.shipDate ?? new Date().toISOString(), + status: order?.status ?? 'placed', + }), + headers: { 'Content-Type': 'application/json' }, + }) + return response.json() + }, +} diff --git a/data/playground/steps/basic-tutorial/services/types.ts b/data/playground/steps/basic-tutorial/services/types.ts new file mode 100644 index 0000000000000000000000000000000000000000..7858970b648425c37933f104579ddbfef698c416 --- /dev/null +++ b/data/playground/steps/basic-tutorial/services/types.ts @@ -0,0 +1,21 @@ +import { z } from 'zod' + +export const petSchema = z.object({ + id: z.number(), + name: z.string(), + photoUrl: z.string(), +}) + +export const orderStatusSchema = z.enum(['placed', 'approved', 'delivered']) + +export const orderSchema = z.object({ + id: z.string(), + quantity: z.number(), + petId: z.number(), + shipDate: z.string(), + status: orderStatusSchema, +}) + +export type Pet = z.infer +export type Order = z.infer +export type OrderStatus = z.infer diff --git a/data/playground/steps/basic-tutorial/state-audit-cron.step.ts b/data/playground/steps/basic-tutorial/state-audit-cron.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..563e8223d4af12994124852e8e13bad74b9cfbe3 --- /dev/null +++ b/data/playground/steps/basic-tutorial/state-audit-cron.step.ts @@ -0,0 +1,51 @@ +import { CronConfig, Handlers } from 'motia' + +export const config: CronConfig = { + type: 'cron', + cron: '*/5 * * * *', // run every 5 minutes + name: 'StateAuditJob', + description: 'Checks the state for orders that are not complete and have a ship date in the past', + emits: ['notification'], + flows: ['basic-tutorial'], +} + +type Order = { + id: number + petId: number + quantity: number + shipDate: string + status: string + complete: boolean +} + +export const handler: Handlers['StateAuditJob'] = async ({ logger, state, emit }) => { + const stateValue = await state.getGroup('orders') + + for (const item of stateValue) { + // check if current date is after item.shipDate + const currentDate = new Date() + const shipDate = new Date(item.shipDate) + + if (!item.complete && currentDate > shipDate) { + logger.warn('Order is not complete and ship date is past', { + orderId: item.id, + shipDate: item.shipDate, + complete: item.complete, + }) + + await emit({ + topic: 'notification', + data: { + email: 'test@test.com', + templateId: 'order-audit-warning', + templateData: { + orderId: item.id, + status: item.status, + shipDate: item.shipDate, + message: 'Order is not complete and ship date is past', + }, + }, + }) + } + } +} diff --git a/data/playground/steps/basic-tutorial/state-audit-cron.step.ts-features.json b/data/playground/steps/basic-tutorial/state-audit-cron.step.ts-features.json new file mode 100644 index 0000000000000000000000000000000000000000..70a5c042b18b8d39d39eefe483621ce5956d2c4d --- /dev/null +++ b/data/playground/steps/basic-tutorial/state-audit-cron.step.ts-features.json @@ -0,0 +1,26 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration. This is how you define the step's behavior and how it will be triggered.", + "lines": [ + "3-10" + ] + }, + { + "id": "cron-configuration", + "title": "Cron Configuration", + "description": "Cron steps require a specific configuration structure with the 'type' field set to 'cron' and a valid cron expression.", + "lines": [ + "4-5" + ] + }, + { + "id": "handler", + "title": "Cron Step Handler", + "description": "The Cron step handler only receives one argument.", + "lines": [ + "21-51" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/cronExample/handlePeriodicJob.step.ts b/data/playground/steps/cronExample/handlePeriodicJob.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..13675eeaab3cd988343d3d169a30a25f82090d53 --- /dev/null +++ b/data/playground/steps/cronExample/handlePeriodicJob.step.ts @@ -0,0 +1,19 @@ +import { CronConfig, Handlers } from 'motia' + +export const config: CronConfig = { + type: 'cron', + name: 'HandlePeriodicJob', + description: 'Handles the periodic job event', + cron: '0 */1 * * *', + emits: ['periodic-job-handled'], + flows: ['cron-example'], +} + +export const handler: Handlers['HandlePeriodicJob'] = async ({ logger, emit }) => { + logger.info('Periodic job executed') + + await emit({ + topic: 'periodic-job-handled', + data: { message: 'Periodic job executed' }, + }) +} diff --git a/data/playground/steps/cronExample/periodicJobHandled.step.ts b/data/playground/steps/cronExample/periodicJobHandled.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..7145f3f57aaa3233d800bd5a7b7b99841a7f906b --- /dev/null +++ b/data/playground/steps/cronExample/periodicJobHandled.step.ts @@ -0,0 +1,18 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' + +export const config: EventConfig = { + type: 'event', + name: 'PeriodicJobHandled', + description: 'Handles the periodic job event', + subscribes: ['periodic-job-handled'], + input: z.object({ + message: z.string(), + }), + emits: ['tested'], + flows: ['cron-example'], +} + +export const handler: Handlers['PeriodicJobHandled'] = async (input, { logger }) => { + logger.info('Periodic job executed', { input }) +} diff --git a/data/playground/steps/default_python/api_step.py b/data/playground/steps/default_python/api_step.py new file mode 100644 index 0000000000000000000000000000000000000000..5f488630bb281818781d4d47dc802c1d4ef025e1 --- /dev/null +++ b/data/playground/steps/default_python/api_step.py @@ -0,0 +1,52 @@ +from pydantic import BaseModel +from typing import Optional +from .services.pet_store import pet_store_service +from .services.types import Pet + +class PetRequest(BaseModel): + name: str + photo_url: str + +class FoodOrder(BaseModel): + id: str + quantity: int + +class RequestBody(BaseModel): + pet: PetRequest + food_order: Optional[FoodOrder] = None + +config = { + "type": "api", + "name": "PythonApiTrigger", + "description": "basic-tutorial api trigger", + "flows": ["python-tutorial"], + "method": "POST", + "path": "/python-basic-tutorial", + "bodySchema": RequestBody.model_json_schema(), + "responseSchema": { + 200: Pet.model_json_schema(), + }, + "emits": ["python-process-food-order"], +} + +async def handler(req, context): + body = req.get("body", {}) + context.logger.info("Step 01 – Processing API Step", {"body": body}) + + pet = body.get("pet", {}) + food_order = body.get("food_order", {}) + + new_pet_record = await pet_store_service.create_pet(pet) + + if food_order: + await context.emit({ + "topic": "python-process-food-order", + "data": { + "id": food_order.get("id"), + "quantity": food_order.get("quantity"), + "email": "test@test.com", # sample email + "pet_id": new_pet_record.get("id"), + }, + }) + + return {"status": 200, "body": {**new_pet_record, "traceId": context.trace_id}} diff --git a/data/playground/steps/default_python/api_step.py-features.json b/data/playground/steps/default_python/api_step.py-features.json new file mode 100644 index 0000000000000000000000000000000000000000..b389008f951f89ac8859cff6a3037a42cbd6d1a3 --- /dev/null +++ b/data/playground/steps/default_python/api_step.py-features.json @@ -0,0 +1,69 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration, this is how you define the step's behavior and how it will be triggered.", + "lines": [ + "6-30" + ] + }, + { + "id": "api-configuration", + "title": "API Step", + "description": "Definition of an API endpoint", + "lines": [ + "23-24" + ] + }, + { + "id": "request-body", + "title": "Request body", + "description": "Definition of the expected request body. Motia will automatically generate types based on this schema.", + "lines": [ + "6-16", + "25" + ] + }, + { + "id": "response-payload", + "title": "Response Payload", + "description": "Definition of the expected response payload, Motia will generate the types automatically based on this schema. This is also important to create the Open API spec later.", + "lines": [ + "4", + "26-28" + ] + }, + { + "id": "event-driven-architecture", + "title": "Emits", + "description": "We can define the events that this step will emit, this is how we can trigger other Motia Steps.", + "lines": [ + "29", + "42-50" + ] + }, + { + "id": "handler", + "title": "Handler", + "description": "The handler is the function that will be executed when the step is triggered. This one receives the request body and emits events.", + "lines": [ + "32-52" + ] + }, + { + "id": "logger", + "title": "Logger", + "description": "The logger is a utility that allows you to log messages to the console. It is available in the handler function. We encourage you to use it instead of console.log. It will automatically be tied to the trace id of the request.", + "lines": [ + "34" + ] + }, + { + "id": "http-response", + "title": "HTTP Response", + "description": "The handler can return a response to the client. This is how we can return a response to the client. It must comply with the responseSchema defined in the step configuration.", + "lines": [ + "52" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/default_python/notification_step.py b/data/playground/steps/default_python/notification_step.py new file mode 100644 index 0000000000000000000000000000000000000000..4809f34ab1843b6c7879ace54b97cdc0c98150b6 --- /dev/null +++ b/data/playground/steps/default_python/notification_step.py @@ -0,0 +1,40 @@ +from pydantic import BaseModel +from typing import Dict, Any +import re + +class InputSchema(BaseModel): + template_id: str + email: str + template_data: Dict[str, Any] + +config = { + "type": "event", + "name": "PythonNotification", + "description": "Checks a state change", + "flows": ["python-tutorial"], + "subscribes": ["python-notification"], + "emits": [], + "input": InputSchema.model_json_schema(), +} + +async def handler(input_data, context): + email = input_data.get("email") + template_id = input_data.get("template_id") + template_data = input_data.get("template_data") + + redacted_email = re.sub(r'(?<=.{2}).(?=.*@)', '*', email) + + context.logger.info("Processing Notification", { + "template_id": template_id, + "template_data": template_data, + "email": redacted_email, + }) + + # This represents a call to some sort of + # notification service to indicate that a + # new order has been placed + context.logger.info("New notification sent", { + "template_id": template_id, + "email": redacted_email, + "template_data": template_data, + }) diff --git a/data/playground/steps/default_python/process_food_order_step.py b/data/playground/steps/default_python/process_food_order_step.py new file mode 100644 index 0000000000000000000000000000000000000000..50f2d5c58525b7e699d79f6c6fed6a138f61f728 --- /dev/null +++ b/data/playground/steps/default_python/process_food_order_step.py @@ -0,0 +1,50 @@ +from pydantic import BaseModel +from datetime import datetime +from .services.pet_store import pet_store_service + +class InputSchema(BaseModel): + id: str + email: str + quantity: int + pet_id: int + +config = { + "type": "event", + "name": "PythonProcessFoodOrder", + "description": "basic-tutorial event step, demonstrates how to consume an event from a topic and persist data in state", + "flows": ["python-tutorial"], + "subscribes": ["python-process-food-order"], + "emits": ["python-notification"], + "input": InputSchema.model_json_schema(), +} + +async def handler(input_data, context): + context.logger.info("Step 02 – Process food order", {"input": input_data}) + + order = await pet_store_service.create_order({ + "id": input_data.get("id"), + "quantity": input_data.get("quantity"), + "pet_id": input_data.get("pet_id"), + "email": input_data.get("email"), + "ship_date": datetime.now().isoformat(), + "status": "placed", + }) + + context.logger.info("Order created", {"order": order}) + + await context.state.set("orders_python", order.get("id"), order) + + await context.emit({ + "topic": "python-notification", + "data": { + "email": input_data["email"], + "template_id": "new-order", + "template_data": { + "status": order.get("status"), + "ship_date": order.get("shipDate"), + "id": order.get("id"), + "pet_id": order.get("petId"), + "quantity": order.get("quantity"), + }, + }, + }) diff --git a/data/playground/steps/default_python/process_food_order_step.py-features.json b/data/playground/steps/default_python/process_food_order_step.py-features.json new file mode 100644 index 0000000000000000000000000000000000000000..9be2566bdd7aaa32ddf7d9931c2f8dafb5b2c333 --- /dev/null +++ b/data/playground/steps/default_python/process_food_order_step.py-features.json @@ -0,0 +1,68 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration, this is how you define the step's behavior and how it will be triggered.", + "lines": [ + "5-19" + ] + }, + { + "id": "event-configuration", + "title": "Event Step", + "description": "Definition of an event step that subscribes to specific topics", + "lines": [ + "12", + "15-16" + ] + }, + { + "id": "input-schema", + "title": "Input Schema", + "description": "Definition of the expected input data structure from the subscribed topic. Motia will automatically generate types based on this schema.", + "lines": [ + "5-9", + "17" + ] + }, + { + "id": "event-emits", + "title": "Emits", + "description": "We can define the events that this step will emit, triggering other Motia Steps.", + "lines": [ + "17" + ] + }, + { + "id": "handler", + "title": "Handler", + "description": "The handler is the function that will be executed when the step receives an event from its subscribed topic. It processes the input data and can emit new events.", + "lines": [ + "21-50" + ] + }, + { + "id": "state", + "title": "State Management", + "description": "The handler demonstrates state management by storing order data that can be accessed by other steps.", + "lines": [ + "35" + ] + }, + { + "id": "event-emission", + "title": "Event Emission", + "description": "After processing the order, the handler emits a new event to notify other steps about the new order.", + "lines": [ + "37-50" + ] + }, + { + "id": "logger", + "title": "Logger", + "description": "The logger is a utility that allows you to log messages to the console. It is available in the handler function and automatically ties to the trace id of the request.", + "lines": [ + "22" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/default_python/services/__init__.py b/data/playground/steps/default_python/services/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/data/playground/steps/default_python/services/pet_store.py b/data/playground/steps/default_python/services/pet_store.py new file mode 100644 index 0000000000000000000000000000000000000000..eb66b2571cdc2653ff099dcb6d81179fd09e12cc --- /dev/null +++ b/data/playground/steps/default_python/services/pet_store.py @@ -0,0 +1,37 @@ +import httpx +from typing import Dict, Any +from .types import Order, Pet + +class PetStoreService: + async def create_pet(self, pet: Dict[str, Any]) -> Pet: + pet_data = { + "name": pet.get("name", ""), + "photoUrls": [pet.get("photo_url", "")], + "status": "available" + } + + async with httpx.AsyncClient() as client: + response = await client.post( + 'https://petstore.swagger.io/v2/pet', + json=pet_data, + headers={'Content-Type': 'application/json'} + ) + return response.json() + + async def create_order(self, order: Dict[str, Any]) -> Order: + async with httpx.AsyncClient() as client: + order_data = { + "quantity": order.get("quantity", 1), + "petId": 1, + "shipDate": order.get("ship_date", "2025-08-22T22:07:04.730Z"), + "status": order.get("status", "placed"), + } + + response = await client.post( + 'https://petstore.swagger.io/v2/store/order', + json=order_data, + headers={'Content-Type': 'application/json'} + ) + return response.json() + +pet_store_service = PetStoreService() \ No newline at end of file diff --git a/data/playground/steps/default_python/services/types.py b/data/playground/steps/default_python/services/types.py new file mode 100644 index 0000000000000000000000000000000000000000..6f23583aabdf17ccfe7e0fb8bf8602fb85bb8461 --- /dev/null +++ b/data/playground/steps/default_python/services/types.py @@ -0,0 +1,19 @@ +from pydantic import BaseModel +from enum import Enum + +class OrderStatus(str, Enum): + PLACED = "placed" + APPROVED = "approved" + DELIVERED = "delivered" + +class Pet(BaseModel): + id: int + name: str + photoUrl: str + +class Order(BaseModel): + id: str + quantity: int + petId: int + shipDate: str + status: OrderStatus diff --git a/data/playground/steps/default_python/state_audit_cron_step.py b/data/playground/steps/default_python/state_audit_cron_step.py new file mode 100644 index 0000000000000000000000000000000000000000..58dde1a0c0f56cc205720e2ed5df408211d7d065 --- /dev/null +++ b/data/playground/steps/default_python/state_audit_cron_step.py @@ -0,0 +1,39 @@ +from datetime import datetime, timezone + +config = { + "type": "cron", + "cron": "*/5 * * * *", # run every 5 minutes + "name": "PythonStateAuditJob", + "description": "Checks the state for orders that are not complete and have a ship date in the past", + "emits": ["python-notification"], + "flows": ["python-tutorial"], +} + +async def handler(context): + state_value = await context.state.get_group("orders_python") + + for item in state_value: + # check if current date is after item.ship_date + current_date = datetime.now(timezone.utc) + ship_date = datetime.fromisoformat(item.get("shipDate", "").replace('Z', '+00:00')) + + if not item.get("complete", False) and current_date > ship_date: + context.logger.warn("Order is not complete and ship date is past", { + "order_id": item.get("id"), + "ship_date": item.get("shipDate"), + "complete": item.get("complete", False), + }) + + await context.emit({ + "topic": "python-notification", + "data": { + "email": "test@test.com", + "template_id": "order-audit-warning", + "template_data": { + "order_id": item.get("id"), + "status": item.get("status"), + "ship_date": item.get("shipDate"), + "message": "Order is not complete and ship date is past", + }, + }, + }) diff --git a/data/playground/steps/default_python/state_audit_cron_step.py-features.json b/data/playground/steps/default_python/state_audit_cron_step.py-features.json new file mode 100644 index 0000000000000000000000000000000000000000..c805657960c4e9b0aa1863ac533a9325207761e4 --- /dev/null +++ b/data/playground/steps/default_python/state_audit_cron_step.py-features.json @@ -0,0 +1,26 @@ +[ + { + "id": "step-configuration", + "title": "Step Configuration", + "description": "All steps should have a defined configuration, this is how you define the step's behavior and how it will be triggered.", + "lines": [ + "3-10" + ] + }, + { + "id": "cron-configuration", + "title": "Cron Configuration", + "description": "Cron steps require a specific configuration structure with the 'type' field set to 'cron' and a valid cron expression.", + "lines": [ + "4-5" + ] + }, + { + "id": "handler", + "title": "Cron Step Handler", + "description": "The Cron step handler only receives one argument.", + "lines": [ + "12-39" + ] + } +] \ No newline at end of file diff --git a/data/playground/steps/open-ai/00-open-ai-message.stream.ts b/data/playground/steps/open-ai/00-open-ai-message.stream.ts new file mode 100644 index 0000000000000000000000000000000000000000..d40b1622a23f6a9456094168379d930abfd68d32 --- /dev/null +++ b/data/playground/steps/open-ai/00-open-ai-message.stream.ts @@ -0,0 +1,16 @@ +import { StreamConfig } from 'motia' +import { z } from 'zod' + +export const messageSchema = z.object({ + message: z.string(), + from: z.enum(['user', 'assistant']), + status: z.enum(['created', 'pending', 'completed']), +}) + +export type Message = z.infer + +export const config: StreamConfig = { + name: 'message', + schema: messageSchema, + baseConfig: { storageType: 'default' }, +} diff --git a/data/playground/steps/open-ai/01-prompt-api.step.ts b/data/playground/steps/open-ai/01-prompt-api.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..7a7e3837e46004a6d52a13e6adc490bf5987759d --- /dev/null +++ b/data/playground/steps/open-ai/01-prompt-api.step.ts @@ -0,0 +1,41 @@ +import { ApiRouteConfig, Handlers } from 'motia' +import { z } from 'zod' +import { messageSchema } from './00-open-ai-message.stream' +import { randomUUID } from 'crypto' + +const inputSchema = z.object({ + message: z.string({ description: 'The message to send to OpenAI' }), +}) + +export const config: ApiRouteConfig = { + type: 'api', + name: 'OpenAiApi', + description: 'Call OpenAI', + path: '/open-ai/:threadId', + method: 'POST', + emits: ['openai-prompt'], + flows: ['open-ai'], + bodySchema: inputSchema, + responseSchema: { 200: messageSchema }, +} + +export const handler: Handlers['OpenAiApi'] = async (req, { logger, emit, streams }) => { + logger.info('[Call OpenAI] Received callOpenAi event', { message: req.body.message }) + + const { message } = req.body + const { threadId } = req.pathParams + + const userMessageId = randomUUID() + const assistantMessageId = randomUUID() + + await streams.message.set(threadId, userMessageId, { message, from: 'user', status: 'created' }) + const assistantMessage = await streams.message.set(threadId, assistantMessageId, { + message: '', + from: 'assistant', + status: 'created', + }) + + await emit({ topic: 'openai-prompt', data: { message, threadId, assistantMessageId } }) + + return { status: 200, body: assistantMessage } +} diff --git a/data/playground/steps/open-ai/02-prompt.step.ts b/data/playground/steps/open-ai/02-prompt.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..14fcd11c79cc170f79d3e03484f70c2ff223ef9c --- /dev/null +++ b/data/playground/steps/open-ai/02-prompt.step.ts @@ -0,0 +1,66 @@ +import { EventConfig, Handlers } from 'motia' +import { OpenAI } from 'openai' +import { z } from 'zod' + +export const config: EventConfig = { + type: 'event', + name: 'CallOpenAi', + description: 'Call OpenAI', + subscribes: ['openai-prompt'], + emits: [], + input: z.object({ + message: z.string({ description: 'The message to send to OpenAI' }), + assistantMessageId: z.string({ description: 'The assistant message ID' }), + threadId: z.string({ description: 'The thread ID' }), + }), + flows: ['open-ai'], +} + +export const handler: Handlers['CallOpenAi'] = async (input, context) => { + const { logger } = context + const { message, assistantMessageId, threadId } = input + const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY_ }) + const assistantId = 'asst_bYwnoUmhK87FRqhQKDJZSkZQ' + + logger.info('Starting OpenAI response') + + let openAiThreadId = await context.state.get('openai-thread-id', threadId) + const messageResult: string[] = [] + + if (!openAiThreadId) { + const thread = await openai.beta.threads.create() + openAiThreadId = thread.id + await context.state.set('openai-thread-id', threadId, openAiThreadId) + } + + await openai.beta.threads.messages.create(openAiThreadId, { content: message, role: 'user' }) + + const threadStream = openai.beta.threads.runs.stream(openAiThreadId, { + assistant_id: assistantId, + model: 'gpt-4o-mini', + }) + + for await (const chunk of threadStream) { + if (chunk.event === 'thread.message.delta') { + const delta = chunk.data.delta.content?.[0] + + if (delta?.type === 'text') { + messageResult.push(delta.text?.value || '') + + await context.streams.message.set(threadId, assistantMessageId, { + message: messageResult.join(''), + from: 'assistant', + status: 'pending', + }) + } + } + } + + await context.streams.message.set(threadId, assistantMessageId, { + message: messageResult.join(''), + from: 'assistant', + status: 'completed', + }) + + logger.info('OpenAI response completed') +} diff --git a/data/playground/steps/open_ai_python/open_ai_message_stream.py b/data/playground/steps/open_ai_python/open_ai_message_stream.py new file mode 100644 index 0000000000000000000000000000000000000000..e3acebf8e37fab267f2d5f6266734665ce4687b2 --- /dev/null +++ b/data/playground/steps/open_ai_python/open_ai_message_stream.py @@ -0,0 +1,9 @@ +config = { + "name": "message_python", + "schema": { + "type": "object", + "properties": {"message": { "type": "string" }}, + "required": ["message"], + }, + "baseConfig": { "storageType": "default" }, +} diff --git a/data/playground/steps/open_ai_python/prompt_api_step.py b/data/playground/steps/open_ai_python/prompt_api_step.py new file mode 100644 index 0000000000000000000000000000000000000000..5455a8a01e00dd61f23f8338892365828c30d7c6 --- /dev/null +++ b/data/playground/steps/open_ai_python/prompt_api_step.py @@ -0,0 +1,49 @@ +import uuid + +config = { + "type": "api", + "name": "OpenAiApiPython", + "description": "Call OpenAI", + "path": "/open-ai-python", + "method": "POST", + "emits": ["openai-prompt-python"], + "flows": ["open-ai"], + "bodySchema": { + "type": "object", + "properties": { + "message": { "type": "string", "description": "The message to send to OpenAI" }, + "threadId": { "type": "string", "description": "The thread ID" } + }, + "required": ["message"] + }, + "responseSchema": { + "200": { + "type": "object", + "properties": { + "threadId": { "type": "string", "description": "The thread ID" } + }, + "required": ["threadId"] + } + } +} + +async def handler(req, context): + body = req.get("body", {}) + context.logger.info("[Call OpenAI] Received callOpenAi event", {"message": body.get("message")}) + + message = body.get("message") + thread_id = body.get("threadId", str(uuid.uuid4())) + assistant_message_id = str(uuid.uuid4()) + + result = await context.streams.message_python.set(thread_id, assistant_message_id, {"message": ""}) + + await context.emit({ + "topic": "openai-prompt-python", + "data": { + "message": message, + "threadId": thread_id, + "assistantMessageId": assistant_message_id + } + }) + + return { "status": 200, "body": result } diff --git a/data/playground/steps/open_ai_python/prompt_step.py b/data/playground/steps/open_ai_python/prompt_step.py new file mode 100644 index 0000000000000000000000000000000000000000..6e64196a64c6c5b93c3ab980e873ae6cbf28deda --- /dev/null +++ b/data/playground/steps/open_ai_python/prompt_step.py @@ -0,0 +1,46 @@ +from openai import OpenAI +import os + +config = { + "type": "event", + "name": "CallOpenAiPython", + "description": "Call OpenAI", + "subscribes": ["openai-prompt-python"], + "emits": [], + "input": { + "type": "object", + "properties": { + "message": {"type": "string","description": "The message to send to OpenAI"}, + "assistantMessageId": {"type": "string","description": "The assistant message ID"}, + "threadId": {"type": "string","description": "The thread ID"} + }, + "required": ["message", "assistantMessageId", "threadId"] + }, + "flows": ["open-ai"] +} + +async def handler(input, context): + logger = context.logger + message = input["message"] + assistant_message_id = input["assistantMessageId"] + thread_id = input["threadId"] + openai = OpenAI(api_key=os.getenv("OPENAI_API_KEY_")) + + logger.info("Starting OpenAI response") + + response = openai.chat.completions.create( + model="gpt-4o-mini", + messages=[{"role": "user", "content": message}], + stream=True + ) + + message_result = [] + + for chunk in response: + if chunk.choices[0].delta.content: + message_result.append(chunk.choices[0].delta.content) + context.streams.message_python.set(thread_id, assistant_message_id, {"message": "".join(message_result)}) + + context.streams.message_python.set(thread_id, assistant_message_id, {"message": "".join(message_result)}) + + logger.info("OpenAI response completed") diff --git a/data/playground/steps/parallelMergeState/joinComplete.step.ts b/data/playground/steps/parallelMergeState/joinComplete.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0a224dcee8e63823e9b4ed3d02131135aa4faff --- /dev/null +++ b/data/playground/steps/parallelMergeState/joinComplete.step.ts @@ -0,0 +1,18 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' + +const stepSchema = z.object({ msg: z.string(), timestamp: z.number() }) + +export const config: EventConfig = { + type: 'event', + name: 'JoinComplete', + description: 'Logs the merge', + subscribes: ['pms.join.complete'], + emits: [], + input: z.object({ stepA: stepSchema, stepB: stepSchema, stepC: stepSchema, mergedAt: z.string() }), + flows: ['parallel-merge'], +} + +export const handler: Handlers['JoinComplete'] = async (input, { logger }) => { + logger.info('[Join Complete] Handling Join Complete', { input }) +} diff --git a/data/playground/steps/parallelMergeState/joinStep.step.ts b/data/playground/steps/parallelMergeState/joinStep.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..2909fd735851c46597b3eb24fcdf22956a99c318 --- /dev/null +++ b/data/playground/steps/parallelMergeState/joinStep.step.ts @@ -0,0 +1,34 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' +import { ParallelMergeStep } from './parallelMerge.types' + +export const config: EventConfig = { + type: 'event', + name: 'join-step', + description: 'Merges the results of parallel steps', + subscribes: ['pms.stepA.done', 'pms.stepB.done', 'pms.stepC.done'], + emits: ['pms.join.complete'], + input: z.object({ msg: z.string(), timestamp: z.number() }), + flows: ['parallel-merge'], +} + +export const handler: Handlers['join-step'] = async (input, { emit, traceId, state, logger }) => { + logger.info('[join-step] Handling Join Step', { input }) + + const stepA = await state.get(traceId, 'stepA') + const stepB = await state.get(traceId, 'stepB') + const stepC = await state.get(traceId, 'stepC') + + if (!stepA || !stepB || !stepC) { + logger.info('[join-step] Not all steps done yet, ignoring for now.', { stepA, stepB, stepC }) + return + } + + logger.info('[join-step] All steps are complete. Merging results...', { stepA, stepB, stepC }) + + const mergedAt = new Date().toISOString() + const merged = { stepA, stepB, stepC, mergedAt } + + await emit({ topic: 'pms.join.complete', data: merged }) + await state.clear(traceId) +} diff --git a/data/playground/steps/parallelMergeState/noopStartButton.step.ts b/data/playground/steps/parallelMergeState/noopStartButton.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..7f9bd0ef7ce936d40eaab4cf58a3fbb883b310a4 --- /dev/null +++ b/data/playground/steps/parallelMergeState/noopStartButton.step.ts @@ -0,0 +1,10 @@ +import { NoopConfig } from 'motia' + +export const config: NoopConfig = { + type: 'noop', + name: 'Test the flow', + description: 'This node does nothing, but it is useful for testing the flow', + virtualSubscribes: [], + virtualEmits: ['/api/parallel-merge'], + flows: ['parallel-merge'], +} diff --git a/data/playground/steps/parallelMergeState/noopStartButton.step.tsx b/data/playground/steps/parallelMergeState/noopStartButton.step.tsx new file mode 100644 index 0000000000000000000000000000000000000000..29f1ec5f7719c114264cb30619d5b4447cb398f0 --- /dev/null +++ b/data/playground/steps/parallelMergeState/noopStartButton.step.tsx @@ -0,0 +1,15 @@ +import { BaseNode, NoopNodeProps } from '@motiadev/workbench' +import { Button } from '@motiadev/ui' +import React from 'react' + +export const Node: React.FC = (data) => { + const start = () => { + fetch('/api/parallel-merge', { method: 'POST' }) + } + + return ( + + + + ) +} diff --git a/data/playground/steps/parallelMergeState/parallelMerge.types.ts b/data/playground/steps/parallelMergeState/parallelMerge.types.ts new file mode 100644 index 0000000000000000000000000000000000000000..a1231c4d2717f7623425b44e75c91bb336081555 --- /dev/null +++ b/data/playground/steps/parallelMergeState/parallelMerge.types.ts @@ -0,0 +1 @@ +export type ParallelMergeStep = { msg: string; timestamp: number } diff --git a/data/playground/steps/parallelMergeState/startParallelMerge.step.ts b/data/playground/steps/parallelMergeState/startParallelMerge.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..c53b8a3b8aa7ede53f9336afd4eaf3376c07145c --- /dev/null +++ b/data/playground/steps/parallelMergeState/startParallelMerge.step.ts @@ -0,0 +1,41 @@ +import { ApiRouteConfig, Handlers, ApiMiddleware } from 'motia' + +const timingMiddleware: ApiMiddleware = async (_, ctx, next) => { + const start = Date.now() + + const response = await next() + + const duration = Date.now() - start + ctx.logger.info(`Request completed in ${duration}ms`) + + return response +} + +export const config: ApiRouteConfig = { + type: 'api', + name: 'Parallel Merge', + description: 'Triggered when a message is received from parallel merge', + path: '/api/parallel-merge', + method: 'POST', + virtualSubscribes: ['/api/parallel-merge'], + emits: ['pms.start'], + flows: ['parallel-merge'], + middleware: [timingMiddleware], +} + +export const handler: Handlers['Parallel Merge'] = async (_, { emit, logger, traceId }) => { + logger.info('Starting parallel merge') + + await emit({ + topic: 'pms.start', + data: {}, + }) + + return { + status: 200, + body: { + traceId, + message: 'Started parallel merge', + }, + } +} diff --git a/data/playground/steps/parallelMergeState/stepA.step.ts b/data/playground/steps/parallelMergeState/stepA.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..09d6a404fd577c43a50465d9cc768731c4660ec9 --- /dev/null +++ b/data/playground/steps/parallelMergeState/stepA.step.ts @@ -0,0 +1,27 @@ +import { z } from 'zod' +import { EventConfig, Handlers } from 'motia' +import { ParallelMergeStep } from './parallelMerge.types' + +export const config: EventConfig = { + type: 'event', + name: 'stepA', + description: 'Hello from Step A', + subscribes: ['pms.start'], + emits: ['pms.stepA.done'], + input: z.object({}), + flows: ['parallel-merge'], +} + +export const handler: Handlers['stepA'] = async (_, { emit, traceId, state, logger }) => { + logger.info('[stepA] received pms.start') + + await new Promise((resolve) => setTimeout(resolve, 300)) + + const partialResultA: ParallelMergeStep = { msg: 'Hello from Step A', timestamp: Date.now() } + await state.set(traceId, 'stepA', partialResultA) + + await emit({ + topic: 'pms.stepA.done', + data: partialResultA, + }) +} diff --git a/data/playground/steps/parallelMergeState/stepB_step.py b/data/playground/steps/parallelMergeState/stepB_step.py new file mode 100644 index 0000000000000000000000000000000000000000..a7699fa207c66ebf00babc5f976a500db062928e --- /dev/null +++ b/data/playground/steps/parallelMergeState/stepB_step.py @@ -0,0 +1,32 @@ +import time + +# Python equivalent of zod schema validation would need to be implemented +# For now using simple dict for config + +config = { + "type": "event", + "name": "stepB", + "description": "Hello from Step B", + "subscribes": ["pms.start"], + "emits": ["pms.stepB.done"], + "flows": ["parallel-merge"] +} + +async def handler(_, context): + context.logger.info("[stepB] received pms.start") + + partial_result_b = { + "msg": "Hello from Step B", + "timestamp": int(time.time() * 1000) # Current timestamp in ms + } + + context.logger.info("[stepB] setting state") + await context.state.set(context.trace_id, "stepB", partial_result_b) + context.logger.info("[stepB] state set") + + await context.emit({ + "topic": "pms.stepB.done", + "data": partial_result_b + }) + + context.logger.info("[stepB] done") \ No newline at end of file diff --git a/data/playground/steps/parallelMergeState/stepC_step.py b/data/playground/steps/parallelMergeState/stepC_step.py new file mode 100644 index 0000000000000000000000000000000000000000..63ad49cecb1988388fe5a1ecc909de714ce657eb --- /dev/null +++ b/data/playground/steps/parallelMergeState/stepC_step.py @@ -0,0 +1,29 @@ +import time + +config = { + "type": "event", + "name": "stepC", + "description": "Hello from Step C", + "subscribes": ["pms.start"], + "emits": ["pms.stepC.done"], + "flows": ["parallel-merge"] +} + +async def handler(_, context): + context.logger.info("[stepC] received pms.start") + + partial_result_c = { + "msg": "Hello from Step C", + "timestamp": int(time.time() * 1000) # Current timestamp in ms + } + + context.logger.info("[stepC] setting state") + await context.state.set(context.trace_id, "stepC", partial_result_c) + context.logger.info("[stepC] state set") + + await context.emit({ + "topic": "pms.stepC.done", + "data": partial_result_c + }) + + context.logger.info("[stepC] done") \ No newline at end of file diff --git a/data/playground/steps/simplePython/api_endpoint_step.py b/data/playground/steps/simplePython/api_endpoint_step.py new file mode 100644 index 0000000000000000000000000000000000000000..1b38015418f1315ed1dfe10df55f5dad04f81e88 --- /dev/null +++ b/data/playground/steps/simplePython/api_endpoint_step.py @@ -0,0 +1,45 @@ +async def enrich_data(req, ctx, next_fn): + try: + ctx.logger.info("enriching data") + req["enriched"] = "yes" + return await next_fn() + except Exception as error: + ctx.logger.error('Error in handler', {'error': str(error)}) + return { + 'status': 500, + 'body': {'error': 'Internal server error'} + } + +config = { + "type": "api", + "name": "Test API Endpoint", + "emits": ["test"], + "flows": ["simple-python"], + + "path": "/test-python", + "method": "POST", + + "middleware": [ + enrich_data + ] +} + +async def handler(req, context): + if req.get("enriched") == "yes": + await context.state.set(context.trace_id, "enriched", "yes") + context.logger.info("enriched is yes") + else: + await context.state.set(context.trace_id, "enriched", "no") + context.logger.error("enriched is not yes") + + context.logger.info("this is a test", { "body": req.get("body"), "req": req }) + + await context.emit({ "topic": "test", "data": req.get("body") }) + await context.state.set(context.trace_id, "message", "hello world") + + context.logger.info("State set", { "message": "hello world" }) + + return { + "status": 200, + "body": { "message": "payload processed" } + } diff --git a/data/playground/steps/simplePython/api_endpoint_step.tsx b/data/playground/steps/simplePython/api_endpoint_step.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0080378e78fd84e81edc9f7c72f5edc9f483293b --- /dev/null +++ b/data/playground/steps/simplePython/api_endpoint_step.tsx @@ -0,0 +1,21 @@ +import { ApiNode, ApiNodeProps } from '@motiadev/workbench' +import { Button } from '@motiadev/ui' +import React from 'react' + +export const Node: React.FC = (data) => { + const start = () => { + fetch('/test-python', { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ message: 'hello world' }), + }) + } + + return ( + + + + ) +} diff --git a/data/playground/steps/simplePython/test_event_step.py b/data/playground/steps/simplePython/test_event_step.py new file mode 100644 index 0000000000000000000000000000000000000000..b9ee06bd1dc59b28c3c6fe51492d1e0915db37a8 --- /dev/null +++ b/data/playground/steps/simplePython/test_event_step.py @@ -0,0 +1,21 @@ +config = { + "type": "event", + "name": "Test Event", + "subscribes": ["test"], + "emits": ["tested"], + "input": None, # No schema validation in Python version + "flows": ["simple-python"] +} + +async def handler(input, context): + context.logger.info("this is a test", input) + + enriched = await context.state.get(context.trace_id, "enriched") + + await context.emit({ + "topic": "tested", + "data": { + "message": "hello world", + "enriched": enriched + } + }) \ No newline at end of file diff --git a/data/playground/steps/simplePython/tested_event_step.py b/data/playground/steps/simplePython/tested_event_step.py new file mode 100644 index 0000000000000000000000000000000000000000..03d5674551ab91ef5c00b39d3f604db7cb494dfd --- /dev/null +++ b/data/playground/steps/simplePython/tested_event_step.py @@ -0,0 +1,13 @@ +config = { + "type": "event", + "name": "Tested Event", + "subscribes": ["tested"], + "emits": [], + "input": None, + "flows": ["simple-python"] +} + +async def handler(input, context): + context.logger.info("event has been received", input) + message = await context.state.get(context.trace_id, "message") + context.logger.info("State requested", {"message": message }) diff --git a/data/playground/steps/testState/testState.api.step.ts b/data/playground/steps/testState/testState.api.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..6aa97f0f55a8f818a96c6ec7baa324c465def0dc --- /dev/null +++ b/data/playground/steps/testState/testState.api.step.ts @@ -0,0 +1,27 @@ +import { ApiRouteConfig, Handlers } from 'motia' +import { z } from 'zod' + +export const config: ApiRouteConfig = { + type: 'api', + name: 'TestStateApiTrigger', + description: 'test state', + path: '/test-state', + method: 'POST', + emits: ['test-state-python'], + bodySchema: z.object({}), + flows: ['test-state'], +} + +export const handler: Handlers['TestStateApiTrigger'] = async (req, { logger, emit }) => { + logger.info('[Test motia state] triggering api step', req) + + await emit({ + topic: 'test-state-python', + data: {}, + }) + + return { + status: 200, + body: { message: 'test-state topic emitted' }, + } +} diff --git a/data/playground/steps/testState/testStateCheck.step.ts b/data/playground/steps/testState/testStateCheck.step.ts new file mode 100644 index 0000000000000000000000000000000000000000..8660ef86174f844c6ed8da5cd17abf0af3c48d15 --- /dev/null +++ b/data/playground/steps/testState/testStateCheck.step.ts @@ -0,0 +1,29 @@ +import { EventConfig, Handlers } from 'motia' +import { z } from 'zod' +import equal from 'deep-equal' + +export const config: EventConfig = { + type: 'event', + name: 'TestStateCheck', + description: 'check state change', + subscribes: ['test-state-check'], + emits: [], + input: z.object({ + key: z.string(), + expected: z.optional(z.unknown()), + }), + flows: ['test-state'], +} + +export const handler: Handlers['TestStateCheck'] = async (input, { traceId, logger, state }) => { + logger.info('[Test motia state with TS] received check-state-change event', input) + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const value = await state.get(traceId, input.key) + + if (!equal(value.data, input.expected, { strict: true })) { + logger.error(`[Test motia state with TS] state value is not as expected`, { value, expected: input.expected }) + } else { + logger.info(`[Test motia state with TS] state value is as expected 🏁 🟢`) + } +} diff --git a/data/playground/steps/testState/test_state_step.py b/data/playground/steps/testState/test_state_step.py new file mode 100644 index 0000000000000000000000000000000000000000..dd086ecc60e00ae9163e02f845f7d9ab6062bae5 --- /dev/null +++ b/data/playground/steps/testState/test_state_step.py @@ -0,0 +1,28 @@ +config = { + "type": "event", + "name": "Test State With Python", + "subscribes": ["test-state-python"], + "emits": ["test-state-check"], + "input": { + "key": { "type": "string" }, + "expected": { "type": "string" }, + }, + "flows": ["test-state"] +} + +async def handler(args, ctx): + ctx.logger.info('[Test motia state with python] received test-state event', args) + + value = {"state": {"with": {"nested": {"value": 1}}}} + + ctx.logger.info('[Test motia state with python] setting state value', value) + + await ctx.state.set(ctx.trace_id, 'python_state', value) + + await ctx.emit({ + "topic": "test-state-check", + "data": { + "key": "python_state", + "expected": value + }, + }) diff --git a/data/playground/tsconfig.json b/data/playground/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..d84bb941f5809595401cc09e2722a979ff0b21ca --- /dev/null +++ b/data/playground/tsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "ESNext", + "moduleResolution": "Node", + "esModuleInterop": true, + "strict": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "allowJs": true, + "outDir": "dist", + "rootDir": ".", + "baseUrl": ".", + "jsx": "react-jsx" + }, + "include": ["**/*.ts", "motia.mts", "**/*.tsx", "types.d.ts", "**/*.jsx"], + "exclude": ["node_modules", "dist", "tests"] +} diff --git a/data/playground/tutorial.tsx b/data/playground/tutorial.tsx new file mode 100644 index 0000000000000000000000000000000000000000..7657ae7958886822331d59c313c0f1378fcf38cb --- /dev/null +++ b/data/playground/tutorial.tsx @@ -0,0 +1,660 @@ +import { workbenchXPath, TutorialStep } from '@motiadev/workbench' + +export const steps: TutorialStep[] = [ + { + title: 'Welcome to Motia', + image: { + height: 200, + src: 'https://github.com/MotiaDev/motia/raw/main/packages/docs/public/github-readme-banner.png', + }, + description: () => ( +

+ Motia is an all-in-one framework for modern backend systems. Out of the box support for API endpoints, + background jobs, scheduled tasks and agentic workflow orchestration through a unified runtime. Thanks to its + event driven architecture you can run tasks in parallel, stream data to clients, or allow for seamless + orchestration of flows. +
+
+ Let's start with Workbench, it is a development tool provided by Motia's ecosystem, from here you'll be + able to visualize your flows and observe their behavior. +
+
+ 💡 If you are already familiar with Motia, you can skip this tutorial. +

+ ), + }, + + // Flows + + { + elementXpath: workbenchXPath.flows.node('apitrigger'), + title: 'API Step', + link: 'https://www.motia.dev/docs/concepts/steps/api', + description: () => ( +

+ Let's evaluate the Step that will allow you to receive traffic from external applications, API Steps will allow + you to expose an HTTP endpoint for external traffic. +

+ ), + before: [ + { type: 'click', selector: workbenchXPath.links.flows }, + { type: 'click', selector: workbenchXPath.flows.dropdownFlow('basic-tutorial') }, + ], + }, + { + elementXpath: workbenchXPath.flows.previewButton('apitrigger'), + title: 'Code Preview', + description: () =>

Clicking on this icon will allow you to visualize the source code for a given Step.

, + before: [ + { + type: 'click', + selector: workbenchXPath.closePanelButton, + optional: true, + }, + ], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Step Config', + description: () => ( +
+

+ All Steps are defined by two main components, the configuration and the handler. +
+
+ Let's start with the configuration, the common config attributes are + type, name, description, and flows. +
+
+

+
    +
  • + The type attribute is important since it declares the type of Step +
  • +
  • + The flows attribute will associate your Step with a given flow or set of flows. +
  • +
  • + The name and description attributes will provide context in the visualization and + observability tools. +
  • +
+
+ ), + before: [ + { type: 'click', selector: workbenchXPath.flows.previewButton('apitrigger') }, + { type: 'click', selector: workbenchXPath.flows.feature('step-configuration') }, + ], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'API Step Configuration', + description: () => ( +

+ There are specific configuration attributes for an API Step. Let's start with the method attribute. This + will declare the type of HTTP method used to talk to your API Step. +
+
+ Through the path attribute you'll declare the url path used to trigger your API Step +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('api-configuration') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Request Body', + link: 'https://zod.dev', + description: () => ( +

+ The bodySchema attribute will define the shape of the request body. +
+
+ 💡 Both the request body and response payload are defined by zod schemas +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('request-body') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Response Payload', + link: 'https://zod.dev', + description: () => ( +

+ Through the responseSchema attribute you can declare the different type of http responses based on the + http status code. +
+
+ 💡 Both the request body and response payload are defined by zod schemas +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('response-payload') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Event Driven Architecture', + description: () => ( +

+ Motia allows you to interact between Steps or flows through an event driven architecture. +
+
+ In order to connect your Steps during runtime you will use the emits and subscribes attributes. +
+
+ Through the emits, you can specify a list of topics that your Step emits for others to subscribe. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('event-driven-architecture') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Step Handler', + description: () => ( +

+ Now that we've covered how to declare a Step, let's dive into the Step Handler.
+
+ Handlers are essential for the execution of your Step. For API Steps, the handler will receive the request + object as the first argument, followed by a second argument that provides access to the logger,{' '} + event emitter, state manager, and trace id. +
+
+ 💡 We will cover these in depth further down the tutorial. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('handler') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Logger', + description: () => ( +

+ We recommend using the provided logger util in order to guarantee observability through Motia's + ecosystem. +
+
+ You can use logger similar to console.log for js or print for python, but with enhanced utilities, + such as being able to provide additional context. +
+
+ Motia will take care of the rest to provide the best experience to visualize your logs and tie them through + tracing. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('logger') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'HTTP Response', + description: () => ( +

+ Now let's wrap our API Step and return a response. +
+
+
+ You simply need to return an object that complies with one of the responseSchema definitions + declared in your Step configuration. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('http-response') }], + }, + + // Event Steps + + { + elementXpath: workbenchXPath.flows.node('processfoodorder'), + title: 'Event Step', + link: 'https://www.motia.dev/docs/concepts/steps/event', + description: () => ( +

+ Now that we have an entry point in our flow, let's focus on subscribing to a topic and performing a + specific task. +
+
+ For this we will look at the Event Step. +
+
+ Event Steps are essential for Motia's event driven architecture. Let's dive deeper into the + anatomy of an Event Step by taking a look at the code visualization tool. +
+
+ 💡 Event Steps can only be triggered internally, through topic subscriptions. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.closePanelButton }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Event Step', + link: 'https://www.motia.dev/docs/concepts/steps/event', + description: () => ( +

+ Now that we have an entry point in our flow, let's focus on subscribing to a topic and performing a + specific task. +
+
+ For this we will look at the Event Step. +
+
+ Event Steps are essential for Motia's event driven architecture. Let's dive deeper into the + anatomy of an Event Step by taking a look at the code visualization tool. +
+
+ 💡 Event Steps can only be triggered internally, through topic subscriptions. +

+ ), + before: [ + { type: 'click', selector: workbenchXPath.flows.previewButton('processfoodorder') }, + { type: 'click', selector: workbenchXPath.flows.feature('step-configuration') }, + ], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Event Step Input', + description: () => ( +

+ Event Steps, like other Step types, are composed of a configuration and a handler. +
+
+ Event Steps have a specific attribute from their config, the input attribute, which declares the + data structure provided by the topic it is subscribed to. +
+
+ The input attributes is defined as a zod schema, think of the input attributes as a contract for + other Steps that emit the topics that your Step subscribes to. +
+
💡 Multiple Steps can subscribe to the same topic, but their input schema must be the same. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('input-schema') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Event Step Handler', + description: () => ( +

+ Let's take a look at the Event Step Handler. +
+
+ The handler will seem familiar to other Step handlers, but notice that the first argument holds the data + provided for the topic or topics your Step subscribes to. +
+
+ 💡 The first argument will match the structure of your input schema, defined in the Event Step config. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('handler') }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Storing Data in State', + link: 'https://www.motia.dev/docs/concepts/state-management', + description: () => ( +

+ Let's take a closer look at storing data in state. +
+
+ In this example we are persisting the result of a third party HTTP request in State, scoping it to a + group id named "orders". +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('state') }], + }, + + // Cron Steps + + { + elementXpath: workbenchXPath.flows.node('stateauditjob'), + title: 'Cron Step', + link: 'https://www.motia.dev/docs/concepts/steps/cron', + description: () => ( +

+ Let's do a recap of what you've learned. Thus far, you've become familiar with two Step types: API{' '} + and Event Steps. +
+
+ You've also started to learn how to navigate around Workbench. Let's wrap up Motia's Step types with the last + one: the CRON Step. Let's take a deeper look at its definition. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.closePanelButton }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Cron Schedule', + link: 'https://www.motia.dev/docs/concepts/steps/cron', + description: () => ( +

+ CRON Steps are similar to the other Step types, they are composed by a configuration and a handler. +
+
+ The CRON Step config has a distinct attribute, the cron attribute, through this attribute you will + define the cron schedule for your Step. +
+
+ For instance, in this example the cron schedule is configured to execute the Step handler every 5 minutes. Let's + take a look at the handler definition. +

+ ), + before: [ + { type: 'click', selector: workbenchXPath.flows.previewButton('stateauditjob') }, + { type: 'click', selector: workbenchXPath.flows.feature('cron-configuration') }, + ], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Cron Step Handler', + description: () => ( +

+ The CRON Step handler only receives one argument, which is the Motia context, if you recall the Motia + context gives you access to utilities to emit topics, log, manage state, and it provides + the trace id associated to your Step's execution. +
+
+ In this CRON Step example we are evaluating orders persisted in state, and emitting warnings through a topic for + each order that hasn't been processed and has a shipping date in the past. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.flows.feature('handler') }], + }, + + // // Endpoints + + { + elementXpath: workbenchXPath.links.endpoints, + title: 'Endpoints', + description: () => ( +

+ Now that we've looked at Motia's Step types, let's trigger the API Step from the endpoints section in + Workbench. +
+
+ 💡 All of your API Steps declare HTTP endpoints that can be reviewed and tested from the Endpoints{' '} + section in Workbench. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.closePanelButton }], + }, + { + elementXpath: workbenchXPath.endpoints.endpoint('POST', '/basic-tutorial'), + title: 'Endpoints Tool', + description: () => ( +

+ This section will display all of the endpoints declared in your API Steps. It will list the HTTP method, the URL + path, and the description declared in the Step configuration. +
+
+ 💡 Clicking on an endpoint from the list will open the endpoint overview which provides documentation on how to + use the endpoint and a tool to test the endpoint. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.links.endpoints }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'API Endpoint Docs', + description: () => ( +

+ This section will provide an overview of your API endpoint. +
+
+ It will display documentation on how to use the endpoint in the Details Tab, and a form to test the + endpoint in the Call Tab. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.endpoints.endpoint('POST', '/basic-tutorial') }], + }, + { + elementXpath: workbenchXPath.endpoints.callPanel, + title: 'API Endpoint Test', + description: () => ( +

+ This form will allow you to validate your API Step by executing an HTTP request against your API endpoint. +
+
+ You can also test your API endpoints using your terminal through the curl command. +
+
+ 💡 Thanks to the bodySchema attribute from the API Step config, you are automatically provided with a + sample request payload. +
+
+

+          
+            curl -X POST http://localhost:3000/basic-tutorial \
+ {' '}-H "Content-Type: application/json" \
+ {' '}-d ' + {JSON.stringify({ + pet: { name: 'Jack', photoUrl: 'https://images.dog.ceo/breeds/pug/n02110958_13560.jpg' }, + foodOrder: { id: 'food-order-1', quantity: 0 }, + })} + ' +
+
+

+ ), + before: [{ type: 'click', selector: workbenchXPath.endpoints.callTab }], + }, + { + elementXpath: workbenchXPath.endpoints.playButton, + title: 'API Endpoint Test', + description: () => ( +

+ Once you've filled the request payload, you can click on the Play button to trigger an HTTP request + against your API endpoint. +

+ ), + before: [ + { + type: 'fill-editor', + content: { + pet: { name: 'Jack', photoUrl: 'https://images.dog.ceo/breeds/pug/n02110958_13560.jpg' }, + foodOrder: { id: 'food-order-1', quantity: 0 }, + }, + }, + ], + }, + { + elementXpath: workbenchXPath.endpoints.response, + title: 'Test Result', + description: () =>

Once your request has been resolved, you will see the response from here.

, + before: [{ type: 'click', selector: workbenchXPath.endpoints.playButton }], + }, + + // Tracing + + { + elementXpath: workbenchXPath.bottomPanel, + title: 'Tracing', + description: () => ( +

+ Great! You have triggered your first flow, now let's take a look at our example flow behavior using Workbench's + observability tools. +
+
+ Let's start with tracing, in this section you will be able to see all of your flow executions grouped by{' '} + trace id. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.links.tracing }], + }, + { + elementXpath: workbenchXPath.tracing.trace(1), + title: 'Tracing Tool', + description: () => ( +

+ Trace IDs are auto generated and injected throughout the execution of all Steps in your flow. +
+
+ Clicking on a trace item from this list will allow you to dive deeper into your flow behavior. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.tracing.trace(1) }], + }, + { + elementXpath: workbenchXPath.tracing.details, + title: 'Trace Timeline', + description: () => ( +

+ This section will show all Step executions associated to the selected trace, you will see a list of executed + Steps and their sequencing over a timeline. +

+ ), + }, + { + elementXpath: workbenchXPath.tracing.timeline(1), + title: 'Trace Timeline Segment', + description: () => ( +

+ Each timeline segment will show you the time it took to execute each Step, you can click on any segment + and dive even deeper into that specific Step execution logs. +

+ ), + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Trace Details', + description: () => ( +

+ This is the Trace Details View, this will allow you to look deeper into the logs raised during the + execution of a Step. +
+
+ 💡 This is a simplified version of the logs, if you wish to look further into a log you will need to use the{' '} + Logs Tool. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.tracing.timeline(1) }], + }, + + // Logs + + { + elementXpath: workbenchXPath.logs.container, + title: 'Logs', + description: () => ( +

+ Let's take a look at your execution logs, click on this tab will take you to the Logs Tool. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.links.logs }], + }, + { + elementXpath: workbenchXPath.logs.traceColumn(1), + title: 'Filtering by Trace ID', + description: () => ( +

+ Your log results will show their associated Trace ID in the third column, the Trace ID values are + linked to update your search. +
+
+ 💡 Clicking a Trace ID will narrow down your search to only show logs from that trace. +

+ ), + }, + { + elementXpath: workbenchXPath.logs.searchContainer, + title: 'Search Criteria', + description: () => ( +

+ By clicking the Trace ID, your search is updated to match results associated with that Trace ID. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.logs.traceColumn(1) }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'Logs', + description: () => ( +

+ When you click on a log row, it will open the Log Details View. +
+
+ In here you will be able to look at your log details (Log Level, Timestamp, Step Name,{' '} + Flow Name, and Trace ID), along with any additional context you've provided in your log call. +

+ ), + }, + + // States + + { + elementXpath: workbenchXPath.links.states, + title: 'State Management', + description: () => ( +

+ Ok now that we've seen the observability tools, let's take a look at the State Management Tool. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.links.states }], + }, + { + elementXpath: workbenchXPath.states.container, + title: 'State Management Tool', + description: () => ( +

+ This is your State Management Tool, from here you will be able to see all of your persisted state + key/value pairs. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.states.row(1) }], + }, + { + elementXpath: workbenchXPath.sidebarContainer, + title: 'State Details', + description: () => ( +

+ This section presents the details for a given state key, from here you will be able to manage the value assigned + to the selected state key. +

+ ), + before: [{ type: 'click', selector: workbenchXPath.links.states }], + }, + + // End of Tutorial + + { + title: 'Congratulations 🎉', + link: 'https://www.motia.dev/docs', + description: () => ( +

+ You've completed our Motia basics tutorial! +
+
+ You've learned about Motia's Step types, how to navigate around Workbench, and how to use core features from the + Motia Framework (State Management, Logging, and Tracing). +
+
+ We recommend you give our{' '} + + core concepts + {' '} + a read if you wish to learn further about Motia's fundamentals. +
+
+ Don't forget to join our{' '} + + Discord community + {' '} + or tag us in socials to show us what you've built with Motia. +
+
+ We are an open source project, so feel free to raise your{' '} + + issues + {' '} + or{' '} + + suggestions + {' '} + in our{' '} + + Github repo + + . +
+
+ Thank you for going this far in our tutorial! +

+ ), + before: [{ type: 'click', selector: workbenchXPath.closePanelButton }], + }, +] diff --git a/data/playground/types.d.ts b/data/playground/types.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..bc7efee6e19e1b9619205d2420ee5602bd00a6e0 --- /dev/null +++ b/data/playground/types.d.ts @@ -0,0 +1,44 @@ +/** + * Automatically generated types for motia + * Do NOT edit this file manually. + * + * Consider adding this file to .prettierignore and eslint ignore. + */ +import { EventHandler, ApiRouteHandler, ApiResponse, MotiaStream, CronHandler } from 'motia' + +declare module 'motia' { + interface FlowContextStateStreams { + 'message': MotiaStream<{ message: string; from: 'user' | 'assistant'; status: 'created' | 'pending' | 'completed' }> + 'message_python': MotiaStream<{ message: string }> + } + + interface Handlers { + 'TestStateCheck': EventHandler<{ key: string; expected?: unknown }, never> + 'TestStateApiTrigger': ApiRouteHandler<{}, unknown, { topic: 'test-state-python'; data: unknown }> + 'stepA': EventHandler<{}, { topic: 'pms.stepA.done'; data: { msg: string; timestamp: number } }> + 'Parallel Merge': ApiRouteHandler, unknown, { topic: 'pms.start'; data: {} }> + 'join-step': EventHandler<{ msg: string; timestamp: number }, { topic: 'pms.join.complete'; data: { stepA: { msg: string; timestamp: number }; stepB: unknown; stepC: unknown; mergedAt: string } }> + 'JoinComplete': EventHandler<{ stepA: { msg: string; timestamp: number }; stepB: unknown; stepC: unknown; mergedAt: string }, never> + 'CallOpenAi': EventHandler<{ message: string; assistantMessageId: string; threadId: string }, never> + 'OpenAiApi': ApiRouteHandler<{ message: string }, ApiResponse<200, { message: string; from: 'user' | 'assistant'; status: 'created' | 'pending' | 'completed' }>, { topic: 'openai-prompt'; data: { message: string; assistantMessageId: string; threadId: string } }> + 'PeriodicJobHandled': EventHandler<{ message: string }, { topic: 'tested'; data: never }> + 'HandlePeriodicJob': CronHandler<{ topic: 'periodic-job-handled'; data: { message: string } }> + 'StateAuditJob': CronHandler<{ topic: 'notification'; data: { templateId: string; email: string; templateData: Record } }> + 'ProcessFoodOrder': EventHandler<{ email: string; quantity: number; petId: number }, { topic: 'notification'; data: { templateId: string; email: string; templateData: Record } }> + 'Notification': EventHandler<{ templateId: string; email: string; templateData: Record }, never> + 'ApiTrigger': ApiRouteHandler<{ pet: { name: string; photoUrl: string }; foodOrder?: { id: string; quantity: number } }, ApiResponse<200, { id: number; name: string; photoUrl: string }>, { topic: 'process-food-order'; data: { email: string; quantity: number; petId: number } }> + 'ArrayStep': ApiRouteHandler<{ pet: { name: string; photoUrl: string }; foodOrder?: { id: string; quantity: number } }[], ApiResponse<200, { id: number; name: string; photoUrl: string }[]>, { topic: 'process-food-order'; data: { email: string; quantity: number; petId: number } }> + 'Test State With Python': EventHandler + 'Tested Event': EventHandler + 'Test Event': EventHandler + 'Test API Endpoint': ApiRouteHandler, unknown, { topic: 'test'; data: never }> + 'stepC': EventHandler + 'stepB': EventHandler + 'CallOpenAiPython': EventHandler<{ message: string; assistantMessageId: string; threadId: string }, never> + 'OpenAiApiPython': ApiRouteHandler<{ message: string; threadId?: string }, ApiResponse<200, { threadId: string }>, { topic: 'openai-prompt-python'; data: { message: string; assistantMessageId: string; threadId: string } }> + 'PythonStateAuditJob': CronHandler<{ topic: 'python-notification'; data: { template_id: string; email: string; template_data: Record } }> + 'PythonProcessFoodOrder': EventHandler<{ id: string; email: string; quantity: unknown; pet_id: unknown }, { topic: 'python-notification'; data: { template_id: string; email: string; template_data: Record } }> + 'PythonNotification': EventHandler<{ template_id: string; email: string; template_data: Record }, never> + 'PythonApiTrigger': ApiRouteHandler<{ pet: unknown; food_order?: unknown }, ApiResponse<200, { id: unknown; name: string; photoUrl: string }>, { topic: 'python-process-food-order'; data: { id: string; email: string; quantity: unknown; pet_id: unknown } }> + } +} \ No newline at end of file diff --git a/data/pnpm-lock.yaml b/data/pnpm-lock.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5b74ab31a91a66d7243166c205697f4427152205 --- /dev/null +++ b/data/pnpm-lock.yaml @@ -0,0 +1,17981 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +overrides: + autoprefixer: ^10.4.20 + eslint: ^9.17.0 + postcss: ^8.5.3 + react: ^19.1.1 + react-dom: ^19.1.1 + typescript: ^5.7.3 + '@types/node': ^22.15.18 + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + +importers: + + .: + dependencies: + axios: + specifier: ^1.9.0 + version: 1.9.0 + devDependencies: + '@eslint/js': + specifier: ^9.28.0 + version: 9.29.0 + '@types/node': + specifier: ^22.15.18 + version: 22.15.18 + '@typescript-eslint/eslint-plugin': + specifier: ^8.32.1 + version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': + specifier: ^8.32.1 + version: 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + eslint: + specifier: ^9.17.0 + version: 9.27.0(jiti@2.4.2) + eslint-config-prettier: + specifier: ^10.1.5 + version: 10.1.5(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-jest: + specifier: ^28.11.0 + version: 28.11.0(@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + eslint-plugin-prettier: + specifier: ^5.4.0 + version: 5.4.0(@types/eslint@9.6.1)(eslint-config-prettier@10.1.5(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2))(prettier@3.5.3) + eslint-plugin-react-hooks: + specifier: ^5.2.0 + version: 5.2.0(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-react-refresh: + specifier: ^0.4.20 + version: 0.4.20(eslint@9.27.0(jiti@2.4.2)) + globals: + specifier: ^16.1.0 + version: 16.1.0 + prettier: + specifier: ^3.5.3 + version: 3.5.3 + + packages/core: + dependencies: + '@amplitude/analytics-node': + specifier: ^1.3.8 + version: 1.3.8 + body-parser: + specifier: ^1.20.3 + version: 1.20.3 + colors: + specifier: ^1.4.0 + version: 1.4.0 + cors: + specifier: ^2.8.5 + version: 2.8.5 + dotenv: + specifier: ^16.4.7 + version: 16.5.0 + express: + specifier: ^4.21.2 + version: 4.21.2 + node-cron: + specifier: ^3.0.3 + version: 3.0.3 + ts-node: + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3) + tsconfig-paths: + specifier: ^4.2.0 + version: 4.2.0 + uuid: + specifier: ^11.1.0 + version: 11.1.0 + ws: + specifier: ^8.18.2 + version: 8.18.2 + zod: + specifier: ^3.24.1 + version: 3.24.4 + zod-to-json-schema: + specifier: ^3.24.1 + version: 3.24.5(zod@3.24.4) + devDependencies: + '@types/body-parser': + specifier: ^1.19.5 + version: 1.19.5 + '@types/cors': + specifier: ^2.8.17 + version: 2.8.17 + '@types/express': + specifier: ^5.0.1 + version: 5.0.3 + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/node-cron': + specifier: ^3.0.11 + version: 3.0.11 + '@types/supertest': + specifier: ^6.0.2 + version: 6.0.3 + '@types/ws': + specifier: ^8.18.1 + version: 8.18.1 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + supertest: + specifier: ^7.0.0 + version: 7.1.0 + ts-jest: + specifier: ^29.2.5 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(esbuild@0.25.3)(jest@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/docs: + dependencies: + '@formspree/react': + specifier: ^3.0.0 + version: 3.0.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@headlessui/react': + specifier: ^2.2.2 + version: 2.2.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@motiadev/stream-client-react': + specifier: 0.6.4-beta.130 + version: 0.6.4-beta.130(react@19.1.1) + '@next/third-parties': + specifier: ^15.3.2 + version: 15.3.2(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) + '@rive-app/react-webgl2': + specifier: ^4.18.9 + version: 4.21.0(react@19.1.1) + '@vercel/analytics': + specifier: ^1.5.0 + version: 1.5.0(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) + clsx: + specifier: ^2.1.1 + version: 2.1.1 + framer-motion: + specifier: 12.9.4 + version: 12.9.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + fumadocs-core: + specifier: 15.2.14 + version: 15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + fumadocs-mdx: + specifier: 11.6.2 + version: 11.6.2(acorn@8.14.1)(fumadocs-core@15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) + fumadocs-twoslash: + specifier: ^3.1.6 + version: 3.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(fumadocs-ui@15.2.14(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(tailwindcss@4.1.11))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3) + fumadocs-ui: + specifier: 15.2.14 + version: 15.2.14(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(tailwindcss@4.1.11) + lucide-react: + specifier: ^0.507.0 + version: 0.507.0(react@19.1.1) + mermaid: + specifier: ^11.10.0 + version: 11.10.1 + next: + specifier: 15.3.2 + version: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + next-plausible: + specifier: ^3.12.4 + version: 3.12.4(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + next-themes: + specifier: ^0.4.6 + version: 0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: + specifier: ^19.1.1 + version: 19.1.1 + react-dom: + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) + react-icons: + specifier: ^5.5.0 + version: 5.5.0(react@19.1.1) + react-syntax-highlighter: + specifier: ^15.6.1 + version: 15.6.1(react@19.1.1) + react-tsparticles: + specifier: ^2.12.2 + version: 2.12.2(react@19.1.1) + schema-dts: + specifier: ^1.1.5 + version: 1.1.5 + tailwind-merge: + specifier: ^3.2.0 + version: 3.3.1 + tsparticles-engine: + specifier: ^2.12.0 + version: 2.12.0 + tsparticles-slim: + specifier: ^2.12.0 + version: 2.12.0 + twoslash: + specifier: ^0.3.4 + version: 0.3.4(typescript@5.8.3) + devDependencies: + '@eslint/eslintrc': + specifier: ^3.3.1 + version: 3.3.1 + '@tailwindcss/postcss': + specifier: ^4.1.4 + version: 4.1.7 + '@types/mdx': + specifier: ^2.0.13 + version: 2.0.13 + '@types/node': + specifier: ^22.15.18 + version: 22.15.18 + '@types/react': + specifier: ^19.1.4 + version: 19.1.4 + '@types/react-dom': + specifier: ^19.1.5 + version: 19.1.5(@types/react@19.1.4) + '@types/react-syntax-highlighter': + specifier: ^15.5.13 + version: 15.5.13 + '@types/unist': + specifier: ^3.0.3 + version: 3.0.3 + autoprefixer: + specifier: ^10.4.20 + version: 10.4.21(postcss@8.5.3) + eslint: + specifier: ^9.17.0 + version: 9.27.0(jiti@2.4.2) + eslint-config-next: + specifier: 15.3.1 + version: 15.3.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + postcss: + specifier: ^8.5.3 + version: 8.5.3 + prettier: + specifier: ^3.5.3 + version: 3.5.3 + prettier-plugin-tailwindcss: + specifier: ^0.6.11 + version: 0.6.11(prettier@3.5.3) + tailwindcss: + specifier: ^4.1.4 + version: 4.1.11 + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/e2e: + dependencies: + '@playwright/test': + specifier: ^1.48.2 + version: 1.52.0 + devDependencies: + '@types/node': + specifier: ^22.15.18 + version: 22.15.18 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + + packages/snap: + dependencies: + '@amplitude/analytics-node': + specifier: ^1.3.8 + version: 1.3.8 + '@motiadev/core': + specifier: workspace:* + version: link:../core + '@motiadev/stream-client-node': + specifier: workspace:* + version: link:../stream-client-node + '@motiadev/workbench': + specifier: workspace:* + version: link:../workbench + antlr4ts: + specifier: 0.5.0-alpha.4 + version: 0.5.0-alpha.4 + archiver: + specifier: ^7.0.1 + version: 7.0.1 + axios: + specifier: ^1.8.2 + version: 1.9.0 + chokidar: + specifier: ^4.0.3 + version: 4.0.3 + colors: + specifier: ^1.4.0 + version: 1.4.0 + commander: + specifier: ^13.0.0 + version: 13.1.0 + cron: + specifier: ^4.3.0 + version: 4.3.0 + dotenv: + specifier: ^16.4.7 + version: 16.5.0 + esbuild: + specifier: ^0.25.0 + version: 0.25.3 + express: + specifier: ^4.21.2 + version: 4.21.2 + glob: + specifier: ^11.0.1 + version: 11.0.2 + inquirer: + specifier: ^8.2.5 + version: 8.2.6 + node-cron: + specifier: ^3.0.3 + version: 3.0.3 + python-ast: + specifier: ^0.1.0 + version: 0.1.0 + table: + specifier: ^6.9.0 + version: 6.9.0 + ts-node: + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3) + devDependencies: + '@amplitude/analytics-types': + specifier: ^2.9.2 + version: 2.9.2 + '@types/archiver': + specifier: ^6.0.3 + version: 6.0.3 + '@types/express': + specifier: ^5.0.3 + version: 5.0.3 + '@types/inquirer': + specifier: ^9.0.7 + version: 9.0.7 + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/node-cron': + specifier: ^3.0.11 + version: 3.0.11 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + ts-jest: + specifier: ^29.2.5 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(esbuild@0.25.3)(jest@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + typescript-transform-paths: + specifier: ^3.5.3 + version: 3.5.5(typescript@5.8.3) + + packages/stream-client: + dependencies: + uuid: + specifier: ^11.1.0 + version: 11.1.0 + devDependencies: + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/ws': + specifier: ^8.18.1 + version: 8.18.1 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + ts-jest: + specifier: ^29.3.2 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/stream-client-browser: + dependencies: + '@motiadev/stream-client': + specifier: workspace:* + version: link:../stream-client + uuid: + specifier: ^11.1.0 + version: 11.1.0 + devDependencies: + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/ws': + specifier: ^8.18.1 + version: 8.18.1 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + ts-jest: + specifier: ^29.3.2 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/stream-client-node: + dependencies: + '@motiadev/stream-client': + specifier: workspace:* + version: link:../stream-client + uuid: + specifier: ^11.1.0 + version: 11.1.0 + ws: + specifier: ^8.18.2 + version: 8.18.2 + devDependencies: + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/ws': + specifier: ^8.18.1 + version: 8.18.1 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + ts-jest: + specifier: ^29.3.2 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/stream-client-react: + dependencies: + '@motiadev/stream-client-browser': + specifier: workspace:* + version: link:../stream-client-browser + react: + specifier: ^19.1.1 + version: 19.1.1 + devDependencies: + '@types/react': + specifier: ^19.1.4 + version: 19.1.4 + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/test: + dependencies: + '@motiadev/core': + specifier: workspace:* + version: link:../core + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + motia: + specifier: workspace:* + version: link:../snap + supertest: + specifier: ^7.0.0 + version: 7.1.0 + devDependencies: + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/supertest': + specifier: ^6.0.2 + version: 6.0.3 + ts-jest: + specifier: ^29.2.5 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + + packages/ui: + dependencies: + '@radix-ui/react-dropdown-menu': + specifier: ^2.1.15 + version: 2.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-label': + specifier: ^2.1.7 + version: 2.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-separator': + specifier: ^1.1.7 + version: 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': + specifier: ^1.2.3 + version: 1.2.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-tabs': + specifier: ^1.1.12 + version: 1.1.12(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + class-variance-authority: + specifier: ^0.7.1 + version: 0.7.1 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + lucide-react: + specifier: ^0.525.0 + version: 0.525.0(react@19.1.1) + react: + specifier: ^19.1.1 + version: 19.1.1 + react-dom: + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) + react-resizable-panels: + specifier: ^3.0.3 + version: 3.0.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + tailwind-merge: + specifier: ^3.3.1 + version: 3.3.1 + devDependencies: + '@storybook/addon-a11y': + specifier: ^9.0.17 + version: 9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + '@storybook/addon-docs': + specifier: ^9.0.17 + version: 9.0.17(@types/react@19.1.4)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + '@storybook/addon-themes': + specifier: ^9.0.17 + version: 9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + '@storybook/react': + specifier: ^9.0.17 + version: 9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(typescript@5.8.3) + '@storybook/react-vite': + specifier: ^9.0.17 + version: 9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rollup@4.40.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + '@storybook/test-runner': + specifier: ^0.23.0 + version: 0.23.0(@types/node@22.15.18)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + '@tailwindcss/vite': + specifier: ^4.1.11 + version: 4.1.11(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + '@types/react': + specifier: ^19.1.4 + version: 19.1.4 + '@types/react-dom': + specifier: ^19.1.5 + version: 19.1.5(@types/react@19.1.4) + '@vitejs/plugin-react': + specifier: ^4.6.0 + version: 4.6.0(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + concurrently: + specifier: ^9.2.0 + version: 9.2.0 + husky: + specifier: ^9.1.7 + version: 9.1.7 + storybook: + specifier: ^9.0.17 + version: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + tailwindcss: + specifier: ^4.1.11 + version: 4.1.11 + typescript: + specifier: ^5.7.3 + version: 5.8.3 + vite: + specifier: ^7.0.4 + version: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + vite-plugin-dts: + specifier: ^4.5.4 + version: 4.5.4(@types/node@22.15.18)(rollup@4.40.1)(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + wait-on: + specifier: ^8.0.3 + version: 8.0.3 + + packages/workbench: + dependencies: + '@monaco-editor/react': + specifier: ^4.6.1 + version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@motiadev/stream-client-react': + specifier: workspace:* + version: link:../stream-client-react + '@motiadev/ui': + specifier: workspace:* + version: link:../ui + '@radix-ui/react-collapsible': + specifier: ^1.1.10 + version: 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dialog': + specifier: ^1.1.13 + version: 1.1.13(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dropdown-menu': + specifier: ^2.1.15 + version: 2.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-label': + specifier: ^2.1.6 + version: 2.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-navigation-menu': + specifier: ^1.2.13 + version: 1.2.13(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-scroll-area': + specifier: ^1.2.9 + version: 1.2.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-select': + specifier: ^2.2.4 + version: 2.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-separator': + specifier: ^1.1.6 + version: 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': + specifier: ^1.2.2 + version: 1.2.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-switch': + specifier: ^1.2.4 + version: 1.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-tabs': + specifier: ^1.1.12 + version: 1.1.12(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-tooltip': + specifier: ^1.2.6 + version: 1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@tailwindcss/postcss': + specifier: ^4.1.7 + version: 4.1.7 + '@vitejs/plugin-react': + specifier: ^4.4.1 + version: 4.6.0(vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + '@xyflow/react': + specifier: ^12.6.4 + version: 12.6.4(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + autoprefixer: + specifier: ^10.4.20 + version: 10.4.21(postcss@8.5.3) + class-variance-authority: + specifier: ^0.7.1 + version: 0.7.1 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + dagre: + specifier: ^0.8.5 + version: 0.8.5 + date-fns: + specifier: ^4.1.0 + version: 4.1.0 + fast-deep-equal: + specifier: ^3.1.3 + version: 3.1.3 + json-schema: + specifier: ^0.4.0 + version: 0.4.0 + lucide-react: + specifier: ^0.510.0 + version: 0.510.0(react@19.1.1) + postcss: + specifier: ^8.5.3 + version: 8.5.3 + react: + specifier: ^19.1.1 + version: 19.1.1 + react-dom: + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) + react-syntax-highlighter: + specifier: ^15.6.1 + version: 15.6.1(react@19.1.1) + react-use-resizable: + specifier: ^0.2.0 + version: 0.2.0(react@19.1.1) + react18-json-view: + specifier: ^0.2.9 + version: 0.2.9(react@19.1.1) + tailwind-merge: + specifier: ^3.3.0 + version: 3.3.1 + tailwindcss: + specifier: ^4.1.7 + version: 4.1.11 + tw-animate-css: + specifier: ^1.2.9 + version: 1.2.9 + typescript: + specifier: ^5.7.3 + version: 5.8.3 + typescript-eslint: + specifier: ^8.32.1 + version: 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + vite: + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + zustand: + specifier: ^5.0.6 + version: 5.0.6(@types/react@19.1.4)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)) + devDependencies: + '@testing-library/jest-dom': + specifier: ^6.6.3 + version: 6.6.3 + '@testing-library/react': + specifier: ^16.1.0 + version: 16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@testing-library/user-event': + specifier: ^14.5.2 + version: 14.6.1(@testing-library/dom@10.4.0) + '@types/dagre': + specifier: ^0.7.52 + version: 0.7.52 + '@types/express': + specifier: ^5.0.1 + version: 5.0.3 + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/json-schema': + specifier: ^7.0.15 + version: 7.0.15 + '@types/node': + specifier: ^22.15.18 + version: 22.15.18 + '@types/react': + specifier: ^19.1.4 + version: 19.1.4 + '@types/react-dom': + specifier: ^19.1.5 + version: 19.1.5(@types/react@19.1.4) + '@types/react-syntax-highlighter': + specifier: ^15.5.13 + version: 15.5.13 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-environment-jsdom: + specifier: ^29.7.0 + version: 29.7.0 + ts-jest: + specifier: ^29.3.4 + version: 29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3) + + playground: + dependencies: + '@motiadev/core': + specifier: workspace:* + version: link:../packages/core + '@motiadev/ui': + specifier: workspace:* + version: link:../packages/ui + '@motiadev/workbench': + specifier: workspace:* + version: link:../packages/workbench + deep-equal: + specifier: ^2.2.3 + version: 2.2.3 + motia: + specifier: workspace:* + version: link:../packages/snap + openai: + specifier: ^4.78.1 + version: 4.96.0(ws@8.18.2)(zod@3.24.4) + zod: + specifier: ^3.24.1 + version: 3.24.4 + devDependencies: + '@motiadev/test': + specifier: workspace:* + version: link:../packages/test + '@types/deep-equal': + specifier: ^1.0.4 + version: 1.0.4 + '@types/jest': + specifier: ^29.5.14 + version: 29.5.14 + '@types/react': + specifier: ^19.1.4 + version: 19.1.4 + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-junit: + specifier: ^16.0.0 + version: 16.0.0 + react: + specifier: ^19.1.1 + version: 19.1.1 + ts-node: + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3) + typescript: + specifier: ^5.7.3 + version: 5.8.3 + +packages: + + '@adobe/css-tools@4.4.3': + resolution: {integrity: sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==} + + '@alloc/quick-lru@5.2.0': + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} + engines: {node: '>=10'} + + '@amplitude/analytics-core@1.2.7': + resolution: {integrity: sha512-SM9jdQ+l2q+hy+DdCQm5vtfOTiI+53c+alSSc7fwiuFnTExllXHf9RUK6kKhw3ky+N2o6yqbo+0OGoepLhNf6w==} + + '@amplitude/analytics-node@1.3.8': + resolution: {integrity: sha512-Dwrh7bl5PTcHmnV8PtvHZTOlIfSfJDe+mf7l/XMiBdQR2kpdpsPAjo1so08Kze+aixWPwMAIDeFCub/QHBGhgA==} + + '@amplitude/analytics-types@1.3.5': + resolution: {integrity: sha512-IpncCNTZZ6VoGe4fNwTTZtpi+ZNm3mtsocdbCHtIwmKg2wmOF2E09CAwvyF7mK5aRlMIrSAKQyR3GwraATghSw==} + + '@amplitude/analytics-types@2.9.2': + resolution: {integrity: sha512-juhTz396dDP/jLJYP9zDOEAZBtJM0JVvP8G10p1OxUDBVwVIprpQL598F9GRQwVFyqV4CEhDmNyAY0HqqU5bhA==} + + '@ampproject/remapping@2.3.0': + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + + '@antfu/install-pkg@1.1.0': + resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} + + '@antfu/utils@8.1.1': + resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==} + + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} + engines: {node: '>=6.9.0'} + + '@babel/compat-data@7.26.8': + resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} + engines: {node: '>=6.9.0'} + + '@babel/compat-data@7.27.5': + resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.26.10': + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.27.4': + resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.27.0': + resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.27.5': + resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.27.0': + resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.25.9': + resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-transforms@7.26.0': + resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-module-transforms@7.27.3': + resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.25.9': + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.27.1': + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-option@7.25.9': + resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.27.0': + resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.27.0': + resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/parser@7.27.5': + resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/plugin-syntax-async-generators@7.8.4': + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-bigint@7.8.3': + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-class-properties@7.12.13': + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-class-static-block@7.14.5': + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-attributes@7.26.0': + resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-meta@7.10.4': + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-json-strings@7.8.3': + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-jsx@7.25.9': + resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4': + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-numeric-separator@7.10.4': + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-object-rest-spread@7.8.3': + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3': + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-optional-chaining@7.8.3': + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-private-property-in-object@7.14.5': + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-top-level-await@7.14.5': + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-typescript@7.25.9': + resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-react-jsx-self@7.27.1': + resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-react-jsx-source@7.27.1': + resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/runtime@7.27.0': + resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} + engines: {node: '>=6.9.0'} + + '@babel/template@7.27.0': + resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} + engines: {node: '>=6.9.0'} + + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.27.0': + resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.27.4': + resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.27.0': + resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.27.6': + resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} + engines: {node: '>=6.9.0'} + + '@bcoe/v8-coverage@0.2.3': + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + + '@braintree/sanitize-url@7.1.1': + resolution: {integrity: sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==} + + '@chevrotain/cst-dts-gen@11.0.3': + resolution: {integrity: sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==} + + '@chevrotain/gast@11.0.3': + resolution: {integrity: sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==} + + '@chevrotain/regexp-to-ast@11.0.3': + resolution: {integrity: sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==} + + '@chevrotain/types@11.0.3': + resolution: {integrity: sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==} + + '@chevrotain/utils@11.0.3': + resolution: {integrity: sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==} + + '@cspotcode/source-map-support@0.8.1': + resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} + engines: {node: '>=12'} + + '@emnapi/core@1.4.3': + resolution: {integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==} + + '@emnapi/runtime@1.4.3': + resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} + + '@emnapi/wasi-threads@1.0.2': + resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==} + + '@esbuild/aix-ppc64@0.25.3': + resolution: {integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.25.3': + resolution: {integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.25.3': + resolution: {integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.25.3': + resolution: {integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.25.3': + resolution: {integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.25.3': + resolution: {integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.25.3': + resolution: {integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.25.3': + resolution: {integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.25.3': + resolution: {integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.25.3': + resolution: {integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.25.3': + resolution: {integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.25.3': + resolution: {integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.25.3': + resolution: {integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.25.3': + resolution: {integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.25.3': + resolution: {integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.25.3': + resolution: {integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.25.3': + resolution: {integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-arm64@0.25.3': + resolution: {integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.25.3': + resolution: {integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-arm64@0.25.3': + resolution: {integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.25.3': + resolution: {integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.25.3': + resolution: {integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.25.3': + resolution: {integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.25.3': + resolution: {integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.25.3': + resolution: {integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.6.1': + resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^9.17.0 + + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^9.17.0 + + '@eslint-community/regexpp@4.12.1': + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/config-array@0.20.0': + resolution: {integrity: sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/config-helpers@0.2.1': + resolution: {integrity: sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/core@0.14.0': + resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/eslintrc@3.3.1': + resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/js@9.27.0': + resolution: {integrity: sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/js@9.29.0': + resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/object-schema@2.1.6': + resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/plugin-kit@0.3.1': + resolution: {integrity: sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@floating-ui/core@1.6.9': + resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==} + + '@floating-ui/dom@1.6.13': + resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==} + + '@floating-ui/react-dom@2.1.2': + resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@floating-ui/react@0.26.28': + resolution: {integrity: sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@floating-ui/utils@0.2.9': + resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} + + '@formatjs/intl-localematcher@0.6.1': + resolution: {integrity: sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==} + + '@formspree/core@4.0.0': + resolution: {integrity: sha512-geNlUut5nME1Ztej5Pzx1BrlQ1fFIcJYIqmF+Vm0jaUbpZxjXvt7SDOGeQVkuxn80QJiIHlwBGGjSBFjPX/KDw==} + + '@formspree/react@3.0.0': + resolution: {integrity: sha512-8PufBZ4l13VmCp9xTGQXwyF6mZtYSecqgTlFuMo5Fbe4Q6zUk7PMU2uKOwIaytZyTyJgFVCvdbpQElPPBKYNLw==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@hapi/hoek@9.3.0': + resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} + + '@hapi/topo@5.1.0': + resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} + + '@headlessui/react@2.2.4': + resolution: {integrity: sha512-lz+OGcAH1dK93rgSMzXmm1qKOJkBUqZf1L4M8TWLNplftQD3IkoEDdUFNfAn4ylsN6WOTVtWaLmvmaHOUk1dTA==} + engines: {node: '>=10'} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@humanfs/core@0.19.1': + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} + engines: {node: '>=18.18.0'} + + '@humanfs/node@0.16.6': + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} + engines: {node: '>=18.18.0'} + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/retry@0.3.1': + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} + engines: {node: '>=18.18'} + + '@humanwhocodes/retry@0.4.2': + resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} + engines: {node: '>=18.18'} + + '@iconify/types@2.0.0': + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + + '@iconify/utils@2.3.0': + resolution: {integrity: sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==} + + '@img/sharp-darwin-arm64@0.34.1': + resolution: {integrity: sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [darwin] + + '@img/sharp-darwin-x64@0.34.1': + resolution: {integrity: sha512-VfuYgG2r8BpYiOUN+BfYeFo69nP/MIwAtSJ7/Zpxc5QF3KS22z8Pvg3FkrSFJBPNQ7mmcUcYQFBmEQp7eu1F8Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-darwin-arm64@1.1.0': + resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==} + cpu: [arm64] + os: [darwin] + + '@img/sharp-libvips-darwin-x64@1.1.0': + resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-linux-arm64@1.1.0': + resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linux-arm@1.1.0': + resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==} + cpu: [arm] + os: [linux] + + '@img/sharp-libvips-linux-ppc64@1.1.0': + resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==} + cpu: [ppc64] + os: [linux] + + '@img/sharp-libvips-linux-s390x@1.1.0': + resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==} + cpu: [s390x] + os: [linux] + + '@img/sharp-libvips-linux-x64@1.1.0': + resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==} + cpu: [x64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': + resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-x64@1.1.0': + resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==} + cpu: [x64] + os: [linux] + + '@img/sharp-linux-arm64@0.34.1': + resolution: {integrity: sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linux-arm@0.34.1': + resolution: {integrity: sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm] + os: [linux] + + '@img/sharp-linux-s390x@0.34.1': + resolution: {integrity: sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [s390x] + os: [linux] + + '@img/sharp-linux-x64@0.34.1': + resolution: {integrity: sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-linuxmusl-arm64@0.34.1': + resolution: {integrity: sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linuxmusl-x64@0.34.1': + resolution: {integrity: sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-wasm32@0.34.1': + resolution: {integrity: sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [wasm32] + + '@img/sharp-win32-ia32@0.34.1': + resolution: {integrity: sha512-WKf/NAZITnonBf3U1LfdjoMgNO5JYRSlhovhRhMxXVdvWYveM4kM3L8m35onYIdh75cOMCo1BexgVQcCDzyoWw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ia32] + os: [win32] + + '@img/sharp-win32-x64@0.34.1': + resolution: {integrity: sha512-hw1iIAHpNE8q3uMIRCgGOeDoz9KtFNarFLQclLxr/LK1VBkj8nby18RjFvr6aP7USRYAjTZW6yisnBWMX571Tw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [win32] + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@isaacs/fs-minipass@4.0.1': + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + + '@istanbuljs/load-nyc-config@1.1.0': + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} + + '@istanbuljs/schema@0.1.3': + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} + + '@jest/console@29.7.0': + resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/core@29.7.0': + resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + '@jest/create-cache-key-function@29.7.0': + resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/environment@29.7.0': + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/expect-utils@29.7.0': + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/expect@29.7.0': + resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/fake-timers@29.7.0': + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/globals@29.7.0': + resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/reporters@29.7.0': + resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + '@jest/schemas@29.6.3': + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/source-map@29.6.3': + resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/test-result@29.7.0': + resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/test-sequencer@29.7.0': + resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/transform@29.7.0': + resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/types@29.6.3': + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1': + resolution: {integrity: sha512-J4BaTocTOYFkMHIra1JDWrMWpNmBl4EkplIwHEsV8aeUOtdWjwSnln9U7twjMFTAEB7mptNtSKyVi1Y2W9sDJw==} + peerDependencies: + typescript: ^5.7.3 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + peerDependenciesMeta: + typescript: + optional: true + + '@jridgewell/gen-mapping@0.3.8': + resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/source-map@0.3.6': + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@jridgewell/trace-mapping@0.3.9': + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} + + '@mdx-js/mdx@3.1.0': + resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} + + '@mdx-js/react@3.1.0': + resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + + '@mermaid-js/parser@0.6.2': + resolution: {integrity: sha512-+PO02uGF6L6Cs0Bw8RpGhikVvMWEysfAyl27qTlroUB8jSWr1lL0Sf6zi78ZxlSnmgSY2AMMKVgghnN9jTtwkQ==} + + '@microsoft/api-extractor-model@7.30.6': + resolution: {integrity: sha512-znmFn69wf/AIrwHya3fxX6uB5etSIn6vg4Q4RB/tb5VDDs1rqREc+AvMC/p19MUN13CZ7+V/8pkYPTj7q8tftg==} + + '@microsoft/api-extractor@7.52.8': + resolution: {integrity: sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg==} + hasBin: true + + '@microsoft/tsdoc-config@0.17.1': + resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} + + '@microsoft/tsdoc@0.15.1': + resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} + + '@monaco-editor/loader@1.5.0': + resolution: {integrity: sha512-hKoGSM+7aAc7eRTRjpqAZucPmoNOC4UUbknb/VNoTkEIkCPhqV8LfbsgM1webRM7S/z21eHEx9Fkwx8Z/C/+Xw==} + + '@monaco-editor/react@4.7.0': + resolution: {integrity: sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==} + peerDependencies: + monaco-editor: '>= 0.25.0 < 1' + react: ^19.1.1 + react-dom: ^19.1.1 + + '@motiadev/stream-client-browser@0.6.4-beta.130': + resolution: {integrity: sha512-dLgFM4JXzS1YukSYx5Exx0b1i49BkGIfMP2/9iNTFXWzCEqCGLAaXNTOM8IyvXRwGlssQ2YrmbMH7Hf8vKDSuw==} + + '@motiadev/stream-client-react@0.6.4-beta.130': + resolution: {integrity: sha512-Y7ZtqYzc16q/GypF+G0bh2yh/g3i9dQwIOGYkijVVU7malrq0F5N9e7hHRHf867vW4FgM+qRGN3TgpBW6I6xUQ==} + peerDependencies: + react: ^19.1.1 + + '@motiadev/stream-client@0.6.4-beta.130': + resolution: {integrity: sha512-rIBqo+yJJcYnvN2iklOo7cuKEGx3HSl0PkmyUb2t4bBLy4k9Kzf3FXbm+icn1TYqewN0ndng72urpEJQwTGbDw==} + + '@napi-rs/wasm-runtime@0.2.9': + resolution: {integrity: sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==} + + '@next/env@15.3.2': + resolution: {integrity: sha512-xURk++7P7qR9JG1jJtLzPzf0qEvqCN0A/T3DXf8IPMKo9/6FfjxtEffRJIIew/bIL4T3C2jLLqBor8B/zVlx6g==} + + '@next/eslint-plugin-next@15.3.1': + resolution: {integrity: sha512-oEs4dsfM6iyER3jTzMm4kDSbrQJq8wZw5fmT6fg2V3SMo+kgG+cShzLfEV20senZzv8VF+puNLheiGPlBGsv2A==} + + '@next/swc-darwin-arm64@15.3.2': + resolution: {integrity: sha512-2DR6kY/OGcokbnCsjHpNeQblqCZ85/1j6njYSkzRdpLn5At7OkSdmk7WyAmB9G0k25+VgqVZ/u356OSoQZ3z0g==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@next/swc-darwin-x64@15.3.2': + resolution: {integrity: sha512-ro/fdqaZWL6k1S/5CLv1I0DaZfDVJkWNaUU3un8Lg6m0YENWlDulmIWzV96Iou2wEYyEsZq51mwV8+XQXqMp3w==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@next/swc-linux-arm64-gnu@15.3.2': + resolution: {integrity: sha512-covwwtZYhlbRWK2HlYX9835qXum4xYZ3E2Mra1mdQ+0ICGoMiw1+nVAn4d9Bo7R3JqSmK1grMq/va+0cdh7bJA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-arm64-musl@15.3.2': + resolution: {integrity: sha512-KQkMEillvlW5Qk5mtGA/3Yz0/tzpNlSw6/3/ttsV1lNtMuOHcGii3zVeXZyi4EJmmLDKYcTcByV2wVsOhDt/zg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-x64-gnu@15.3.2': + resolution: {integrity: sha512-uRBo6THWei0chz+Y5j37qzx+BtoDRFIkDzZjlpCItBRXyMPIg079eIkOCl3aqr2tkxL4HFyJ4GHDes7W8HuAUg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-linux-x64-musl@15.3.2': + resolution: {integrity: sha512-+uxFlPuCNx/T9PdMClOqeE8USKzj8tVz37KflT3Kdbx/LOlZBRI2yxuIcmx1mPNK8DwSOMNCr4ureSet7eyC0w==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-win32-arm64-msvc@15.3.2': + resolution: {integrity: sha512-LLTKmaI5cfD8dVzh5Vt7+OMo+AIOClEdIU/TSKbXXT2iScUTSxOGoBhfuv+FU8R9MLmrkIL1e2fBMkEEjYAtPQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@next/swc-win32-x64-msvc@15.3.2': + resolution: {integrity: sha512-aW5B8wOPioJ4mBdMDXkt5f3j8pUr9W8AnlX0Df35uRWNT1Y6RIybxjnSUe+PhM+M1bwgyY8PHLmXZC6zT1o5tA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@next/third-parties@15.3.2': + resolution: {integrity: sha512-zE9xYkMKZ6gLbkP6lWt60yaeKB5r0A4eZhFKAhgik/eO+zzZPFkTy5K7+0ykgfB6MTkcend3BaDXZhz9KnDjYw==} + peerDependencies: + next: ^13.0.0 || ^14.0.0 || ^15.0.0 + react: ^19.1.1 + + '@noble/hashes@1.8.0': + resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} + engines: {node: ^14.21.3 || >=16} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@nolyfill/is-core-module@1.0.39': + resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} + engines: {node: '>=12.4.0'} + + '@orama/orama@3.1.7': + resolution: {integrity: sha512-6yB0117ZjsgNevZw3LP+bkrZa9mU/POPVaXgzMPOBbBc35w2P3R+1vMMhEfC06kYCpd5bf0jodBaTkYQW5TVeQ==} + engines: {node: '>= 20.0.0'} + + '@paralleldrive/cuid2@2.2.2': + resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@pkgr/core@0.2.4': + resolution: {integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + + '@playwright/test@1.52.0': + resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==} + engines: {node: '>=18'} + hasBin: true + + '@radix-ui/number@1.1.1': + resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==} + + '@radix-ui/primitive@1.1.2': + resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==} + + '@radix-ui/primitive@1.1.3': + resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==} + + '@radix-ui/react-accordion@1.2.8': + resolution: {integrity: sha512-c7OKBvO36PfQIUGIjj1Wko0hH937pYFU2tR5zbIJDUsmTzHoZVHHt4bmb7OOJbzTaWJtVELKWojBHa7OcnUHmQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-arrow@1.1.4': + resolution: {integrity: sha512-qz+fxrqgNxG0dYew5l7qR3c7wdgRu1XVUHGnGYX7rg5HM4p9SWaRmJwfgR3J0SgyUKayLmzQIun+N6rWRgiRKw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-arrow@1.1.6': + resolution: {integrity: sha512-2JMfHJf/eVnwq+2dewT3C0acmCWD3XiVA1Da+jTDqo342UlU13WvXtqHhG+yJw5JeQmu4ue2eMy6gcEArLBlcw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-arrow@1.1.7': + resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-collapsible@1.1.10': + resolution: {integrity: sha512-O2mcG3gZNkJ/Ena34HurA3llPOEA/M4dJtIRMa6y/cknRDC8XY5UZBInKTsUwW5cUue9A4k0wi1XU5fKBzKe1w==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-collapsible@1.1.8': + resolution: {integrity: sha512-hxEsLvK9WxIAPyxdDRULL4hcaSjMZCfP7fHB0Z1uUnDoDBat1Zh46hwYfa69DeZAbJrPckjf0AGAtEZyvDyJbw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-collection@1.1.4': + resolution: {integrity: sha512-cv4vSf7HttqXilDnAnvINd53OTl1/bjUYVZrkFnA7nwmY9Ob2POUy0WY0sfqBAe1s5FyKsyceQlqiEGPYNTadg==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-collection@1.1.6': + resolution: {integrity: sha512-PbhRFK4lIEw9ADonj48tiYWzkllz81TM7KVYyyMMw2cwHO7D5h4XKEblL8NlaRisTK3QTe6tBEhDccFUryxHBQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-collection@1.1.7': + resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-compose-refs@1.1.2': + resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-context@1.1.2': + resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-dialog@1.1.13': + resolution: {integrity: sha512-ARFmqUyhIVS3+riWzwGTe7JLjqwqgnODBUZdqpWar/z1WFs9z76fuOs/2BOWCR+YboRn4/WN9aoaGVwqNRr8VA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-direction@1.1.1': + resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.10': + resolution: {integrity: sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.11': + resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.7': + resolution: {integrity: sha512-j5+WBUdhccJsmH5/H0K6RncjDtoALSEr6jbkaZu+bjw6hOPOhHycr6vEUujl+HBK8kjUfWcoCJXxP6e4lUlMZw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.9': + resolution: {integrity: sha512-way197PiTvNp+WBP7svMJasHl+vibhWGQDb6Mgf5mhEWJkgb85z7Lfl9TUdkqpWsf8GRNmoopx9ZxCyDzmgRMQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-dropdown-menu@2.1.15': + resolution: {integrity: sha512-mIBnOjgwo9AH3FyKaSWoSu/dYj6VdhJ7frEPiGTeXCdUFHjl9h3mFh2wwhEtINOmYXWhdpf1rY2minFsmaNgVQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-focus-guards@1.1.2': + resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-focus-guards@1.1.3': + resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-focus-scope@1.1.4': + resolution: {integrity: sha512-r2annK27lIW5w9Ho5NyQgqs0MmgZSTIKXWpVCJaLC1q2kZrZkcqnmHkCHMEmv8XLvsLlurKMPT+kbKkRkm/xVA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-focus-scope@1.1.6': + resolution: {integrity: sha512-r9zpYNUQY+2jWHWZGyddQLL9YHkM/XvSFHVcWs7bdVuxMAnCwTAuy6Pf47Z4nw7dYcUou1vg/VgjjrrH03VeBw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-focus-scope@1.1.7': + resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-id@1.1.1': + resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-label@2.1.7': + resolution: {integrity: sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-menu@2.1.15': + resolution: {integrity: sha512-tVlmA3Vb9n8SZSd+YSbuFR66l87Wiy4du+YE+0hzKQEANA+7cWKH1WgqcEX4pXqxUFQKrWQGHdvEfw00TjFiew==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-navigation-menu@1.2.10': + resolution: {integrity: sha512-kGDqMVPj2SRB1vJmXN/jnhC66REAXNyDmDRubbbmJ+360zSIJUDmWGMKIJOf72PHMwPENrbtJVb3CMAUJDjEIA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-navigation-menu@1.2.13': + resolution: {integrity: sha512-WG8wWfDiJlSF5hELjwfjSGOXcBR/ZMhBFCGYe8vERpC39CQYZeq1PQ2kaYHdye3V95d06H89KGMsVCIE4LWo3g==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popover@1.1.11': + resolution: {integrity: sha512-yFMfZkVA5G3GJnBgb2PxrrcLKm1ZLWXrbYVgdyTl//0TYEIHS9LJbnyz7WWcZ0qCq7hIlJZpRtxeSeIG5T5oJw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popover@1.1.15': + resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popper@1.2.4': + resolution: {integrity: sha512-3p2Rgm/a1cK0r/UVkx5F/K9v/EplfjAeIFCGOPYPO4lZ0jtg4iSQXt/YGTSLWaf4x7NG6Z4+uKFcylcTZjeqDA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popper@1.2.6': + resolution: {integrity: sha512-7iqXaOWIjDBfIG7aq8CUEeCSsQMLFdn7VEE8TaFz704DtEzpPHR7w/uuzRflvKgltqSAImgcmxQ7fFX3X7wasg==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popper@1.2.7': + resolution: {integrity: sha512-IUFAccz1JyKcf/RjB552PlWwxjeCJB8/4KxT7EhBHOJM+mN7LdW+B3kacJXILm32xawcMMjb2i0cIZpo+f9kiQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popper@1.2.8': + resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-portal@1.1.6': + resolution: {integrity: sha512-XmsIl2z1n/TsYFLIdYam2rmFwf9OC/Sh2avkbmVMDuBZIe7hSpM0cYnWPAo7nHOVx8zTuwDZGByfcqLdnzp3Vw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-portal@1.1.8': + resolution: {integrity: sha512-hQsTUIn7p7fxCPvao/q6wpbxmCwgLrlz+nOrJgC+RwfZqWY/WN+UMqkXzrtKbPrF82P43eCTl3ekeKuyAQbFeg==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-portal@1.1.9': + resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-presence@1.1.4': + resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-presence@1.1.5': + resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-primitive@2.1.0': + resolution: {integrity: sha512-/J/FhLdK0zVcILOwt5g+dH4KnkonCtkVJsa2G6JmvbbtZfBEI1gMsO3QMjseL4F/SwfAMt1Vc/0XKYKq+xJ1sw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-primitive@2.1.2': + resolution: {integrity: sha512-uHa+l/lKfxuDD2zjN/0peM/RhhSmRjr5YWdk/37EnSv1nJ88uvG85DPexSm8HdFQROd2VdERJ6ynXbkCFi+APw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-primitive@2.1.3': + resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-roving-focus@1.1.10': + resolution: {integrity: sha512-dT9aOXUen9JSsxnMPv/0VqySQf5eDQ6LCk5Sw28kamz8wSOW2bJdlX2Bg5VUIIcV+6XlHpWTIuTPCf/UNIyq8Q==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-scroll-area@1.2.6': + resolution: {integrity: sha512-lj8OMlpPERXrQIHlEQdlXHJoRT52AMpBrgyPYylOhXYq5e/glsEdtOc/kCQlsTdtgN5U0iDbrrolDadvektJGQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-scroll-area@1.2.9': + resolution: {integrity: sha512-YSjEfBXnhUELsO2VzjdtYYD4CfQjvao+lhhrX5XsHD7/cyUNzljF1FHEbgTPN7LH2MClfwRMIsYlqTYpKTTe2A==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-select@2.2.4': + resolution: {integrity: sha512-/OOm58Gil4Ev5zT8LyVzqfBcij4dTHYdeyuF5lMHZ2bIp0Lk9oETocYiJ5QC0dHekEQnK6L/FNJCceeb4AkZ6Q==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-separator@1.1.7': + resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-slot@1.2.0': + resolution: {integrity: sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-slot@1.2.2': + resolution: {integrity: sha512-y7TBO4xN4Y94FvcWIOIh18fM4R1A8S4q1jhoz4PNzOoHsFcN8pogcFmZrTYAm4F9VRUrWP/Mw7xSKybIeRI+CQ==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-slot@1.2.3': + resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-switch@1.2.4': + resolution: {integrity: sha512-yZCky6XZFnR7pcGonJkr9VyNRu46KcYAbyg1v/gVVCZUr8UJ4x+RpncC27hHtiZ15jC+3WS8Yg/JSgyIHnYYsQ==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-tabs@1.1.12': + resolution: {integrity: sha512-GTVAlRVrQrSw3cEARM0nAx73ixrWDPNZAruETn3oHCNP6SbZ/hNxdxp+u7VkIEv3/sFoLq1PfcHrl7Pnp0CDpw==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-tooltip@1.2.6': + resolution: {integrity: sha512-zYb+9dc9tkoN2JjBDIIPLQtk3gGyz8FMKoqYTb8EMVQ5a5hBcdHPECrsZVI4NpPAUOixhkoqg7Hj5ry5USowfA==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-use-callback-ref@1.1.1': + resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-controllable-state@1.2.2': + resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-effect-event@0.0.2': + resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-escape-keydown@1.1.1': + resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-layout-effect@1.1.1': + resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-previous@1.1.1': + resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-rect@1.1.1': + resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-size@1.1.1': + resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-visually-hidden@1.2.0': + resolution: {integrity: sha512-rQj0aAWOpCdCMRbI6pLQm8r7S2BM3YhTa0SzOYD55k+hJA8oo9J+H+9wLM9oMlZWOX/wJWPTzfDfmZkf7LvCfg==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-visually-hidden@1.2.2': + resolution: {integrity: sha512-ORCmRUbNiZIv6uV5mhFrhsIKw4UX/N3syZtyqvry61tbGm4JlgQuSn0hk5TwCARsCjkcnuRkSdCE3xfb+ADHew==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-visually-hidden@1.2.3': + resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==} + peerDependencies: + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/rect@1.1.1': + resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==} + + '@react-aria/focus@3.20.3': + resolution: {integrity: sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@react-aria/interactions@3.25.1': + resolution: {integrity: sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@react-aria/ssr@3.9.8': + resolution: {integrity: sha512-lQDE/c9uTfBSDOjaZUJS8xP2jCKVk4zjQeIlCH90xaLhHDgbpCdns3xvFpJJujfj3nI4Ll9K7A+ONUBDCASOuw==} + engines: {node: '>= 12'} + peerDependencies: + react: ^19.1.1 + + '@react-aria/utils@3.29.0': + resolution: {integrity: sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@react-stately/flags@3.1.1': + resolution: {integrity: sha512-XPR5gi5LfrPdhxZzdIlJDz/B5cBf63l4q6/AzNqVWFKgd0QqY5LvWJftXkklaIUpKSJkIKQb8dphuZXDtkWNqg==} + + '@react-stately/utils@3.10.6': + resolution: {integrity: sha512-O76ip4InfTTzAJrg8OaZxKU4vvjMDOpfA/PGNOytiXwBbkct2ZeZwaimJ8Bt9W1bj5VsZ81/o/tW4BacbdDOMA==} + peerDependencies: + react: ^19.1.1 + + '@react-types/shared@3.29.1': + resolution: {integrity: sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==} + peerDependencies: + react: ^19.1.1 + + '@rive-app/react-webgl2@4.21.0': + resolution: {integrity: sha512-zBVe0B1aysXS4Pz2/nUoAyA3o2+JrliK56MEyyUH7pb7dm+EHKnrv7qv60NI0Q6r3PGnuR4+tFuv5alNM9WYXQ==} + peerDependencies: + react: ^19.1.1 + + '@rive-app/webgl2@2.28.0': + resolution: {integrity: sha512-C45ehkG2S+xWZ4J5/MydtLXbrISt9f9T9YPkeVT+W6HHGCjZh35FDO/Q3tBAd63MB8MaF+u6E1BHa0RW2A9wJw==} + + '@rolldown/pluginutils@1.0.0-beta.19': + resolution: {integrity: sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==} + + '@rollup/pluginutils@5.2.0': + resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/rollup-android-arm-eabi@4.40.1': + resolution: {integrity: sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.40.1': + resolution: {integrity: sha512-PPkxTOisoNC6TpnDKatjKkjRMsdaWIhyuMkA4UsBXT9WEZY4uHezBTjs6Vl4PbqQQeu6oION1w2voYZv9yquCw==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.40.1': + resolution: {integrity: sha512-VWXGISWFY18v/0JyNUy4A46KCFCb9NVsH+1100XP31lud+TzlezBbz24CYzbnA4x6w4hx+NYCXDfnvDVO6lcAA==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.40.1': + resolution: {integrity: sha512-nIwkXafAI1/QCS7pxSpv/ZtFW6TXcNUEHAIA9EIyw5OzxJZQ1YDrX+CL6JAIQgZ33CInl1R6mHet9Y/UZTg2Bw==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-freebsd-arm64@4.40.1': + resolution: {integrity: sha512-BdrLJ2mHTrIYdaS2I99mriyJfGGenSaP+UwGi1kB9BLOCu9SR8ZpbkmmalKIALnRw24kM7qCN0IOm6L0S44iWw==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.40.1': + resolution: {integrity: sha512-VXeo/puqvCG8JBPNZXZf5Dqq7BzElNJzHRRw3vjBE27WujdzuOPecDPc/+1DcdcTptNBep3861jNq0mYkT8Z6Q==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.40.1': + resolution: {integrity: sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.40.1': + resolution: {integrity: sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.40.1': + resolution: {integrity: sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.40.1': + resolution: {integrity: sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-loongarch64-gnu@4.40.1': + resolution: {integrity: sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==} + cpu: [loong64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': + resolution: {integrity: sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.40.1': + resolution: {integrity: sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-riscv64-musl@4.40.1': + resolution: {integrity: sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.40.1': + resolution: {integrity: sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.40.1': + resolution: {integrity: sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.40.1': + resolution: {integrity: sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.40.1': + resolution: {integrity: sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.40.1': + resolution: {integrity: sha512-DfcogW8N7Zg7llVEfpqWMZcaErKfsj9VvmfSyRjCyo4BI3wPEfrzTtJkZG6gKP/Z92wFm6rz2aDO7/JfiR/whA==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.40.1': + resolution: {integrity: sha512-ECyOuDeH3C1I8jH2MK1RtBJW+YPMvSfT0a5NN0nHfQYnDSJ6tUiZH3gzwVP5/Kfh/+Tt7tpWVF9LXNTnhTJ3kA==} + cpu: [x64] + os: [win32] + + '@rtsao/scc@1.1.0': + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + + '@rushstack/eslint-patch@1.11.0': + resolution: {integrity: sha512-zxnHvoMQVqewTJr/W4pKjF0bMGiKJv1WX7bSrkl46Hg0QjESbzBROWK0Wg4RphzSOS5Jiy7eFimmM3UgMrMZbQ==} + + '@rushstack/node-core-library@5.13.1': + resolution: {integrity: sha512-5yXhzPFGEkVc9Fu92wsNJ9jlvdwz4RNb2bMso+/+TH0nMm1jDDDsOIf4l8GAkPxGuwPw5DH24RliWVfSPhlW/Q==} + peerDependencies: + '@types/node': ^22.15.18 + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/rig-package@0.5.3': + resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} + + '@rushstack/terminal@0.15.3': + resolution: {integrity: sha512-DGJ0B2Vm69468kZCJkPj3AH5nN+nR9SPmC0rFHtzsS4lBQ7/dgOwtwVxYP7W9JPDMuRBkJ4KHmWKr036eJsj9g==} + peerDependencies: + '@types/node': ^22.15.18 + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/ts-command-line@5.0.1': + resolution: {integrity: sha512-bsbUucn41UXrQK7wgM8CNM/jagBytEyJqXw/umtI8d68vFm1Jwxh1OtLrlW7uGZgjCWiiPH6ooUNa1aVsuVr3Q==} + + '@shikijs/core@3.11.0': + resolution: {integrity: sha512-oJwU+DxGqp6lUZpvtQgVOXNZcVsirN76tihOLBmwILkKuRuwHteApP8oTXmL4tF5vS5FbOY0+8seXmiCoslk4g==} + + '@shikijs/core@3.3.0': + resolution: {integrity: sha512-CovkFL2WVaHk6PCrwv6ctlmD4SS1qtIfN8yEyDXDYWh4ONvomdM9MaFw20qHuqJOcb8/xrkqoWQRJ//X10phOQ==} + + '@shikijs/core@3.4.2': + resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==} + + '@shikijs/engine-javascript@3.11.0': + resolution: {integrity: sha512-6/ov6pxrSvew13k9ztIOnSBOytXeKs5kfIR7vbhdtVRg+KPzvp2HctYGeWkqv7V6YIoLicnig/QF3iajqyElZA==} + + '@shikijs/engine-javascript@3.3.0': + resolution: {integrity: sha512-XlhnFGv0glq7pfsoN0KyBCz9FJU678LZdQ2LqlIdAj6JKsg5xpYKay3DkazXWExp3DTJJK9rMOuGzU2911pg7Q==} + + '@shikijs/engine-javascript@3.4.2': + resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==} + + '@shikijs/engine-oniguruma@3.11.0': + resolution: {integrity: sha512-4DwIjIgETK04VneKbfOE4WNm4Q7WC1wo95wv82PoHKdqX4/9qLRUwrfKlmhf0gAuvT6GHy0uc7t9cailk6Tbhw==} + + '@shikijs/engine-oniguruma@3.3.0': + resolution: {integrity: sha512-l0vIw+GxeNU7uGnsu6B+Crpeqf+WTQ2Va71cHb5ZYWEVEPdfYwY5kXwYqRJwHrxz9WH+pjSpXQz+TJgAsrkA5A==} + + '@shikijs/engine-oniguruma@3.4.2': + resolution: {integrity: sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==} + + '@shikijs/langs@3.11.0': + resolution: {integrity: sha512-Njg/nFL4HDcf/ObxcK2VeyidIq61EeLmocrwTHGGpOQx0BzrPWM1j55XtKQ1LvvDWH15cjQy7rg96aJ1/l63uw==} + + '@shikijs/langs@3.3.0': + resolution: {integrity: sha512-zt6Kf/7XpBQKSI9eqku+arLkAcDQ3NHJO6zFjiChI8w0Oz6Jjjay7pToottjQGjSDCFk++R85643WbyINcuL+g==} + + '@shikijs/langs@3.4.2': + resolution: {integrity: sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==} + + '@shikijs/rehype@3.4.2': + resolution: {integrity: sha512-atbsrT3UKs25OdKVbNoHyKO9ZP7KEBPlo1oanPGMkvUL0fLictpxMPz6vPE2YTeHhpwz7EMrA4K4FHRY8XAReg==} + + '@shikijs/themes@3.11.0': + resolution: {integrity: sha512-BhhWRzCTEk2CtWt4S4bgsOqPJRkapvxdsifAwqP+6mk5uxboAQchc0etiJ0iIasxnMsb764qGD24DK9albcU9Q==} + + '@shikijs/themes@3.3.0': + resolution: {integrity: sha512-tXeCvLXBnqq34B0YZUEaAD1lD4lmN6TOHAhnHacj4Owh7Ptb/rf5XCDeROZt2rEOk5yuka3OOW2zLqClV7/SOg==} + + '@shikijs/themes@3.4.2': + resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==} + + '@shikijs/transformers@3.4.2': + resolution: {integrity: sha512-I5baLVi/ynLEOZoWSAMlACHNnG+yw5HDmse0oe+GW6U1u+ULdEB3UHiVWaHoJSSONV7tlcVxuaMy74sREDkSvg==} + + '@shikijs/twoslash@3.11.0': + resolution: {integrity: sha512-/mYrydaKDr5vwlgFbcaGOvYHds3oceIpru4eVWVvScOC6XbWx9lbYCVhyGtlgHlF1m5rZkAR6sdNAPKeDGKOAw==} + peerDependencies: + typescript: ^5.7.3 + + '@shikijs/types@3.11.0': + resolution: {integrity: sha512-RB7IMo2E7NZHyfkqAuaf4CofyY8bPzjWPjJRzn6SEak3b46fIQyG6Vx5fG/obqkfppQ+g8vEsiD7Uc6lqQt32Q==} + + '@shikijs/types@3.3.0': + resolution: {integrity: sha512-KPCGnHG6k06QG/2pnYGbFtFvpVJmC3uIpXrAiPrawETifujPBv0Se2oUxm5qYgjCvGJS9InKvjytOdN+bGuX+Q==} + + '@shikijs/types@3.4.2': + resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==} + + '@shikijs/vscode-textmate@10.0.2': + resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} + + '@sideway/address@4.1.5': + resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} + + '@sideway/formula@3.0.1': + resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} + + '@sideway/pinpoint@2.0.0': + resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} + + '@sinclair/typebox@0.27.8': + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + + '@sinonjs/commons@3.0.1': + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + + '@sinonjs/fake-timers@10.3.0': + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + + '@standard-schema/spec@1.0.0': + resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} + + '@storybook/addon-a11y@9.0.17': + resolution: {integrity: sha512-9cXNK3q/atx3hwJAt9HkJbd9vUxCXfKKiNNuSACbf8h9/j6u3jktulKOf6Xjc3B8lwn6ZpdK/x1HHZN2kTqsvg==} + peerDependencies: + storybook: ^9.0.17 + + '@storybook/addon-docs@9.0.17': + resolution: {integrity: sha512-LOX/kKgQGnyulrqZHsvf77+ZoH/nSUaplGr5hvZglW/U6ak6fO9seJyXAzVKEnC6p+F8n02kFBZbi3s+znQhSg==} + peerDependencies: + storybook: ^9.0.17 + + '@storybook/addon-themes@9.0.17': + resolution: {integrity: sha512-qQCoWig+wPVVuiibk8AuUUH/hS9hbLFt2IdjpiCIObAjStqSQMosr/1b95FcxppBCEa8uTltEkGdxQPdpdVZEQ==} + peerDependencies: + storybook: ^9.0.17 + + '@storybook/builder-vite@9.0.17': + resolution: {integrity: sha512-lyuvgGhb0NaVk1tdB4xwzky6+YXQfxlxfNQqENYZ9uYQZdPfErMa4ZTXVQTV+CQHAa2NL+p/dG2JPAeu39e9UA==} + peerDependencies: + storybook: ^9.0.17 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 + + '@storybook/csf-plugin@9.0.17': + resolution: {integrity: sha512-6Q4eo1ObrLlsnB6bIt6T8+45XAb4to2pQGNrI7QPkLQRLrZinrJcNbLY7AGkyIoCOEsEbq08n09/nClQUbu8HA==} + peerDependencies: + storybook: ^9.0.17 + + '@storybook/global@5.0.0': + resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} + + '@storybook/icons@1.4.0': + resolution: {integrity: sha512-Td73IeJxOyalzvjQL+JXx72jlIYHgs+REaHiREOqfpo3A2AYYG71AUbcv+lg7mEDIweKVCxsMQ0UKo634c8XeA==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@storybook/react-dom-shim@9.0.17': + resolution: {integrity: sha512-ak/x/m6MDDxdE6rCDymTltaiQF3oiKrPHSwfM+YPgQR6MVmzTTs4+qaPfeev7FZEHq23IkfDMTmSTTJtX7Vs9A==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + storybook: ^9.0.17 + + '@storybook/react-vite@9.0.17': + resolution: {integrity: sha512-wx1yKScni4ifOC/ccqpnnpceQbyF2xto+jHGsyua+M4UUCQdS2NYPDR8JFWp1YvBhVt2cQiD6SAltVGM9QLGnQ==} + engines: {node: '>=20.0.0'} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + storybook: ^9.0.17 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 + + '@storybook/react@9.0.17': + resolution: {integrity: sha512-wssao+uXg72OHtEJdQmmQJGdX90x/aU/6avoP3fgVgepWdZXVgciS9mnqHjKRF/vP+vPOlNQcJjojF/zTtq5qg==} + engines: {node: '>=20.0.0'} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + storybook: ^9.0.17 + typescript: ^5.7.3 + peerDependenciesMeta: + typescript: + optional: true + + '@storybook/test-runner@0.23.0': + resolution: {integrity: sha512-AVA6mSotfHAqsKjvWMNR7wcXIoCNQidU9P5GIGEdn+gArzkzTsLXZr6qNjH4XQRg8pSR+IUOuB1MMWZIHxhgoQ==} + engines: {node: '>=20.0.0'} + hasBin: true + peerDependencies: + storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 + + '@stripe/react-stripe-js@3.7.0': + resolution: {integrity: sha512-PYls/2S9l0FF+2n0wHaEJsEU8x7CmBagiH7zYOsxbBlLIHEsqUIQ4MlIAbV9Zg6xwT8jlYdlRIyBTHmO3yM7kQ==} + peerDependencies: + '@stripe/stripe-js': '>=1.44.1 <8.0.0' + react: ^19.1.1 + react-dom: ^19.1.1 + + '@stripe/stripe-js@5.10.0': + resolution: {integrity: sha512-PTigkxMdMUP6B5ISS7jMqJAKhgrhZwjprDqR1eATtFfh0OpKVNp110xiH+goeVdrJ29/4LeZJR4FaHHWstsu0A==} + engines: {node: '>=12.16'} + + '@swc/core-darwin-arm64@1.12.5': + resolution: {integrity: sha512-3WF+naP/qkt5flrTfJr+p07b522JcixKvIivM7FgvllA6LjJxf+pheoILrTS8IwrNAK/XtHfKWYcGY+3eaA4mA==} + engines: {node: '>=10'} + cpu: [arm64] + os: [darwin] + + '@swc/core-darwin-x64@1.12.5': + resolution: {integrity: sha512-GCcD3dft8YN7unTBcW02Fx41jXp2MNQHCjx5ceWSEYOGvn7vBSUp7k7LkfTxGN5Ftxb9a1mxhPq8r4rD2u/aPw==} + engines: {node: '>=10'} + cpu: [x64] + os: [darwin] + + '@swc/core-linux-arm-gnueabihf@1.12.5': + resolution: {integrity: sha512-jWlzP/Y4+wbE/EJM+WGIDQsklLFV3g5LmbYTBgrY4+5nb517P31mkBzf5y2knfNWPrL7HzNu0578j3Zi2E6Iig==} + engines: {node: '>=10'} + cpu: [arm] + os: [linux] + + '@swc/core-linux-arm64-gnu@1.12.5': + resolution: {integrity: sha512-GkzgIUz+2r6J6Tn3hb7/4ByaWHRrRZt4vuN9BLAd+y65m2Bt0vlEpPtWhrB/TVe4hEkFR+W5PDETLEbUT4i0tQ==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + + '@swc/core-linux-arm64-musl@1.12.5': + resolution: {integrity: sha512-g0AJ7QmZPj3Uw+C5pDa48LAUG7JBgQmB0mN5cW+s2mjaFKT0mTSxYALtx/MDZwJExDPo0yJV8kSbFO1tvFPyhg==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + + '@swc/core-linux-x64-gnu@1.12.5': + resolution: {integrity: sha512-PeYoSziNy+iNiBHPtAsO84bzBne/mbCsG5ijYkAhS1GVsDgohClorUvRXXhcUZoX2gr8TfSI9WLHo30K+DKiHg==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + + '@swc/core-linux-x64-musl@1.12.5': + resolution: {integrity: sha512-EJrfCCIyuV5LLmYgKtIMwtgsnjVesdFe0IgQzEKs9OfB6cL6g7WO9conn8BkGX8jphVa7jChKxShDGkreWWDzA==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + + '@swc/core-win32-arm64-msvc@1.12.5': + resolution: {integrity: sha512-FnwT7fxkJJMgsfiDoZKEVGyCzrPFbzpflFAAoTCUCu3MaHw6mW55o/MAAfofvJ1iIcEpec4o93OilsmKtpyO5Q==} + engines: {node: '>=10'} + cpu: [arm64] + os: [win32] + + '@swc/core-win32-ia32-msvc@1.12.5': + resolution: {integrity: sha512-jW6l4KFt9mIXSpGseE6BQOEFmbIeXeShDuWgldEJXKeXf/uPs8wrqv80XBIUwVpK0ZbmJwPQ0waGVj8UM3th2Q==} + engines: {node: '>=10'} + cpu: [ia32] + os: [win32] + + '@swc/core-win32-x64-msvc@1.12.5': + resolution: {integrity: sha512-AZszwuEjlz1tSNLQRm3T5OZJ5eebxjJlDQnnzXJmg0B7DJMRoaAe1HTLOmejxjFK6yWr7fh+pSeCw2PgQLxgqA==} + engines: {node: '>=10'} + cpu: [x64] + os: [win32] + + '@swc/core@1.12.5': + resolution: {integrity: sha512-KxA0PHHIuUBmQ/Oi+xFpVzILj2Oo37sTtftCbyowQlyx5YOknEOw1kLpas5hMcpznXgFyAWbpK71xQps4INPgA==} + engines: {node: '>=10'} + peerDependencies: + '@swc/helpers': '>=0.5.17' + peerDependenciesMeta: + '@swc/helpers': + optional: true + + '@swc/counter@0.1.3': + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + + '@swc/helpers@0.5.15': + resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + + '@swc/jest@0.2.38': + resolution: {integrity: sha512-HMoZgXWMqChJwffdDjvplH53g9G2ALQes3HKXDEdliB/b85OQ0CTSbxG8VSeCwiAn7cOaDVEt4mwmZvbHcS52w==} + engines: {npm: '>= 7.0.0'} + peerDependencies: + '@swc/core': '*' + + '@swc/types@0.1.23': + resolution: {integrity: sha512-u1iIVZV9Q0jxY+yM2vw/hZGDNudsN85bBpTqzAQ9rzkxW9D+e3aEM4Han+ow518gSewkXgjmEK0BD79ZcNVgPw==} + + '@tailwindcss/node@4.1.11': + resolution: {integrity: sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==} + + '@tailwindcss/node@4.1.7': + resolution: {integrity: sha512-9rsOpdY9idRI2NH6CL4wORFY0+Q6fnx9XP9Ju+iq/0wJwGD5IByIgFmwVbyy4ymuyprj8Qh4ErxMKTUL4uNh3g==} + + '@tailwindcss/oxide-android-arm64@4.1.11': + resolution: {integrity: sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + + '@tailwindcss/oxide-android-arm64@4.1.7': + resolution: {integrity: sha512-IWA410JZ8fF7kACus6BrUwY2Z1t1hm0+ZWNEzykKmMNM09wQooOcN/VXr0p/WJdtHZ90PvJf2AIBS/Ceqx1emg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + + '@tailwindcss/oxide-darwin-arm64@4.1.11': + resolution: {integrity: sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@tailwindcss/oxide-darwin-arm64@4.1.7': + resolution: {integrity: sha512-81jUw9To7fimGGkuJ2W5h3/oGonTOZKZ8C2ghm/TTxbwvfSiFSDPd6/A/KE2N7Jp4mv3Ps9OFqg2fEKgZFfsvg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@tailwindcss/oxide-darwin-x64@4.1.11': + resolution: {integrity: sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@tailwindcss/oxide-darwin-x64@4.1.7': + resolution: {integrity: sha512-q77rWjEyGHV4PdDBtrzO0tgBBPlQWKY7wZK0cUok/HaGgbNKecegNxCGikuPJn5wFAlIywC3v+WMBt0PEBtwGw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@tailwindcss/oxide-freebsd-x64@4.1.11': + resolution: {integrity: sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [freebsd] + + '@tailwindcss/oxide-freebsd-x64@4.1.7': + resolution: {integrity: sha512-RfmdbbK6G6ptgF4qqbzoxmH+PKfP4KSVs7SRlTwcbRgBwezJkAO3Qta/7gDy10Q2DcUVkKxFLXUQO6J3CRvBGw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [freebsd] + + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': + resolution: {integrity: sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.7': + resolution: {integrity: sha512-OZqsGvpwOa13lVd1z6JVwQXadEobmesxQ4AxhrwRiPuE04quvZHWn/LnihMg7/XkN+dTioXp/VMu/p6A5eZP3g==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + + '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': + resolution: {integrity: sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@tailwindcss/oxide-linux-arm64-gnu@4.1.7': + resolution: {integrity: sha512-voMvBTnJSfKecJxGkoeAyW/2XRToLZ227LxswLAwKY7YslG/Xkw9/tJNH+3IVh5bdYzYE7DfiaPbRkSHFxY1xA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@tailwindcss/oxide-linux-arm64-musl@4.1.11': + resolution: {integrity: sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@tailwindcss/oxide-linux-arm64-musl@4.1.7': + resolution: {integrity: sha512-PjGuNNmJeKHnP58M7XyjJyla8LPo+RmwHQpBI+W/OxqrwojyuCQ+GUtygu7jUqTEexejZHr/z3nBc/gTiXBj4A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@tailwindcss/oxide-linux-x64-gnu@4.1.11': + resolution: {integrity: sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@tailwindcss/oxide-linux-x64-gnu@4.1.7': + resolution: {integrity: sha512-HMs+Va+ZR3gC3mLZE00gXxtBo3JoSQxtu9lobbZd+DmfkIxR54NO7Z+UQNPsa0P/ITn1TevtFxXTpsRU7qEvWg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@tailwindcss/oxide-linux-x64-musl@4.1.11': + resolution: {integrity: sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@tailwindcss/oxide-linux-x64-musl@4.1.7': + resolution: {integrity: sha512-MHZ6jyNlutdHH8rd+YTdr3QbXrHXqwIhHw9e7yXEBcQdluGwhpQY2Eku8UZK6ReLaWtQ4gijIv5QoM5eE+qlsA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@tailwindcss/oxide-wasm32-wasi@4.1.11': + resolution: {integrity: sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + bundledDependencies: + - '@napi-rs/wasm-runtime' + - '@emnapi/core' + - '@emnapi/runtime' + - '@tybys/wasm-util' + - '@emnapi/wasi-threads' + - tslib + + '@tailwindcss/oxide-wasm32-wasi@4.1.7': + resolution: {integrity: sha512-ANaSKt74ZRzE2TvJmUcbFQ8zS201cIPxUDm5qez5rLEwWkie2SkGtA4P+GPTj+u8N6JbPrC8MtY8RmJA35Oo+A==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + bundledDependencies: + - '@napi-rs/wasm-runtime' + - '@emnapi/core' + - '@emnapi/runtime' + - '@tybys/wasm-util' + - '@emnapi/wasi-threads' + - tslib + + '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': + resolution: {integrity: sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@tailwindcss/oxide-win32-arm64-msvc@4.1.7': + resolution: {integrity: sha512-HUiSiXQ9gLJBAPCMVRk2RT1ZrBjto7WvqsPBwUrNK2BcdSxMnk19h4pjZjI7zgPhDxlAbJSumTC4ljeA9y0tEw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@tailwindcss/oxide-win32-x64-msvc@4.1.11': + resolution: {integrity: sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@tailwindcss/oxide-win32-x64-msvc@4.1.7': + resolution: {integrity: sha512-rYHGmvoHiLJ8hWucSfSOEmdCBIGZIq7SpkPRSqLsH2Ab2YUNgKeAPT1Fi2cx3+hnYOrAb0jp9cRyode3bBW4mQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@tailwindcss/oxide@4.1.11': + resolution: {integrity: sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==} + engines: {node: '>= 10'} + + '@tailwindcss/oxide@4.1.7': + resolution: {integrity: sha512-5SF95Ctm9DFiUyjUPnDGkoKItPX/k+xifcQhcqX5RA85m50jw1pT/KzjdvlqxRja45Y52nR4MR9fD1JYd7f8NQ==} + engines: {node: '>= 10'} + + '@tailwindcss/postcss@4.1.7': + resolution: {integrity: sha512-88g3qmNZn7jDgrrcp3ZXEQfp9CVox7xjP1HN2TFKI03CltPVd/c61ydn5qJJL8FYunn0OqBaW5HNUga0kmPVvw==} + + '@tailwindcss/vite@4.1.11': + resolution: {integrity: sha512-RHYhrR3hku0MJFRV+fN2gNbDNEh3dwKvY8XJvTxCSXeMOsCRSr+uKvDWQcbizrHgjML6ZmTE5OwMrl5wKcujCw==} + peerDependencies: + vite: ^5.2.0 || ^6 || ^7 + + '@tanstack/react-virtual@3.13.9': + resolution: {integrity: sha512-SPWC8kwG/dWBf7Py7cfheAPOxuvIv4fFQ54PdmYbg7CpXfsKxkucak43Q0qKsxVthhUJQ1A7CIMAIplq4BjVwA==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@tanstack/virtual-core@3.13.9': + resolution: {integrity: sha512-3jztt0jpaoJO5TARe2WIHC1UQC3VMLAFUW5mmMo0yrkwtDB2AQP0+sh10BVUpWrnvHjSLvzFizydtEGLCJKFoQ==} + + '@testing-library/dom@10.4.0': + resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} + engines: {node: '>=18'} + + '@testing-library/jest-dom@6.6.3': + resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + + '@testing-library/react@16.3.0': + resolution: {integrity: sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==} + engines: {node: '>=18'} + peerDependencies: + '@testing-library/dom': ^10.0.0 + '@types/react': ^19.1.4 + '@types/react-dom': ^19.1.5 + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@testing-library/user-event@14.6.1': + resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==} + engines: {node: '>=12', npm: '>=6'} + peerDependencies: + '@testing-library/dom': '>=7.21.4' + + '@tootallnate/once@2.0.0': + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} + + '@tsconfig/node10@1.0.11': + resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} + + '@tsconfig/node12@1.0.11': + resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} + + '@tsconfig/node14@1.0.3': + resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} + + '@tsconfig/node16@1.0.4': + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + + '@tybys/wasm-util@0.9.0': + resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==} + + '@types/archiver@6.0.3': + resolution: {integrity: sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==} + + '@types/argparse@1.0.38': + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + + '@types/aria-query@5.0.4': + resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} + + '@types/babel__core@7.20.5': + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + + '@types/babel__generator@7.27.0': + resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==} + + '@types/babel__template@7.4.4': + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + + '@types/babel__traverse@7.20.7': + resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==} + + '@types/body-parser@1.19.5': + resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} + + '@types/chai@5.2.2': + resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==} + + '@types/connect@3.4.38': + resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} + + '@types/cookiejar@2.1.5': + resolution: {integrity: sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==} + + '@types/cors@2.8.17': + resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} + + '@types/d3-array@3.2.1': + resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} + + '@types/d3-axis@3.0.6': + resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==} + + '@types/d3-brush@3.0.6': + resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==} + + '@types/d3-chord@3.0.6': + resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==} + + '@types/d3-color@3.1.3': + resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==} + + '@types/d3-contour@3.0.6': + resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==} + + '@types/d3-delaunay@6.0.4': + resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==} + + '@types/d3-dispatch@3.0.7': + resolution: {integrity: sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==} + + '@types/d3-drag@3.0.7': + resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==} + + '@types/d3-dsv@3.0.7': + resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==} + + '@types/d3-ease@3.0.2': + resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==} + + '@types/d3-fetch@3.0.7': + resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==} + + '@types/d3-force@3.0.10': + resolution: {integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==} + + '@types/d3-format@3.0.4': + resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==} + + '@types/d3-geo@3.1.0': + resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==} + + '@types/d3-hierarchy@3.1.7': + resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==} + + '@types/d3-interpolate@3.0.4': + resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==} + + '@types/d3-path@3.1.1': + resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==} + + '@types/d3-polygon@3.0.2': + resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==} + + '@types/d3-quadtree@3.0.6': + resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==} + + '@types/d3-random@3.0.3': + resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==} + + '@types/d3-scale-chromatic@3.1.0': + resolution: {integrity: sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==} + + '@types/d3-scale@4.0.9': + resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==} + + '@types/d3-selection@3.0.11': + resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==} + + '@types/d3-shape@3.1.7': + resolution: {integrity: sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==} + + '@types/d3-time-format@4.0.3': + resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==} + + '@types/d3-time@3.0.4': + resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==} + + '@types/d3-timer@3.0.2': + resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==} + + '@types/d3-transition@3.0.9': + resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==} + + '@types/d3-zoom@3.0.8': + resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==} + + '@types/d3@7.4.3': + resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==} + + '@types/dagre@0.7.52': + resolution: {integrity: sha512-XKJdy+OClLk3hketHi9Qg6gTfe1F3y+UFnHxKA2rn9Dw+oXa4Gb378Ztz9HlMgZKSxpPmn4BNVh9wgkpvrK1uw==} + + '@types/debug@4.1.12': + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + + '@types/deep-eql@4.0.2': + resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} + + '@types/deep-equal@1.0.4': + resolution: {integrity: sha512-tqdiS4otQP4KmY0PR3u6KbZ5EWvhNdUoS/jc93UuK23C220lOZ/9TvjfxdPcKvqwwDVtmtSCrnr0p/2dirAxkA==} + + '@types/doctrine@0.0.9': + resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==} + + '@types/eslint@9.6.1': + resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} + + '@types/estree-jsx@1.0.5': + resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} + + '@types/estree@1.0.7': + resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + + '@types/express-serve-static-core@5.0.6': + resolution: {integrity: sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==} + + '@types/express@5.0.3': + resolution: {integrity: sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==} + + '@types/geojson@7946.0.16': + resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==} + + '@types/graceful-fs@4.1.9': + resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} + + '@types/hast@2.3.10': + resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} + + '@types/hast@3.0.4': + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + + '@types/http-errors@2.0.4': + resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} + + '@types/inquirer@9.0.7': + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} + + '@types/istanbul-lib-coverage@2.0.6': + resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} + + '@types/istanbul-lib-report@3.0.3': + resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} + + '@types/istanbul-reports@3.0.4': + resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} + + '@types/jest@29.5.14': + resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} + + '@types/jsdom@20.0.1': + resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} + + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + + '@types/json5@0.0.29': + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + + '@types/luxon@3.6.2': + resolution: {integrity: sha512-R/BdP7OxEMc44l2Ex5lSXHoIXTB2JLNa3y2QISIbr58U/YcsffyQrYW//hZSdrfxrjRZj3GcUoxMPGdO8gSYuw==} + + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + + '@types/mdx@2.0.13': + resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==} + + '@types/methods@1.1.4': + resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==} + + '@types/mime@1.3.5': + resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} + + '@types/ms@2.1.0': + resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} + + '@types/node-cron@3.0.11': + resolution: {integrity: sha512-0ikrnug3/IyneSHqCBeslAhlK2aBfYek1fGo4bP4QnZPmiqSGRK+Oy7ZMisLWkesffJvQ1cqAcBnJC+8+nxIAg==} + + '@types/node-fetch@2.6.12': + resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} + + '@types/node@22.15.18': + resolution: {integrity: sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==} + + '@types/qs@6.9.18': + resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} + + '@types/range-parser@1.2.7': + resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} + + '@types/react-dom@19.1.5': + resolution: {integrity: sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==} + peerDependencies: + '@types/react': ^19.1.4 + + '@types/react-syntax-highlighter@15.5.13': + resolution: {integrity: sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==} + + '@types/react@19.1.4': + resolution: {integrity: sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==} + + '@types/readdir-glob@1.1.5': + resolution: {integrity: sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==} + + '@types/resolve@1.20.6': + resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} + + '@types/send@0.17.4': + resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} + + '@types/serve-static@1.15.7': + resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + + '@types/stack-utils@2.0.3': + resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} + + '@types/superagent@8.1.9': + resolution: {integrity: sha512-pTVjI73witn+9ILmoJdajHGW2jkSaOzhiFYF1Rd3EQ94kymLqB9PjD9ISg7WaALC7+dCHT0FGe9T2LktLq/3GQ==} + + '@types/supertest@6.0.3': + resolution: {integrity: sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==} + + '@types/through@0.0.33': + resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} + + '@types/tough-cookie@4.0.5': + resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} + + '@types/trusted-types@2.0.7': + resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} + + '@types/unist@2.0.11': + resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} + + '@types/unist@3.0.3': + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + + '@types/wait-on@5.3.4': + resolution: {integrity: sha512-EBsPjFMrFlMbbUFf9D1Fp+PAB2TwmUn7a3YtHyD9RLuTIk1jDd8SxXVAoez2Ciy+8Jsceo2MYEYZzJ/DvorOKw==} + + '@types/ws@8.18.1': + resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} + + '@types/yargs-parser@21.0.3': + resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} + + '@types/yargs@17.0.33': + resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} + + '@typescript-eslint/eslint-plugin@8.32.1': + resolution: {integrity: sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^9.17.0 + typescript: ^5.7.3 + + '@typescript-eslint/parser@8.32.1': + resolution: {integrity: sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + + '@typescript-eslint/scope-manager@8.31.1': + resolution: {integrity: sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/scope-manager@8.32.1': + resolution: {integrity: sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/type-utils@8.32.1': + resolution: {integrity: sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + + '@typescript-eslint/types@8.31.1': + resolution: {integrity: sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/types@8.32.1': + resolution: {integrity: sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/typescript-estree@8.31.1': + resolution: {integrity: sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: ^5.7.3 + + '@typescript-eslint/typescript-estree@8.32.1': + resolution: {integrity: sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: ^5.7.3 + + '@typescript-eslint/utils@8.31.1': + resolution: {integrity: sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + + '@typescript-eslint/utils@8.32.1': + resolution: {integrity: sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + + '@typescript-eslint/visitor-keys@8.31.1': + resolution: {integrity: sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/visitor-keys@8.32.1': + resolution: {integrity: sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript/vfs@1.6.1': + resolution: {integrity: sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==} + peerDependencies: + typescript: ^5.7.3 + + '@ungap/structured-clone@1.3.0': + resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + + '@unrs/resolver-binding-darwin-arm64@1.7.2': + resolution: {integrity: sha512-vxtBno4xvowwNmO/ASL0Y45TpHqmNkAaDtz4Jqb+clmcVSSl8XCG/PNFFkGsXXXS6AMjP+ja/TtNCFFa1QwLRg==} + cpu: [arm64] + os: [darwin] + + '@unrs/resolver-binding-darwin-x64@1.7.2': + resolution: {integrity: sha512-qhVa8ozu92C23Hsmv0BF4+5Dyyd5STT1FolV4whNgbY6mj3kA0qsrGPe35zNR3wAN7eFict3s4Rc2dDTPBTuFQ==} + cpu: [x64] + os: [darwin] + + '@unrs/resolver-binding-freebsd-x64@1.7.2': + resolution: {integrity: sha512-zKKdm2uMXqLFX6Ac7K5ElnnG5VIXbDlFWzg4WJ8CGUedJryM5A3cTgHuGMw1+P5ziV8CRhnSEgOnurTI4vpHpg==} + cpu: [x64] + os: [freebsd] + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.7.2': + resolution: {integrity: sha512-8N1z1TbPnHH+iDS/42GJ0bMPLiGK+cUqOhNbMKtWJ4oFGzqSJk/zoXFzcQkgtI63qMcUI7wW1tq2usZQSb2jxw==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm-musleabihf@1.7.2': + resolution: {integrity: sha512-tjYzI9LcAXR9MYd9rO45m1s0B/6bJNuZ6jeOxo1pq1K6OBuRMMmfyvJYval3s9FPPGmrldYA3mi4gWDlWuTFGA==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-gnu@1.7.2': + resolution: {integrity: sha512-jon9M7DKRLGZ9VYSkFMflvNqu9hDtOCEnO2QAryFWgT6o6AXU8du56V7YqnaLKr6rAbZBWYsYpikF226v423QA==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-musl@1.7.2': + resolution: {integrity: sha512-c8Cg4/h+kQ63pL43wBNaVMmOjXI/X62wQmru51qjfTvI7kmCy5uHTJvK/9LrF0G8Jdx8r34d019P1DVJmhXQpA==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-ppc64-gnu@1.7.2': + resolution: {integrity: sha512-A+lcwRFyrjeJmv3JJvhz5NbcCkLQL6Mk16kHTNm6/aGNc4FwPHPE4DR9DwuCvCnVHvF5IAd9U4VIs/VvVir5lg==} + cpu: [ppc64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-gnu@1.7.2': + resolution: {integrity: sha512-hQQ4TJQrSQW8JlPm7tRpXN8OCNP9ez7PajJNjRD1ZTHQAy685OYqPrKjfaMw/8LiHCt8AZ74rfUVHP9vn0N69Q==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-musl@1.7.2': + resolution: {integrity: sha512-NoAGbiqrxtY8kVooZ24i70CjLDlUFI7nDj3I9y54U94p+3kPxwd2L692YsdLa+cqQ0VoqMWoehDFp21PKRUoIQ==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-s390x-gnu@1.7.2': + resolution: {integrity: sha512-KaZByo8xuQZbUhhreBTW+yUnOIHUsv04P8lKjQ5otiGoSJ17ISGYArc+4vKdLEpGaLbemGzr4ZeUbYQQsLWFjA==} + cpu: [s390x] + os: [linux] + + '@unrs/resolver-binding-linux-x64-gnu@1.7.2': + resolution: {integrity: sha512-dEidzJDubxxhUCBJ/SHSMJD/9q7JkyfBMT77Px1npl4xpg9t0POLvnWywSk66BgZS/b2Hy9Y1yFaoMTFJUe9yg==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-linux-x64-musl@1.7.2': + resolution: {integrity: sha512-RvP+Ux3wDjmnZDT4XWFfNBRVG0fMsc+yVzNFUqOflnDfZ9OYujv6nkh+GOr+watwrW4wdp6ASfG/e7bkDradsw==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-wasm32-wasi@1.7.2': + resolution: {integrity: sha512-y797JBmO9IsvXVRCKDXOxjyAE4+CcZpla2GSoBQ33TVb3ILXuFnMrbR/QQZoauBYeOFuu4w3ifWLw52sdHGz6g==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + + '@unrs/resolver-binding-win32-arm64-msvc@1.7.2': + resolution: {integrity: sha512-gtYTh4/VREVSLA+gHrfbWxaMO/00y+34htY7XpioBTy56YN2eBjkPrY1ML1Zys89X3RJDKVaogzwxlM1qU7egg==} + cpu: [arm64] + os: [win32] + + '@unrs/resolver-binding-win32-ia32-msvc@1.7.2': + resolution: {integrity: sha512-Ywv20XHvHTDRQs12jd3MY8X5C8KLjDbg/jyaal/QLKx3fAShhJyD4blEANInsjxW3P7isHx1Blt56iUDDJO3jg==} + cpu: [ia32] + os: [win32] + + '@unrs/resolver-binding-win32-x64-msvc@1.7.2': + resolution: {integrity: sha512-friS8NEQfHaDbkThxopGk+LuE5v3iY0StruifjQEt7SLbA46OnfgMO15sOTkbpJkol6RB+1l1TYPXh0sCddpvA==} + cpu: [x64] + os: [win32] + + '@vercel/analytics@1.5.0': + resolution: {integrity: sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==} + peerDependencies: + '@remix-run/react': ^2 + '@sveltejs/kit': ^1 || ^2 + next: '>= 13' + react: ^19.1.1 + svelte: '>= 4' + vue: ^3 + vue-router: ^4 + peerDependenciesMeta: + '@remix-run/react': + optional: true + '@sveltejs/kit': + optional: true + next: + optional: true + react: + optional: true + svelte: + optional: true + vue: + optional: true + vue-router: + optional: true + + '@vitejs/plugin-react@4.6.0': + resolution: {integrity: sha512-5Kgff+m8e2PB+9j51eGHEpn5kUzRKH2Ry0qGoe8ItJg7pqnkPrYPkDQZGgGmTa0EGarHrkjLvOdU3b1fzI8otQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 + + '@vitest/expect@3.2.4': + resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} + + '@vitest/pretty-format@3.2.4': + resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} + + '@vitest/spy@3.2.4': + resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} + + '@vitest/utils@3.2.4': + resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} + + '@volar/language-core@2.4.14': + resolution: {integrity: sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==} + + '@volar/source-map@2.4.14': + resolution: {integrity: sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==} + + '@volar/typescript@2.4.14': + resolution: {integrity: sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==} + + '@vue/compiler-core@3.5.17': + resolution: {integrity: sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==} + + '@vue/compiler-dom@3.5.17': + resolution: {integrity: sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==} + + '@vue/compiler-vue2@2.7.16': + resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} + + '@vue/language-core@2.2.0': + resolution: {integrity: sha512-O1ZZFaaBGkKbsRfnVH1ifOK1/1BUkyK+3SQsfnh6PmMmD4qJcTU8godCeA96jjDRTL6zgnK7YzCHfaUlH2r0Mw==} + peerDependencies: + typescript: ^5.7.3 + peerDependenciesMeta: + typescript: + optional: true + + '@vue/shared@3.5.17': + resolution: {integrity: sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==} + + '@xyflow/react@12.6.4': + resolution: {integrity: sha512-/dOQ43Nu217cwHzy7f8kNUrFMeJJENzftVgT2VdFFHi6fHlG83pF+gLmvkRW9Be7alCsR6G+LFxxCdsQQbazHg==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + '@xyflow/system@0.0.61': + resolution: {integrity: sha512-TsZG/Ez8dzxX6/Ol44LvFqVZsYvyz6dpDlAQZZk6hTL7JLGO5vN3dboRJqMwU8/Qtr5IEv5YBzojjAwIqW1HCA==} + + abab@2.0.6: + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + deprecated: Use your platform's native atob() and btoa() methods instead + + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + + accepts@1.3.8: + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} + + acorn-globals@7.0.1: + resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn-walk@8.3.4: + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} + engines: {node: '>=0.4.0'} + + acorn@8.14.1: + resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} + engines: {node: '>=0.4.0'} + hasBin: true + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + agentkeepalive@4.6.0: + resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} + engines: {node: '>= 8.0.0'} + + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + + ajv-draft-04@1.0.0: + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + + ajv-formats@3.0.1: + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ajv@8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + + alien-signals@0.4.14: + resolution: {integrity: sha512-itUAVzhczTmP2U5yX67xVpsbbOiquusbWVyA9N+sy6+r6YVbFkahXvNCeEPWEOMhwDYwbVbGHFkVL03N9I5g+Q==} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-escapes@6.2.1: + resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} + engines: {node: '>=14.16'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + antlr4ts@0.5.0-alpha.4: + resolution: {integrity: sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + append-transform@2.0.0: + resolution: {integrity: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==} + engines: {node: '>=8'} + + archiver-utils@5.0.2: + resolution: {integrity: sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==} + engines: {node: '>= 14'} + + archiver@7.0.1: + resolution: {integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==} + engines: {node: '>= 14'} + + archy@1.0.0: + resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} + + arg@4.1.3: + resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + + argparse@1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + aria-hidden@1.2.4: + resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} + engines: {node: '>=10'} + + aria-query@5.3.0: + resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} + + aria-query@5.3.2: + resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} + engines: {node: '>= 0.4'} + + array-buffer-byte-length@1.0.2: + resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} + engines: {node: '>= 0.4'} + + array-flatten@1.1.1: + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + + array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + + array.prototype.findlast@1.2.5: + resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} + engines: {node: '>= 0.4'} + + array.prototype.findlastindex@1.2.6: + resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==} + engines: {node: '>= 0.4'} + + array.prototype.flat@1.3.3: + resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} + engines: {node: '>= 0.4'} + + array.prototype.flatmap@1.3.3: + resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==} + engines: {node: '>= 0.4'} + + array.prototype.tosorted@1.1.4: + resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} + engines: {node: '>= 0.4'} + + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} + engines: {node: '>= 0.4'} + + asap@2.0.6: + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + + assertion-error@2.0.1: + resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} + engines: {node: '>=12'} + + ast-types-flow@0.0.8: + resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} + + ast-types@0.16.1: + resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} + engines: {node: '>=4'} + + astral-regex@2.0.0: + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} + + astring@1.9.0: + resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} + hasBin: true + + async-function@1.0.0: + resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==} + engines: {node: '>= 0.4'} + + async@3.2.6: + resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} + + asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + autoprefixer@10.4.21: + resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.5.3 + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + axe-core@4.10.3: + resolution: {integrity: sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==} + engines: {node: '>=4'} + + axios@1.9.0: + resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} + + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} + + b4a@1.6.7: + resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} + + babel-jest@29.7.0: + resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.8.0 + + babel-plugin-istanbul@6.1.1: + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} + engines: {node: '>=8'} + + babel-plugin-jest-hoist@29.6.3: + resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + babel-preset-current-node-syntax@1.1.0: + resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==} + peerDependencies: + '@babel/core': ^7.0.0 + + babel-preset-jest@29.6.3: + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.0.0 + + bail@2.0.2: + resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + bare-events@2.5.4: + resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + better-opn@3.0.2: + resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} + engines: {node: '>=12.0.0'} + + bl@4.1.0: + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + + body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + browserslist@4.24.4: + resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + bs-logger@0.2.6: + resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} + engines: {node: '>= 6'} + + bser@2.1.1: + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + + buffer-crc32@1.0.0: + resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==} + engines: {node: '>=8.0.0'} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + + busboy@1.6.0: + resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} + engines: {node: '>=10.16.0'} + + bytes@3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + + caching-transform@4.0.0: + resolution: {integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==} + engines: {node: '>=8'} + + call-bind-apply-helpers@1.0.2: + resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} + engines: {node: '>= 0.4'} + + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + engines: {node: '>= 0.4'} + + call-bound@1.0.4: + resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase@5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + caniuse-lite@1.0.30001715: + resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} + + ccount@2.0.1: + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} + + chai@5.2.0: + resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} + engines: {node: '>=12'} + + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + chalk@3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + char-regex@1.0.2: + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} + + char-regex@2.0.2: + resolution: {integrity: sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==} + engines: {node: '>=12.20'} + + character-entities-html4@2.1.0: + resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} + + character-entities-legacy@1.1.4: + resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} + + character-entities-legacy@3.0.0: + resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} + + character-entities@1.2.4: + resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} + + character-entities@2.0.2: + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} + + character-reference-invalid@1.1.4: + resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} + + character-reference-invalid@2.0.1: + resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} + + chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + + check-error@2.1.1: + resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} + engines: {node: '>= 16'} + + chevrotain-allstar@0.3.1: + resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==} + peerDependencies: + chevrotain: ^11.0.0 + + chevrotain@11.0.3: + resolution: {integrity: sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==} + + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + + ci-info@3.9.0: + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} + engines: {node: '>=8'} + + cjs-module-lexer@1.4.3: + resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==} + + class-variance-authority@0.7.1: + resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==} + + classcat@5.0.5: + resolution: {integrity: sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==} + + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + + cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + + cli-width@3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + + client-only@0.0.1: + resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} + + cliui@6.0.0: + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} + + cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + + clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + + co@4.6.0: + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + + collapse-white-space@2.1.0: + resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} + + collect-v8-coverage@1.0.2: + resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-string@1.9.1: + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + + color@4.2.3: + resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} + engines: {node: '>=12.5.0'} + + colors@1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + + combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + + comma-separated-tokens@1.0.8: + resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} + + comma-separated-tokens@2.0.3: + resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + + commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} + + commander@13.1.0: + resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} + engines: {node: '>=18'} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + commander@3.0.2: + resolution: {integrity: sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==} + + commander@7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + + commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + + commondir@1.0.1: + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + + compare-versions@6.1.1: + resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==} + + component-emitter@1.3.1: + resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} + + compress-commons@6.0.2: + resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==} + engines: {node: '>= 14'} + + compute-scroll-into-view@3.1.1: + resolution: {integrity: sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + concurrently@9.2.0: + resolution: {integrity: sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==} + engines: {node: '>=18'} + hasBin: true + + confbox@0.1.8: + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + + confbox@0.2.2: + resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} + + content-disposition@0.5.4: + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} + + content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + + convert-source-map@1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + + cookie-signature@1.0.6: + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + + cookie@0.7.1: + resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} + engines: {node: '>= 0.6'} + + cookiejar@2.1.4: + resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} + + copy-anything@2.0.6: + resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} + + copy-to-clipboard@3.3.3: + resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} + + core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + + cors@2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} + + cose-base@1.0.3: + resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==} + + cose-base@2.2.0: + resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==} + + crc-32@1.2.2: + resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} + engines: {node: '>=0.8'} + hasBin: true + + crc32-stream@6.0.0: + resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} + engines: {node: '>= 14'} + + create-jest@29.7.0: + resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + + create-require@1.1.1: + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + + cron@4.3.0: + resolution: {integrity: sha512-ciiYNLfSlF9MrDqnbMdRWFiA6oizSF7kA1osPP9lRzNu0Uu+AWog1UKy7SkckiDY2irrNjeO6qLyKnXC8oxmrw==} + engines: {node: '>=18.x'} + + cross-env@7.0.3: + resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} + engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} + hasBin: true + + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + + css.escape@1.5.1: + resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + cssom@0.3.8: + resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} + + cssom@0.5.0: + resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} + + cssstyle@2.3.0: + resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} + engines: {node: '>=8'} + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + cwd@0.10.0: + resolution: {integrity: sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==} + engines: {node: '>=0.8'} + + cytoscape-cose-bilkent@4.1.0: + resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==} + peerDependencies: + cytoscape: ^3.2.0 + + cytoscape-fcose@2.2.0: + resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==} + peerDependencies: + cytoscape: ^3.2.0 + + cytoscape@3.33.1: + resolution: {integrity: sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==} + engines: {node: '>=0.10'} + + d3-array@2.12.1: + resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==} + + d3-array@3.2.4: + resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} + engines: {node: '>=12'} + + d3-axis@3.0.0: + resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==} + engines: {node: '>=12'} + + d3-brush@3.0.0: + resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==} + engines: {node: '>=12'} + + d3-chord@3.0.1: + resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==} + engines: {node: '>=12'} + + d3-color@3.1.0: + resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} + engines: {node: '>=12'} + + d3-contour@4.0.2: + resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==} + engines: {node: '>=12'} + + d3-delaunay@6.0.4: + resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==} + engines: {node: '>=12'} + + d3-dispatch@3.0.1: + resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} + engines: {node: '>=12'} + + d3-drag@3.0.0: + resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} + engines: {node: '>=12'} + + d3-dsv@3.0.1: + resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} + engines: {node: '>=12'} + hasBin: true + + d3-ease@3.0.1: + resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} + engines: {node: '>=12'} + + d3-fetch@3.0.1: + resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==} + engines: {node: '>=12'} + + d3-force@3.0.0: + resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} + engines: {node: '>=12'} + + d3-format@3.1.0: + resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} + engines: {node: '>=12'} + + d3-geo@3.1.1: + resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==} + engines: {node: '>=12'} + + d3-hierarchy@3.1.2: + resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} + engines: {node: '>=12'} + + d3-interpolate@3.0.1: + resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} + engines: {node: '>=12'} + + d3-path@1.0.9: + resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==} + + d3-path@3.1.0: + resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} + engines: {node: '>=12'} + + d3-polygon@3.0.1: + resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} + engines: {node: '>=12'} + + d3-quadtree@3.0.1: + resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} + engines: {node: '>=12'} + + d3-random@3.0.1: + resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} + engines: {node: '>=12'} + + d3-sankey@0.12.3: + resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==} + + d3-scale-chromatic@3.1.0: + resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==} + engines: {node: '>=12'} + + d3-scale@4.0.2: + resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} + engines: {node: '>=12'} + + d3-selection@3.0.0: + resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} + engines: {node: '>=12'} + + d3-shape@1.3.7: + resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==} + + d3-shape@3.2.0: + resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} + engines: {node: '>=12'} + + d3-time-format@4.1.0: + resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} + engines: {node: '>=12'} + + d3-time@3.1.0: + resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} + engines: {node: '>=12'} + + d3-timer@3.0.1: + resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} + engines: {node: '>=12'} + + d3-transition@3.0.1: + resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} + engines: {node: '>=12'} + peerDependencies: + d3-selection: 2 - 3 + + d3-zoom@3.0.0: + resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} + engines: {node: '>=12'} + + d3@7.9.0: + resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==} + engines: {node: '>=12'} + + dagre-d3-es@7.0.11: + resolution: {integrity: sha512-tvlJLyQf834SylNKax8Wkzco/1ias1OPw8DcUMDE7oUIoSEW25riQVuiu/0OWEFqT0cxHT3Pa9/D82Jr47IONw==} + + dagre@0.8.5: + resolution: {integrity: sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==} + + damerau-levenshtein@1.0.8: + resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} + + data-urls@3.0.2: + resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} + engines: {node: '>=12'} + + data-view-buffer@1.0.2: + resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} + engines: {node: '>= 0.4'} + + data-view-byte-length@1.0.2: + resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} + engines: {node: '>= 0.4'} + + data-view-byte-offset@1.0.1: + resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} + engines: {node: '>= 0.4'} + + date-fns@4.1.0: + resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==} + + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + + de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decamelize@1.2.0: + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} + + decimal.js@10.5.0: + resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} + + decode-named-character-reference@1.1.0: + resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} + + dedent@1.5.3: + resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true + + deep-eql@5.0.2: + resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} + engines: {node: '>=6'} + + deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + + default-require-extensions@3.0.1: + resolution: {integrity: sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw==} + engines: {node: '>=8'} + + defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-lazy-prop@2.0.0: + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + delaunator@5.0.1: + resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==} + + delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + + dequal@2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} + + destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + detect-libc@2.0.4: + resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==} + engines: {node: '>=8'} + + detect-newline@3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} + + detect-node-es@1.1.0: + resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} + + devlop@1.1.0: + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} + + dezalgo@1.0.4: + resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==} + + diff-sequences@29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + diff@4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + + diffable-html@4.1.0: + resolution: {integrity: sha512-++kyNek+YBLH8cLXS+iTj/Hiy2s5qkRJEJ8kgu/WHbFrVY2vz9xPFUT+fii2zGF0m1CaojDlQJjkfrCt7YWM1g==} + + doctrine@2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-accessibility-api@0.5.16: + resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} + + dom-accessibility-api@0.6.3: + resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} + + dom-serializer@0.2.2: + resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} + + domelementtype@1.3.1: + resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} + + domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + + domexception@4.0.0: + resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} + engines: {node: '>=12'} + deprecated: Use your platform's native DOMException instead + + domhandler@2.4.2: + resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} + + dompurify@3.2.6: + resolution: {integrity: sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==} + + domutils@1.7.0: + resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} + + dotenv@16.5.0: + resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} + engines: {node: '>=12'} + + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + + ejs@3.1.10: + resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} + engines: {node: '>=0.10.0'} + hasBin: true + + electron-to-chromium@1.5.144: + resolution: {integrity: sha512-eJIaMRKeAzxfBSxtjYnoIAw/tdD6VIH6tHBZepZnAbE3Gyqqs5mGN87DvcldPUbVkIljTK8pY0CMcUljP64lfQ==} + + emittery@0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} + engines: {node: '>=12'} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + encodeurl@1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + + encodeurl@2.0.0: + resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} + engines: {node: '>= 0.8'} + + enhanced-resolve@5.18.1: + resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} + engines: {node: '>=10.13.0'} + + entities@1.1.2: + resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} + + entities@2.2.0: + resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + entities@6.0.1: + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} + engines: {node: '>=0.12'} + + errno@0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + + es-abstract@1.23.9: + resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} + engines: {node: '>= 0.4'} + + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + + es-iterator-helpers@1.2.1: + resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} + engines: {node: '>= 0.4'} + + es-object-atoms@1.1.1: + resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.1.0: + resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} + engines: {node: '>= 0.4'} + + es-shim-unscopables@1.1.0: + resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} + engines: {node: '>= 0.4'} + + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + engines: {node: '>= 0.4'} + + es6-error@4.1.1: + resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} + + esast-util-from-estree@2.0.0: + resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==} + + esast-util-from-js@2.0.1: + resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} + + esbuild-register@3.6.0: + resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} + peerDependencies: + esbuild: '>=0.12 <1' + + esbuild@0.25.3: + resolution: {integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==} + engines: {node: '>=18'} + hasBin: true + + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} + engines: {node: '>=6'} + + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + escape-string-regexp@5.0.0: + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} + + escodegen@2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} + engines: {node: '>=6.0'} + hasBin: true + + eslint-config-next@15.3.1: + resolution: {integrity: sha512-GnmyVd9TE/Ihe3RrvcafFhXErErtr2jS0JDeCSp3vWvy86AXwHsRBt0E3MqP/m8ACS1ivcsi5uaqjbhsG18qKw==} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + peerDependenciesMeta: + typescript: + optional: true + + eslint-config-prettier@10.1.5: + resolution: {integrity: sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==} + hasBin: true + peerDependencies: + eslint: ^9.17.0 + + eslint-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + + eslint-import-resolver-typescript@3.10.1: + resolution: {integrity: sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + eslint: ^9.17.0 + eslint-plugin-import: '*' + eslint-plugin-import-x: '*' + peerDependenciesMeta: + eslint-plugin-import: + optional: true + eslint-plugin-import-x: + optional: true + + eslint-module-utils@2.12.0: + resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + + eslint-plugin-import@2.31.0: + resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^9.17.0 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + + eslint-plugin-jest@28.11.0: + resolution: {integrity: sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==} + engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^9.17.0 + jest: '*' + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true + jest: + optional: true + + eslint-plugin-jsx-a11y@6.10.2: + resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==} + engines: {node: '>=4.0'} + peerDependencies: + eslint: ^9.17.0 + + eslint-plugin-prettier@5.4.0: + resolution: {integrity: sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + '@types/eslint': '>=8.0.0' + eslint: ^9.17.0 + eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0' + prettier: '>=3.0.0' + peerDependenciesMeta: + '@types/eslint': + optional: true + eslint-config-prettier: + optional: true + + eslint-plugin-react-hooks@5.2.0: + resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^9.17.0 + + eslint-plugin-react-refresh@0.4.20: + resolution: {integrity: sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==} + peerDependencies: + eslint: ^9.17.0 + + eslint-plugin-react@7.37.5: + resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^9.17.0 + + eslint-scope@8.3.0: + resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@4.2.0: + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.27.0: + resolution: {integrity: sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + + espree@10.3.0: + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + esprima@4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + estree-util-attach-comments@3.0.0: + resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==} + + estree-util-build-jsx@3.0.1: + resolution: {integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==} + + estree-util-is-identifier-name@3.0.0: + resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==} + + estree-util-scope@1.0.0: + resolution: {integrity: sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==} + + estree-util-to-js@2.0.0: + resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==} + + estree-util-value-to-estree@3.3.3: + resolution: {integrity: sha512-Db+m1WSD4+mUO7UgMeKkAwdbfNWwIxLt48XF2oFU9emPfXkIu+k5/nlOj313v7wqtAPo0f9REhUvznFrPkG8CQ==} + + estree-util-visit@2.0.0: + resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==} + + estree-walker@2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + + estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + + events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + + exit@0.1.2: + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} + engines: {node: '>= 0.8.0'} + + expand-tilde@1.2.2: + resolution: {integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==} + engines: {node: '>=0.10.0'} + + expect-playwright@0.8.0: + resolution: {integrity: sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==} + + expect@29.7.0: + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + express@4.21.2: + resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} + engines: {node: '>= 0.10.0'} + + exsolve@1.0.7: + resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==} + + extend-shallow@2.0.1: + resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} + engines: {node: '>=0.10.0'} + + extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + + external-editor@3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-diff@1.3.0: + resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} + + fast-fifo@1.3.2: + resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} + + fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + + fast-glob@3.3.3: + resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + + fast-uri@3.0.6: + resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} + + fastq@1.19.1: + resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} + + fault@1.0.4: + resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} + + fb-watchman@2.0.2: + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} + + fdir@6.4.4: + resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + fdir@6.4.6: + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + + file-entry-cache@8.0.0: + resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} + engines: {node: '>=16.0.0'} + + filelist@1.0.4: + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} + engines: {node: '>= 0.8'} + + find-cache-dir@3.3.2: + resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} + engines: {node: '>=8'} + + find-file-up@0.1.3: + resolution: {integrity: sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==} + engines: {node: '>=0.10.0'} + + find-pkg@0.1.2: + resolution: {integrity: sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==} + engines: {node: '>=0.10.0'} + + find-process@1.4.10: + resolution: {integrity: sha512-ncYFnWEIwL7PzmrK1yZtaccN8GhethD37RzBHG6iOZoFYB4vSmLLXfeWJjeN5nMvCJMjOtBvBBF8OgxEcikiZg==} + hasBin: true + + find-up@4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + find-up@7.0.0: + resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} + engines: {node: '>=18'} + + flat-cache@4.0.1: + resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} + engines: {node: '>=16'} + + flatted@3.3.3: + resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} + + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + + for-each@0.3.5: + resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} + engines: {node: '>= 0.4'} + + foreground-child@2.0.0: + resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} + engines: {node: '>=8.0.0'} + + foreground-child@3.3.1: + resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} + engines: {node: '>=14'} + + form-data-encoder@1.7.2: + resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} + + form-data@4.0.2: + resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} + engines: {node: '>= 6'} + + format@0.2.2: + resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} + engines: {node: '>=0.4.x'} + + formdata-node@4.4.1: + resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==} + engines: {node: '>= 12.20'} + + formidable@3.5.4: + resolution: {integrity: sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==} + engines: {node: '>=14.0.0'} + + forwarded@0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} + + fraction.js@4.3.7: + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} + + framer-motion@12.9.4: + resolution: {integrity: sha512-yaeGDmGQ3eCQEwZ95/pRQMaSh/Q4E2CK6JYOclG/PdjyQad0MULJ+JFVV8911Fl5a6tF6o0wgW8Dpl5Qx4Adjg==} + peerDependencies: + '@emotion/is-prop-valid': '*' + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@emotion/is-prop-valid': + optional: true + react: + optional: true + react-dom: + optional: true + + fresh@0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + + fromentries@1.3.2: + resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} + + fs-exists-sync@0.1.0: + resolution: {integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==} + engines: {node: '>=0.10.0'} + + fs-extra@11.3.0: + resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} + engines: {node: '>=14.14'} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + fumadocs-core@15.2.14: + resolution: {integrity: sha512-3H9NxADBx8sDzNmNDuFWAM+gaMtjqZDsMNk1yTSbu0F0rVXA7/h8lFtaUKrbHhwoxe/k4BMgTMzmOT4YOaRhkg==} + peerDependencies: + '@oramacloud/client': 1.x.x || 2.x.x + algoliasearch: 4.24.0 + next: 14.x.x || 15.x.x + react: ^19.1.1 + react-dom: ^19.1.1 + peerDependenciesMeta: + '@oramacloud/client': + optional: true + algoliasearch: + optional: true + next: + optional: true + react: + optional: true + react-dom: + optional: true + + fumadocs-mdx@11.6.2: + resolution: {integrity: sha512-NF1COivZVjPGeeAeXGMtUnI1pWc2QMtpDW3QO6qqqblD/QCyIQCIvrRwzk3w2wEuyno/8HjGfvQfAerrNkXV0g==} + hasBin: true + peerDependencies: + '@fumadocs/mdx-remote': ^1.2.0 + fumadocs-core: ^14.0.0 || ^15.0.0 + next: ^15.3.0 + peerDependenciesMeta: + '@fumadocs/mdx-remote': + optional: true + + fumadocs-twoslash@3.1.6: + resolution: {integrity: sha512-OwuVRP2olx6qGNINUvu3A4q/XFAGLzkUw51MaNQ9hHEwea6KmxkffCRN6G9cAEkqyWbdxLKf5pQ7NwsbGxe83g==} + peerDependencies: + '@types/react': ^19.1.4 + fumadocs-ui: ^15.0.0 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + fumadocs-ui@15.2.14: + resolution: {integrity: sha512-QccX5kmEt25D+s1YTjKgok1kbt7LmWGG5bbfa6EUyfk78mDgGtSM61Ly7ijDfg1pRUvXNCZ9Fl/m5Xy5iJEHIA==} + peerDependencies: + next: 14.x.x || 15.x.x + react: ^19.1.1 + react-dom: ^19.1.1 + tailwindcss: ^3.4.14 || ^4.0.0 + peerDependenciesMeta: + tailwindcss: + optional: true + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + function.prototype.name@1.1.8: + resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + engines: {node: '>= 0.4'} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-intrinsic@1.3.0: + resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} + engines: {node: '>= 0.4'} + + get-nonce@1.0.1: + resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} + engines: {node: '>=6'} + + get-package-type@0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} + + get-proto@1.0.1: + resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} + engines: {node: '>= 0.4'} + + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + + get-symbol-description@1.1.0: + resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} + engines: {node: '>= 0.4'} + + get-tsconfig@4.10.0: + resolution: {integrity: sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==} + + github-slugger@2.0.0: + resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + glob@11.0.2: + resolution: {integrity: sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==} + engines: {node: 20 || >=22} + hasBin: true + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + + global-modules@0.2.3: + resolution: {integrity: sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==} + engines: {node: '>=0.10.0'} + + global-prefix@0.1.5: + resolution: {integrity: sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==} + engines: {node: '>=0.10.0'} + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + globals@14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} + + globals@15.15.0: + resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} + engines: {node: '>=18'} + + globals@16.1.0: + resolution: {integrity: sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==} + engines: {node: '>=18'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} + + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + graphlib@2.1.8: + resolution: {integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==} + + gray-matter@4.0.3: + resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} + engines: {node: '>=6.0'} + + hachure-fill@0.5.2: + resolution: {integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==} + + has-bigints@1.1.0: + resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} + engines: {node: '>= 0.4'} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} + engines: {node: '>= 0.4'} + + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} + engines: {node: '>= 0.4'} + + has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + + hasha@5.2.2: + resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} + engines: {node: '>=8'} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + hast-util-parse-selector@2.2.5: + resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==} + + hast-util-to-estree@3.1.3: + resolution: {integrity: sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==} + + hast-util-to-html@9.0.5: + resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==} + + hast-util-to-jsx-runtime@2.3.6: + resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==} + + hast-util-to-string@3.0.1: + resolution: {integrity: sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==} + + hast-util-whitespace@3.0.0: + resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} + + hastscript@6.0.0: + resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==} + + he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + + highlight.js@10.7.3: + resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} + + highlightjs-vue@1.0.0: + resolution: {integrity: sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==} + + homedir-polyfill@1.0.3: + resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} + engines: {node: '>=0.10.0'} + + html-encoding-sniffer@3.0.0: + resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} + engines: {node: '>=12'} + + html-escaper@2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + + html-void-elements@3.0.0: + resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} + + htmlparser2@3.10.1: + resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} + + http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + + http-proxy-agent@5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + + humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + + husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + engines: {node: '>=18'} + hasBin: true + + iconv-lite@0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + + iconv-lite@0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + + ignore@7.0.4: + resolution: {integrity: sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==} + engines: {node: '>= 4'} + + image-size@0.5.5: + resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} + engines: {node: '>=0.10.0'} + hasBin: true + + image-size@2.0.2: + resolution: {integrity: sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==} + engines: {node: '>=16.x'} + hasBin: true + + import-fresh@3.3.1: + resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} + engines: {node: '>=6'} + + import-lazy@4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + + import-local@3.2.0: + resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==} + engines: {node: '>=8'} + hasBin: true + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + + inline-style-parser@0.2.4: + resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} + + inquirer@8.2.6: + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} + + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} + engines: {node: '>= 0.4'} + + internmap@1.0.1: + resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==} + + internmap@2.0.3: + resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} + engines: {node: '>=12'} + + ipaddr.js@1.9.1: + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} + + is-alphabetical@1.0.4: + resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} + + is-alphabetical@2.0.1: + resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} + + is-alphanumerical@1.0.4: + resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + + is-alphanumerical@2.0.1: + resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} + + is-arguments@1.2.0: + resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} + engines: {node: '>= 0.4'} + + is-array-buffer@3.0.5: + resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} + engines: {node: '>= 0.4'} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-arrayish@0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + + is-async-function@2.1.1: + resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} + engines: {node: '>= 0.4'} + + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} + + is-boolean-object@1.2.2: + resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} + engines: {node: '>= 0.4'} + + is-bun-module@2.0.0: + resolution: {integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-core-module@2.16.1: + resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} + engines: {node: '>= 0.4'} + + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} + engines: {node: '>= 0.4'} + + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} + engines: {node: '>= 0.4'} + + is-decimal@1.0.4: + resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} + + is-decimal@2.0.1: + resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} + + is-docker@2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + + is-extendable@0.1.1: + resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} + engines: {node: '>=0.10.0'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-generator-fn@2.1.0: + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} + + is-generator-function@1.1.0: + resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==} + engines: {node: '>= 0.4'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-hexadecimal@1.0.4: + resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} + + is-hexadecimal@2.0.1: + resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} + + is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} + + is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} + engines: {node: '>= 0.4'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-plain-obj@4.1.0: + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} + + is-potential-custom-element-name@1.0.1: + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} + engines: {node: '>= 0.4'} + + is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + + is-shared-array-buffer@1.0.4: + resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} + engines: {node: '>= 0.4'} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} + engines: {node: '>= 0.4'} + + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} + engines: {node: '>= 0.4'} + + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} + engines: {node: '>= 0.4'} + + is-typedarray@1.0.0: + resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + + is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + + is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + + is-weakref@1.1.1: + resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} + engines: {node: '>= 0.4'} + + is-weakset@2.0.4: + resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} + engines: {node: '>= 0.4'} + + is-what@3.14.1: + resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} + + is-windows@0.2.0: + resolution: {integrity: sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==} + engines: {node: '>=0.10.0'} + + is-windows@1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + + is-wsl@2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + + isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + istanbul-lib-coverage@3.2.2: + resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} + engines: {node: '>=8'} + + istanbul-lib-hook@3.0.0: + resolution: {integrity: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==} + engines: {node: '>=8'} + + istanbul-lib-instrument@4.0.3: + resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} + engines: {node: '>=8'} + + istanbul-lib-instrument@5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} + engines: {node: '>=8'} + + istanbul-lib-instrument@6.0.3: + resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==} + engines: {node: '>=10'} + + istanbul-lib-processinfo@2.0.3: + resolution: {integrity: sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==} + engines: {node: '>=8'} + + istanbul-lib-report@3.0.1: + resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} + engines: {node: '>=10'} + + istanbul-lib-source-maps@4.0.1: + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} + + istanbul-reports@3.1.7: + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} + engines: {node: '>=8'} + + iterator.prototype@1.1.5: + resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==} + engines: {node: '>= 0.4'} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + jackspeak@4.1.0: + resolution: {integrity: sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==} + engines: {node: 20 || >=22} + + jake@10.9.2: + resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} + engines: {node: '>=10'} + hasBin: true + + jest-changed-files@29.7.0: + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-circus@29.7.0: + resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-cli@29.7.0: + resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + jest-config@29.7.0: + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': ^22.15.18 + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + + jest-diff@29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-docblock@29.7.0: + resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-each@29.7.0: + resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-environment-jsdom@29.7.0: + resolution: {integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + + jest-environment-node@29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-haste-map@29.7.0: + resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-junit@16.0.0: + resolution: {integrity: sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==} + engines: {node: '>=10.12.0'} + + jest-leak-detector@29.7.0: + resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-matcher-utils@29.7.0: + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-message-util@29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-mock@29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-playwright-preset@4.0.0: + resolution: {integrity: sha512-+dGZ1X2KqtwXaabVjTGxy0a3VzYfvYsWaRcuO8vMhyclHSOpGSI1+5cmlqzzCwQ3+fv0EjkTc7I5aV9lo08dYw==} + peerDependencies: + jest: ^29.3.1 + jest-circus: ^29.3.1 + jest-environment-node: ^29.3.1 + jest-runner: ^29.3.1 + + jest-pnp-resolver@1.2.3: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + + jest-process-manager@0.4.0: + resolution: {integrity: sha512-80Y6snDyb0p8GG83pDxGI/kQzwVTkCxc7ep5FPe/F6JYdvRDhwr6RzRmPSP7SEwuLhxo80lBS/NqOdUIbHIfhw==} + + jest-regex-util@29.6.3: + resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-resolve-dependencies@29.7.0: + resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-resolve@29.7.0: + resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-runner@29.7.0: + resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-runtime@29.7.0: + resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-serializer-html@7.1.0: + resolution: {integrity: sha512-xYL2qC7kmoYHJo8MYqJkzrl/Fdlx+fat4U1AqYg+kafqwcKPiMkOcjWHPKhueuNEgr+uemhGc+jqXYiwCyRyLA==} + + jest-snapshot@29.7.0: + resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-util@29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-validate@29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-watch-typeahead@2.2.2: + resolution: {integrity: sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==} + engines: {node: ^14.17.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + jest: ^27.0.0 || ^28.0.0 || ^29.0.0 + + jest-watcher@29.7.0: + resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-worker@29.7.0: + resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest@29.7.0: + resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + hasBin: true + + jju@1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + + joi@17.13.3: + resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + jsdom@20.0.3: + resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} + engines: {node: '>=14'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + + json-schema@0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + + jsonc-parser@3.3.1: + resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} + + jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + + jsx-ast-utils@3.3.5: + resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} + engines: {node: '>=4.0'} + + katex@0.16.22: + resolution: {integrity: sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==} + hasBin: true + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + khroma@2.1.0: + resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==} + + kind-of@6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + + kleur@3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + + kolorist@1.8.0: + resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} + + langium@3.3.1: + resolution: {integrity: sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==} + engines: {node: '>=16.0.0'} + + language-subtag-registry@0.3.23: + resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} + + language-tags@1.0.9: + resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} + engines: {node: '>=0.10'} + + layout-base@1.0.2: + resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==} + + layout-base@2.0.1: + resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==} + + lazystream@1.0.1: + resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} + engines: {node: '>= 0.6.3'} + + less@4.3.0: + resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==} + engines: {node: '>=14'} + hasBin: true + + leven@3.1.0: + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + lightningcss-darwin-arm64@1.30.1: + resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + + lightningcss-darwin-x64@1.30.1: + resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + + lightningcss-freebsd-x64@1.30.1: + resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + + lightningcss-linux-arm-gnueabihf@1.30.1: + resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + + lightningcss-linux-arm64-gnu@1.30.1: + resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + + lightningcss-linux-arm64-musl@1.30.1: + resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + + lightningcss-linux-x64-gnu@1.30.1: + resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + + lightningcss-linux-x64-musl@1.30.1: + resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + + lightningcss-win32-arm64-msvc@1.30.1: + resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + + lightningcss-win32-x64-msvc@1.30.1: + resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + + lightningcss@1.30.1: + resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} + engines: {node: '>= 12.0.0'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + local-pkg@1.1.1: + resolution: {integrity: sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==} + engines: {node: '>=14'} + + locate-path@5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + locate-path@7.2.0: + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + lodash-es@4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + + lodash.flattendeep@4.4.0: + resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} + + lodash.memoize@4.1.2: + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash.truncate@4.4.2: + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} + + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + + log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + + loglevel@1.9.2: + resolution: {integrity: sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==} + engines: {node: '>= 0.6.0'} + + longest-streak@3.1.0: + resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} + + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + + loupe@3.1.4: + resolution: {integrity: sha512-wJzkKwJrheKtknCOKNEtDK4iqg/MxmZheEMtSTYvnzRdEYaZzmgH976nenp8WdJRdx5Vc1X/9MO0Oszl6ezeXg==} + + lowlight@1.20.0: + resolution: {integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + lru-cache@11.1.0: + resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==} + engines: {node: 20 || >=22} + + lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + + lucide-react@0.507.0: + resolution: {integrity: sha512-XfgE6gvAHwAtnbUvWiTTHx4S3VGR+cUJHEc0vrh9Ogu672I1Tue2+Cp/8JJqpytgcBHAB1FVI297W4XGNwc2dQ==} + peerDependencies: + react: ^19.1.1 + + lucide-react@0.510.0: + resolution: {integrity: sha512-p8SQRAMVh7NhsAIETokSqDrc5CHnDLbV29mMnzaXx+Vc/hnqQzwI2r0FMWCcoTXnbw2KEjy48xwpGdEL+ck06Q==} + peerDependencies: + react: ^19.1.1 + + lucide-react@0.525.0: + resolution: {integrity: sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==} + peerDependencies: + react: ^19.1.1 + + luxon@3.6.1: + resolution: {integrity: sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==} + engines: {node: '>=12'} + + lz-string@1.5.0: + resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} + hasBin: true + + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + + make-dir@2.1.0: + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} + + make-dir@3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} + + make-dir@4.0.0: + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} + + make-error@1.3.6: + resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + + makeerror@1.0.12: + resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} + + markdown-extensions@2.0.0: + resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} + engines: {node: '>=16'} + + markdown-table@3.0.4: + resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} + + marked@16.2.0: + resolution: {integrity: sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==} + engines: {node: '>= 20'} + hasBin: true + + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + + mdast-util-find-and-replace@3.0.2: + resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==} + + mdast-util-from-markdown@2.0.2: + resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} + + mdast-util-gfm-autolink-literal@2.0.1: + resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} + + mdast-util-gfm-footnote@2.1.0: + resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==} + + mdast-util-gfm-strikethrough@2.0.0: + resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==} + + mdast-util-gfm-table@2.0.0: + resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==} + + mdast-util-gfm-task-list-item@2.0.0: + resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==} + + mdast-util-gfm@3.1.0: + resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==} + + mdast-util-mdx-expression@2.0.1: + resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==} + + mdast-util-mdx-jsx@3.2.0: + resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==} + + mdast-util-mdx@3.0.0: + resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==} + + mdast-util-mdxjs-esm@2.0.1: + resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==} + + mdast-util-phrasing@4.1.0: + resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} + + mdast-util-to-hast@13.2.0: + resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} + + mdast-util-to-markdown@2.1.2: + resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} + + mdast-util-to-string@4.0.0: + resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} + + media-typer@0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + + merge-descriptors@1.0.3: + resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} + + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + mermaid@11.10.1: + resolution: {integrity: sha512-0PdeADVWURz7VMAX0+MiMcgfxFKY4aweSGsjgFihe3XlMKNqmai/cugMrqTd3WNHM93V+K+AZL6Wu6tB5HmxRw==} + + methods@1.1.2: + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} + + micromark-core-commonmark@2.0.3: + resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==} + + micromark-extension-gfm-autolink-literal@2.1.0: + resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==} + + micromark-extension-gfm-footnote@2.1.0: + resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==} + + micromark-extension-gfm-strikethrough@2.1.0: + resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==} + + micromark-extension-gfm-table@2.1.1: + resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==} + + micromark-extension-gfm-tagfilter@2.0.0: + resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==} + + micromark-extension-gfm-task-list-item@2.1.0: + resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==} + + micromark-extension-gfm@3.0.0: + resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} + + micromark-extension-mdx-expression@3.0.1: + resolution: {integrity: sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==} + + micromark-extension-mdx-jsx@3.0.2: + resolution: {integrity: sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==} + + micromark-extension-mdx-md@2.0.0: + resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==} + + micromark-extension-mdxjs-esm@3.0.0: + resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==} + + micromark-extension-mdxjs@3.0.0: + resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==} + + micromark-factory-destination@2.0.1: + resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==} + + micromark-factory-label@2.0.1: + resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==} + + micromark-factory-mdx-expression@2.0.3: + resolution: {integrity: sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==} + + micromark-factory-space@2.0.1: + resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==} + + micromark-factory-title@2.0.1: + resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==} + + micromark-factory-whitespace@2.0.1: + resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==} + + micromark-util-character@2.1.1: + resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==} + + micromark-util-chunked@2.0.1: + resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==} + + micromark-util-classify-character@2.0.1: + resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==} + + micromark-util-combine-extensions@2.0.1: + resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==} + + micromark-util-decode-numeric-character-reference@2.0.2: + resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==} + + micromark-util-decode-string@2.0.1: + resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==} + + micromark-util-encode@2.0.1: + resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} + + micromark-util-events-to-acorn@2.0.3: + resolution: {integrity: sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==} + + micromark-util-html-tag-name@2.0.1: + resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==} + + micromark-util-normalize-identifier@2.0.1: + resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==} + + micromark-util-resolve-all@2.0.1: + resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==} + + micromark-util-sanitize-uri@2.0.1: + resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==} + + micromark-util-subtokenize@2.1.0: + resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==} + + micromark-util-symbol@2.0.1: + resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==} + + micromark-util-types@2.0.2: + resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==} + + micromark@4.0.2: + resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mime@1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + + mime@2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + hasBin: true + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + + min-indent@1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + + minimatch@3.0.8: + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + minizlib@3.0.2: + resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==} + engines: {node: '>= 18'} + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + + mlly@1.7.4: + resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} + + monaco-editor@0.52.2: + resolution: {integrity: sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==} + + motion-dom@12.15.0: + resolution: {integrity: sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA==} + + motion-utils@12.12.1: + resolution: {integrity: sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==} + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + muggle-string@0.4.1: + resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} + + mute-stream@0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + + nanoid@3.3.11: + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + napi-postinstall@0.2.3: + resolution: {integrity: sha512-Mi7JISo/4Ij2tDZ2xBE2WH+/KvVlkhA6juEjpEeRAVPNCpN3nxJo/5FhDNKgBcdmcmhaH6JjgST4xY/23ZYK0w==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + hasBin: true + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + needle@3.3.1: + resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} + engines: {node: '>= 4.4.x'} + hasBin: true + + negotiator@0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + + negotiator@1.0.0: + resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} + engines: {node: '>= 0.6'} + + next-plausible@3.12.4: + resolution: {integrity: sha512-cD3+ixJxf8yBYvsideTxqli3fvrB7R4BXcvsNJz8Sm2X1QN039WfiXjCyNWkub4h5++rRs6fHhchUMnOuJokcg==} + peerDependencies: + next: '^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 ' + react: ^19.1.1 + react-dom: ^19.1.1 + + next-themes@0.4.6: + resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + next@15.3.2: + resolution: {integrity: sha512-CA3BatMyHkxZ48sgOCLdVHjFU36N7TF1HhqAHLFOkV6buwZnvMI84Cug8xD56B9mCuKrqXnLn94417GrZ/jjCQ==} + engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + babel-plugin-react-compiler: '*' + react: ^19.1.1 + react-dom: ^19.1.1 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + + node-cron@3.0.3: + resolution: {integrity: sha512-dOal67//nohNgYWb+nWmg5dkFdIwDm8EpeGYMekPMrngV3637lqnX0lbUcCtgibHTz6SEz7DAIjKvKDFYCnO1A==} + engines: {node: '>=6.0.0'} + + node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-int64@0.4.0: + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} + + node-preload@0.2.1: + resolution: {integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==} + engines: {node: '>=8'} + + node-releases@2.0.19: + resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + normalize-range@0.1.2: + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} + + npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + + nwsapi@2.2.20: + resolution: {integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==} + + nyc@15.1.0: + resolution: {integrity: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==} + engines: {node: '>=8.9'} + hasBin: true + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-inspect@1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} + engines: {node: '>= 0.4'} + + object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.7: + resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} + engines: {node: '>= 0.4'} + + object.entries@1.1.9: + resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==} + engines: {node: '>= 0.4'} + + object.fromentries@2.0.8: + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} + engines: {node: '>= 0.4'} + + object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} + + object.values@1.2.1: + resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} + engines: {node: '>= 0.4'} + + on-finished@2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + + oniguruma-parser@0.12.0: + resolution: {integrity: sha512-fD9o5ebCmEAA9dLysajdQvuKzLL7cj+w7DQjuO3Cb6IwafENfx6iL+RGkmyW82pVRsvgzixsWinHvgxTMJvdIA==} + + oniguruma-parser@0.12.1: + resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} + + oniguruma-to-es@4.3.1: + resolution: {integrity: sha512-VtX1kepWO+7HG7IWV5v72JhiqofK7XsiHmtgnvurnNOTdIvE5mrdWYtsOrQyrXCv1L2Ckm08hywp+MFO7rC4Ug==} + + oniguruma-to-es@4.3.3: + resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} + + open@8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + + openai@4.96.0: + resolution: {integrity: sha512-dKoW56i02Prv2XQolJ9Rl9Svqubqkzg3QpwEOBuSVZLk05Shelu7s+ErRTwFc1Bs3JZ2qBqBfVpXQiJhwOGG8A==} + hasBin: true + peerDependencies: + ws: ^8.18.0 + zod: ^3.23.8 + peerDependenciesMeta: + ws: + optional: true + zod: + optional: true + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + ora@5.4.1: + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} + + os-homedir@1.0.2: + resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} + engines: {node: '>=0.10.0'} + + os-tmpdir@1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + + own-keys@1.0.1: + resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + engines: {node: '>= 0.4'} + + p-limit@2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-limit@4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + p-locate@4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + p-locate@6.0.0: + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + p-map@3.0.0: + resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} + engines: {node: '>=8'} + + p-try@2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + + package-hash@4.0.0: + resolution: {integrity: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==} + engines: {node: '>=8'} + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + package-manager-detector@1.3.0: + resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-entities@2.0.0: + resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + + parse-entities@4.0.2: + resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} + + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + + parse-node-version@1.0.1: + resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} + engines: {node: '>= 0.10'} + + parse-passwd@1.0.0: + resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} + engines: {node: '>=0.10.0'} + + parse5@7.3.0: + resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} + + parseurl@1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + + path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + + path-data-parser@0.1.0: + resolution: {integrity: sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-exists@5.0.0: + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + + path-to-regexp@0.1.12: + resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} + + pathe@2.0.3: + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + + pathval@2.0.0: + resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} + engines: {node: '>= 14.16'} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + + pify@4.0.1: + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} + + pirates@4.0.7: + resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} + engines: {node: '>= 6'} + + pkg-dir@4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} + + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + + pkg-types@2.1.0: + resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} + + playwright-core@1.52.0: + resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==} + engines: {node: '>=18'} + hasBin: true + + playwright@1.52.0: + resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} + engines: {node: '>=18'} + hasBin: true + + points-on-curve@0.2.0: + resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==} + + points-on-path@0.2.1: + resolution: {integrity: sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==} + + possible-typed-array-names@1.1.0: + resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} + engines: {node: '>= 0.4'} + + postcss-selector-parser@7.1.0: + resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==} + engines: {node: '>=4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.5.3: + resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} + engines: {node: ^10 || ^12 || >=14} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-linter-helpers@1.0.0: + resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} + engines: {node: '>=6.0.0'} + + prettier-plugin-tailwindcss@0.6.11: + resolution: {integrity: sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==} + engines: {node: '>=14.21.3'} + peerDependencies: + '@ianvs/prettier-plugin-sort-imports': '*' + '@prettier/plugin-pug': '*' + '@shopify/prettier-plugin-liquid': '*' + '@trivago/prettier-plugin-sort-imports': '*' + '@zackad/prettier-plugin-twig': '*' + prettier: ^3.0 + prettier-plugin-astro: '*' + prettier-plugin-css-order: '*' + prettier-plugin-import-sort: '*' + prettier-plugin-jsdoc: '*' + prettier-plugin-marko: '*' + prettier-plugin-multiline-arrays: '*' + prettier-plugin-organize-attributes: '*' + prettier-plugin-organize-imports: '*' + prettier-plugin-sort-imports: '*' + prettier-plugin-style-order: '*' + prettier-plugin-svelte: '*' + peerDependenciesMeta: + '@ianvs/prettier-plugin-sort-imports': + optional: true + '@prettier/plugin-pug': + optional: true + '@shopify/prettier-plugin-liquid': + optional: true + '@trivago/prettier-plugin-sort-imports': + optional: true + '@zackad/prettier-plugin-twig': + optional: true + prettier-plugin-astro: + optional: true + prettier-plugin-css-order: + optional: true + prettier-plugin-import-sort: + optional: true + prettier-plugin-jsdoc: + optional: true + prettier-plugin-marko: + optional: true + prettier-plugin-multiline-arrays: + optional: true + prettier-plugin-organize-attributes: + optional: true + prettier-plugin-organize-imports: + optional: true + prettier-plugin-sort-imports: + optional: true + prettier-plugin-style-order: + optional: true + prettier-plugin-svelte: + optional: true + + prettier@3.5.3: + resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} + engines: {node: '>=14'} + hasBin: true + + pretty-format@27.5.1: + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + + pretty-format@29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + prismjs@1.27.0: + resolution: {integrity: sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==} + engines: {node: '>=6'} + + prismjs@1.30.0: + resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} + engines: {node: '>=6'} + + process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + + process-on-spawn@1.1.0: + resolution: {integrity: sha512-JOnOPQ/8TZgjs1JIH/m9ni7FfimjNa/PRx7y/Wb5qdItsnhO0jE4AT7fC0HjC28DUQWDr50dwSYZLdRMlqDq3Q==} + engines: {node: '>=8'} + + process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + + prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + + prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + + property-information@5.6.0: + resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} + + property-information@7.0.0: + resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==} + + proxy-addr@2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} + + proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + + prr@1.0.1: + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} + + psl@1.15.0: + resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + pure-rand@6.1.0: + resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} + + python-ast@0.1.0: + resolution: {integrity: sha512-uMPE7HRMfsbHtQYPg/+EH9MJkynLfLr+0VJbeBgJHpt2wuDgf5hZrEczOIGNFKaO0W1HWiL7bSxA/EOOo70mIQ==} + + qs@6.13.0: + resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} + engines: {node: '>=0.6'} + + qs@6.14.0: + resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==} + engines: {node: '>=0.6'} + + quansync@0.2.10: + resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==} + + querystringify@2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + range-parser@1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + + raw-body@2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + + react-docgen-typescript@2.4.0: + resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==} + peerDependencies: + typescript: ^5.7.3 + + react-docgen@8.0.0: + resolution: {integrity: sha512-kmob/FOTwep7DUWf9KjuenKX0vyvChr3oTdvvPt09V60Iz75FJp+T/0ZeHMbAfJj2WaVWqAPP5Hmm3PYzSPPKg==} + engines: {node: ^20.9.0 || >=22} + + react-dom@19.1.1: + resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} + peerDependencies: + react: ^19.1.1 + + react-icons@5.5.0: + resolution: {integrity: sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==} + peerDependencies: + react: ^19.1.1 + + react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + + react-is@17.0.2: + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + + react-is@18.3.1: + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + + react-medium-image-zoom@5.2.14: + resolution: {integrity: sha512-nfTVYcAUnBzXQpPDcZL+cG/e6UceYUIG+zDcnemL7jtAqbJjVVkA85RgneGtJeni12dTyiRPZVM6Szkmwd/o8w==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + react-refresh@0.17.0: + resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==} + engines: {node: '>=0.10.0'} + + react-remove-scroll-bar@2.3.8: + resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + react-remove-scroll@2.6.3: + resolution: {integrity: sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + react-resizable-panels@3.0.3: + resolution: {integrity: sha512-7HA8THVBHTzhDK4ON0tvlGXyMAJN1zBeRpuyyremSikgYh2ku6ltD7tsGQOcXx4NKPrZtYCm/5CBr+dkruTGQw==} + peerDependencies: + react: ^19.1.1 + react-dom: ^19.1.1 + + react-style-singleton@2.2.3: + resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + react-syntax-highlighter@15.6.1: + resolution: {integrity: sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==} + peerDependencies: + react: ^19.1.1 + + react-tsparticles@2.12.2: + resolution: {integrity: sha512-/nrEbyL8UROXKIMXe+f+LZN2ckvkwV2Qa+GGe/H26oEIc+wq/ybSG9REDwQiSt2OaDQGu0MwmA4BKmkL6wAWcA==} + deprecated: '@tsparticles/react is the new version, please use that' + peerDependencies: + react: ^19.1.1 + + react-use-resizable@0.2.0: + resolution: {integrity: sha512-gp1cSSNzRDuRouWTYYxKE7f8VC/4cqdGpgbN9rDNdaFSwCfze/ki+WJL0Zouab/HILDpfIGW2JqAz94VmfroLA==} + peerDependencies: + react: ^19.1.1 + + react18-json-view@0.2.9: + resolution: {integrity: sha512-z3JQgCwZRKbmWh54U94loCU6vE0ZoDBK7C8ZpcMYQB8jYMi+mR/fcgMI9jKgATeF0I6+OAF025PD+UKkXIqueQ==} + peerDependencies: + react: ^19.1.1 + + react@19.1.1: + resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} + engines: {node: '>=0.10.0'} + + readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + readable-stream@4.7.0: + resolution: {integrity: sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + readdir-glob@1.1.3: + resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} + + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} + + recast@0.23.11: + resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} + engines: {node: '>= 4'} + + recma-build-jsx@1.0.0: + resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==} + + recma-jsx@1.0.0: + resolution: {integrity: sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==} + + recma-parse@1.0.0: + resolution: {integrity: sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==} + + recma-stringify@1.0.0: + resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==} + + redent@3.0.0: + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} + + reflect.getprototypeof@1.0.10: + resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} + engines: {node: '>= 0.4'} + + refractor@3.6.0: + resolution: {integrity: sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==} + + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + regex-recursion@6.0.2: + resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==} + + regex-utilities@2.3.0: + resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} + + regex@6.0.1: + resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} + + regexp.prototype.flags@1.5.4: + resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} + engines: {node: '>= 0.4'} + + rehype-recma@1.0.0: + resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==} + + release-zalgo@1.0.0: + resolution: {integrity: sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==} + engines: {node: '>=4'} + + remark-gfm@4.0.1: + resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==} + + remark-mdx@3.1.0: + resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==} + + remark-parse@11.0.0: + resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} + + remark-rehype@11.1.2: + resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==} + + remark-stringify@11.0.0: + resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==} + + remark@15.0.1: + resolution: {integrity: sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==} + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + + require-main-filename@2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + + requires-port@1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + + resolve-cwd@3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} + + resolve-dir@0.1.1: + resolution: {integrity: sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==} + engines: {node: '>=0.10.0'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + + resolve.exports@2.0.3: + resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} + engines: {node: '>=10'} + + resolve@1.22.10: + resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==} + engines: {node: '>= 0.4'} + hasBin: true + + resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} + hasBin: true + + restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + + reusify@1.1.0: + resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported + hasBin: true + + robust-predicates@3.0.2: + resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} + + rollup@4.40.1: + resolution: {integrity: sha512-C5VvvgCCyfyotVITIAv+4efVytl5F7wt+/I2i9q9GZcEXW9BP52YYOXC58igUi+LFZVHukErIIqQSWwv/M3WRw==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + roughjs@4.6.6: + resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==} + + run-async@2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rw@1.3.3: + resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} + + rxjs@7.8.2: + resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} + + safe-array-concat@1.1.3: + resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + engines: {node: '>=0.4'} + + safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-push-apply@1.0.0: + resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} + engines: {node: '>= 0.4'} + + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} + engines: {node: '>= 0.4'} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + sax@1.4.1: + resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + + saxes@6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} + + scheduler@0.26.0: + resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} + + schema-dts@1.1.5: + resolution: {integrity: sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==} + + scroll-into-view-if-needed@3.1.0: + resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==} + + section-matter@1.0.0: + resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} + engines: {node: '>=4'} + + semver@5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true + + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + + semver@7.7.1: + resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + engines: {node: '>=10'} + hasBin: true + + semver@7.7.2: + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} + engines: {node: '>=10'} + hasBin: true + + send@0.19.0: + resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} + engines: {node: '>= 0.8.0'} + + serve-static@1.16.2: + resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} + engines: {node: '>= 0.8.0'} + + set-blocking@2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + + set-proto@1.0.0: + resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==} + engines: {node: '>= 0.4'} + + setprototypeof@1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + + sharp@0.34.1: + resolution: {integrity: sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + shell-quote@1.8.3: + resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} + engines: {node: '>= 0.4'} + + shiki@3.11.0: + resolution: {integrity: sha512-VgKumh/ib38I1i3QkMn6mAQA6XjjQubqaAYhfge71glAll0/4xnt8L2oSuC45Qcr/G5Kbskj4RliMQddGmy/Og==} + + shiki@3.3.0: + resolution: {integrity: sha512-j0Z1tG5vlOFGW8JVj0Cpuatzvshes7VJy5ncDmmMaYcmnGW0Js1N81TOW98ivTFNZfKRn9uwEg/aIm638o368g==} + + shiki@3.4.2: + resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==} + + side-channel-list@1.0.0: + resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + engines: {node: '>= 0.4'} + + side-channel-map@1.0.1: + resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} + engines: {node: '>= 0.4'} + + side-channel-weakmap@1.0.2: + resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} + engines: {node: '>= 0.4'} + + side-channel@1.1.0: + resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + engines: {node: '>= 0.4'} + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + simple-swizzle@0.2.2: + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + + sisteransi@1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + slash@5.1.0: + resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} + engines: {node: '>=14.16'} + + slice-ansi@4.0.0: + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} + + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + + source-map-support@0.5.13: + resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} + + source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + source-map@0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + + space-separated-tokens@1.1.5: + resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} + + space-separated-tokens@2.0.2: + resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + + spawn-wrap@2.0.0: + resolution: {integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==} + engines: {node: '>=8'} + + spawnd@5.0.0: + resolution: {integrity: sha512-28+AJr82moMVWolQvlAIv3JcYDkjkFTEmfDc503wxrF5l2rQ3dFz6DpbXp3kD4zmgGGldfM4xM4v1sFj/ZaIOA==} + + sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + + stable-hash@0.0.5: + resolution: {integrity: sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==} + + stack-utils@2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + + state-local@1.0.7: + resolution: {integrity: sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==} + + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + + stop-iteration-iterator@1.1.0: + resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} + engines: {node: '>= 0.4'} + + storybook@9.0.17: + resolution: {integrity: sha512-O+9jgJ+Trlq9VGD1uY4OBLKQWHHDKM/A/pA8vMW6PVehhGHNvpzcIC1bngr6mL5gGHZP2nBv+9XG8pTMcggMmg==} + hasBin: true + peerDependencies: + prettier: ^2 || ^3 + peerDependenciesMeta: + prettier: + optional: true + + streamsearch@1.1.0: + resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} + engines: {node: '>=10.0.0'} + + streamx@2.22.0: + resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==} + + string-argv@0.3.2: + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} + + string-length@4.0.2: + resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} + engines: {node: '>=10'} + + string-length@5.0.1: + resolution: {integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==} + engines: {node: '>=12.20'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string.prototype.includes@2.0.1: + resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==} + engines: {node: '>= 0.4'} + + string.prototype.matchall@4.0.12: + resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} + engines: {node: '>= 0.4'} + + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + + string.prototype.trim@1.2.10: + resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + engines: {node: '>= 0.4'} + + string.prototype.trimend@1.0.9: + resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + engines: {node: '>= 0.4'} + + string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + + string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + stringify-entities@4.0.4: + resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-bom-string@1.0.0: + resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} + engines: {node: '>=0.10.0'} + + strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + + strip-bom@4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + + strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + + strip-indent@3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + + strip-indent@4.0.0: + resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==} + engines: {node: '>=12'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + style-to-js@1.1.16: + resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==} + + style-to-object@1.0.8: + resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} + + styled-jsx@5.1.6: + resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} + engines: {node: '>= 12.0.0'} + peerDependencies: + '@babel/core': '*' + babel-plugin-macros: '*' + react: ^19.1.1 + peerDependenciesMeta: + '@babel/core': + optional: true + babel-plugin-macros: + optional: true + + stylis@4.3.6: + resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==} + + superagent@9.0.2: + resolution: {integrity: sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==} + engines: {node: '>=14.18.0'} + deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + + supertest@7.1.0: + resolution: {integrity: sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==} + engines: {node: '>=14.18.0'} + deprecated: Please upgrade to supertest v7.1.3+, see release notes at https://github.com/forwardemail/supertest/releases/tag/v7.1.3 - maintenance is supported by Forward Email @ https://forwardemail.net + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + symbol-tree@3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + + synckit@0.11.4: + resolution: {integrity: sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==} + engines: {node: ^14.18.0 || >=16.0.0} + + tabbable@6.2.0: + resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} + + table@6.9.0: + resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} + engines: {node: '>=10.0.0'} + + tailwind-merge@3.3.1: + resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} + + tailwindcss@4.1.11: + resolution: {integrity: sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==} + + tailwindcss@4.1.7: + resolution: {integrity: sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==} + + tapable@2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + + tar-stream@3.1.7: + resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} + + tar@7.4.3: + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + engines: {node: '>=18'} + + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} + engines: {node: '>=10'} + hasBin: true + + test-exclude@6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} + + text-decoder@1.2.3: + resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==} + + third-party-capital@1.0.20: + resolution: {integrity: sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + tiny-invariant@1.3.3: + resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + + tinyexec@1.0.1: + resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} + + tinyglobby@0.2.13: + resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==} + engines: {node: '>=12.0.0'} + + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + + tinyrainbow@2.0.0: + resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} + engines: {node: '>=14.0.0'} + + tinyspy@4.0.3: + resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==} + engines: {node: '>=14.0.0'} + + tmp@0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + + tmpl@1.0.5: + resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + toggle-selection@1.0.6: + resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} + + toidentifier@1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + + tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} + engines: {node: '>=6'} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + tr46@3.0.0: + resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} + engines: {node: '>=12'} + + tree-kill@1.2.2: + resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + hasBin: true + + trim-lines@3.0.1: + resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + + trough@2.2.0: + resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} + + ts-api-utils@2.1.0: + resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: ^5.7.3 + + ts-dedent@2.2.0: + resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} + engines: {node: '>=6.10'} + + ts-jest@29.3.4: + resolution: {integrity: sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==} + engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/transform': ^29.0.0 + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: ^5.7.3 + peerDependenciesMeta: + '@babel/core': + optional: true + '@jest/transform': + optional: true + '@jest/types': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + + ts-node@10.9.2: + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': ^22.15.18 + typescript: ^5.7.3 + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + + tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + + tsconfig-paths@4.2.0: + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} + + tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + + tsparticles-basic@2.12.0: + resolution: {integrity: sha512-pN6FBpL0UsIUXjYbiui5+IVsbIItbQGOlwyGV55g6IYJBgdTNXgFX0HRYZGE9ZZ9psEXqzqwLM37zvWnb5AG9g==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-engine@2.12.0: + resolution: {integrity: sha512-ZjDIYex6jBJ4iMc9+z0uPe7SgBnmb6l+EJm83MPIsOny9lPpetMsnw/8YJ3xdxn8hV+S3myTpTN1CkOVmFv0QQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-attract@2.12.0: + resolution: {integrity: sha512-0roC6D1QkFqMVomcMlTaBrNVjVOpyNzxIUsjMfshk2wUZDAvTNTuWQdUpmsLS4EeSTDN3rzlGNnIuuUQqyBU5w==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-bounce@2.12.0: + resolution: {integrity: sha512-MMcqKLnQMJ30hubORtdq+4QMldQ3+gJu0bBYsQr9BsThsh8/V0xHc1iokZobqHYVP5tV77mbFBD8Z7iSCf0TMQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-bubble@2.12.0: + resolution: {integrity: sha512-5kImCSCZlLNccXOHPIi2Yn+rQWTX3sEa/xCHwXW19uHxtILVJlnAweayc8+Zgmb7mo0DscBtWVFXHPxrVPFDUA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-connect@2.12.0: + resolution: {integrity: sha512-ymzmFPXz6AaA1LAOL5Ihuy7YSQEW8MzuSJzbd0ES13U8XjiU3HlFqlH6WGT1KvXNw6WYoqrZt0T3fKxBW3/C3A==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-grab@2.12.0: + resolution: {integrity: sha512-iQF/A947hSfDNqAjr49PRjyQaeRkYgTYpfNmAf+EfME8RsbapeP/BSyF6mTy0UAFC0hK2A2Hwgw72eT78yhXeQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-pause@2.12.0: + resolution: {integrity: sha512-4SUikNpsFROHnRqniL+uX2E388YTtfRWqqqZxRhY0BrijH4z04Aii3YqaGhJxfrwDKkTQlIoM2GbFT552QZWjw==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-push@2.12.0: + resolution: {integrity: sha512-kqs3V0dgDKgMoeqbdg+cKH2F+DTrvfCMrPF1MCCUpBCqBiH+TRQpJNNC86EZYHfNUeeLuIM3ttWwIkk2hllR/Q==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-remove@2.12.0: + resolution: {integrity: sha512-2eNIrv4m1WB2VfSVj46V2L/J9hNEZnMgFc+A+qmy66C8KzDN1G8aJUAf1inW8JVc0lmo5+WKhzex4X0ZSMghBg==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-repulse@2.12.0: + resolution: {integrity: sha512-rSzdnmgljeBCj5FPp4AtGxOG9TmTsK3AjQW0vlyd1aG2O5kSqFjR+FuT7rfdSk9LEJGH5SjPFE6cwbuy51uEWA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-external-slow@2.12.0: + resolution: {integrity: sha512-2IKdMC3om7DttqyroMtO//xNdF0NvJL/Lx7LDo08VpfTgJJozxU+JAUT8XVT7urxhaDzbxSSIROc79epESROtA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-particles-attract@2.12.0: + resolution: {integrity: sha512-Hl8qwuwF9aLq3FOkAW+Zomu7Gb8IKs6Y3tFQUQScDmrrSCaeRt2EGklAiwgxwgntmqzL7hbMWNx06CHHcUQKdQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-particles-collisions@2.12.0: + resolution: {integrity: sha512-Se9nPWlyPxdsnHgR6ap4YUImAu3W5MeGKJaQMiQpm1vW8lSMOUejI1n1ioIaQth9weKGKnD9rvcNn76sFlzGBA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-interaction-particles-links@2.12.0: + resolution: {integrity: sha512-e7I8gRs4rmKfcsHONXMkJnymRWpxHmeaJIo4g2NaDRjIgeb2AcJSWKWZvrsoLnm7zvaf/cMQlbN6vQwCixYq3A==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-move-base@2.12.0: + resolution: {integrity: sha512-oSogCDougIImq+iRtIFJD0YFArlorSi8IW3HD2gO3USkH+aNn3ZqZNTqp321uB08K34HpS263DTbhLHa/D6BWw==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-move-parallax@2.12.0: + resolution: {integrity: sha512-58CYXaX8Ih5rNtYhpnH0YwU4Ks7gVZMREGUJtmjhuYN+OFr9FVdF3oDIJ9N6gY5a5AnAKz8f5j5qpucoPRcYrQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-particles.js@2.12.0: + resolution: {integrity: sha512-LyOuvYdhbUScmA4iDgV3LxA0HzY1DnOwQUy3NrPYO393S2YwdDjdwMod6Btq7EBUjg9FVIh+sZRizgV5elV2dg==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-plugin-easing-quad@2.12.0: + resolution: {integrity: sha512-2mNqez5pydDewMIUWaUhY5cNQ80IUOYiujwG6qx9spTq1D6EEPLbRNAEL8/ecPdn2j1Um3iWSx6lo340rPkv4Q==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-circle@2.12.0: + resolution: {integrity: sha512-L6OngbAlbadG7b783x16ns3+SZ7i0SSB66M8xGa5/k+YcY7zm8zG0uPt1Hd+xQDR2aNA3RngVM10O23/Lwk65Q==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-image@2.12.0: + resolution: {integrity: sha512-iCkSdUVa40DxhkkYjYuYHr9MJGVw+QnQuN5UC+e/yBgJQY+1tQL8UH0+YU/h0GHTzh5Sm+y+g51gOFxHt1dj7Q==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-line@2.12.0: + resolution: {integrity: sha512-RcpKmmpKlk+R8mM5wA2v64Lv1jvXtU4SrBDv3vbdRodKbKaWGGzymzav1Q0hYyDyUZgplEK/a5ZwrfrOwmgYGA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-polygon@2.12.0: + resolution: {integrity: sha512-5YEy7HVMt1Obxd/jnlsjajchAlYMr9eRZWN+lSjcFSH6Ibra7h59YuJVnwxOxAobpijGxsNiBX0PuGQnB47pmA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-square@2.12.0: + resolution: {integrity: sha512-33vfajHqmlODKaUzyPI/aVhnAOT09V7nfEPNl8DD0cfiNikEuPkbFqgJezJuE55ebtVo7BZPDA9o7GYbWxQNuw==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-star@2.12.0: + resolution: {integrity: sha512-4sfG/BBqm2qBnPLASl2L5aBfCx86cmZLXeh49Un+TIR1F5Qh4XUFsahgVOG0vkZQa+rOsZPEH04xY5feWmj90g==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-shape-text@2.12.0: + resolution: {integrity: sha512-v2/FCA+hyTbDqp2ymFOe97h/NFb2eezECMrdirHWew3E3qlvj9S/xBibjbpZva2gnXcasBwxn0+LxKbgGdP0rA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-slim@2.12.0: + resolution: {integrity: sha512-27w9aGAAAPKHvP4LHzWFpyqu7wKyulayyaZ/L6Tuuejy4KP4BBEB4rY5GG91yvAPsLtr6rwWAn3yS+uxnBDpkA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-color@2.12.0: + resolution: {integrity: sha512-KcG3a8zd0f8CTiOrylXGChBrjhKcchvDJjx9sp5qpwQK61JlNojNCU35xoaSk2eEHeOvFjh0o3CXWUmYPUcBTQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-life@2.12.0: + resolution: {integrity: sha512-J7RWGHAZkowBHpcLpmjKsxwnZZJ94oGEL2w+wvW1/+ZLmAiFFF6UgU0rHMC5CbHJT4IPx9cbkYMEHsBkcRJ0Bw==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-opacity@2.12.0: + resolution: {integrity: sha512-YUjMsgHdaYi4HN89LLogboYcCi1o9VGo21upoqxq19yRy0hRCtx2NhH22iHF/i5WrX6jqshN0iuiiNefC53CsA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-out-modes@2.12.0: + resolution: {integrity: sha512-owBp4Gk0JNlSrmp12XVEeBroDhLZU+Uq3szbWlHGSfcR88W4c/0bt0FiH5bHUqORIkw+m8O56hCjbqwj69kpOQ==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-rotate@2.12.0: + resolution: {integrity: sha512-waOFlGFmEZOzsQg4C4VSejNVXGf4dMf3fsnQrEROASGf1FCd8B6WcZau7JtXSTFw0OUGuk8UGz36ETWN72DkCw==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-size@2.12.0: + resolution: {integrity: sha512-B0yRdEDd/qZXCGDL/ussHfx5YJ9UhTqNvmS5X2rR2hiZhBAE2fmsXLeWkdtF2QusjPeEqFDxrkGiLOsh6poqRA==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsparticles-updater-stroke-color@2.12.0: + resolution: {integrity: sha512-MPou1ZDxsuVq6SN1fbX+aI5yrs6FyP2iPCqqttpNbWyL+R6fik1rL0ab/x02B57liDXqGKYomIbBQVP3zUTW1A==} + deprecated: starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name + + tsx@4.19.4: + resolution: {integrity: sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==} + engines: {node: '>=18.0.0'} + hasBin: true + + tw-animate-css@1.2.9: + resolution: {integrity: sha512-9O4k1at9pMQff9EAcCEuy1UNO43JmaPQvq+0lwza9Y0BQ6LB38NiMj+qHqjoQf40355MX+gs6wtlR6H9WsSXFg==} + + twoslash-protocol@0.3.4: + resolution: {integrity: sha512-HHd7lzZNLUvjPzG/IE6js502gEzLC1x7HaO1up/f72d8G8ScWAs9Yfa97igelQRDl5h9tGcdFsRp+lNVre1EeQ==} + + twoslash@0.3.4: + resolution: {integrity: sha512-RtJURJlGRxrkJmTcZMjpr7jdYly1rfgpujJr1sBM9ch7SKVht/SjFk23IOAyvwT1NLCk+SJiMrvW4rIAUM2Wug==} + peerDependencies: + typescript: ^5.7.3 + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-detect@4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + + type-fest@0.8.1: + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} + + type-fest@4.41.0: + resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} + engines: {node: '>=16'} + + type-is@1.6.18: + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} + + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} + engines: {node: '>= 0.4'} + + typed-array-byte-length@1.0.3: + resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} + engines: {node: '>= 0.4'} + + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} + engines: {node: '>= 0.4'} + + typed-array-length@1.0.7: + resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + engines: {node: '>= 0.4'} + + typedarray-to-buffer@3.1.5: + resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} + + typescript-eslint@8.32.1: + resolution: {integrity: sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.17.0 + typescript: ^5.7.3 + + typescript-transform-paths@3.5.5: + resolution: {integrity: sha512-RMK86wKe/4+ad+3kMT9SKAs3K0tUHLe7hF+MLbD6VpC9VUmFuKorhf3pHz+qO5GdS4mUp2ncNUo14j6ws9UvBQ==} + peerDependencies: + typescript: ^5.7.3 + + typescript@5.8.3: + resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + engines: {node: '>=14.17'} + hasBin: true + + ufo@1.6.1: + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} + + unbox-primitive@1.1.0: + resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} + engines: {node: '>= 0.4'} + + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + + unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + + unified@11.0.5: + resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} + + unist-util-is@6.0.0: + resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} + + unist-util-position-from-estree@2.0.0: + resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==} + + unist-util-position@5.0.0: + resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} + + unist-util-stringify-position@4.0.0: + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} + + unist-util-visit-parents@6.0.1: + resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} + + unist-util-visit@5.0.0: + resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} + + universalify@0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + + universalify@2.0.1: + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} + + unpipe@1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + + unplugin@1.16.1: + resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} + engines: {node: '>=14.0.0'} + + unrs-resolver@1.7.2: + resolution: {integrity: sha512-BBKpaylOW8KbHsu378Zky/dGh4ckT/4NW/0SHRABdqRLcQJ2dAOjDo9g97p04sWflm0kqPqpUatxReNV/dqI5A==} + + update-browserslist-db@1.1.3: + resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + url-parse@1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + + use-callback-ref@1.3.3: + resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + use-sidecar@1.1.3: + resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^19.1.4 + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + use-sync-external-store@1.5.0: + resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==} + peerDependencies: + react: ^19.1.1 + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + utils-merge@1.0.1: + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} + + uuid@11.1.0: + resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + hasBin: true + + uuid@8.3.2: + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + hasBin: true + + v8-compile-cache-lib@3.0.1: + resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + + v8-to-istanbul@9.3.0: + resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==} + engines: {node: '>=10.12.0'} + + vary@1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + + vfile-message@4.0.2: + resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} + + vfile@6.0.3: + resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} + + vite-plugin-dts@4.5.4: + resolution: {integrity: sha512-d4sOM8M/8z7vRXHHq/ebbblfaxENjogAAekcfcDCCwAyvGqnPrc7f4NZbvItS+g4WTgerW0xDwSz5qz11JT3vg==} + peerDependencies: + typescript: ^5.7.3 + vite: '*' + peerDependenciesMeta: + vite: + optional: true + + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + peerDependencies: + '@types/node': ^22.15.18 + jiti: '>=1.21.0' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + + vite@7.0.4: + resolution: {integrity: sha512-SkaSguuS7nnmV7mfJ8l81JGBFV7Gvzp8IzgE8A8t23+AxuNX61Q5H1Tpz5efduSN7NHC8nQXD3sKQKZAu5mNEA==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^22.15.18 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + + vscode-jsonrpc@8.2.0: + resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==} + engines: {node: '>=14.0.0'} + + vscode-languageserver-protocol@3.17.5: + resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==} + + vscode-languageserver-textdocument@1.0.12: + resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==} + + vscode-languageserver-types@3.17.5: + resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==} + + vscode-languageserver@9.0.1: + resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==} + hasBin: true + + vscode-uri@3.0.8: + resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} + + vscode-uri@3.1.0: + resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} + + w3c-xmlserializer@4.0.0: + resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} + engines: {node: '>=14'} + + wait-on@7.2.0: + resolution: {integrity: sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==} + engines: {node: '>=12.0.0'} + hasBin: true + + wait-on@8.0.3: + resolution: {integrity: sha512-nQFqAFzZDeRxsu7S3C7LbuxslHhk+gnJZHyethuGKAn2IVleIbTB9I3vJSQiSR+DifUqmdzfPMoMPJfLqMF2vw==} + engines: {node: '>=12.0.0'} + hasBin: true + + wait-port@0.2.14: + resolution: {integrity: sha512-kIzjWcr6ykl7WFbZd0TMae8xovwqcqbx6FM9l+7agOgUByhzdjfzZBPK2CPufldTOMxbUivss//Sh9MFawmPRQ==} + engines: {node: '>=8'} + hasBin: true + + walker@1.0.8: + resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + + wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + + web-streams-polyfill@4.0.0-beta.3: + resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==} + engines: {node: '>= 14'} + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + webidl-conversions@7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} + + webpack-virtual-modules@0.6.2: + resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} + + whatwg-encoding@2.0.0: + resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} + engines: {node: '>=12'} + + whatwg-mimetype@3.0.0: + resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} + engines: {node: '>=12'} + + whatwg-url@11.0.0: + resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} + engines: {node: '>=12'} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} + + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} + + which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + + which-module@2.0.1: + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} + + which-typed-array@1.1.19: + resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} + engines: {node: '>= 0.4'} + + which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + wrap-ansi@6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + write-file-atomic@3.0.3: + resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} + + write-file-atomic@4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + ws@8.18.2: + resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + xml-name-validator@4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} + + xml@1.0.1: + resolution: {integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==} + + xmlchars@2.2.0: + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + + xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + + y18n@4.0.3: + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + + y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + + yaml@2.7.1: + resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==} + engines: {node: '>= 14'} + hasBin: true + + yargs-parser@18.1.3: + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} + engines: {node: '>=6'} + + yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + + yargs@15.4.1: + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} + engines: {node: '>=8'} + + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yn@3.1.1: + resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} + engines: {node: '>=6'} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + yocto-queue@1.2.1: + resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} + engines: {node: '>=12.20'} + + zip-stream@6.0.1: + resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} + engines: {node: '>= 14'} + + zod-to-json-schema@3.24.5: + resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} + peerDependencies: + zod: ^3.24.1 + + zod@3.24.4: + resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==} + + zustand@4.5.6: + resolution: {integrity: sha512-ibr/n1hBzLLj5Y+yUcU7dYw8p6WnIVzdJbnX+1YpaScvZVF2ziugqHs+LAmHw4lWO9c/zRj+K1ncgWDQuthEdQ==} + engines: {node: '>=12.7.0'} + peerDependencies: + '@types/react': ^19.1.4 + immer: '>=9.0.6' + react: ^19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + + zustand@5.0.6: + resolution: {integrity: sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A==} + engines: {node: '>=12.20.0'} + peerDependencies: + '@types/react': ^19.1.4 + immer: '>=9.0.6' + react: ^19.1.1 + use-sync-external-store: '>=1.2.0' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + use-sync-external-store: + optional: true + + zwitch@2.0.4: + resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + +snapshots: + + '@adobe/css-tools@4.4.3': {} + + '@alloc/quick-lru@5.2.0': {} + + '@amplitude/analytics-core@1.2.7': + dependencies: + '@amplitude/analytics-types': 1.3.5 + tslib: 2.8.1 + + '@amplitude/analytics-node@1.3.8': + dependencies: + '@amplitude/analytics-core': 1.2.7 + '@amplitude/analytics-types': 1.3.5 + tslib: 2.8.1 + + '@amplitude/analytics-types@1.3.5': {} + + '@amplitude/analytics-types@2.9.2': {} + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + + '@antfu/install-pkg@1.1.0': + dependencies: + package-manager-detector: 1.3.0 + tinyexec: 1.0.1 + + '@antfu/utils@8.1.1': {} + + '@babel/code-frame@7.26.2': + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.1.1 + + '@babel/code-frame@7.27.1': + dependencies: + '@babel/helper-validator-identifier': 7.27.1 + js-tokens: 4.0.0 + picocolors: 1.1.1 + + '@babel/compat-data@7.26.8': {} + + '@babel/compat-data@7.27.5': {} + + '@babel/core@7.26.10': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.27.0 + '@babel/helper-compilation-targets': 7.27.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helpers': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + convert-source-map: 2.0.0 + debug: 4.4.0 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/core@7.27.4': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.5 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.27.5 + '@babel/template': 7.27.2 + '@babel/traverse': 7.27.4 + '@babel/types': 7.27.6 + convert-source-map: 2.0.0 + debug: 4.4.0 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/generator@7.27.0': + dependencies: + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.1.0 + + '@babel/generator@7.27.5': + dependencies: + '@babel/parser': 7.27.5 + '@babel/types': 7.27.6 + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.1.0 + + '@babel/helper-compilation-targets@7.27.0': + dependencies: + '@babel/compat-data': 7.26.8 + '@babel/helper-validator-option': 7.25.9 + browserslist: 4.24.4 + lru-cache: 5.1.1 + semver: 6.3.1 + + '@babel/helper-compilation-targets@7.27.2': + dependencies: + '@babel/compat-data': 7.27.5 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.24.4 + lru-cache: 5.1.1 + semver: 6.3.1 + + '@babel/helper-module-imports@7.25.9': + dependencies: + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.6 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-imports@7.27.1': + dependencies: + '@babel/traverse': 7.27.4 + '@babel/types': 7.27.6 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.27.4 + transitivePeerDependencies: + - supports-color + + '@babel/helper-plugin-utils@7.27.1': {} + + '@babel/helper-string-parser@7.25.9': {} + + '@babel/helper-string-parser@7.27.1': {} + + '@babel/helper-validator-identifier@7.25.9': {} + + '@babel/helper-validator-identifier@7.27.1': {} + + '@babel/helper-validator-option@7.25.9': {} + + '@babel/helper-validator-option@7.27.1': {} + + '@babel/helpers@7.27.0': + dependencies: + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + + '@babel/helpers@7.27.6': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.27.6 + + '@babel/parser@7.27.0': + dependencies: + '@babel/types': 7.27.0 + + '@babel/parser@7.27.5': + dependencies: + '@babel/types': 7.27.6 + + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.27.4)': + dependencies: + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/runtime@7.27.0': + dependencies: + regenerator-runtime: 0.14.1 + + '@babel/template@7.27.0': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + + '@babel/template@7.27.2': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.27.5 + '@babel/types': 7.27.6 + + '@babel/traverse@7.27.0': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + debug: 4.4.0 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/traverse@7.27.4': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.5 + '@babel/parser': 7.27.5 + '@babel/template': 7.27.2 + '@babel/types': 7.27.6 + debug: 4.4.0 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/types@7.27.0': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + + '@babel/types@7.27.6': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + + '@bcoe/v8-coverage@0.2.3': {} + + '@braintree/sanitize-url@7.1.1': {} + + '@chevrotain/cst-dts-gen@11.0.3': + dependencies: + '@chevrotain/gast': 11.0.3 + '@chevrotain/types': 11.0.3 + lodash-es: 4.17.21 + + '@chevrotain/gast@11.0.3': + dependencies: + '@chevrotain/types': 11.0.3 + lodash-es: 4.17.21 + + '@chevrotain/regexp-to-ast@11.0.3': {} + + '@chevrotain/types@11.0.3': {} + + '@chevrotain/utils@11.0.3': {} + + '@cspotcode/source-map-support@0.8.1': + dependencies: + '@jridgewell/trace-mapping': 0.3.9 + + '@emnapi/core@1.4.3': + dependencies: + '@emnapi/wasi-threads': 1.0.2 + tslib: 2.8.1 + optional: true + + '@emnapi/runtime@1.4.3': + dependencies: + tslib: 2.8.1 + optional: true + + '@emnapi/wasi-threads@1.0.2': + dependencies: + tslib: 2.8.1 + optional: true + + '@esbuild/aix-ppc64@0.25.3': + optional: true + + '@esbuild/android-arm64@0.25.3': + optional: true + + '@esbuild/android-arm@0.25.3': + optional: true + + '@esbuild/android-x64@0.25.3': + optional: true + + '@esbuild/darwin-arm64@0.25.3': + optional: true + + '@esbuild/darwin-x64@0.25.3': + optional: true + + '@esbuild/freebsd-arm64@0.25.3': + optional: true + + '@esbuild/freebsd-x64@0.25.3': + optional: true + + '@esbuild/linux-arm64@0.25.3': + optional: true + + '@esbuild/linux-arm@0.25.3': + optional: true + + '@esbuild/linux-ia32@0.25.3': + optional: true + + '@esbuild/linux-loong64@0.25.3': + optional: true + + '@esbuild/linux-mips64el@0.25.3': + optional: true + + '@esbuild/linux-ppc64@0.25.3': + optional: true + + '@esbuild/linux-riscv64@0.25.3': + optional: true + + '@esbuild/linux-s390x@0.25.3': + optional: true + + '@esbuild/linux-x64@0.25.3': + optional: true + + '@esbuild/netbsd-arm64@0.25.3': + optional: true + + '@esbuild/netbsd-x64@0.25.3': + optional: true + + '@esbuild/openbsd-arm64@0.25.3': + optional: true + + '@esbuild/openbsd-x64@0.25.3': + optional: true + + '@esbuild/sunos-x64@0.25.3': + optional: true + + '@esbuild/win32-arm64@0.25.3': + optional: true + + '@esbuild/win32-ia32@0.25.3': + optional: true + + '@esbuild/win32-x64@0.25.3': + optional: true + + '@eslint-community/eslint-utils@4.6.1(eslint@9.27.0(jiti@2.4.2))': + dependencies: + eslint: 9.27.0(jiti@2.4.2) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.7.0(eslint@9.27.0(jiti@2.4.2))': + dependencies: + eslint: 9.27.0(jiti@2.4.2) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.12.1': {} + + '@eslint/config-array@0.20.0': + dependencies: + '@eslint/object-schema': 2.1.6 + debug: 4.4.0 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@eslint/config-helpers@0.2.1': {} + + '@eslint/core@0.14.0': + dependencies: + '@types/json-schema': 7.0.15 + + '@eslint/eslintrc@3.3.1': + dependencies: + ajv: 6.12.6 + debug: 4.4.0 + espree: 10.3.0 + globals: 14.0.0 + ignore: 5.3.2 + import-fresh: 3.3.1 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@9.27.0': {} + + '@eslint/js@9.29.0': {} + + '@eslint/object-schema@2.1.6': {} + + '@eslint/plugin-kit@0.3.1': + dependencies: + '@eslint/core': 0.14.0 + levn: 0.4.1 + + '@floating-ui/core@1.6.9': + dependencies: + '@floating-ui/utils': 0.2.9 + + '@floating-ui/dom@1.6.13': + dependencies: + '@floating-ui/core': 1.6.9 + '@floating-ui/utils': 0.2.9 + + '@floating-ui/react-dom@2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/dom': 1.6.13 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@floating-ui/react@0.26.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@floating-ui/utils': 0.2.9 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + tabbable: 6.2.0 + + '@floating-ui/utils@0.2.9': {} + + '@formatjs/intl-localematcher@0.6.1': + dependencies: + tslib: 2.8.1 + + '@formspree/core@4.0.0': + dependencies: + '@stripe/stripe-js': 5.10.0 + + '@formspree/react@3.0.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@formspree/core': 4.0.0 + '@stripe/react-stripe-js': 3.7.0(@stripe/stripe-js@5.10.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@stripe/stripe-js': 5.10.0 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@hapi/hoek@9.3.0': {} + + '@hapi/topo@5.1.0': + dependencies: + '@hapi/hoek': 9.3.0 + + '@headlessui/react@2.2.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react': 0.26.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/focus': 3.20.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@tanstack/react-virtual': 3.13.9(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.1.1) + + '@humanfs/core@0.19.1': {} + + '@humanfs/node@0.16.6': + dependencies: + '@humanfs/core': 0.19.1 + '@humanwhocodes/retry': 0.3.1 + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/retry@0.3.1': {} + + '@humanwhocodes/retry@0.4.2': {} + + '@iconify/types@2.0.0': {} + + '@iconify/utils@2.3.0': + dependencies: + '@antfu/install-pkg': 1.1.0 + '@antfu/utils': 8.1.1 + '@iconify/types': 2.0.0 + debug: 4.4.0 + globals: 15.15.0 + kolorist: 1.8.0 + local-pkg: 1.1.1 + mlly: 1.7.4 + transitivePeerDependencies: + - supports-color + + '@img/sharp-darwin-arm64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-darwin-arm64': 1.1.0 + optional: true + + '@img/sharp-darwin-x64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.1.0 + optional: true + + '@img/sharp-libvips-darwin-arm64@1.1.0': + optional: true + + '@img/sharp-libvips-darwin-x64@1.1.0': + optional: true + + '@img/sharp-libvips-linux-arm64@1.1.0': + optional: true + + '@img/sharp-libvips-linux-arm@1.1.0': + optional: true + + '@img/sharp-libvips-linux-ppc64@1.1.0': + optional: true + + '@img/sharp-libvips-linux-s390x@1.1.0': + optional: true + + '@img/sharp-libvips-linux-x64@1.1.0': + optional: true + + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': + optional: true + + '@img/sharp-libvips-linuxmusl-x64@1.1.0': + optional: true + + '@img/sharp-linux-arm64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.1.0 + optional: true + + '@img/sharp-linux-arm@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.1.0 + optional: true + + '@img/sharp-linux-s390x@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linux-s390x': 1.1.0 + optional: true + + '@img/sharp-linux-x64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linux-x64': 1.1.0 + optional: true + + '@img/sharp-linuxmusl-arm64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 + optional: true + + '@img/sharp-linuxmusl-x64@0.34.1': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 + optional: true + + '@img/sharp-wasm32@0.34.1': + dependencies: + '@emnapi/runtime': 1.4.3 + optional: true + + '@img/sharp-win32-ia32@0.34.1': + optional: true + + '@img/sharp-win32-x64@0.34.1': + optional: true + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.2 + + '@istanbuljs/load-nyc-config@1.1.0': + dependencies: + camelcase: 5.3.1 + find-up: 4.1.0 + get-package-type: 0.1.0 + js-yaml: 3.14.1 + resolve-from: 5.0.0 + + '@istanbuljs/schema@0.1.3': {} + + '@jest/console@29.7.0': + dependencies: + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + chalk: 4.1.2 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + slash: 3.0.0 + + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3))': + dependencies: + '@jest/console': 29.7.0 + '@jest/reporters': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 3.9.0 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 + micromatch: 4.0.8 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + - ts-node + + '@jest/create-cache-key-function@29.7.0': + dependencies: + '@jest/types': 29.6.3 + + '@jest/environment@29.7.0': + dependencies: + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + jest-mock: 29.7.0 + + '@jest/expect-utils@29.7.0': + dependencies: + jest-get-type: 29.6.3 + + '@jest/expect@29.7.0': + dependencies: + expect: 29.7.0 + jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color + + '@jest/fake-timers@29.7.0': + dependencies: + '@jest/types': 29.6.3 + '@sinonjs/fake-timers': 10.3.0 + '@types/node': 22.15.18 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 + + '@jest/globals@29.7.0': + dependencies: + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/types': 29.6.3 + jest-mock: 29.7.0 + transitivePeerDependencies: + - supports-color + + '@jest/reporters@29.7.0': + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + '@jridgewell/trace-mapping': 0.3.25 + '@types/node': 22.15.18 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-instrument: 6.0.3 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.7 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + jest-worker: 29.7.0 + slash: 3.0.0 + string-length: 4.0.2 + strip-ansi: 6.0.1 + v8-to-istanbul: 9.3.0 + transitivePeerDependencies: + - supports-color + + '@jest/schemas@29.6.3': + dependencies: + '@sinclair/typebox': 0.27.8 + + '@jest/source-map@29.6.3': + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + callsites: 3.1.0 + graceful-fs: 4.2.11 + + '@jest/test-result@29.7.0': + dependencies: + '@jest/console': 29.7.0 + '@jest/types': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.6 + collect-v8-coverage: 1.0.2 + + '@jest/test-sequencer@29.7.0': + dependencies: + '@jest/test-result': 29.7.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + slash: 3.0.0 + + '@jest/transform@29.7.0': + dependencies: + '@babel/core': 7.27.4 + '@jest/types': 29.6.3 + '@jridgewell/trace-mapping': 0.3.25 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + micromatch: 4.0.8 + pirates: 4.0.7 + slash: 3.0.0 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - supports-color + + '@jest/types@29.6.3': + dependencies: + '@jest/schemas': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports': 3.0.4 + '@types/node': 22.15.18 + '@types/yargs': 17.0.33 + chalk: 4.1.2 + + '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + glob: 10.4.5 + magic-string: 0.30.17 + react-docgen-typescript: 2.4.0(typescript@5.8.3) + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + optionalDependencies: + typescript: 5.8.3 + + '@jridgewell/gen-mapping@0.3.8': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/source-map@0.3.6': + dependencies: + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + optional: true + + '@jridgewell/sourcemap-codec@1.5.0': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@jridgewell/trace-mapping@0.3.9': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@mdx-js/mdx@3.1.0(acorn@8.14.1)': + dependencies: + '@types/estree': 1.0.7 + '@types/estree-jsx': 1.0.5 + '@types/hast': 3.0.4 + '@types/mdx': 2.0.13 + collapse-white-space: 2.1.0 + devlop: 1.1.0 + estree-util-is-identifier-name: 3.0.0 + estree-util-scope: 1.0.0 + estree-walker: 3.0.3 + hast-util-to-jsx-runtime: 2.3.6 + markdown-extensions: 2.0.0 + recma-build-jsx: 1.0.0 + recma-jsx: 1.0.0(acorn@8.14.1) + recma-stringify: 1.0.0 + rehype-recma: 1.0.0 + remark-mdx: 3.1.0 + remark-parse: 11.0.0 + remark-rehype: 11.1.2 + source-map: 0.7.4 + unified: 11.0.5 + unist-util-position-from-estree: 2.0.0 + unist-util-stringify-position: 4.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.3 + transitivePeerDependencies: + - acorn + - supports-color + + '@mdx-js/react@3.1.0(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@types/mdx': 2.0.13 + '@types/react': 19.1.4 + react: 19.1.1 + + '@mermaid-js/parser@0.6.2': + dependencies: + langium: 3.3.1 + + '@microsoft/api-extractor-model@7.30.6(@types/node@22.15.18)': + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) + transitivePeerDependencies: + - '@types/node' + + '@microsoft/api-extractor@7.52.8(@types/node@22.15.18)': + dependencies: + '@microsoft/api-extractor-model': 7.30.6(@types/node@22.15.18) + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.15.3(@types/node@22.15.18) + '@rushstack/ts-command-line': 5.0.1(@types/node@22.15.18) + lodash: 4.17.21 + minimatch: 3.0.8 + resolve: 1.22.10 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.8.3 + transitivePeerDependencies: + - '@types/node' + + '@microsoft/tsdoc-config@0.17.1': + dependencies: + '@microsoft/tsdoc': 0.15.1 + ajv: 8.12.0 + jju: 1.4.0 + resolve: 1.22.10 + + '@microsoft/tsdoc@0.15.1': {} + + '@monaco-editor/loader@1.5.0': + dependencies: + state-local: 1.0.7 + + '@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@monaco-editor/loader': 1.5.0 + monaco-editor: 0.52.2 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@motiadev/stream-client-browser@0.6.4-beta.130': + dependencies: + '@motiadev/stream-client': 0.6.4-beta.130 + uuid: 11.1.0 + + '@motiadev/stream-client-react@0.6.4-beta.130(react@19.1.1)': + dependencies: + '@motiadev/stream-client-browser': 0.6.4-beta.130 + react: 19.1.1 + + '@motiadev/stream-client@0.6.4-beta.130': + dependencies: + uuid: 11.1.0 + + '@napi-rs/wasm-runtime@0.2.9': + dependencies: + '@emnapi/core': 1.4.3 + '@emnapi/runtime': 1.4.3 + '@tybys/wasm-util': 0.9.0 + optional: true + + '@next/env@15.3.2': {} + + '@next/eslint-plugin-next@15.3.1': + dependencies: + fast-glob: 3.3.1 + + '@next/swc-darwin-arm64@15.3.2': + optional: true + + '@next/swc-darwin-x64@15.3.2': + optional: true + + '@next/swc-linux-arm64-gnu@15.3.2': + optional: true + + '@next/swc-linux-arm64-musl@15.3.2': + optional: true + + '@next/swc-linux-x64-gnu@15.3.2': + optional: true + + '@next/swc-linux-x64-musl@15.3.2': + optional: true + + '@next/swc-win32-arm64-msvc@15.3.2': + optional: true + + '@next/swc-win32-x64-msvc@15.3.2': + optional: true + + '@next/third-parties@15.3.2(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + dependencies: + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + third-party-capital: 1.0.20 + + '@noble/hashes@1.8.0': {} + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.19.1 + + '@nolyfill/is-core-module@1.0.39': {} + + '@orama/orama@3.1.7': {} + + '@paralleldrive/cuid2@2.2.2': + dependencies: + '@noble/hashes': 1.8.0 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@pkgr/core@0.2.4': {} + + '@playwright/test@1.52.0': + dependencies: + playwright: 1.52.0 + + '@radix-ui/number@1.1.1': {} + + '@radix-ui/primitive@1.1.2': {} + + '@radix-ui/primitive@1.1.3': {} + + '@radix-ui/react-accordion@1.2.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collapsible': 1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-collection': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-arrow@1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-arrow@1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-collapsible@1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-collapsible@1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-collection@1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-collection@1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-context@1.1.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-dialog@1.1.13(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + aria-hidden: 1.2.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-direction@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-dismissable-layer@1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-dismissable-layer@1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-focus-scope@1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-focus-scope@1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-id@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-label@2.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + aria-hidden: 1.2.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-navigation-menu@1.2.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collection': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-navigation-menu@1.2.13(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popover@1.1.11(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-popper': 1.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + aria-hidden: 1.2.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popover@1.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + aria-hidden: 1.2.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popper@1.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/rect': 1.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popper@1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/rect': 1.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/rect': 1.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/rect': 1.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-portal@1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-portal@1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-primitive@2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-scroll-area@1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/number': 1.1.1 + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-scroll-area@1.2.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/number': 1.1.1 + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-select@2.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/number': 1.1.1 + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-popper': 1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + aria-hidden: 1.2.4 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-slot@1.2.0(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-slot@1.2.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-slot@1.2.3(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-switch@1.2.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-tooltip@1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-popper': 1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/rect': 1.1.1 + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-use-size@1.1.1(@types/react@19.1.4)(react@19.1.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.4)(react@19.1.1) + react: 19.1.1 + optionalDependencies: + '@types/react': 19.1.4 + + '@radix-ui/react-visually-hidden@1.2.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-visually-hidden@1.2.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@radix-ui/rect@1.1.1': {} + + '@react-aria/focus@3.20.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/interactions': 3.25.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.29.1(react@19.1.1) + '@swc/helpers': 0.5.15 + clsx: 2.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/interactions@3.25.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/ssr': 3.9.8(react@19.1.1) + '@react-aria/utils': 3.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/flags': 3.1.1 + '@react-types/shared': 3.29.1(react@19.1.1) + '@swc/helpers': 0.5.15 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/ssr@3.9.8(react@19.1.1)': + dependencies: + '@swc/helpers': 0.5.15 + react: 19.1.1 + + '@react-aria/utils@3.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/ssr': 3.9.8(react@19.1.1) + '@react-stately/flags': 3.1.1 + '@react-stately/utils': 3.10.6(react@19.1.1) + '@react-types/shared': 3.29.1(react@19.1.1) + '@swc/helpers': 0.5.15 + clsx: 2.1.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-stately/flags@3.1.1': + dependencies: + '@swc/helpers': 0.5.15 + + '@react-stately/utils@3.10.6(react@19.1.1)': + dependencies: + '@swc/helpers': 0.5.15 + react: 19.1.1 + + '@react-types/shared@3.29.1(react@19.1.1)': + dependencies: + react: 19.1.1 + + '@rive-app/react-webgl2@4.21.0(react@19.1.1)': + dependencies: + '@rive-app/webgl2': 2.28.0 + react: 19.1.1 + + '@rive-app/webgl2@2.28.0': {} + + '@rolldown/pluginutils@1.0.0-beta.19': {} + + '@rollup/pluginutils@5.2.0(rollup@4.40.1)': + dependencies: + '@types/estree': 1.0.7 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.40.1 + + '@rollup/rollup-android-arm-eabi@4.40.1': + optional: true + + '@rollup/rollup-android-arm64@4.40.1': + optional: true + + '@rollup/rollup-darwin-arm64@4.40.1': + optional: true + + '@rollup/rollup-darwin-x64@4.40.1': + optional: true + + '@rollup/rollup-freebsd-arm64@4.40.1': + optional: true + + '@rollup/rollup-freebsd-x64@4.40.1': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.40.1': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.40.1': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.40.1': + optional: true + + '@rollup/rollup-linux-loongarch64-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-riscv64-musl@4.40.1': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.40.1': + optional: true + + '@rollup/rollup-linux-x64-musl@4.40.1': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.40.1': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.40.1': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.40.1': + optional: true + + '@rtsao/scc@1.1.0': {} + + '@rushstack/eslint-patch@1.11.0': {} + + '@rushstack/node-core-library@5.13.1(@types/node@22.15.18)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 11.3.0 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.10 + semver: 7.5.4 + optionalDependencies: + '@types/node': 22.15.18 + + '@rushstack/rig-package@0.5.3': + dependencies: + resolve: 1.22.10 + strip-json-comments: 3.1.1 + + '@rushstack/terminal@0.15.3(@types/node@22.15.18)': + dependencies: + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 22.15.18 + + '@rushstack/ts-command-line@5.0.1(@types/node@22.15.18)': + dependencies: + '@rushstack/terminal': 0.15.3(@types/node@22.15.18) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' + + '@shikijs/core@3.11.0': + dependencies: + '@shikijs/types': 3.11.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.5 + + '@shikijs/core@3.3.0': + dependencies: + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.5 + + '@shikijs/core@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.5 + + '@shikijs/engine-javascript@3.11.0': + dependencies: + '@shikijs/types': 3.11.0 + '@shikijs/vscode-textmate': 10.0.2 + oniguruma-to-es: 4.3.3 + + '@shikijs/engine-javascript@3.3.0': + dependencies: + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 + oniguruma-to-es: 4.3.1 + + '@shikijs/engine-javascript@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + '@shikijs/vscode-textmate': 10.0.2 + oniguruma-to-es: 4.3.3 + + '@shikijs/engine-oniguruma@3.11.0': + dependencies: + '@shikijs/types': 3.11.0 + '@shikijs/vscode-textmate': 10.0.2 + + '@shikijs/engine-oniguruma@3.3.0': + dependencies: + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 + + '@shikijs/engine-oniguruma@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + '@shikijs/vscode-textmate': 10.0.2 + + '@shikijs/langs@3.11.0': + dependencies: + '@shikijs/types': 3.11.0 + + '@shikijs/langs@3.3.0': + dependencies: + '@shikijs/types': 3.3.0 + + '@shikijs/langs@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + + '@shikijs/rehype@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + '@types/hast': 3.0.4 + hast-util-to-string: 3.0.1 + shiki: 3.4.2 + unified: 11.0.5 + unist-util-visit: 5.0.0 + + '@shikijs/themes@3.11.0': + dependencies: + '@shikijs/types': 3.11.0 + + '@shikijs/themes@3.3.0': + dependencies: + '@shikijs/types': 3.3.0 + + '@shikijs/themes@3.4.2': + dependencies: + '@shikijs/types': 3.4.2 + + '@shikijs/transformers@3.4.2': + dependencies: + '@shikijs/core': 3.4.2 + '@shikijs/types': 3.4.2 + + '@shikijs/twoslash@3.11.0(typescript@5.8.3)': + dependencies: + '@shikijs/core': 3.11.0 + '@shikijs/types': 3.11.0 + twoslash: 0.3.4(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@shikijs/types@3.11.0': + dependencies: + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + '@shikijs/types@3.3.0': + dependencies: + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + '@shikijs/types@3.4.2': + dependencies: + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + '@shikijs/vscode-textmate@10.0.2': {} + + '@sideway/address@4.1.5': + dependencies: + '@hapi/hoek': 9.3.0 + + '@sideway/formula@3.0.1': {} + + '@sideway/pinpoint@2.0.0': {} + + '@sinclair/typebox@0.27.8': {} + + '@sinonjs/commons@3.0.1': + dependencies: + type-detect: 4.0.8 + + '@sinonjs/fake-timers@10.3.0': + dependencies: + '@sinonjs/commons': 3.0.1 + + '@standard-schema/spec@1.0.0': {} + + '@storybook/addon-a11y@9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + '@storybook/global': 5.0.0 + axe-core: 4.10.3 + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + + '@storybook/addon-docs@9.0.17(@types/react@19.1.4)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + '@mdx-js/react': 3.1.0(@types/react@19.1.4)(react@19.1.1) + '@storybook/csf-plugin': 9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + '@storybook/icons': 1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@storybook/react-dom-shim': 9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + ts-dedent: 2.2.0 + transitivePeerDependencies: + - '@types/react' + + '@storybook/addon-themes@9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + ts-dedent: 2.2.0 + + '@storybook/builder-vite@9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + '@storybook/csf-plugin': 9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + ts-dedent: 2.2.0 + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + + '@storybook/csf-plugin@9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + unplugin: 1.16.1 + + '@storybook/global@5.0.0': {} + + '@storybook/icons@1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@storybook/react-dom-shim@9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + + '@storybook/react-vite@9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rollup@4.40.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.1(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + '@rollup/pluginutils': 5.2.0(rollup@4.40.1) + '@storybook/builder-vite': 9.0.17(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)) + '@storybook/react': 9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(typescript@5.8.3) + find-up: 7.0.0 + magic-string: 0.30.17 + react: 19.1.1 + react-docgen: 8.0.0 + react-dom: 19.1.1(react@19.1.1) + resolve: 1.22.10 + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + tsconfig-paths: 4.2.0 + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + transitivePeerDependencies: + - rollup + - supports-color + - typescript + + '@storybook/react@9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))(typescript@5.8.3)': + dependencies: + '@storybook/global': 5.0.0 + '@storybook/react-dom-shim': 9.0.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3)) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + optionalDependencies: + typescript: 5.8.3 + + '@storybook/test-runner@0.23.0(@types/node@22.15.18)(storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3))': + dependencies: + '@babel/core': 7.26.10 + '@babel/generator': 7.27.0 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + '@jest/types': 29.6.3 + '@swc/core': 1.12.5 + '@swc/jest': 0.2.38(@swc/core@1.12.5) + expect-playwright: 0.8.0 + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-junit: 16.0.0 + jest-playwright-preset: 4.0.0(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@22.15.18)) + jest-runner: 29.7.0 + jest-serializer-html: 7.1.0 + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@22.15.18)) + nyc: 15.1.0 + playwright: 1.52.0 + storybook: 9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3) + transitivePeerDependencies: + - '@swc/helpers' + - '@types/node' + - babel-plugin-macros + - debug + - node-notifier + - supports-color + - ts-node + + '@stripe/react-stripe-js@3.7.0(@stripe/stripe-js@5.10.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@stripe/stripe-js': 5.10.0 + prop-types: 15.8.1 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@stripe/stripe-js@5.10.0': {} + + '@swc/core-darwin-arm64@1.12.5': + optional: true + + '@swc/core-darwin-x64@1.12.5': + optional: true + + '@swc/core-linux-arm-gnueabihf@1.12.5': + optional: true + + '@swc/core-linux-arm64-gnu@1.12.5': + optional: true + + '@swc/core-linux-arm64-musl@1.12.5': + optional: true + + '@swc/core-linux-x64-gnu@1.12.5': + optional: true + + '@swc/core-linux-x64-musl@1.12.5': + optional: true + + '@swc/core-win32-arm64-msvc@1.12.5': + optional: true + + '@swc/core-win32-ia32-msvc@1.12.5': + optional: true + + '@swc/core-win32-x64-msvc@1.12.5': + optional: true + + '@swc/core@1.12.5': + dependencies: + '@swc/counter': 0.1.3 + '@swc/types': 0.1.23 + optionalDependencies: + '@swc/core-darwin-arm64': 1.12.5 + '@swc/core-darwin-x64': 1.12.5 + '@swc/core-linux-arm-gnueabihf': 1.12.5 + '@swc/core-linux-arm64-gnu': 1.12.5 + '@swc/core-linux-arm64-musl': 1.12.5 + '@swc/core-linux-x64-gnu': 1.12.5 + '@swc/core-linux-x64-musl': 1.12.5 + '@swc/core-win32-arm64-msvc': 1.12.5 + '@swc/core-win32-ia32-msvc': 1.12.5 + '@swc/core-win32-x64-msvc': 1.12.5 + + '@swc/counter@0.1.3': {} + + '@swc/helpers@0.5.15': + dependencies: + tslib: 2.8.1 + + '@swc/jest@0.2.38(@swc/core@1.12.5)': + dependencies: + '@jest/create-cache-key-function': 29.7.0 + '@swc/core': 1.12.5 + '@swc/counter': 0.1.3 + jsonc-parser: 3.3.1 + + '@swc/types@0.1.23': + dependencies: + '@swc/counter': 0.1.3 + + '@tailwindcss/node@4.1.11': + dependencies: + '@ampproject/remapping': 2.3.0 + enhanced-resolve: 5.18.1 + jiti: 2.4.2 + lightningcss: 1.30.1 + magic-string: 0.30.17 + source-map-js: 1.2.1 + tailwindcss: 4.1.11 + + '@tailwindcss/node@4.1.7': + dependencies: + '@ampproject/remapping': 2.3.0 + enhanced-resolve: 5.18.1 + jiti: 2.4.2 + lightningcss: 1.30.1 + magic-string: 0.30.17 + source-map-js: 1.2.1 + tailwindcss: 4.1.7 + + '@tailwindcss/oxide-android-arm64@4.1.11': + optional: true + + '@tailwindcss/oxide-android-arm64@4.1.7': + optional: true + + '@tailwindcss/oxide-darwin-arm64@4.1.11': + optional: true + + '@tailwindcss/oxide-darwin-arm64@4.1.7': + optional: true + + '@tailwindcss/oxide-darwin-x64@4.1.11': + optional: true + + '@tailwindcss/oxide-darwin-x64@4.1.7': + optional: true + + '@tailwindcss/oxide-freebsd-x64@4.1.11': + optional: true + + '@tailwindcss/oxide-freebsd-x64@4.1.7': + optional: true + + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': + optional: true + + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.7': + optional: true + + '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': + optional: true + + '@tailwindcss/oxide-linux-arm64-gnu@4.1.7': + optional: true + + '@tailwindcss/oxide-linux-arm64-musl@4.1.11': + optional: true + + '@tailwindcss/oxide-linux-arm64-musl@4.1.7': + optional: true + + '@tailwindcss/oxide-linux-x64-gnu@4.1.11': + optional: true + + '@tailwindcss/oxide-linux-x64-gnu@4.1.7': + optional: true + + '@tailwindcss/oxide-linux-x64-musl@4.1.11': + optional: true + + '@tailwindcss/oxide-linux-x64-musl@4.1.7': + optional: true + + '@tailwindcss/oxide-wasm32-wasi@4.1.11': + optional: true + + '@tailwindcss/oxide-wasm32-wasi@4.1.7': + optional: true + + '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': + optional: true + + '@tailwindcss/oxide-win32-arm64-msvc@4.1.7': + optional: true + + '@tailwindcss/oxide-win32-x64-msvc@4.1.11': + optional: true + + '@tailwindcss/oxide-win32-x64-msvc@4.1.7': + optional: true + + '@tailwindcss/oxide@4.1.11': + dependencies: + detect-libc: 2.0.4 + tar: 7.4.3 + optionalDependencies: + '@tailwindcss/oxide-android-arm64': 4.1.11 + '@tailwindcss/oxide-darwin-arm64': 4.1.11 + '@tailwindcss/oxide-darwin-x64': 4.1.11 + '@tailwindcss/oxide-freebsd-x64': 4.1.11 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.11 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.11 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.11 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.11 + '@tailwindcss/oxide-linux-x64-musl': 4.1.11 + '@tailwindcss/oxide-wasm32-wasi': 4.1.11 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.11 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.11 + + '@tailwindcss/oxide@4.1.7': + dependencies: + detect-libc: 2.0.4 + tar: 7.4.3 + optionalDependencies: + '@tailwindcss/oxide-android-arm64': 4.1.7 + '@tailwindcss/oxide-darwin-arm64': 4.1.7 + '@tailwindcss/oxide-darwin-x64': 4.1.7 + '@tailwindcss/oxide-freebsd-x64': 4.1.7 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.7 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.7 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.7 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.7 + '@tailwindcss/oxide-linux-x64-musl': 4.1.7 + '@tailwindcss/oxide-wasm32-wasi': 4.1.7 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.7 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.7 + + '@tailwindcss/postcss@4.1.7': + dependencies: + '@alloc/quick-lru': 5.2.0 + '@tailwindcss/node': 4.1.7 + '@tailwindcss/oxide': 4.1.7 + postcss: 8.5.3 + tailwindcss: 4.1.7 + + '@tailwindcss/vite@4.1.11(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + '@tailwindcss/node': 4.1.11 + '@tailwindcss/oxide': 4.1.11 + tailwindcss: 4.1.11 + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + + '@tanstack/react-virtual@3.13.9(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@tanstack/virtual-core': 3.13.9 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@tanstack/virtual-core@3.13.9': {} + + '@testing-library/dom@10.4.0': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/runtime': 7.27.0 + '@types/aria-query': 5.0.4 + aria-query: 5.3.0 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + + '@testing-library/jest-dom@6.6.3': + dependencies: + '@adobe/css-tools': 4.4.3 + aria-query: 5.3.2 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.6.3 + lodash: 4.17.21 + redent: 3.0.0 + + '@testing-library/react@16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@babel/runtime': 7.27.0 + '@testing-library/dom': 10.4.0 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + '@types/react-dom': 19.1.5(@types/react@19.1.4) + + '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.0)': + dependencies: + '@testing-library/dom': 10.4.0 + + '@tootallnate/once@2.0.0': {} + + '@tsconfig/node10@1.0.11': {} + + '@tsconfig/node12@1.0.11': {} + + '@tsconfig/node14@1.0.3': {} + + '@tsconfig/node16@1.0.4': {} + + '@tybys/wasm-util@0.9.0': + dependencies: + tslib: 2.8.1 + optional: true + + '@types/archiver@6.0.3': + dependencies: + '@types/readdir-glob': 1.1.5 + + '@types/argparse@1.0.38': {} + + '@types/aria-query@5.0.4': {} + + '@types/babel__core@7.20.5': + dependencies: + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + '@types/babel__generator': 7.27.0 + '@types/babel__template': 7.4.4 + '@types/babel__traverse': 7.20.7 + + '@types/babel__generator@7.27.0': + dependencies: + '@babel/types': 7.27.0 + + '@types/babel__template@7.4.4': + dependencies: + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + + '@types/babel__traverse@7.20.7': + dependencies: + '@babel/types': 7.27.0 + + '@types/body-parser@1.19.5': + dependencies: + '@types/connect': 3.4.38 + '@types/node': 22.15.18 + + '@types/chai@5.2.2': + dependencies: + '@types/deep-eql': 4.0.2 + + '@types/connect@3.4.38': + dependencies: + '@types/node': 22.15.18 + + '@types/cookiejar@2.1.5': {} + + '@types/cors@2.8.17': + dependencies: + '@types/node': 22.15.18 + + '@types/d3-array@3.2.1': {} + + '@types/d3-axis@3.0.6': + dependencies: + '@types/d3-selection': 3.0.11 + + '@types/d3-brush@3.0.6': + dependencies: + '@types/d3-selection': 3.0.11 + + '@types/d3-chord@3.0.6': {} + + '@types/d3-color@3.1.3': {} + + '@types/d3-contour@3.0.6': + dependencies: + '@types/d3-array': 3.2.1 + '@types/geojson': 7946.0.16 + + '@types/d3-delaunay@6.0.4': {} + + '@types/d3-dispatch@3.0.7': {} + + '@types/d3-drag@3.0.7': + dependencies: + '@types/d3-selection': 3.0.11 + + '@types/d3-dsv@3.0.7': {} + + '@types/d3-ease@3.0.2': {} + + '@types/d3-fetch@3.0.7': + dependencies: + '@types/d3-dsv': 3.0.7 + + '@types/d3-force@3.0.10': {} + + '@types/d3-format@3.0.4': {} + + '@types/d3-geo@3.1.0': + dependencies: + '@types/geojson': 7946.0.16 + + '@types/d3-hierarchy@3.1.7': {} + + '@types/d3-interpolate@3.0.4': + dependencies: + '@types/d3-color': 3.1.3 + + '@types/d3-path@3.1.1': {} + + '@types/d3-polygon@3.0.2': {} + + '@types/d3-quadtree@3.0.6': {} + + '@types/d3-random@3.0.3': {} + + '@types/d3-scale-chromatic@3.1.0': {} + + '@types/d3-scale@4.0.9': + dependencies: + '@types/d3-time': 3.0.4 + + '@types/d3-selection@3.0.11': {} + + '@types/d3-shape@3.1.7': + dependencies: + '@types/d3-path': 3.1.1 + + '@types/d3-time-format@4.0.3': {} + + '@types/d3-time@3.0.4': {} + + '@types/d3-timer@3.0.2': {} + + '@types/d3-transition@3.0.9': + dependencies: + '@types/d3-selection': 3.0.11 + + '@types/d3-zoom@3.0.8': + dependencies: + '@types/d3-interpolate': 3.0.4 + '@types/d3-selection': 3.0.11 + + '@types/d3@7.4.3': + dependencies: + '@types/d3-array': 3.2.1 + '@types/d3-axis': 3.0.6 + '@types/d3-brush': 3.0.6 + '@types/d3-chord': 3.0.6 + '@types/d3-color': 3.1.3 + '@types/d3-contour': 3.0.6 + '@types/d3-delaunay': 6.0.4 + '@types/d3-dispatch': 3.0.7 + '@types/d3-drag': 3.0.7 + '@types/d3-dsv': 3.0.7 + '@types/d3-ease': 3.0.2 + '@types/d3-fetch': 3.0.7 + '@types/d3-force': 3.0.10 + '@types/d3-format': 3.0.4 + '@types/d3-geo': 3.1.0 + '@types/d3-hierarchy': 3.1.7 + '@types/d3-interpolate': 3.0.4 + '@types/d3-path': 3.1.1 + '@types/d3-polygon': 3.0.2 + '@types/d3-quadtree': 3.0.6 + '@types/d3-random': 3.0.3 + '@types/d3-scale': 4.0.9 + '@types/d3-scale-chromatic': 3.1.0 + '@types/d3-selection': 3.0.11 + '@types/d3-shape': 3.1.7 + '@types/d3-time': 3.0.4 + '@types/d3-time-format': 4.0.3 + '@types/d3-timer': 3.0.2 + '@types/d3-transition': 3.0.9 + '@types/d3-zoom': 3.0.8 + + '@types/dagre@0.7.52': {} + + '@types/debug@4.1.12': + dependencies: + '@types/ms': 2.1.0 + + '@types/deep-eql@4.0.2': {} + + '@types/deep-equal@1.0.4': {} + + '@types/doctrine@0.0.9': {} + + '@types/eslint@9.6.1': + dependencies: + '@types/estree': 1.0.7 + '@types/json-schema': 7.0.15 + optional: true + + '@types/estree-jsx@1.0.5': + dependencies: + '@types/estree': 1.0.7 + + '@types/estree@1.0.7': {} + + '@types/express-serve-static-core@5.0.6': + dependencies: + '@types/node': 22.15.18 + '@types/qs': 6.9.18 + '@types/range-parser': 1.2.7 + '@types/send': 0.17.4 + + '@types/express@5.0.3': + dependencies: + '@types/body-parser': 1.19.5 + '@types/express-serve-static-core': 5.0.6 + '@types/serve-static': 1.15.7 + + '@types/geojson@7946.0.16': {} + + '@types/graceful-fs@4.1.9': + dependencies: + '@types/node': 22.15.18 + + '@types/hast@2.3.10': + dependencies: + '@types/unist': 2.0.11 + + '@types/hast@3.0.4': + dependencies: + '@types/unist': 3.0.3 + + '@types/http-errors@2.0.4': {} + + '@types/inquirer@9.0.7': + dependencies: + '@types/through': 0.0.33 + rxjs: 7.8.2 + + '@types/istanbul-lib-coverage@2.0.6': {} + + '@types/istanbul-lib-report@3.0.3': + dependencies: + '@types/istanbul-lib-coverage': 2.0.6 + + '@types/istanbul-reports@3.0.4': + dependencies: + '@types/istanbul-lib-report': 3.0.3 + + '@types/jest@29.5.14': + dependencies: + expect: 29.7.0 + pretty-format: 29.7.0 + + '@types/jsdom@20.0.1': + dependencies: + '@types/node': 22.15.18 + '@types/tough-cookie': 4.0.5 + parse5: 7.3.0 + + '@types/json-schema@7.0.15': {} + + '@types/json5@0.0.29': {} + + '@types/luxon@3.6.2': {} + + '@types/mdast@4.0.4': + dependencies: + '@types/unist': 3.0.3 + + '@types/mdx@2.0.13': {} + + '@types/methods@1.1.4': {} + + '@types/mime@1.3.5': {} + + '@types/ms@2.1.0': {} + + '@types/node-cron@3.0.11': {} + + '@types/node-fetch@2.6.12': + dependencies: + '@types/node': 22.15.18 + form-data: 4.0.2 + + '@types/node@22.15.18': + dependencies: + undici-types: 6.21.0 + + '@types/qs@6.9.18': {} + + '@types/range-parser@1.2.7': {} + + '@types/react-dom@19.1.5(@types/react@19.1.4)': + dependencies: + '@types/react': 19.1.4 + + '@types/react-syntax-highlighter@15.5.13': + dependencies: + '@types/react': 19.1.4 + + '@types/react@19.1.4': + dependencies: + csstype: 3.1.3 + + '@types/readdir-glob@1.1.5': + dependencies: + '@types/node': 22.15.18 + + '@types/resolve@1.20.6': {} + + '@types/send@0.17.4': + dependencies: + '@types/mime': 1.3.5 + '@types/node': 22.15.18 + + '@types/serve-static@1.15.7': + dependencies: + '@types/http-errors': 2.0.4 + '@types/node': 22.15.18 + '@types/send': 0.17.4 + + '@types/stack-utils@2.0.3': {} + + '@types/superagent@8.1.9': + dependencies: + '@types/cookiejar': 2.1.5 + '@types/methods': 1.1.4 + '@types/node': 22.15.18 + form-data: 4.0.2 + + '@types/supertest@6.0.3': + dependencies: + '@types/methods': 1.1.4 + '@types/superagent': 8.1.9 + + '@types/through@0.0.33': + dependencies: + '@types/node': 22.15.18 + + '@types/tough-cookie@4.0.5': {} + + '@types/trusted-types@2.0.7': + optional: true + + '@types/unist@2.0.11': {} + + '@types/unist@3.0.3': {} + + '@types/wait-on@5.3.4': + dependencies: + '@types/node': 22.15.18 + + '@types/ws@8.18.1': + dependencies: + '@types/node': 22.15.18 + + '@types/yargs-parser@21.0.3': {} + + '@types/yargs@17.0.33': + dependencies: + '@types/yargs-parser': 21.0.3 + + '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/type-utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.32.1 + eslint: 9.27.0(jiti@2.4.2) + graphemer: 1.4.0 + ignore: 7.0.4 + natural-compare: 1.4.0 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.32.1 + debug: 4.4.0 + eslint: 9.27.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@8.31.1': + dependencies: + '@typescript-eslint/types': 8.31.1 + '@typescript-eslint/visitor-keys': 8.31.1 + + '@typescript-eslint/scope-manager@8.32.1': + dependencies: + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/visitor-keys': 8.32.1 + + '@typescript-eslint/type-utils@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) + '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + debug: 4.4.0 + eslint: 9.27.0(jiti@2.4.2) + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/types@8.31.1': {} + + '@typescript-eslint/types@8.32.1': {} + + '@typescript-eslint/typescript-estree@8.31.1(typescript@5.8.3)': + dependencies: + '@typescript-eslint/types': 8.31.1 + '@typescript-eslint/visitor-keys': 8.31.1 + debug: 4.4.0 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.7.2 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@8.32.1(typescript@5.8.3)': + dependencies: + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/visitor-keys': 8.32.1 + debug: 4.4.0 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.7.1 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.31.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@eslint-community/eslint-utils': 4.6.1(eslint@9.27.0(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.31.1 + '@typescript-eslint/types': 8.31.1 + '@typescript-eslint/typescript-estree': 8.31.1(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/visitor-keys@8.31.1': + dependencies: + '@typescript-eslint/types': 8.31.1 + eslint-visitor-keys: 4.2.0 + + '@typescript-eslint/visitor-keys@8.32.1': + dependencies: + '@typescript-eslint/types': 8.32.1 + eslint-visitor-keys: 4.2.0 + + '@typescript/vfs@1.6.1(typescript@5.8.3)': + dependencies: + debug: 4.4.0 + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@ungap/structured-clone@1.3.0': {} + + '@unrs/resolver-binding-darwin-arm64@1.7.2': + optional: true + + '@unrs/resolver-binding-darwin-x64@1.7.2': + optional: true + + '@unrs/resolver-binding-freebsd-x64@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-arm-musleabihf@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-arm64-gnu@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-arm64-musl@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-ppc64-gnu@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-riscv64-gnu@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-riscv64-musl@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-s390x-gnu@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-x64-gnu@1.7.2': + optional: true + + '@unrs/resolver-binding-linux-x64-musl@1.7.2': + optional: true + + '@unrs/resolver-binding-wasm32-wasi@1.7.2': + dependencies: + '@napi-rs/wasm-runtime': 0.2.9 + optional: true + + '@unrs/resolver-binding-win32-arm64-msvc@1.7.2': + optional: true + + '@unrs/resolver-binding-win32-ia32-msvc@1.7.2': + optional: true + + '@unrs/resolver-binding-win32-x64-msvc@1.7.2': + optional: true + + '@vercel/analytics@1.5.0(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': + optionalDependencies: + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + + '@vitejs/plugin-react@4.6.0(vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + '@babel/core': 7.27.4 + '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.27.4) + '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.27.4) + '@rolldown/pluginutils': 1.0.0-beta.19 + '@types/babel__core': 7.20.5 + react-refresh: 0.17.0 + vite: 6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + transitivePeerDependencies: + - supports-color + + '@vitejs/plugin-react@4.6.0(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1))': + dependencies: + '@babel/core': 7.27.4 + '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.27.4) + '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.27.4) + '@rolldown/pluginutils': 1.0.0-beta.19 + '@types/babel__core': 7.20.5 + react-refresh: 0.17.0 + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + transitivePeerDependencies: + - supports-color + + '@vitest/expect@3.2.4': + dependencies: + '@types/chai': 5.2.2 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 + chai: 5.2.0 + tinyrainbow: 2.0.0 + + '@vitest/pretty-format@3.2.4': + dependencies: + tinyrainbow: 2.0.0 + + '@vitest/spy@3.2.4': + dependencies: + tinyspy: 4.0.3 + + '@vitest/utils@3.2.4': + dependencies: + '@vitest/pretty-format': 3.2.4 + loupe: 3.1.4 + tinyrainbow: 2.0.0 + + '@volar/language-core@2.4.14': + dependencies: + '@volar/source-map': 2.4.14 + + '@volar/source-map@2.4.14': {} + + '@volar/typescript@2.4.14': + dependencies: + '@volar/language-core': 2.4.14 + path-browserify: 1.0.1 + vscode-uri: 3.1.0 + + '@vue/compiler-core@3.5.17': + dependencies: + '@babel/parser': 7.27.5 + '@vue/shared': 3.5.17 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + + '@vue/compiler-dom@3.5.17': + dependencies: + '@vue/compiler-core': 3.5.17 + '@vue/shared': 3.5.17 + + '@vue/compiler-vue2@2.7.16': + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + + '@vue/language-core@2.2.0(typescript@5.8.3)': + dependencies: + '@volar/language-core': 2.4.14 + '@vue/compiler-dom': 3.5.17 + '@vue/compiler-vue2': 2.7.16 + '@vue/shared': 3.5.17 + alien-signals: 0.4.14 + minimatch: 9.0.5 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + optionalDependencies: + typescript: 5.8.3 + + '@vue/shared@3.5.17': {} + + '@xyflow/react@12.6.4(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@xyflow/system': 0.0.61 + classcat: 5.0.5 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + zustand: 4.5.6(@types/react@19.1.4)(react@19.1.1) + transitivePeerDependencies: + - '@types/react' + - immer + + '@xyflow/system@0.0.61': + dependencies: + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.11 + '@types/d3-transition': 3.0.9 + '@types/d3-zoom': 3.0.8 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + + abab@2.0.6: {} + + abort-controller@3.0.0: + dependencies: + event-target-shim: 5.0.1 + + accepts@1.3.8: + dependencies: + mime-types: 2.1.35 + negotiator: 0.6.3 + + acorn-globals@7.0.1: + dependencies: + acorn: 8.14.1 + acorn-walk: 8.3.4 + + acorn-jsx@5.3.2(acorn@8.14.1): + dependencies: + acorn: 8.14.1 + + acorn-walk@8.3.4: + dependencies: + acorn: 8.14.1 + + acorn@8.14.1: {} + + agent-base@6.0.2: + dependencies: + debug: 4.4.0 + transitivePeerDependencies: + - supports-color + + agentkeepalive@4.6.0: + dependencies: + humanize-ms: 1.2.1 + + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + + ajv-draft-04@1.0.0(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + + ajv-formats@3.0.1(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ajv@8.12.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + + ajv@8.13.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + + ajv@8.17.1: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.0.6 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + + alien-signals@0.4.14: {} + + ansi-escapes@4.3.2: + dependencies: + type-fest: 0.21.3 + + ansi-escapes@6.2.1: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.1.0: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@5.2.0: {} + + ansi-styles@6.2.1: {} + + antlr4ts@0.5.0-alpha.4: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + append-transform@2.0.0: + dependencies: + default-require-extensions: 3.0.1 + + archiver-utils@5.0.2: + dependencies: + glob: 10.4.5 + graceful-fs: 4.2.11 + is-stream: 2.0.1 + lazystream: 1.0.1 + lodash: 4.17.21 + normalize-path: 3.0.0 + readable-stream: 4.7.0 + + archiver@7.0.1: + dependencies: + archiver-utils: 5.0.2 + async: 3.2.6 + buffer-crc32: 1.0.0 + readable-stream: 4.7.0 + readdir-glob: 1.1.3 + tar-stream: 3.1.7 + zip-stream: 6.0.1 + + archy@1.0.0: {} + + arg@4.1.3: {} + + argparse@1.0.10: + dependencies: + sprintf-js: 1.0.3 + + argparse@2.0.1: {} + + aria-hidden@1.2.4: + dependencies: + tslib: 2.8.1 + + aria-query@5.3.0: + dependencies: + dequal: 2.0.3 + + aria-query@5.3.2: {} + + array-buffer-byte-length@1.0.2: + dependencies: + call-bound: 1.0.4 + is-array-buffer: 3.0.5 + + array-flatten@1.1.1: {} + + array-includes@3.1.8: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + is-string: 1.1.1 + + array.prototype.findlast@1.2.5: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-shim-unscopables: 1.1.0 + + array.prototype.findlastindex@1.2.6: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-shim-unscopables: 1.1.0 + + array.prototype.flat@1.3.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-shim-unscopables: 1.1.0 + + array.prototype.flatmap@1.3.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-shim-unscopables: 1.1.0 + + array.prototype.tosorted@1.1.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-shim-unscopables: 1.1.0 + + arraybuffer.prototype.slice@1.0.4: + dependencies: + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + is-array-buffer: 3.0.5 + + asap@2.0.6: {} + + assertion-error@2.0.1: {} + + ast-types-flow@0.0.8: {} + + ast-types@0.16.1: + dependencies: + tslib: 2.8.1 + + astral-regex@2.0.0: {} + + astring@1.9.0: {} + + async-function@1.0.0: {} + + async@3.2.6: {} + + asynckit@0.4.0: {} + + autoprefixer@10.4.21(postcss@8.5.3): + dependencies: + browserslist: 4.24.4 + caniuse-lite: 1.0.30001715 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.1.1 + postcss: 8.5.3 + postcss-value-parser: 4.2.0 + + available-typed-arrays@1.0.7: + dependencies: + possible-typed-array-names: 1.1.0 + + axe-core@4.10.3: {} + + axios@1.9.0: + dependencies: + follow-redirects: 1.15.9 + form-data: 4.0.2 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + + axobject-query@4.1.0: {} + + b4a@1.6.7: {} + + babel-jest@29.7.0(@babel/core@7.27.4): + dependencies: + '@babel/core': 7.27.4 + '@jest/transform': 29.7.0 + '@types/babel__core': 7.20.5 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.6.3(@babel/core@7.27.4) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + + babel-plugin-istanbul@6.1.1: + dependencies: + '@babel/helper-plugin-utils': 7.27.1 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 5.2.1 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + + babel-plugin-jest-hoist@29.6.3: + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.27.6 + '@types/babel__core': 7.20.5 + '@types/babel__traverse': 7.20.7 + + babel-preset-current-node-syntax@1.1.0(@babel/core@7.27.4): + dependencies: + '@babel/core': 7.27.4 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.27.4) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.27.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.27.4) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.27.4) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.27.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.27.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.27.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.27.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.27.4) + + babel-preset-jest@29.6.3(@babel/core@7.27.4): + dependencies: + '@babel/core': 7.27.4 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.4) + + bail@2.0.2: {} + + balanced-match@1.0.2: {} + + bare-events@2.5.4: + optional: true + + base64-js@1.5.1: {} + + better-opn@3.0.2: + dependencies: + open: 8.4.2 + + bl@4.1.0: + dependencies: + buffer: 5.7.1 + inherits: 2.0.4 + readable-stream: 3.6.2 + + body-parser@1.20.3: + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.13.0 + raw-body: 2.5.2 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browserslist@4.24.4: + dependencies: + caniuse-lite: 1.0.30001715 + electron-to-chromium: 1.5.144 + node-releases: 2.0.19 + update-browserslist-db: 1.1.3(browserslist@4.24.4) + + bs-logger@0.2.6: + dependencies: + fast-json-stable-stringify: 2.1.0 + + bser@2.1.1: + dependencies: + node-int64: 0.4.0 + + buffer-crc32@1.0.0: {} + + buffer-from@1.1.2: {} + + buffer@5.7.1: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + + buffer@6.0.3: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + + busboy@1.6.0: + dependencies: + streamsearch: 1.1.0 + + bytes@3.1.2: {} + + caching-transform@4.0.0: + dependencies: + hasha: 5.2.2 + make-dir: 3.1.0 + package-hash: 4.0.0 + write-file-atomic: 3.0.3 + + call-bind-apply-helpers@1.0.2: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + get-intrinsic: 1.3.0 + set-function-length: 1.2.2 + + call-bound@1.0.4: + dependencies: + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 + + callsites@3.1.0: {} + + camelcase@5.3.1: {} + + camelcase@6.3.0: {} + + caniuse-lite@1.0.30001715: {} + + ccount@2.0.1: {} + + chai@5.2.0: + dependencies: + assertion-error: 2.0.1 + check-error: 2.1.1 + deep-eql: 5.0.2 + loupe: 3.1.4 + pathval: 2.0.0 + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + chalk@3.0.0: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@5.4.1: {} + + char-regex@1.0.2: {} + + char-regex@2.0.2: {} + + character-entities-html4@2.1.0: {} + + character-entities-legacy@1.1.4: {} + + character-entities-legacy@3.0.0: {} + + character-entities@1.2.4: {} + + character-entities@2.0.2: {} + + character-reference-invalid@1.1.4: {} + + character-reference-invalid@2.0.1: {} + + chardet@0.7.0: {} + + check-error@2.1.1: {} + + chevrotain-allstar@0.3.1(chevrotain@11.0.3): + dependencies: + chevrotain: 11.0.3 + lodash-es: 4.17.21 + + chevrotain@11.0.3: + dependencies: + '@chevrotain/cst-dts-gen': 11.0.3 + '@chevrotain/gast': 11.0.3 + '@chevrotain/regexp-to-ast': 11.0.3 + '@chevrotain/types': 11.0.3 + '@chevrotain/utils': 11.0.3 + lodash-es: 4.17.21 + + chokidar@4.0.3: + dependencies: + readdirp: 4.1.2 + + chownr@3.0.0: {} + + ci-info@3.9.0: {} + + cjs-module-lexer@1.4.3: {} + + class-variance-authority@0.7.1: + dependencies: + clsx: 2.1.1 + + classcat@5.0.5: {} + + clean-stack@2.2.0: {} + + cli-cursor@3.1.0: + dependencies: + restore-cursor: 3.1.0 + + cli-spinners@2.9.2: {} + + cli-width@3.0.0: {} + + client-only@0.0.1: {} + + cliui@6.0.0: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + + cliui@8.0.1: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + clone@1.0.4: {} + + clsx@2.1.1: {} + + co@4.6.0: {} + + collapse-white-space@2.1.0: {} + + collect-v8-coverage@1.0.2: {} + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.3: {} + + color-name@1.1.4: {} + + color-string@1.9.1: + dependencies: + color-name: 1.1.4 + simple-swizzle: 0.2.2 + optional: true + + color@4.2.3: + dependencies: + color-convert: 2.0.1 + color-string: 1.9.1 + optional: true + + colors@1.4.0: {} + + combined-stream@1.0.8: + dependencies: + delayed-stream: 1.0.0 + + comma-separated-tokens@1.0.8: {} + + comma-separated-tokens@2.0.3: {} + + commander@12.1.0: {} + + commander@13.1.0: {} + + commander@2.20.3: + optional: true + + commander@3.0.2: {} + + commander@7.2.0: {} + + commander@8.3.0: {} + + commondir@1.0.1: {} + + compare-versions@6.1.1: {} + + component-emitter@1.3.1: {} + + compress-commons@6.0.2: + dependencies: + crc-32: 1.2.2 + crc32-stream: 6.0.0 + is-stream: 2.0.1 + normalize-path: 3.0.0 + readable-stream: 4.7.0 + + compute-scroll-into-view@3.1.1: {} + + concat-map@0.0.1: {} + + concurrently@9.2.0: + dependencies: + chalk: 4.1.2 + lodash: 4.17.21 + rxjs: 7.8.2 + shell-quote: 1.8.3 + supports-color: 8.1.1 + tree-kill: 1.2.2 + yargs: 17.7.2 + + confbox@0.1.8: {} + + confbox@0.2.2: {} + + content-disposition@0.5.4: + dependencies: + safe-buffer: 5.2.1 + + content-type@1.0.5: {} + + convert-source-map@1.9.0: {} + + convert-source-map@2.0.0: {} + + cookie-signature@1.0.6: {} + + cookie@0.7.1: {} + + cookiejar@2.1.4: {} + + copy-anything@2.0.6: + dependencies: + is-what: 3.14.1 + optional: true + + copy-to-clipboard@3.3.3: + dependencies: + toggle-selection: 1.0.6 + + core-util-is@1.0.3: {} + + cors@2.8.5: + dependencies: + object-assign: 4.1.1 + vary: 1.1.2 + + cose-base@1.0.3: + dependencies: + layout-base: 1.0.2 + + cose-base@2.2.0: + dependencies: + layout-base: 2.0.1 + + crc-32@1.2.2: {} + + crc32-stream@6.0.0: + dependencies: + crc-32: 1.2.2 + readable-stream: 4.7.0 + + create-jest@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)): + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + create-require@1.1.1: {} + + cron@4.3.0: + dependencies: + '@types/luxon': 3.6.2 + luxon: 3.6.1 + + cross-env@7.0.3: + dependencies: + cross-spawn: 7.0.6 + + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + css.escape@1.5.1: {} + + cssesc@3.0.0: {} + + cssom@0.3.8: {} + + cssom@0.5.0: {} + + cssstyle@2.3.0: + dependencies: + cssom: 0.3.8 + + csstype@3.1.3: {} + + cwd@0.10.0: + dependencies: + find-pkg: 0.1.2 + fs-exists-sync: 0.1.0 + + cytoscape-cose-bilkent@4.1.0(cytoscape@3.33.1): + dependencies: + cose-base: 1.0.3 + cytoscape: 3.33.1 + + cytoscape-fcose@2.2.0(cytoscape@3.33.1): + dependencies: + cose-base: 2.2.0 + cytoscape: 3.33.1 + + cytoscape@3.33.1: {} + + d3-array@2.12.1: + dependencies: + internmap: 1.0.1 + + d3-array@3.2.4: + dependencies: + internmap: 2.0.3 + + d3-axis@3.0.0: {} + + d3-brush@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-transition: 3.0.1(d3-selection@3.0.0) + + d3-chord@3.0.1: + dependencies: + d3-path: 3.1.0 + + d3-color@3.1.0: {} + + d3-contour@4.0.2: + dependencies: + d3-array: 3.2.4 + + d3-delaunay@6.0.4: + dependencies: + delaunator: 5.0.1 + + d3-dispatch@3.0.1: {} + + d3-drag@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-selection: 3.0.0 + + d3-dsv@3.0.1: + dependencies: + commander: 7.2.0 + iconv-lite: 0.6.3 + rw: 1.3.3 + + d3-ease@3.0.1: {} + + d3-fetch@3.0.1: + dependencies: + d3-dsv: 3.0.1 + + d3-force@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-quadtree: 3.0.1 + d3-timer: 3.0.1 + + d3-format@3.1.0: {} + + d3-geo@3.1.1: + dependencies: + d3-array: 3.2.4 + + d3-hierarchy@3.1.2: {} + + d3-interpolate@3.0.1: + dependencies: + d3-color: 3.1.0 + + d3-path@1.0.9: {} + + d3-path@3.1.0: {} + + d3-polygon@3.0.1: {} + + d3-quadtree@3.0.1: {} + + d3-random@3.0.1: {} + + d3-sankey@0.12.3: + dependencies: + d3-array: 2.12.1 + d3-shape: 1.3.7 + + d3-scale-chromatic@3.1.0: + dependencies: + d3-color: 3.1.0 + d3-interpolate: 3.0.1 + + d3-scale@4.0.2: + dependencies: + d3-array: 3.2.4 + d3-format: 3.1.0 + d3-interpolate: 3.0.1 + d3-time: 3.1.0 + d3-time-format: 4.1.0 + + d3-selection@3.0.0: {} + + d3-shape@1.3.7: + dependencies: + d3-path: 1.0.9 + + d3-shape@3.2.0: + dependencies: + d3-path: 3.1.0 + + d3-time-format@4.1.0: + dependencies: + d3-time: 3.1.0 + + d3-time@3.1.0: + dependencies: + d3-array: 3.2.4 + + d3-timer@3.0.1: {} + + d3-transition@3.0.1(d3-selection@3.0.0): + dependencies: + d3-color: 3.1.0 + d3-dispatch: 3.0.1 + d3-ease: 3.0.1 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-timer: 3.0.1 + + d3-zoom@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-transition: 3.0.1(d3-selection@3.0.0) + + d3@7.9.0: + dependencies: + d3-array: 3.2.4 + d3-axis: 3.0.0 + d3-brush: 3.0.0 + d3-chord: 3.0.1 + d3-color: 3.1.0 + d3-contour: 4.0.2 + d3-delaunay: 6.0.4 + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-dsv: 3.0.1 + d3-ease: 3.0.1 + d3-fetch: 3.0.1 + d3-force: 3.0.0 + d3-format: 3.1.0 + d3-geo: 3.1.1 + d3-hierarchy: 3.1.2 + d3-interpolate: 3.0.1 + d3-path: 3.1.0 + d3-polygon: 3.0.1 + d3-quadtree: 3.0.1 + d3-random: 3.0.1 + d3-scale: 4.0.2 + d3-scale-chromatic: 3.1.0 + d3-selection: 3.0.0 + d3-shape: 3.2.0 + d3-time: 3.1.0 + d3-time-format: 4.1.0 + d3-timer: 3.0.1 + d3-transition: 3.0.1(d3-selection@3.0.0) + d3-zoom: 3.0.0 + + dagre-d3-es@7.0.11: + dependencies: + d3: 7.9.0 + lodash-es: 4.17.21 + + dagre@0.8.5: + dependencies: + graphlib: 2.1.8 + lodash: 4.17.21 + + damerau-levenshtein@1.0.8: {} + + data-urls@3.0.2: + dependencies: + abab: 2.0.6 + whatwg-mimetype: 3.0.0 + whatwg-url: 11.0.0 + + data-view-buffer@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-length@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-offset@1.0.1: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + date-fns@4.1.0: {} + + dayjs@1.11.13: {} + + de-indent@1.0.2: {} + + debug@2.6.9: + dependencies: + ms: 2.0.0 + + debug@3.2.7: + dependencies: + ms: 2.1.3 + + debug@4.4.0: + dependencies: + ms: 2.1.3 + + decamelize@1.2.0: {} + + decimal.js@10.5.0: {} + + decode-named-character-reference@1.1.0: + dependencies: + character-entities: 2.0.2 + + dedent@1.5.3: {} + + deep-eql@5.0.2: {} + + deep-equal@2.2.3: + dependencies: + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.8 + es-get-iterator: 1.1.3 + get-intrinsic: 1.3.0 + is-arguments: 1.2.0 + is-array-buffer: 3.0.5 + is-date-object: 1.1.0 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.4 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.7 + regexp.prototype.flags: 1.5.4 + side-channel: 1.1.0 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.19 + + deep-is@0.1.4: {} + + deepmerge@4.3.1: {} + + default-require-extensions@3.0.1: + dependencies: + strip-bom: 4.0.0 + + defaults@1.0.4: + dependencies: + clone: 1.0.4 + + define-data-property@1.1.4: + dependencies: + es-define-property: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + + define-lazy-prop@2.0.0: {} + + define-properties@1.2.1: + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + + delaunator@5.0.1: + dependencies: + robust-predicates: 3.0.2 + + delayed-stream@1.0.0: {} + + depd@2.0.0: {} + + dequal@2.0.3: {} + + destroy@1.2.0: {} + + detect-libc@2.0.4: {} + + detect-newline@3.1.0: {} + + detect-node-es@1.1.0: {} + + devlop@1.1.0: + dependencies: + dequal: 2.0.3 + + dezalgo@1.0.4: + dependencies: + asap: 2.0.6 + wrappy: 1.0.2 + + diff-sequences@29.6.3: {} + + diff@4.0.2: {} + + diffable-html@4.1.0: + dependencies: + htmlparser2: 3.10.1 + + doctrine@2.1.0: + dependencies: + esutils: 2.0.3 + + doctrine@3.0.0: + dependencies: + esutils: 2.0.3 + + dom-accessibility-api@0.5.16: {} + + dom-accessibility-api@0.6.3: {} + + dom-serializer@0.2.2: + dependencies: + domelementtype: 2.3.0 + entities: 2.2.0 + + domelementtype@1.3.1: {} + + domelementtype@2.3.0: {} + + domexception@4.0.0: + dependencies: + webidl-conversions: 7.0.0 + + domhandler@2.4.2: + dependencies: + domelementtype: 1.3.1 + + dompurify@3.2.6: + optionalDependencies: + '@types/trusted-types': 2.0.7 + + domutils@1.7.0: + dependencies: + dom-serializer: 0.2.2 + domelementtype: 1.3.1 + + dotenv@16.5.0: {} + + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-errors: 1.3.0 + gopd: 1.2.0 + + eastasianwidth@0.2.0: {} + + ee-first@1.1.1: {} + + ejs@3.1.10: + dependencies: + jake: 10.9.2 + + electron-to-chromium@1.5.144: {} + + emittery@0.13.1: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + encodeurl@1.0.2: {} + + encodeurl@2.0.0: {} + + enhanced-resolve@5.18.1: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + + entities@1.1.2: {} + + entities@2.2.0: {} + + entities@4.5.0: {} + + entities@6.0.1: {} + + errno@0.1.8: + dependencies: + prr: 1.0.1 + optional: true + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + es-abstract@1.23.9: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.1 + math-intrinsics: 1.1.0 + object-inspect: 1.13.4 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.19 + + es-define-property@1.0.1: {} + + es-errors@1.3.0: {} + + es-get-iterator@1.1.3: + dependencies: + call-bind: 1.0.8 + get-intrinsic: 1.3.0 + has-symbols: 1.1.0 + is-arguments: 1.2.0 + is-map: 2.0.3 + is-set: 2.0.3 + is-string: 1.1.1 + isarray: 2.0.5 + stop-iteration-iterator: 1.1.0 + + es-iterator-helpers@1.2.1: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-set-tostringtag: 2.1.0 + function-bind: 1.1.2 + get-intrinsic: 1.3.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + iterator.prototype: 1.1.5 + safe-array-concat: 1.1.3 + + es-object-atoms@1.1.1: + dependencies: + es-errors: 1.3.0 + + es-set-tostringtag@2.1.0: + dependencies: + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + es-shim-unscopables@1.1.0: + dependencies: + hasown: 2.0.2 + + es-to-primitive@1.3.0: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.1.0 + is-symbol: 1.1.1 + + es6-error@4.1.1: {} + + esast-util-from-estree@2.0.0: + dependencies: + '@types/estree-jsx': 1.0.5 + devlop: 1.1.0 + estree-util-visit: 2.0.0 + unist-util-position-from-estree: 2.0.0 + + esast-util-from-js@2.0.1: + dependencies: + '@types/estree-jsx': 1.0.5 + acorn: 8.14.1 + esast-util-from-estree: 2.0.0 + vfile-message: 4.0.2 + + esbuild-register@3.6.0(esbuild@0.25.3): + dependencies: + debug: 4.4.0 + esbuild: 0.25.3 + transitivePeerDependencies: + - supports-color + + esbuild@0.25.3: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.3 + '@esbuild/android-arm': 0.25.3 + '@esbuild/android-arm64': 0.25.3 + '@esbuild/android-x64': 0.25.3 + '@esbuild/darwin-arm64': 0.25.3 + '@esbuild/darwin-x64': 0.25.3 + '@esbuild/freebsd-arm64': 0.25.3 + '@esbuild/freebsd-x64': 0.25.3 + '@esbuild/linux-arm': 0.25.3 + '@esbuild/linux-arm64': 0.25.3 + '@esbuild/linux-ia32': 0.25.3 + '@esbuild/linux-loong64': 0.25.3 + '@esbuild/linux-mips64el': 0.25.3 + '@esbuild/linux-ppc64': 0.25.3 + '@esbuild/linux-riscv64': 0.25.3 + '@esbuild/linux-s390x': 0.25.3 + '@esbuild/linux-x64': 0.25.3 + '@esbuild/netbsd-arm64': 0.25.3 + '@esbuild/netbsd-x64': 0.25.3 + '@esbuild/openbsd-arm64': 0.25.3 + '@esbuild/openbsd-x64': 0.25.3 + '@esbuild/sunos-x64': 0.25.3 + '@esbuild/win32-arm64': 0.25.3 + '@esbuild/win32-ia32': 0.25.3 + '@esbuild/win32-x64': 0.25.3 + + escalade@3.2.0: {} + + escape-html@1.0.3: {} + + escape-string-regexp@1.0.5: {} + + escape-string-regexp@2.0.0: {} + + escape-string-regexp@4.0.0: {} + + escape-string-regexp@5.0.0: {} + + escodegen@2.1.0: + dependencies: + esprima: 4.0.1 + estraverse: 5.3.0 + esutils: 2.0.3 + optionalDependencies: + source-map: 0.6.1 + + eslint-config-next@15.3.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3): + dependencies: + '@next/eslint-plugin-next': 15.3.1 + '@rushstack/eslint-patch': 1.11.0 + '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-react: 7.37.5(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-react-hooks: 5.2.0(eslint@9.27.0(jiti@2.4.2)) + optionalDependencies: + typescript: 5.8.3 + transitivePeerDependencies: + - eslint-import-resolver-webpack + - eslint-plugin-import-x + - supports-color + + eslint-config-prettier@10.1.5(eslint@9.27.0(jiti@2.4.2)): + dependencies: + eslint: 9.27.0(jiti@2.4.2) + + eslint-import-resolver-node@0.3.9: + dependencies: + debug: 3.2.7 + is-core-module: 2.16.1 + resolve: 1.22.10 + transitivePeerDependencies: + - supports-color + + eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)): + dependencies: + '@nolyfill/is-core-module': 1.0.39 + debug: 4.4.0 + eslint: 9.27.0(jiti@2.4.2) + get-tsconfig: 4.10.0 + is-bun-module: 2.0.0 + stable-hash: 0.0.5 + tinyglobby: 0.2.13 + unrs-resolver: 1.7.2 + optionalDependencies: + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.27.0(jiti@2.4.2)) + transitivePeerDependencies: + - supports-color + + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.27.0(jiti@2.4.2)): + dependencies: + debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)) + transitivePeerDependencies: + - supports-color + + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.27.0(jiti@2.4.2)): + dependencies: + '@rtsao/scc': 1.1.0 + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.6 + array.prototype.flat: 1.3.3 + array.prototype.flatmap: 1.3.3 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 9.27.0(jiti@2.4.2) + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.27.0(jiti@2.4.2)) + hasown: 2.0.2 + is-core-module: 2.16.1 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.1 + semver: 6.3.1 + string.prototype.trimend: 1.0.9 + tsconfig-paths: 3.15.0 + optionalDependencies: + '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + + eslint-plugin-jest@28.11.0(@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3): + dependencies: + '@typescript-eslint/utils': 8.31.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + optionalDependencies: + '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + transitivePeerDependencies: + - supports-color + - typescript + + eslint-plugin-jsx-a11y@6.10.2(eslint@9.27.0(jiti@2.4.2)): + dependencies: + aria-query: 5.3.2 + array-includes: 3.1.8 + array.prototype.flatmap: 1.3.3 + ast-types-flow: 0.0.8 + axe-core: 4.10.3 + axobject-query: 4.1.0 + damerau-levenshtein: 1.0.8 + emoji-regex: 9.2.2 + eslint: 9.27.0(jiti@2.4.2) + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + language-tags: 1.0.9 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + safe-regex-test: 1.1.0 + string.prototype.includes: 2.0.1 + + eslint-plugin-prettier@5.4.0(@types/eslint@9.6.1)(eslint-config-prettier@10.1.5(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2))(prettier@3.5.3): + dependencies: + eslint: 9.27.0(jiti@2.4.2) + prettier: 3.5.3 + prettier-linter-helpers: 1.0.0 + synckit: 0.11.4 + optionalDependencies: + '@types/eslint': 9.6.1 + eslint-config-prettier: 10.1.5(eslint@9.27.0(jiti@2.4.2)) + + eslint-plugin-react-hooks@5.2.0(eslint@9.27.0(jiti@2.4.2)): + dependencies: + eslint: 9.27.0(jiti@2.4.2) + + eslint-plugin-react-refresh@0.4.20(eslint@9.27.0(jiti@2.4.2)): + dependencies: + eslint: 9.27.0(jiti@2.4.2) + + eslint-plugin-react@7.37.5(eslint@9.27.0(jiti@2.4.2)): + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.3 + array.prototype.tosorted: 1.1.4 + doctrine: 2.1.0 + es-iterator-helpers: 1.2.1 + eslint: 9.27.0(jiti@2.4.2) + estraverse: 5.3.0 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.9 + object.fromentries: 2.0.8 + object.values: 1.2.1 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.12 + string.prototype.repeat: 1.0.0 + + eslint-scope@8.3.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + + eslint-visitor-keys@3.4.3: {} + + eslint-visitor-keys@4.2.0: {} + + eslint@9.27.0(jiti@2.4.2): + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0(jiti@2.4.2)) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.20.0 + '@eslint/config-helpers': 0.2.1 + '@eslint/core': 0.14.0 + '@eslint/eslintrc': 3.3.1 + '@eslint/js': 9.27.0 + '@eslint/plugin-kit': 0.3.1 + '@humanfs/node': 0.16.6 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.2 + '@types/estree': 1.0.7 + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.0 + escape-string-regexp: 4.0.0 + eslint-scope: 8.3.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + optionalDependencies: + jiti: 2.4.2 + transitivePeerDependencies: + - supports-color + + espree@10.3.0: + dependencies: + acorn: 8.14.1 + acorn-jsx: 5.3.2(acorn@8.14.1) + eslint-visitor-keys: 4.2.0 + + esprima@4.0.1: {} + + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 + + esrecurse@4.3.0: + dependencies: + estraverse: 5.3.0 + + estraverse@5.3.0: {} + + estree-util-attach-comments@3.0.0: + dependencies: + '@types/estree': 1.0.7 + + estree-util-build-jsx@3.0.1: + dependencies: + '@types/estree-jsx': 1.0.5 + devlop: 1.1.0 + estree-util-is-identifier-name: 3.0.0 + estree-walker: 3.0.3 + + estree-util-is-identifier-name@3.0.0: {} + + estree-util-scope@1.0.0: + dependencies: + '@types/estree': 1.0.7 + devlop: 1.1.0 + + estree-util-to-js@2.0.0: + dependencies: + '@types/estree-jsx': 1.0.5 + astring: 1.9.0 + source-map: 0.7.4 + + estree-util-value-to-estree@3.3.3: + dependencies: + '@types/estree': 1.0.7 + + estree-util-visit@2.0.0: + dependencies: + '@types/estree-jsx': 1.0.5 + '@types/unist': 3.0.3 + + estree-walker@2.0.2: {} + + estree-walker@3.0.3: + dependencies: + '@types/estree': 1.0.7 + + esutils@2.0.3: {} + + etag@1.8.1: {} + + event-target-shim@5.0.1: {} + + events@3.3.0: {} + + execa@5.1.1: + dependencies: + cross-spawn: 7.0.6 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + + exit@0.1.2: {} + + expand-tilde@1.2.2: + dependencies: + os-homedir: 1.0.2 + + expect-playwright@0.8.0: {} + + expect@29.7.0: + dependencies: + '@jest/expect-utils': 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + + express@4.21.2: + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.3 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookie: 0.7.1 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: 2.0.0 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.3.1 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.3 + methods: 1.1.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + path-to-regexp: 0.1.12 + proxy-addr: 2.0.7 + qs: 6.13.0 + range-parser: 1.2.1 + safe-buffer: 5.2.1 + send: 0.19.0 + serve-static: 1.16.2 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + + exsolve@1.0.7: {} + + extend-shallow@2.0.1: + dependencies: + is-extendable: 0.1.1 + + extend@3.0.2: {} + + external-editor@3.1.0: + dependencies: + chardet: 0.7.0 + iconv-lite: 0.4.24 + tmp: 0.0.33 + + fast-deep-equal@3.1.3: {} + + fast-diff@1.3.0: {} + + fast-fifo@1.3.2: {} + + fast-glob@3.3.1: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fast-glob@3.3.3: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fast-json-stable-stringify@2.1.0: {} + + fast-levenshtein@2.0.6: {} + + fast-safe-stringify@2.1.1: {} + + fast-uri@3.0.6: {} + + fastq@1.19.1: + dependencies: + reusify: 1.1.0 + + fault@1.0.4: + dependencies: + format: 0.2.2 + + fb-watchman@2.0.2: + dependencies: + bser: 2.1.1 + + fdir@6.4.4(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + + fdir@6.4.6(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + + figures@3.2.0: + dependencies: + escape-string-regexp: 1.0.5 + + file-entry-cache@8.0.0: + dependencies: + flat-cache: 4.0.1 + + filelist@1.0.4: + dependencies: + minimatch: 5.1.6 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + finalhandler@1.3.1: + dependencies: + debug: 2.6.9 + encodeurl: 2.0.0 + escape-html: 1.0.3 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + + find-cache-dir@3.3.2: + dependencies: + commondir: 1.0.1 + make-dir: 3.1.0 + pkg-dir: 4.2.0 + + find-file-up@0.1.3: + dependencies: + fs-exists-sync: 0.1.0 + resolve-dir: 0.1.1 + + find-pkg@0.1.2: + dependencies: + find-file-up: 0.1.3 + + find-process@1.4.10: + dependencies: + chalk: 4.1.2 + commander: 12.1.0 + loglevel: 1.9.2 + + find-up@4.1.0: + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 + + find-up@5.0.0: + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + find-up@7.0.0: + dependencies: + locate-path: 7.2.0 + path-exists: 5.0.0 + unicorn-magic: 0.1.0 + + flat-cache@4.0.1: + dependencies: + flatted: 3.3.3 + keyv: 4.5.4 + + flatted@3.3.3: {} + + follow-redirects@1.15.9: {} + + for-each@0.3.5: + dependencies: + is-callable: 1.2.7 + + foreground-child@2.0.0: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 3.0.7 + + foreground-child@3.3.1: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + + form-data-encoder@1.7.2: {} + + form-data@4.0.2: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + mime-types: 2.1.35 + + format@0.2.2: {} + + formdata-node@4.4.1: + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 4.0.0-beta.3 + + formidable@3.5.4: + dependencies: + '@paralleldrive/cuid2': 2.2.2 + dezalgo: 1.0.4 + once: 1.4.0 + + forwarded@0.2.0: {} + + fraction.js@4.3.7: {} + + framer-motion@12.9.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + motion-dom: 12.15.0 + motion-utils: 12.12.1 + tslib: 2.8.1 + optionalDependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + fresh@0.5.2: {} + + fromentries@1.3.2: {} + + fs-exists-sync@0.1.0: {} + + fs-extra@11.3.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + + fs.realpath@1.0.0: {} + + fsevents@2.3.2: + optional: true + + fsevents@2.3.3: + optional: true + + fumadocs-core@15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + '@formatjs/intl-localematcher': 0.6.1 + '@orama/orama': 3.1.7 + '@shikijs/rehype': 3.4.2 + '@shikijs/transformers': 3.4.2 + github-slugger: 2.0.0 + hast-util-to-estree: 3.1.3 + hast-util-to-jsx-runtime: 2.3.6 + image-size: 2.0.2 + negotiator: 1.0.0 + react-remove-scroll: 2.6.3(@types/react@19.1.4)(react@19.1.1) + remark: 15.0.1 + remark-gfm: 4.0.1 + scroll-into-view-if-needed: 3.1.0 + shiki: 3.3.0 + unist-util-visit: 5.0.0 + optionalDependencies: + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + transitivePeerDependencies: + - '@types/react' + - supports-color + + fumadocs-mdx@11.6.2(acorn@8.14.1)(fumadocs-core@15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)): + dependencies: + '@mdx-js/mdx': 3.1.0(acorn@8.14.1) + '@standard-schema/spec': 1.0.0 + chokidar: 4.0.3 + cross-spawn: 7.0.6 + esbuild: 0.25.3 + estree-util-value-to-estree: 3.3.3 + fast-glob: 3.3.3 + fumadocs-core: 15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + gray-matter: 4.0.3 + js-yaml: 4.1.0 + lru-cache: 11.1.0 + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + picocolors: 1.1.1 + unist-util-visit: 5.0.0 + zod: 3.24.4 + transitivePeerDependencies: + - acorn + - supports-color + + fumadocs-twoslash@3.1.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(fumadocs-ui@15.2.14(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(tailwindcss@4.1.11))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3): + dependencies: + '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@shikijs/twoslash': 3.11.0(typescript@5.8.3) + fumadocs-ui: 15.2.14(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(tailwindcss@4.1.11) + mdast-util-from-markdown: 2.0.2 + mdast-util-gfm: 3.1.0 + mdast-util-to-hast: 13.2.0 + react: 19.1.1 + shiki: 3.11.0 + tailwind-merge: 3.3.1 + twoslash: 0.3.4(typescript@5.8.3) + optionalDependencies: + '@types/react': 19.1.4 + transitivePeerDependencies: + - '@types/react-dom' + - react-dom + - supports-color + - typescript + + fumadocs-ui@15.2.14(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(tailwindcss@4.1.11): + dependencies: + '@radix-ui/react-accordion': 1.2.8(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-collapsible': 1.1.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-dialog': 1.1.13(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-navigation-menu': 1.2.10(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-popover': 1.1.11(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-scroll-area': 1.2.6(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.4)(react@19.1.1) + '@radix-ui/react-tabs': 1.1.12(@types/react-dom@19.1.5(@types/react@19.1.4))(@types/react@19.1.4)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + class-variance-authority: 0.7.1 + fumadocs-core: 15.2.14(@types/react@19.1.4)(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + lodash.merge: 4.6.2 + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + next-themes: 0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + postcss-selector-parser: 7.1.0 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-medium-image-zoom: 5.2.14(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + tailwind-merge: 3.3.1 + optionalDependencies: + tailwindcss: 4.1.11 + transitivePeerDependencies: + - '@oramacloud/client' + - '@types/react' + - '@types/react-dom' + - algoliasearch + - supports-color + + function-bind@1.1.2: {} + + function.prototype.name@1.1.8: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + functions-have-names: 1.2.3 + hasown: 2.0.2 + is-callable: 1.2.7 + + functions-have-names@1.2.3: {} + + gensync@1.0.0-beta.2: {} + + get-caller-file@2.0.5: {} + + get-intrinsic@1.3.0: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + function-bind: 1.1.2 + get-proto: 1.0.1 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + + get-nonce@1.0.1: {} + + get-package-type@0.1.0: {} + + get-proto@1.0.1: + dependencies: + dunder-proto: 1.0.1 + es-object-atoms: 1.1.1 + + get-stream@6.0.1: {} + + get-symbol-description@1.1.0: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + + get-tsconfig@4.10.0: + dependencies: + resolve-pkg-maps: 1.0.0 + + github-slugger@2.0.0: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob@10.4.5: + dependencies: + foreground-child: 3.3.1 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + + glob@11.0.2: + dependencies: + foreground-child: 3.3.1 + jackspeak: 4.1.0 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 2.0.0 + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + global-modules@0.2.3: + dependencies: + global-prefix: 0.1.5 + is-windows: 0.2.0 + + global-prefix@0.1.5: + dependencies: + homedir-polyfill: 1.0.3 + ini: 1.3.8 + is-windows: 0.2.0 + which: 1.3.1 + + globals@11.12.0: {} + + globals@14.0.0: {} + + globals@15.15.0: {} + + globals@16.1.0: {} + + globalthis@1.0.4: + dependencies: + define-properties: 1.2.1 + gopd: 1.2.0 + + gopd@1.2.0: {} + + graceful-fs@4.2.11: {} + + graphemer@1.4.0: {} + + graphlib@2.1.8: + dependencies: + lodash: 4.17.21 + + gray-matter@4.0.3: + dependencies: + js-yaml: 3.14.1 + kind-of: 6.0.3 + section-matter: 1.0.0 + strip-bom-string: 1.0.0 + + hachure-fill@0.5.2: {} + + has-bigints@1.1.0: {} + + has-flag@3.0.0: {} + + has-flag@4.0.0: {} + + has-property-descriptors@1.0.2: + dependencies: + es-define-property: 1.0.1 + + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 + + has-symbols@1.1.0: {} + + has-tostringtag@1.0.2: + dependencies: + has-symbols: 1.1.0 + + hasha@5.2.2: + dependencies: + is-stream: 2.0.1 + type-fest: 0.8.1 + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + hast-util-parse-selector@2.2.5: {} + + hast-util-to-estree@3.1.3: + dependencies: + '@types/estree': 1.0.7 + '@types/estree-jsx': 1.0.5 + '@types/hast': 3.0.4 + comma-separated-tokens: 2.0.3 + devlop: 1.1.0 + estree-util-attach-comments: 3.0.0 + estree-util-is-identifier-name: 3.0.0 + hast-util-whitespace: 3.0.0 + mdast-util-mdx-expression: 2.0.1 + mdast-util-mdx-jsx: 3.2.0 + mdast-util-mdxjs-esm: 2.0.1 + property-information: 7.0.0 + space-separated-tokens: 2.0.2 + style-to-js: 1.1.16 + unist-util-position: 5.0.0 + zwitch: 2.0.4 + transitivePeerDependencies: + - supports-color + + hast-util-to-html@9.0.5: + dependencies: + '@types/hast': 3.0.4 + '@types/unist': 3.0.3 + ccount: 2.0.1 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 3.0.0 + html-void-elements: 3.0.0 + mdast-util-to-hast: 13.2.0 + property-information: 7.0.0 + space-separated-tokens: 2.0.2 + stringify-entities: 4.0.4 + zwitch: 2.0.4 + + hast-util-to-jsx-runtime@2.3.6: + dependencies: + '@types/estree': 1.0.7 + '@types/hast': 3.0.4 + '@types/unist': 3.0.3 + comma-separated-tokens: 2.0.3 + devlop: 1.1.0 + estree-util-is-identifier-name: 3.0.0 + hast-util-whitespace: 3.0.0 + mdast-util-mdx-expression: 2.0.1 + mdast-util-mdx-jsx: 3.2.0 + mdast-util-mdxjs-esm: 2.0.1 + property-information: 7.0.0 + space-separated-tokens: 2.0.2 + style-to-js: 1.1.16 + unist-util-position: 5.0.0 + vfile-message: 4.0.2 + transitivePeerDependencies: + - supports-color + + hast-util-to-string@3.0.1: + dependencies: + '@types/hast': 3.0.4 + + hast-util-whitespace@3.0.0: + dependencies: + '@types/hast': 3.0.4 + + hastscript@6.0.0: + dependencies: + '@types/hast': 2.3.10 + comma-separated-tokens: 1.0.8 + hast-util-parse-selector: 2.2.5 + property-information: 5.6.0 + space-separated-tokens: 1.1.5 + + he@1.2.0: {} + + highlight.js@10.7.3: {} + + highlightjs-vue@1.0.0: {} + + homedir-polyfill@1.0.3: + dependencies: + parse-passwd: 1.0.0 + + html-encoding-sniffer@3.0.0: + dependencies: + whatwg-encoding: 2.0.0 + + html-escaper@2.0.2: {} + + html-void-elements@3.0.0: {} + + htmlparser2@3.10.1: + dependencies: + domelementtype: 1.3.1 + domhandler: 2.4.2 + domutils: 1.7.0 + entities: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + + http-errors@2.0.0: + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + + http-proxy-agent@5.0.0: + dependencies: + '@tootallnate/once': 2.0.0 + agent-base: 6.0.2 + debug: 4.4.0 + transitivePeerDependencies: + - supports-color + + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.4.0 + transitivePeerDependencies: + - supports-color + + human-signals@2.1.0: {} + + humanize-ms@1.2.1: + dependencies: + ms: 2.1.3 + + husky@9.1.7: {} + + iconv-lite@0.4.24: + dependencies: + safer-buffer: 2.1.2 + + iconv-lite@0.6.3: + dependencies: + safer-buffer: 2.1.2 + + ieee754@1.2.1: {} + + ignore@5.3.2: {} + + ignore@7.0.4: {} + + image-size@0.5.5: + optional: true + + image-size@2.0.2: {} + + import-fresh@3.3.1: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + import-lazy@4.0.0: {} + + import-local@3.2.0: + dependencies: + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 + + imurmurhash@0.1.4: {} + + indent-string@4.0.0: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.4: {} + + ini@1.3.8: {} + + inline-style-parser@0.2.4: {} + + inquirer@8.2.6: + dependencies: + ansi-escapes: 4.3.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-width: 3.0.0 + external-editor: 3.1.0 + figures: 3.2.0 + lodash: 4.17.21 + mute-stream: 0.0.8 + ora: 5.4.1 + run-async: 2.4.1 + rxjs: 7.8.2 + string-width: 4.2.3 + strip-ansi: 6.0.1 + through: 2.3.8 + wrap-ansi: 6.2.0 + + internal-slot@1.1.0: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 + + internmap@1.0.1: {} + + internmap@2.0.3: {} + + ipaddr.js@1.9.1: {} + + is-alphabetical@1.0.4: {} + + is-alphabetical@2.0.1: {} + + is-alphanumerical@1.0.4: + dependencies: + is-alphabetical: 1.0.4 + is-decimal: 1.0.4 + + is-alphanumerical@2.0.1: + dependencies: + is-alphabetical: 2.0.1 + is-decimal: 2.0.1 + + is-arguments@1.2.0: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 + + is-array-buffer@3.0.5: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + + is-arrayish@0.2.1: {} + + is-arrayish@0.3.2: + optional: true + + is-async-function@2.1.1: + dependencies: + async-function: 1.0.0 + call-bound: 1.0.4 + get-proto: 1.0.1 + has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 + + is-bigint@1.1.0: + dependencies: + has-bigints: 1.1.0 + + is-boolean-object@1.2.2: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 + + is-bun-module@2.0.0: + dependencies: + semver: 7.7.2 + + is-callable@1.2.7: {} + + is-core-module@2.16.1: + dependencies: + hasown: 2.0.2 + + is-data-view@1.0.2: + dependencies: + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + is-typed-array: 1.1.15 + + is-date-object@1.1.0: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 + + is-decimal@1.0.4: {} + + is-decimal@2.0.1: {} + + is-docker@2.2.1: {} + + is-extendable@0.1.1: {} + + is-extglob@2.1.1: {} + + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.4 + + is-fullwidth-code-point@3.0.0: {} + + is-generator-fn@2.1.0: {} + + is-generator-function@1.1.0: + dependencies: + call-bound: 1.0.4 + get-proto: 1.0.1 + has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-hexadecimal@1.0.4: {} + + is-hexadecimal@2.0.1: {} + + is-interactive@1.0.0: {} + + is-map@2.0.3: {} + + is-number-object@1.1.1: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 + + is-number@7.0.0: {} + + is-plain-obj@4.1.0: {} + + is-potential-custom-element-name@1.0.1: {} + + is-regex@1.2.1: + dependencies: + call-bound: 1.0.4 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + is-set@2.0.3: {} + + is-shared-array-buffer@1.0.4: + dependencies: + call-bound: 1.0.4 + + is-stream@2.0.1: {} + + is-string@1.1.1: + dependencies: + call-bound: 1.0.4 + has-tostringtag: 1.0.2 + + is-symbol@1.1.1: + dependencies: + call-bound: 1.0.4 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 + + is-typed-array@1.1.15: + dependencies: + which-typed-array: 1.1.19 + + is-typedarray@1.0.0: {} + + is-unicode-supported@0.1.0: {} + + is-weakmap@2.0.2: {} + + is-weakref@1.1.1: + dependencies: + call-bound: 1.0.4 + + is-weakset@2.0.4: + dependencies: + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + + is-what@3.14.1: + optional: true + + is-windows@0.2.0: {} + + is-windows@1.0.2: {} + + is-wsl@2.2.0: + dependencies: + is-docker: 2.2.1 + + isarray@1.0.0: {} + + isarray@2.0.5: {} + + isexe@2.0.0: {} + + istanbul-lib-coverage@3.2.2: {} + + istanbul-lib-hook@3.0.0: + dependencies: + append-transform: 2.0.0 + + istanbul-lib-instrument@4.0.3: + dependencies: + '@babel/core': 7.26.10 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.2 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + istanbul-lib-instrument@5.2.1: + dependencies: + '@babel/core': 7.27.4 + '@babel/parser': 7.27.5 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.2 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + istanbul-lib-instrument@6.0.3: + dependencies: + '@babel/core': 7.27.4 + '@babel/parser': 7.27.5 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.2 + semver: 7.7.2 + transitivePeerDependencies: + - supports-color + + istanbul-lib-processinfo@2.0.3: + dependencies: + archy: 1.0.0 + cross-spawn: 7.0.6 + istanbul-lib-coverage: 3.2.2 + p-map: 3.0.0 + rimraf: 3.0.2 + uuid: 8.3.2 + + istanbul-lib-report@3.0.1: + dependencies: + istanbul-lib-coverage: 3.2.2 + make-dir: 4.0.0 + supports-color: 7.2.0 + + istanbul-lib-source-maps@4.0.1: + dependencies: + debug: 4.4.0 + istanbul-lib-coverage: 3.2.2 + source-map: 0.6.1 + transitivePeerDependencies: + - supports-color + + istanbul-reports@3.1.7: + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.1 + + iterator.prototype@1.1.5: + dependencies: + define-data-property: 1.1.4 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + has-symbols: 1.1.0 + set-function-name: 2.0.2 + + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + jackspeak@4.1.0: + dependencies: + '@isaacs/cliui': 8.0.2 + + jake@10.9.2: + dependencies: + async: 3.2.6 + chalk: 4.1.2 + filelist: 1.0.4 + minimatch: 3.1.2 + + jest-changed-files@29.7.0: + dependencies: + execa: 5.1.1 + jest-util: 29.7.0 + p-limit: 3.1.0 + + jest-circus@29.7.0: + dependencies: + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + chalk: 4.1.2 + co: 4.6.0 + dedent: 1.5.3 + is-generator-fn: 2.1.0 + jest-each: 29.7.0 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + p-limit: 3.1.0 + pretty-format: 29.7.0 + pure-rand: 6.1.0 + slash: 3.0.0 + stack-utils: 2.0.6 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-cli@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)): + dependencies: + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 + chalk: 4.1.2 + create-jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + exit: 0.1.2 + import-local: 3.2.0 + jest-config: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-util: 29.7.0 + jest-validate: 29.7.0 + yargs: 17.7.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + jest-config@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.27.4 + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.27.4) + chalk: 4.1.2 + ci-info: 3.9.0 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 22.15.18 + ts-node: 10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-diff@29.7.0: + dependencies: + chalk: 4.1.2 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-docblock@29.7.0: + dependencies: + detect-newline: 3.1.0 + + jest-each@29.7.0: + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + jest-get-type: 29.6.3 + jest-util: 29.7.0 + pretty-format: 29.7.0 + + jest-environment-jsdom@29.7.0: + dependencies: + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/jsdom': 20.0.1 + '@types/node': 22.15.18 + jest-mock: 29.7.0 + jest-util: 29.7.0 + jsdom: 20.0.3 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + jest-environment-node@29.7.0: + dependencies: + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + jest-mock: 29.7.0 + jest-util: 29.7.0 + + jest-get-type@29.6.3: {} + + jest-haste-map@29.7.0: + dependencies: + '@jest/types': 29.6.3 + '@types/graceful-fs': 4.1.9 + '@types/node': 22.15.18 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.7.0 + micromatch: 4.0.8 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + + jest-junit@16.0.0: + dependencies: + mkdirp: 1.0.4 + strip-ansi: 6.0.1 + uuid: 8.3.2 + xml: 1.0.1 + + jest-leak-detector@29.7.0: + dependencies: + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-matcher-utils@29.7.0: + dependencies: + chalk: 4.1.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-message-util@29.7.0: + dependencies: + '@babel/code-frame': 7.26.2 + '@jest/types': 29.6.3 + '@types/stack-utils': 2.0.3 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.8 + pretty-format: 29.7.0 + slash: 3.0.0 + stack-utils: 2.0.6 + + jest-mock@29.7.0: + dependencies: + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + jest-util: 29.7.0 + + jest-playwright-preset@4.0.0(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@22.15.18)): + dependencies: + expect-playwright: 0.8.0 + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-process-manager: 0.4.0 + jest-runner: 29.7.0 + nyc: 15.1.0 + playwright-core: 1.52.0 + rimraf: 3.0.2 + uuid: 8.3.2 + transitivePeerDependencies: + - debug + - supports-color + + jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): + optionalDependencies: + jest-resolve: 29.7.0 + + jest-process-manager@0.4.0: + dependencies: + '@types/wait-on': 5.3.4 + chalk: 4.1.2 + cwd: 0.10.0 + exit: 0.1.2 + find-process: 1.4.10 + prompts: 2.4.2 + signal-exit: 3.0.7 + spawnd: 5.0.0 + tree-kill: 1.2.2 + wait-on: 7.2.0 + transitivePeerDependencies: + - debug + - supports-color + + jest-regex-util@29.6.3: {} + + jest-resolve-dependencies@29.7.0: + dependencies: + jest-regex-util: 29.6.3 + jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color + + jest-resolve@29.7.0: + dependencies: + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) + jest-util: 29.7.0 + jest-validate: 29.7.0 + resolve: 1.22.10 + resolve.exports: 2.0.3 + slash: 3.0.0 + + jest-runner@29.7.0: + dependencies: + '@jest/console': 29.7.0 + '@jest/environment': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + chalk: 4.1.2 + emittery: 0.13.1 + graceful-fs: 4.2.11 + jest-docblock: 29.7.0 + jest-environment-node: 29.7.0 + jest-haste-map: 29.7.0 + jest-leak-detector: 29.7.0 + jest-message-util: 29.7.0 + jest-resolve: 29.7.0 + jest-runtime: 29.7.0 + jest-util: 29.7.0 + jest-watcher: 29.7.0 + jest-worker: 29.7.0 + p-limit: 3.1.0 + source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color + + jest-runtime@29.7.0: + dependencies: + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/globals': 29.7.0 + '@jest/source-map': 29.6.3 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + chalk: 4.1.2 + cjs-module-lexer: 1.4.3 + collect-v8-coverage: 1.0.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color + + jest-serializer-html@7.1.0: + dependencies: + diffable-html: 4.1.0 + + jest-snapshot@29.7.0: + dependencies: + '@babel/core': 7.27.4 + '@babel/generator': 7.27.5 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.27.4) + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.27.4) + '@babel/types': 7.27.6 + '@jest/expect-utils': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.4) + chalk: 4.1.2 + expect: 29.7.0 + graceful-fs: 4.2.11 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + natural-compare: 1.4.0 + pretty-format: 29.7.0 + semver: 7.7.2 + transitivePeerDependencies: + - supports-color + + jest-util@29.7.0: + dependencies: + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + chalk: 4.1.2 + ci-info: 3.9.0 + graceful-fs: 4.2.11 + picomatch: 2.3.1 + + jest-validate@29.7.0: + dependencies: + '@jest/types': 29.6.3 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 29.6.3 + leven: 3.1.0 + pretty-format: 29.7.0 + + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@22.15.18)): + dependencies: + ansi-escapes: 6.2.1 + chalk: 5.4.1 + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-regex-util: 29.6.3 + jest-watcher: 29.7.0 + slash: 5.1.0 + string-length: 5.0.1 + strip-ansi: 7.1.0 + + jest-watcher@29.7.0: + dependencies: + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 22.15.18 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + emittery: 0.13.1 + jest-util: 29.7.0 + string-length: 4.0.2 + + jest-worker@29.7.0: + dependencies: + '@types/node': 22.15.18 + jest-util: 29.7.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + + jest@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)): + dependencies: + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + '@jest/types': 29.6.3 + import-local: 3.2.0 + jest-cli: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + jiti@2.4.2: {} + + jju@1.4.0: {} + + joi@17.13.3: + dependencies: + '@hapi/hoek': 9.3.0 + '@hapi/topo': 5.1.0 + '@sideway/address': 4.1.5 + '@sideway/formula': 3.0.1 + '@sideway/pinpoint': 2.0.0 + + js-tokens@4.0.0: {} + + js-yaml@3.14.1: + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + jsdom@20.0.3: + dependencies: + abab: 2.0.6 + acorn: 8.14.1 + acorn-globals: 7.0.1 + cssom: 0.5.0 + cssstyle: 2.3.0 + data-urls: 3.0.2 + decimal.js: 10.5.0 + domexception: 4.0.0 + escodegen: 2.1.0 + form-data: 4.0.2 + html-encoding-sniffer: 3.0.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-potential-custom-element-name: 1.0.1 + nwsapi: 2.2.20 + parse5: 7.3.0 + saxes: 6.0.0 + symbol-tree: 3.2.4 + tough-cookie: 4.1.4 + w3c-xmlserializer: 4.0.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 2.0.0 + whatwg-mimetype: 3.0.0 + whatwg-url: 11.0.0 + ws: 8.18.2 + xml-name-validator: 4.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + jsesc@3.1.0: {} + + json-buffer@3.0.1: {} + + json-parse-even-better-errors@2.3.1: {} + + json-schema-traverse@0.4.1: {} + + json-schema-traverse@1.0.0: {} + + json-schema@0.4.0: {} + + json-stable-stringify-without-jsonify@1.0.1: {} + + json5@1.0.2: + dependencies: + minimist: 1.2.8 + + json5@2.2.3: {} + + jsonc-parser@3.3.1: {} + + jsonfile@6.1.0: + dependencies: + universalify: 2.0.1 + optionalDependencies: + graceful-fs: 4.2.11 + + jsx-ast-utils@3.3.5: + dependencies: + array-includes: 3.1.8 + array.prototype.flat: 1.3.3 + object.assign: 4.1.7 + object.values: 1.2.1 + + katex@0.16.22: + dependencies: + commander: 8.3.0 + + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + khroma@2.1.0: {} + + kind-of@6.0.3: {} + + kleur@3.0.3: {} + + kolorist@1.8.0: {} + + langium@3.3.1: + dependencies: + chevrotain: 11.0.3 + chevrotain-allstar: 0.3.1(chevrotain@11.0.3) + vscode-languageserver: 9.0.1 + vscode-languageserver-textdocument: 1.0.12 + vscode-uri: 3.0.8 + + language-subtag-registry@0.3.23: {} + + language-tags@1.0.9: + dependencies: + language-subtag-registry: 0.3.23 + + layout-base@1.0.2: {} + + layout-base@2.0.1: {} + + lazystream@1.0.1: + dependencies: + readable-stream: 2.3.8 + + less@4.3.0: + dependencies: + copy-anything: 2.0.6 + parse-node-version: 1.0.1 + tslib: 2.8.1 + optionalDependencies: + errno: 0.1.8 + graceful-fs: 4.2.11 + image-size: 0.5.5 + make-dir: 2.1.0 + mime: 1.6.0 + needle: 3.3.1 + source-map: 0.6.1 + optional: true + + leven@3.1.0: {} + + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + + lightningcss-darwin-arm64@1.30.1: + optional: true + + lightningcss-darwin-x64@1.30.1: + optional: true + + lightningcss-freebsd-x64@1.30.1: + optional: true + + lightningcss-linux-arm-gnueabihf@1.30.1: + optional: true + + lightningcss-linux-arm64-gnu@1.30.1: + optional: true + + lightningcss-linux-arm64-musl@1.30.1: + optional: true + + lightningcss-linux-x64-gnu@1.30.1: + optional: true + + lightningcss-linux-x64-musl@1.30.1: + optional: true + + lightningcss-win32-arm64-msvc@1.30.1: + optional: true + + lightningcss-win32-x64-msvc@1.30.1: + optional: true + + lightningcss@1.30.1: + dependencies: + detect-libc: 2.0.4 + optionalDependencies: + lightningcss-darwin-arm64: 1.30.1 + lightningcss-darwin-x64: 1.30.1 + lightningcss-freebsd-x64: 1.30.1 + lightningcss-linux-arm-gnueabihf: 1.30.1 + lightningcss-linux-arm64-gnu: 1.30.1 + lightningcss-linux-arm64-musl: 1.30.1 + lightningcss-linux-x64-gnu: 1.30.1 + lightningcss-linux-x64-musl: 1.30.1 + lightningcss-win32-arm64-msvc: 1.30.1 + lightningcss-win32-x64-msvc: 1.30.1 + + lines-and-columns@1.2.4: {} + + local-pkg@1.1.1: + dependencies: + mlly: 1.7.4 + pkg-types: 2.1.0 + quansync: 0.2.10 + + locate-path@5.0.0: + dependencies: + p-locate: 4.1.0 + + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 + + locate-path@7.2.0: + dependencies: + p-locate: 6.0.0 + + lodash-es@4.17.21: {} + + lodash.flattendeep@4.4.0: {} + + lodash.memoize@4.1.2: {} + + lodash.merge@4.6.2: {} + + lodash.truncate@4.4.2: {} + + lodash@4.17.21: {} + + log-symbols@4.1.0: + dependencies: + chalk: 4.1.2 + is-unicode-supported: 0.1.0 + + loglevel@1.9.2: {} + + longest-streak@3.1.0: {} + + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + + loupe@3.1.4: {} + + lowlight@1.20.0: + dependencies: + fault: 1.0.4 + highlight.js: 10.7.3 + + lru-cache@10.4.3: {} + + lru-cache@11.1.0: {} + + lru-cache@5.1.1: + dependencies: + yallist: 3.1.1 + + lru-cache@6.0.0: + dependencies: + yallist: 4.0.0 + + lucide-react@0.507.0(react@19.1.1): + dependencies: + react: 19.1.1 + + lucide-react@0.510.0(react@19.1.1): + dependencies: + react: 19.1.1 + + lucide-react@0.525.0(react@19.1.1): + dependencies: + react: 19.1.1 + + luxon@3.6.1: {} + + lz-string@1.5.0: {} + + magic-string@0.30.17: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + + make-dir@2.1.0: + dependencies: + pify: 4.0.1 + semver: 5.7.2 + optional: true + + make-dir@3.1.0: + dependencies: + semver: 6.3.1 + + make-dir@4.0.0: + dependencies: + semver: 7.7.2 + + make-error@1.3.6: {} + + makeerror@1.0.12: + dependencies: + tmpl: 1.0.5 + + markdown-extensions@2.0.0: {} + + markdown-table@3.0.4: {} + + marked@16.2.0: {} + + math-intrinsics@1.1.0: {} + + mdast-util-find-and-replace@3.0.2: + dependencies: + '@types/mdast': 4.0.4 + escape-string-regexp: 5.0.0 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 + + mdast-util-from-markdown@2.0.2: + dependencies: + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 + decode-named-character-reference: 1.1.0 + devlop: 1.1.0 + mdast-util-to-string: 4.0.0 + micromark: 4.0.2 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-decode-string: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + unist-util-stringify-position: 4.0.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-autolink-literal@2.0.1: + dependencies: + '@types/mdast': 4.0.4 + ccount: 2.0.1 + devlop: 1.1.0 + mdast-util-find-and-replace: 3.0.2 + micromark-util-character: 2.1.1 + + mdast-util-gfm-footnote@2.1.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + micromark-util-normalize-identifier: 2.0.1 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-strikethrough@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-table@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + markdown-table: 3.0.4 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-task-list-item@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm@3.1.0: + dependencies: + mdast-util-from-markdown: 2.0.2 + mdast-util-gfm-autolink-literal: 2.0.1 + mdast-util-gfm-footnote: 2.1.0 + mdast-util-gfm-strikethrough: 2.0.0 + mdast-util-gfm-table: 2.0.0 + mdast-util-gfm-task-list-item: 2.0.0 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-mdx-expression@2.0.1: + dependencies: + '@types/estree-jsx': 1.0.5 + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-mdx-jsx@3.2.0: + dependencies: + '@types/estree-jsx': 1.0.5 + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 + ccount: 2.0.1 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + parse-entities: 4.0.2 + stringify-entities: 4.0.4 + unist-util-stringify-position: 4.0.0 + vfile-message: 4.0.2 + transitivePeerDependencies: + - supports-color + + mdast-util-mdx@3.0.0: + dependencies: + mdast-util-from-markdown: 2.0.2 + mdast-util-mdx-expression: 2.0.1 + mdast-util-mdx-jsx: 3.2.0 + mdast-util-mdxjs-esm: 2.0.1 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-mdxjs-esm@2.0.1: + dependencies: + '@types/estree-jsx': 1.0.5 + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-to-markdown: 2.1.2 + transitivePeerDependencies: + - supports-color + + mdast-util-phrasing@4.1.0: + dependencies: + '@types/mdast': 4.0.4 + unist-util-is: 6.0.0 + + mdast-util-to-hast@13.2.0: + dependencies: + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + '@ungap/structured-clone': 1.3.0 + devlop: 1.1.0 + micromark-util-sanitize-uri: 2.0.1 + trim-lines: 3.0.1 + unist-util-position: 5.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.3 + + mdast-util-to-markdown@2.1.2: + dependencies: + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 + longest-streak: 3.1.0 + mdast-util-phrasing: 4.1.0 + mdast-util-to-string: 4.0.0 + micromark-util-classify-character: 2.0.1 + micromark-util-decode-string: 2.0.1 + unist-util-visit: 5.0.0 + zwitch: 2.0.4 + + mdast-util-to-string@4.0.0: + dependencies: + '@types/mdast': 4.0.4 + + media-typer@0.3.0: {} + + merge-descriptors@1.0.3: {} + + merge-stream@2.0.0: {} + + merge2@1.4.1: {} + + mermaid@11.10.1: + dependencies: + '@braintree/sanitize-url': 7.1.1 + '@iconify/utils': 2.3.0 + '@mermaid-js/parser': 0.6.2 + '@types/d3': 7.4.3 + cytoscape: 3.33.1 + cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.1) + cytoscape-fcose: 2.2.0(cytoscape@3.33.1) + d3: 7.9.0 + d3-sankey: 0.12.3 + dagre-d3-es: 7.0.11 + dayjs: 1.11.13 + dompurify: 3.2.6 + katex: 0.16.22 + khroma: 2.1.0 + lodash-es: 4.17.21 + marked: 16.2.0 + roughjs: 4.6.6 + stylis: 4.3.6 + ts-dedent: 2.2.0 + uuid: 11.1.0 + transitivePeerDependencies: + - supports-color + + methods@1.1.2: {} + + micromark-core-commonmark@2.0.3: + dependencies: + decode-named-character-reference: 1.1.0 + devlop: 1.1.0 + micromark-factory-destination: 2.0.1 + micromark-factory-label: 2.0.1 + micromark-factory-space: 2.0.1 + micromark-factory-title: 2.0.1 + micromark-factory-whitespace: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-chunked: 2.0.1 + micromark-util-classify-character: 2.0.1 + micromark-util-html-tag-name: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-subtokenize: 2.1.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm-autolink-literal@2.1.0: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm-footnote@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-core-commonmark: 2.0.3 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm-strikethrough@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.1 + micromark-util-classify-character: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm-table@2.1.1: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm-tagfilter@2.0.0: + dependencies: + micromark-util-types: 2.0.2 + + micromark-extension-gfm-task-list-item@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-gfm@3.0.0: + dependencies: + micromark-extension-gfm-autolink-literal: 2.1.0 + micromark-extension-gfm-footnote: 2.1.0 + micromark-extension-gfm-strikethrough: 2.1.0 + micromark-extension-gfm-table: 2.1.1 + micromark-extension-gfm-tagfilter: 2.0.0 + micromark-extension-gfm-task-list-item: 2.1.0 + micromark-util-combine-extensions: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-mdx-expression@3.0.1: + dependencies: + '@types/estree': 1.0.7 + devlop: 1.1.0 + micromark-factory-mdx-expression: 2.0.3 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-events-to-acorn: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-extension-mdx-jsx@3.0.2: + dependencies: + '@types/estree': 1.0.7 + devlop: 1.1.0 + estree-util-is-identifier-name: 3.0.0 + micromark-factory-mdx-expression: 2.0.3 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-events-to-acorn: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + vfile-message: 4.0.2 + + micromark-extension-mdx-md@2.0.0: + dependencies: + micromark-util-types: 2.0.2 + + micromark-extension-mdxjs-esm@3.0.0: + dependencies: + '@types/estree': 1.0.7 + devlop: 1.1.0 + micromark-core-commonmark: 2.0.3 + micromark-util-character: 2.1.1 + micromark-util-events-to-acorn: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + unist-util-position-from-estree: 2.0.0 + vfile-message: 4.0.2 + + micromark-extension-mdxjs@3.0.0: + dependencies: + acorn: 8.14.1 + acorn-jsx: 5.3.2(acorn@8.14.1) + micromark-extension-mdx-expression: 3.0.1 + micromark-extension-mdx-jsx: 3.0.2 + micromark-extension-mdx-md: 2.0.0 + micromark-extension-mdxjs-esm: 3.0.0 + micromark-util-combine-extensions: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-factory-destination@2.0.1: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-factory-label@2.0.1: + dependencies: + devlop: 1.1.0 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-factory-mdx-expression@2.0.3: + dependencies: + '@types/estree': 1.0.7 + devlop: 1.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-events-to-acorn: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + unist-util-position-from-estree: 2.0.0 + vfile-message: 4.0.2 + + micromark-factory-space@2.0.1: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-types: 2.0.2 + + micromark-factory-title@2.0.1: + dependencies: + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-factory-whitespace@2.0.1: + dependencies: + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-util-character@2.1.1: + dependencies: + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-util-chunked@2.0.1: + dependencies: + micromark-util-symbol: 2.0.1 + + micromark-util-classify-character@2.0.1: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-util-combine-extensions@2.0.1: + dependencies: + micromark-util-chunked: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-util-decode-numeric-character-reference@2.0.2: + dependencies: + micromark-util-symbol: 2.0.1 + + micromark-util-decode-string@2.0.1: + dependencies: + decode-named-character-reference: 1.1.0 + micromark-util-character: 2.1.1 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-symbol: 2.0.1 + + micromark-util-encode@2.0.1: {} + + micromark-util-events-to-acorn@2.0.3: + dependencies: + '@types/estree': 1.0.7 + '@types/unist': 3.0.3 + devlop: 1.1.0 + estree-util-visit: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + vfile-message: 4.0.2 + + micromark-util-html-tag-name@2.0.1: {} + + micromark-util-normalize-identifier@2.0.1: + dependencies: + micromark-util-symbol: 2.0.1 + + micromark-util-resolve-all@2.0.1: + dependencies: + micromark-util-types: 2.0.2 + + micromark-util-sanitize-uri@2.0.1: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-encode: 2.0.1 + micromark-util-symbol: 2.0.1 + + micromark-util-subtokenize@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + + micromark-util-symbol@2.0.1: {} + + micromark-util-types@2.0.2: {} + + micromark@4.0.2: + dependencies: + '@types/debug': 4.1.12 + debug: 4.4.0 + decode-named-character-reference: 1.1.0 + devlop: 1.1.0 + micromark-core-commonmark: 2.0.3 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-chunked: 2.0.1 + micromark-util-combine-extensions: 2.0.1 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-encode: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-subtokenize: 2.1.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.2 + transitivePeerDependencies: + - supports-color + + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + mime-db@1.52.0: {} + + mime-types@2.1.35: + dependencies: + mime-db: 1.52.0 + + mime@1.6.0: {} + + mime@2.6.0: {} + + mimic-fn@2.1.0: {} + + min-indent@1.0.1: {} + + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + + minimatch@3.0.8: + dependencies: + brace-expansion: 1.1.11 + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@5.1.6: + dependencies: + brace-expansion: 2.0.1 + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + + minimist@1.2.8: {} + + minipass@7.1.2: {} + + minizlib@3.0.2: + dependencies: + minipass: 7.1.2 + + mkdirp@1.0.4: {} + + mkdirp@3.0.1: {} + + mlly@1.7.4: + dependencies: + acorn: 8.14.1 + pathe: 2.0.3 + pkg-types: 1.3.1 + ufo: 1.6.1 + + monaco-editor@0.52.2: {} + + motion-dom@12.15.0: + dependencies: + motion-utils: 12.12.1 + + motion-utils@12.12.1: {} + + ms@2.0.0: {} + + ms@2.1.3: {} + + muggle-string@0.4.1: {} + + mute-stream@0.0.8: {} + + nanoid@3.3.11: {} + + napi-postinstall@0.2.3: {} + + natural-compare@1.4.0: {} + + needle@3.3.1: + dependencies: + iconv-lite: 0.6.3 + sax: 1.4.1 + optional: true + + negotiator@0.6.3: {} + + negotiator@1.0.0: {} + + next-plausible@3.12.4(next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + next: 15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + next-themes@0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + next@15.3.2(@playwright/test@1.52.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + '@next/env': 15.3.2 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.15 + busboy: 1.6.0 + caniuse-lite: 1.0.30001715 + postcss: 8.5.3 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + styled-jsx: 5.1.6(react@19.1.1) + optionalDependencies: + '@next/swc-darwin-arm64': 15.3.2 + '@next/swc-darwin-x64': 15.3.2 + '@next/swc-linux-arm64-gnu': 15.3.2 + '@next/swc-linux-arm64-musl': 15.3.2 + '@next/swc-linux-x64-gnu': 15.3.2 + '@next/swc-linux-x64-musl': 15.3.2 + '@next/swc-win32-arm64-msvc': 15.3.2 + '@next/swc-win32-x64-msvc': 15.3.2 + '@playwright/test': 1.52.0 + sharp: 0.34.1 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + node-cron@3.0.3: + dependencies: + uuid: 8.3.2 + + node-domexception@1.0.0: {} + + node-fetch@2.7.0: + dependencies: + whatwg-url: 5.0.0 + + node-int64@0.4.0: {} + + node-preload@0.2.1: + dependencies: + process-on-spawn: 1.1.0 + + node-releases@2.0.19: {} + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} + + npm-run-path@4.0.1: + dependencies: + path-key: 3.1.1 + + nwsapi@2.2.20: {} + + nyc@15.1.0: + dependencies: + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + caching-transform: 4.0.0 + convert-source-map: 1.9.0 + decamelize: 1.2.0 + find-cache-dir: 3.3.2 + find-up: 4.1.0 + foreground-child: 2.0.0 + get-package-type: 0.1.0 + glob: 7.2.3 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-hook: 3.0.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-processinfo: 2.0.3 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.7 + make-dir: 3.1.0 + node-preload: 0.2.1 + p-map: 3.0.0 + process-on-spawn: 1.1.0 + resolve-from: 5.0.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + spawn-wrap: 2.0.0 + test-exclude: 6.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - supports-color + + object-assign@4.1.1: {} + + object-inspect@1.13.4: {} + + object-is@1.1.6: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + + object-keys@1.1.1: {} + + object.assign@4.1.7: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + has-symbols: 1.1.0 + object-keys: 1.1.1 + + object.entries@1.1.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + + object.fromentries@2.0.8: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-object-atoms: 1.1.1 + + object.groupby@1.0.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + + object.values@1.2.1: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + + on-finished@2.4.1: + dependencies: + ee-first: 1.1.1 + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + onetime@5.1.2: + dependencies: + mimic-fn: 2.1.0 + + oniguruma-parser@0.12.0: {} + + oniguruma-parser@0.12.1: {} + + oniguruma-to-es@4.3.1: + dependencies: + oniguruma-parser: 0.12.0 + regex: 6.0.1 + regex-recursion: 6.0.2 + + oniguruma-to-es@4.3.3: + dependencies: + oniguruma-parser: 0.12.1 + regex: 6.0.1 + regex-recursion: 6.0.2 + + open@8.4.2: + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + + openai@4.96.0(ws@8.18.2)(zod@3.24.4): + dependencies: + '@types/node': 22.15.18 + '@types/node-fetch': 2.6.12 + abort-controller: 3.0.0 + agentkeepalive: 4.6.0 + form-data-encoder: 1.7.2 + formdata-node: 4.4.1 + node-fetch: 2.7.0 + optionalDependencies: + ws: 8.18.2 + zod: 3.24.4 + transitivePeerDependencies: + - encoding + + optionator@0.9.4: + dependencies: + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.5 + + ora@5.4.1: + dependencies: + bl: 4.1.0 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.9.2 + is-interactive: 1.0.0 + is-unicode-supported: 0.1.0 + log-symbols: 4.1.0 + strip-ansi: 6.0.1 + wcwidth: 1.0.1 + + os-homedir@1.0.2: {} + + os-tmpdir@1.0.2: {} + + own-keys@1.0.1: + dependencies: + get-intrinsic: 1.3.0 + object-keys: 1.1.1 + safe-push-apply: 1.0.0 + + p-limit@2.3.0: + dependencies: + p-try: 2.2.0 + + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 + + p-limit@4.0.0: + dependencies: + yocto-queue: 1.2.1 + + p-locate@4.1.0: + dependencies: + p-limit: 2.3.0 + + p-locate@5.0.0: + dependencies: + p-limit: 3.1.0 + + p-locate@6.0.0: + dependencies: + p-limit: 4.0.0 + + p-map@3.0.0: + dependencies: + aggregate-error: 3.1.0 + + p-try@2.2.0: {} + + package-hash@4.0.0: + dependencies: + graceful-fs: 4.2.11 + hasha: 5.2.2 + lodash.flattendeep: 4.4.0 + release-zalgo: 1.0.0 + + package-json-from-dist@1.0.1: {} + + package-manager-detector@1.3.0: {} + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + parse-entities@2.0.0: + dependencies: + character-entities: 1.2.4 + character-entities-legacy: 1.1.4 + character-reference-invalid: 1.1.4 + is-alphanumerical: 1.0.4 + is-decimal: 1.0.4 + is-hexadecimal: 1.0.4 + + parse-entities@4.0.2: + dependencies: + '@types/unist': 2.0.11 + character-entities-legacy: 3.0.0 + character-reference-invalid: 2.0.1 + decode-named-character-reference: 1.1.0 + is-alphanumerical: 2.0.1 + is-decimal: 2.0.1 + is-hexadecimal: 2.0.1 + + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.27.1 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + + parse-node-version@1.0.1: + optional: true + + parse-passwd@1.0.0: {} + + parse5@7.3.0: + dependencies: + entities: 6.0.1 + + parseurl@1.3.3: {} + + path-browserify@1.0.1: {} + + path-data-parser@0.1.0: {} + + path-exists@4.0.0: {} + + path-exists@5.0.0: {} + + path-is-absolute@1.0.1: {} + + path-key@3.1.1: {} + + path-parse@1.0.7: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + path-scurry@2.0.0: + dependencies: + lru-cache: 11.1.0 + minipass: 7.1.2 + + path-to-regexp@0.1.12: {} + + pathe@2.0.3: {} + + pathval@2.0.0: {} + + picocolors@1.1.1: {} + + picomatch@2.3.1: {} + + picomatch@4.0.2: {} + + pify@4.0.1: + optional: true + + pirates@4.0.7: {} + + pkg-dir@4.2.0: + dependencies: + find-up: 4.1.0 + + pkg-types@1.3.1: + dependencies: + confbox: 0.1.8 + mlly: 1.7.4 + pathe: 2.0.3 + + pkg-types@2.1.0: + dependencies: + confbox: 0.2.2 + exsolve: 1.0.7 + pathe: 2.0.3 + + playwright-core@1.52.0: {} + + playwright@1.52.0: + dependencies: + playwright-core: 1.52.0 + optionalDependencies: + fsevents: 2.3.2 + + points-on-curve@0.2.0: {} + + points-on-path@0.2.1: + dependencies: + path-data-parser: 0.1.0 + points-on-curve: 0.2.0 + + possible-typed-array-names@1.1.0: {} + + postcss-selector-parser@7.1.0: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.5.3: + dependencies: + nanoid: 3.3.11 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + prelude-ls@1.2.1: {} + + prettier-linter-helpers@1.0.0: + dependencies: + fast-diff: 1.3.0 + + prettier-plugin-tailwindcss@0.6.11(prettier@3.5.3): + dependencies: + prettier: 3.5.3 + + prettier@3.5.3: {} + + pretty-format@27.5.1: + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + + pretty-format@29.7.0: + dependencies: + '@jest/schemas': 29.6.3 + ansi-styles: 5.2.0 + react-is: 18.3.1 + + prismjs@1.27.0: {} + + prismjs@1.30.0: {} + + process-nextick-args@2.0.1: {} + + process-on-spawn@1.1.0: + dependencies: + fromentries: 1.3.2 + + process@0.11.10: {} + + prompts@2.4.2: + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + + prop-types@15.8.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + + property-information@5.6.0: + dependencies: + xtend: 4.0.2 + + property-information@7.0.0: {} + + proxy-addr@2.0.7: + dependencies: + forwarded: 0.2.0 + ipaddr.js: 1.9.1 + + proxy-from-env@1.1.0: {} + + prr@1.0.1: + optional: true + + psl@1.15.0: + dependencies: + punycode: 2.3.1 + + punycode@2.3.1: {} + + pure-rand@6.1.0: {} + + python-ast@0.1.0: + dependencies: + antlr4ts: 0.5.0-alpha.4 + + qs@6.13.0: + dependencies: + side-channel: 1.1.0 + + qs@6.14.0: + dependencies: + side-channel: 1.1.0 + + quansync@0.2.10: {} + + querystringify@2.2.0: {} + + queue-microtask@1.2.3: {} + + range-parser@1.2.1: {} + + raw-body@2.5.2: + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + + react-docgen-typescript@2.4.0(typescript@5.8.3): + dependencies: + typescript: 5.8.3 + + react-docgen@8.0.0: + dependencies: + '@babel/core': 7.27.4 + '@babel/traverse': 7.27.4 + '@babel/types': 7.27.6 + '@types/babel__core': 7.20.5 + '@types/babel__traverse': 7.20.7 + '@types/doctrine': 0.0.9 + '@types/resolve': 1.20.6 + doctrine: 3.0.0 + resolve: 1.22.10 + strip-indent: 4.0.0 + transitivePeerDependencies: + - supports-color + + react-dom@19.1.1(react@19.1.1): + dependencies: + react: 19.1.1 + scheduler: 0.26.0 + + react-icons@5.5.0(react@19.1.1): + dependencies: + react: 19.1.1 + + react-is@16.13.1: {} + + react-is@17.0.2: {} + + react-is@18.3.1: {} + + react-medium-image-zoom@5.2.14(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + react-refresh@0.17.0: {} + + react-remove-scroll-bar@2.3.8(@types/react@19.1.4)(react@19.1.1): + dependencies: + react: 19.1.1 + react-style-singleton: 2.2.3(@types/react@19.1.4)(react@19.1.1) + tslib: 2.8.1 + optionalDependencies: + '@types/react': 19.1.4 + + react-remove-scroll@2.6.3(@types/react@19.1.4)(react@19.1.1): + dependencies: + react: 19.1.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.4)(react@19.1.1) + react-style-singleton: 2.2.3(@types/react@19.1.4)(react@19.1.1) + tslib: 2.8.1 + use-callback-ref: 1.3.3(@types/react@19.1.4)(react@19.1.1) + use-sidecar: 1.1.3(@types/react@19.1.4)(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + + react-resizable-panels@3.0.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + react-style-singleton@2.2.3(@types/react@19.1.4)(react@19.1.1): + dependencies: + get-nonce: 1.0.1 + react: 19.1.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 19.1.4 + + react-syntax-highlighter@15.6.1(react@19.1.1): + dependencies: + '@babel/runtime': 7.27.0 + highlight.js: 10.7.3 + highlightjs-vue: 1.0.0 + lowlight: 1.20.0 + prismjs: 1.30.0 + react: 19.1.1 + refractor: 3.6.0 + + react-tsparticles@2.12.2(react@19.1.1): + dependencies: + react: 19.1.1 + tsparticles-engine: 2.12.0 + + react-use-resizable@0.2.0(react@19.1.1): + dependencies: + react: 19.1.1 + + react18-json-view@0.2.9(react@19.1.1): + dependencies: + copy-to-clipboard: 3.3.3 + react: 19.1.1 + + react@19.1.1: {} + + readable-stream@2.3.8: + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + + readable-stream@3.6.2: + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + + readable-stream@4.7.0: + dependencies: + abort-controller: 3.0.0 + buffer: 6.0.3 + events: 3.3.0 + process: 0.11.10 + string_decoder: 1.3.0 + + readdir-glob@1.1.3: + dependencies: + minimatch: 5.1.6 + + readdirp@4.1.2: {} + + recast@0.23.11: + dependencies: + ast-types: 0.16.1 + esprima: 4.0.1 + source-map: 0.6.1 + tiny-invariant: 1.3.3 + tslib: 2.8.1 + + recma-build-jsx@1.0.0: + dependencies: + '@types/estree': 1.0.7 + estree-util-build-jsx: 3.0.1 + vfile: 6.0.3 + + recma-jsx@1.0.0(acorn@8.14.1): + dependencies: + acorn-jsx: 5.3.2(acorn@8.14.1) + estree-util-to-js: 2.0.0 + recma-parse: 1.0.0 + recma-stringify: 1.0.0 + unified: 11.0.5 + transitivePeerDependencies: + - acorn + + recma-parse@1.0.0: + dependencies: + '@types/estree': 1.0.7 + esast-util-from-js: 2.0.1 + unified: 11.0.5 + vfile: 6.0.3 + + recma-stringify@1.0.0: + dependencies: + '@types/estree': 1.0.7 + estree-util-to-js: 2.0.0 + unified: 11.0.5 + vfile: 6.0.3 + + redent@3.0.0: + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 + + reflect.getprototypeof@1.0.10: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + which-builtin-type: 1.2.1 + + refractor@3.6.0: + dependencies: + hastscript: 6.0.0 + parse-entities: 2.0.0 + prismjs: 1.27.0 + + regenerator-runtime@0.14.1: {} + + regex-recursion@6.0.2: + dependencies: + regex-utilities: 2.3.0 + + regex-utilities@2.3.0: {} + + regex@6.0.1: + dependencies: + regex-utilities: 2.3.0 + + regexp.prototype.flags@1.5.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 + set-function-name: 2.0.2 + + rehype-recma@1.0.0: + dependencies: + '@types/estree': 1.0.7 + '@types/hast': 3.0.4 + hast-util-to-estree: 3.1.3 + transitivePeerDependencies: + - supports-color + + release-zalgo@1.0.0: + dependencies: + es6-error: 4.1.1 + + remark-gfm@4.0.1: + dependencies: + '@types/mdast': 4.0.4 + mdast-util-gfm: 3.1.0 + micromark-extension-gfm: 3.0.0 + remark-parse: 11.0.0 + remark-stringify: 11.0.0 + unified: 11.0.5 + transitivePeerDependencies: + - supports-color + + remark-mdx@3.1.0: + dependencies: + mdast-util-mdx: 3.0.0 + micromark-extension-mdxjs: 3.0.0 + transitivePeerDependencies: + - supports-color + + remark-parse@11.0.0: + dependencies: + '@types/mdast': 4.0.4 + mdast-util-from-markdown: 2.0.2 + micromark-util-types: 2.0.2 + unified: 11.0.5 + transitivePeerDependencies: + - supports-color + + remark-rehype@11.1.2: + dependencies: + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + mdast-util-to-hast: 13.2.0 + unified: 11.0.5 + vfile: 6.0.3 + + remark-stringify@11.0.0: + dependencies: + '@types/mdast': 4.0.4 + mdast-util-to-markdown: 2.1.2 + unified: 11.0.5 + + remark@15.0.1: + dependencies: + '@types/mdast': 4.0.4 + remark-parse: 11.0.0 + remark-stringify: 11.0.0 + unified: 11.0.5 + transitivePeerDependencies: + - supports-color + + require-directory@2.1.1: {} + + require-from-string@2.0.2: {} + + require-main-filename@2.0.0: {} + + requires-port@1.0.0: {} + + resolve-cwd@3.0.0: + dependencies: + resolve-from: 5.0.0 + + resolve-dir@0.1.1: + dependencies: + expand-tilde: 1.2.2 + global-modules: 0.2.3 + + resolve-from@4.0.0: {} + + resolve-from@5.0.0: {} + + resolve-pkg-maps@1.0.0: {} + + resolve.exports@2.0.3: {} + + resolve@1.22.10: + dependencies: + is-core-module: 2.16.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + resolve@2.0.0-next.5: + dependencies: + is-core-module: 2.16.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + restore-cursor@3.1.0: + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + + reusify@1.1.0: {} + + rimraf@3.0.2: + dependencies: + glob: 7.2.3 + + robust-predicates@3.0.2: {} + + rollup@4.40.1: + dependencies: + '@types/estree': 1.0.7 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.40.1 + '@rollup/rollup-android-arm64': 4.40.1 + '@rollup/rollup-darwin-arm64': 4.40.1 + '@rollup/rollup-darwin-x64': 4.40.1 + '@rollup/rollup-freebsd-arm64': 4.40.1 + '@rollup/rollup-freebsd-x64': 4.40.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.40.1 + '@rollup/rollup-linux-arm-musleabihf': 4.40.1 + '@rollup/rollup-linux-arm64-gnu': 4.40.1 + '@rollup/rollup-linux-arm64-musl': 4.40.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.40.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.40.1 + '@rollup/rollup-linux-riscv64-gnu': 4.40.1 + '@rollup/rollup-linux-riscv64-musl': 4.40.1 + '@rollup/rollup-linux-s390x-gnu': 4.40.1 + '@rollup/rollup-linux-x64-gnu': 4.40.1 + '@rollup/rollup-linux-x64-musl': 4.40.1 + '@rollup/rollup-win32-arm64-msvc': 4.40.1 + '@rollup/rollup-win32-ia32-msvc': 4.40.1 + '@rollup/rollup-win32-x64-msvc': 4.40.1 + fsevents: 2.3.3 + + roughjs@4.6.6: + dependencies: + hachure-fill: 0.5.2 + path-data-parser: 0.1.0 + points-on-curve: 0.2.0 + points-on-path: 0.2.1 + + run-async@2.4.1: {} + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + rw@1.3.3: {} + + rxjs@7.8.2: + dependencies: + tslib: 2.8.1 + + safe-array-concat@1.1.3: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + has-symbols: 1.1.0 + isarray: 2.0.5 + + safe-buffer@5.1.2: {} + + safe-buffer@5.2.1: {} + + safe-push-apply@1.0.0: + dependencies: + es-errors: 1.3.0 + isarray: 2.0.5 + + safe-regex-test@1.1.0: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-regex: 1.2.1 + + safer-buffer@2.1.2: {} + + sax@1.4.1: + optional: true + + saxes@6.0.0: + dependencies: + xmlchars: 2.2.0 + + scheduler@0.26.0: {} + + schema-dts@1.1.5: {} + + scroll-into-view-if-needed@3.1.0: + dependencies: + compute-scroll-into-view: 3.1.1 + + section-matter@1.0.0: + dependencies: + extend-shallow: 2.0.1 + kind-of: 6.0.3 + + semver@5.7.2: + optional: true + + semver@6.3.1: {} + + semver@7.5.4: + dependencies: + lru-cache: 6.0.0 + + semver@7.7.1: {} + + semver@7.7.2: {} + + send@0.19.0: + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + + serve-static@1.16.2: + dependencies: + encodeurl: 2.0.0 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.19.0 + transitivePeerDependencies: + - supports-color + + set-blocking@2.0.0: {} + + set-function-length@1.2.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.3.0 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + + set-function-name@2.0.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + + set-proto@1.0.0: + dependencies: + dunder-proto: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + + setprototypeof@1.2.0: {} + + sharp@0.34.1: + dependencies: + color: 4.2.3 + detect-libc: 2.0.4 + semver: 7.7.2 + optionalDependencies: + '@img/sharp-darwin-arm64': 0.34.1 + '@img/sharp-darwin-x64': 0.34.1 + '@img/sharp-libvips-darwin-arm64': 1.1.0 + '@img/sharp-libvips-darwin-x64': 1.1.0 + '@img/sharp-libvips-linux-arm': 1.1.0 + '@img/sharp-libvips-linux-arm64': 1.1.0 + '@img/sharp-libvips-linux-ppc64': 1.1.0 + '@img/sharp-libvips-linux-s390x': 1.1.0 + '@img/sharp-libvips-linux-x64': 1.1.0 + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 + '@img/sharp-linux-arm': 0.34.1 + '@img/sharp-linux-arm64': 0.34.1 + '@img/sharp-linux-s390x': 0.34.1 + '@img/sharp-linux-x64': 0.34.1 + '@img/sharp-linuxmusl-arm64': 0.34.1 + '@img/sharp-linuxmusl-x64': 0.34.1 + '@img/sharp-wasm32': 0.34.1 + '@img/sharp-win32-ia32': 0.34.1 + '@img/sharp-win32-x64': 0.34.1 + optional: true + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + shell-quote@1.8.3: {} + + shiki@3.11.0: + dependencies: + '@shikijs/core': 3.11.0 + '@shikijs/engine-javascript': 3.11.0 + '@shikijs/engine-oniguruma': 3.11.0 + '@shikijs/langs': 3.11.0 + '@shikijs/themes': 3.11.0 + '@shikijs/types': 3.11.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + shiki@3.3.0: + dependencies: + '@shikijs/core': 3.3.0 + '@shikijs/engine-javascript': 3.3.0 + '@shikijs/engine-oniguruma': 3.3.0 + '@shikijs/langs': 3.3.0 + '@shikijs/themes': 3.3.0 + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + shiki@3.4.2: + dependencies: + '@shikijs/core': 3.4.2 + '@shikijs/engine-javascript': 3.4.2 + '@shikijs/engine-oniguruma': 3.4.2 + '@shikijs/langs': 3.4.2 + '@shikijs/themes': 3.4.2 + '@shikijs/types': 3.4.2 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.4 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 + side-channel-map: 1.0.1 + + side-channel@1.1.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.4 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + + signal-exit@3.0.7: {} + + signal-exit@4.1.0: {} + + simple-swizzle@0.2.2: + dependencies: + is-arrayish: 0.3.2 + optional: true + + sisteransi@1.0.5: {} + + slash@3.0.0: {} + + slash@5.1.0: {} + + slice-ansi@4.0.0: + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + + source-map-js@1.2.1: {} + + source-map-support@0.5.13: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + optional: true + + source-map@0.6.1: {} + + source-map@0.7.4: {} + + space-separated-tokens@1.1.5: {} + + space-separated-tokens@2.0.2: {} + + spawn-wrap@2.0.0: + dependencies: + foreground-child: 2.0.0 + is-windows: 1.0.2 + make-dir: 3.1.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + which: 2.0.2 + + spawnd@5.0.0: + dependencies: + exit: 0.1.2 + signal-exit: 3.0.7 + tree-kill: 1.2.2 + wait-port: 0.2.14 + transitivePeerDependencies: + - supports-color + + sprintf-js@1.0.3: {} + + stable-hash@0.0.5: {} + + stack-utils@2.0.6: + dependencies: + escape-string-regexp: 2.0.0 + + state-local@1.0.7: {} + + statuses@2.0.1: {} + + stop-iteration-iterator@1.1.0: + dependencies: + es-errors: 1.3.0 + internal-slot: 1.1.0 + + storybook@9.0.17(@testing-library/dom@10.4.0)(prettier@3.5.3): + dependencies: + '@storybook/global': 5.0.0 + '@testing-library/jest-dom': 6.6.3 + '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) + '@vitest/expect': 3.2.4 + '@vitest/spy': 3.2.4 + better-opn: 3.0.2 + esbuild: 0.25.3 + esbuild-register: 3.6.0(esbuild@0.25.3) + recast: 0.23.11 + semver: 7.7.2 + ws: 8.18.2 + optionalDependencies: + prettier: 3.5.3 + transitivePeerDependencies: + - '@testing-library/dom' + - bufferutil + - supports-color + - utf-8-validate + + streamsearch@1.1.0: {} + + streamx@2.22.0: + dependencies: + fast-fifo: 1.3.2 + text-decoder: 1.2.3 + optionalDependencies: + bare-events: 2.5.4 + + string-argv@0.3.2: {} + + string-length@4.0.2: + dependencies: + char-regex: 1.0.2 + strip-ansi: 6.0.1 + + string-length@5.0.1: + dependencies: + char-regex: 2.0.2 + strip-ansi: 7.1.0 + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + string.prototype.includes@2.0.1: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + + string.prototype.matchall@4.0.12: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + gopd: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + regexp.prototype.flags: 1.5.4 + set-function-name: 2.0.2 + side-channel: 1.1.0 + + string.prototype.repeat@1.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.9 + + string.prototype.trim@1.2.10: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-data-property: 1.1.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-object-atoms: 1.1.1 + has-property-descriptors: 1.0.2 + + string.prototype.trimend@1.0.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + + string.prototype.trimstart@1.0.8: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + + string_decoder@1.1.1: + dependencies: + safe-buffer: 5.1.2 + + string_decoder@1.3.0: + dependencies: + safe-buffer: 5.2.1 + + stringify-entities@4.0.4: + dependencies: + character-entities-html4: 2.1.0 + character-entities-legacy: 3.0.0 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.1.0 + + strip-bom-string@1.0.0: {} + + strip-bom@3.0.0: {} + + strip-bom@4.0.0: {} + + strip-final-newline@2.0.0: {} + + strip-indent@3.0.0: + dependencies: + min-indent: 1.0.1 + + strip-indent@4.0.0: + dependencies: + min-indent: 1.0.1 + + strip-json-comments@3.1.1: {} + + style-to-js@1.1.16: + dependencies: + style-to-object: 1.0.8 + + style-to-object@1.0.8: + dependencies: + inline-style-parser: 0.2.4 + + styled-jsx@5.1.6(react@19.1.1): + dependencies: + client-only: 0.0.1 + react: 19.1.1 + + stylis@4.3.6: {} + + superagent@9.0.2: + dependencies: + component-emitter: 1.3.1 + cookiejar: 2.1.4 + debug: 4.4.0 + fast-safe-stringify: 2.1.1 + form-data: 4.0.2 + formidable: 3.5.4 + methods: 1.1.2 + mime: 2.6.0 + qs: 6.14.0 + transitivePeerDependencies: + - supports-color + + supertest@7.1.0: + dependencies: + methods: 1.1.2 + superagent: 9.0.2 + transitivePeerDependencies: + - supports-color + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-color@8.1.1: + dependencies: + has-flag: 4.0.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + symbol-tree@3.2.4: {} + + synckit@0.11.4: + dependencies: + '@pkgr/core': 0.2.4 + tslib: 2.8.1 + + tabbable@6.2.0: {} + + table@6.9.0: + dependencies: + ajv: 8.17.1 + lodash.truncate: 4.4.2 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + tailwind-merge@3.3.1: {} + + tailwindcss@4.1.11: {} + + tailwindcss@4.1.7: {} + + tapable@2.2.1: {} + + tar-stream@3.1.7: + dependencies: + b4a: 1.6.7 + fast-fifo: 1.3.2 + streamx: 2.22.0 + + tar@7.4.3: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.2 + mkdirp: 3.0.1 + yallist: 5.0.0 + + terser@5.43.1: + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.14.1 + commander: 2.20.3 + source-map-support: 0.5.21 + optional: true + + test-exclude@6.0.0: + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 7.2.3 + minimatch: 3.1.2 + + text-decoder@1.2.3: + dependencies: + b4a: 1.6.7 + + third-party-capital@1.0.20: {} + + through@2.3.8: {} + + tiny-invariant@1.3.3: {} + + tinyexec@1.0.1: {} + + tinyglobby@0.2.13: + dependencies: + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + + tinyglobby@0.2.14: + dependencies: + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + + tinyrainbow@2.0.0: {} + + tinyspy@4.0.3: {} + + tmp@0.0.33: + dependencies: + os-tmpdir: 1.0.2 + + tmpl@1.0.5: {} + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + toggle-selection@1.0.6: {} + + toidentifier@1.0.1: {} + + tough-cookie@4.1.4: + dependencies: + psl: 1.15.0 + punycode: 2.3.1 + universalify: 0.2.0 + url-parse: 1.5.10 + + tr46@0.0.3: {} + + tr46@3.0.0: + dependencies: + punycode: 2.3.1 + + tree-kill@1.2.2: {} + + trim-lines@3.0.1: {} + + trough@2.2.0: {} + + ts-api-utils@2.1.0(typescript@5.8.3): + dependencies: + typescript: 5.8.3 + + ts-dedent@2.2.0: {} + + ts-jest@29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(esbuild@0.25.3)(jest@29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)))(typescript@5.8.3): + dependencies: + bs-logger: 0.2.6 + ejs: 3.1.10 + fast-json-stable-stringify: 2.1.0 + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-util: 29.7.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.7.2 + type-fest: 4.41.0 + typescript: 5.8.3 + yargs-parser: 21.1.1 + optionalDependencies: + '@babel/core': 7.27.4 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.27.4) + esbuild: 0.25.3 + + ts-jest@29.3.4(@babel/core@7.27.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.27.4))(jest@29.7.0(@types/node@22.15.18))(typescript@5.8.3): + dependencies: + bs-logger: 0.2.6 + ejs: 3.1.10 + fast-json-stable-stringify: 2.1.0 + jest: 29.7.0(@types/node@22.15.18)(ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3)) + jest-util: 29.7.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.7.2 + type-fest: 4.41.0 + typescript: 5.8.3 + yargs-parser: 21.1.1 + optionalDependencies: + '@babel/core': 7.27.4 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.27.4) + + ts-node@10.9.2(@swc/core@1.12.5)(@types/node@22.15.18)(typescript@5.8.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 22.15.18 + acorn: 8.14.1 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.8.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.12.5 + + tsconfig-paths@3.15.0: + dependencies: + '@types/json5': 0.0.29 + json5: 1.0.2 + minimist: 1.2.8 + strip-bom: 3.0.0 + + tsconfig-paths@4.2.0: + dependencies: + json5: 2.2.3 + minimist: 1.2.8 + strip-bom: 3.0.0 + + tslib@2.8.1: {} + + tsparticles-basic@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + tsparticles-move-base: 2.12.0 + tsparticles-shape-circle: 2.12.0 + tsparticles-updater-color: 2.12.0 + tsparticles-updater-opacity: 2.12.0 + tsparticles-updater-out-modes: 2.12.0 + tsparticles-updater-size: 2.12.0 + + tsparticles-engine@2.12.0: {} + + tsparticles-interaction-external-attract@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-bounce@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-bubble@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-connect@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-grab@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-pause@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-push@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-remove@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-repulse@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-external-slow@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-particles-attract@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-particles-collisions@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-interaction-particles-links@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-move-base@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-move-parallax@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-particles.js@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-plugin-easing-quad@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-circle@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-image@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-line@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-polygon@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-square@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-star@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-shape-text@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-slim@2.12.0: + dependencies: + tsparticles-basic: 2.12.0 + tsparticles-engine: 2.12.0 + tsparticles-interaction-external-attract: 2.12.0 + tsparticles-interaction-external-bounce: 2.12.0 + tsparticles-interaction-external-bubble: 2.12.0 + tsparticles-interaction-external-connect: 2.12.0 + tsparticles-interaction-external-grab: 2.12.0 + tsparticles-interaction-external-pause: 2.12.0 + tsparticles-interaction-external-push: 2.12.0 + tsparticles-interaction-external-remove: 2.12.0 + tsparticles-interaction-external-repulse: 2.12.0 + tsparticles-interaction-external-slow: 2.12.0 + tsparticles-interaction-particles-attract: 2.12.0 + tsparticles-interaction-particles-collisions: 2.12.0 + tsparticles-interaction-particles-links: 2.12.0 + tsparticles-move-base: 2.12.0 + tsparticles-move-parallax: 2.12.0 + tsparticles-particles.js: 2.12.0 + tsparticles-plugin-easing-quad: 2.12.0 + tsparticles-shape-circle: 2.12.0 + tsparticles-shape-image: 2.12.0 + tsparticles-shape-line: 2.12.0 + tsparticles-shape-polygon: 2.12.0 + tsparticles-shape-square: 2.12.0 + tsparticles-shape-star: 2.12.0 + tsparticles-shape-text: 2.12.0 + tsparticles-updater-color: 2.12.0 + tsparticles-updater-life: 2.12.0 + tsparticles-updater-opacity: 2.12.0 + tsparticles-updater-out-modes: 2.12.0 + tsparticles-updater-rotate: 2.12.0 + tsparticles-updater-size: 2.12.0 + tsparticles-updater-stroke-color: 2.12.0 + + tsparticles-updater-color@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-life@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-opacity@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-out-modes@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-rotate@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-size@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsparticles-updater-stroke-color@2.12.0: + dependencies: + tsparticles-engine: 2.12.0 + + tsx@4.19.4: + dependencies: + esbuild: 0.25.3 + get-tsconfig: 4.10.0 + optionalDependencies: + fsevents: 2.3.3 + optional: true + + tw-animate-css@1.2.9: {} + + twoslash-protocol@0.3.4: {} + + twoslash@0.3.4(typescript@5.8.3): + dependencies: + '@typescript/vfs': 1.6.1(typescript@5.8.3) + twoslash-protocol: 0.3.4 + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + type-detect@4.0.8: {} + + type-fest@0.21.3: {} + + type-fest@0.8.1: {} + + type-fest@4.41.0: {} + + type-is@1.6.18: + dependencies: + media-typer: 0.3.0 + mime-types: 2.1.35 + + typed-array-buffer@1.0.3: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + is-typed-array: 1.1.15 + + typed-array-byte-length@1.0.3: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.5 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + + typed-array-byte-offset@1.0.4: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.5 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + reflect.getprototypeof: 1.0.10 + + typed-array-length@1.0.7: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.5 + gopd: 1.2.0 + is-typed-array: 1.1.15 + possible-typed-array-names: 1.1.0 + reflect.getprototypeof: 1.0.10 + + typedarray-to-buffer@3.1.5: + dependencies: + is-typedarray: 1.0.0 + + typescript-eslint@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3): + dependencies: + '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.27.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + typescript-transform-paths@3.5.5(typescript@5.8.3): + dependencies: + minimatch: 9.0.5 + typescript: 5.8.3 + + typescript@5.8.3: {} + + ufo@1.6.1: {} + + unbox-primitive@1.1.0: + dependencies: + call-bound: 1.0.4 + has-bigints: 1.1.0 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.1 + + undici-types@6.21.0: {} + + unicorn-magic@0.1.0: {} + + unified@11.0.5: + dependencies: + '@types/unist': 3.0.3 + bail: 2.0.2 + devlop: 1.1.0 + extend: 3.0.2 + is-plain-obj: 4.1.0 + trough: 2.2.0 + vfile: 6.0.3 + + unist-util-is@6.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-position-from-estree@2.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-position@5.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-stringify-position@4.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-visit-parents@6.0.1: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + + unist-util-visit@5.0.0: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 + + universalify@0.2.0: {} + + universalify@2.0.1: {} + + unpipe@1.0.0: {} + + unplugin@1.16.1: + dependencies: + acorn: 8.14.1 + webpack-virtual-modules: 0.6.2 + + unrs-resolver@1.7.2: + dependencies: + napi-postinstall: 0.2.3 + optionalDependencies: + '@unrs/resolver-binding-darwin-arm64': 1.7.2 + '@unrs/resolver-binding-darwin-x64': 1.7.2 + '@unrs/resolver-binding-freebsd-x64': 1.7.2 + '@unrs/resolver-binding-linux-arm-gnueabihf': 1.7.2 + '@unrs/resolver-binding-linux-arm-musleabihf': 1.7.2 + '@unrs/resolver-binding-linux-arm64-gnu': 1.7.2 + '@unrs/resolver-binding-linux-arm64-musl': 1.7.2 + '@unrs/resolver-binding-linux-ppc64-gnu': 1.7.2 + '@unrs/resolver-binding-linux-riscv64-gnu': 1.7.2 + '@unrs/resolver-binding-linux-riscv64-musl': 1.7.2 + '@unrs/resolver-binding-linux-s390x-gnu': 1.7.2 + '@unrs/resolver-binding-linux-x64-gnu': 1.7.2 + '@unrs/resolver-binding-linux-x64-musl': 1.7.2 + '@unrs/resolver-binding-wasm32-wasi': 1.7.2 + '@unrs/resolver-binding-win32-arm64-msvc': 1.7.2 + '@unrs/resolver-binding-win32-ia32-msvc': 1.7.2 + '@unrs/resolver-binding-win32-x64-msvc': 1.7.2 + + update-browserslist-db@1.1.3(browserslist@4.24.4): + dependencies: + browserslist: 4.24.4 + escalade: 3.2.0 + picocolors: 1.1.1 + + uri-js@4.4.1: + dependencies: + punycode: 2.3.1 + + url-parse@1.5.10: + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + + use-callback-ref@1.3.3(@types/react@19.1.4)(react@19.1.1): + dependencies: + react: 19.1.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 19.1.4 + + use-sidecar@1.1.3(@types/react@19.1.4)(react@19.1.1): + dependencies: + detect-node-es: 1.1.0 + react: 19.1.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 19.1.4 + + use-sync-external-store@1.5.0(react@19.1.1): + dependencies: + react: 19.1.1 + + util-deprecate@1.0.2: {} + + utils-merge@1.0.1: {} + + uuid@11.1.0: {} + + uuid@8.3.2: {} + + v8-compile-cache-lib@3.0.1: {} + + v8-to-istanbul@9.3.0: + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + '@types/istanbul-lib-coverage': 2.0.6 + convert-source-map: 2.0.0 + + vary@1.1.2: {} + + vfile-message@4.0.2: + dependencies: + '@types/unist': 3.0.3 + unist-util-stringify-position: 4.0.0 + + vfile@6.0.3: + dependencies: + '@types/unist': 3.0.3 + vfile-message: 4.0.2 + + vite-plugin-dts@4.5.4(@types/node@22.15.18)(rollup@4.40.1)(typescript@5.8.3)(vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1)): + dependencies: + '@microsoft/api-extractor': 7.52.8(@types/node@22.15.18) + '@rollup/pluginutils': 5.2.0(rollup@4.40.1) + '@volar/typescript': 2.4.14 + '@vue/language-core': 2.2.0(typescript@5.8.3) + compare-versions: 6.1.1 + debug: 4.4.0 + kolorist: 1.8.0 + local-pkg: 1.1.1 + magic-string: 0.30.17 + typescript: 5.8.3 + optionalDependencies: + vite: 7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1) + transitivePeerDependencies: + - '@types/node' + - rollup + - supports-color + + vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1): + dependencies: + esbuild: 0.25.3 + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.3 + rollup: 4.40.1 + tinyglobby: 0.2.13 + optionalDependencies: + '@types/node': 22.15.18 + fsevents: 2.3.3 + jiti: 2.4.2 + less: 4.3.0 + lightningcss: 1.30.1 + terser: 5.43.1 + tsx: 4.19.4 + yaml: 2.7.1 + + vite@7.0.4(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.19.4)(yaml@2.7.1): + dependencies: + esbuild: 0.25.3 + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.3 + rollup: 4.40.1 + tinyglobby: 0.2.14 + optionalDependencies: + '@types/node': 22.15.18 + fsevents: 2.3.3 + jiti: 2.4.2 + less: 4.3.0 + lightningcss: 1.30.1 + terser: 5.43.1 + tsx: 4.19.4 + yaml: 2.7.1 + + vscode-jsonrpc@8.2.0: {} + + vscode-languageserver-protocol@3.17.5: + dependencies: + vscode-jsonrpc: 8.2.0 + vscode-languageserver-types: 3.17.5 + + vscode-languageserver-textdocument@1.0.12: {} + + vscode-languageserver-types@3.17.5: {} + + vscode-languageserver@9.0.1: + dependencies: + vscode-languageserver-protocol: 3.17.5 + + vscode-uri@3.0.8: {} + + vscode-uri@3.1.0: {} + + w3c-xmlserializer@4.0.0: + dependencies: + xml-name-validator: 4.0.0 + + wait-on@7.2.0: + dependencies: + axios: 1.9.0 + joi: 17.13.3 + lodash: 4.17.21 + minimist: 1.2.8 + rxjs: 7.8.2 + transitivePeerDependencies: + - debug + + wait-on@8.0.3: + dependencies: + axios: 1.9.0 + joi: 17.13.3 + lodash: 4.17.21 + minimist: 1.2.8 + rxjs: 7.8.2 + transitivePeerDependencies: + - debug + + wait-port@0.2.14: + dependencies: + chalk: 2.4.2 + commander: 3.0.2 + debug: 4.4.0 + transitivePeerDependencies: + - supports-color + + walker@1.0.8: + dependencies: + makeerror: 1.0.12 + + wcwidth@1.0.1: + dependencies: + defaults: 1.0.4 + + web-streams-polyfill@4.0.0-beta.3: {} + + webidl-conversions@3.0.1: {} + + webidl-conversions@7.0.0: {} + + webpack-virtual-modules@0.6.2: {} + + whatwg-encoding@2.0.0: + dependencies: + iconv-lite: 0.6.3 + + whatwg-mimetype@3.0.0: {} + + whatwg-url@11.0.0: + dependencies: + tr46: 3.0.0 + webidl-conversions: 7.0.0 + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + + which-boxed-primitive@1.1.1: + dependencies: + is-bigint: 1.1.0 + is-boolean-object: 1.2.2 + is-number-object: 1.1.1 + is-string: 1.1.1 + is-symbol: 1.1.1 + + which-builtin-type@1.2.1: + dependencies: + call-bound: 1.0.4 + function.prototype.name: 1.1.8 + has-tostringtag: 1.0.2 + is-async-function: 2.1.1 + is-date-object: 1.1.0 + is-finalizationregistry: 1.1.1 + is-generator-function: 1.1.0 + is-regex: 1.2.1 + is-weakref: 1.1.1 + isarray: 2.0.5 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.19 + + which-collection@1.0.2: + dependencies: + is-map: 2.0.3 + is-set: 2.0.3 + is-weakmap: 2.0.2 + is-weakset: 2.0.4 + + which-module@2.0.1: {} + + which-typed-array@1.1.19: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + for-each: 0.3.5 + get-proto: 1.0.1 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + + which@1.3.1: + dependencies: + isexe: 2.0.0 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + word-wrap@1.2.5: {} + + wrap-ansi@6.2.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + wrappy@1.0.2: {} + + write-file-atomic@3.0.3: + dependencies: + imurmurhash: 0.1.4 + is-typedarray: 1.0.0 + signal-exit: 3.0.7 + typedarray-to-buffer: 3.1.5 + + write-file-atomic@4.0.2: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + + ws@8.18.2: {} + + xml-name-validator@4.0.0: {} + + xml@1.0.1: {} + + xmlchars@2.2.0: {} + + xtend@4.0.2: {} + + y18n@4.0.3: {} + + y18n@5.0.8: {} + + yallist@3.1.1: {} + + yallist@4.0.0: {} + + yallist@5.0.0: {} + + yaml@2.7.1: + optional: true + + yargs-parser@18.1.3: + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + + yargs-parser@21.1.1: {} + + yargs@15.4.1: + dependencies: + cliui: 6.0.0 + decamelize: 1.2.0 + find-up: 4.1.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 4.2.3 + which-module: 2.0.1 + y18n: 4.0.3 + yargs-parser: 18.1.3 + + yargs@17.7.2: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + + yn@3.1.1: {} + + yocto-queue@0.1.0: {} + + yocto-queue@1.2.1: {} + + zip-stream@6.0.1: + dependencies: + archiver-utils: 5.0.2 + compress-commons: 6.0.2 + readable-stream: 4.7.0 + + zod-to-json-schema@3.24.5(zod@3.24.4): + dependencies: + zod: 3.24.4 + + zod@3.24.4: {} + + zustand@4.5.6(@types/react@19.1.4)(react@19.1.1): + dependencies: + use-sync-external-store: 1.5.0(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.4 + react: 19.1.1 + + zustand@5.0.6(@types/react@19.1.4)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)): + optionalDependencies: + '@types/react': 19.1.4 + react: 19.1.1 + use-sync-external-store: 1.5.0(react@19.1.1) + + zwitch@2.0.4: {} diff --git a/data/pnpm-workspace.yaml b/data/pnpm-workspace.yaml new file mode 100644 index 0000000000000000000000000000000000000000..75a8a4519238a283a1f8ee42bf5ffb711f5034f4 --- /dev/null +++ b/data/pnpm-workspace.yaml @@ -0,0 +1,3 @@ +packages: + - 'packages/**' + - 'playground'