From 9a6a603fca3d9f7d0280a998f85ac937a4938000 Mon Sep 17 00:00:00 2001 From: Florian Lotz Date: Wed, 30 Oct 2024 15:02:59 +0100 Subject: [PATCH 1/5] Add GraphQL Voyager Plugin --- plugins/.gitignore | 1 + plugins/graphqlvoyager/.gitignore | 2 + plugins/graphqlvoyager/NOTICE | 4444 ++++++++++++++++++++++ plugins/graphqlvoyager/__init__.py | 0 plugins/graphqlvoyager/app.py | 4 + plugins/graphqlvoyager/build.sh | 13 + plugins/graphqlvoyager/index.html | 41 + plugins/graphqlvoyager/package-lock.json | 2120 +++++++++++ plugins/graphqlvoyager/package.json | 19 + plugins/graphqlvoyager/static/plugin.js | 24 + 10 files changed, 6668 insertions(+) create mode 100644 plugins/graphqlvoyager/.gitignore create mode 100644 plugins/graphqlvoyager/NOTICE create mode 100644 plugins/graphqlvoyager/__init__.py create mode 100644 plugins/graphqlvoyager/app.py create mode 100755 plugins/graphqlvoyager/build.sh create mode 100644 plugins/graphqlvoyager/index.html create mode 100644 plugins/graphqlvoyager/package-lock.json create mode 100644 plugins/graphqlvoyager/package.json create mode 100644 plugins/graphqlvoyager/static/plugin.js diff --git a/plugins/.gitignore b/plugins/.gitignore index dfa664f28..cc1791d73 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -4,3 +4,4 @@ !/demoplugin !/cyberchef !/customizetheme +!/graphqlvoyager \ No newline at end of file diff --git a/plugins/graphqlvoyager/.gitignore b/plugins/graphqlvoyager/.gitignore new file mode 100644 index 000000000..0575d3270 --- /dev/null +++ b/plugins/graphqlvoyager/.gitignore @@ -0,0 +1,2 @@ +static/voyager +node_modules/ \ No newline at end of file diff --git a/plugins/graphqlvoyager/NOTICE b/plugins/graphqlvoyager/NOTICE new file mode 100644 index 000000000..9944c9db0 --- /dev/null +++ b/plugins/graphqlvoyager/NOTICE @@ -0,0 +1,4444 @@ +@babel/code-frame 7.26.0 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/generator 7.26.0 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/helper-module-imports 7.25.9 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/helper-string-parser 7.25.9 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/helper-validator-identifier 7.25.9 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/parser 7.26.1 +MIT +Copyright (C) 2012-2014 by various contributors (see AUTHORS) + +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. + + +@babel/runtime 7.26.0 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/template 7.25.9 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/traverse 7.25.9 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@babel/types 7.26.0 +MIT +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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. + + +@emotion/babel-plugin 11.12.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/cache 11.13.1 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/hash 0.9.2 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/is-prop-valid 1.3.1 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/memoize 0.9.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/react 11.13.3 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/serialize 1.3.2 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/sheet 1.4.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/styled 11.13.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/unitless 0.10.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/use-insertion-effect-with-fallbacks 1.1.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/utils 1.4.1 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@emotion/weak-memoize 0.4.0 +MIT +MIT License + +Copyright (c) Emotion team and other contributors + +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. + + +@floating-ui/core 1.6.8 +MIT +MIT License + +Copyright (c) 2021-present Floating UI contributors + +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. + + +@floating-ui/dom 1.6.12 +MIT +MIT License + +Copyright (c) 2021-present Floating UI contributors + +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. + + +@floating-ui/react-dom 2.1.2 +MIT +MIT License + +Copyright (c) 2021-present Floating UI contributors + +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. + + +@floating-ui/utils 0.2.8 +MIT +MIT License + +Copyright (c) 2021-present Floating UI contributors + +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. + + +@isaacs/cliui 8.0.2 +ISC +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +@jridgewell/gen-mapping 0.3.5 +MIT +Copyright 2022 Justin Ridgewell + +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. + + +@jridgewell/resolve-uri 3.1.2 +MIT +Copyright 2019 Justin Ridgewell + +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. + +@jridgewell/set-array 1.2.1 +MIT +Copyright 2022 Justin Ridgewell + +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. + + +@jridgewell/sourcemap-codec 1.5.0 +MIT +The MIT License + +Copyright (c) 2015 Rich Harris + +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. + + +@jridgewell/trace-mapping 0.3.25 +MIT +Copyright 2022 Justin Ridgewell + +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. + + +@mui/base 5.0.0-beta.40 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/core-downloads-tracker 5.16.7 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/icons-material 5.16.7 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/lab 5.0.0-alpha.169 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/material 5.16.7 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/private-theming 5.16.6 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/styled-engine 5.16.6 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/system 5.16.7 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/types 7.2.19 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@mui/utils 5.16.6 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Call-Em-All + +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. + + +@npmcli/fs 3.1.1 +ISC + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + +@pkgjs/parseargs 0.11.0 +MIT + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +@popperjs/core 2.11.8 +MIT +The MIT License (MIT) + +Copyright (c) 2019 Federico Zivolo + +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. + + +@types/parse-json 4.0.2 +MIT + MIT License + + Copyright (c) Microsoft Corporation. + + 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 + + +@types/prop-types 15.7.13 +MIT + MIT License + + Copyright (c) Microsoft Corporation. + + 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 + + +@types/react-transition-group 4.4.11 +MIT + MIT License + + Copyright (c) Microsoft Corporation. + + 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 + + +@types/react 18.3.12 +MIT + MIT License + + Copyright (c) Microsoft Corporation. + + 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 + + +abbrev 2.0.0 +ISC +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +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. + + +ansi-regex 5.0.1 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +ansi-regex 6.1.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +ansi-styles 4.3.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +ansi-styles 6.2.1 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +array-find-index 1.0.2 +MIT +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +babel-plugin-macros 3.1.0 +MIT +The MIT License (MIT) +Copyright (c) 2020 Kent C. Dodds + +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. + + +balanced-match 1.0.2 +MIT +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +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. + + +brace-expansion 2.0.1 +MIT +MIT License + +Copyright (c) 2013 Julian Gruber + +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. + + +callsites 3.1.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +chalk 4.1.2 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +clsx 2.1.1 +MIT +MIT License + +Copyright (c) Luke Edwards (lukeed.com) + +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. + + +color-convert 2.0.1 +MIT +Copyright (c) 2011-2016 Heather Arthur + +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. + + + +color-name 1.1.4 +MIT +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +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. + +commonmark 0.30.0 +BSD-2-Clause +Copyright (c) 2014, John MacFarlane + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--- + +lib/from-code-point.js is derived from a polyfill +Copyright Mathias Bynens + +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. + +--- + +bench/samples/*.md: + +With the exception of `bench/samples/README.md`, the samples in +`bench/samples` are taken from https://github.com/markdown-it/markdown-it. + +Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin. + +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. + +--- + +The CommonMark spec (spec.txt) in test/ is + +Copyright (C) 2014-15 John MacFarlane + +Released under the Creative Commons CC-BY-SA 4.0 license: +. + + +convert-source-map 1.9.0 +MIT +Copyright 2013 Thorsten Lorenz. +All rights reserved. + +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. + + +cosmiconfig 7.1.0 +MIT +The MIT License (MIT) + +Copyright (c) 2015 David Clark + +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. + + + +cross-spawn 7.0.3 +MIT +The MIT License (MIT) + +Copyright (c) 2018 Made With MOXY Lda + +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. + + +csstype 3.1.3 +MIT +Copyright (c) 2017-2018 Fredrik Nicol + +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. + + +debug 4.3.7 +MIT +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +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. + + + +dom-helpers 5.2.1 +MIT +The MIT License (MIT) + +Copyright (c) 2015 Jason Quense + +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. + +eastasianwidth 0.2.0 +MIT +# East Asian Width + +Get [East Asian Width](http://www.unicode.org/reports/tr11/) from a character. + +'F'(Fullwidth), 'H'(Halfwidth), 'W'(Wide), 'Na'(Narrow), 'A'(Ambiguous) or 'N'(Natural). + +Original Code is [東アジアの文字幅 (East Asian Width) の判定 - 中途](http://d.hatena.ne.jp/takenspc/20111126#1322252878). + +## Install + + $ npm install eastasianwidth + +## Usage + + var eaw = require('eastasianwidth'); + console.log(eaw.eastAsianWidth('₩')) // 'F' + console.log(eaw.eastAsianWidth('。')) // 'H' + console.log(eaw.eastAsianWidth('뀀')) // 'W' + console.log(eaw.eastAsianWidth('a')) // 'Na' + console.log(eaw.eastAsianWidth('①')) // 'A' + console.log(eaw.eastAsianWidth('ف')) // 'N' + + console.log(eaw.characterLength('₩')) // 2 + console.log(eaw.characterLength('。')) // 1 + console.log(eaw.characterLength('뀀')) // 2 + console.log(eaw.characterLength('a')) // 1 + console.log(eaw.characterLength('①')) // 2 + console.log(eaw.characterLength('ف')) // 1 + + console.log(eaw.length('あいうえお')) // 10 + console.log(eaw.length('abcdefg')) // 7 + console.log(eaw.length('¢₩。ᅵㄅ뀀¢⟭a⊙①بف')) // 19 + + +emoji-regex 8.0.0 +MIT +Copyright Mathias Bynens + +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. + + +emoji-regex 9.2.2 +MIT +Copyright Mathias Bynens + +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. + + +entities 2.0.3 +BSD-2-Clause +Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +error-ex 1.3.2 +MIT +The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +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. + + +escape-string-regexp 4.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +find-root 1.1.0 +MIT +Copyright © 2017 jsdnxx + +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. + +foreground-child 3.3.0 +ISC +The ISC License + +Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +function-bind 1.1.2 +MIT +Copyright (c) 2013 Raynos. + +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. + + + +glob 10.4.5 +ISC +The ISC License + +Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +globals 11.12.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +graceful-fs 4.2.11 +ISC +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +graphql-voyager 2.1.0 +MIT +MIT License + +Copyright (c) IvanGoncharov + +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. + + +graphql 16.9.0 +MIT +MIT License + +Copyright (c) GraphQL Contributors + +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. + + +graphqlvoyager-reptor-plugin 1.0.0 +ISC + + +has-flag 4.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +hasown 2.0.2 +MIT +MIT License + +Copyright (c) Jordan Harband and contributors + +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. + + +hoist-non-react-statics 3.3.2 +BSD-3-Clause +Software License Agreement (BSD License) +======================================== + +Copyright (c) 2015, Yahoo! Inc. All rights reserved. +---------------------------------------------------- + +Redistribution and use of this software in source and binary forms, with or +without modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be + used to endorse or promote products derived from this software without + specific prior written permission of Yahoo! Inc. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +hosted-git-info 6.1.1 +ISC +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +import-fresh 3.3.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +is-arrayish 0.2.1 +MIT +The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +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. + + +is-core-module 2.15.1 +MIT +The MIT License (MIT) + +Copyright (c) 2014 Dave Justice + +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. + +is-fullwidth-code-point 3.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +isexe 2.0.0 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +jackspeak 3.4.3 +BlueOak-1.0.0 +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +**_As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim._** + + +js-tokens 4.0.0 +MIT +The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +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. + + +jsesc 3.0.2 +MIT +Copyright Mathias Bynens + +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. + + +json-parse-even-better-errors 2.3.1 +MIT +Copyright 2017 Kat Marchán +Copyright npm, Inc. + +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. + +--- + +This library is a fork of 'better-json-errors' by Kat Marchán, extended and +distributed under the terms of the MIT license above. + + +json-parse-even-better-errors 3.0.2 +MIT +Copyright 2017 Kat Marchán +Copyright npm, Inc. + +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. + +--- + +This library is a fork of 'better-json-errors' by Kat Marchán, extended and +distributed under the terms of the MIT license above. + + +license-checker-rseidelsohn 4.4.2 +BSD-3-Clause +Copyright 2012 Yahoo Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the Yahoo! Inc. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +lines-and-columns 1.2.4 +MIT +The MIT License (MIT) + +Copyright (c) 2015 Brian Donovan + +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. + + +lodash.clonedeep 4.5.0 +MIT +Copyright jQuery Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +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. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +loose-envify 1.4.0 +MIT +The MIT License (MIT) + +Copyright (c) 2015 Andres Suarez + +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. + + +lru-cache 10.4.3 +ISC +The ISC License + +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +lru-cache 7.18.3 +ISC +The ISC License + +Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +mdurl 1.0.1 +MIT +Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin. + +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. + +-------------------------------------------------------------------------------- + +.parse() is based on Joyent's node.js `url` code: + +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +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. + + +minimatch 9.0.5 +ISC +The ISC License + +Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +minimist 1.2.8 +MIT +This software is released under the MIT license: + +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. + + +minipass 7.1.2 +ISC +The ISC License + +Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +mkdirp 1.0.4 +MIT +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +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. + + +ms 2.1.3 +MIT +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +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. + + +nopt 7.2.1 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +normalize-package-data 5.0.0 +BSD-2-Clause +This package contains code originally written by Isaac Z. Schlueter. +Used with permission. + +Copyright (c) Meryn Stol ("Author") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +npm-normalize-package-bin 3.0.1 +ISC +The ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +object-assign 4.1.1 +MIT +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +package-json-from-dist 1.0.1 +BlueOak-1.0.0 +All packages under `src/` are licensed according to the terms in +their respective `LICENSE` or `LICENSE.md` files. + +The remainder of this project is licensed under the Blue Oak +Model License, as follows: + +----- + +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** + + +parent-module 1.0.1 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +parse-json 5.2.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +path-key 3.1.1 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +path-parse 1.0.7 +MIT +The MIT License (MIT) + +Copyright (c) 2015 Javier Blanco + +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. + + +path-scurry 1.11.1 +BlueOak-1.0.0 +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** + + +path-type 4.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +picocolors 1.1.1 +ISC +ISC License + +Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +prop-types 15.8.1 +MIT +MIT License + +Copyright (c) 2013-present, Facebook, Inc. + +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. + + +react-dom 18.3.1 +MIT +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +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. + + +react-is 16.13.1 +MIT +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +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. + + +react-is 18.3.1 +MIT +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +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. + + +react-transition-group 4.4.5 +BSD-3-Clause +BSD 3-Clause License + +Copyright (c) 2018, React Community +Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +react 18.3.1 +MIT +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +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. + + +read-installed-packages 2.0.1 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter, Dmitry Semigradsky + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + +read-package-json 6.0.4 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +regenerator-runtime 0.14.1 +MIT +MIT License + +Copyright (c) 2014-present, Facebook, Inc. + +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. + + +resolve-from 4.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +resolve 1.22.8 +MIT +MIT License + +Copyright (c) 2012 James Halliday + +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. + + +scheduler 0.23.2 +MIT +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +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. + + +semver 7.6.3 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +shebang-command 2.0.0 +MIT +MIT License + +Copyright (c) Kevin Mårtensson (github.com/kevva) + +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. + + +shebang-regex 3.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +signal-exit 4.1.0 +ISC +The ISC License + +Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +slide 1.1.6 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +source-map 0.5.7 +BSD-3-Clause + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +spdx-compare 1.0.0 +MIT +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell + +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. + + +spdx-correct 3.2.0 +Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +spdx-exceptions 2.5.0 +CC-BY-3.0 +The package exports an array of strings. Each string is an identifier +for a license exception under the [Software Package Data Exchange +(SPDX)][SPDX] software license metadata standard. + +[SPDX]: https://spdx.org + +## Copyright and Licensing + +### SPDX + +"SPDX" is a federally registered United States trademark of The Linux +Foundation Corporation. + +From version 2.0 of the [SPDX] specification: + +> Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed +> under the Creative Commons Attribution License 3.0 Unported. All other +> rights are expressly reserved. + +The Linux Foundation and the SPDX working groups are good people. Only +they decide what "SPDX" means, as a standard and otherwise. I respect +their work and their rights. You should, too. + +### This Package + +> I created this package by copying exception identifiers out of the +> SPDX specification. That work was mechanical, routine, and required no +> creativity whatsoever. - Kyle Mitchell, package author + +United States users concerned about intellectual property may wish to +discuss the following Supreme Court decisions with their attorneys: + +- _Baker v. Selden_, 101 U.S. 99 (1879) + +- _Feist Publications, Inc., v. Rural Telephone Service Co._, + 499 U.S. 340 (1991) + + +spdx-expression-parse 3.0.1 +MIT +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +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. + + +spdx-license-ids 3.0.20 +CC0-1.0 +# spdx-license-ids + +[![npm version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.com/package/spdx-license-ids) +[![Github Actions](https://action-badges.now.sh/jslicense/spdx-license-ids)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/jslicense/spdx-license-ids) + +A list of [SPDX license](https://spdx.org/licenses/) identifiers + +## Installation + +[Download JSON directly](https://raw.githubusercontent.com/jslicense/spdx-license-ids/main/index.json), or [use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/about-npm/): + +``` +npm install spdx-license-ids +``` + +## [Node.js](https://nodejs.org/) API + +### require('spdx-license-ids') + +Type: `string[]` + +All license IDs except for the currently deprecated ones. + +```javascript +const ids = require('spdx-license-ids'); +//=> ['0BSD', 'AAL', 'ADSL', 'AFL-1.1', 'AFL-1.2', 'AFL-2.0', 'AFL-2.1', 'AFL-3.0', 'AGPL-1.0-only', ...] + +ids.includes('BSD-3-Clause'); //=> true +ids.includes('CC-BY-1.0'); //=> true + +ids.includes('GPL-3.0'); //=> false +``` + +### require('spdx-license-ids/deprecated') + +Type: `string[]` + +Deprecated license IDs. + +```javascript +const deprecatedIds = require('spdx-license-ids/deprecated'); +//=> ['AGPL-1.0', 'AGPL-3.0', 'GFDL-1.1', 'GFDL-1.2', 'GFDL-1.3', 'GPL-1.0', 'GPL-2.0', ...] + +deprecatedIds.includes('BSD-3-Clause'); //=> false +deprecatedIds.includes('CC-BY-1.0'); //=> false + +deprecatedIds.includes('GPL-3.0'); //=> true +``` + +## License + +[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed) + + +spdx-ranges 2.1.1 +(MIT AND CC-BY-3.0) +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell + +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. + + +spdx-satisfies 5.0.1 +MIT +The MIT License + +Copyright (c) spdx-satisfies.js contributors + +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. + + +string-width 4.2.3 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +string-width 5.1.2 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +string.prototype.repeat 0.2.0 +MIT +Copyright Mathias Bynens + +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. + + +strip-ansi 6.0.1 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +strip-ansi 7.1.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +stylis 4.2.0 +MIT +MIT License + +Copyright (c) 2016-present Sultan Tarimo + +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. + + +supports-color 7.2.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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. + + +supports-preserve-symlinks-flag 1.0.0 +MIT +MIT License + +Copyright (c) 2022 Inspect JS + +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. + + +svg-pan-zoom 3.6.1 +BSD-2-Clause +Copyright 2009-2010 Andrea Leofreddi +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +treeify 1.1.0 +MIT +The MIT License (MIT) + +Copyright (c) 2012-2018 Luke Plaster + +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. + + +validate-npm-package-license 3.0.4 +Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +which 2.0.2 +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +wrap-ansi 7.0.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +wrap-ansi 8.1.0 +MIT +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + + +yaml 1.10.2 +ISC +Copyright 2018 Eemeli Aro + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + diff --git a/plugins/graphqlvoyager/__init__.py b/plugins/graphqlvoyager/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/plugins/graphqlvoyager/app.py b/plugins/graphqlvoyager/app.py new file mode 100644 index 000000000..0aa3e7695 --- /dev/null +++ b/plugins/graphqlvoyager/app.py @@ -0,0 +1,4 @@ +from reportcreator_api.conf.plugins import PluginConfig + +class GraphQLVoyagerPluginConfig(PluginConfig): + plugin_id = '93673551-b25a-4e15-b0a9-66545f2acbf6' diff --git a/plugins/graphqlvoyager/build.sh b/plugins/graphqlvoyager/build.sh new file mode 100755 index 000000000..1d261ab48 --- /dev/null +++ b/plugins/graphqlvoyager/build.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +if [ ! -d static/voyager ]; then + mkdir static/voyager + # Download sample introspection shema + curl https://raw.githubusercontent.com/graphql-kit/graphql-voyager/refs/heads/main/demo/presets/swapi_introspection.json -o static/voyager/introspection.json + # Adds Licences to NOTICE file + npm run dependencies + # Adds HTML, JS and CSS files to static/voyager + npm run build +else + echo "GraphQL Voyager already exists. Skipping download." +fi diff --git a/plugins/graphqlvoyager/index.html b/plugins/graphqlvoyager/index.html new file mode 100644 index 000000000..0a1539905 --- /dev/null +++ b/plugins/graphqlvoyager/index.html @@ -0,0 +1,41 @@ + + + + + + + + + + +
Loading...
+ + + + \ No newline at end of file diff --git a/plugins/graphqlvoyager/package-lock.json b/plugins/graphqlvoyager/package-lock.json new file mode 100644 index 000000000..532885d32 --- /dev/null +++ b/plugins/graphqlvoyager/package-lock.json @@ -0,0 +1,2120 @@ +{ + "name": "graphqlvoyager-reptor-plugin", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "graphqlvoyager-reptor-plugin", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "graphql-voyager": "^2.1.0" + }, + "devDependencies": { + "license-checker-rseidelsohn": "^4.2.8" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.0.tgz", + "integrity": "sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.0.tgz", + "integrity": "sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.26.0", + "@babel/types": "^7.26.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.26.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz", + "integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.26.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "license": "MIT", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@emotion/babel-plugin": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", + "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.2.0", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/cache": { + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", + "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" + }, + "node_modules/@emotion/is-prop-valid": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0" + } + }, + "node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/react": { + "version": "11.13.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", + "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", + "hoist-non-react-statics": "^3.3.1" + }, + "peerDependencies": { + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/serialize": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz", + "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==", + "license": "MIT", + "dependencies": { + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.10.0", + "@emotion/utils": "^1.4.1", + "csstype": "^3.0.2" + } + }, + "node_modules/@emotion/sheet": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", + "license": "MIT" + }, + "node_modules/@emotion/styled": { + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz", + "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/is-prop-valid": "^1.3.0", + "@emotion/serialize": "^1.3.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0" + }, + "peerDependencies": { + "@emotion/react": "^11.0.0-rc.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/unitless": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", + "license": "MIT" + }, + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", + "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@emotion/utils": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz", + "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==", + "license": "MIT" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", + "license": "MIT" + }, + "node_modules/@floating-ui/core": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", + "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz", + "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz", + "integrity": "sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", + "license": "MIT" + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@mui/base": { + "version": "5.0.0-beta.40", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.40.tgz", + "integrity": "sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@floating-ui/react-dom": "^2.0.8", + "@mui/types": "^7.2.14", + "@mui/utils": "^5.15.14", + "@popperjs/core": "^2.11.8", + "clsx": "^2.1.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/core-downloads-tracker": { + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.7.tgz", + "integrity": "sha512-RtsCt4Geed2/v74sbihWzzRs+HsIQCfclHeORh5Ynu2fS4icIKozcSubwuG7vtzq2uW3fOR1zITSP84TNt2GoQ==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + } + }, + "node_modules/@mui/icons-material": { + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@mui/material": "^5.0.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/lab": { + "version": "5.0.0-alpha.169", + "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.169.tgz", + "integrity": "sha512-h6xe1K6ISKUbyxTDgdvql4qoDP6+q8ad5fg9nXQxGLUrIeT2jVrBuT/jRECSTufbnhzP+V5kulvYxaMfM8rEdA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/base": "5.0.0-beta.40", + "@mui/system": "^5.15.14", + "@mui/types": "^7.2.14", + "@mui/utils": "^5.15.14", + "clsx": "^2.1.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@mui/material": ">=5.15.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/material": { + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.16.7.tgz", + "integrity": "sha512-cwwVQxBhK60OIOqZOVLFt55t01zmarKJiJUWbk0+8s/Ix5IaUzAShqlJchxsIQ4mSrWqgcKCCXKtIlG5H+/Jmg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/core-downloads-tracker": "^5.16.7", + "@mui/system": "^5.16.7", + "@mui/types": "^7.2.15", + "@mui/utils": "^5.16.6", + "@popperjs/core": "^2.11.8", + "@types/react-transition-group": "^4.4.10", + "clsx": "^2.1.0", + "csstype": "^3.1.3", + "prop-types": "^15.8.1", + "react-is": "^18.3.1", + "react-transition-group": "^4.4.5" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/private-theming": { + "version": "5.16.6", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.16.6.tgz", + "integrity": "sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/utils": "^5.16.6", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/styled-engine": { + "version": "5.16.6", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.16.6.tgz", + "integrity": "sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@emotion/cache": "^11.11.0", + "csstype": "^3.1.3", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@emotion/react": "^11.4.1", + "@emotion/styled": "^11.3.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + } + } + }, + "node_modules/@mui/system": { + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.16.7.tgz", + "integrity": "sha512-Jncvs/r/d/itkxh7O7opOunTqbbSSzMTHzZkNLM+FjAOg+cYAZHrPDlYe1ZGKUYORwwb2XexlWnpZp0kZ4AHuA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/private-theming": "^5.16.6", + "@mui/styled-engine": "^5.16.6", + "@mui/types": "^7.2.15", + "@mui/utils": "^5.16.6", + "clsx": "^2.1.0", + "csstype": "^3.1.3", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/types": { + "version": "7.2.19", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.19.tgz", + "integrity": "sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/utils": { + "version": "5.16.6", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.16.6.tgz", + "integrity": "sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.9", + "@mui/types": "^7.2.15", + "@types/prop-types": "^15.7.12", + "clsx": "^2.1.1", + "prop-types": "^15.8.1", + "react-is": "^18.3.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@npmcli/fs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", + "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", + "dev": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "license": "MIT", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-transition-group": { + "version": "4.4.11", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", + "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==", + "license": "MIT", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/abbrev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/commonmark": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.30.0.tgz", + "integrity": "sha512-j1yoUo4gxPND1JWV9xj5ELih0yMv1iCWDG6eEQIPLSWLxzCXiFoyS7kvB+WwU+tZMf4snwJMMtaubV0laFpiBA==", + "license": "BSD-2-Clause", + "dependencies": { + "entities": "~2.0", + "mdurl": "~1.0.1", + "minimist": ">=1.2.2", + "string.prototype.repeat": "^0.2.0" + }, + "bin": { + "commonmark": "bin/commonmark" + }, + "engines": { + "node": "*" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" + }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==", + "license": "BSD-2-Clause" + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "license": "MIT" + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC", + "optional": true + }, + "node_modules/graphql": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", + "peer": true, + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, + "node_modules/graphql-voyager": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/graphql-voyager/-/graphql-voyager-2.1.0.tgz", + "integrity": "sha512-CmYqMMK9aNpi7lMf1/9HvIj0Vyc01EokngZPPZgazH8DWWpVOWYt2OQfkzZVWm7ZgyMqMeKOyhNtjVZbOUNB8A==", + "license": "MIT", + "dependencies": { + "@emotion/react": "11.13.3", + "@emotion/styled": "11.13.0", + "@mui/icons-material": "5.16.7", + "@mui/lab": "5.0.0-alpha.169", + "@mui/material": "5.16.7", + "commonmark": "0.30.0", + "svg-pan-zoom": "3.6.1" + }, + "engines": { + "node": ">=20.0.0" + }, + "funding": { + "url": "https://github.com/graphql-kit/graphql-voyager?sponsor=1" + }, + "peerDependencies": { + "graphql": ">=16.5.0", + "react": ">=18.0.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "license": "BSD-3-Clause", + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/hoist-non-react-statics/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/hosted-git-info": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", + "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^7.5.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "license": "MIT" + }, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" + }, + "node_modules/license-checker-rseidelsohn": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.2.tgz", + "integrity": "sha512-Sf8WaJhd2vELvCne+frS9AXqnY/vv591s2/nZcJDwTnoNgltG4mAmoenffVb8L2YPRYbxARLyrHJBC38AVfpuA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "chalk": "4.1.2", + "debug": "^4.3.4", + "lodash.clonedeep": "^4.5.0", + "mkdirp": "^1.0.4", + "nopt": "^7.2.0", + "read-installed-packages": "^2.0.1", + "semver": "^7.3.5", + "spdx-correct": "^3.1.1", + "spdx-expression-parse": "^3.0.1", + "spdx-satisfies": "^5.0.1", + "treeify": "^1.1.0" + }, + "bin": { + "license-checker-rseidelsohn": "bin/license-checker-rseidelsohn.js" + }, + "engines": { + "node": ">=18", + "npm": ">=8" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" + }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", + "license": "MIT" + }, + "node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/nopt": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", + "dev": true, + "license": "ISC", + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/normalize-package-data": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", + "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "hosted-git-info": "^6.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", + "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/read-installed-packages": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/read-installed-packages/-/read-installed-packages-2.0.1.tgz", + "integrity": "sha512-t+fJOFOYaZIjBpTVxiV8Mkt7yQyy4E6MSrrnt5FmPd4enYvpU/9DYGirDmN1XQwkfeuWIhM/iu0t2rm6iSr0CA==", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "debug": "^4.3.4", + "read-package-json": "^6.0.0", + "semver": "2 || 3 || 4 || 5 || 6 || 7", + "slide": "~1.1.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.2" + } + }, + "node_modules/read-package-json": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz", + "integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==", + "deprecated": "This package is no longer supported. Please use @npmcli/package-json instead.", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^10.2.2", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^5.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", + "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "license": "MIT" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "license": "MIT", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/slide": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", + "dev": true, + "license": "ISC", + "engines": { + "node": "*" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdx-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", + "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-find-index": "^1.0.2", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true, + "license": "CC-BY-3.0" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz", + "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/spdx-ranges": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", + "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", + "dev": true, + "license": "(MIT AND CC-BY-3.0)" + }, + "node_modules/spdx-satisfies": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-5.0.1.tgz", + "integrity": "sha512-Nwor6W6gzFp8XX4neaKQ7ChV4wmpSh2sSDemMFSzHxpTw460jxFYeOn+jq4ybnSSw/5sc3pjka9MQPouksQNpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-compare": "^1.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.repeat": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz", + "integrity": "sha512-1BH+X+1hSthZFW+X+JaUkjkkUPwIlLEMJBLANN3hOob3RhEk5snLWNECDnYbgn/m5c5JV7Ersu1Yubaf+05cIA==" + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-pan-zoom": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/svg-pan-zoom/-/svg-pan-zoom-3.6.1.tgz", + "integrity": "sha512-JaKkGHHfGvRrcMPdJWkssLBeWqM+Isg/a09H7kgNNajT1cX5AztDTNs+C8UzpCxjCTRrG34WbquwaovZbmSk9g==", + "license": "BSD-2-Clause" + }, + "node_modules/treeify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", + "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + } + } +} diff --git a/plugins/graphqlvoyager/package.json b/plugins/graphqlvoyager/package.json new file mode 100644 index 000000000..0aced1d7f --- /dev/null +++ b/plugins/graphqlvoyager/package.json @@ -0,0 +1,19 @@ +{ + "name": "graphqlvoyager-reptor-plugin", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "build": "npm i && cp ./node_modules/graphql-voyager/dist/voyager.css ./static/voyager/voyager.css && cp ./node_modules/graphql-voyager/dist/voyager.standalone.js ./static/voyager/voyager.standalone.js && cp ./index.html ./static/voyager/index.html", + "generate-notice": "license-checker-rseidelsohn --excludePrivatePackages --excludePackages='stackframe@0.3.1' --onlyAllow='MIT;MIT*;Apache-2.0;MIT OR Apache-2.0;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;CC-BY-3.0;CC-BY-4.0;CC-BY-ND-4.0;Unlicense;MPL-2.0;BlueOak-1.0.0;Python-2.0;EPL-2.0;(BSD-3-Clause OR GPL-2.0);(MIT AND CC-BY-3.0);(MIT OR CC0-1.0)' --plainVertical > NOTICE", + "dependencies": "npm run generate-notice" + }, + "author": "Florian Lotz (florian@syslifters.com)", + "license": "ISC", + "description": "", + "dependencies": { + "graphql-voyager": "^2.1.0" + }, + "devDependencies": { + "license-checker-rseidelsohn": "^4.2.8" + } +} diff --git a/plugins/graphqlvoyager/static/plugin.js b/plugins/graphqlvoyager/static/plugin.js new file mode 100644 index 000000000..9b23566b0 --- /dev/null +++ b/plugins/graphqlvoyager/static/plugin.js @@ -0,0 +1,24 @@ +export default function(options) { + const routeConfig = { + route: { + path: '', + component: () => options.pluginHelpers.iframeComponent(({ _ }) => { + return { + src: 'voyager/index.html' + }; + }), + }, + menu: { + title: 'GraphQL Voyager', + icon: 'mdi-graph', + }, + }; + options.pluginHelpers.addRoute({ + scope: 'main', + ...routeConfig, + }); + options.pluginHelpers.addRoute({ + scope: 'project', + ...routeConfig, + }); +} \ No newline at end of file From 2df51f08809c1cf0b9deb91738dd618912ccbe42 Mon Sep 17 00:00:00 2001 From: Florian Lotz Date: Thu, 31 Oct 2024 10:41:08 +0100 Subject: [PATCH 2/5] Vite Build --- plugins/graphqlvoyager/.gitignore | 3 +- plugins/graphqlvoyager/build.sh | 10 +- plugins/graphqlvoyager/frontend/.gitignore | 30 + plugins/graphqlvoyager/{ => frontend}/NOTICE | 4245 ++++++++++++++++- plugins/graphqlvoyager/frontend/index.html | 23 + .../{ => frontend}/package-lock.json | 892 +++- .../{ => frontend}/package.json | 14 +- .../graphqlvoyager/frontend/public/plugin.js | 24 + plugins/graphqlvoyager/frontend/src/main.js | 8 + .../frontend/static/assets/index-D70z2npy.js | 2007 ++++++++ .../frontend/static/assets/index-DdfRcd2N.css | 6 + .../graphqlvoyager/frontend/static/index.html | 24 + .../graphqlvoyager/frontend/static/plugin.js | 24 + .../graphqlvoyager/frontend/vite.config.js | 9 + plugins/graphqlvoyager/index.html | 41 - plugins/graphqlvoyager/static/plugin.js | 2 +- 16 files changed, 7282 insertions(+), 80 deletions(-) create mode 100644 plugins/graphqlvoyager/frontend/.gitignore rename plugins/graphqlvoyager/{ => frontend}/NOTICE (51%) create mode 100644 plugins/graphqlvoyager/frontend/index.html rename plugins/graphqlvoyager/{ => frontend}/package-lock.json (73%) rename plugins/graphqlvoyager/{ => frontend}/package.json (57%) create mode 100644 plugins/graphqlvoyager/frontend/public/plugin.js create mode 100644 plugins/graphqlvoyager/frontend/src/main.js create mode 100644 plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js create mode 100644 plugins/graphqlvoyager/frontend/static/assets/index-DdfRcd2N.css create mode 100644 plugins/graphqlvoyager/frontend/static/index.html create mode 100644 plugins/graphqlvoyager/frontend/static/plugin.js create mode 100644 plugins/graphqlvoyager/frontend/vite.config.js delete mode 100644 plugins/graphqlvoyager/index.html diff --git a/plugins/graphqlvoyager/.gitignore b/plugins/graphqlvoyager/.gitignore index 0575d3270..b84e69878 100644 --- a/plugins/graphqlvoyager/.gitignore +++ b/plugins/graphqlvoyager/.gitignore @@ -1,2 +1,3 @@ -static/voyager +static/assets +static/index.html node_modules/ \ No newline at end of file diff --git a/plugins/graphqlvoyager/build.sh b/plugins/graphqlvoyager/build.sh index 1d261ab48..da2164247 100755 --- a/plugins/graphqlvoyager/build.sh +++ b/plugins/graphqlvoyager/build.sh @@ -1,12 +1,8 @@ #!/bin/sh -if [ ! -d static/voyager ]; then - mkdir static/voyager - # Download sample introspection shema - curl https://raw.githubusercontent.com/graphql-kit/graphql-voyager/refs/heads/main/demo/presets/swapi_introspection.json -o static/voyager/introspection.json - # Adds Licences to NOTICE file - npm run dependencies - # Adds HTML, JS and CSS files to static/voyager +if [ ! -r static/index.html ]; then + cd frontend + npm install npm run build else echo "GraphQL Voyager already exists. Skipping download." diff --git a/plugins/graphqlvoyager/frontend/.gitignore b/plugins/graphqlvoyager/frontend/.gitignore new file mode 100644 index 000000000..8ee54e8d3 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo diff --git a/plugins/graphqlvoyager/NOTICE b/plugins/graphqlvoyager/frontend/NOTICE similarity index 51% rename from plugins/graphqlvoyager/NOTICE rename to plugins/graphqlvoyager/frontend/NOTICE index 9944c9db0..ab369b976 100644 --- a/plugins/graphqlvoyager/NOTICE +++ b/plugins/graphqlvoyager/frontend/NOTICE @@ -1,4 +1,4 @@ -@babel/code-frame 7.26.0 +@babel/code-frame 7.26.2 MIT MIT License @@ -24,7 +24,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -@babel/generator 7.26.0 +@babel/generator 7.26.2 MIT MIT License @@ -128,7 +128,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -@babel/parser 7.26.1 +@babel/parser 7.26.2 MIT Copyright (C) 2012-2014 by various contributors (see AUTHORS) @@ -580,6 +580,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +@esbuild/linux-arm64 0.21.5 +MIT +# esbuild + +This is the Linux ARM 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details. + + @floating-ui/core 1.6.8 MIT MIT License @@ -1313,6 +1320,45 @@ 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. +@rollup/rollup-linux-arm64-gnu 4.24.3 +MIT +# `@rollup/rollup-linux-arm64-gnu` + +This is the **aarch64-unknown-linux-gnu** binary for `rollup` + + +@rollup/rollup-linux-arm64-musl 4.24.3 +MIT +# `@rollup/rollup-linux-arm64-musl` + +This is the **aarch64-unknown-linux-musl** binary for `rollup` + + +@types/estree 1.0.6 +MIT + MIT License + + Copyright (c) Microsoft Corporation. + + 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 + + @types/parse-json 4.0.2 MIT MIT License @@ -2055,6 +2101,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +esbuild 0.21.5 +MIT +MIT License + +Copyright (c) 2020 Evan Wallace + +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. + + escape-string-regexp 4.0.0 MIT MIT License @@ -2222,10 +2293,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -graphqlvoyager-reptor-plugin 1.0.0 -ISC - - has-flag 4.0.0 MIT MIT License @@ -2899,6 +2966,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +nanoid 3.3.7 +MIT +The MIT License (MIT) + +Copyright 2017 Andrey Sitnik + +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. + + nopt 7.2.1 ISC The ISC License @@ -3203,6 +3294,30 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +postcss 8.4.47 +MIT +The MIT License (MIT) + +Copyright 2013 Andrey Sitnik + +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. + + prop-types 15.8.1 MIT MIT License @@ -3464,6 +3579,663 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +rollup 4.24.3 +MIT +# Rollup core license +Rollup is released under the MIT license: + +The MIT License (MIT) + +Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors) + +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. + +# Licenses of bundled dependencies +The published Rollup artifact additionally contains code with the following licenses: +MIT, ISC + +# Bundled dependencies: +## @jridgewell/sourcemap-codec +License: MIT +By: Rich Harris +Repository: git+https://github.com/jridgewell/sourcemap-codec.git + +> The MIT License +> +> Copyright (c) 2015 Rich Harris +> +> 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. + +--------------------------------------- + +## @rollup/pluginutils +License: MIT +By: Rich Harris +Repository: rollup/plugins + +> The MIT License (MIT) +> +> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +> +> 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. + +--------------------------------------- + +## anymatch +License: ISC +By: Elan Shanker +Repository: https://github.com/micromatch/anymatch + +> The ISC License +> +> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## binary-extensions +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/binary-extensions + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> Copyright (c) Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## braces +License: MIT +By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm +Repository: micromatch/braces + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## builtin-modules +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/builtin-modules + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## chokidar +License: MIT +By: Paul Miller, Elan Shanker +Repository: git+https://github.com/paulmillr/chokidar.git + +> The MIT License (MIT) +> +> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker +> +> 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. + +--------------------------------------- + +## colorette +License: MIT +By: Jorge Bucaran +Repository: jorgebucaran/colorette + +> Copyright © Jorge Bucaran <> +> +> 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. + +--------------------------------------- + +## date-time +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/date-time + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## fill-range +License: MIT +By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling +Repository: jonschlinkert/fill-range + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## flru +License: MIT +By: Luke Edwards +Repository: lukeed/flru + +> MIT License +> +> Copyright (c) Luke Edwards (lukeed.com) +> +> 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. + +--------------------------------------- + +## glob-parent +License: ISC +By: Gulp Team, Elan Shanker, Blaine Bublitz +Repository: gulpjs/glob-parent + +> The ISC License +> +> Copyright (c) 2015, 2019 Elan Shanker +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## is-binary-path +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/is-binary-path + +> MIT License +> +> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## is-extglob +License: MIT +By: Jon Schlinkert +Repository: jonschlinkert/is-extglob + +> The MIT License (MIT) +> +> Copyright (c) 2014-2016, Jon Schlinkert +> +> 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. + +--------------------------------------- + +## is-glob +License: MIT +By: Jon Schlinkert, Brian Woodward, Daniel Perez +Repository: micromatch/is-glob + +> The MIT License (MIT) +> +> Copyright (c) 2014-2017, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## is-number +License: MIT +By: Jon Schlinkert, Olsten Larck, Rouven Weßling +Repository: jonschlinkert/is-number + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## is-reference +License: MIT +By: Rich Harris +Repository: git+https://github.com/Rich-Harris/is-reference.git + +--------------------------------------- + +## locate-character +License: MIT +By: Rich Harris +Repository: git+https://gitlab.com/Rich-Harris/locate-character.git + +--------------------------------------- + +## magic-string +License: MIT +By: Rich Harris +Repository: https://github.com/rich-harris/magic-string + +> Copyright 2018 Rich Harris +> +> 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. + +--------------------------------------- + +## normalize-path +License: MIT +By: Jon Schlinkert, Blaine Bublitz +Repository: jonschlinkert/normalize-path + +> The MIT License (MIT) +> +> Copyright (c) 2014-2018, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## parse-ms +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/parse-ms + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## picomatch +License: MIT +By: Jon Schlinkert +Repository: micromatch/picomatch + +> The MIT License (MIT) +> +> Copyright (c) 2017-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## pretty-bytes +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/pretty-bytes + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## pretty-ms +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/pretty-ms + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## readdirp +License: MIT +By: Thorsten Lorenz, Paul Miller +Repository: git://github.com/paulmillr/readdirp.git + +> MIT License +> +> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## signal-exit +License: ISC +By: Ben Coe +Repository: https://github.com/tapjs/signal-exit.git + +> The ISC License +> +> Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors +> +> Permission to use, copy, modify, and/or distribute this software +> for any purpose with or without fee is hereby granted, provided +> that the above copyright notice and this permission notice +> appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## time-zone +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/time-zone + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## to-regex-range +License: MIT +By: Jon Schlinkert, Rouven Weßling +Repository: micromatch/to-regex-range + +> The MIT License (MIT) +> +> Copyright (c) 2015-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## yargs-parser +License: ISC +By: Ben Coe +Repository: https://github.com/yargs/yargs-parser.git + +> Copyright (c) 2016, Contributors +> +> Permission to use, copy, modify, and/or distribute this software +> for any purpose with or without fee is hereby granted, provided +> that the above copyright notice and this permission notice +> appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + scheduler 0.23.2 MIT MIT License @@ -3573,6 +4345,38 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +source-map-js 1.2.1 +BSD-3-Clause + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + source-map 0.5.7 BSD-3-Clause @@ -4381,6 +5185,3433 @@ Apache-2.0 limitations under the License. +vite 5.4.10 +MIT +# Vite core license +Vite is released under the MIT license: + +MIT License + +Copyright (c) 2019-present, VoidZero Inc. and Vite contributors + +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. + +# Licenses of bundled dependencies +The published Vite artifact additionally contains code with the following licenses: +Apache-2.0, BSD-2-Clause, BlueOak-1.0.0, CC0-1.0, ISC, MIT + +# Bundled dependencies: +## @ampproject/remapping +License: Apache-2.0 +By: Justin Ridgewell +Repository: git+https://github.com/ampproject/remapping.git + +> Apache License +> Version 2.0, January 2004 +> http://www.apache.org/licenses/ +> +> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +> +> 1. Definitions. +> +> "License" shall mean the terms and conditions for use, reproduction, +> and distribution as defined by Sections 1 through 9 of this document. +> +> "Licensor" shall mean the copyright owner or entity authorized by +> the copyright owner that is granting the License. +> +> "Legal Entity" shall mean the union of the acting entity and all +> other entities that control, are controlled by, or are under common +> control with that entity. For the purposes of this definition, +> "control" means (i) the power, direct or indirect, to cause the +> direction or management of such entity, whether by contract or +> otherwise, or (ii) ownership of fifty percent (50%) or more of the +> outstanding shares, or (iii) beneficial ownership of such entity. +> +> "You" (or "Your") shall mean an individual or Legal Entity +> exercising permissions granted by this License. +> +> "Source" form shall mean the preferred form for making modifications, +> including but not limited to software source code, documentation +> source, and configuration files. +> +> "Object" form shall mean any form resulting from mechanical +> transformation or translation of a Source form, including but +> not limited to compiled object code, generated documentation, +> and conversions to other media types. +> +> "Work" shall mean the work of authorship, whether in Source or +> Object form, made available under the License, as indicated by a +> copyright notice that is included in or attached to the work +> (an example is provided in the Appendix below). +> +> "Derivative Works" shall mean any work, whether in Source or Object +> form, that is based on (or derived from) the Work and for which the +> editorial revisions, annotations, elaborations, or other modifications +> represent, as a whole, an original work of authorship. For the purposes +> of this License, Derivative Works shall not include works that remain +> separable from, or merely link (or bind by name) to the interfaces of, +> the Work and Derivative Works thereof. +> +> "Contribution" shall mean any work of authorship, including +> the original version of the Work and any modifications or additions +> to that Work or Derivative Works thereof, that is intentionally +> submitted to Licensor for inclusion in the Work by the copyright owner +> or by an individual or Legal Entity authorized to submit on behalf of +> the copyright owner. For the purposes of this definition, "submitted" +> means any form of electronic, verbal, or written communication sent +> to the Licensor or its representatives, including but not limited to +> communication on electronic mailing lists, source code control systems, +> and issue tracking systems that are managed by, or on behalf of, the +> Licensor for the purpose of discussing and improving the Work, but +> excluding communication that is conspicuously marked or otherwise +> designated in writing by the copyright owner as "Not a Contribution." +> +> "Contributor" shall mean Licensor and any individual or Legal Entity +> on behalf of whom a Contribution has been received by Licensor and +> subsequently incorporated within the Work. +> +> 2. Grant of Copyright License. Subject to the terms and conditions of +> this License, each Contributor hereby grants to You a perpetual, +> worldwide, non-exclusive, no-charge, royalty-free, irrevocable +> copyright license to reproduce, prepare Derivative Works of, +> publicly display, publicly perform, sublicense, and distribute the +> Work and such Derivative Works in Source or Object form. +> +> 3. Grant of Patent License. Subject to the terms and conditions of +> this License, each Contributor hereby grants to You a perpetual, +> worldwide, non-exclusive, no-charge, royalty-free, irrevocable +> (except as stated in this section) patent license to make, have made, +> use, offer to sell, sell, import, and otherwise transfer the Work, +> where such license applies only to those patent claims licensable +> by such Contributor that are necessarily infringed by their +> Contribution(s) alone or by combination of their Contribution(s) +> with the Work to which such Contribution(s) was submitted. If You +> institute patent litigation against any entity (including a +> cross-claim or counterclaim in a lawsuit) alleging that the Work +> or a Contribution incorporated within the Work constitutes direct +> or contributory patent infringement, then any patent licenses +> granted to You under this License for that Work shall terminate +> as of the date such litigation is filed. +> +> 4. Redistribution. You may reproduce and distribute copies of the +> Work or Derivative Works thereof in any medium, with or without +> modifications, and in Source or Object form, provided that You +> meet the following conditions: +> +> (a) You must give any other recipients of the Work or +> Derivative Works a copy of this License; and +> +> (b) You must cause any modified files to carry prominent notices +> stating that You changed the files; and +> +> (c) You must retain, in the Source form of any Derivative Works +> that You distribute, all copyright, patent, trademark, and +> attribution notices from the Source form of the Work, +> excluding those notices that do not pertain to any part of +> the Derivative Works; and +> +> (d) If the Work includes a "NOTICE" text file as part of its +> distribution, then any Derivative Works that You distribute must +> include a readable copy of the attribution notices contained +> within such NOTICE file, excluding those notices that do not +> pertain to any part of the Derivative Works, in at least one +> of the following places: within a NOTICE text file distributed +> as part of the Derivative Works; within the Source form or +> documentation, if provided along with the Derivative Works; or, +> within a display generated by the Derivative Works, if and +> wherever such third-party notices normally appear. The contents +> of the NOTICE file are for informational purposes only and +> do not modify the License. You may add Your own attribution +> notices within Derivative Works that You distribute, alongside +> or as an addendum to the NOTICE text from the Work, provided +> that such additional attribution notices cannot be construed +> as modifying the License. +> +> You may add Your own copyright statement to Your modifications and +> may provide additional or different license terms and conditions +> for use, reproduction, or distribution of Your modifications, or +> for any such Derivative Works as a whole, provided Your use, +> reproduction, and distribution of the Work otherwise complies with +> the conditions stated in this License. +> +> 5. Submission of Contributions. Unless You explicitly state otherwise, +> any Contribution intentionally submitted for inclusion in the Work +> by You to the Licensor shall be under the terms and conditions of +> this License, without any additional terms or conditions. +> Notwithstanding the above, nothing herein shall supersede or modify +> the terms of any separate license agreement you may have executed +> with Licensor regarding such Contributions. +> +> 6. Trademarks. This License does not grant permission to use the trade +> names, trademarks, service marks, or product names of the Licensor, +> except as required for reasonable and customary use in describing the +> origin of the Work and reproducing the content of the NOTICE file. +> +> 7. Disclaimer of Warranty. Unless required by applicable law or +> agreed to in writing, Licensor provides the Work (and each +> Contributor provides its Contributions) on an "AS IS" BASIS, +> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +> implied, including, without limitation, any warranties or conditions +> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +> PARTICULAR PURPOSE. You are solely responsible for determining the +> appropriateness of using or redistributing the Work and assume any +> risks associated with Your exercise of permissions under this License. +> +> 8. Limitation of Liability. In no event and under no legal theory, +> whether in tort (including negligence), contract, or otherwise, +> unless required by applicable law (such as deliberate and grossly +> negligent acts) or agreed to in writing, shall any Contributor be +> liable to You for damages, including any direct, indirect, special, +> incidental, or consequential damages of any character arising as a +> result of this License or out of the use or inability to use the +> Work (including but not limited to damages for loss of goodwill, +> work stoppage, computer failure or malfunction, or any and all +> other commercial damages or losses), even if such Contributor +> has been advised of the possibility of such damages. +> +> 9. Accepting Warranty or Additional Liability. While redistributing +> the Work or Derivative Works thereof, You may choose to offer, +> and charge a fee for, acceptance of support, warranty, indemnity, +> or other liability obligations and/or rights consistent with this +> License. However, in accepting such obligations, You may act only +> on Your own behalf and on Your sole responsibility, not on behalf +> of any other Contributor, and only if You agree to indemnify, +> defend, and hold each Contributor harmless for any liability +> incurred by, or claims asserted against, such Contributor by reason +> of your accepting any such warranty or additional liability. +> +> END OF TERMS AND CONDITIONS +> +> APPENDIX: How to apply the Apache License to your work. +> +> To apply the Apache License to your work, attach the following +> boilerplate notice, with the fields enclosed by brackets "[]" +> replaced with your own identifying information. (Don't include +> the brackets!) The text should be enclosed in the appropriate +> comment syntax for the file format. We also recommend that a +> file or class name and description of purpose be included on the +> same "printed page" as the copyright notice for easier +> identification within third-party archives. +> +> Copyright [yyyy] [name of copyright owner] +> +> Licensed under the Apache License, Version 2.0 (the "License"); +> you may not use this file except in compliance with the License. +> You may obtain a copy of the License at +> +> http://www.apache.org/licenses/LICENSE-2.0 +> +> Unless required by applicable law or agreed to in writing, software +> distributed under the License is distributed on an "AS IS" BASIS, +> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +> See the License for the specific language governing permissions and +> limitations under the License. + +--------------------------------------- + +## @jridgewell/gen-mapping +License: MIT +By: Justin Ridgewell +Repository: https://github.com/jridgewell/gen-mapping + +> Copyright 2022 Justin Ridgewell +> +> 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. + +--------------------------------------- + +## @jridgewell/resolve-uri +License: MIT +By: Justin Ridgewell +Repository: https://github.com/jridgewell/resolve-uri + +> Copyright 2019 Justin Ridgewell +> +> 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. + +--------------------------------------- + +## @jridgewell/set-array +License: MIT +By: Justin Ridgewell +Repository: https://github.com/jridgewell/set-array + +> Copyright 2022 Justin Ridgewell +> +> 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. + +--------------------------------------- + +## @jridgewell/sourcemap-codec +License: MIT +By: Rich Harris +Repository: git+https://github.com/jridgewell/sourcemap-codec.git + +> The MIT License +> +> Copyright (c) 2015 Rich Harris +> +> 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. + +--------------------------------------- + +## @jridgewell/trace-mapping +License: MIT +By: Justin Ridgewell +Repository: git+https://github.com/jridgewell/trace-mapping.git + +> Copyright 2022 Justin Ridgewell +> +> 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. + +--------------------------------------- + +## @nodelib/fs.scandir +License: MIT +Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir + +> The MIT License (MIT) +> +> Copyright (c) Denis Malinochkin +> +> 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. + +--------------------------------------- + +## @nodelib/fs.stat +License: MIT +Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat + +> The MIT License (MIT) +> +> Copyright (c) Denis Malinochkin +> +> 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. + +--------------------------------------- + +## @nodelib/fs.walk +License: MIT +Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk + +> The MIT License (MIT) +> +> Copyright (c) Denis Malinochkin +> +> 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. + +--------------------------------------- + +## @polka/compression +License: MIT +Repository: lukeed/polka + +--------------------------------------- + +## @polka/url +License: MIT +By: Luke Edwards +Repository: lukeed/polka + +--------------------------------------- + +## @rollup/plugin-alias +License: MIT +By: Johannes Stein +Repository: rollup/plugins + +> The MIT License (MIT) +> +> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +> +> 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. + +--------------------------------------- + +## @rollup/plugin-commonjs +License: MIT +By: Rich Harris +Repository: rollup/plugins + +> The MIT License (MIT) +> +> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +> +> 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. + +--------------------------------------- + +## @rollup/plugin-dynamic-import-vars +License: MIT +By: LarsDenBakker +Repository: rollup/plugins + +> The MIT License (MIT) +> +> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +> +> 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. + +--------------------------------------- + +## @rollup/pluginutils +License: MIT +By: Rich Harris +Repository: rollup/plugins + +> The MIT License (MIT) +> +> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +> +> 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. + +--------------------------------------- + +## ansi-regex +License: MIT +By: Sindre Sorhus +Repository: chalk/ansi-regex + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## anymatch +License: ISC +By: Elan Shanker +Repository: https://github.com/micromatch/anymatch + +> The ISC License +> +> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## artichokie +License: MIT +By: sapphi-red, Evan You +Repository: git+https://github.com/sapphi-red/artichokie.git + +> MIT License +> +> Copyright (c) 2020-present, Yuxi (Evan) You +> Copyright (c) 2023-present, sapphi-red +> +> 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. + +--------------------------------------- + +## astring +License: MIT +By: David Bonnet +Repository: https://github.com/davidbonnet/astring.git + +> Copyright (c) 2015, David Bonnet +> +> 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. + +--------------------------------------- + +## balanced-match +License: MIT +By: Julian Gruber +Repository: git://github.com/juliangruber/balanced-match.git + +> (MIT) +> +> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> +> +> 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. + +--------------------------------------- + +## binary-extensions +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/binary-extensions + +> MIT License +> +> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## brace-expansion +License: MIT +By: Julian Gruber +Repository: git://github.com/juliangruber/brace-expansion.git + +> MIT License +> +> Copyright (c) 2013 Julian Gruber +> +> 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. + +--------------------------------------- + +## braces +License: MIT +By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm +Repository: micromatch/braces + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## cac +License: MIT +By: egoist +Repository: egoist/cac + +> The MIT License (MIT) +> +> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist) +> +> 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. + +--------------------------------------- + +## chokidar +License: MIT +By: Paul Miller, Elan Shanker +Repository: git+https://github.com/paulmillr/chokidar.git + +> The MIT License (MIT) +> +> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker +> +> 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. + +--------------------------------------- + +## commondir +License: MIT +By: James Halliday +Repository: http://github.com/substack/node-commondir.git + +> The MIT License +> +> Copyright (c) 2013 James Halliday (mail@substack.net) +> +> 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. + +--------------------------------------- + +## connect +License: MIT +By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell +Repository: senchalabs/connect + +> (The MIT License) +> +> Copyright (c) 2010 Sencha Inc. +> Copyright (c) 2011 LearnBoost +> Copyright (c) 2011-2014 TJ Holowaychuk +> Copyright (c) 2015 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## convert-source-map +License: MIT +By: Thorsten Lorenz +Repository: git://github.com/thlorenz/convert-source-map.git + +> Copyright 2013 Thorsten Lorenz. +> All rights reserved. +> +> 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. + +--------------------------------------- + +## cors +License: MIT +By: Troy Goode +Repository: expressjs/cors + +> (The MIT License) +> +> Copyright (c) 2013 Troy Goode +> +> 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. + +--------------------------------------- + +## cross-spawn +License: MIT +By: André Cruz +Repository: git@github.com:moxystudio/node-cross-spawn.git + +> The MIT License (MIT) +> +> Copyright (c) 2018 Made With MOXY Lda +> +> 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. + +--------------------------------------- + +## cssesc +License: MIT +By: Mathias Bynens +Repository: https://github.com/mathiasbynens/cssesc.git + +> Copyright Mathias Bynens +> +> 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. + +--------------------------------------- + +## debug +License: MIT +By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne +Repository: git://github.com/debug-js/debug.git + +> (The MIT License) +> +> Copyright (c) 2014-2017 TJ Holowaychuk +> Copyright (c) 2018-2021 Josh Junon +> +> 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. + +--------------------------------------- + +## define-lazy-prop +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/define-lazy-prop + +> MIT License +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## dotenv +License: BSD-2-Clause +Repository: git://github.com/motdotla/dotenv.git + +> Copyright (c) 2015, Scott Motte +> All rights reserved. +> +> Redistribution and use in source and binary forms, with or without +> modification, are permitted provided that the following conditions are met: +> +> * Redistributions of source code must retain the above copyright notice, this +> list of conditions and the following disclaimer. +> +> * Redistributions in binary form must reproduce the above copyright notice, +> this list of conditions and the following disclaimer in the documentation +> and/or other materials provided with the distribution. +> +> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------- + +## dotenv-expand +License: BSD-2-Clause +By: motdotla +Repository: https://github.com/motdotla/dotenv-expand + +> Copyright (c) 2016, Scott Motte +> All rights reserved. +> +> Redistribution and use in source and binary forms, with or without +> modification, are permitted provided that the following conditions are met: +> +> * Redistributions of source code must retain the above copyright notice, this +> list of conditions and the following disclaimer. +> +> * Redistributions in binary form must reproduce the above copyright notice, +> this list of conditions and the following disclaimer in the documentation +> and/or other materials provided with the distribution. +> +> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------- + +## ee-first +License: MIT +By: Jonathan Ong, Douglas Christopher Wilson +Repository: jonathanong/ee-first + +> The MIT License (MIT) +> +> Copyright (c) 2014 Jonathan Ong me@jongleberry.com +> +> 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. + +--------------------------------------- + +## encodeurl +License: MIT +By: Douglas Christopher Wilson +Repository: pillarjs/encodeurl + +> (The MIT License) +> +> Copyright (c) 2016 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## entities +License: BSD-2-Clause +By: Felix Boehm +Repository: git://github.com/fb55/entities.git + +> Copyright (c) Felix Böhm +> All rights reserved. +> +> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +> +> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +> +> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +> +> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------- + +## es-module-lexer +License: MIT +By: Guy Bedford +Repository: git+https://github.com/guybedford/es-module-lexer.git + +> MIT License +> ----------- +> +> Copyright (C) 2018-2022 Guy Bedford +> +> 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. + +--------------------------------------- + +## escape-html +License: MIT +Repository: component/escape-html + +> (The MIT License) +> +> Copyright (c) 2012-2013 TJ Holowaychuk +> Copyright (c) 2015 Andreas Lubbe +> Copyright (c) 2015 Tiancheng "Timothy" Gu +> +> 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. + +--------------------------------------- + +## estree-walker +License: MIT +By: Rich Harris +Repository: https://github.com/Rich-Harris/estree-walker + +> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors) +> +> 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. + +--------------------------------------- + +## etag +License: MIT +By: Douglas Christopher Wilson, David Björklund +Repository: jshttp/etag + +> (The MIT License) +> +> Copyright (c) 2014-2016 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## eventemitter3 +License: MIT +By: Arnout Kazemier +Repository: git://github.com/primus/eventemitter3.git + +> The MIT License (MIT) +> +> Copyright (c) 2014 Arnout Kazemier +> +> 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. + +--------------------------------------- + +## fast-glob +License: MIT +By: Denis Malinochkin +Repository: mrmlnc/fast-glob + +> The MIT License (MIT) +> +> Copyright (c) Denis Malinochkin +> +> 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. + +--------------------------------------- + +## fastq +License: ISC +By: Matteo Collina +Repository: git+https://github.com/mcollina/fastq.git + +> Copyright (c) 2015-2020, Matteo Collina +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## fill-range +License: MIT +By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling +Repository: jonschlinkert/fill-range + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## finalhandler +License: MIT +By: Douglas Christopher Wilson +Repository: pillarjs/finalhandler + +> (The MIT License) +> +> Copyright (c) 2014-2017 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## follow-redirects +License: MIT +By: Ruben Verborgh, Olivier Lalonde, James Talmage +Repository: git@github.com:follow-redirects/follow-redirects.git + +> Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh +> +> 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. + +--------------------------------------- + +## generic-names +License: MIT +By: Alexey Litvinov +Repository: git+https://github.com/css-modules/generic-names.git + +> The MIT License (MIT) +> +> Copyright (c) 2015 Alexey Litvinov +> +> 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. + +--------------------------------------- + +## glob +License: ISC +By: Isaac Z. Schlueter +Repository: git://github.com/isaacs/node-glob.git + +> The ISC License +> +> Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## glob-parent +License: ISC +By: Gulp Team, Elan Shanker, Blaine Bublitz +Repository: gulpjs/glob-parent + +> The ISC License +> +> Copyright (c) 2015, 2019 Elan Shanker +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## http-proxy +License: MIT +By: Charlie Robbins, jcrugzz +Repository: https://github.com/http-party/node-http-proxy.git + +> node-http-proxy +> +> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors. +> +> 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. + +--------------------------------------- + +## icss-utils +License: ISC +By: Glen Maddern +Repository: git+https://github.com/css-modules/icss-utils.git + +> ISC License (ISC) +> Copyright 2018 Glen Maddern +> +> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## is-binary-path +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/is-binary-path + +> MIT License +> +> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## is-docker +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/is-docker + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## is-extglob +License: MIT +By: Jon Schlinkert +Repository: jonschlinkert/is-extglob + +> The MIT License (MIT) +> +> Copyright (c) 2014-2016, Jon Schlinkert +> +> 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. + +--------------------------------------- + +## is-glob +License: MIT +By: Jon Schlinkert, Brian Woodward, Daniel Perez +Repository: micromatch/is-glob + +> The MIT License (MIT) +> +> Copyright (c) 2014-2017, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## is-number +License: MIT +By: Jon Schlinkert, Olsten Larck, Rouven Weßling +Repository: jonschlinkert/is-number + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## is-reference +License: MIT +By: Rich Harris +Repository: git+https://github.com/Rich-Harris/is-reference.git + +--------------------------------------- + +## is-wsl +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/is-wsl + +> MIT License +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## isexe +License: ISC +By: Isaac Z. Schlueter +Repository: git+https://github.com/isaacs/isexe.git + +> The ISC License +> +> Copyright (c) Isaac Z. Schlueter and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## js-tokens +License: MIT +By: Simon Lydell +Repository: lydell/js-tokens + +> The MIT License (MIT) +> +> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell +> +> 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. + +--------------------------------------- + +## launch-editor +License: MIT +By: Evan You +Repository: git+https://github.com/yyx990803/launch-editor.git + +> The MIT License (MIT) +> +> Copyright (c) 2017-present, Yuxi (Evan) You +> +> 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. + +--------------------------------------- + +## launch-editor-middleware +License: MIT +By: Evan You +Repository: git+https://github.com/yyx990803/launch-editor.git + +> The MIT License (MIT) +> +> Copyright (c) 2017-present, Yuxi (Evan) You +> +> 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. + +--------------------------------------- + +## lilconfig +License: MIT +By: antonk52 +Repository: https://github.com/antonk52/lilconfig + +> MIT License +> +> Copyright (c) 2022 Anton Kastritskiy +> +> 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. + +--------------------------------------- + +## loader-utils +License: MIT +By: Tobias Koppers @sokra +Repository: https://github.com/webpack/loader-utils.git + +> Copyright JS Foundation and other contributors +> +> 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. + +--------------------------------------- + +## lodash.camelcase +License: MIT +By: John-David Dalton, Blaine Bublitz, Mathias Bynens +Repository: lodash/lodash + +> Copyright jQuery Foundation and other contributors +> +> Based on Underscore.js, copyright Jeremy Ashkenas, +> DocumentCloud and Investigative Reporters & Editors +> +> This software consists of voluntary contributions made by many +> individuals. For exact contribution history, see the revision history +> available at https://github.com/lodash/lodash +> +> The following license applies to all parts of this software except as +> documented below: +> +> ==== +> +> 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. +> +> ==== +> +> Copyright and related rights for sample code are waived via CC0. Sample +> code is defined as all source code displayed within the prose of the +> documentation. +> +> CC0: http://creativecommons.org/publicdomain/zero/1.0/ +> +> ==== +> +> Files located in the node_modules and vendor directories are externally +> maintained libraries used by this software which have their own +> licenses; we recommend you read them, as their terms may differ from the +> terms above. + +--------------------------------------- + +## lru-cache +License: ISC +By: Isaac Z. Schlueter +Repository: git://github.com/isaacs/node-lru-cache.git + +> The ISC License +> +> Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## magic-string +License: MIT +By: Rich Harris +Repository: https://github.com/rich-harris/magic-string + +> Copyright 2018 Rich Harris +> +> 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. + +--------------------------------------- + +## merge2 +License: MIT +Repository: git@github.com:teambition/merge2.git + +> The MIT License (MIT) +> +> Copyright (c) 2014-2020 Teambition +> +> 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. + +--------------------------------------- + +## micromatch +License: MIT +By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk +Repository: micromatch/micromatch + +> The MIT License (MIT) +> +> Copyright (c) 2014-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## minimatch +License: ISC +By: Isaac Z. Schlueter +Repository: git://github.com/isaacs/minimatch.git + +> The ISC License +> +> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## minipass +License: ISC +By: Isaac Z. Schlueter +Repository: https://github.com/isaacs/minipass + +> The ISC License +> +> Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## mlly +License: MIT +Repository: unjs/mlly + +> MIT License +> +> Copyright (c) Pooya Parsa +> +> 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. + +--------------------------------------- + +## mrmime +License: MIT +By: Luke Edwards +Repository: lukeed/mrmime + +> The MIT License (MIT) +> +> Copyright (c) Luke Edwards (https://lukeed.com) +> +> 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. + +--------------------------------------- + +## ms +License: MIT +Repository: zeit/ms + +> The MIT License (MIT) +> +> Copyright (c) 2016 Zeit, Inc. +> +> 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. + +--------------------------------------- + +## normalize-path +License: MIT +By: Jon Schlinkert, Blaine Bublitz +Repository: jonschlinkert/normalize-path + +> The MIT License (MIT) +> +> Copyright (c) 2014-2018, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## object-assign +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/object-assign + +> The MIT License (MIT) +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## on-finished +License: MIT +By: Douglas Christopher Wilson, Jonathan Ong +Repository: jshttp/on-finished + +> (The MIT License) +> +> Copyright (c) 2013 Jonathan Ong +> Copyright (c) 2014 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## open +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/open + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## parse5 +License: MIT +By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors +Repository: git://github.com/inikulin/parse5.git + +> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin) +> +> 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. + +--------------------------------------- + +## parseurl +License: MIT +By: Douglas Christopher Wilson, Jonathan Ong +Repository: pillarjs/parseurl + +> (The MIT License) +> +> Copyright (c) 2014 Jonathan Ong +> Copyright (c) 2014-2017 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## path-key +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/path-key + +> MIT License +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## path-scurry +License: BlueOak-1.0.0 +By: Isaac Z. Schlueter +Repository: git+https://github.com/isaacs/path-scurry + +> # Blue Oak Model License +> +> Version 1.0.0 +> +> ## Purpose +> +> This license gives everyone as much permission to work with +> this software as possible, while protecting contributors +> from liability. +> +> ## Acceptance +> +> In order to receive this license, you must agree to its +> rules. The rules of this license are both obligations +> under that agreement and conditions to your license. +> You must not do anything with this software that triggers +> a rule that you cannot or will not follow. +> +> ## Copyright +> +> Each contributor licenses you to do everything with this +> software that would otherwise infringe that contributor's +> copyright in it. +> +> ## Notices +> +> You must ensure that everyone who gets a copy of +> any part of this software from you, with or without +> changes, also gets the text of this license or a link to +> . +> +> ## Excuse +> +> If anyone notifies you in writing that you have not +> complied with [Notices](#notices), you can keep your +> license by taking all practical steps to comply within 30 +> days after the notice. If you do not do so, your license +> ends immediately. +> +> ## Patent +> +> Each contributor licenses you to do everything with this +> software that would otherwise infringe any patent claims +> they can license or become able to license. +> +> ## Reliability +> +> No contributor can revoke this license. +> +> ## No Liability +> +> ***As far as the law allows, this software comes as is, +> without any warranty or condition, and no contributor +> will be liable to anyone for any damages related to this +> software or this license, under any kind of legal claim.*** + +--------------------------------------- + +## periscopic +License: MIT +Repository: Rich-Harris/periscopic + +> Copyright (c) 2019 Rich Harris +> +> 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. + +--------------------------------------- + +## picocolors +License: ISC +By: Alexey Raspopov +Repository: alexeyraspopov/picocolors + +> ISC License +> +> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## picomatch +License: MIT +By: Jon Schlinkert +Repository: micromatch/picomatch + +> The MIT License (MIT) +> +> Copyright (c) 2017-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## pify +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/pify + +> The MIT License (MIT) +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## postcss-import +License: MIT +By: Maxime Thirouin +Repository: https://github.com/postcss/postcss-import.git + +> The MIT License (MIT) +> +> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson +> +> 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. + +--------------------------------------- + +## postcss-load-config +License: MIT +By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts +Repository: postcss/postcss-load-config + +> The MIT License (MIT) +> +> Copyright Michael Ciniawsky +> +> 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. + +--------------------------------------- + +## postcss-modules +License: MIT +By: Alexander Madyankin +Repository: https://github.com/css-modules/postcss-modules.git + +> The MIT License (MIT) +> +> Copyright 2015-present Alexander Madyankin +> +> 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. + +--------------------------------------- + +## postcss-modules-extract-imports +License: ISC +By: Glen Maddern +Repository: https://github.com/css-modules/postcss-modules-extract-imports.git + +> Copyright 2015 Glen Maddern +> +> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## postcss-modules-local-by-default +License: MIT +By: Mark Dalgleish +Repository: https://github.com/css-modules/postcss-modules-local-by-default.git + +> The MIT License (MIT) +> +> Copyright 2015 Mark Dalgleish +> +> 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. + +--------------------------------------- + +## postcss-modules-scope +License: ISC +By: Glen Maddern +Repository: https://github.com/css-modules/postcss-modules-scope.git + +> ISC License (ISC) +> +> Copyright (c) 2015, Glen Maddern +> +> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## postcss-modules-values +License: ISC +By: Glen Maddern +Repository: git+https://github.com/css-modules/postcss-modules-values.git + +> ISC License (ISC) +> +> Copyright (c) 2015, Glen Maddern +> +> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## postcss-selector-parser +License: MIT +By: Ben Briggs, Chris Eppstein +Repository: postcss/postcss-selector-parser + +> Copyright (c) Ben Briggs (http://beneb.info) +> +> 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. + +--------------------------------------- + +## postcss-value-parser +License: MIT +By: Bogdan Chadkin +Repository: https://github.com/TrySound/postcss-value-parser.git + +> Copyright (c) Bogdan Chadkin +> +> 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. + +--------------------------------------- + +## queue-microtask +License: MIT +By: Feross Aboukhadijeh +Repository: git://github.com/feross/queue-microtask.git + +> The MIT License (MIT) +> +> Copyright (c) Feross Aboukhadijeh +> +> 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. + +--------------------------------------- + +## read-cache +License: MIT +By: Bogdan Chadkin +Repository: git+https://github.com/TrySound/read-cache.git + +> The MIT License (MIT) +> +> Copyright 2016 Bogdan Chadkin +> +> 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. + +--------------------------------------- + +## readdirp +License: MIT +By: Thorsten Lorenz, Paul Miller +Repository: git://github.com/paulmillr/readdirp.git + +> MIT License +> +> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com) +> +> 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. + +--------------------------------------- + +## requires-port +License: MIT +By: Arnout Kazemier +Repository: https://github.com/unshiftio/requires-port + +> The MIT License (MIT) +> +> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. +> +> 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. + +--------------------------------------- + +## resolve.exports +License: MIT +By: Luke Edwards +Repository: lukeed/resolve.exports + +> The MIT License (MIT) +> +> Copyright (c) Luke Edwards (lukeed.com) +> +> 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. + +--------------------------------------- + +## reusify +License: MIT +By: Matteo Collina +Repository: git+https://github.com/mcollina/reusify.git + +> The MIT License (MIT) +> +> Copyright (c) 2015 Matteo Collina +> +> 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. + +--------------------------------------- + +## run-parallel +License: MIT +By: Feross Aboukhadijeh +Repository: git://github.com/feross/run-parallel.git + +> The MIT License (MIT) +> +> Copyright (c) Feross Aboukhadijeh +> +> 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. + +--------------------------------------- + +## shebang-command +License: MIT +By: Kevin Mårtensson +Repository: kevva/shebang-command + +> MIT License +> +> Copyright (c) Kevin Mårtensson (github.com/kevva) +> +> 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. + +--------------------------------------- + +## shebang-regex +License: MIT +By: Sindre Sorhus +Repository: sindresorhus/shebang-regex + +> MIT License +> +> Copyright (c) Sindre Sorhus (sindresorhus.com) +> +> 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. + +--------------------------------------- + +## shell-quote +License: MIT +By: James Halliday +Repository: http://github.com/ljharb/shell-quote.git + +> The MIT License +> +> Copyright (c) 2013 James Halliday (mail@substack.net) +> +> 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. + +--------------------------------------- + +## sirv +License: MIT +By: Luke Edwards +Repository: lukeed/sirv + +--------------------------------------- + +## statuses +License: MIT +By: Douglas Christopher Wilson, Jonathan Ong +Repository: jshttp/statuses + +> The MIT License (MIT) +> +> Copyright (c) 2014 Jonathan Ong +> Copyright (c) 2016 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## string-hash +License: CC0-1.0 +By: The Dark Sky Company +Repository: git://github.com/darkskyapp/string-hash.git + +--------------------------------------- + +## strip-ansi +License: MIT +By: Sindre Sorhus +Repository: chalk/strip-ansi + +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## strip-literal +License: MIT +By: Anthony Fu +Repository: git+https://github.com/antfu/strip-literal.git + +> MIT License +> +> Copyright (c) 2022 Anthony Fu +> +> 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. + +--------------------------------------- + +## to-regex-range +License: MIT +By: Jon Schlinkert, Rouven Weßling +Repository: micromatch/to-regex-range + +> The MIT License (MIT) +> +> Copyright (c) 2015-present, Jon Schlinkert. +> +> 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. + +--------------------------------------- + +## totalist +License: MIT +By: Luke Edwards +Repository: lukeed/totalist + +> The MIT License (MIT) +> +> Copyright (c) Luke Edwards (lukeed.com) +> +> 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. + +--------------------------------------- + +## tsconfck +License: MIT +By: dominikg +Repository: git+https://github.com/dominikg/tsconfck.git + +> MIT License +> +> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors) +> +> 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. +> +> -- Licenses for 3rd-party code included in tsconfck -- +> +> # strip-bom and strip-json-comments +> MIT License +> +> Copyright (c) Sindre Sorhus (https://sindresorhus.com) +> +> 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. + +--------------------------------------- + +## ufo +License: MIT +Repository: unjs/ufo + +> MIT License +> +> Copyright (c) Pooya Parsa +> +> 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. + +--------------------------------------- + +## unpipe +License: MIT +By: Douglas Christopher Wilson +Repository: stream-utils/unpipe + +> (The MIT License) +> +> Copyright (c) 2015 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## util-deprecate +License: MIT +By: Nathan Rajlich +Repository: git://github.com/TooTallNate/util-deprecate.git + +> (The MIT License) +> +> Copyright (c) 2014 Nathan Rajlich +> +> 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. + +--------------------------------------- + +## utils-merge +License: MIT +By: Jared Hanson +Repository: git://github.com/jaredhanson/utils-merge.git + +> The MIT License (MIT) +> +> Copyright (c) 2013-2017 Jared Hanson +> +> 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. + +--------------------------------------- + +## vary +License: MIT +By: Douglas Christopher Wilson +Repository: jshttp/vary + +> (The MIT License) +> +> Copyright (c) 2014-2017 Douglas Christopher Wilson +> +> 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. + +--------------------------------------- + +## which +License: ISC +By: Isaac Z. Schlueter +Repository: git://github.com/isaacs/node-which.git + +> The ISC License +> +> Copyright (c) Isaac Z. Schlueter and Contributors +> +> Permission to use, copy, modify, and/or distribute this software for any +> purpose with or without fee is hereby granted, provided that the above +> copyright notice and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--------------------------------------- + +## ws +License: MIT +By: Einar Otto Stangvik +Repository: git+https://github.com/websockets/ws.git + +> Copyright (c) 2011 Einar Otto Stangvik +> Copyright (c) 2013 Arnout Kazemier and contributors +> Copyright (c) 2016 Luigi Pinca and contributors +> +> 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. + +--------------------------------------- + +## yaml +License: ISC +By: Eemeli Aro +Repository: github:eemeli/yaml + +> Copyright Eemeli Aro +> +> Permission to use, copy, modify, and/or distribute this software for any purpose +> with or without fee is hereby granted, provided that the above copyright notice +> and this permission notice appear in all copies. +> +> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +> THIS SOFTWARE. + + which 2.0.2 ISC The ISC License diff --git a/plugins/graphqlvoyager/frontend/index.html b/plugins/graphqlvoyager/frontend/index.html new file mode 100644 index 000000000..fbfa52e72 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/index.html @@ -0,0 +1,23 @@ + + + + + + + + +
+ + + diff --git a/plugins/graphqlvoyager/package-lock.json b/plugins/graphqlvoyager/frontend/package-lock.json similarity index 73% rename from plugins/graphqlvoyager/package-lock.json rename to plugins/graphqlvoyager/frontend/package-lock.json index 532885d32..c1e1c6ba6 100644 --- a/plugins/graphqlvoyager/package-lock.json +++ b/plugins/graphqlvoyager/frontend/package-lock.json @@ -1,24 +1,24 @@ { - "name": "graphqlvoyager-reptor-plugin", - "version": "1.0.0", + "name": "plugin-graphql-voyager", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "graphqlvoyager-reptor-plugin", - "version": "1.0.0", - "license": "ISC", + "name": "plugin-graphql-voyager", + "version": "0.0.0", "dependencies": { "graphql-voyager": "^2.1.0" }, "devDependencies": { - "license-checker-rseidelsohn": "^4.2.8" + "license-checker-rseidelsohn": "^4.2.8", + "vite": "^5.4.10" } }, "node_modules/@babel/code-frame": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.0.tgz", - "integrity": "sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", @@ -30,12 +30,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.0.tgz", - "integrity": "sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.0", + "@babel/parser": "^7.26.2", "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", @@ -77,9 +77,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.26.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz", - "integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "license": "MIT", "dependencies": { "@babel/types": "^7.26.0" @@ -294,6 +294,397 @@ "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", "license": "MIT" }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@floating-ui/core": { "version": "1.6.8", "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", @@ -729,6 +1120,265 @@ "url": "https://opencollective.com/popperjs" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.3.tgz", + "integrity": "sha512-ufb2CH2KfBWPJok95frEZZ82LtDl0A6QKTa8MoM+cWwDZvVGl5/jNb79pIhRvAalUu+7LD91VYR0nwRD799HkQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.3.tgz", + "integrity": "sha512-iAHpft/eQk9vkWIV5t22V77d90CRofgR2006UiCjHcHJFVI1E0oBkQIAbz+pLtthFw3hWEmVB4ilxGyBf48i2Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.3.tgz", + "integrity": "sha512-QPW2YmkWLlvqmOa2OwrfqLJqkHm7kJCIMq9kOz40Zo9Ipi40kf9ONG5Sz76zszrmIZZ4hgRIkez69YnTHgEz1w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.3.tgz", + "integrity": "sha512-KO0pN5x3+uZm1ZXeIfDqwcvnQ9UEGN8JX5ufhmgH5Lz4ujjZMAnxQygZAVGemFWn+ZZC0FQopruV4lqmGMshow==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.3.tgz", + "integrity": "sha512-CsC+ZdIiZCZbBI+aRlWpYJMSWvVssPuWqrDy/zi9YfnatKKSLFCe6fjna1grHuo/nVaHG+kiglpRhyBQYRTK4A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.3.tgz", + "integrity": "sha512-F0nqiLThcfKvRQhZEzMIXOQG4EeX61im61VYL1jo4eBxv4aZRmpin6crnBJQ/nWnCsjH5F6J3W6Stdm0mBNqBg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.3.tgz", + "integrity": "sha512-KRSFHyE/RdxQ1CSeOIBVIAxStFC/hnBgVcaiCkQaVC+EYDtTe4X7z5tBkFyRoBgUGtB6Xg6t9t2kulnX6wJc6A==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.3.tgz", + "integrity": "sha512-h6Q8MT+e05zP5BxEKz0vi0DhthLdrNEnspdLzkoFqGwnmOzakEHSlXfVyA4HJ322QtFy7biUAVFPvIDEDQa6rw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.3.tgz", + "integrity": "sha512-fKElSyXhXIJ9pqiYRqisfirIo2Z5pTTve5K438URf08fsypXrEkVmShkSfM8GJ1aUyvjakT+fn2W7Czlpd/0FQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.3.tgz", + "integrity": "sha512-YlddZSUk8G0px9/+V9PVilVDC6ydMz7WquxozToozSnfFK6wa6ne1ATUjUvjin09jp34p84milxlY5ikueoenw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.3.tgz", + "integrity": "sha512-yNaWw+GAO8JjVx3s3cMeG5Esz1cKVzz8PkTJSfYzE5u7A+NvGmbVFEHP+BikTIyYWuz0+DX9kaA3pH9Sqxp69g==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.3.tgz", + "integrity": "sha512-lWKNQfsbpv14ZCtM/HkjCTm4oWTKTfxPmr7iPfp3AHSqyoTz5AgLemYkWLwOBWc+XxBbrU9SCokZP0WlBZM9lA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.3.tgz", + "integrity": "sha512-HoojGXTC2CgCcq0Woc/dn12wQUlkNyfH0I1ABK4Ni9YXyFQa86Fkt2Q0nqgLfbhkyfQ6003i3qQk9pLh/SpAYw==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.3.tgz", + "integrity": "sha512-mnEOh4iE4USSccBOtcrjF5nj+5/zm6NcNhbSEfR3Ot0pxBwvEn5QVUXcuOwwPkapDtGZ6pT02xLoPaNv06w7KQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.3.tgz", + "integrity": "sha512-rMTzawBPimBQkG9NKpNHvquIUTQPzrnPxPbCY1Xt+mFkW7pshvyIS5kYgcf74goxXOQk0CP3EoOC1zcEezKXhw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.3.tgz", + "integrity": "sha512-2lg1CE305xNvnH3SyiKwPVsTVLCg4TmNCF1z7PSHX2uZY2VbUpdkgAllVoISD7JO7zu+YynpWNSKAtOrX3AiuA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.3.tgz", + "integrity": "sha512-9SjYp1sPyxJsPWuhOCX6F4jUMXGbVVd5obVpoVEi8ClZqo52ViZewA6eFz85y8ezuOA+uJMP5A5zo6Oz4S5rVQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.3.tgz", + "integrity": "sha512-HGZgRFFYrMrP3TJlq58nR1xy8zHKId25vhmm5S9jETEfDf6xybPxsavFTJaufe2zgOGYJBskGlj49CwtEuFhWQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/parse-json": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", @@ -1013,6 +1663,45 @@ "is-arrayish": "^0.2.1" } }, + "node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, "node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", @@ -1048,6 +1737,21 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -1396,6 +2100,25 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/nopt": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", @@ -1539,6 +2262,35 @@ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "license": "ISC" }, + "node_modules/postcss": { + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -1684,6 +2436,44 @@ "node": ">=4" } }, + "node_modules/rollup": { + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.3.tgz", + "integrity": "sha512-HBW896xR5HGmoksbi3JBDtmVzWiPAYqp7wip50hjQ67JbDz61nyoMPdqu1DvVW9asYb2M65Z20ZHsyJCMqMyDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.6" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.24.3", + "@rollup/rollup-android-arm64": "4.24.3", + "@rollup/rollup-darwin-arm64": "4.24.3", + "@rollup/rollup-darwin-x64": "4.24.3", + "@rollup/rollup-freebsd-arm64": "4.24.3", + "@rollup/rollup-freebsd-x64": "4.24.3", + "@rollup/rollup-linux-arm-gnueabihf": "4.24.3", + "@rollup/rollup-linux-arm-musleabihf": "4.24.3", + "@rollup/rollup-linux-arm64-gnu": "4.24.3", + "@rollup/rollup-linux-arm64-musl": "4.24.3", + "@rollup/rollup-linux-powerpc64le-gnu": "4.24.3", + "@rollup/rollup-linux-riscv64-gnu": "4.24.3", + "@rollup/rollup-linux-s390x-gnu": "4.24.3", + "@rollup/rollup-linux-x64-gnu": "4.24.3", + "@rollup/rollup-linux-x64-musl": "4.24.3", + "@rollup/rollup-win32-arm64-msvc": "4.24.3", + "@rollup/rollup-win32-ia32-msvc": "4.24.3", + "@rollup/rollup-win32-x64-msvc": "4.24.3", + "fsevents": "~2.3.2" + } + }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", @@ -1762,6 +2552,16 @@ "node": ">=0.10.0" } }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/spdx-compare": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", @@ -1996,6 +2796,66 @@ "spdx-expression-parse": "^3.0.0" } }, + "node_modules/vite": { + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/plugins/graphqlvoyager/package.json b/plugins/graphqlvoyager/frontend/package.json similarity index 57% rename from plugins/graphqlvoyager/package.json rename to plugins/graphqlvoyager/frontend/package.json index 0aced1d7f..fd6f76209 100644 --- a/plugins/graphqlvoyager/package.json +++ b/plugins/graphqlvoyager/frontend/package.json @@ -1,19 +1,19 @@ { - "name": "graphqlvoyager-reptor-plugin", - "version": "1.0.0", - "main": "index.js", + "name": "plugin-graphql-voyager", + "version": "0.0.0", + "private": true, + "type": "module", "scripts": { - "build": "npm i && cp ./node_modules/graphql-voyager/dist/voyager.css ./static/voyager/voyager.css && cp ./node_modules/graphql-voyager/dist/voyager.standalone.js ./static/voyager/voyager.standalone.js && cp ./index.html ./static/voyager/index.html", + "dev": "vite", + "build": "vite build", "generate-notice": "license-checker-rseidelsohn --excludePrivatePackages --excludePackages='stackframe@0.3.1' --onlyAllow='MIT;MIT*;Apache-2.0;MIT OR Apache-2.0;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;CC-BY-3.0;CC-BY-4.0;CC-BY-ND-4.0;Unlicense;MPL-2.0;BlueOak-1.0.0;Python-2.0;EPL-2.0;(BSD-3-Clause OR GPL-2.0);(MIT AND CC-BY-3.0);(MIT OR CC0-1.0)' --plainVertical > NOTICE", "dependencies": "npm run generate-notice" }, - "author": "Florian Lotz (florian@syslifters.com)", - "license": "ISC", - "description": "", "dependencies": { "graphql-voyager": "^2.1.0" }, "devDependencies": { + "vite": "^5.4.10", "license-checker-rseidelsohn": "^4.2.8" } } diff --git a/plugins/graphqlvoyager/frontend/public/plugin.js b/plugins/graphqlvoyager/frontend/public/plugin.js new file mode 100644 index 000000000..aa1c6f905 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/public/plugin.js @@ -0,0 +1,24 @@ +export default function(options) { + const routeConfig = { + route: { + path: '', + component: () => options.pluginHelpers.iframeComponent(({ _ }) => { + return { + src: 'voyager/index.html' + }; + }), + }, + menu: { + title: 'GraphQL Voyager', + icon: 'mdi-graph', + }, + }; + options.pluginHelpers.addRoute({ + scope: 'main', + ...routeConfig, + }); + options.pluginHelpers.addRoute({ + scope: 'project', + ...routeConfig, + }); +} diff --git a/plugins/graphqlvoyager/frontend/src/main.js b/plugins/graphqlvoyager/frontend/src/main.js new file mode 100644 index 000000000..a9539eed0 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/src/main.js @@ -0,0 +1,8 @@ +import { renderVoyager } from 'graphql-voyager/dist/voyager.standalone' +import 'graphql-voyager/dist/voyager.css'; + +renderVoyager(document.getElementById('voyager'), { + introspection: null, + allowToChangeSchema: true, + hideVoyagerLogo: false, +}); diff --git a/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js b/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js new file mode 100644 index 000000000..6285cefc6 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js @@ -0,0 +1,2007 @@ +(function(){const bo=document.createElement("link").relList;if(bo&&bo.supports&&bo.supports("modulepreload"))return;for(const RC of document.querySelectorAll('link[rel="modulepreload"]'))qB(RC);new MutationObserver(RC=>{for(const BB of RC)if(BB.type==="childList")for(const HA of BB.addedNodes)HA.tagName==="LINK"&&HA.rel==="modulepreload"&&qB(HA)}).observe(document,{childList:!0,subtree:!0});function _e(RC){const BB={};return RC.integrity&&(BB.integrity=RC.integrity),RC.referrerPolicy&&(BB.referrerPolicy=RC.referrerPolicy),RC.crossOrigin==="use-credentials"?BB.credentials="include":RC.crossOrigin==="anonymous"?BB.credentials="omit":BB.credentials="same-origin",BB}function qB(RC){if(RC.ep)return;RC.ep=!0;const BB=_e(RC);fetch(RC.href,BB)}})();var Ja={exports:{}};/*! For license information please see voyager.standalone.js.LICENSE.txt */(function(ws,bo){(function(_e,qB){ws.exports=qB()})(self,()=>(()=>{var _e,qB,RC={5053:(D,R,o)=>{o.d(R,{Z:()=>DB});var d=function(){function T(eg){var rg=this;this._insertTag=function(hg){var Hg;Hg=rg.tags.length===0?rg.insertionPoint?rg.insertionPoint.nextSibling:rg.prepend?rg.container.firstChild:rg.before:rg.tags[rg.tags.length-1].nextSibling,rg.container.insertBefore(hg,Hg),rg.tags.push(hg)},this.isSpeedy=eg.speedy===void 0||eg.speedy,this.tags=[],this.ctr=0,this.nonce=eg.nonce,this.key=eg.key,this.container=eg.container,this.prepend=eg.prepend,this.insertionPoint=eg.insertionPoint,this.before=null}var Ig=T.prototype;return Ig.hydrate=function(eg){eg.forEach(this._insertTag)},Ig.insert=function(eg){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(Hg){var Qg=document.createElement("style");return Qg.setAttribute("data-emotion",Hg.key),Hg.nonce!==void 0&&Qg.setAttribute("nonce",Hg.nonce),Qg.appendChild(document.createTextNode("")),Qg.setAttribute("data-s",""),Qg}(this));var rg=this.tags[this.tags.length-1];if(this.isSpeedy){var hg=function(Hg){if(Hg.sheet)return Hg.sheet;for(var Qg=0;Qg0?P(QA,--eA):0,gA--,BA===10&&(gA=1,O--),BA}function GA(){return BA=eA2||qA(BA)>3?"":" "}function vg(T,Ig){for(;--Ig&&GA()&&!(BA<48||BA>102||BA>57&&BA<65||BA>70&&BA<97););return kA(T,oA()+(Ig<6&&vA()==32&&GA()==32))}function MI(T){for(;GA();)switch(BA){case T:return eA;case 34:case 39:T!==34&&T!==39&&MI(BA);break;case 40:T===41&&MI(T);break;case 92:GA()}return eA}function sA(T,Ig){for(;GA()&&T+BA!==57&&(T+BA!==84||vA()!==47););return"/*"+kA(Ig,eA-1)+"*"+w(T===47?T:GA())}function V(T){for(;!qA(vA());)GA();return kA(T,eA)}var $="-ms-",YA="-moz-",SA="-webkit-",xA="comm",UA="rule",pg="decl",Gg="@keyframes";function wg(T,Ig){for(var eg="",rg=L(T),hg=0;hg0&&u(_g)-jg&&z(GI>32?QB(_g+";",rg,eg,jg-1):QB(k(_g," ","")+";",rg,eg,jg-2),DI);break;case 59:_g+=";";default:if(z(AC=$I(_g,Ig,eg,Tg,wI,hg,Jg,gI,JI=[],II=[],jg),Hg),Lg===123)if(wI===0)WA(_g,Ig,AC,AC,JI,Hg,jg,Jg,II);else switch(Og===99&&P(_g,3)===110?100:Og){case 100:case 108:case 109:case 115:WA(T,AC,AC,rg&&z($I(T,AC,AC,0,0,hg,Jg,gI,hg,JI=[],jg),II),hg,II,jg,Jg,rg?JI:II);break;default:WA(_g,AC,AC,AC,[""],II,0,Jg,II)}}Tg=wI=GI=0,ag=rI=1,gI=_g="",jg=Qg;break;case 58:jg=1+u(_g),GI=Xg;default:if(ag<1){if(Lg==123)--ag;else if(Lg==125&&ag++==0&&CA()==125)continue}switch(_g+=w(Lg),Lg*ag){case 38:rI=wI>0?1:(_g+="\f",-1);break;case 44:Jg[Tg++]=(u(_g)-1)*rI,rI=1;break;case 64:vA()===45&&(_g+=Dg(GA())),Og=vA(),wI=jg=u(gI=_g+=V(oA())),Lg++;break;case 45:Xg===45&&u(_g)==2&&(ag=0)}}return Hg}function $I(T,Ig,eg,rg,hg,Hg,Qg,Jg,DI,Tg,wI){for(var jg=hg-1,Og=hg===0?Hg:[""],GI=L(Og),Xg=0,ag=0,KI=0;Xg0?Og[rI]+" "+Lg:k(Lg,/&\f/g,Og[rI])))&&(DI[KI++]=gI);return uA(T,Ig,eg,hg===0?UA:Jg,DI,Tg,wI)}function hC(T,Ig,eg){return uA(T,Ig,eg,xA,w(BA),H(T,2,-2),0)}function QB(T,Ig,eg,rg){return uA(T,Ig,eg,pg,H(T,0,rg),H(T,rg+1,-1),rg)}var mC=function(T,Ig,eg){for(var rg=0,hg=0;rg=hg,hg=vA(),rg===38&&hg===12&&(Ig[eg]=1),!qA(hg);)GA();return kA(T,eA)},qC=new WeakMap,iI=function(T){if(T.type==="rule"&&T.parent&&!(T.length<1)){for(var Ig=T.value,eg=T.parent,rg=T.column===eg.column&&T.line===eg.line;eg.type!=="rule";)if(!(eg=eg.parent))return;if((T.props.length!==1||Ig.charCodeAt(0)===58||qC.get(eg))&&!rg){qC.set(T,!0);for(var hg=[],Hg=function(wI,jg){return yg(function(Og,GI){var Xg=-1,ag=44;do switch(qA(ag)){case 0:ag===38&&vA()===12&&(GI[Xg]=1),Og[Xg]+=mC(eA-1,GI,Xg);break;case 2:Og[Xg]+=Dg(ag);break;case 4:if(ag===44){Og[++Xg]=vA()===58?"&\f":"",GI[Xg]=Og[Xg].length;break}default:Og[Xg]+=w(ag)}while(ag=GA());return Og}(PA(wI),jg))}(Ig,hg),Qg=eg.props,Jg=0,DI=0;Jg6)switch(P(T,Ig+1)){case 109:if(P(T,Ig+4)!==45)break;case 102:return k(T,/(.+:)(.+)-([^]+)/,"$1"+SA+"$2-$3$1"+YA+(P(T,Ig+3)==108?"$3":"$2-$3"))+T;case 115:return~f(T,"stretch")?fB(k(T,"stretch","fill-available"),Ig)+T:T}break;case 4949:if(P(T,Ig+1)!==115)break;case 6444:switch(P(T,u(T)-3-(~f(T,"!important")&&10))){case 107:return k(T,":",":"+SA)+T;case 101:return k(T,/(.+:)([^;!]+)(;|!.+)?/,"$1"+SA+(P(T,14)===45?"inline-":"")+"box$3$1"+SA+"$2$3$1"+$+"$2box$3")+T}break;case 5936:switch(P(T,Ig+11)){case 114:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"tb")+T;case 108:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"tb-rl")+T;case 45:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"lr")+T}return SA+T+$+T+T}return T}var LB=[function(T,Ig,eg,rg){if(T.length>-1&&!T.return)switch(T.type){case pg:T.return=fB(T.value,T.length);break;case Gg:return wg([fA(T,{value:k(T.value,"@","@"+SA)})],rg);case UA:if(T.length)return function(hg,Hg){return hg.map(Hg).join("")}(T.props,function(hg){switch(function(Hg,Qg){return(Hg=/(::plac\w+|:read-\w+)/.exec(Hg))?Hg[0]:Hg}(hg)){case":read-only":case":read-write":return wg([fA(T,{props:[k(hg,/:(read-\w+)/,":-moz-$1")]})],rg);case"::placeholder":return wg([fA(T,{props:[k(hg,/:(plac\w+)/,":"+SA+"input-$1")]}),fA(T,{props:[k(hg,/:(plac\w+)/,":-moz-$1")]}),fA(T,{props:[k(hg,/:(plac\w+)/,$+"input-$1")]})],rg)}return""})}}],DB=function(T){var Ig=T.key;if(Ig==="css"){var eg=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(eg,function(ag){ag.getAttribute("data-emotion").indexOf(" ")!==-1&&(document.head.appendChild(ag),ag.setAttribute("data-s",""))})}var rg,hg,Hg=T.stylisPlugins||LB,Qg={},Jg=[];rg=T.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+Ig+' "]'),function(ag){for(var KI=ag.getAttribute("data-emotion").split(" "),rI=1;rI{function d(a){var w=Object.create(null);return function(G){return w[G]===void 0&&(w[G]=a(G)),w[G]}}o.d(R,{Z:()=>d})},8741:(D,R,o)=>{o.d(R,{C:()=>G,T:()=>k,w:()=>N});var d=o(7294),a=o(5053),w=(o(9673),o(7278),d.createContext(typeof HTMLElement<"u"?(0,a.Z)({key:"css"}):null)),G=w.Provider,N=function(f){return(0,d.forwardRef)(function(P,H){var u=(0,d.useContext)(w);return f(P,u,H)})},k=d.createContext({})},917:(D,R,o)=>{o.d(R,{F4:()=>P,iv:()=>f,xB:()=>k});var d=o(8741),a=o(7294),w=o(444),G=o(7278),N=o(9673),k=(o(5053),o(8679),(0,d.w)(function(H,u){var L=H.styles,z=(0,N.O)([L],void 0,a.useContext(d.T)),O=a.useRef();return(0,G.j)(function(){var gA=u.key+"-global",j=new u.sheet.constructor({key:gA,nonce:u.sheet.nonce,container:u.sheet.container,speedy:u.sheet.isSpeedy}),eA=!1,BA=document.querySelector('style[data-emotion="'+gA+" "+z.name+'"]');return u.sheet.tags.length&&(j.before=u.sheet.tags[0]),BA!==null&&(eA=!0,BA.setAttribute("data-emotion",gA),j.hydrate([BA])),O.current=[j,eA],function(){j.flush()}},[u]),(0,G.j)(function(){var gA=O.current,j=gA[0];if(gA[1])gA[1]=!1;else{if(z.next!==void 0&&(0,w.My)(u,z.next,!0),j.tags.length){var eA=j.tags[j.tags.length-1].nextElementSibling;j.before=eA,j.flush()}u.insert("",z,j,!1)}},[u,z.name]),null}));function f(){for(var H=arguments.length,u=new Array(H),L=0;L{o.d(R,{O:()=>z});var d={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},a=o(5042),w=/[A-Z]|^ms/g,G=/_EMO_([^_]+?)_([^]*?)_EMO_/g,N=function(O){return O.charCodeAt(1)===45},k=function(O){return O!=null&&typeof O!="boolean"},f=(0,a.Z)(function(O){return N(O)?O:O.replace(w,"-$&").toLowerCase()}),P=function(O,gA){switch(O){case"animation":case"animationName":if(typeof gA=="string")return gA.replace(G,function(j,eA,BA){return u={name:eA,styles:BA,next:u},eA})}return d[O]===1||N(O)||typeof gA!="number"||gA===0?gA:gA+"px"};function H(O,gA,j){if(j==null)return"";var eA=j;if(eA.__emotion_styles!==void 0)return eA;switch(typeof j){case"boolean":return"";case"object":var BA=j;if(BA.anim===1)return u={name:BA.name,styles:BA.styles,next:u},BA.name;var QA=j;if(QA.styles!==void 0){var uA=QA.next;if(uA!==void 0)for(;uA!==void 0;)u={name:uA.name,styles:uA.styles,next:u},uA=uA.next;return QA.styles+";"}return function(oA,kA,qA){var PA="";if(Array.isArray(qA))for(var yg=0;yg=4;++qA,PA-=4)oA=1540483477*(65535&(oA=255&vA.charCodeAt(qA)|(255&vA.charCodeAt(++qA))<<8|(255&vA.charCodeAt(++qA))<<16|(255&vA.charCodeAt(++qA))<<24))+(59797*(oA>>>16)<<16),kA=1540483477*(65535&(oA^=oA>>>24))+(59797*(oA>>>16)<<16)^1540483477*(65535&kA)+(59797*(kA>>>16)<<16);switch(PA){case 3:kA^=(255&vA.charCodeAt(qA+2))<<16;case 2:kA^=(255&vA.charCodeAt(qA+1))<<8;case 1:kA=1540483477*(65535&(kA^=255&vA.charCodeAt(qA)))+(59797*(kA>>>16)<<16)}return(((kA=1540483477*(65535&(kA^=kA>>>13))+(59797*(kA>>>16)<<16))^kA>>>15)>>>0).toString(36)}(BA)+CA;return{name:GA,styles:BA,next:u}}},7278:(D,R,o)=>{var d;o.d(R,{L:()=>G,j:()=>N});var a=o(7294),w=!!(d||(d=o.t(a,2))).useInsertionEffect&&(d||(d=o.t(a,2))).useInsertionEffect,G=w||function(k){return k()},N=w||a.useLayoutEffect},444:(D,R,o)=>{function d(G,N,k){var f="";return k.split(" ").forEach(function(P){G[P]!==void 0?N.push(G[P]+";"):P&&(f+=P+" ")}),f}o.d(R,{My:()=>w,fp:()=>d,hC:()=>a});var a=function(G,N,k){var f=G.key+"-"+N.name;k===!1&&G.registered[f]===void 0&&(G.registered[f]=N.styles)},w=function(G,N,k){a(G,N,k);var f=G.key+"-"+N.name;if(G.inserted[N.name]===void 0){var P=N;do G.insert(N===P?"."+f:"",P,G.sheet,!0),P=P.next;while(P!==void 0)}}},594:(D,R,o)=>{var d=o(4836);R.Z=void 0;var a=d(o(4938)),w=o(5893);R.Z=(0,a.default)((0,w.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},1899:(D,R,o)=>{var d=o(4836);R.Z=void 0;var a=d(o(4938)),w=o(5893);R.Z=(0,a.default)((0,w.jsx)("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"}),"ContentCopy")},4938:(D,R,o)=>{Object.defineProperty(R,"__esModule",{value:!0}),Object.defineProperty(R,"default",{enumerable:!0,get:function(){return d.createSvgIcon}});var d=o(9098)},8628:(D,R,o)=>{o.d(R,{i:()=>a}),o(7294);var d=o(2842);function a(w){return(0,d.i)(w)}o(5893)},3502:(D,R,o)=>{o.d(R,{Z:()=>eA});var d=o(7462),a=o(3366),w=o(7294),G=o(512),N=o(4780),k=o(8216),f=o(8628),P=o(948),H=o(1588),u=o(4867);function L(BA){return(0,u.ZP)("MuiSvgIcon",BA)}(0,H.Z)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var z=o(5893);const O=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],gA=(0,P.ZP)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(BA,QA)=>{const{ownerState:uA}=BA;return[QA.root,uA.color!=="inherit"&&QA[`color${(0,k.Z)(uA.color)}`],QA[`fontSize${(0,k.Z)(uA.fontSize)}`]]}})(({theme:BA,ownerState:QA})=>{var uA,fA,CA,GA,vA,oA,kA,qA,PA,yg,Dg,Bg,vg;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:QA.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(uA=BA.transitions)==null||(fA=uA.create)==null?void 0:fA.call(uA,"fill",{duration:(CA=BA.transitions)==null||(CA=CA.duration)==null?void 0:CA.shorter}),fontSize:{inherit:"inherit",small:((GA=BA.typography)==null||(vA=GA.pxToRem)==null?void 0:vA.call(GA,20))||"1.25rem",medium:((oA=BA.typography)==null||(kA=oA.pxToRem)==null?void 0:kA.call(oA,24))||"1.5rem",large:((qA=BA.typography)==null||(PA=qA.pxToRem)==null?void 0:PA.call(qA,35))||"2.1875rem"}[QA.fontSize],color:(yg=(Dg=(BA.vars||BA).palette)==null||(Dg=Dg[QA.color])==null?void 0:Dg.main)!=null?yg:{action:(Bg=(BA.vars||BA).palette)==null||(Bg=Bg.action)==null?void 0:Bg.active,disabled:(vg=(BA.vars||BA).palette)==null||(vg=vg.action)==null?void 0:vg.disabled,inherit:void 0}[QA.color]}}),j=w.forwardRef(function(BA,QA){const uA=(0,f.i)({props:BA,name:"MuiSvgIcon"}),{children:fA,className:CA,color:GA="inherit",component:vA="svg",fontSize:oA="medium",htmlColor:kA,inheritViewBox:qA=!1,titleAccess:PA,viewBox:yg="0 0 24 24"}=uA,Dg=(0,a.Z)(uA,O),Bg=w.isValidElement(fA)&&fA.type==="svg",vg=(0,d.Z)({},uA,{color:GA,component:vA,fontSize:oA,instanceFontSize:BA.fontSize,inheritViewBox:qA,viewBox:yg,hasSvgAsChild:Bg}),MI={};qA||(MI.viewBox=yg);const sA=(V=>{const{color:$,fontSize:YA,classes:SA}=V,xA={root:["root",$!=="inherit"&&`color${(0,k.Z)($)}`,`fontSize${(0,k.Z)(YA)}`]};return(0,N.Z)(xA,L,SA)})(vg);return(0,z.jsxs)(gA,(0,d.Z)({as:vA,className:(0,G.Z)(sA.root,CA),focusable:"false",color:kA,"aria-hidden":!PA||void 0,role:PA?"img":void 0,ref:QA},MI,Dg,Bg&&fA.props,{ownerState:vg,children:[Bg?fA.props.children:fA,PA?(0,z.jsx)("title",{children:PA}):null]}))});j.muiName="SvgIcon";const eA=j},9617:(D,R,o)=>{o.d(R,{Z:()=>Hg});var d=o(7462),a=o(3366),w=o(6535),G=o(4953),N=o(8010),k=o(6523),f=o(7408),P=o(2101);const H={black:"#000",white:"#fff"},u={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},L="#f3e5f5",z="#ce93d8",O="#ba68c8",gA="#ab47bc",j="#9c27b0",eA="#7b1fa2",BA="#e57373",QA="#ef5350",uA="#f44336",fA="#d32f2f",CA="#c62828",GA="#ffb74d",vA="#ffa726",oA="#ff9800",kA="#f57c00",qA="#e65100",PA="#e3f2fd",yg="#90caf9",Dg="#42a5f5",Bg="#1976d2",vg="#1565c0",MI="#4fc3f7",sA="#29b6f6",V="#03a9f4",$="#0288d1",YA="#01579b",SA="#81c784",xA="#66bb6a",UA="#4caf50",pg="#388e3c",Gg="#2e7d32",wg="#1b5e20",bg=["mode","contrastThreshold","tonalOffset"],nI={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:H.white,default:H.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},WA={text:{primary:H.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:H.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function $I(Qg,Jg,DI,Tg){const wI=Tg.light||Tg,jg=Tg.dark||1.5*Tg;Qg[Jg]||(Qg.hasOwnProperty(DI)?Qg[Jg]=Qg[DI]:Jg==="light"?Qg.light=(0,P.$n)(Qg.main,wI):Jg==="dark"&&(Qg.dark=(0,P._j)(Qg.main,jg)))}const hC=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"],QB={textTransform:"uppercase"},mC='"Roboto", "Helvetica", "Arial", sans-serif';function qC(Qg,Jg){const DI=typeof Jg=="function"?Jg(Qg):Jg,{fontFamily:Tg=mC,fontSize:wI=14,fontWeightLight:jg=300,fontWeightRegular:Og=400,fontWeightMedium:GI=500,fontWeightBold:Xg=700,htmlFontSize:ag=16,allVariants:KI,pxToRem:rI}=DI,Lg=(0,a.Z)(DI,hC),gI=wI/14,JI=rI||(_g=>_g/ag*gI+"rem"),II=(_g,OQ,FE,TQ,pE)=>{return(0,d.Z)({fontFamily:Tg,fontWeight:_g,fontSize:JI(OQ),lineHeight:FE},Tg===mC?{letterSpacing:(mB=TQ/OQ,Math.round(1e5*mB)/1e5+"em")}:{},pE,KI);var mB},AC={h1:II(jg,96,1.167,-1.5),h2:II(jg,60,1.2,-.5),h3:II(Og,48,1.167,0),h4:II(Og,34,1.235,.25),h5:II(Og,24,1.334,0),h6:II(GI,20,1.6,.15),subtitle1:II(Og,16,1.75,.15),subtitle2:II(GI,14,1.57,.1),body1:II(Og,16,1.5,.15),body2:II(Og,14,1.43,.15),button:II(GI,14,1.75,.4,QB),caption:II(Og,12,1.66,.4),overline:II(Og,12,2.66,1,QB),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return(0,G.Z)((0,d.Z)({htmlFontSize:ag,pxToRem:JI,fontFamily:Tg,fontSize:wI,fontWeightLight:jg,fontWeightRegular:Og,fontWeightMedium:GI,fontWeightBold:Xg},AC),Lg,{clone:!1})}function iI(...Qg){return[`${Qg[0]}px ${Qg[1]}px ${Qg[2]}px ${Qg[3]}px rgba(0,0,0,0.2)`,`${Qg[4]}px ${Qg[5]}px ${Qg[6]}px ${Qg[7]}px rgba(0,0,0,0.14)`,`${Qg[8]}px ${Qg[9]}px ${Qg[10]}px ${Qg[11]}px rgba(0,0,0,0.12)`].join(",")}const xQ=["none",iI(0,2,1,-1,0,1,1,0,0,1,3,0),iI(0,3,1,-2,0,2,2,0,0,1,5,0),iI(0,3,3,-2,0,3,4,0,0,1,8,0),iI(0,2,4,-1,0,4,5,0,0,1,10,0),iI(0,3,5,-1,0,5,8,0,0,1,14,0),iI(0,3,5,-1,0,6,10,0,0,1,18,0),iI(0,4,5,-2,0,7,10,1,0,2,16,1),iI(0,5,5,-3,0,8,10,1,0,3,14,2),iI(0,5,6,-3,0,9,12,1,0,3,16,2),iI(0,6,6,-3,0,10,14,1,0,4,18,3),iI(0,6,7,-4,0,11,15,1,0,4,20,3),iI(0,7,8,-4,0,12,17,2,0,5,22,4),iI(0,7,8,-4,0,13,19,2,0,5,24,4),iI(0,7,9,-4,0,14,21,2,0,5,26,4),iI(0,8,9,-5,0,15,22,2,0,6,28,5),iI(0,8,10,-5,0,16,24,2,0,6,30,5),iI(0,8,11,-5,0,17,26,2,0,6,32,5),iI(0,9,11,-5,0,18,28,2,0,7,34,6),iI(0,9,12,-6,0,19,29,2,0,7,36,6),iI(0,10,13,-6,0,20,31,3,0,8,38,7),iI(0,10,13,-6,0,21,33,3,0,8,40,7),iI(0,10,14,-6,0,22,35,3,0,8,42,7),iI(0,11,14,-7,0,23,36,3,0,9,44,8),iI(0,11,15,-7,0,24,38,3,0,9,46,8)],fB=["duration","easing","delay"],LB={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},DB={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function T(Qg){return`${Math.round(Qg)}ms`}function Ig(Qg){if(!Qg)return 0;const Jg=Qg/36;return Math.round(10*(4+15*Jg**.25+Jg/5))}function eg(Qg){const Jg=(0,d.Z)({},LB,Qg.easing),DI=(0,d.Z)({},DB,Qg.duration);return(0,d.Z)({getAutoHeightDuration:Ig,create:(Tg=["all"],wI={})=>{const{duration:jg=DI.standard,easing:Og=Jg.easeInOut,delay:GI=0}=wI;return(0,a.Z)(wI,fB),(Array.isArray(Tg)?Tg:[Tg]).map(Xg=>`${Xg} ${typeof jg=="string"?jg:T(jg)} ${Og} ${typeof GI=="string"?GI:T(GI)}`).join(",")}},Qg,{easing:Jg,duration:DI})}const rg={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},hg=["breakpoints","mixins","spacing","palette","transitions","typography","shape"],Hg=function(Qg={},...Jg){const{mixins:DI={},palette:Tg={},transitions:wI={},typography:jg={}}=Qg,Og=(0,a.Z)(Qg,hg);if(Qg.vars)throw new Error((0,w.Z)(18));const GI=function(Lg){const{mode:gI="light",contrastThreshold:JI=3,tonalOffset:II=.2}=Lg,AC=(0,a.Z)(Lg,bg),_g=Lg.primary||function(Pg="light"){return Pg==="dark"?{main:yg,light:PA,dark:Dg}:{main:Bg,light:Dg,dark:vg}}(gI),OQ=Lg.secondary||function(Pg="light"){return Pg==="dark"?{main:z,light:L,dark:gA}:{main:j,light:O,dark:eA}}(gI),FE=Lg.error||function(Pg="light"){return Pg==="dark"?{main:uA,light:BA,dark:fA}:{main:fA,light:QA,dark:CA}}(gI),TQ=Lg.info||function(Pg="light"){return Pg==="dark"?{main:sA,light:MI,dark:$}:{main:$,light:V,dark:YA}}(gI),pE=Lg.success||function(Pg="light"){return Pg==="dark"?{main:xA,light:SA,dark:pg}:{main:Gg,light:UA,dark:wg}}(gI),mB=Lg.warning||function(Pg="light"){return Pg==="dark"?{main:vA,light:GA,dark:kA}:{main:"#ed6c02",light:oA,dark:qA}}(gI);function RE(Pg){return(0,P.mi)(Pg,WA.text.primary)>=JI?WA.text.primary:nI.text.primary}const gC=({color:Pg,name:PB,mainShade:hQ=500,lightShade:ae=300,darkShade:Ai=700})=>{if(!(Pg=(0,d.Z)({},Pg)).main&&Pg[hQ]&&(Pg.main=Pg[hQ]),!Pg.hasOwnProperty("main"))throw new Error((0,w.Z)(11,PB?` (${PB})`:"",hQ));if(typeof Pg.main!="string")throw new Error((0,w.Z)(12,PB?` (${PB})`:"",JSON.stringify(Pg.main)));return $I(Pg,"light",ae,II),$I(Pg,"dark",Ai,II),Pg.contrastText||(Pg.contrastText=RE(Pg.main)),Pg},$e={dark:WA,light:nI};return(0,G.Z)((0,d.Z)({common:(0,d.Z)({},H),mode:gI,primary:gC({color:_g,name:"primary"}),secondary:gC({color:OQ,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:gC({color:FE,name:"error"}),warning:gC({color:mB,name:"warning"}),info:gC({color:TQ,name:"info"}),success:gC({color:pE,name:"success"}),grey:u,contrastThreshold:JI,getContrastText:RE,augmentColor:gC,tonalOffset:II},$e[gI]),AC)}(Tg),Xg=(0,f.Z)(Qg);let ag=(0,G.Z)(Xg,{mixins:(KI=Xg.breakpoints,rI=DI,(0,d.Z)({toolbar:{minHeight:56,[KI.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[KI.up("sm")]:{minHeight:64}}},rI)),palette:GI,shadows:xQ.slice(),typography:qC(GI,jg),transitions:eg(wI),zIndex:(0,d.Z)({},rg)});var KI,rI;return ag=(0,G.Z)(ag,Og),ag=Jg.reduce((Lg,gI)=>(0,G.Z)(Lg,gI),ag),ag.unstable_sxConfig=(0,d.Z)({},N.Z,Og==null?void 0:Og.unstable_sxConfig),ag.unstable_sx=function(Lg){return(0,k.Z)({sx:Lg,theme:this})},ag}},247:(D,R,o)=>{o.d(R,{Z:()=>d});const d=(0,o(9617).Z)()},606:(D,R,o)=>{o.d(R,{Z:()=>d});const d="$$material"},4136:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(5536);const a=w=>(0,d.Z)(w)&&w!=="classes"},5536:(D,R,o)=>{o.d(R,{Z:()=>d});const d=function(a){return a!=="ownerState"&&a!=="theme"&&a!=="sx"&&a!=="as"}},948:(D,R,o)=>{o.d(R,{ZP:()=>N});var d=o(8128),a=o(247),w=o(606),G=o(4136);const N=(0,d.ZP)({themeId:w.Z,defaultTheme:a.Z,rootShouldForwardProp:G.Z})},8216:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(4142).Z},2066:(D,R,o)=>{o.d(R,{Z:()=>N});var d=o(7462),a=o(7294),w=o(3502),G=o(5893);function N(k,f){function P(H,u){return(0,G.jsx)(w.Z,(0,d.Z)({"data-testid":`${f}Icon`,ref:u},H,{children:k}))}return P.muiName=w.Z.muiName,a.memo(a.forwardRef(P))}},7144:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(9336).Z},9098:(D,R,o)=>{o.r(R),o.d(R,{capitalize:()=>a.Z,createChainedFunction:()=>w,createSvgIcon:()=>G.Z,debounce:()=>N.Z,deprecatedPropType:()=>k,isMuiElement:()=>f.Z,ownerDocument:()=>P.Z,ownerWindow:()=>H.Z,requirePropFactory:()=>u,setRef:()=>L,unstable_ClassNameGenerator:()=>uA,unstable_useEnhancedEffect:()=>z.Z,unstable_useId:()=>O.Z,unsupportedProp:()=>gA,useControlled:()=>j.Z,useEventCallback:()=>eA.Z,useForkRef:()=>BA.Z,useIsFocusVisible:()=>QA.Z});var d=o(7078),a=o(8216);const w=o(1476).Z;var G=o(2066),N=o(7144);const k=function(fA,CA){return()=>null};var f=o(6798),P=o(8038),H=o(5340);o(7462);const u=function(fA,CA){return()=>null},L=o(7364).Z;var z=o(8974),O=o(7909);const gA=function(fA,CA,GA,vA,oA){return null};var j=o(9327),eA=o(2068),BA=o(1705),QA=o(6601);const uA={configure:fA=>{d.Z.configure(fA)}}},6798:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(7317).Z},8038:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(2690).Z},5340:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(4161).Z},9327:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);const a=function({controlled:w,default:G,name:N,state:k="value"}){const{current:f}=d.useRef(w!==void 0),[P,H]=d.useState(G);return[f?w:P,d.useCallback(u=>{f||H(u)},[])]}},8974:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(3546).Z},2068:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(9948).Z},1705:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(3703).Z},7909:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(2996).Z},6601:(D,R,o)=>{o.d(R,{Z:()=>u});var d=o(7294),a=o(1818);let w=!0,G=!1;const N=new a.V,k={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function f(L){L.metaKey||L.altKey||L.ctrlKey||(w=!0)}function P(){w=!1}function H(){this.visibilityState==="hidden"&&G&&(w=!0)}const u=function(){const L=d.useCallback(O=>{var gA;O!=null&&((gA=O.ownerDocument).addEventListener("keydown",f,!0),gA.addEventListener("mousedown",P,!0),gA.addEventListener("pointerdown",P,!0),gA.addEventListener("touchstart",P,!0),gA.addEventListener("visibilitychange",H,!0))},[]),z=d.useRef(!1);return{isFocusVisibleRef:z,onFocus:function(O){return!!function(gA){const{target:j}=gA;try{return j.matches(":focus-visible")}catch{}return w||function(eA){const{type:BA,tagName:QA}=eA;return!(QA!=="INPUT"||!k[BA]||eA.readOnly)||QA==="TEXTAREA"&&!eA.readOnly||!!eA.isContentEditable}(j)}(O)&&(z.current=!0,!0)},onBlur:function(){return!!z.current&&(G=!0,N.start(100,()=>{G=!1}),z.current=!1,!0)},ref:L}}},1234:(D,R,o)=>{o.d(R,{Z:()=>w}),o(7294);var d=o(917),a=o(5893);function w(G){const{styles:N,defaultTheme:k={}}=G,f=typeof N=="function"?P=>{return N((H=P)==null||Object.keys(H).length===0?k:P);var H}:N;return(0,a.jsx)(d.xB,{styles:f})}},4742:(D,R,o)=>{o.r(R),o.d(R,{GlobalStyles:()=>CA.Z,StyledEngineProvider:()=>fA,ThemeContext:()=>k.T,css:()=>eA.iv,default:()=>GA,internal_processStyles:()=>vA,keyframes:()=>eA.F4});var d=o(7462),a=o(7294),w=o(5042),G=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,N=(0,w.Z)(function(oA){return G.test(oA)||oA.charCodeAt(0)===111&&oA.charCodeAt(1)===110&&oA.charCodeAt(2)<91}),k=o(8741),f=o(444),P=o(9673),H=o(7278),u=N,L=function(oA){return oA!=="theme"},z=function(oA){return typeof oA=="string"&&oA.charCodeAt(0)>96?u:L},O=function(oA,kA,qA){var PA;if(kA){var yg=kA.shouldForwardProp;PA=oA.__emotion_forwardProp&&yg?function(Dg){return oA.__emotion_forwardProp(Dg)&&yg(Dg)}:yg}return typeof PA!="function"&&qA&&(PA=oA.__emotion_forwardProp),PA},gA=function(oA){var kA=oA.cache,qA=oA.serialized,PA=oA.isStringTag;return(0,f.hC)(kA,qA,PA),(0,H.L)(function(){return(0,f.My)(kA,qA,PA)}),null},j=(function oA(kA,qA){var PA,yg,Dg=kA.__emotion_real===kA,Bg=Dg&&kA.__emotion_base||kA;qA!==void 0&&(PA=qA.label,yg=qA.target);var vg=O(kA,qA,Dg),MI=vg||z(Bg),sA=!MI("as");return function(){var V=arguments,$=Dg&&kA.__emotion_styles!==void 0?kA.__emotion_styles.slice(0):[];if(PA!==void 0&&$.push("label:"+PA+";"),V[0]==null||V[0].raw===void 0)$.push.apply($,V);else{$.push(V[0][0]);for(var YA=V.length,SA=1;SA{Array.isArray(oA.__emotion_styles)&&(oA.__emotion_styles=kA(oA.__emotion_styles))}},2101:(D,R,o)=>{var d=o(4836);R.Fq=function(u,L){return u=N(u),L=G(L),u.type!=="rgb"&&u.type!=="hsl"||(u.type+="a"),u.type==="color"?u.values[3]=`/${L}`:u.values[3]=L,k(u)},R._j=P,R.mi=function(u,L){const z=f(u),O=f(L);return(Math.max(z,O)+.05)/(Math.min(z,O)+.05)},R.$n=H;var a=d(o(5480)),w=d(o(9681));function G(u,L=0,z=1){return(0,w.default)(u,L,z)}function N(u){if(u.type)return u;if(u.charAt(0)==="#")return N(function(j){j=j.slice(1);const eA=new RegExp(`.{1,${j.length>=6?2:1}}`,"g");let BA=j.match(eA);return BA&&BA[0].length===1&&(BA=BA.map(QA=>QA+QA)),BA?`rgb${BA.length===4?"a":""}(${BA.map((QA,uA)=>uA<3?parseInt(QA,16):Math.round(parseInt(QA,16)/255*1e3)/1e3).join(", ")})`:""}(u));const L=u.indexOf("("),z=u.substring(0,L);if(["rgb","rgba","hsl","hsla","color"].indexOf(z)===-1)throw new Error((0,a.default)(9,u));let O,gA=u.substring(L+1,u.length-1);if(z==="color"){if(gA=gA.split(" "),O=gA.shift(),gA.length===4&&gA[3].charAt(0)==="/"&&(gA[3]=gA[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(O)===-1)throw new Error((0,a.default)(10,O))}else gA=gA.split(",");return gA=gA.map(j=>parseFloat(j)),{type:z,values:gA,colorSpace:O}}function k(u){const{type:L,colorSpace:z}=u;let{values:O}=u;return L.indexOf("rgb")!==-1?O=O.map((gA,j)=>j<3?parseInt(gA,10):gA):L.indexOf("hsl")!==-1&&(O[1]=`${O[1]}%`,O[2]=`${O[2]}%`),O=L.indexOf("color")!==-1?`${z} ${O.join(" ")}`:`${O.join(", ")}`,`${L}(${O})`}function f(u){let L=(u=N(u)).type==="hsl"||u.type==="hsla"?N(function(z){z=N(z);const{values:O}=z,gA=O[0],j=O[1]/100,eA=O[2]/100,BA=j*Math.min(eA,1-eA),QA=(CA,GA=(CA+gA/30)%12)=>eA-BA*Math.max(Math.min(GA-3,9-GA,1),-1);let uA="rgb";const fA=[Math.round(255*QA(0)),Math.round(255*QA(8)),Math.round(255*QA(4))];return z.type==="hsla"&&(uA+="a",fA.push(O[3])),k({type:uA,values:fA})}(u)).values:u.values;return L=L.map(z=>(u.type!=="color"&&(z/=255),z<=.03928?z/12.92:((z+.055)/1.055)**2.4)),Number((.2126*L[0]+.7152*L[1]+.0722*L[2]).toFixed(3))}function P(u,L){if(u=N(u),L=G(L),u.type.indexOf("hsl")!==-1)u.values[2]*=1-L;else if(u.type.indexOf("rgb")!==-1||u.type.indexOf("color")!==-1)for(let z=0;z<3;z+=1)u.values[z]*=1-L;return k(u)}function H(u,L){if(u=N(u),L=G(L),u.type.indexOf("hsl")!==-1)u.values[2]+=(100-u.values[2])*L;else if(u.type.indexOf("rgb")!==-1)for(let z=0;z<3;z+=1)u.values[z]+=(255-u.values[z])*L;else if(u.type.indexOf("color")!==-1)for(let z=0;z<3;z+=1)u.values[z]+=(1-u.values[z])*L;return k(u)}},8128:(D,R,o)=>{var d=o(4836);R.ZP=function(QA={}){const{themeId:uA,defaultTheme:fA=O,rootShouldForwardProp:CA=z,slotShouldForwardProp:GA=z}=QA,vA=oA=>(0,f.default)((0,a.default)({},oA,{theme:j((0,a.default)({},oA,{defaultTheme:fA,themeId:uA}))}));return vA.__mui_systemSx=!0,(oA,kA={})=>{(0,G.internal_processStyles)(oA,xA=>xA.filter(UA=>!(UA!=null&&UA.__mui_systemSx)));const{name:qA,slot:PA,skipVariantsResolver:yg,skipSx:Dg,overridesResolver:Bg=eA(gA(PA))}=kA,vg=(0,w.default)(kA,u),MI=yg!==void 0?yg:PA&&PA!=="Root"&&PA!=="root"||!1,sA=Dg||!1;let V=z;PA==="Root"||PA==="root"?V=CA:PA?V=GA:function(xA){return typeof xA=="string"&&xA.charCodeAt(0)>96}(oA)&&(V=void 0);const $=(0,G.default)(oA,(0,a.default)({shouldForwardProp:V,label:void 0},vg)),YA=xA=>typeof xA=="function"&&xA.__emotion_real!==xA||(0,N.isPlainObject)(xA)?UA=>BA(xA,(0,a.default)({},UA,{theme:j({theme:UA.theme,defaultTheme:fA,themeId:uA})})):xA,SA=(xA,...UA)=>{let pg=YA(xA);const Gg=UA?UA.map(YA):[];qA&&Bg&&Gg.push(nI=>{const WA=j((0,a.default)({},nI,{defaultTheme:fA,themeId:uA}));if(!WA.components||!WA.components[qA]||!WA.components[qA].styleOverrides)return null;const $I=WA.components[qA].styleOverrides,hC={};return Object.entries($I).forEach(([QB,mC])=>{hC[QB]=BA(mC,(0,a.default)({},nI,{theme:WA}))}),Bg(nI,hC)}),qA&&!MI&&Gg.push(nI=>{var WA;const $I=j((0,a.default)({},nI,{defaultTheme:fA,themeId:uA}));return BA({variants:$I==null||(WA=$I.components)==null||(WA=WA[qA])==null?void 0:WA.variants},(0,a.default)({},nI,{theme:$I}))}),sA||Gg.push(vA);const wg=Gg.length-UA.length;if(Array.isArray(xA)&&wg>0){const nI=new Array(wg).fill("");pg=[...xA,...nI],pg.raw=[...xA.raw,...nI]}const bg=$(pg,...Gg);return oA.muiName&&(bg.muiName=oA.muiName),bg};return $.withConfig&&(SA.withConfig=$.withConfig),SA}};var a=d(o(434)),w=d(o(7071)),G=function(QA,uA){if(QA&&QA.__esModule)return QA;if(QA===null||typeof QA!="object"&&typeof QA!="function")return{default:QA};var fA=L(uA);if(fA&&fA.has(QA))return fA.get(QA);var CA={__proto__:null},GA=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var vA in QA)if(vA!=="default"&&Object.prototype.hasOwnProperty.call(QA,vA)){var oA=GA?Object.getOwnPropertyDescriptor(QA,vA):null;oA&&(oA.get||oA.set)?Object.defineProperty(CA,vA,oA):CA[vA]=QA[vA]}return CA.default=QA,fA&&fA.set(QA,CA),CA}(o(4742)),N=o(8524),k=(d(o(7641)),d(o(3163)),d(o(9926))),f=d(o(386));const P=["ownerState"],H=["variants"],u=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function L(QA){if(typeof WeakMap!="function")return null;var uA=new WeakMap,fA=new WeakMap;return(L=function(CA){return CA?fA:uA})(QA)}function z(QA){return QA!=="ownerState"&&QA!=="theme"&&QA!=="sx"&&QA!=="as"}const O=(0,k.default)(),gA=QA=>QA&&QA.charAt(0).toLowerCase()+QA.slice(1);function j({defaultTheme:QA,theme:uA,themeId:fA}){return CA=uA,Object.keys(CA).length===0?QA:uA[fA]||uA;var CA}function eA(QA){return QA?(uA,fA)=>fA[QA]:null}function BA(QA,uA){let{ownerState:fA}=uA,CA=(0,w.default)(uA,P);const GA=typeof QA=="function"?QA((0,a.default)({ownerState:fA},CA)):QA;if(Array.isArray(GA))return GA.flatMap(vA=>BA(vA,(0,a.default)({ownerState:fA},CA)));if(GA&&typeof GA=="object"&&Array.isArray(GA.variants)){const{variants:vA=[]}=GA;let oA=(0,w.default)(GA,H);return vA.forEach(kA=>{let qA=!0;typeof kA.props=="function"?qA=kA.props((0,a.default)({ownerState:fA},CA,fA)):Object.keys(kA.props).forEach(PA=>{(fA==null?void 0:fA[PA])!==kA.props[PA]&&CA[PA]!==kA.props[PA]&&(qA=!1)}),qA&&(Array.isArray(oA)||(oA=[oA]),oA.push(typeof kA.style=="function"?kA.style((0,a.default)({ownerState:fA},CA,fA)):kA.style))}),oA}return GA}},2842:(D,R,o)=>{o.d(R,{Z:()=>k,i:()=>N});var d=o(7294),a=o(5971),w=o(5893);const G=d.createContext(void 0);function N({props:f,name:P}){return function(H){const{theme:u,name:L,props:z}=H;if(!u||!u.components||!u.components[L])return z;const O=u.components[L];return O.defaultProps?(0,a.Z)(O.defaultProps,z):O.styleOverrides||O.variants?z:(0,a.Z)(O,z)}({props:f,name:P,theme:{components:d.useContext(G)}})}const k=function({value:f,children:P}){return(0,w.jsx)(G.Provider,{value:f,children:P})}},5408:(D,R,o)=>{o.d(R,{L7:()=>k,P$:()=>P,VO:()=>a,W8:()=>N,dt:()=>f,k9:()=>G});var d=o(4953);const a={xs:0,sm:600,md:900,lg:1200,xl:1536},w={keys:["xs","sm","md","lg","xl"],up:H=>`@media (min-width:${a[H]}px)`};function G(H,u,L){const z=H.theme||{};if(Array.isArray(u)){const O=z.breakpoints||w;return u.reduce((gA,j,eA)=>(gA[O.up(O.keys[eA])]=L(u[eA]),gA),{})}if(typeof u=="object"){const O=z.breakpoints||w;return Object.keys(u).reduce((gA,j)=>{if(Object.keys(O.values||a).indexOf(j)!==-1)gA[O.up(j)]=L(u[j],j);else{const eA=j;gA[eA]=u[eA]}return gA},{})}return L(u)}function N(H={}){var u;return((u=H.keys)==null?void 0:u.reduce((L,z)=>(L[H.up(z)]={},L),{}))||{}}function k(H,u){return H.reduce((L,z)=>{const O=L[z];return(!O||Object.keys(O).length===0)&&delete L[z],L},u)}function f(H,...u){const L=N(H),z=[L,...u].reduce((O,gA)=>(0,d.Z)(O,gA),{});return k(Object.keys(L),z)}function P({values:H,breakpoints:u,base:L}){const z=L||function(j,eA){if(typeof j!="object")return{};const BA={},QA=Object.keys(eA);return Array.isArray(j)?QA.forEach((uA,fA)=>{fA{j[uA]!=null&&(BA[uA]=!0)}),BA}(H,u),O=Object.keys(z);if(O.length===0)return H;let gA;return O.reduce((j,eA,BA)=>(Array.isArray(H)?(j[eA]=H[BA]!=null?H[BA]:H[gA],gA=BA):typeof H=="object"?(j[eA]=H[eA]!=null?H[eA]:H[gA],gA=eA):j[eA]=H,j),{})}},7064:(D,R,o)=>{function d(a,w){const G=this;return G.vars&&typeof G.getColorSchemeSelector=="function"?{[G.getColorSchemeSelector(a).replace(/(\[[^\]]+\])/,"*:where($1)")]:w}:G.palette.mode===a?w:{}}o.d(R,{Z:()=>d})},1512:(D,R,o)=>{o.d(R,{Z:()=>G});var d=o(3366),a=o(7462);const w=["values","unit","step"];function G(N){const{values:k={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:f="px",step:P=5}=N,H=(0,d.Z)(N,w),u=(j=>{const eA=Object.keys(j).map(BA=>({key:BA,val:j[BA]}))||[];return eA.sort((BA,QA)=>BA.val-QA.val),eA.reduce((BA,QA)=>(0,a.Z)({},BA,{[QA.key]:QA.val}),{})})(k),L=Object.keys(u);function z(j){return`@media (min-width:${typeof k[j]=="number"?k[j]:j}${f})`}function O(j){return`@media (max-width:${(typeof k[j]=="number"?k[j]:j)-P/100}${f})`}function gA(j,eA){const BA=L.indexOf(eA);return`@media (min-width:${typeof k[j]=="number"?k[j]:j}${f}) and (max-width:${(BA!==-1&&typeof k[L[BA]]=="number"?k[L[BA]]:eA)-P/100}${f})`}return(0,a.Z)({keys:L,values:u,up:z,down:O,between:gA,only:function(j){return L.indexOf(j)+1{o.d(R,{Z:()=>L});var d=o(7462),a=o(3366),w=o(4953),G=o(1512);const N={borderRadius:4};var k=o(2605),f=o(6523),P=o(8010),H=o(7064);const u=["breakpoints","palette","spacing","shape"],L=function(z={},...O){const{breakpoints:gA={},palette:j={},spacing:eA,shape:BA={}}=z,QA=(0,a.Z)(z,u),uA=(0,G.Z)(gA),fA=function(GA=8){if(GA.mui)return GA;const vA=(0,k.hB)({spacing:GA}),oA=(...kA)=>(kA.length===0?[1]:kA).map(qA=>{const PA=vA(qA);return typeof PA=="number"?`${PA}px`:PA}).join(" ");return oA.mui=!0,oA}(eA);let CA=(0,w.Z)({breakpoints:uA,direction:"ltr",components:{},palette:(0,d.Z)({mode:"light"},j),spacing:fA,shape:(0,d.Z)({},N,BA)},QA);return CA.applyStyles=H.Z,CA=O.reduce((GA,vA)=>(0,w.Z)(GA,vA),CA),CA.unstable_sxConfig=(0,d.Z)({},P.Z,QA==null?void 0:QA.unstable_sxConfig),CA.unstable_sx=function(GA){return(0,f.Z)({sx:GA,theme:this})},CA}},9926:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,private_createBreakpoints:()=>a.Z,unstable_applyStyles:()=>w.Z});var d=o(7408),a=o(1512),w=o(7064)},7730:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(4953);const a=function(w,G){return G?(0,d.Z)(w,G,{clone:!1}):w}},2605:(D,R,o)=>{o.d(R,{hB:()=>L,eI:()=>u,NA:()=>z,e6:()=>gA,o3:()=>j});var d=o(5408),a=o(4844),w=o(7730);const G={m:"margin",p:"padding"},N={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},k={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},f=function(eA){const BA={};return QA=>(BA[QA]===void 0&&(BA[QA]=(uA=>{if(uA.length>2){if(!k[uA])return[uA];uA=k[uA]}const[fA,CA]=uA.split(""),GA=G[fA],vA=N[CA]||"";return Array.isArray(vA)?vA.map(oA=>GA+oA):[GA+vA]})(QA)),BA[QA])}(),P=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],H=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];[...P,...H];function u(eA,BA,QA,uA){var fA;const CA=(fA=(0,a.DW)(eA,BA,!1))!=null?fA:QA;return typeof CA=="number"?GA=>typeof GA=="string"?GA:CA*GA:Array.isArray(CA)?GA=>typeof GA=="string"?GA:CA[GA]:typeof CA=="function"?CA:()=>{}}function L(eA){return u(eA,"spacing",8)}function z(eA,BA){if(typeof BA=="string"||BA==null)return BA;const QA=eA(Math.abs(BA));return BA>=0?QA:typeof QA=="number"?-QA:`-${QA}`}function O(eA,BA){const QA=L(eA.theme);return Object.keys(eA).map(uA=>function(fA,CA,GA,vA){if(CA.indexOf(GA)===-1)return null;const oA=function(qA,PA){return yg=>qA.reduce((Dg,Bg)=>(Dg[Bg]=z(PA,yg),Dg),{})}(f(GA),vA),kA=fA[GA];return(0,d.k9)(fA,kA,oA)}(eA,BA,uA,QA)).reduce(w.Z,{})}function gA(eA){return O(eA,P)}function j(eA){return O(eA,H)}gA.propTypes={},gA.filterProps=P,j.propTypes={},j.filterProps=H},4844:(D,R,o)=>{o.d(R,{DW:()=>w,Jq:()=>G,ZP:()=>N});var d=o(4142),a=o(5408);function w(k,f,P=!0){if(!f||typeof f!="string")return null;if(k&&k.vars&&P){const H=`vars.${f}`.split(".").reduce((u,L)=>u&&u[L]?u[L]:null,k);if(H!=null)return H}return f.split(".").reduce((H,u)=>H&&H[u]!=null?H[u]:null,k)}function G(k,f,P,H=P){let u;return u=typeof k=="function"?k(P):Array.isArray(k)?k[P]||H:w(k,P)||H,f&&(u=f(u,H,k)),u}const N=function(k){const{prop:f,cssProperty:P=k.prop,themeKey:H,transform:u}=k,L=z=>{if(z[f]==null)return null;const O=z[f],gA=w(z.theme,H)||{};return(0,a.k9)(z,O,j=>{let eA=G(gA,u,j);return j===eA&&typeof j=="string"&&(eA=G(gA,u,`${f}${j==="default"?"":(0,d.Z)(j)}`,j)),P===!1?eA:{[P]:eA}})};return L.propTypes={},L.filterProps=[f],L}},8010:(D,R,o)=>{o.d(R,{Z:()=>MI});var d=o(2605),a=o(4844),w=o(7730);const G=function(...sA){const V=sA.reduce((YA,SA)=>(SA.filterProps.forEach(xA=>{YA[xA]=SA}),YA),{}),$=YA=>Object.keys(YA).reduce((SA,xA)=>V[xA]?(0,w.Z)(SA,V[xA](YA)):SA,{});return $.propTypes={},$.filterProps=sA.reduce((YA,SA)=>YA.concat(SA.filterProps),[]),$};var N=o(5408);function k(sA){return typeof sA!="number"?sA:`${sA}px solid`}function f(sA,V){return(0,a.ZP)({prop:sA,themeKey:"borders",transform:V})}const P=f("border",k),H=f("borderTop",k),u=f("borderRight",k),L=f("borderBottom",k),z=f("borderLeft",k),O=f("borderColor"),gA=f("borderTopColor"),j=f("borderRightColor"),eA=f("borderBottomColor"),BA=f("borderLeftColor"),QA=f("outline",k),uA=f("outlineColor"),fA=sA=>{if(sA.borderRadius!==void 0&&sA.borderRadius!==null){const V=(0,d.eI)(sA.theme,"shape.borderRadius",4,"borderRadius"),$=YA=>({borderRadius:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.borderRadius,$)}return null};fA.propTypes={},fA.filterProps=["borderRadius"],G(P,H,u,L,z,O,gA,j,eA,BA,fA,QA,uA);const CA=sA=>{if(sA.gap!==void 0&&sA.gap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"gap"),$=YA=>({gap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.gap,$)}return null};CA.propTypes={},CA.filterProps=["gap"];const GA=sA=>{if(sA.columnGap!==void 0&&sA.columnGap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"columnGap"),$=YA=>({columnGap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.columnGap,$)}return null};GA.propTypes={},GA.filterProps=["columnGap"];const vA=sA=>{if(sA.rowGap!==void 0&&sA.rowGap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"rowGap"),$=YA=>({rowGap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.rowGap,$)}return null};function oA(sA,V){return V==="grey"?V:sA}function kA(sA){return sA<=1&&sA!==0?100*sA+"%":sA}vA.propTypes={},vA.filterProps=["rowGap"],G(CA,GA,vA,(0,a.ZP)({prop:"gridColumn"}),(0,a.ZP)({prop:"gridRow"}),(0,a.ZP)({prop:"gridAutoFlow"}),(0,a.ZP)({prop:"gridAutoColumns"}),(0,a.ZP)({prop:"gridAutoRows"}),(0,a.ZP)({prop:"gridTemplateColumns"}),(0,a.ZP)({prop:"gridTemplateRows"}),(0,a.ZP)({prop:"gridTemplateAreas"}),(0,a.ZP)({prop:"gridArea"})),G((0,a.ZP)({prop:"color",themeKey:"palette",transform:oA}),(0,a.ZP)({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:oA}),(0,a.ZP)({prop:"backgroundColor",themeKey:"palette",transform:oA}));const qA=(0,a.ZP)({prop:"width",transform:kA}),PA=sA=>{if(sA.maxWidth!==void 0&&sA.maxWidth!==null){const V=$=>{var YA,SA;const xA=((YA=sA.theme)==null||(YA=YA.breakpoints)==null||(YA=YA.values)==null?void 0:YA[$])||N.VO[$];return xA?((SA=sA.theme)==null||(SA=SA.breakpoints)==null?void 0:SA.unit)!=="px"?{maxWidth:`${xA}${sA.theme.breakpoints.unit}`}:{maxWidth:xA}:{maxWidth:kA($)}};return(0,N.k9)(sA,sA.maxWidth,V)}return null};PA.filterProps=["maxWidth"];const yg=(0,a.ZP)({prop:"minWidth",transform:kA}),Dg=(0,a.ZP)({prop:"height",transform:kA}),Bg=(0,a.ZP)({prop:"maxHeight",transform:kA}),vg=(0,a.ZP)({prop:"minHeight",transform:kA}),MI=((0,a.ZP)({prop:"size",cssProperty:"width",transform:kA}),(0,a.ZP)({prop:"size",cssProperty:"height",transform:kA}),G(qA,PA,yg,Dg,Bg,vg,(0,a.ZP)({prop:"boxSizing"})),{border:{themeKey:"borders",transform:k},borderTop:{themeKey:"borders",transform:k},borderRight:{themeKey:"borders",transform:k},borderBottom:{themeKey:"borders",transform:k},borderLeft:{themeKey:"borders",transform:k},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:k},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:fA},color:{themeKey:"palette",transform:oA},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:oA},backgroundColor:{themeKey:"palette",transform:oA},p:{style:d.o3},pt:{style:d.o3},pr:{style:d.o3},pb:{style:d.o3},pl:{style:d.o3},px:{style:d.o3},py:{style:d.o3},padding:{style:d.o3},paddingTop:{style:d.o3},paddingRight:{style:d.o3},paddingBottom:{style:d.o3},paddingLeft:{style:d.o3},paddingX:{style:d.o3},paddingY:{style:d.o3},paddingInline:{style:d.o3},paddingInlineStart:{style:d.o3},paddingInlineEnd:{style:d.o3},paddingBlock:{style:d.o3},paddingBlockStart:{style:d.o3},paddingBlockEnd:{style:d.o3},m:{style:d.e6},mt:{style:d.e6},mr:{style:d.e6},mb:{style:d.e6},ml:{style:d.e6},mx:{style:d.e6},my:{style:d.e6},margin:{style:d.e6},marginTop:{style:d.e6},marginRight:{style:d.e6},marginBottom:{style:d.e6},marginLeft:{style:d.e6},marginX:{style:d.e6},marginY:{style:d.e6},marginInline:{style:d.e6},marginInlineStart:{style:d.e6},marginInlineEnd:{style:d.e6},marginBlock:{style:d.e6},marginBlockStart:{style:d.e6},marginBlockEnd:{style:d.e6},displayPrint:{cssProperty:!1,transform:sA=>({"@media print":{display:sA}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:CA},rowGap:{style:vA},columnGap:{style:GA},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:kA},maxWidth:{style:PA},minWidth:{transform:kA},height:{transform:kA},maxHeight:{transform:kA},minHeight:{transform:kA},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}})},9707:(D,R,o)=>{o.d(R,{Z:()=>k});var d=o(7462),a=o(3366),w=o(4953),G=o(8010);const N=["sx"];function k(f){const{sx:P}=f,H=(0,a.Z)(f,N),{systemProps:u,otherProps:L}=(O=>{var gA,j;const eA={systemProps:{},otherProps:{}},BA=(gA=O==null||(j=O.theme)==null?void 0:j.unstable_sxConfig)!=null?gA:G.Z;return Object.keys(O).forEach(QA=>{BA[QA]?eA.systemProps[QA]=O[QA]:eA.otherProps[QA]=O[QA]}),eA})(H);let z;return z=Array.isArray(P)?[u,...P]:typeof P=="function"?(...O)=>{const gA=P(...O);return(0,w.P)(gA)?(0,d.Z)({},u,gA):u}:(0,d.Z)({},u,P),(0,d.Z)({},L,{sx:z})}},386:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,extendSxProp:()=>a.Z,unstable_createStyleFunctionSx:()=>d.n,unstable_defaultSxConfig:()=>w.Z});var d=o(6523),a=o(9707),w=o(8010)},6523:(D,R,o)=>{o.d(R,{Z:()=>P,n:()=>k});var d=o(4142),a=o(7730),w=o(4844),G=o(5408),N=o(8010);function k(){function H(u,L,z,O){const gA={[u]:L,theme:z},j=O[u];if(!j)return{[u]:L};const{cssProperty:eA=u,themeKey:BA,transform:QA,style:uA}=j;if(L==null)return null;if(BA==="typography"&&L==="inherit")return{[u]:L};const fA=(0,w.DW)(z,BA)||{};return uA?uA(gA):(0,G.k9)(gA,L,CA=>{let GA=(0,w.Jq)(fA,QA,CA);return CA===GA&&typeof CA=="string"&&(GA=(0,w.Jq)(fA,QA,`${u}${CA==="default"?"":(0,d.Z)(CA)}`,CA)),eA===!1?GA:{[eA]:GA}})}return function u(L){var z;const{sx:O,theme:gA={}}=L||{};if(!O)return null;const j=(z=gA.unstable_sxConfig)!=null?z:N.Z;function eA(BA){let QA=BA;if(typeof BA=="function")QA=BA(gA);else if(typeof BA!="object")return BA;if(!QA)return null;const uA=(0,G.W8)(gA.breakpoints),fA=Object.keys(uA);let CA=uA;return Object.keys(QA).forEach(GA=>{const vA=typeof(oA=QA[GA])=="function"?oA(gA):oA;var oA;if(vA!=null)if(typeof vA=="object")if(j[GA])CA=(0,a.Z)(CA,H(GA,vA,gA,j));else{const kA=(0,G.k9)({theme:gA},vA,qA=>({[GA]:qA}));(function(...qA){const PA=qA.reduce((Dg,Bg)=>Dg.concat(Object.keys(Bg)),[]),yg=new Set(PA);return qA.every(Dg=>yg.size===Object.keys(Dg).length)})(kA,vA)?CA[GA]=u({sx:vA,theme:gA}):CA=(0,a.Z)(CA,kA)}else CA=(0,a.Z)(CA,H(GA,vA,gA,j))}),(0,G.L7)(fA,CA)}return Array.isArray(O)?O.map(eA):eA(O)}}const f=k();f.filterProps=["sx"];const P=f},1070:(D,R,o)=>{R.Z=void 0;var d=function(G,N){if(G&&G.__esModule)return G;if(G===null||typeof G!="object"&&typeof G!="function")return{default:G};var k=w(N);if(k&&k.has(G))return k.get(G);var f={__proto__:null},P=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var H in G)if(H!=="default"&&Object.prototype.hasOwnProperty.call(G,H)){var u=P?Object.getOwnPropertyDescriptor(G,H):null;u&&(u.get||u.set)?Object.defineProperty(f,H,u):f[H]=G[H]}return f.default=G,k&&k.set(G,f),f}(o(7294)),a=o(4742);function w(G){if(typeof WeakMap!="function")return null;var N=new WeakMap,k=new WeakMap;return(w=function(f){return f?k:N})(G)}R.Z=function(G=null){const N=d.useContext(a.ThemeContext);return N&&(k=N,Object.keys(k).length!==0)?N:G;var k}},7078:(D,R,o)=>{o.d(R,{Z:()=>a});const d=w=>w,a=(()=>{let w=d;return{configure(G){w=G},generate:G=>w(G),reset(){w=d}}})()},4142:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(6535);function a(w){if(typeof w!="string")throw new Error((0,d.Z)(7));return w.charAt(0).toUpperCase()+w.slice(1)}},7641:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z});var d=o(4142)},9681:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d});const d=function(a,w=Number.MIN_SAFE_INTEGER,G=Number.MAX_SAFE_INTEGER){return Math.max(w,Math.min(a,G))}},4780:(D,R,o)=>{function d(a,w,G){const N={};return Object.keys(a).forEach(k=>{N[k]=a[k].reduce((f,P)=>{if(P){const H=w(P);H!==""&&f.push(H),G&&G[P]&&f.push(G[P])}return f},[]).join(" ")}),N}o.d(R,{Z:()=>d})},1476:(D,R,o)=>{function d(...a){return a.reduce((w,G)=>G==null?w:function(...N){w.apply(this,N),G.apply(this,N)},()=>{})}o.d(R,{Z:()=>d})},9336:(D,R,o)=>{function d(a,w=166){let G;function N(...k){clearTimeout(G),G=setTimeout(()=>{a.apply(this,k)},w)}return N.clear=()=>{clearTimeout(G)},N}o.d(R,{Z:()=>d})},4953:(D,R,o)=>{o.d(R,{P:()=>a,Z:()=>G});var d=o(7462);function a(N){if(typeof N!="object"||N===null)return!1;const k=Object.getPrototypeOf(N);return!(k!==null&&k!==Object.prototype&&Object.getPrototypeOf(k)!==null||Symbol.toStringTag in N||Symbol.iterator in N)}function w(N){if(!a(N))return N;const k={};return Object.keys(N).forEach(f=>{k[f]=w(N[f])}),k}function G(N,k,f={clone:!0}){const P=f.clone?(0,d.Z)({},N):N;return a(N)&&a(k)&&Object.keys(k).forEach(H=>{a(k[H])&&Object.prototype.hasOwnProperty.call(N,H)&&a(N[H])?P[H]=G(N[H],k[H],f):f.clone?P[H]=a(k[H])?w(k[H]):k[H]:P[H]=k[H]}),P}},8524:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,isPlainObject:()=>d.P});var d=o(4953)},6535:(D,R,o)=>{function d(a){let w="https://mui.com/production-error/?code="+a;for(let G=1;Gd})},5480:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z});var d=o(6535)},4867:(D,R,o)=>{o.d(R,{ZP:()=>w});var d=o(7078);const a={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function w(G,N,k="Mui"){const f=a[N];return f?`${k}-${f}`:`${d.Z.generate(G)}-${N}`}},1588:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(4867);function a(w,G,N="Mui"){const k={};return G.forEach(f=>{k[f]=(0,d.ZP)(w,f,N)}),k}},3163:(D,R,o)=>{o.r(R),o.d(R,{default:()=>k,getFunctionName:()=>w});var d=o(9864);const a=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function w(f){const P=`${f}`.match(a);return P&&P[1]||""}function G(f,P=""){return f.displayName||f.name||w(f)||P}function N(f,P,H){const u=G(P);return f.displayName||(u!==""?`${H}(${u})`:H)}function k(f){if(f!=null){if(typeof f=="string")return f;if(typeof f=="function")return G(f,"Component");if(typeof f=="object")switch(f.$$typeof){case d.ForwardRef:return N(f,f.render,"ForwardRef");case d.Memo:return N(f,f.type,"memo");default:return}}}},7317:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);function a(w,G){var N,k;return d.isValidElement(w)&&G.indexOf((N=w.type.muiName)!=null?N:(k=w.type)==null||(k=k._payload)==null||(k=k.value)==null?void 0:k.muiName)!==-1}},2690:(D,R,o)=>{function d(a){return a&&a.ownerDocument||document}o.d(R,{Z:()=>d})},4161:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(2690);function a(w){return(0,d.Z)(w).defaultView||window}},5971:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7462);function a(w,G){const N=(0,d.Z)({},G);return Object.keys(w).forEach(k=>{if(k.toString().match(/^(components|slots)$/))N[k]=(0,d.Z)({},w[k],N[k]);else if(k.toString().match(/^(componentsProps|slotProps)$/)){const f=w[k]||{},P=G[k];N[k]={},P&&Object.keys(P)?f&&Object.keys(f)?(N[k]=(0,d.Z)({},P),Object.keys(f).forEach(H=>{N[k][H]=a(f[H],P[H])})):N[k]=P:N[k]=f}else N[k]===void 0&&(N[k]=w[k])}),N}},7364:(D,R,o)=>{function d(a,w){typeof a=="function"?a(w):a&&(a.current=w)}o.d(R,{Z:()=>d})},3546:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);const a=typeof window<"u"?d.useLayoutEffect:d.useEffect},9948:(D,R,o)=>{o.d(R,{Z:()=>w});var d=o(7294),a=o(3546);const w=function(G){const N=d.useRef(G);return(0,a.Z)(()=>{N.current=G}),d.useRef((...k)=>(0,N.current)(...k)).current}},3703:(D,R,o)=>{o.d(R,{Z:()=>w});var d=o(7294),a=o(7364);function w(...G){return d.useMemo(()=>G.every(N=>N==null)?null:N=>{G.forEach(k=>{(0,a.Z)(k,N)})},G)}},2996:(D,R,o)=>{var d;o.d(R,{Z:()=>N});var a=o(7294);let w=0;const G=(d||(d=o.t(a,2))).useId;function N(k){if(G!==void 0){const f=G();return k??f}return function(f){const[P,H]=a.useState(f),u=f||P;return a.useEffect(()=>{P==null&&(w+=1,H(`mui-${w}`))},[P]),u}(k)}},1818:(D,R,o)=>{o.d(R,{V:()=>G,Z:()=>N});var d=o(7294);const a={},w=[];class G{constructor(){this.currentId=null,this.clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new G}start(f,P){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,P()},f)}}function N(){const k=function(P,H){const u=d.useRef(a);return u.current===a&&(u.current=P(void 0)),u}(G.create).current;var f;return f=k.disposeEffect,d.useEffect(f,w),k}},4076:function(D,R,o){var d=this&&this.__importDefault||function(H){return H&&H.__esModule?H:{default:H}};Object.defineProperty(R,"__esModule",{value:!0}),R.decodeHTML=R.decodeHTMLStrict=R.decodeXML=void 0;var a=d(o(9323)),w=d(o(9591)),G=d(o(2586)),N=d(o(26));function k(H){var u=Object.keys(H).join("|"),L=P(H),z=new RegExp("&(?:"+(u+="|#[xX][\\da-fA-F]+|#\\d+")+");","g");return function(O){return String(O).replace(z,L)}}R.decodeXML=k(G.default),R.decodeHTMLStrict=k(a.default);var f=function(H,u){return H=55296&&w<=57343||w>1114111)return"�";w in a.default&&(w=a.default[w]);var G="";return w>65535&&(w-=65536,G+=String.fromCharCode(w>>>10&1023|55296),w=56320|1023&w),G+String.fromCharCode(w)}},7322:function(D,R,o){var d=this&&this.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(R,"__esModule",{value:!0}),R.escape=R.encodeHTML=R.encodeXML=void 0;var a=k(d(o(2586)).default),w=f(a);R.encodeXML=u(a,w);var G=k(d(o(9323)).default),N=f(G);function k(z){return Object.keys(z).sort().reduce(function(O,gA){return O[z[gA]]="&"+gA+";",O},{})}function f(z){for(var O=[],gA=[],j=0,eA=Object.keys(z);j{o(4076),o(7322),o(7322);var d=o(4076);Object.defineProperty(R,"p1",{enumerable:!0,get:function(){return d.decodeHTML}})},8679:(D,R,o)=>{var d=o(1296),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},w={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},G={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},N={};function k(O){return d.isMemo(O)?G:N[O.$$typeof]||a}N[d.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},N[d.Memo]=G;var f=Object.defineProperty,P=Object.getOwnPropertyNames,H=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,L=Object.getPrototypeOf,z=Object.prototype;D.exports=function O(gA,j,eA){if(typeof j!="string"){if(z){var BA=L(j);BA&&BA!==z&&O(gA,BA,eA)}var QA=P(j);H&&(QA=QA.concat(H(j)));for(var uA=k(gA),fA=k(j),CA=0;CA{var o=typeof Symbol=="function"&&Symbol.for,d=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,w=o?Symbol.for("react.fragment"):60107,G=o?Symbol.for("react.strict_mode"):60108,N=o?Symbol.for("react.profiler"):60114,k=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,P=o?Symbol.for("react.async_mode"):60111,H=o?Symbol.for("react.concurrent_mode"):60111,u=o?Symbol.for("react.forward_ref"):60112,L=o?Symbol.for("react.suspense"):60113,z=o?Symbol.for("react.suspense_list"):60120,O=o?Symbol.for("react.memo"):60115,gA=o?Symbol.for("react.lazy"):60116,j=o?Symbol.for("react.block"):60121,eA=o?Symbol.for("react.fundamental"):60117,BA=o?Symbol.for("react.responder"):60118,QA=o?Symbol.for("react.scope"):60119;function uA(CA){if(typeof CA=="object"&&CA!==null){var GA=CA.$$typeof;switch(GA){case d:switch(CA=CA.type){case P:case H:case w:case N:case G:case L:return CA;default:switch(CA=CA&&CA.$$typeof){case f:case u:case gA:case O:case k:return CA;default:return GA}}case a:return GA}}}function fA(CA){return uA(CA)===H}R.AsyncMode=P,R.ConcurrentMode=H,R.ContextConsumer=f,R.ContextProvider=k,R.Element=d,R.ForwardRef=u,R.Fragment=w,R.Lazy=gA,R.Memo=O,R.Portal=a,R.Profiler=N,R.StrictMode=G,R.Suspense=L,R.isAsyncMode=function(CA){return fA(CA)||uA(CA)===P},R.isConcurrentMode=fA,R.isContextConsumer=function(CA){return uA(CA)===f},R.isContextProvider=function(CA){return uA(CA)===k},R.isElement=function(CA){return typeof CA=="object"&&CA!==null&&CA.$$typeof===d},R.isForwardRef=function(CA){return uA(CA)===u},R.isFragment=function(CA){return uA(CA)===w},R.isLazy=function(CA){return uA(CA)===gA},R.isMemo=function(CA){return uA(CA)===O},R.isPortal=function(CA){return uA(CA)===a},R.isProfiler=function(CA){return uA(CA)===N},R.isStrictMode=function(CA){return uA(CA)===G},R.isSuspense=function(CA){return uA(CA)===L},R.isValidElementType=function(CA){return typeof CA=="string"||typeof CA=="function"||CA===w||CA===H||CA===N||CA===G||CA===L||CA===z||typeof CA=="object"&&CA!==null&&(CA.$$typeof===gA||CA.$$typeof===O||CA.$$typeof===k||CA.$$typeof===f||CA.$$typeof===u||CA.$$typeof===eA||CA.$$typeof===BA||CA.$$typeof===QA||CA.$$typeof===j)},R.typeOf=uA},1296:(D,R,o)=>{D.exports=o(6103)},729:D=>{var R={};function o(d,a,w){var G,N,k,f,P,H="";for(typeof a!="string"&&(w=a,a=o.defaultChars),w===void 0&&(w=!0),P=function(u){var L,z,O=R[u];if(O)return O;for(O=R[u]=[],L=0;L<128;L++)z=String.fromCharCode(L),/^[0-9a-z]$/i.test(z)?O.push(z):O.push("%"+("0"+L.toString(16).toUpperCase()).slice(-2));for(L=0;L=55296&&k<=57343){if(k>=55296&&k<=56319&&G+1=56320&&f<=57343){H+=encodeURIComponent(d[G]+d[G+1]),G++;continue}H+="%EF%BF%BD"}else H+=encodeURIComponent(d[G]);return H}o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()",D.exports=o},6126:D=>{D.exports={monospaceFontFamily:`'Consolas', 'Inconsolata', 'Droid Sans Mono', + 'Monaco', monospace`,baseFontFamily:"'helvetica neue', helvetica, arial, sans-serif",baseFontSize:14,spacingUnit:5,panelItemsSpacing:8,panelSpacing:15,iconsSize:24,primaryColor:"#00bcd4",backgroundColor:"#fff",darkBgColor:"#0b2840",highlightColor:"#00bcd4",secondaryColor:"#548f9e",linkColor:"#42a0dd",linkHoverColor:"#0262a0",fieldNameColor:"#224d6f",builtinColor:"#711c1c",textColor:"#666",shadowColor:"rgba(0, 0, 0, .1)",alertColor:"#b71c1c",modalBgColor:"#0b2840",docPanelWidth:320,typeInfoPopoverWidth:320,docPanelBgColor:"#fff",docPanelItemStripeColor:"rgba(158, 158, 158, .07)",docPanelItemHoverColor:"rgba(214, 236, 238, .6)",argDefaultColor:"#0b7fc7",argNameColor:"#c77f53",nodeFillColor:"#f6f8f8",nodeHeaderColor:"#548f9e",nodeHeaderTextColor:"white",edgeColor:"rgb(56, 97, 107)",selectedEdgeColor:"red",selectedFieldBg:"rgba(255, 0, 0, .18)",smallViewport:"(max-width: 900px)",bigViewport:"(min-width: 901px)"}},4448:(D,R,o)=>{var d=o(7294),a=o(3840);function w(g){for(var C="https://reactjs.org/docs/error-decoder.html?invariant="+g,Q=1;Q"u"||window.document===void 0||window.document.createElement===void 0),H=Object.prototype.hasOwnProperty,u=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,L={},z={};function O(g,C,Q,i,r,c,F){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=i,this.attributeNamespace=r,this.mustUseProperty=Q,this.propertyName=g,this.type=C,this.sanitizeURL=c,this.removeEmptyString=F}var gA={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(g){gA[g]=new O(g,0,!1,g,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(g){var C=g[0];gA[C]=new O(C,1,!1,g[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(g){gA[g]=new O(g,2,!1,g.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(g){gA[g]=new O(g,2,!1,g,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(g){gA[g]=new O(g,3,!1,g.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(g){gA[g]=new O(g,3,!0,g,null,!1,!1)}),["capture","download"].forEach(function(g){gA[g]=new O(g,4,!1,g,null,!1,!1)}),["cols","rows","size","span"].forEach(function(g){gA[g]=new O(g,6,!1,g,null,!1,!1)}),["rowSpan","start"].forEach(function(g){gA[g]=new O(g,5,!1,g.toLowerCase(),null,!1,!1)});var j=/[\-:]([a-z])/g;function eA(g){return g[1].toUpperCase()}function BA(g,C,Q,i){var r=gA.hasOwnProperty(C)?gA[C]:null;(r!==null?r.type!==0:i||!(2F}return!1}(C,Q,r,i)&&(Q=null),i||r===null?function(c){return!!H.call(z,c)||!H.call(L,c)&&(u.test(c)?z[c]=!0:(L[c]=!0,!1))}(C)&&(Q===null?g.removeAttribute(C):g.setAttribute(C,""+Q)):r.mustUseProperty?g[r.propertyName]=Q===null?r.type!==3&&"":Q:(C=r.attributeName,i=r.attributeNamespace,Q===null?g.removeAttribute(C):(Q=(r=r.type)===3||r===4&&Q===!0?"":""+Q,i?g.setAttributeNS(i,C,Q):g.setAttribute(C,Q))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(g){gA[g]=new O(g,1,!1,g.toLowerCase(),null,!1,!1)}),gA.xlinkHref=new O("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(g){gA[g]=new O(g,1,!1,g.toLowerCase(),null,!0,!0)});var QA=d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,uA=Symbol.for("react.element"),fA=Symbol.for("react.portal"),CA=Symbol.for("react.fragment"),GA=Symbol.for("react.strict_mode"),vA=Symbol.for("react.profiler"),oA=Symbol.for("react.provider"),kA=Symbol.for("react.context"),qA=Symbol.for("react.forward_ref"),PA=Symbol.for("react.suspense"),yg=Symbol.for("react.suspense_list"),Dg=Symbol.for("react.memo"),Bg=Symbol.for("react.lazy"),vg=Symbol.for("react.offscreen"),MI=Symbol.iterator;function sA(g){return g===null||typeof g!="object"?null:typeof(g=MI&&g[MI]||g["@@iterator"])=="function"?g:null}var V,$=Object.assign;function YA(g){if(V===void 0)try{throw Error()}catch(Q){var C=Q.stack.trim().match(/\n( *(at )?)/);V=C&&C[1]||""}return` +`+V+g}var SA=!1;function xA(g,C){if(!g||SA)return"";SA=!0;var Q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(C)if(C=function(){throw Error()},Object.defineProperty(C.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(C,[])}catch(AA){var i=AA}Reflect.construct(g,[],C)}else{try{C.call()}catch(AA){i=AA}g.call(C.prototype)}else{try{throw Error()}catch(AA){i=AA}g()}}catch(AA){if(AA&&i&&typeof AA.stack=="string"){for(var r=AA.stack.split(` +`),c=i.stack.split(` +`),F=r.length-1,v=c.length-1;1<=F&&0<=v&&r[F]!==c[v];)v--;for(;1<=F&&0<=v;F--,v--)if(r[F]!==c[v]){if(F!==1||v!==1)do if(F--,0>--v||r[F]!==c[v]){var Z=` +`+r[F].replace(" at new "," at ");return g.displayName&&Z.includes("")&&(Z=Z.replace("",g.displayName)),Z}while(1<=F&&0<=v);break}}}finally{SA=!1,Error.prepareStackTrace=Q}return(g=g?g.displayName||g.name:"")?YA(g):""}function UA(g){switch(g.tag){case 5:return YA(g.type);case 16:return YA("Lazy");case 13:return YA("Suspense");case 19:return YA("SuspenseList");case 0:case 2:case 15:return xA(g.type,!1);case 11:return xA(g.type.render,!1);case 1:return xA(g.type,!0);default:return""}}function pg(g){if(g==null)return null;if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;switch(g){case CA:return"Fragment";case fA:return"Portal";case vA:return"Profiler";case GA:return"StrictMode";case PA:return"Suspense";case yg:return"SuspenseList"}if(typeof g=="object")switch(g.$$typeof){case kA:return(g.displayName||"Context")+".Consumer";case oA:return(g._context.displayName||"Context")+".Provider";case qA:var C=g.render;return(g=g.displayName)||(g=(g=C.displayName||C.name||"")!==""?"ForwardRef("+g+")":"ForwardRef"),g;case Dg:return(C=g.displayName||null)!==null?C:pg(g.type)||"Memo";case Bg:C=g._payload,g=g._init;try{return pg(g(C))}catch{}}return null}function Gg(g){var C=g.type;switch(g.tag){case 24:return"Cache";case 9:return(C.displayName||"Context")+".Consumer";case 10:return(C._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return g=(g=C.render).displayName||g.name||"",C.displayName||(g!==""?"ForwardRef("+g+")":"ForwardRef");case 7:return"Fragment";case 5:return C;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return pg(C);case 8:return C===GA?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof C=="function")return C.displayName||C.name||null;if(typeof C=="string")return C}return null}function wg(g){switch(typeof g){case"boolean":case"number":case"string":case"undefined":case"object":return g;default:return""}}function bg(g){var C=g.type;return(g=g.nodeName)&&g.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function nI(g){g._valueTracker||(g._valueTracker=function(C){var Q=bg(C)?"checked":"value",i=Object.getOwnPropertyDescriptor(C.constructor.prototype,Q),r=""+C[Q];if(!C.hasOwnProperty(Q)&&i!==void 0&&typeof i.get=="function"&&typeof i.set=="function"){var c=i.get,F=i.set;return Object.defineProperty(C,Q,{configurable:!0,get:function(){return c.call(this)},set:function(v){r=""+v,F.call(this,v)}}),Object.defineProperty(C,Q,{enumerable:i.enumerable}),{getValue:function(){return r},setValue:function(v){r=""+v},stopTracking:function(){C._valueTracker=null,delete C[Q]}}}}(g))}function WA(g){if(!g)return!1;var C=g._valueTracker;if(!C)return!0;var Q=C.getValue(),i="";return g&&(i=bg(g)?g.checked?"true":"false":g.value),(g=i)!==Q&&(C.setValue(g),!0)}function $I(g){if((g=g||(typeof document<"u"?document:void 0))===void 0)return null;try{return g.activeElement||g.body}catch{return g.body}}function hC(g,C){var Q=C.checked;return $({},C,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:Q??g._wrapperState.initialChecked})}function QB(g,C){var Q=C.defaultValue==null?"":C.defaultValue,i=C.checked!=null?C.checked:C.defaultChecked;Q=wg(C.value!=null?C.value:Q),g._wrapperState={initialChecked:i,initialValue:Q,controlled:C.type==="checkbox"||C.type==="radio"?C.checked!=null:C.value!=null}}function mC(g,C){(C=C.checked)!=null&&BA(g,"checked",C,!1)}function qC(g,C){mC(g,C);var Q=wg(C.value),i=C.type;if(Q!=null)i==="number"?(Q===0&&g.value===""||g.value!=Q)&&(g.value=""+Q):g.value!==""+Q&&(g.value=""+Q);else if(i==="submit"||i==="reset")return void g.removeAttribute("value");C.hasOwnProperty("value")?xQ(g,C.type,Q):C.hasOwnProperty("defaultValue")&&xQ(g,C.type,wg(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(g.defaultChecked=!!C.defaultChecked)}function iI(g,C,Q){if(C.hasOwnProperty("value")||C.hasOwnProperty("defaultValue")){var i=C.type;if(!(i!=="submit"&&i!=="reset"||C.value!==void 0&&C.value!==null))return;C=""+g._wrapperState.initialValue,Q||C===g.value||(g.value=C),g.defaultValue=C}(Q=g.name)!==""&&(g.name=""),g.defaultChecked=!!g._wrapperState.initialChecked,Q!==""&&(g.name=Q)}function xQ(g,C,Q){C==="number"&&$I(g.ownerDocument)===g||(Q==null?g.defaultValue=""+g._wrapperState.initialValue:g.defaultValue!==""+Q&&(g.defaultValue=""+Q))}var fB=Array.isArray;function LB(g,C,Q,i){if(g=g.options,C){C={};for(var r=0;r"+C.valueOf().toString()+"",C=Hg.firstChild;g.firstChild;)g.removeChild(g.firstChild);for(;C.firstChild;)g.appendChild(C.firstChild)}},typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(g,C,Q,i){MSApp.execUnsafeLocalFunction(function(){return Qg(g,C)})}:Qg);function DI(g,C){if(C){var Q=g.firstChild;if(Q&&Q===g.lastChild&&Q.nodeType===3)return void(Q.nodeValue=C)}g.textContent=C}var Tg={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},wI=["Webkit","ms","Moz","O"];function jg(g,C,Q){return C==null||typeof C=="boolean"||C===""?"":Q||typeof C!="number"||C===0||Tg.hasOwnProperty(g)&&Tg[g]?(""+C).trim():C+"px"}function Og(g,C){for(var Q in g=g.style,C)if(C.hasOwnProperty(Q)){var i=Q.indexOf("--")===0,r=jg(Q,C[Q],i);Q==="float"&&(Q="cssFloat"),i?g.setProperty(Q,r):g[Q]=r}}Object.keys(Tg).forEach(function(g){wI.forEach(function(C){C=C+g.charAt(0).toUpperCase()+g.substring(1),Tg[C]=Tg[g]})});var GI=$({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Xg(g,C){if(C){if(GI[g]&&(C.children!=null||C.dangerouslySetInnerHTML!=null))throw Error(w(137,g));if(C.dangerouslySetInnerHTML!=null){if(C.children!=null)throw Error(w(60));if(typeof C.dangerouslySetInnerHTML!="object"||!("__html"in C.dangerouslySetInnerHTML))throw Error(w(61))}if(C.style!=null&&typeof C.style!="object")throw Error(w(62))}}function ag(g,C){if(g.indexOf("-")===-1)return typeof C.is=="string";switch(g){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var KI=null;function rI(g){return(g=g.target||g.srcElement||window).correspondingUseElement&&(g=g.correspondingUseElement),g.nodeType===3?g.parentNode:g}var Lg=null,gI=null,JI=null;function II(g){if(g=ke(g)){if(typeof Lg!="function")throw Error(w(280));var C=g.stateNode;C&&(C=Ne(C),Lg(g.stateNode,g.type,C))}}function AC(g){gI?JI?JI.push(g):JI=[g]:gI=g}function _g(){if(gI){var g=gI,C=JI;if(JI=gI=null,II(g),C)for(g=0;g>>=0)===0?32:31-(Bi(g)/To|0)|0},Bi=Math.log,To=Math.LN2,EB=64,uQ=4194304;function eB(g){switch(g&-g){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&g;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&g;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return g}}function iB(g,C){var Q=g.pendingLanes;if(Q===0)return 0;var i=0,r=g.suspendedLanes,c=g.pingedLanes,F=268435455&Q;if(F!==0){var v=F&~r;v!==0?i=eB(v):(c&=F)!=0&&(i=eB(c))}else(F=Q&~r)!=0?i=eB(F):c!==0&&(i=eB(c));if(i===0)return 0;if(C!==0&&C!==i&&!(C&r)&&((r=i&-i)>=(c=C&-C)||r===16&&4194240&c))return C;if(4&i&&(i|=16&Q),(C=g.entangledLanes)!==0)for(g=g.entanglements,C&=i;0Q;Q++)C.push(g);return C}function De(g,C,Q){g.pendingLanes|=C,C!==536870912&&(g.suspendedLanes=0,g.pingedLanes=0),(g=g.eventTimes)[C=31-ZI(C)]=Q}function Qi(g,C){var Q=g.entangledLanes|=C;for(g=g.entanglements;Q;){var i=31-ZI(Q),r=1<=FQ),cg=" ",ai=!1;function ci(g,C){switch(g){case"keyup":return pr.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Cn(g){return typeof(g=g.detail)=="object"&&"data"in g?g.data:null}var JE=!1,TI={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function jC(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C==="input"?!!TI[g.type]:C==="textarea"}function lt(g,C,Q,i){AC(i),0<(C=HE(C,"onChange")).length&&(Q=new ni("onChange","change",null,Q,i),g.push({event:Q,listeners:C}))}var VQ=null,jQ=null;function ye(g){cn(g,0)}function li(g){if(WA(oB(g)))return g}function UB(g,C){if(g==="change")return C}var Bn=!1;if(P){var Dt;if(P){var Di="oninput"in document;if(!Di){var wt=document.createElement("div");wt.setAttribute("oninput","return;"),Di=typeof wt.oninput=="function"}Dt=Di}else Dt=!1;Bn=Dt&&(!document.documentMode||9=C)return{node:i,offset:C-g};g=Q}A:{for(;i;){if(i.nextSibling){i=i.nextSibling;break A}i=i.parentNode}i=void 0}i=de(i)}}function hI(g,C){return!(!g||!C)&&(g===C||(!g||g.nodeType!==3)&&(C&&C.nodeType===3?hI(g,C.parentNode):"contains"in g?g.contains(C):!!g.compareDocumentPosition&&!!(16&g.compareDocumentPosition(C))))}function yt(){for(var g=window,C=$I();C instanceof g.HTMLIFrameElement;){try{var Q=typeof C.contentWindow.location.href=="string"}catch{Q=!1}if(!Q)break;C=$I((g=C.contentWindow).document)}return C}function vE(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C&&(C==="input"&&(g.type==="text"||g.type==="search"||g.type==="tel"||g.type==="url"||g.type==="password")||C==="textarea"||g.contentEditable==="true")}function dt(g){var C=yt(),Q=g.focusedElem,i=g.selectionRange;if(C!==Q&&Q&&Q.ownerDocument&&hI(Q.ownerDocument.documentElement,Q)){if(i!==null&&vE(Q)){if(C=i.start,(g=i.end)===void 0&&(g=C),"selectionStart"in Q)Q.selectionStart=C,Q.selectionEnd=Math.min(g,Q.value.length);else if((g=(C=Q.ownerDocument||document)&&C.defaultView||window).getSelection){g=g.getSelection();var r=Q.textContent.length,c=Math.min(i.start,r);i=i.end===void 0?c:Math.min(i.end,r),!g.extend&&c>i&&(r=i,i=c,c=r),r=ut(Q,c);var F=ut(Q,i);r&&F&&(g.rangeCount!==1||g.anchorNode!==r.node||g.anchorOffset!==r.offset||g.focusNode!==F.node||g.focusOffset!==F.offset)&&((C=C.createRange()).setStart(r.node,r.offset),g.removeAllRanges(),c>i?(g.addRange(C),g.extend(F.node,F.offset)):(C.setEnd(F.node,F.offset),g.addRange(C)))}}for(C=[],g=Q;g=g.parentNode;)g.nodeType===1&&C.push({element:g,left:g.scrollLeft,top:g.scrollTop});for(typeof Q.focus=="function"&&Q.focus(),Q=0;Q=document.documentMode,yC=null,CC=null,FA=null,UI=!1;function tn(g,C,Q){var i=Q.window===Q?Q.document:Q.nodeType===9?Q:Q.ownerDocument;UI||yC==null||yC!==$I(i)||(i="selectionStart"in(i=yC)&&vE(i)?{start:i.selectionStart,end:i.selectionEnd}:{anchorNode:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset},FA&&YE(FA,i)||(FA=i,0<(i=HE(CC,"onSelect")).length&&(C=new ni("onSelect","select",null,C,Q),g.push({event:C,listeners:i}),C.target=yC)))}function XB(g,C){var Q={};return Q[g.toLowerCase()]=C.toLowerCase(),Q["Webkit"+g]="webkit"+C,Q["Moz"+g]="moz"+C,Q}var _B={animationend:XB("Animation","AnimationEnd"),animationiteration:XB("Animation","AnimationIteration"),animationstart:XB("Animation","AnimationStart"),transitionend:XB("Transition","TransitionEnd")},wi={},Mt={};function YB(g){if(wi[g])return wi[g];if(!_B[g])return g;var C,Q=_B[g];for(C in Q)if(Q.hasOwnProperty(C)&&C in Mt)return wi[g]=Q[C];return g}P&&(Mt=document.createElement("div").style,"AnimationEvent"in window||(delete _B.animationend.animation,delete _B.animationiteration.animation,delete _B.animationstart.animation),"TransitionEvent"in window||delete _B.transitionend.transition);var WI=YB("animationend"),on=YB("animationiteration"),nn=YB("animationstart"),rn=YB("transitionend"),hi=new Map,sn="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function pQ(g,C){hi.set(g,C),k(C,[g])}for(var Ft=0;FtnB||(g.current=xE[nB],xE[nB]=null,nB--)}function NI(g,C){nB++,xE[nB]=g.current,g.current=C}var SQ={},BC=rB(SQ),vC=rB(!1),AE=SQ;function OE(g,C){var Q=g.type.contextTypes;if(!Q)return SQ;var i=g.stateNode;if(i&&i.__reactInternalMemoizedUnmaskedChildContext===C)return i.__reactInternalMemoizedMaskedChildContext;var r,c={};for(r in Q)c[r]=C[r];return i&&((g=g.stateNode).__reactInternalMemoizedUnmaskedChildContext=C,g.__reactInternalMemoizedMaskedChildContext=c),c}function oC(g){return g.childContextTypes!=null}function TE(){aI(vC),aI(BC)}function gQ(g,C,Q){if(BC.current!==SQ)throw Error(w(168));NI(BC,C),NI(vC,Q)}function Se(g,C,Q){var i=g.stateNode;if(C=C.childContextTypes,typeof i.getChildContext!="function")return Q;for(var r in i=i.getChildContext())if(!(r in C))throw Error(w(108,Gg(g)||"Unknown",r));return $({},Q,i)}function Fi(g){return g=(g=g.stateNode)&&g.__reactInternalMemoizedMergedChildContext||SQ,AE=BC.current,NI(BC,g),NI(vC,vC.current),!0}function un(g,C,Q){var i=g.stateNode;if(!i)throw Error(w(169));Q?(g=Se(g,C,AE),i.__reactInternalMemoizedMergedChildContext=g,aI(vC),aI(BC),NI(BC,g)):aI(vC),NI(vC,Q)}var uB=null,pi=!1,Ri=!1;function fe(g){uB===null?uB=[g]:uB.push(g)}function fQ(){if(!Ri&&uB!==null){Ri=!0;var g=0,C=Ug;try{var Q=uB;for(Ug=1;g>=F,r-=F,HB=1<<32-ZI(C)+r|Q<Kg?(dg=XA,XA=null):dg=XA.sibling;var ug=rA(aA,XA,iA[Kg],dA);if(ug===null){XA===null&&(XA=dg);break}g&&XA&&ug.alternate===null&&C(aA,XA),_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug,XA=dg}if(Kg===iA.length)return Q(aA,XA),SI&&BE(aA,Kg),_A;if(XA===null){for(;KgKg?(dg=XA,XA=null):dg=XA.sibling;var EI=rA(aA,XA,ug.value,dA);if(EI===null){XA===null&&(XA=dg);break}g&&XA&&EI.alternate===null&&C(aA,XA),_=c(EI,_,Kg),Ng===null?_A=EI:Ng.sibling=EI,Ng=EI,XA=dg}if(ug.done)return Q(aA,XA),SI&&BE(aA,Kg),_A;if(XA===null){for(;!ug.done;Kg++,ug=iA.next())(ug=lA(aA,ug.value,dA))!==null&&(_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug);return SI&&BE(aA,Kg),_A}for(XA=i(aA,XA);!ug.done;Kg++,ug=iA.next())(ug=cA(XA,aA,Kg,ug.value,dA))!==null&&(g&&ug.alternate!==null&&XA.delete(ug.key===null?Kg:ug.key),_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug);return g&&XA.forEach(function(ne){return C(aA,ne)}),SI&&BE(aA,Kg),_A}return function aA(_,iA,dA,_A){if(typeof dA=="object"&&dA!==null&&dA.type===CA&&dA.key===null&&(dA=dA.props.children),typeof dA=="object"&&dA!==null){switch(dA.$$typeof){case uA:A:{for(var Ng=dA.key,XA=iA;XA!==null;){if(XA.key===Ng){if((Ng=dA.type)===CA){if(XA.tag===7){Q(_,XA.sibling),(iA=r(XA,dA.props.children)).return=_,_=iA;break A}}else if(XA.elementType===Ng||typeof Ng=="object"&&Ng!==null&&Ng.$$typeof===Bg&&Ut(Ng)===XA.type){Q(_,XA.sibling),(iA=r(XA,dA.props)).ref=Le(_,XA,dA),iA.return=_,_=iA;break A}Q(_,XA);break}C(_,XA),XA=XA.sibling}dA.type===CA?((iA=wE(dA.props.children,_.mode,_A,dA.key)).return=_,_=iA):((_A=ji(dA.type,dA.key,dA.props,null,_.mode,_A)).ref=Le(_,iA,dA),_A.return=_,_=_A)}return F(_);case fA:A:{for(XA=dA.key;iA!==null;){if(iA.key===XA){if(iA.tag===4&&iA.stateNode.containerInfo===dA.containerInfo&&iA.stateNode.implementation===dA.implementation){Q(_,iA.sibling),(iA=r(iA,dA.children||[])).return=_,_=iA;break A}Q(_,iA);break}C(_,iA),iA=iA.sibling}(iA=ie(dA,_.mode,_A)).return=_,_=iA}return F(_);case Bg:return aA(_,iA,(XA=dA._init)(dA._payload),_A)}if(fB(dA))return NA(_,iA,dA,_A);if(sA(dA))return KA(_,iA,dA,_A);Ni(_,dA)}return typeof dA=="string"&&dA!==""||typeof dA=="number"?(dA=""+dA,iA!==null&&iA.tag===6?(Q(_,iA.sibling),(iA=r(iA,dA)).return=_,_=iA):(Q(_,iA),(iA=uo(dA,_.mode,_A)).return=_,_=iA),F(_)):Q(_,iA)}}var LQ=Yt(!0),Mn=Yt(!1),me=rB(null),IQ=null,PE=null,CQ=null;function vt(){CQ=PE=IQ=null}function Si(g){var C=me.current;aI(me),g._currentValue=C}function bt(g,C,Q){for(;g!==null;){var i=g.alternate;if((g.childLanes&C)!==C?(g.childLanes|=C,i!==null&&(i.childLanes|=C)):i!==null&&(i.childLanes&C)!==C&&(i.childLanes|=C),g===Q)break;g=g.return}}function zE(g,C){IQ=g,CQ=PE=null,(g=g.dependencies)!==null&&g.firstContext!==null&&(g.lanes&C&&(xC=!0),g.firstContext=null)}function sB(g){var C=g._currentValue;if(CQ!==g)if(g={context:g,memoizedValue:C,next:null},PE===null){if(IQ===null)throw Error(w(308));PE=g,IQ.dependencies={lanes:0,firstContext:g}}else PE=PE.next=g;return C}var HC=null;function qI(g){HC===null?HC=[g]:HC.push(g)}function ZC(g,C,Q,i){var r=C.interleaved;return r===null?(Q.next=Q,qI(C)):(Q.next=r.next,r.next=Q),C.interleaved=Q,FB(g,i)}function FB(g,C){g.lanes|=C;var Q=g.alternate;for(Q!==null&&(Q.lanes|=C),Q=g,g=g.return;g!==null;)g.childLanes|=C,(Q=g.alternate)!==null&&(Q.childLanes|=C),Q=g,g=g.return;return Q.tag===3?Q.stateNode:null}var mQ=!1;function fi(g){g.updateQueue={baseState:g.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Ht(g,C){g=g.updateQueue,C.updateQueue===g&&(C.updateQueue={baseState:g.baseState,firstBaseUpdate:g.firstBaseUpdate,lastBaseUpdate:g.lastBaseUpdate,shared:g.shared,effects:g.effects})}function xB(g,C){return{eventTime:g,lane:C,tag:0,payload:null,callback:null,next:null}}function BQ(g,C,Q){var i=g.updateQueue;if(i===null)return null;if(i=i.shared,(2&$g)!=0){var r=i.pending;return r===null?C.next=C:(C.next=r.next,r.next=C),i.pending=C,FB(g,Q)}return(r=i.interleaved)===null?(C.next=C,qI(i)):(C.next=r.next,r.next=C),i.interleaved=C,FB(g,Q)}function Ke(g,C,Q){if((C=C.updateQueue)!==null&&(C=C.shared,(4194240&Q)!=0)){var i=C.lanes;Q|=i&=g.pendingLanes,C.lanes=Q,Qi(g,Q)}}function Fn(g,C){var Q=g.updateQueue,i=g.alternate;if(i!==null&&Q===(i=i.updateQueue)){var r=null,c=null;if((Q=Q.firstBaseUpdate)!==null){do{var F={eventTime:Q.eventTime,lane:Q.lane,tag:Q.tag,payload:Q.payload,callback:Q.callback,next:null};c===null?r=c=F:c=c.next=F,Q=Q.next}while(Q!==null);c===null?r=c=C:c=c.next=C}else r=c=C;return Q={baseState:i.baseState,firstBaseUpdate:r,lastBaseUpdate:c,shared:i.shared,effects:i.effects},void(g.updateQueue=Q)}(g=Q.lastBaseUpdate)===null?Q.firstBaseUpdate=C:g.next=C,Q.lastBaseUpdate=C}function Li(g,C,Q,i){var r=g.updateQueue;mQ=!1;var c=r.firstBaseUpdate,F=r.lastBaseUpdate,v=r.shared.pending;if(v!==null){r.shared.pending=null;var Z=v,AA=Z.next;Z.next=null,F===null?c=AA:F.next=AA,F=Z;var EA=g.alternate;EA!==null&&(v=(EA=EA.updateQueue).lastBaseUpdate)!==F&&(v===null?EA.firstBaseUpdate=AA:v.next=AA,EA.lastBaseUpdate=Z)}if(c!==null){var lA=r.baseState;for(F=0,EA=AA=Z=null,v=c;;){var rA=v.lane,cA=v.eventTime;if((i&rA)===rA){EA!==null&&(EA=EA.next={eventTime:cA,lane:0,tag:v.tag,payload:v.payload,callback:v.callback,next:null});A:{var NA=g,KA=v;switch(rA=C,cA=Q,KA.tag){case 1:if(typeof(NA=KA.payload)=="function"){lA=NA.call(cA,lA,rA);break A}lA=NA;break A;case 3:NA.flags=-65537&NA.flags|128;case 0:if((rA=typeof(NA=KA.payload)=="function"?NA.call(cA,lA,rA):NA)==null)break A;lA=$({},lA,rA);break A;case 2:mQ=!0}}v.callback!==null&&v.lane!==0&&(g.flags|=64,(rA=r.effects)===null?r.effects=[v]:rA.push(v))}else cA={eventTime:cA,lane:rA,tag:v.tag,payload:v.payload,callback:v.callback,next:null},EA===null?(AA=EA=cA,Z=lA):EA=EA.next=cA,F|=rA;if((v=v.next)===null){if((v=r.shared.pending)===null)break;v=(rA=v).next,rA.next=null,r.lastBaseUpdate=rA,r.shared.pending=null}}if(EA===null&&(Z=lA),r.baseState=Z,r.firstBaseUpdate=AA,r.lastBaseUpdate=EA,(C=r.shared.interleaved)!==null){r=C;do F|=r.lane,r=r.next;while(r!==C)}else c===null&&(r.shared.lanes=0);sC|=F,g.lanes=F,g.memoizedState=lA}}function Zt(g,C,Q){if(g=C.effects,C.effects=null,g!==null)for(C=0;CQ?Q:4,g(!0);var i=ve.transition;ve.transition={};try{g(!1),C()}finally{Ug=Q,ve.transition=i}}function Hn(){return aB().memoizedState}function mr(g,C,Q){var i=lQ(g);Q={lane:i,action:Q,hasEagerState:!1,eagerState:null,next:null},Zn(g)?xn(C,Q):(Q=ZC(g,C,Q,i))!==null&&(SB(Q,g,i,wC()),On(Q,C,i))}function Kr(g,C,Q){var i=lQ(g),r={lane:i,action:Q,hasEagerState:!1,eagerState:null,next:null};if(Zn(g))xn(C,r);else{var c=g.alternate;if(g.lanes===0&&(c===null||c.lanes===0)&&(c=C.lastRenderedReducer)!==null)try{var F=C.lastRenderedState,v=c(F,Q);if(r.hasEagerState=!0,r.eagerState=v,XI(v,F)){var Z=C.interleaved;return Z===null?(r.next=r,qI(C)):(r.next=Z.next,Z.next=r),void(C.interleaved=r)}}catch{}(Q=ZC(g,C,r,i))!==null&&(SB(Q,g,i,r=wC()),On(Q,C,i))}}function Zn(g){var C=g.alternate;return g===vI||C!==null&&C===vI}function xn(g,C){_E=mi=!0;var Q=g.pending;Q===null?C.next=C:(C.next=Q.next,Q.next=C),g.pending=C}function On(g,C,Q){if(4194240&Q){var i=C.lanes;Q|=i&=g.pendingLanes,C.lanes=Q,Qi(g,Q)}}var Yi={readContext:sB,useCallback:dC,useContext:dC,useEffect:dC,useImperativeHandle:dC,useInsertionEffect:dC,useLayoutEffect:dC,useMemo:dC,useReducer:dC,useRef:dC,useState:dC,useDebugValue:dC,useDeferredValue:dC,useTransition:dC,useMutableSource:dC,useSyncExternalStore:dC,useId:dC,unstable_isNewReconciler:!1},Jr={readContext:sB,useCallback:function(g,C){return OB().memoizedState=[g,C===void 0?null:C],g},useContext:sB,useEffect:Ln,useImperativeHandle:function(g,C,Q){return Q=Q!=null?Q.concat([g]):null,Ji(4194308,4,Jn.bind(null,C,g),Q)},useLayoutEffect:function(g,C){return Ji(4194308,4,g,C)},useInsertionEffect:function(g,C){return Ji(4,2,g,C)},useMemo:function(g,C){var Q=OB();return C=C===void 0?null:C,g=g(),Q.memoizedState=[g,C],g},useReducer:function(g,C,Q){var i=OB();return C=Q!==void 0?Q(C):C,i.memoizedState=i.baseState=C,g={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:g,lastRenderedState:C},i.queue=g,g=g.dispatch=mr.bind(null,vI,g),[i.memoizedState,g]},useRef:function(g){return g={current:g},OB().memoizedState=g},useState:Sn,useDebugValue:jt,useDeferredValue:function(g){return OB().memoizedState=g},useTransition:function(){var g=Sn(!1),C=g[0];return g=Lr.bind(null,g[1]),OB().memoizedState=g,[C,g]},useMutableSource:function(){},useSyncExternalStore:function(g,C,Q){var i=vI,r=OB();if(SI){if(Q===void 0)throw Error(w(407));Q=Q()}else{if(Q=C(),iC===null)throw Error(w(349));30&eE||Gn(i,C,Q)}r.memoizedState=Q;var c={value:Q,getSnapshot:C};return r.queue=c,Ln(cC.bind(null,i,c,g),[g]),i.flags|=2048,He(9,kn.bind(null,i,c,Q,C),void 0,null),Q},useId:function(){var g=OB(),C=iC.identifierPrefix;if(SI){var Q=dB;C=":"+C+"R"+(Q=(HB&~(1<<32-ZI(HB)-1)).toString(32)+Q),0<(Q=be++)&&(C+="H"+Q.toString(32)),C+=":"}else C=":"+C+"r"+(Q=fr++).toString(32)+":";return g.memoizedState=C},unstable_isNewReconciler:!1},Ur={readContext:sB,useCallback:Yn,useContext:sB,useEffect:Vt,useImperativeHandle:Un,useInsertionEffect:mn,useLayoutEffect:Kn,useMemo:vn,useReducer:Ki,useRef:fn,useState:function(){return Ki($E)},useDebugValue:jt,useDeferredValue:function(g){return bn(aB(),QC.memoizedState,g)},useTransition:function(){return[Ki($E)[0],aB().memoizedState]},useMutableSource:Rn,useSyncExternalStore:Pt,useId:Hn,unstable_isNewReconciler:!1},Yr={readContext:sB,useCallback:Yn,useContext:sB,useEffect:Vt,useImperativeHandle:Un,useInsertionEffect:mn,useLayoutEffect:Kn,useMemo:vn,useReducer:qt,useRef:fn,useState:function(){return qt($E)},useDebugValue:jt,useDeferredValue:function(g){var C=aB();return QC===null?C.memoizedState=g:bn(C,QC.memoizedState,g)},useTransition:function(){return[qt($E)[0],aB().memoizedState]},useMutableSource:Rn,useSyncExternalStore:Pt,useId:Hn,unstable_isNewReconciler:!1};function RB(g,C){if(g&&g.defaultProps){for(var Q in C=$({},C),g=g.defaultProps)C[Q]===void 0&&(C[Q]=g[Q]);return C}return C}function Xt(g,C,Q,i){Q=(Q=Q(i,C=g.memoizedState))==null?C:$({},C,Q),g.memoizedState=Q,g.lanes===0&&(g.updateQueue.baseState=Q)}var vi={isMounted:function(g){return!!(g=g._reactInternals)&&WQ(g)===g},enqueueSetState:function(g,C,Q){g=g._reactInternals;var i=wC(),r=lQ(g),c=xB(i,r);c.payload=C,Q!=null&&(c.callback=Q),(C=BQ(g,c,r))!==null&&(SB(C,g,r,i),Ke(C,g,r))},enqueueReplaceState:function(g,C,Q){g=g._reactInternals;var i=wC(),r=lQ(g),c=xB(i,r);c.tag=1,c.payload=C,Q!=null&&(c.callback=Q),(C=BQ(g,c,r))!==null&&(SB(C,g,r,i),Ke(C,g,r))},enqueueForceUpdate:function(g,C){g=g._reactInternals;var Q=wC(),i=lQ(g),r=xB(Q,i);r.tag=2,C!=null&&(r.callback=C),(C=BQ(g,r,i))!==null&&(SB(C,g,i,Q),Ke(C,g,i))}};function Tn(g,C,Q,i,r,c,F){return typeof(g=g.stateNode).shouldComponentUpdate=="function"?g.shouldComponentUpdate(i,c,F):!(C.prototype&&C.prototype.isPureReactComponent&&YE(Q,i)&&YE(r,c))}function _t(g,C,Q){var i=!1,r=SQ,c=C.contextType;return typeof c=="object"&&c!==null?c=sB(c):(r=oC(C)?AE:BC.current,c=(i=(i=C.contextTypes)!=null)?OE(g,r):SQ),C=new C(Q,c),g.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=vi,g.stateNode=C,C._reactInternals=g,i&&((g=g.stateNode).__reactInternalMemoizedUnmaskedChildContext=r,g.__reactInternalMemoizedMaskedChildContext=c),C}function Wn(g,C,Q,i){g=C.state,typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps(Q,i),typeof C.UNSAFE_componentWillReceiveProps=="function"&&C.UNSAFE_componentWillReceiveProps(Q,i),C.state!==g&&vi.enqueueReplaceState(C,C.state,null)}function $t(g,C,Q,i){var r=g.stateNode;r.props=Q,r.state=g.memoizedState,r.refs={},fi(g);var c=C.contextType;typeof c=="object"&&c!==null?r.context=sB(c):(c=oC(C)?AE:BC.current,r.context=OE(g,c)),r.state=g.memoizedState,typeof(c=C.getDerivedStateFromProps)=="function"&&(Xt(g,C,c,Q),r.state=g.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof r.getSnapshotBeforeUpdate=="function"||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(C=r.state,typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),C!==r.state&&vi.enqueueReplaceState(r,r.state,null),Li(g,Q,r,i),r.state=g.memoizedState),typeof r.componentDidMount=="function"&&(g.flags|=4194308)}function Ae(g,C){try{var Q="",i=C;do Q+=UA(i),i=i.return;while(i);var r=Q}catch(c){r=` +Error generating stack: `+c.message+` +`+c.stack}return{value:g,source:C,stack:r,digest:null}}function Ao(g,C,Q){return{value:g,source:null,stack:Q??null,digest:C??null}}function go(g,C){try{console.error(C.value)}catch(Q){setTimeout(function(){throw Q})}}var vr=typeof WeakMap=="function"?WeakMap:Map;function qn(g,C,Q){(Q=xB(-1,Q)).tag=3,Q.payload={element:null};var i=C.value;return Q.callback=function(){Te||(Te=!0,qi=i),go(0,C)},Q}function ge(g,C,Q){(Q=xB(-1,Q)).tag=3;var i=g.type.getDerivedStateFromError;if(typeof i=="function"){var r=C.value;Q.payload=function(){return i(r)},Q.callback=function(){go(0,C)}}var c=g.stateNode;return c!==null&&typeof c.componentDidCatch=="function"&&(Q.callback=function(){go(0,C),typeof i!="function"&&(YQ===null?YQ=new Set([this]):YQ.add(this));var F=C.stack;this.componentDidCatch(C.value,{componentStack:F!==null?F:""})}),Q}function _C(g,C,Q){var i=g.pingCache;if(i===null){i=g.pingCache=new vr;var r=new Set;i.set(C,r)}else(r=i.get(C))===void 0&&(r=new Set,i.set(C,r));r.has(Q)||(r.add(Q),g=Zr.bind(null,g,C,Q),C.then(g,g))}function Io(g){do{var C;if((C=g.tag===13)&&(C=(C=g.memoizedState)===null||C.dehydrated!==null),C)return g;g=g.return}while(g!==null);return null}function Pn(g,C,Q,i,r){return 1&g.mode?(g.flags|=65536,g.lanes=r,g):(g===C?g.flags|=65536:(g.flags|=128,Q.flags|=131072,Q.flags&=-52805,Q.tag===1&&(Q.alternate===null?Q.tag=17:((C=xB(-1,1)).tag=2,BQ(Q,C,1))),Q.lanes|=1),g)}var br=QA.ReactCurrentOwner,xC=!1;function NC(g,C,Q,i){C.child=g===null?Mn(C,null,Q,i):LQ(C,g.child,Q,i)}function zn(g,C,Q,i,r){Q=Q.render;var c=C.ref;return zE(C,r),i=Tt(g,C,Q,i,c,r),Q=Wt(),g===null||xC?(SI&&Q&&ft(C),C.flags|=1,NC(g,C,i,r),C.child):(C.updateQueue=g.updateQueue,C.flags&=-2053,g.lanes&=~r,$C(g,C,r))}function Vn(g,C,Q,i,r){if(g===null){var c=Q.type;return typeof c!="function"||ho(c)||c.defaultProps!==void 0||Q.compare!==null||Q.defaultProps!==void 0?((g=ji(Q.type,null,i,C,C.mode,r)).ref=C.ref,g.return=C,C.child=g):(C.tag=15,C.type=c,jn(g,C,c,i,r))}if(c=g.child,(g.lanes&r)==0){var F=c.memoizedProps;if((Q=(Q=Q.compare)!==null?Q:YE)(F,i)&&g.ref===C.ref)return $C(g,C,r)}return C.flags|=1,(g=HQ(c,i)).ref=C.ref,g.return=C,C.child=g}function jn(g,C,Q,i,r){if(g!==null){var c=g.memoizedProps;if(YE(c,i)&&g.ref===C.ref){if(xC=!1,C.pendingProps=i=c,(g.lanes&r)==0)return C.lanes=g.lanes,$C(g,C,r);131072&g.flags&&(xC=!0)}}return Co(g,C,Q,i,r)}function Xn(g,C,Q){var i=C.pendingProps,r=i.children,c=g!==null?g.memoizedState:null;if(i.mode==="hidden")if(!(1&C.mode))C.memoizedState={baseLanes:0,cachePool:null,transitions:null},NI(TB,TC),TC|=Q;else{if(!(1073741824&Q))return g=c!==null?c.baseLanes|Q:Q,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:g,cachePool:null,transitions:null},C.updateQueue=null,NI(TB,TC),TC|=g,null;C.memoizedState={baseLanes:0,cachePool:null,transitions:null},i=c!==null?c.baseLanes:Q,NI(TB,TC),TC|=i}else c!==null?(i=c.baseLanes|Q,C.memoizedState=null):i=Q,NI(TB,TC),TC|=i;return NC(g,C,r,Q),C.child}function _n(g,C){var Q=C.ref;(g===null&&Q!==null||g!==null&&g.ref!==Q)&&(C.flags|=512,C.flags|=2097152)}function Co(g,C,Q,i,r){var c=oC(Q)?AE:BC.current;return c=OE(C,c),zE(C,r),Q=Tt(g,C,Q,i,c,r),i=Wt(),g===null||xC?(SI&&i&&ft(C),C.flags|=1,NC(g,C,Q,r),C.child):(C.updateQueue=g.updateQueue,C.flags&=-2053,g.lanes&=~r,$C(g,C,r))}function $n(g,C,Q,i,r){if(oC(Q)){var c=!0;Fi(C)}else c=!1;if(zE(C,r),C.stateNode===null)JQ(g,C),_t(C,Q,i),$t(C,Q,i,r),i=!0;else if(g===null){var F=C.stateNode,v=C.memoizedProps;F.props=v;var Z=F.context,AA=Q.contextType;AA=typeof AA=="object"&&AA!==null?sB(AA):OE(C,AA=oC(Q)?AE:BC.current);var EA=Q.getDerivedStateFromProps,lA=typeof EA=="function"||typeof F.getSnapshotBeforeUpdate=="function";lA||typeof F.UNSAFE_componentWillReceiveProps!="function"&&typeof F.componentWillReceiveProps!="function"||(v!==i||Z!==AA)&&Wn(C,F,i,AA),mQ=!1;var rA=C.memoizedState;F.state=rA,Li(C,i,F,r),Z=C.memoizedState,v!==i||rA!==Z||vC.current||mQ?(typeof EA=="function"&&(Xt(C,Q,EA,i),Z=C.memoizedState),(v=mQ||Tn(C,Q,v,i,rA,Z,AA))?(lA||typeof F.UNSAFE_componentWillMount!="function"&&typeof F.componentWillMount!="function"||(typeof F.componentWillMount=="function"&&F.componentWillMount(),typeof F.UNSAFE_componentWillMount=="function"&&F.UNSAFE_componentWillMount()),typeof F.componentDidMount=="function"&&(C.flags|=4194308)):(typeof F.componentDidMount=="function"&&(C.flags|=4194308),C.memoizedProps=i,C.memoizedState=Z),F.props=i,F.state=Z,F.context=AA,i=v):(typeof F.componentDidMount=="function"&&(C.flags|=4194308),i=!1)}else{F=C.stateNode,Ht(g,C),v=C.memoizedProps,AA=C.type===C.elementType?v:RB(C.type,v),F.props=AA,lA=C.pendingProps,rA=F.context,Z=typeof(Z=Q.contextType)=="object"&&Z!==null?sB(Z):OE(C,Z=oC(Q)?AE:BC.current);var cA=Q.getDerivedStateFromProps;(EA=typeof cA=="function"||typeof F.getSnapshotBeforeUpdate=="function")||typeof F.UNSAFE_componentWillReceiveProps!="function"&&typeof F.componentWillReceiveProps!="function"||(v!==lA||rA!==Z)&&Wn(C,F,i,Z),mQ=!1,rA=C.memoizedState,F.state=rA,Li(C,i,F,r);var NA=C.memoizedState;v!==lA||rA!==NA||vC.current||mQ?(typeof cA=="function"&&(Xt(C,Q,cA,i),NA=C.memoizedState),(AA=mQ||Tn(C,Q,AA,i,rA,NA,Z)||!1)?(EA||typeof F.UNSAFE_componentWillUpdate!="function"&&typeof F.componentWillUpdate!="function"||(typeof F.componentWillUpdate=="function"&&F.componentWillUpdate(i,NA,Z),typeof F.UNSAFE_componentWillUpdate=="function"&&F.UNSAFE_componentWillUpdate(i,NA,Z)),typeof F.componentDidUpdate=="function"&&(C.flags|=4),typeof F.getSnapshotBeforeUpdate=="function"&&(C.flags|=1024)):(typeof F.componentDidUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=4),typeof F.getSnapshotBeforeUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=1024),C.memoizedProps=i,C.memoizedState=NA),F.props=i,F.state=NA,F.context=Z,i=AA):(typeof F.componentDidUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=4),typeof F.getSnapshotBeforeUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=1024),i=!1)}return bi(g,C,Q,i,c,r)}function bi(g,C,Q,i,r,c){_n(g,C);var F=(128&C.flags)!=0;if(!i&&!F)return r&&un(C,Q,!1),$C(g,C,c);i=C.stateNode,br.current=C;var v=F&&typeof Q.getDerivedStateFromError!="function"?null:i.render();return C.flags|=1,g!==null&&F?(C.child=LQ(C,g.child,null,c),C.child=LQ(C,null,v,c)):NC(g,C,v,c),C.memoizedState=i.state,r&&un(C,Q,!0),C.child}function Ar(g){var C=g.stateNode;C.pendingContext?gQ(0,C.pendingContext,C.pendingContext!==C.context):C.context&&gQ(0,C.context,!1),jE(g,C.containerInfo)}function iE(g,C,Q,i,r){return QE(),Jt(r),C.flags|=256,NC(g,C,Q,i),C.child}var Bo,gr,Ir,Hi={dehydrated:null,treeContext:null,retryLane:0};function FI(g){return{baseLanes:g,cachePool:null,transitions:null}}function Cr(g,C,Q){var i,r=C.pendingProps,c=fI.current,F=!1,v=(128&C.flags)!=0;if((i=v)||(i=(g===null||g.memoizedState!==null)&&(2&c)!=0),i?(F=!0,C.flags&=-129):g!==null&&g.memoizedState===null||(c|=1),NI(fI,1&c),g===null)return mt(C),(g=C.memoizedState)!==null&&(g=g.dehydrated)!==null?(1&C.mode?g.data==="$!"?C.lanes=8:C.lanes=1073741824:C.lanes=1,null):(v=r.children,g=r.fallback,F?(r=C.mode,F=C.child,v={mode:"hidden",children:v},!(1&r)&&F!==null?(F.childLanes=0,F.pendingProps=v):F=ze(v,r,0,null),g=wE(g,r,Q,null),F.return=C,g.return=C,F.sibling=g,C.child=F,C.child.memoizedState=FI(Q),C.memoizedState=Hi,g):Qo(C,v));if((c=g.memoizedState)!==null&&(i=c.dehydrated)!==null)return function(AA,EA,lA,rA,cA,NA,KA){if(lA)return 256&EA.flags?(EA.flags&=-257,eQ(AA,EA,KA,rA=Ao(Error(w(422))))):EA.memoizedState!==null?(EA.child=AA.child,EA.flags|=128,null):(NA=rA.fallback,cA=EA.mode,rA=ze({mode:"visible",children:rA.children},cA,0,null),(NA=wE(NA,cA,KA,null)).flags|=2,rA.return=EA,NA.return=EA,rA.sibling=NA,EA.child=rA,1&EA.mode&&LQ(EA,AA.child,null,KA),EA.child.memoizedState=FI(KA),EA.memoizedState=Hi,NA);if(!(1&EA.mode))return eQ(AA,EA,KA,null);if(cA.data==="$!"){if(rA=cA.nextSibling&&cA.nextSibling.dataset)var aA=rA.dgst;return rA=aA,eQ(AA,EA,KA,rA=Ao(NA=Error(w(419)),rA,void 0))}if(aA=(KA&AA.childLanes)!=0,xC||aA){if((rA=iC)!==null){switch(KA&-KA){case 4:cA=2;break;case 16:cA=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:cA=32;break;case 536870912:cA=268435456;break;default:cA=0}(cA=cA&(rA.suspendedLanes|KA)?0:cA)!==0&&cA!==NA.retryLane&&(NA.retryLane=cA,FB(AA,cA),SB(rA,AA,cA,-1))}return DE(),eQ(AA,EA,KA,rA=Ao(Error(w(421))))}return cA.data==="$?"?(EA.flags|=128,EA.child=AA.child,EA=xr.bind(null,AA),cA._reactRetry=EA,null):(AA=NA.treeContext,bC=NQ(cA.nextSibling),XC=EA,SI=!0,MB=null,AA!==null&&(GC[kC++]=HB,GC[kC++]=dB,GC[kC++]=CE,HB=AA.id,dB=AA.overflow,CE=EA),(EA=Qo(EA,rA.children)).flags|=4096,EA)}(g,C,v,r,i,c,Q);if(F){F=r.fallback,v=C.mode,i=(c=g.child).sibling;var Z={mode:"hidden",children:r.children};return!(1&v)&&C.child!==c?((r=C.child).childLanes=0,r.pendingProps=Z,C.deletions=null):(r=HQ(c,Z)).subtreeFlags=14680064&c.subtreeFlags,i!==null?F=HQ(i,F):(F=wE(F,v,Q,null)).flags|=2,F.return=C,r.return=C,r.sibling=F,C.child=r,r=F,F=C.child,v=(v=g.child.memoizedState)===null?FI(Q):{baseLanes:v.baseLanes|Q,cachePool:null,transitions:v.transitions},F.memoizedState=v,F.childLanes=g.childLanes&~Q,C.memoizedState=Hi,r}return g=(F=g.child).sibling,r=HQ(F,{mode:"visible",children:r.children}),!(1&C.mode)&&(r.lanes=Q),r.return=C,r.sibling=null,g!==null&&((Q=C.deletions)===null?(C.deletions=[g],C.flags|=16):Q.push(g)),C.child=r,C.memoizedState=null,r}function Qo(g,C){return(C=ze({mode:"visible",children:C},g.mode,0,null)).return=g,g.child=C}function eQ(g,C,Q,i){return i!==null&&Jt(i),LQ(C,g.child,null,Q),(g=Qo(C,C.pendingProps.children)).flags|=2,C.memoizedState=null,g}function Br(g,C,Q){g.lanes|=C;var i=g.alternate;i!==null&&(i.lanes|=C),bt(g.return,C,Q)}function Eo(g,C,Q,i,r){var c=g.memoizedState;c===null?g.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:i,tail:Q,tailMode:r}:(c.isBackwards=C,c.rendering=null,c.renderingStartTime=0,c.last=i,c.tail=Q,c.tailMode=r)}function tE(g,C,Q){var i=C.pendingProps,r=i.revealOrder,c=i.tail;if(NC(g,C,i.children,Q),(2&(i=fI.current))!=0)i=1&i|2,C.flags|=128;else{if(g!==null&&128&g.flags)A:for(g=C.child;g!==null;){if(g.tag===13)g.memoizedState!==null&&Br(g,Q,C);else if(g.tag===19)Br(g,Q,C);else if(g.child!==null){g.child.return=g,g=g.child;continue}if(g===C)break A;for(;g.sibling===null;){if(g.return===null||g.return===C)break A;g=g.return}g.sibling.return=g.return,g=g.sibling}i&=1}if(NI(fI,i),(1&C.mode)==0)C.memoizedState=null;else switch(r){case"forwards":for(Q=C.child,r=null;Q!==null;)(g=Q.alternate)!==null&&XE(g)===null&&(r=Q),Q=Q.sibling;(Q=r)===null?(r=C.child,C.child=null):(r=Q.sibling,Q.sibling=null),Eo(C,!1,r,Q,c);break;case"backwards":for(Q=null,r=C.child,C.child=null;r!==null;){if((g=r.alternate)!==null&&XE(g)===null){C.child=r;break}g=r.sibling,r.sibling=Q,Q=r,r=g}Eo(C,!0,Q,null,c);break;case"together":Eo(C,!1,null,null,void 0);break;default:C.memoizedState=null}return C.child}function JQ(g,C){!(1&C.mode)&&g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2)}function $C(g,C,Q){if(g!==null&&(C.dependencies=g.dependencies),sC|=C.lanes,(Q&C.childLanes)==0)return null;if(g!==null&&C.child!==g.child)throw Error(w(153));if(C.child!==null){for(Q=HQ(g=C.child,g.pendingProps),C.child=Q,Q.return=C;g.sibling!==null;)g=g.sibling,(Q=Q.sibling=HQ(g,g.pendingProps)).return=C;Q.sibling=null}return C.child}function iQ(g,C){if(!SI)switch(g.tailMode){case"hidden":C=g.tail;for(var Q=null;C!==null;)C.alternate!==null&&(Q=C),C=C.sibling;Q===null?g.tail=null:Q.sibling=null;break;case"collapsed":Q=g.tail;for(var i=null;Q!==null;)Q.alternate!==null&&(i=Q),Q=Q.sibling;i===null?C||g.tail===null?g.tail=null:g.tail.sibling=null:i.sibling=null}}function EC(g){var C=g.alternate!==null&&g.alternate.child===g.child,Q=0,i=0;if(C)for(var r=g.child;r!==null;)Q|=r.lanes|r.childLanes,i|=14680064&r.subtreeFlags,i|=14680064&r.flags,r.return=g,r=r.sibling;else for(r=g.child;r!==null;)Q|=r.lanes|r.childLanes,i|=r.subtreeFlags,i|=r.flags,r.return=g,r=r.sibling;return g.subtreeFlags|=i,g.childLanes=Q,C}function oE(g,C,Q){var i=C.pendingProps;switch(Lt(C),C.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return EC(C),null;case 1:case 17:return oC(C.type)&&TE(),EC(C),null;case 3:return i=C.stateNode,KQ(),aI(vC),aI(BC),EQ(),i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),g!==null&&g.child!==null||(ki(C)?C.flags|=4:g===null||g.memoizedState.isDehydrated&&!(256&C.flags)||(C.flags|=1024,MB!==null&&(Qe(MB),MB=null))),EC(C),null;case 5:xt(C);var r=EE(VE.current);if(Q=C.type,g!==null&&C.stateNode!=null)gr(g,C,Q,i),g.ref!==C.ref&&(C.flags|=512,C.flags|=2097152);else{if(!i){if(C.stateNode===null)throw Error(w(166));return EC(C),null}if(g=EE(pB.current),ki(C)){i=C.stateNode,Q=C.type;var c=C.memoizedProps;switch(i[bB]=C,i[Ge]=c,g=(1&C.mode)!=0,Q){case"dialog":kI("cancel",i),kI("close",i);break;case"iframe":case"object":case"embed":kI("load",i);break;case"video":case"audio":for(r=0;r<$B.length;r++)kI($B[r],i);break;case"source":kI("error",i);break;case"img":case"image":case"link":kI("error",i),kI("load",i);break;case"details":kI("toggle",i);break;case"input":QB(i,c),kI("invalid",i);break;case"select":i._wrapperState={wasMultiple:!!c.multiple},kI("invalid",i);break;case"textarea":T(i,c),kI("invalid",i)}for(var F in Xg(Q,c),r=null,c)if(c.hasOwnProperty(F)){var v=c[F];F==="children"?typeof v=="string"?i.textContent!==v&&(c.suppressHydrationWarning!==!0&&kQ(i.textContent,v,g),r=["children",v]):typeof v=="number"&&i.textContent!==""+v&&(c.suppressHydrationWarning!==!0&&kQ(i.textContent,v,g),r=["children",""+v]):N.hasOwnProperty(F)&&v!=null&&F==="onScroll"&&kI("scroll",i)}switch(Q){case"input":nI(i),iI(i,c,!0);break;case"textarea":nI(i),eg(i);break;case"select":case"option":break;default:typeof c.onClick=="function"&&(i.onclick=di)}i=r,C.updateQueue=i,i!==null&&(C.flags|=4)}else{F=r.nodeType===9?r:r.ownerDocument,g==="http://www.w3.org/1999/xhtml"&&(g=rg(Q)),g==="http://www.w3.org/1999/xhtml"?Q==="script"?((g=F.createElement("div")).innerHTML=" + + + +
+ + diff --git a/plugins/graphqlvoyager/frontend/static/plugin.js b/plugins/graphqlvoyager/frontend/static/plugin.js new file mode 100644 index 000000000..aa1c6f905 --- /dev/null +++ b/plugins/graphqlvoyager/frontend/static/plugin.js @@ -0,0 +1,24 @@ +export default function(options) { + const routeConfig = { + route: { + path: '', + component: () => options.pluginHelpers.iframeComponent(({ _ }) => { + return { + src: 'voyager/index.html' + }; + }), + }, + menu: { + title: 'GraphQL Voyager', + icon: 'mdi-graph', + }, + }; + options.pluginHelpers.addRoute({ + scope: 'main', + ...routeConfig, + }); + options.pluginHelpers.addRoute({ + scope: 'project', + ...routeConfig, + }); +} diff --git a/plugins/graphqlvoyager/frontend/vite.config.js b/plugins/graphqlvoyager/frontend/vite.config.js new file mode 100644 index 000000000..d7cd6998a --- /dev/null +++ b/plugins/graphqlvoyager/frontend/vite.config.js @@ -0,0 +1,9 @@ +import { defineConfig } from 'vite' + +// https://vite.dev/config/ +export default defineConfig({ + base: './', + build: { + outDir: '../static', + } +}) diff --git a/plugins/graphqlvoyager/index.html b/plugins/graphqlvoyager/index.html deleted file mode 100644 index 0a1539905..000000000 --- a/plugins/graphqlvoyager/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - -
Loading...
- - - - \ No newline at end of file diff --git a/plugins/graphqlvoyager/static/plugin.js b/plugins/graphqlvoyager/static/plugin.js index 9b23566b0..aa1c6f905 100644 --- a/plugins/graphqlvoyager/static/plugin.js +++ b/plugins/graphqlvoyager/static/plugin.js @@ -21,4 +21,4 @@ export default function(options) { scope: 'project', ...routeConfig, }); -} \ No newline at end of file +} From efe5757ec4f55c20e33b09465ff29979f9814c8d Mon Sep 17 00:00:00 2001 From: Florian Lotz Date: Thu, 31 Oct 2024 11:02:50 +0100 Subject: [PATCH 3/5] Remove Build FIles --- .../frontend/static/assets/index-D70z2npy.js | 2007 ----------------- .../frontend/static/assets/index-DdfRcd2N.css | 6 - .../graphqlvoyager/frontend/static/index.html | 24 - .../graphqlvoyager/frontend/static/plugin.js | 24 - 4 files changed, 2061 deletions(-) delete mode 100644 plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js delete mode 100644 plugins/graphqlvoyager/frontend/static/assets/index-DdfRcd2N.css delete mode 100644 plugins/graphqlvoyager/frontend/static/index.html delete mode 100644 plugins/graphqlvoyager/frontend/static/plugin.js diff --git a/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js b/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js deleted file mode 100644 index 6285cefc6..000000000 --- a/plugins/graphqlvoyager/frontend/static/assets/index-D70z2npy.js +++ /dev/null @@ -1,2007 +0,0 @@ -(function(){const bo=document.createElement("link").relList;if(bo&&bo.supports&&bo.supports("modulepreload"))return;for(const RC of document.querySelectorAll('link[rel="modulepreload"]'))qB(RC);new MutationObserver(RC=>{for(const BB of RC)if(BB.type==="childList")for(const HA of BB.addedNodes)HA.tagName==="LINK"&&HA.rel==="modulepreload"&&qB(HA)}).observe(document,{childList:!0,subtree:!0});function _e(RC){const BB={};return RC.integrity&&(BB.integrity=RC.integrity),RC.referrerPolicy&&(BB.referrerPolicy=RC.referrerPolicy),RC.crossOrigin==="use-credentials"?BB.credentials="include":RC.crossOrigin==="anonymous"?BB.credentials="omit":BB.credentials="same-origin",BB}function qB(RC){if(RC.ep)return;RC.ep=!0;const BB=_e(RC);fetch(RC.href,BB)}})();var Ja={exports:{}};/*! For license information please see voyager.standalone.js.LICENSE.txt */(function(ws,bo){(function(_e,qB){ws.exports=qB()})(self,()=>(()=>{var _e,qB,RC={5053:(D,R,o)=>{o.d(R,{Z:()=>DB});var d=function(){function T(eg){var rg=this;this._insertTag=function(hg){var Hg;Hg=rg.tags.length===0?rg.insertionPoint?rg.insertionPoint.nextSibling:rg.prepend?rg.container.firstChild:rg.before:rg.tags[rg.tags.length-1].nextSibling,rg.container.insertBefore(hg,Hg),rg.tags.push(hg)},this.isSpeedy=eg.speedy===void 0||eg.speedy,this.tags=[],this.ctr=0,this.nonce=eg.nonce,this.key=eg.key,this.container=eg.container,this.prepend=eg.prepend,this.insertionPoint=eg.insertionPoint,this.before=null}var Ig=T.prototype;return Ig.hydrate=function(eg){eg.forEach(this._insertTag)},Ig.insert=function(eg){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(Hg){var Qg=document.createElement("style");return Qg.setAttribute("data-emotion",Hg.key),Hg.nonce!==void 0&&Qg.setAttribute("nonce",Hg.nonce),Qg.appendChild(document.createTextNode("")),Qg.setAttribute("data-s",""),Qg}(this));var rg=this.tags[this.tags.length-1];if(this.isSpeedy){var hg=function(Hg){if(Hg.sheet)return Hg.sheet;for(var Qg=0;Qg0?P(QA,--eA):0,gA--,BA===10&&(gA=1,O--),BA}function GA(){return BA=eA2||qA(BA)>3?"":" "}function vg(T,Ig){for(;--Ig&&GA()&&!(BA<48||BA>102||BA>57&&BA<65||BA>70&&BA<97););return kA(T,oA()+(Ig<6&&vA()==32&&GA()==32))}function MI(T){for(;GA();)switch(BA){case T:return eA;case 34:case 39:T!==34&&T!==39&&MI(BA);break;case 40:T===41&&MI(T);break;case 92:GA()}return eA}function sA(T,Ig){for(;GA()&&T+BA!==57&&(T+BA!==84||vA()!==47););return"/*"+kA(Ig,eA-1)+"*"+w(T===47?T:GA())}function V(T){for(;!qA(vA());)GA();return kA(T,eA)}var $="-ms-",YA="-moz-",SA="-webkit-",xA="comm",UA="rule",pg="decl",Gg="@keyframes";function wg(T,Ig){for(var eg="",rg=L(T),hg=0;hg0&&u(_g)-jg&&z(GI>32?QB(_g+";",rg,eg,jg-1):QB(k(_g," ","")+";",rg,eg,jg-2),DI);break;case 59:_g+=";";default:if(z(AC=$I(_g,Ig,eg,Tg,wI,hg,Jg,gI,JI=[],II=[],jg),Hg),Lg===123)if(wI===0)WA(_g,Ig,AC,AC,JI,Hg,jg,Jg,II);else switch(Og===99&&P(_g,3)===110?100:Og){case 100:case 108:case 109:case 115:WA(T,AC,AC,rg&&z($I(T,AC,AC,0,0,hg,Jg,gI,hg,JI=[],jg),II),hg,II,jg,Jg,rg?JI:II);break;default:WA(_g,AC,AC,AC,[""],II,0,Jg,II)}}Tg=wI=GI=0,ag=rI=1,gI=_g="",jg=Qg;break;case 58:jg=1+u(_g),GI=Xg;default:if(ag<1){if(Lg==123)--ag;else if(Lg==125&&ag++==0&&CA()==125)continue}switch(_g+=w(Lg),Lg*ag){case 38:rI=wI>0?1:(_g+="\f",-1);break;case 44:Jg[Tg++]=(u(_g)-1)*rI,rI=1;break;case 64:vA()===45&&(_g+=Dg(GA())),Og=vA(),wI=jg=u(gI=_g+=V(oA())),Lg++;break;case 45:Xg===45&&u(_g)==2&&(ag=0)}}return Hg}function $I(T,Ig,eg,rg,hg,Hg,Qg,Jg,DI,Tg,wI){for(var jg=hg-1,Og=hg===0?Hg:[""],GI=L(Og),Xg=0,ag=0,KI=0;Xg0?Og[rI]+" "+Lg:k(Lg,/&\f/g,Og[rI])))&&(DI[KI++]=gI);return uA(T,Ig,eg,hg===0?UA:Jg,DI,Tg,wI)}function hC(T,Ig,eg){return uA(T,Ig,eg,xA,w(BA),H(T,2,-2),0)}function QB(T,Ig,eg,rg){return uA(T,Ig,eg,pg,H(T,0,rg),H(T,rg+1,-1),rg)}var mC=function(T,Ig,eg){for(var rg=0,hg=0;rg=hg,hg=vA(),rg===38&&hg===12&&(Ig[eg]=1),!qA(hg);)GA();return kA(T,eA)},qC=new WeakMap,iI=function(T){if(T.type==="rule"&&T.parent&&!(T.length<1)){for(var Ig=T.value,eg=T.parent,rg=T.column===eg.column&&T.line===eg.line;eg.type!=="rule";)if(!(eg=eg.parent))return;if((T.props.length!==1||Ig.charCodeAt(0)===58||qC.get(eg))&&!rg){qC.set(T,!0);for(var hg=[],Hg=function(wI,jg){return yg(function(Og,GI){var Xg=-1,ag=44;do switch(qA(ag)){case 0:ag===38&&vA()===12&&(GI[Xg]=1),Og[Xg]+=mC(eA-1,GI,Xg);break;case 2:Og[Xg]+=Dg(ag);break;case 4:if(ag===44){Og[++Xg]=vA()===58?"&\f":"",GI[Xg]=Og[Xg].length;break}default:Og[Xg]+=w(ag)}while(ag=GA());return Og}(PA(wI),jg))}(Ig,hg),Qg=eg.props,Jg=0,DI=0;Jg6)switch(P(T,Ig+1)){case 109:if(P(T,Ig+4)!==45)break;case 102:return k(T,/(.+:)(.+)-([^]+)/,"$1"+SA+"$2-$3$1"+YA+(P(T,Ig+3)==108?"$3":"$2-$3"))+T;case 115:return~f(T,"stretch")?fB(k(T,"stretch","fill-available"),Ig)+T:T}break;case 4949:if(P(T,Ig+1)!==115)break;case 6444:switch(P(T,u(T)-3-(~f(T,"!important")&&10))){case 107:return k(T,":",":"+SA)+T;case 101:return k(T,/(.+:)([^;!]+)(;|!.+)?/,"$1"+SA+(P(T,14)===45?"inline-":"")+"box$3$1"+SA+"$2$3$1"+$+"$2box$3")+T}break;case 5936:switch(P(T,Ig+11)){case 114:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"tb")+T;case 108:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"tb-rl")+T;case 45:return SA+T+$+k(T,/[svh]\w+-[tblr]{2}/,"lr")+T}return SA+T+$+T+T}return T}var LB=[function(T,Ig,eg,rg){if(T.length>-1&&!T.return)switch(T.type){case pg:T.return=fB(T.value,T.length);break;case Gg:return wg([fA(T,{value:k(T.value,"@","@"+SA)})],rg);case UA:if(T.length)return function(hg,Hg){return hg.map(Hg).join("")}(T.props,function(hg){switch(function(Hg,Qg){return(Hg=/(::plac\w+|:read-\w+)/.exec(Hg))?Hg[0]:Hg}(hg)){case":read-only":case":read-write":return wg([fA(T,{props:[k(hg,/:(read-\w+)/,":-moz-$1")]})],rg);case"::placeholder":return wg([fA(T,{props:[k(hg,/:(plac\w+)/,":"+SA+"input-$1")]}),fA(T,{props:[k(hg,/:(plac\w+)/,":-moz-$1")]}),fA(T,{props:[k(hg,/:(plac\w+)/,$+"input-$1")]})],rg)}return""})}}],DB=function(T){var Ig=T.key;if(Ig==="css"){var eg=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(eg,function(ag){ag.getAttribute("data-emotion").indexOf(" ")!==-1&&(document.head.appendChild(ag),ag.setAttribute("data-s",""))})}var rg,hg,Hg=T.stylisPlugins||LB,Qg={},Jg=[];rg=T.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+Ig+' "]'),function(ag){for(var KI=ag.getAttribute("data-emotion").split(" "),rI=1;rI{function d(a){var w=Object.create(null);return function(G){return w[G]===void 0&&(w[G]=a(G)),w[G]}}o.d(R,{Z:()=>d})},8741:(D,R,o)=>{o.d(R,{C:()=>G,T:()=>k,w:()=>N});var d=o(7294),a=o(5053),w=(o(9673),o(7278),d.createContext(typeof HTMLElement<"u"?(0,a.Z)({key:"css"}):null)),G=w.Provider,N=function(f){return(0,d.forwardRef)(function(P,H){var u=(0,d.useContext)(w);return f(P,u,H)})},k=d.createContext({})},917:(D,R,o)=>{o.d(R,{F4:()=>P,iv:()=>f,xB:()=>k});var d=o(8741),a=o(7294),w=o(444),G=o(7278),N=o(9673),k=(o(5053),o(8679),(0,d.w)(function(H,u){var L=H.styles,z=(0,N.O)([L],void 0,a.useContext(d.T)),O=a.useRef();return(0,G.j)(function(){var gA=u.key+"-global",j=new u.sheet.constructor({key:gA,nonce:u.sheet.nonce,container:u.sheet.container,speedy:u.sheet.isSpeedy}),eA=!1,BA=document.querySelector('style[data-emotion="'+gA+" "+z.name+'"]');return u.sheet.tags.length&&(j.before=u.sheet.tags[0]),BA!==null&&(eA=!0,BA.setAttribute("data-emotion",gA),j.hydrate([BA])),O.current=[j,eA],function(){j.flush()}},[u]),(0,G.j)(function(){var gA=O.current,j=gA[0];if(gA[1])gA[1]=!1;else{if(z.next!==void 0&&(0,w.My)(u,z.next,!0),j.tags.length){var eA=j.tags[j.tags.length-1].nextElementSibling;j.before=eA,j.flush()}u.insert("",z,j,!1)}},[u,z.name]),null}));function f(){for(var H=arguments.length,u=new Array(H),L=0;L{o.d(R,{O:()=>z});var d={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},a=o(5042),w=/[A-Z]|^ms/g,G=/_EMO_([^_]+?)_([^]*?)_EMO_/g,N=function(O){return O.charCodeAt(1)===45},k=function(O){return O!=null&&typeof O!="boolean"},f=(0,a.Z)(function(O){return N(O)?O:O.replace(w,"-$&").toLowerCase()}),P=function(O,gA){switch(O){case"animation":case"animationName":if(typeof gA=="string")return gA.replace(G,function(j,eA,BA){return u={name:eA,styles:BA,next:u},eA})}return d[O]===1||N(O)||typeof gA!="number"||gA===0?gA:gA+"px"};function H(O,gA,j){if(j==null)return"";var eA=j;if(eA.__emotion_styles!==void 0)return eA;switch(typeof j){case"boolean":return"";case"object":var BA=j;if(BA.anim===1)return u={name:BA.name,styles:BA.styles,next:u},BA.name;var QA=j;if(QA.styles!==void 0){var uA=QA.next;if(uA!==void 0)for(;uA!==void 0;)u={name:uA.name,styles:uA.styles,next:u},uA=uA.next;return QA.styles+";"}return function(oA,kA,qA){var PA="";if(Array.isArray(qA))for(var yg=0;yg=4;++qA,PA-=4)oA=1540483477*(65535&(oA=255&vA.charCodeAt(qA)|(255&vA.charCodeAt(++qA))<<8|(255&vA.charCodeAt(++qA))<<16|(255&vA.charCodeAt(++qA))<<24))+(59797*(oA>>>16)<<16),kA=1540483477*(65535&(oA^=oA>>>24))+(59797*(oA>>>16)<<16)^1540483477*(65535&kA)+(59797*(kA>>>16)<<16);switch(PA){case 3:kA^=(255&vA.charCodeAt(qA+2))<<16;case 2:kA^=(255&vA.charCodeAt(qA+1))<<8;case 1:kA=1540483477*(65535&(kA^=255&vA.charCodeAt(qA)))+(59797*(kA>>>16)<<16)}return(((kA=1540483477*(65535&(kA^=kA>>>13))+(59797*(kA>>>16)<<16))^kA>>>15)>>>0).toString(36)}(BA)+CA;return{name:GA,styles:BA,next:u}}},7278:(D,R,o)=>{var d;o.d(R,{L:()=>G,j:()=>N});var a=o(7294),w=!!(d||(d=o.t(a,2))).useInsertionEffect&&(d||(d=o.t(a,2))).useInsertionEffect,G=w||function(k){return k()},N=w||a.useLayoutEffect},444:(D,R,o)=>{function d(G,N,k){var f="";return k.split(" ").forEach(function(P){G[P]!==void 0?N.push(G[P]+";"):P&&(f+=P+" ")}),f}o.d(R,{My:()=>w,fp:()=>d,hC:()=>a});var a=function(G,N,k){var f=G.key+"-"+N.name;k===!1&&G.registered[f]===void 0&&(G.registered[f]=N.styles)},w=function(G,N,k){a(G,N,k);var f=G.key+"-"+N.name;if(G.inserted[N.name]===void 0){var P=N;do G.insert(N===P?"."+f:"",P,G.sheet,!0),P=P.next;while(P!==void 0)}}},594:(D,R,o)=>{var d=o(4836);R.Z=void 0;var a=d(o(4938)),w=o(5893);R.Z=(0,a.default)((0,w.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},1899:(D,R,o)=>{var d=o(4836);R.Z=void 0;var a=d(o(4938)),w=o(5893);R.Z=(0,a.default)((0,w.jsx)("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"}),"ContentCopy")},4938:(D,R,o)=>{Object.defineProperty(R,"__esModule",{value:!0}),Object.defineProperty(R,"default",{enumerable:!0,get:function(){return d.createSvgIcon}});var d=o(9098)},8628:(D,R,o)=>{o.d(R,{i:()=>a}),o(7294);var d=o(2842);function a(w){return(0,d.i)(w)}o(5893)},3502:(D,R,o)=>{o.d(R,{Z:()=>eA});var d=o(7462),a=o(3366),w=o(7294),G=o(512),N=o(4780),k=o(8216),f=o(8628),P=o(948),H=o(1588),u=o(4867);function L(BA){return(0,u.ZP)("MuiSvgIcon",BA)}(0,H.Z)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var z=o(5893);const O=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],gA=(0,P.ZP)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(BA,QA)=>{const{ownerState:uA}=BA;return[QA.root,uA.color!=="inherit"&&QA[`color${(0,k.Z)(uA.color)}`],QA[`fontSize${(0,k.Z)(uA.fontSize)}`]]}})(({theme:BA,ownerState:QA})=>{var uA,fA,CA,GA,vA,oA,kA,qA,PA,yg,Dg,Bg,vg;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:QA.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(uA=BA.transitions)==null||(fA=uA.create)==null?void 0:fA.call(uA,"fill",{duration:(CA=BA.transitions)==null||(CA=CA.duration)==null?void 0:CA.shorter}),fontSize:{inherit:"inherit",small:((GA=BA.typography)==null||(vA=GA.pxToRem)==null?void 0:vA.call(GA,20))||"1.25rem",medium:((oA=BA.typography)==null||(kA=oA.pxToRem)==null?void 0:kA.call(oA,24))||"1.5rem",large:((qA=BA.typography)==null||(PA=qA.pxToRem)==null?void 0:PA.call(qA,35))||"2.1875rem"}[QA.fontSize],color:(yg=(Dg=(BA.vars||BA).palette)==null||(Dg=Dg[QA.color])==null?void 0:Dg.main)!=null?yg:{action:(Bg=(BA.vars||BA).palette)==null||(Bg=Bg.action)==null?void 0:Bg.active,disabled:(vg=(BA.vars||BA).palette)==null||(vg=vg.action)==null?void 0:vg.disabled,inherit:void 0}[QA.color]}}),j=w.forwardRef(function(BA,QA){const uA=(0,f.i)({props:BA,name:"MuiSvgIcon"}),{children:fA,className:CA,color:GA="inherit",component:vA="svg",fontSize:oA="medium",htmlColor:kA,inheritViewBox:qA=!1,titleAccess:PA,viewBox:yg="0 0 24 24"}=uA,Dg=(0,a.Z)(uA,O),Bg=w.isValidElement(fA)&&fA.type==="svg",vg=(0,d.Z)({},uA,{color:GA,component:vA,fontSize:oA,instanceFontSize:BA.fontSize,inheritViewBox:qA,viewBox:yg,hasSvgAsChild:Bg}),MI={};qA||(MI.viewBox=yg);const sA=(V=>{const{color:$,fontSize:YA,classes:SA}=V,xA={root:["root",$!=="inherit"&&`color${(0,k.Z)($)}`,`fontSize${(0,k.Z)(YA)}`]};return(0,N.Z)(xA,L,SA)})(vg);return(0,z.jsxs)(gA,(0,d.Z)({as:vA,className:(0,G.Z)(sA.root,CA),focusable:"false",color:kA,"aria-hidden":!PA||void 0,role:PA?"img":void 0,ref:QA},MI,Dg,Bg&&fA.props,{ownerState:vg,children:[Bg?fA.props.children:fA,PA?(0,z.jsx)("title",{children:PA}):null]}))});j.muiName="SvgIcon";const eA=j},9617:(D,R,o)=>{o.d(R,{Z:()=>Hg});var d=o(7462),a=o(3366),w=o(6535),G=o(4953),N=o(8010),k=o(6523),f=o(7408),P=o(2101);const H={black:"#000",white:"#fff"},u={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},L="#f3e5f5",z="#ce93d8",O="#ba68c8",gA="#ab47bc",j="#9c27b0",eA="#7b1fa2",BA="#e57373",QA="#ef5350",uA="#f44336",fA="#d32f2f",CA="#c62828",GA="#ffb74d",vA="#ffa726",oA="#ff9800",kA="#f57c00",qA="#e65100",PA="#e3f2fd",yg="#90caf9",Dg="#42a5f5",Bg="#1976d2",vg="#1565c0",MI="#4fc3f7",sA="#29b6f6",V="#03a9f4",$="#0288d1",YA="#01579b",SA="#81c784",xA="#66bb6a",UA="#4caf50",pg="#388e3c",Gg="#2e7d32",wg="#1b5e20",bg=["mode","contrastThreshold","tonalOffset"],nI={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:H.white,default:H.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},WA={text:{primary:H.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:H.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function $I(Qg,Jg,DI,Tg){const wI=Tg.light||Tg,jg=Tg.dark||1.5*Tg;Qg[Jg]||(Qg.hasOwnProperty(DI)?Qg[Jg]=Qg[DI]:Jg==="light"?Qg.light=(0,P.$n)(Qg.main,wI):Jg==="dark"&&(Qg.dark=(0,P._j)(Qg.main,jg)))}const hC=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"],QB={textTransform:"uppercase"},mC='"Roboto", "Helvetica", "Arial", sans-serif';function qC(Qg,Jg){const DI=typeof Jg=="function"?Jg(Qg):Jg,{fontFamily:Tg=mC,fontSize:wI=14,fontWeightLight:jg=300,fontWeightRegular:Og=400,fontWeightMedium:GI=500,fontWeightBold:Xg=700,htmlFontSize:ag=16,allVariants:KI,pxToRem:rI}=DI,Lg=(0,a.Z)(DI,hC),gI=wI/14,JI=rI||(_g=>_g/ag*gI+"rem"),II=(_g,OQ,FE,TQ,pE)=>{return(0,d.Z)({fontFamily:Tg,fontWeight:_g,fontSize:JI(OQ),lineHeight:FE},Tg===mC?{letterSpacing:(mB=TQ/OQ,Math.round(1e5*mB)/1e5+"em")}:{},pE,KI);var mB},AC={h1:II(jg,96,1.167,-1.5),h2:II(jg,60,1.2,-.5),h3:II(Og,48,1.167,0),h4:II(Og,34,1.235,.25),h5:II(Og,24,1.334,0),h6:II(GI,20,1.6,.15),subtitle1:II(Og,16,1.75,.15),subtitle2:II(GI,14,1.57,.1),body1:II(Og,16,1.5,.15),body2:II(Og,14,1.43,.15),button:II(GI,14,1.75,.4,QB),caption:II(Og,12,1.66,.4),overline:II(Og,12,2.66,1,QB),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return(0,G.Z)((0,d.Z)({htmlFontSize:ag,pxToRem:JI,fontFamily:Tg,fontSize:wI,fontWeightLight:jg,fontWeightRegular:Og,fontWeightMedium:GI,fontWeightBold:Xg},AC),Lg,{clone:!1})}function iI(...Qg){return[`${Qg[0]}px ${Qg[1]}px ${Qg[2]}px ${Qg[3]}px rgba(0,0,0,0.2)`,`${Qg[4]}px ${Qg[5]}px ${Qg[6]}px ${Qg[7]}px rgba(0,0,0,0.14)`,`${Qg[8]}px ${Qg[9]}px ${Qg[10]}px ${Qg[11]}px rgba(0,0,0,0.12)`].join(",")}const xQ=["none",iI(0,2,1,-1,0,1,1,0,0,1,3,0),iI(0,3,1,-2,0,2,2,0,0,1,5,0),iI(0,3,3,-2,0,3,4,0,0,1,8,0),iI(0,2,4,-1,0,4,5,0,0,1,10,0),iI(0,3,5,-1,0,5,8,0,0,1,14,0),iI(0,3,5,-1,0,6,10,0,0,1,18,0),iI(0,4,5,-2,0,7,10,1,0,2,16,1),iI(0,5,5,-3,0,8,10,1,0,3,14,2),iI(0,5,6,-3,0,9,12,1,0,3,16,2),iI(0,6,6,-3,0,10,14,1,0,4,18,3),iI(0,6,7,-4,0,11,15,1,0,4,20,3),iI(0,7,8,-4,0,12,17,2,0,5,22,4),iI(0,7,8,-4,0,13,19,2,0,5,24,4),iI(0,7,9,-4,0,14,21,2,0,5,26,4),iI(0,8,9,-5,0,15,22,2,0,6,28,5),iI(0,8,10,-5,0,16,24,2,0,6,30,5),iI(0,8,11,-5,0,17,26,2,0,6,32,5),iI(0,9,11,-5,0,18,28,2,0,7,34,6),iI(0,9,12,-6,0,19,29,2,0,7,36,6),iI(0,10,13,-6,0,20,31,3,0,8,38,7),iI(0,10,13,-6,0,21,33,3,0,8,40,7),iI(0,10,14,-6,0,22,35,3,0,8,42,7),iI(0,11,14,-7,0,23,36,3,0,9,44,8),iI(0,11,15,-7,0,24,38,3,0,9,46,8)],fB=["duration","easing","delay"],LB={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},DB={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function T(Qg){return`${Math.round(Qg)}ms`}function Ig(Qg){if(!Qg)return 0;const Jg=Qg/36;return Math.round(10*(4+15*Jg**.25+Jg/5))}function eg(Qg){const Jg=(0,d.Z)({},LB,Qg.easing),DI=(0,d.Z)({},DB,Qg.duration);return(0,d.Z)({getAutoHeightDuration:Ig,create:(Tg=["all"],wI={})=>{const{duration:jg=DI.standard,easing:Og=Jg.easeInOut,delay:GI=0}=wI;return(0,a.Z)(wI,fB),(Array.isArray(Tg)?Tg:[Tg]).map(Xg=>`${Xg} ${typeof jg=="string"?jg:T(jg)} ${Og} ${typeof GI=="string"?GI:T(GI)}`).join(",")}},Qg,{easing:Jg,duration:DI})}const rg={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},hg=["breakpoints","mixins","spacing","palette","transitions","typography","shape"],Hg=function(Qg={},...Jg){const{mixins:DI={},palette:Tg={},transitions:wI={},typography:jg={}}=Qg,Og=(0,a.Z)(Qg,hg);if(Qg.vars)throw new Error((0,w.Z)(18));const GI=function(Lg){const{mode:gI="light",contrastThreshold:JI=3,tonalOffset:II=.2}=Lg,AC=(0,a.Z)(Lg,bg),_g=Lg.primary||function(Pg="light"){return Pg==="dark"?{main:yg,light:PA,dark:Dg}:{main:Bg,light:Dg,dark:vg}}(gI),OQ=Lg.secondary||function(Pg="light"){return Pg==="dark"?{main:z,light:L,dark:gA}:{main:j,light:O,dark:eA}}(gI),FE=Lg.error||function(Pg="light"){return Pg==="dark"?{main:uA,light:BA,dark:fA}:{main:fA,light:QA,dark:CA}}(gI),TQ=Lg.info||function(Pg="light"){return Pg==="dark"?{main:sA,light:MI,dark:$}:{main:$,light:V,dark:YA}}(gI),pE=Lg.success||function(Pg="light"){return Pg==="dark"?{main:xA,light:SA,dark:pg}:{main:Gg,light:UA,dark:wg}}(gI),mB=Lg.warning||function(Pg="light"){return Pg==="dark"?{main:vA,light:GA,dark:kA}:{main:"#ed6c02",light:oA,dark:qA}}(gI);function RE(Pg){return(0,P.mi)(Pg,WA.text.primary)>=JI?WA.text.primary:nI.text.primary}const gC=({color:Pg,name:PB,mainShade:hQ=500,lightShade:ae=300,darkShade:Ai=700})=>{if(!(Pg=(0,d.Z)({},Pg)).main&&Pg[hQ]&&(Pg.main=Pg[hQ]),!Pg.hasOwnProperty("main"))throw new Error((0,w.Z)(11,PB?` (${PB})`:"",hQ));if(typeof Pg.main!="string")throw new Error((0,w.Z)(12,PB?` (${PB})`:"",JSON.stringify(Pg.main)));return $I(Pg,"light",ae,II),$I(Pg,"dark",Ai,II),Pg.contrastText||(Pg.contrastText=RE(Pg.main)),Pg},$e={dark:WA,light:nI};return(0,G.Z)((0,d.Z)({common:(0,d.Z)({},H),mode:gI,primary:gC({color:_g,name:"primary"}),secondary:gC({color:OQ,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:gC({color:FE,name:"error"}),warning:gC({color:mB,name:"warning"}),info:gC({color:TQ,name:"info"}),success:gC({color:pE,name:"success"}),grey:u,contrastThreshold:JI,getContrastText:RE,augmentColor:gC,tonalOffset:II},$e[gI]),AC)}(Tg),Xg=(0,f.Z)(Qg);let ag=(0,G.Z)(Xg,{mixins:(KI=Xg.breakpoints,rI=DI,(0,d.Z)({toolbar:{minHeight:56,[KI.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[KI.up("sm")]:{minHeight:64}}},rI)),palette:GI,shadows:xQ.slice(),typography:qC(GI,jg),transitions:eg(wI),zIndex:(0,d.Z)({},rg)});var KI,rI;return ag=(0,G.Z)(ag,Og),ag=Jg.reduce((Lg,gI)=>(0,G.Z)(Lg,gI),ag),ag.unstable_sxConfig=(0,d.Z)({},N.Z,Og==null?void 0:Og.unstable_sxConfig),ag.unstable_sx=function(Lg){return(0,k.Z)({sx:Lg,theme:this})},ag}},247:(D,R,o)=>{o.d(R,{Z:()=>d});const d=(0,o(9617).Z)()},606:(D,R,o)=>{o.d(R,{Z:()=>d});const d="$$material"},4136:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(5536);const a=w=>(0,d.Z)(w)&&w!=="classes"},5536:(D,R,o)=>{o.d(R,{Z:()=>d});const d=function(a){return a!=="ownerState"&&a!=="theme"&&a!=="sx"&&a!=="as"}},948:(D,R,o)=>{o.d(R,{ZP:()=>N});var d=o(8128),a=o(247),w=o(606),G=o(4136);const N=(0,d.ZP)({themeId:w.Z,defaultTheme:a.Z,rootShouldForwardProp:G.Z})},8216:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(4142).Z},2066:(D,R,o)=>{o.d(R,{Z:()=>N});var d=o(7462),a=o(7294),w=o(3502),G=o(5893);function N(k,f){function P(H,u){return(0,G.jsx)(w.Z,(0,d.Z)({"data-testid":`${f}Icon`,ref:u},H,{children:k}))}return P.muiName=w.Z.muiName,a.memo(a.forwardRef(P))}},7144:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(9336).Z},9098:(D,R,o)=>{o.r(R),o.d(R,{capitalize:()=>a.Z,createChainedFunction:()=>w,createSvgIcon:()=>G.Z,debounce:()=>N.Z,deprecatedPropType:()=>k,isMuiElement:()=>f.Z,ownerDocument:()=>P.Z,ownerWindow:()=>H.Z,requirePropFactory:()=>u,setRef:()=>L,unstable_ClassNameGenerator:()=>uA,unstable_useEnhancedEffect:()=>z.Z,unstable_useId:()=>O.Z,unsupportedProp:()=>gA,useControlled:()=>j.Z,useEventCallback:()=>eA.Z,useForkRef:()=>BA.Z,useIsFocusVisible:()=>QA.Z});var d=o(7078),a=o(8216);const w=o(1476).Z;var G=o(2066),N=o(7144);const k=function(fA,CA){return()=>null};var f=o(6798),P=o(8038),H=o(5340);o(7462);const u=function(fA,CA){return()=>null},L=o(7364).Z;var z=o(8974),O=o(7909);const gA=function(fA,CA,GA,vA,oA){return null};var j=o(9327),eA=o(2068),BA=o(1705),QA=o(6601);const uA={configure:fA=>{d.Z.configure(fA)}}},6798:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(7317).Z},8038:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(2690).Z},5340:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(4161).Z},9327:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);const a=function({controlled:w,default:G,name:N,state:k="value"}){const{current:f}=d.useRef(w!==void 0),[P,H]=d.useState(G);return[f?w:P,d.useCallback(u=>{f||H(u)},[])]}},8974:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(3546).Z},2068:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(9948).Z},1705:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(3703).Z},7909:(D,R,o)=>{o.d(R,{Z:()=>d});const d=o(2996).Z},6601:(D,R,o)=>{o.d(R,{Z:()=>u});var d=o(7294),a=o(1818);let w=!0,G=!1;const N=new a.V,k={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function f(L){L.metaKey||L.altKey||L.ctrlKey||(w=!0)}function P(){w=!1}function H(){this.visibilityState==="hidden"&&G&&(w=!0)}const u=function(){const L=d.useCallback(O=>{var gA;O!=null&&((gA=O.ownerDocument).addEventListener("keydown",f,!0),gA.addEventListener("mousedown",P,!0),gA.addEventListener("pointerdown",P,!0),gA.addEventListener("touchstart",P,!0),gA.addEventListener("visibilitychange",H,!0))},[]),z=d.useRef(!1);return{isFocusVisibleRef:z,onFocus:function(O){return!!function(gA){const{target:j}=gA;try{return j.matches(":focus-visible")}catch{}return w||function(eA){const{type:BA,tagName:QA}=eA;return!(QA!=="INPUT"||!k[BA]||eA.readOnly)||QA==="TEXTAREA"&&!eA.readOnly||!!eA.isContentEditable}(j)}(O)&&(z.current=!0,!0)},onBlur:function(){return!!z.current&&(G=!0,N.start(100,()=>{G=!1}),z.current=!1,!0)},ref:L}}},1234:(D,R,o)=>{o.d(R,{Z:()=>w}),o(7294);var d=o(917),a=o(5893);function w(G){const{styles:N,defaultTheme:k={}}=G,f=typeof N=="function"?P=>{return N((H=P)==null||Object.keys(H).length===0?k:P);var H}:N;return(0,a.jsx)(d.xB,{styles:f})}},4742:(D,R,o)=>{o.r(R),o.d(R,{GlobalStyles:()=>CA.Z,StyledEngineProvider:()=>fA,ThemeContext:()=>k.T,css:()=>eA.iv,default:()=>GA,internal_processStyles:()=>vA,keyframes:()=>eA.F4});var d=o(7462),a=o(7294),w=o(5042),G=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,N=(0,w.Z)(function(oA){return G.test(oA)||oA.charCodeAt(0)===111&&oA.charCodeAt(1)===110&&oA.charCodeAt(2)<91}),k=o(8741),f=o(444),P=o(9673),H=o(7278),u=N,L=function(oA){return oA!=="theme"},z=function(oA){return typeof oA=="string"&&oA.charCodeAt(0)>96?u:L},O=function(oA,kA,qA){var PA;if(kA){var yg=kA.shouldForwardProp;PA=oA.__emotion_forwardProp&&yg?function(Dg){return oA.__emotion_forwardProp(Dg)&&yg(Dg)}:yg}return typeof PA!="function"&&qA&&(PA=oA.__emotion_forwardProp),PA},gA=function(oA){var kA=oA.cache,qA=oA.serialized,PA=oA.isStringTag;return(0,f.hC)(kA,qA,PA),(0,H.L)(function(){return(0,f.My)(kA,qA,PA)}),null},j=(function oA(kA,qA){var PA,yg,Dg=kA.__emotion_real===kA,Bg=Dg&&kA.__emotion_base||kA;qA!==void 0&&(PA=qA.label,yg=qA.target);var vg=O(kA,qA,Dg),MI=vg||z(Bg),sA=!MI("as");return function(){var V=arguments,$=Dg&&kA.__emotion_styles!==void 0?kA.__emotion_styles.slice(0):[];if(PA!==void 0&&$.push("label:"+PA+";"),V[0]==null||V[0].raw===void 0)$.push.apply($,V);else{$.push(V[0][0]);for(var YA=V.length,SA=1;SA{Array.isArray(oA.__emotion_styles)&&(oA.__emotion_styles=kA(oA.__emotion_styles))}},2101:(D,R,o)=>{var d=o(4836);R.Fq=function(u,L){return u=N(u),L=G(L),u.type!=="rgb"&&u.type!=="hsl"||(u.type+="a"),u.type==="color"?u.values[3]=`/${L}`:u.values[3]=L,k(u)},R._j=P,R.mi=function(u,L){const z=f(u),O=f(L);return(Math.max(z,O)+.05)/(Math.min(z,O)+.05)},R.$n=H;var a=d(o(5480)),w=d(o(9681));function G(u,L=0,z=1){return(0,w.default)(u,L,z)}function N(u){if(u.type)return u;if(u.charAt(0)==="#")return N(function(j){j=j.slice(1);const eA=new RegExp(`.{1,${j.length>=6?2:1}}`,"g");let BA=j.match(eA);return BA&&BA[0].length===1&&(BA=BA.map(QA=>QA+QA)),BA?`rgb${BA.length===4?"a":""}(${BA.map((QA,uA)=>uA<3?parseInt(QA,16):Math.round(parseInt(QA,16)/255*1e3)/1e3).join(", ")})`:""}(u));const L=u.indexOf("("),z=u.substring(0,L);if(["rgb","rgba","hsl","hsla","color"].indexOf(z)===-1)throw new Error((0,a.default)(9,u));let O,gA=u.substring(L+1,u.length-1);if(z==="color"){if(gA=gA.split(" "),O=gA.shift(),gA.length===4&&gA[3].charAt(0)==="/"&&(gA[3]=gA[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(O)===-1)throw new Error((0,a.default)(10,O))}else gA=gA.split(",");return gA=gA.map(j=>parseFloat(j)),{type:z,values:gA,colorSpace:O}}function k(u){const{type:L,colorSpace:z}=u;let{values:O}=u;return L.indexOf("rgb")!==-1?O=O.map((gA,j)=>j<3?parseInt(gA,10):gA):L.indexOf("hsl")!==-1&&(O[1]=`${O[1]}%`,O[2]=`${O[2]}%`),O=L.indexOf("color")!==-1?`${z} ${O.join(" ")}`:`${O.join(", ")}`,`${L}(${O})`}function f(u){let L=(u=N(u)).type==="hsl"||u.type==="hsla"?N(function(z){z=N(z);const{values:O}=z,gA=O[0],j=O[1]/100,eA=O[2]/100,BA=j*Math.min(eA,1-eA),QA=(CA,GA=(CA+gA/30)%12)=>eA-BA*Math.max(Math.min(GA-3,9-GA,1),-1);let uA="rgb";const fA=[Math.round(255*QA(0)),Math.round(255*QA(8)),Math.round(255*QA(4))];return z.type==="hsla"&&(uA+="a",fA.push(O[3])),k({type:uA,values:fA})}(u)).values:u.values;return L=L.map(z=>(u.type!=="color"&&(z/=255),z<=.03928?z/12.92:((z+.055)/1.055)**2.4)),Number((.2126*L[0]+.7152*L[1]+.0722*L[2]).toFixed(3))}function P(u,L){if(u=N(u),L=G(L),u.type.indexOf("hsl")!==-1)u.values[2]*=1-L;else if(u.type.indexOf("rgb")!==-1||u.type.indexOf("color")!==-1)for(let z=0;z<3;z+=1)u.values[z]*=1-L;return k(u)}function H(u,L){if(u=N(u),L=G(L),u.type.indexOf("hsl")!==-1)u.values[2]+=(100-u.values[2])*L;else if(u.type.indexOf("rgb")!==-1)for(let z=0;z<3;z+=1)u.values[z]+=(255-u.values[z])*L;else if(u.type.indexOf("color")!==-1)for(let z=0;z<3;z+=1)u.values[z]+=(1-u.values[z])*L;return k(u)}},8128:(D,R,o)=>{var d=o(4836);R.ZP=function(QA={}){const{themeId:uA,defaultTheme:fA=O,rootShouldForwardProp:CA=z,slotShouldForwardProp:GA=z}=QA,vA=oA=>(0,f.default)((0,a.default)({},oA,{theme:j((0,a.default)({},oA,{defaultTheme:fA,themeId:uA}))}));return vA.__mui_systemSx=!0,(oA,kA={})=>{(0,G.internal_processStyles)(oA,xA=>xA.filter(UA=>!(UA!=null&&UA.__mui_systemSx)));const{name:qA,slot:PA,skipVariantsResolver:yg,skipSx:Dg,overridesResolver:Bg=eA(gA(PA))}=kA,vg=(0,w.default)(kA,u),MI=yg!==void 0?yg:PA&&PA!=="Root"&&PA!=="root"||!1,sA=Dg||!1;let V=z;PA==="Root"||PA==="root"?V=CA:PA?V=GA:function(xA){return typeof xA=="string"&&xA.charCodeAt(0)>96}(oA)&&(V=void 0);const $=(0,G.default)(oA,(0,a.default)({shouldForwardProp:V,label:void 0},vg)),YA=xA=>typeof xA=="function"&&xA.__emotion_real!==xA||(0,N.isPlainObject)(xA)?UA=>BA(xA,(0,a.default)({},UA,{theme:j({theme:UA.theme,defaultTheme:fA,themeId:uA})})):xA,SA=(xA,...UA)=>{let pg=YA(xA);const Gg=UA?UA.map(YA):[];qA&&Bg&&Gg.push(nI=>{const WA=j((0,a.default)({},nI,{defaultTheme:fA,themeId:uA}));if(!WA.components||!WA.components[qA]||!WA.components[qA].styleOverrides)return null;const $I=WA.components[qA].styleOverrides,hC={};return Object.entries($I).forEach(([QB,mC])=>{hC[QB]=BA(mC,(0,a.default)({},nI,{theme:WA}))}),Bg(nI,hC)}),qA&&!MI&&Gg.push(nI=>{var WA;const $I=j((0,a.default)({},nI,{defaultTheme:fA,themeId:uA}));return BA({variants:$I==null||(WA=$I.components)==null||(WA=WA[qA])==null?void 0:WA.variants},(0,a.default)({},nI,{theme:$I}))}),sA||Gg.push(vA);const wg=Gg.length-UA.length;if(Array.isArray(xA)&&wg>0){const nI=new Array(wg).fill("");pg=[...xA,...nI],pg.raw=[...xA.raw,...nI]}const bg=$(pg,...Gg);return oA.muiName&&(bg.muiName=oA.muiName),bg};return $.withConfig&&(SA.withConfig=$.withConfig),SA}};var a=d(o(434)),w=d(o(7071)),G=function(QA,uA){if(QA&&QA.__esModule)return QA;if(QA===null||typeof QA!="object"&&typeof QA!="function")return{default:QA};var fA=L(uA);if(fA&&fA.has(QA))return fA.get(QA);var CA={__proto__:null},GA=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var vA in QA)if(vA!=="default"&&Object.prototype.hasOwnProperty.call(QA,vA)){var oA=GA?Object.getOwnPropertyDescriptor(QA,vA):null;oA&&(oA.get||oA.set)?Object.defineProperty(CA,vA,oA):CA[vA]=QA[vA]}return CA.default=QA,fA&&fA.set(QA,CA),CA}(o(4742)),N=o(8524),k=(d(o(7641)),d(o(3163)),d(o(9926))),f=d(o(386));const P=["ownerState"],H=["variants"],u=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function L(QA){if(typeof WeakMap!="function")return null;var uA=new WeakMap,fA=new WeakMap;return(L=function(CA){return CA?fA:uA})(QA)}function z(QA){return QA!=="ownerState"&&QA!=="theme"&&QA!=="sx"&&QA!=="as"}const O=(0,k.default)(),gA=QA=>QA&&QA.charAt(0).toLowerCase()+QA.slice(1);function j({defaultTheme:QA,theme:uA,themeId:fA}){return CA=uA,Object.keys(CA).length===0?QA:uA[fA]||uA;var CA}function eA(QA){return QA?(uA,fA)=>fA[QA]:null}function BA(QA,uA){let{ownerState:fA}=uA,CA=(0,w.default)(uA,P);const GA=typeof QA=="function"?QA((0,a.default)({ownerState:fA},CA)):QA;if(Array.isArray(GA))return GA.flatMap(vA=>BA(vA,(0,a.default)({ownerState:fA},CA)));if(GA&&typeof GA=="object"&&Array.isArray(GA.variants)){const{variants:vA=[]}=GA;let oA=(0,w.default)(GA,H);return vA.forEach(kA=>{let qA=!0;typeof kA.props=="function"?qA=kA.props((0,a.default)({ownerState:fA},CA,fA)):Object.keys(kA.props).forEach(PA=>{(fA==null?void 0:fA[PA])!==kA.props[PA]&&CA[PA]!==kA.props[PA]&&(qA=!1)}),qA&&(Array.isArray(oA)||(oA=[oA]),oA.push(typeof kA.style=="function"?kA.style((0,a.default)({ownerState:fA},CA,fA)):kA.style))}),oA}return GA}},2842:(D,R,o)=>{o.d(R,{Z:()=>k,i:()=>N});var d=o(7294),a=o(5971),w=o(5893);const G=d.createContext(void 0);function N({props:f,name:P}){return function(H){const{theme:u,name:L,props:z}=H;if(!u||!u.components||!u.components[L])return z;const O=u.components[L];return O.defaultProps?(0,a.Z)(O.defaultProps,z):O.styleOverrides||O.variants?z:(0,a.Z)(O,z)}({props:f,name:P,theme:{components:d.useContext(G)}})}const k=function({value:f,children:P}){return(0,w.jsx)(G.Provider,{value:f,children:P})}},5408:(D,R,o)=>{o.d(R,{L7:()=>k,P$:()=>P,VO:()=>a,W8:()=>N,dt:()=>f,k9:()=>G});var d=o(4953);const a={xs:0,sm:600,md:900,lg:1200,xl:1536},w={keys:["xs","sm","md","lg","xl"],up:H=>`@media (min-width:${a[H]}px)`};function G(H,u,L){const z=H.theme||{};if(Array.isArray(u)){const O=z.breakpoints||w;return u.reduce((gA,j,eA)=>(gA[O.up(O.keys[eA])]=L(u[eA]),gA),{})}if(typeof u=="object"){const O=z.breakpoints||w;return Object.keys(u).reduce((gA,j)=>{if(Object.keys(O.values||a).indexOf(j)!==-1)gA[O.up(j)]=L(u[j],j);else{const eA=j;gA[eA]=u[eA]}return gA},{})}return L(u)}function N(H={}){var u;return((u=H.keys)==null?void 0:u.reduce((L,z)=>(L[H.up(z)]={},L),{}))||{}}function k(H,u){return H.reduce((L,z)=>{const O=L[z];return(!O||Object.keys(O).length===0)&&delete L[z],L},u)}function f(H,...u){const L=N(H),z=[L,...u].reduce((O,gA)=>(0,d.Z)(O,gA),{});return k(Object.keys(L),z)}function P({values:H,breakpoints:u,base:L}){const z=L||function(j,eA){if(typeof j!="object")return{};const BA={},QA=Object.keys(eA);return Array.isArray(j)?QA.forEach((uA,fA)=>{fA{j[uA]!=null&&(BA[uA]=!0)}),BA}(H,u),O=Object.keys(z);if(O.length===0)return H;let gA;return O.reduce((j,eA,BA)=>(Array.isArray(H)?(j[eA]=H[BA]!=null?H[BA]:H[gA],gA=BA):typeof H=="object"?(j[eA]=H[eA]!=null?H[eA]:H[gA],gA=eA):j[eA]=H,j),{})}},7064:(D,R,o)=>{function d(a,w){const G=this;return G.vars&&typeof G.getColorSchemeSelector=="function"?{[G.getColorSchemeSelector(a).replace(/(\[[^\]]+\])/,"*:where($1)")]:w}:G.palette.mode===a?w:{}}o.d(R,{Z:()=>d})},1512:(D,R,o)=>{o.d(R,{Z:()=>G});var d=o(3366),a=o(7462);const w=["values","unit","step"];function G(N){const{values:k={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:f="px",step:P=5}=N,H=(0,d.Z)(N,w),u=(j=>{const eA=Object.keys(j).map(BA=>({key:BA,val:j[BA]}))||[];return eA.sort((BA,QA)=>BA.val-QA.val),eA.reduce((BA,QA)=>(0,a.Z)({},BA,{[QA.key]:QA.val}),{})})(k),L=Object.keys(u);function z(j){return`@media (min-width:${typeof k[j]=="number"?k[j]:j}${f})`}function O(j){return`@media (max-width:${(typeof k[j]=="number"?k[j]:j)-P/100}${f})`}function gA(j,eA){const BA=L.indexOf(eA);return`@media (min-width:${typeof k[j]=="number"?k[j]:j}${f}) and (max-width:${(BA!==-1&&typeof k[L[BA]]=="number"?k[L[BA]]:eA)-P/100}${f})`}return(0,a.Z)({keys:L,values:u,up:z,down:O,between:gA,only:function(j){return L.indexOf(j)+1{o.d(R,{Z:()=>L});var d=o(7462),a=o(3366),w=o(4953),G=o(1512);const N={borderRadius:4};var k=o(2605),f=o(6523),P=o(8010),H=o(7064);const u=["breakpoints","palette","spacing","shape"],L=function(z={},...O){const{breakpoints:gA={},palette:j={},spacing:eA,shape:BA={}}=z,QA=(0,a.Z)(z,u),uA=(0,G.Z)(gA),fA=function(GA=8){if(GA.mui)return GA;const vA=(0,k.hB)({spacing:GA}),oA=(...kA)=>(kA.length===0?[1]:kA).map(qA=>{const PA=vA(qA);return typeof PA=="number"?`${PA}px`:PA}).join(" ");return oA.mui=!0,oA}(eA);let CA=(0,w.Z)({breakpoints:uA,direction:"ltr",components:{},palette:(0,d.Z)({mode:"light"},j),spacing:fA,shape:(0,d.Z)({},N,BA)},QA);return CA.applyStyles=H.Z,CA=O.reduce((GA,vA)=>(0,w.Z)(GA,vA),CA),CA.unstable_sxConfig=(0,d.Z)({},P.Z,QA==null?void 0:QA.unstable_sxConfig),CA.unstable_sx=function(GA){return(0,f.Z)({sx:GA,theme:this})},CA}},9926:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,private_createBreakpoints:()=>a.Z,unstable_applyStyles:()=>w.Z});var d=o(7408),a=o(1512),w=o(7064)},7730:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(4953);const a=function(w,G){return G?(0,d.Z)(w,G,{clone:!1}):w}},2605:(D,R,o)=>{o.d(R,{hB:()=>L,eI:()=>u,NA:()=>z,e6:()=>gA,o3:()=>j});var d=o(5408),a=o(4844),w=o(7730);const G={m:"margin",p:"padding"},N={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},k={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},f=function(eA){const BA={};return QA=>(BA[QA]===void 0&&(BA[QA]=(uA=>{if(uA.length>2){if(!k[uA])return[uA];uA=k[uA]}const[fA,CA]=uA.split(""),GA=G[fA],vA=N[CA]||"";return Array.isArray(vA)?vA.map(oA=>GA+oA):[GA+vA]})(QA)),BA[QA])}(),P=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],H=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];[...P,...H];function u(eA,BA,QA,uA){var fA;const CA=(fA=(0,a.DW)(eA,BA,!1))!=null?fA:QA;return typeof CA=="number"?GA=>typeof GA=="string"?GA:CA*GA:Array.isArray(CA)?GA=>typeof GA=="string"?GA:CA[GA]:typeof CA=="function"?CA:()=>{}}function L(eA){return u(eA,"spacing",8)}function z(eA,BA){if(typeof BA=="string"||BA==null)return BA;const QA=eA(Math.abs(BA));return BA>=0?QA:typeof QA=="number"?-QA:`-${QA}`}function O(eA,BA){const QA=L(eA.theme);return Object.keys(eA).map(uA=>function(fA,CA,GA,vA){if(CA.indexOf(GA)===-1)return null;const oA=function(qA,PA){return yg=>qA.reduce((Dg,Bg)=>(Dg[Bg]=z(PA,yg),Dg),{})}(f(GA),vA),kA=fA[GA];return(0,d.k9)(fA,kA,oA)}(eA,BA,uA,QA)).reduce(w.Z,{})}function gA(eA){return O(eA,P)}function j(eA){return O(eA,H)}gA.propTypes={},gA.filterProps=P,j.propTypes={},j.filterProps=H},4844:(D,R,o)=>{o.d(R,{DW:()=>w,Jq:()=>G,ZP:()=>N});var d=o(4142),a=o(5408);function w(k,f,P=!0){if(!f||typeof f!="string")return null;if(k&&k.vars&&P){const H=`vars.${f}`.split(".").reduce((u,L)=>u&&u[L]?u[L]:null,k);if(H!=null)return H}return f.split(".").reduce((H,u)=>H&&H[u]!=null?H[u]:null,k)}function G(k,f,P,H=P){let u;return u=typeof k=="function"?k(P):Array.isArray(k)?k[P]||H:w(k,P)||H,f&&(u=f(u,H,k)),u}const N=function(k){const{prop:f,cssProperty:P=k.prop,themeKey:H,transform:u}=k,L=z=>{if(z[f]==null)return null;const O=z[f],gA=w(z.theme,H)||{};return(0,a.k9)(z,O,j=>{let eA=G(gA,u,j);return j===eA&&typeof j=="string"&&(eA=G(gA,u,`${f}${j==="default"?"":(0,d.Z)(j)}`,j)),P===!1?eA:{[P]:eA}})};return L.propTypes={},L.filterProps=[f],L}},8010:(D,R,o)=>{o.d(R,{Z:()=>MI});var d=o(2605),a=o(4844),w=o(7730);const G=function(...sA){const V=sA.reduce((YA,SA)=>(SA.filterProps.forEach(xA=>{YA[xA]=SA}),YA),{}),$=YA=>Object.keys(YA).reduce((SA,xA)=>V[xA]?(0,w.Z)(SA,V[xA](YA)):SA,{});return $.propTypes={},$.filterProps=sA.reduce((YA,SA)=>YA.concat(SA.filterProps),[]),$};var N=o(5408);function k(sA){return typeof sA!="number"?sA:`${sA}px solid`}function f(sA,V){return(0,a.ZP)({prop:sA,themeKey:"borders",transform:V})}const P=f("border",k),H=f("borderTop",k),u=f("borderRight",k),L=f("borderBottom",k),z=f("borderLeft",k),O=f("borderColor"),gA=f("borderTopColor"),j=f("borderRightColor"),eA=f("borderBottomColor"),BA=f("borderLeftColor"),QA=f("outline",k),uA=f("outlineColor"),fA=sA=>{if(sA.borderRadius!==void 0&&sA.borderRadius!==null){const V=(0,d.eI)(sA.theme,"shape.borderRadius",4,"borderRadius"),$=YA=>({borderRadius:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.borderRadius,$)}return null};fA.propTypes={},fA.filterProps=["borderRadius"],G(P,H,u,L,z,O,gA,j,eA,BA,fA,QA,uA);const CA=sA=>{if(sA.gap!==void 0&&sA.gap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"gap"),$=YA=>({gap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.gap,$)}return null};CA.propTypes={},CA.filterProps=["gap"];const GA=sA=>{if(sA.columnGap!==void 0&&sA.columnGap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"columnGap"),$=YA=>({columnGap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.columnGap,$)}return null};GA.propTypes={},GA.filterProps=["columnGap"];const vA=sA=>{if(sA.rowGap!==void 0&&sA.rowGap!==null){const V=(0,d.eI)(sA.theme,"spacing",8,"rowGap"),$=YA=>({rowGap:(0,d.NA)(V,YA)});return(0,N.k9)(sA,sA.rowGap,$)}return null};function oA(sA,V){return V==="grey"?V:sA}function kA(sA){return sA<=1&&sA!==0?100*sA+"%":sA}vA.propTypes={},vA.filterProps=["rowGap"],G(CA,GA,vA,(0,a.ZP)({prop:"gridColumn"}),(0,a.ZP)({prop:"gridRow"}),(0,a.ZP)({prop:"gridAutoFlow"}),(0,a.ZP)({prop:"gridAutoColumns"}),(0,a.ZP)({prop:"gridAutoRows"}),(0,a.ZP)({prop:"gridTemplateColumns"}),(0,a.ZP)({prop:"gridTemplateRows"}),(0,a.ZP)({prop:"gridTemplateAreas"}),(0,a.ZP)({prop:"gridArea"})),G((0,a.ZP)({prop:"color",themeKey:"palette",transform:oA}),(0,a.ZP)({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:oA}),(0,a.ZP)({prop:"backgroundColor",themeKey:"palette",transform:oA}));const qA=(0,a.ZP)({prop:"width",transform:kA}),PA=sA=>{if(sA.maxWidth!==void 0&&sA.maxWidth!==null){const V=$=>{var YA,SA;const xA=((YA=sA.theme)==null||(YA=YA.breakpoints)==null||(YA=YA.values)==null?void 0:YA[$])||N.VO[$];return xA?((SA=sA.theme)==null||(SA=SA.breakpoints)==null?void 0:SA.unit)!=="px"?{maxWidth:`${xA}${sA.theme.breakpoints.unit}`}:{maxWidth:xA}:{maxWidth:kA($)}};return(0,N.k9)(sA,sA.maxWidth,V)}return null};PA.filterProps=["maxWidth"];const yg=(0,a.ZP)({prop:"minWidth",transform:kA}),Dg=(0,a.ZP)({prop:"height",transform:kA}),Bg=(0,a.ZP)({prop:"maxHeight",transform:kA}),vg=(0,a.ZP)({prop:"minHeight",transform:kA}),MI=((0,a.ZP)({prop:"size",cssProperty:"width",transform:kA}),(0,a.ZP)({prop:"size",cssProperty:"height",transform:kA}),G(qA,PA,yg,Dg,Bg,vg,(0,a.ZP)({prop:"boxSizing"})),{border:{themeKey:"borders",transform:k},borderTop:{themeKey:"borders",transform:k},borderRight:{themeKey:"borders",transform:k},borderBottom:{themeKey:"borders",transform:k},borderLeft:{themeKey:"borders",transform:k},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:k},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:fA},color:{themeKey:"palette",transform:oA},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:oA},backgroundColor:{themeKey:"palette",transform:oA},p:{style:d.o3},pt:{style:d.o3},pr:{style:d.o3},pb:{style:d.o3},pl:{style:d.o3},px:{style:d.o3},py:{style:d.o3},padding:{style:d.o3},paddingTop:{style:d.o3},paddingRight:{style:d.o3},paddingBottom:{style:d.o3},paddingLeft:{style:d.o3},paddingX:{style:d.o3},paddingY:{style:d.o3},paddingInline:{style:d.o3},paddingInlineStart:{style:d.o3},paddingInlineEnd:{style:d.o3},paddingBlock:{style:d.o3},paddingBlockStart:{style:d.o3},paddingBlockEnd:{style:d.o3},m:{style:d.e6},mt:{style:d.e6},mr:{style:d.e6},mb:{style:d.e6},ml:{style:d.e6},mx:{style:d.e6},my:{style:d.e6},margin:{style:d.e6},marginTop:{style:d.e6},marginRight:{style:d.e6},marginBottom:{style:d.e6},marginLeft:{style:d.e6},marginX:{style:d.e6},marginY:{style:d.e6},marginInline:{style:d.e6},marginInlineStart:{style:d.e6},marginInlineEnd:{style:d.e6},marginBlock:{style:d.e6},marginBlockStart:{style:d.e6},marginBlockEnd:{style:d.e6},displayPrint:{cssProperty:!1,transform:sA=>({"@media print":{display:sA}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:CA},rowGap:{style:vA},columnGap:{style:GA},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:kA},maxWidth:{style:PA},minWidth:{transform:kA},height:{transform:kA},maxHeight:{transform:kA},minHeight:{transform:kA},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}})},9707:(D,R,o)=>{o.d(R,{Z:()=>k});var d=o(7462),a=o(3366),w=o(4953),G=o(8010);const N=["sx"];function k(f){const{sx:P}=f,H=(0,a.Z)(f,N),{systemProps:u,otherProps:L}=(O=>{var gA,j;const eA={systemProps:{},otherProps:{}},BA=(gA=O==null||(j=O.theme)==null?void 0:j.unstable_sxConfig)!=null?gA:G.Z;return Object.keys(O).forEach(QA=>{BA[QA]?eA.systemProps[QA]=O[QA]:eA.otherProps[QA]=O[QA]}),eA})(H);let z;return z=Array.isArray(P)?[u,...P]:typeof P=="function"?(...O)=>{const gA=P(...O);return(0,w.P)(gA)?(0,d.Z)({},u,gA):u}:(0,d.Z)({},u,P),(0,d.Z)({},L,{sx:z})}},386:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,extendSxProp:()=>a.Z,unstable_createStyleFunctionSx:()=>d.n,unstable_defaultSxConfig:()=>w.Z});var d=o(6523),a=o(9707),w=o(8010)},6523:(D,R,o)=>{o.d(R,{Z:()=>P,n:()=>k});var d=o(4142),a=o(7730),w=o(4844),G=o(5408),N=o(8010);function k(){function H(u,L,z,O){const gA={[u]:L,theme:z},j=O[u];if(!j)return{[u]:L};const{cssProperty:eA=u,themeKey:BA,transform:QA,style:uA}=j;if(L==null)return null;if(BA==="typography"&&L==="inherit")return{[u]:L};const fA=(0,w.DW)(z,BA)||{};return uA?uA(gA):(0,G.k9)(gA,L,CA=>{let GA=(0,w.Jq)(fA,QA,CA);return CA===GA&&typeof CA=="string"&&(GA=(0,w.Jq)(fA,QA,`${u}${CA==="default"?"":(0,d.Z)(CA)}`,CA)),eA===!1?GA:{[eA]:GA}})}return function u(L){var z;const{sx:O,theme:gA={}}=L||{};if(!O)return null;const j=(z=gA.unstable_sxConfig)!=null?z:N.Z;function eA(BA){let QA=BA;if(typeof BA=="function")QA=BA(gA);else if(typeof BA!="object")return BA;if(!QA)return null;const uA=(0,G.W8)(gA.breakpoints),fA=Object.keys(uA);let CA=uA;return Object.keys(QA).forEach(GA=>{const vA=typeof(oA=QA[GA])=="function"?oA(gA):oA;var oA;if(vA!=null)if(typeof vA=="object")if(j[GA])CA=(0,a.Z)(CA,H(GA,vA,gA,j));else{const kA=(0,G.k9)({theme:gA},vA,qA=>({[GA]:qA}));(function(...qA){const PA=qA.reduce((Dg,Bg)=>Dg.concat(Object.keys(Bg)),[]),yg=new Set(PA);return qA.every(Dg=>yg.size===Object.keys(Dg).length)})(kA,vA)?CA[GA]=u({sx:vA,theme:gA}):CA=(0,a.Z)(CA,kA)}else CA=(0,a.Z)(CA,H(GA,vA,gA,j))}),(0,G.L7)(fA,CA)}return Array.isArray(O)?O.map(eA):eA(O)}}const f=k();f.filterProps=["sx"];const P=f},1070:(D,R,o)=>{R.Z=void 0;var d=function(G,N){if(G&&G.__esModule)return G;if(G===null||typeof G!="object"&&typeof G!="function")return{default:G};var k=w(N);if(k&&k.has(G))return k.get(G);var f={__proto__:null},P=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var H in G)if(H!=="default"&&Object.prototype.hasOwnProperty.call(G,H)){var u=P?Object.getOwnPropertyDescriptor(G,H):null;u&&(u.get||u.set)?Object.defineProperty(f,H,u):f[H]=G[H]}return f.default=G,k&&k.set(G,f),f}(o(7294)),a=o(4742);function w(G){if(typeof WeakMap!="function")return null;var N=new WeakMap,k=new WeakMap;return(w=function(f){return f?k:N})(G)}R.Z=function(G=null){const N=d.useContext(a.ThemeContext);return N&&(k=N,Object.keys(k).length!==0)?N:G;var k}},7078:(D,R,o)=>{o.d(R,{Z:()=>a});const d=w=>w,a=(()=>{let w=d;return{configure(G){w=G},generate:G=>w(G),reset(){w=d}}})()},4142:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(6535);function a(w){if(typeof w!="string")throw new Error((0,d.Z)(7));return w.charAt(0).toUpperCase()+w.slice(1)}},7641:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z});var d=o(4142)},9681:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d});const d=function(a,w=Number.MIN_SAFE_INTEGER,G=Number.MAX_SAFE_INTEGER){return Math.max(w,Math.min(a,G))}},4780:(D,R,o)=>{function d(a,w,G){const N={};return Object.keys(a).forEach(k=>{N[k]=a[k].reduce((f,P)=>{if(P){const H=w(P);H!==""&&f.push(H),G&&G[P]&&f.push(G[P])}return f},[]).join(" ")}),N}o.d(R,{Z:()=>d})},1476:(D,R,o)=>{function d(...a){return a.reduce((w,G)=>G==null?w:function(...N){w.apply(this,N),G.apply(this,N)},()=>{})}o.d(R,{Z:()=>d})},9336:(D,R,o)=>{function d(a,w=166){let G;function N(...k){clearTimeout(G),G=setTimeout(()=>{a.apply(this,k)},w)}return N.clear=()=>{clearTimeout(G)},N}o.d(R,{Z:()=>d})},4953:(D,R,o)=>{o.d(R,{P:()=>a,Z:()=>G});var d=o(7462);function a(N){if(typeof N!="object"||N===null)return!1;const k=Object.getPrototypeOf(N);return!(k!==null&&k!==Object.prototype&&Object.getPrototypeOf(k)!==null||Symbol.toStringTag in N||Symbol.iterator in N)}function w(N){if(!a(N))return N;const k={};return Object.keys(N).forEach(f=>{k[f]=w(N[f])}),k}function G(N,k,f={clone:!0}){const P=f.clone?(0,d.Z)({},N):N;return a(N)&&a(k)&&Object.keys(k).forEach(H=>{a(k[H])&&Object.prototype.hasOwnProperty.call(N,H)&&a(N[H])?P[H]=G(N[H],k[H],f):f.clone?P[H]=a(k[H])?w(k[H]):k[H]:P[H]=k[H]}),P}},8524:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z,isPlainObject:()=>d.P});var d=o(4953)},6535:(D,R,o)=>{function d(a){let w="https://mui.com/production-error/?code="+a;for(let G=1;Gd})},5480:(D,R,o)=>{o.r(R),o.d(R,{default:()=>d.Z});var d=o(6535)},4867:(D,R,o)=>{o.d(R,{ZP:()=>w});var d=o(7078);const a={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function w(G,N,k="Mui"){const f=a[N];return f?`${k}-${f}`:`${d.Z.generate(G)}-${N}`}},1588:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(4867);function a(w,G,N="Mui"){const k={};return G.forEach(f=>{k[f]=(0,d.ZP)(w,f,N)}),k}},3163:(D,R,o)=>{o.r(R),o.d(R,{default:()=>k,getFunctionName:()=>w});var d=o(9864);const a=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function w(f){const P=`${f}`.match(a);return P&&P[1]||""}function G(f,P=""){return f.displayName||f.name||w(f)||P}function N(f,P,H){const u=G(P);return f.displayName||(u!==""?`${H}(${u})`:H)}function k(f){if(f!=null){if(typeof f=="string")return f;if(typeof f=="function")return G(f,"Component");if(typeof f=="object")switch(f.$$typeof){case d.ForwardRef:return N(f,f.render,"ForwardRef");case d.Memo:return N(f,f.type,"memo");default:return}}}},7317:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);function a(w,G){var N,k;return d.isValidElement(w)&&G.indexOf((N=w.type.muiName)!=null?N:(k=w.type)==null||(k=k._payload)==null||(k=k.value)==null?void 0:k.muiName)!==-1}},2690:(D,R,o)=>{function d(a){return a&&a.ownerDocument||document}o.d(R,{Z:()=>d})},4161:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(2690);function a(w){return(0,d.Z)(w).defaultView||window}},5971:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7462);function a(w,G){const N=(0,d.Z)({},G);return Object.keys(w).forEach(k=>{if(k.toString().match(/^(components|slots)$/))N[k]=(0,d.Z)({},w[k],N[k]);else if(k.toString().match(/^(componentsProps|slotProps)$/)){const f=w[k]||{},P=G[k];N[k]={},P&&Object.keys(P)?f&&Object.keys(f)?(N[k]=(0,d.Z)({},P),Object.keys(f).forEach(H=>{N[k][H]=a(f[H],P[H])})):N[k]=P:N[k]=f}else N[k]===void 0&&(N[k]=w[k])}),N}},7364:(D,R,o)=>{function d(a,w){typeof a=="function"?a(w):a&&(a.current=w)}o.d(R,{Z:()=>d})},3546:(D,R,o)=>{o.d(R,{Z:()=>a});var d=o(7294);const a=typeof window<"u"?d.useLayoutEffect:d.useEffect},9948:(D,R,o)=>{o.d(R,{Z:()=>w});var d=o(7294),a=o(3546);const w=function(G){const N=d.useRef(G);return(0,a.Z)(()=>{N.current=G}),d.useRef((...k)=>(0,N.current)(...k)).current}},3703:(D,R,o)=>{o.d(R,{Z:()=>w});var d=o(7294),a=o(7364);function w(...G){return d.useMemo(()=>G.every(N=>N==null)?null:N=>{G.forEach(k=>{(0,a.Z)(k,N)})},G)}},2996:(D,R,o)=>{var d;o.d(R,{Z:()=>N});var a=o(7294);let w=0;const G=(d||(d=o.t(a,2))).useId;function N(k){if(G!==void 0){const f=G();return k??f}return function(f){const[P,H]=a.useState(f),u=f||P;return a.useEffect(()=>{P==null&&(w+=1,H(`mui-${w}`))},[P]),u}(k)}},1818:(D,R,o)=>{o.d(R,{V:()=>G,Z:()=>N});var d=o(7294);const a={},w=[];class G{constructor(){this.currentId=null,this.clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new G}start(f,P){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,P()},f)}}function N(){const k=function(P,H){const u=d.useRef(a);return u.current===a&&(u.current=P(void 0)),u}(G.create).current;var f;return f=k.disposeEffect,d.useEffect(f,w),k}},4076:function(D,R,o){var d=this&&this.__importDefault||function(H){return H&&H.__esModule?H:{default:H}};Object.defineProperty(R,"__esModule",{value:!0}),R.decodeHTML=R.decodeHTMLStrict=R.decodeXML=void 0;var a=d(o(9323)),w=d(o(9591)),G=d(o(2586)),N=d(o(26));function k(H){var u=Object.keys(H).join("|"),L=P(H),z=new RegExp("&(?:"+(u+="|#[xX][\\da-fA-F]+|#\\d+")+");","g");return function(O){return String(O).replace(z,L)}}R.decodeXML=k(G.default),R.decodeHTMLStrict=k(a.default);var f=function(H,u){return H=55296&&w<=57343||w>1114111)return"�";w in a.default&&(w=a.default[w]);var G="";return w>65535&&(w-=65536,G+=String.fromCharCode(w>>>10&1023|55296),w=56320|1023&w),G+String.fromCharCode(w)}},7322:function(D,R,o){var d=this&&this.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(R,"__esModule",{value:!0}),R.escape=R.encodeHTML=R.encodeXML=void 0;var a=k(d(o(2586)).default),w=f(a);R.encodeXML=u(a,w);var G=k(d(o(9323)).default),N=f(G);function k(z){return Object.keys(z).sort().reduce(function(O,gA){return O[z[gA]]="&"+gA+";",O},{})}function f(z){for(var O=[],gA=[],j=0,eA=Object.keys(z);j{o(4076),o(7322),o(7322);var d=o(4076);Object.defineProperty(R,"p1",{enumerable:!0,get:function(){return d.decodeHTML}})},8679:(D,R,o)=>{var d=o(1296),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},w={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},G={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},N={};function k(O){return d.isMemo(O)?G:N[O.$$typeof]||a}N[d.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},N[d.Memo]=G;var f=Object.defineProperty,P=Object.getOwnPropertyNames,H=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,L=Object.getPrototypeOf,z=Object.prototype;D.exports=function O(gA,j,eA){if(typeof j!="string"){if(z){var BA=L(j);BA&&BA!==z&&O(gA,BA,eA)}var QA=P(j);H&&(QA=QA.concat(H(j)));for(var uA=k(gA),fA=k(j),CA=0;CA{var o=typeof Symbol=="function"&&Symbol.for,d=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,w=o?Symbol.for("react.fragment"):60107,G=o?Symbol.for("react.strict_mode"):60108,N=o?Symbol.for("react.profiler"):60114,k=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,P=o?Symbol.for("react.async_mode"):60111,H=o?Symbol.for("react.concurrent_mode"):60111,u=o?Symbol.for("react.forward_ref"):60112,L=o?Symbol.for("react.suspense"):60113,z=o?Symbol.for("react.suspense_list"):60120,O=o?Symbol.for("react.memo"):60115,gA=o?Symbol.for("react.lazy"):60116,j=o?Symbol.for("react.block"):60121,eA=o?Symbol.for("react.fundamental"):60117,BA=o?Symbol.for("react.responder"):60118,QA=o?Symbol.for("react.scope"):60119;function uA(CA){if(typeof CA=="object"&&CA!==null){var GA=CA.$$typeof;switch(GA){case d:switch(CA=CA.type){case P:case H:case w:case N:case G:case L:return CA;default:switch(CA=CA&&CA.$$typeof){case f:case u:case gA:case O:case k:return CA;default:return GA}}case a:return GA}}}function fA(CA){return uA(CA)===H}R.AsyncMode=P,R.ConcurrentMode=H,R.ContextConsumer=f,R.ContextProvider=k,R.Element=d,R.ForwardRef=u,R.Fragment=w,R.Lazy=gA,R.Memo=O,R.Portal=a,R.Profiler=N,R.StrictMode=G,R.Suspense=L,R.isAsyncMode=function(CA){return fA(CA)||uA(CA)===P},R.isConcurrentMode=fA,R.isContextConsumer=function(CA){return uA(CA)===f},R.isContextProvider=function(CA){return uA(CA)===k},R.isElement=function(CA){return typeof CA=="object"&&CA!==null&&CA.$$typeof===d},R.isForwardRef=function(CA){return uA(CA)===u},R.isFragment=function(CA){return uA(CA)===w},R.isLazy=function(CA){return uA(CA)===gA},R.isMemo=function(CA){return uA(CA)===O},R.isPortal=function(CA){return uA(CA)===a},R.isProfiler=function(CA){return uA(CA)===N},R.isStrictMode=function(CA){return uA(CA)===G},R.isSuspense=function(CA){return uA(CA)===L},R.isValidElementType=function(CA){return typeof CA=="string"||typeof CA=="function"||CA===w||CA===H||CA===N||CA===G||CA===L||CA===z||typeof CA=="object"&&CA!==null&&(CA.$$typeof===gA||CA.$$typeof===O||CA.$$typeof===k||CA.$$typeof===f||CA.$$typeof===u||CA.$$typeof===eA||CA.$$typeof===BA||CA.$$typeof===QA||CA.$$typeof===j)},R.typeOf=uA},1296:(D,R,o)=>{D.exports=o(6103)},729:D=>{var R={};function o(d,a,w){var G,N,k,f,P,H="";for(typeof a!="string"&&(w=a,a=o.defaultChars),w===void 0&&(w=!0),P=function(u){var L,z,O=R[u];if(O)return O;for(O=R[u]=[],L=0;L<128;L++)z=String.fromCharCode(L),/^[0-9a-z]$/i.test(z)?O.push(z):O.push("%"+("0"+L.toString(16).toUpperCase()).slice(-2));for(L=0;L=55296&&k<=57343){if(k>=55296&&k<=56319&&G+1=56320&&f<=57343){H+=encodeURIComponent(d[G]+d[G+1]),G++;continue}H+="%EF%BF%BD"}else H+=encodeURIComponent(d[G]);return H}o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()",D.exports=o},6126:D=>{D.exports={monospaceFontFamily:`'Consolas', 'Inconsolata', 'Droid Sans Mono', - 'Monaco', monospace`,baseFontFamily:"'helvetica neue', helvetica, arial, sans-serif",baseFontSize:14,spacingUnit:5,panelItemsSpacing:8,panelSpacing:15,iconsSize:24,primaryColor:"#00bcd4",backgroundColor:"#fff",darkBgColor:"#0b2840",highlightColor:"#00bcd4",secondaryColor:"#548f9e",linkColor:"#42a0dd",linkHoverColor:"#0262a0",fieldNameColor:"#224d6f",builtinColor:"#711c1c",textColor:"#666",shadowColor:"rgba(0, 0, 0, .1)",alertColor:"#b71c1c",modalBgColor:"#0b2840",docPanelWidth:320,typeInfoPopoverWidth:320,docPanelBgColor:"#fff",docPanelItemStripeColor:"rgba(158, 158, 158, .07)",docPanelItemHoverColor:"rgba(214, 236, 238, .6)",argDefaultColor:"#0b7fc7",argNameColor:"#c77f53",nodeFillColor:"#f6f8f8",nodeHeaderColor:"#548f9e",nodeHeaderTextColor:"white",edgeColor:"rgb(56, 97, 107)",selectedEdgeColor:"red",selectedFieldBg:"rgba(255, 0, 0, .18)",smallViewport:"(max-width: 900px)",bigViewport:"(min-width: 901px)"}},4448:(D,R,o)=>{var d=o(7294),a=o(3840);function w(g){for(var C="https://reactjs.org/docs/error-decoder.html?invariant="+g,Q=1;Q"u"||window.document===void 0||window.document.createElement===void 0),H=Object.prototype.hasOwnProperty,u=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,L={},z={};function O(g,C,Q,i,r,c,F){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=i,this.attributeNamespace=r,this.mustUseProperty=Q,this.propertyName=g,this.type=C,this.sanitizeURL=c,this.removeEmptyString=F}var gA={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(g){gA[g]=new O(g,0,!1,g,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(g){var C=g[0];gA[C]=new O(C,1,!1,g[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(g){gA[g]=new O(g,2,!1,g.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(g){gA[g]=new O(g,2,!1,g,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(g){gA[g]=new O(g,3,!1,g.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(g){gA[g]=new O(g,3,!0,g,null,!1,!1)}),["capture","download"].forEach(function(g){gA[g]=new O(g,4,!1,g,null,!1,!1)}),["cols","rows","size","span"].forEach(function(g){gA[g]=new O(g,6,!1,g,null,!1,!1)}),["rowSpan","start"].forEach(function(g){gA[g]=new O(g,5,!1,g.toLowerCase(),null,!1,!1)});var j=/[\-:]([a-z])/g;function eA(g){return g[1].toUpperCase()}function BA(g,C,Q,i){var r=gA.hasOwnProperty(C)?gA[C]:null;(r!==null?r.type!==0:i||!(2F}return!1}(C,Q,r,i)&&(Q=null),i||r===null?function(c){return!!H.call(z,c)||!H.call(L,c)&&(u.test(c)?z[c]=!0:(L[c]=!0,!1))}(C)&&(Q===null?g.removeAttribute(C):g.setAttribute(C,""+Q)):r.mustUseProperty?g[r.propertyName]=Q===null?r.type!==3&&"":Q:(C=r.attributeName,i=r.attributeNamespace,Q===null?g.removeAttribute(C):(Q=(r=r.type)===3||r===4&&Q===!0?"":""+Q,i?g.setAttributeNS(i,C,Q):g.setAttribute(C,Q))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(g){var C=g.replace(j,eA);gA[C]=new O(C,1,!1,g,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(g){gA[g]=new O(g,1,!1,g.toLowerCase(),null,!1,!1)}),gA.xlinkHref=new O("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(g){gA[g]=new O(g,1,!1,g.toLowerCase(),null,!0,!0)});var QA=d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,uA=Symbol.for("react.element"),fA=Symbol.for("react.portal"),CA=Symbol.for("react.fragment"),GA=Symbol.for("react.strict_mode"),vA=Symbol.for("react.profiler"),oA=Symbol.for("react.provider"),kA=Symbol.for("react.context"),qA=Symbol.for("react.forward_ref"),PA=Symbol.for("react.suspense"),yg=Symbol.for("react.suspense_list"),Dg=Symbol.for("react.memo"),Bg=Symbol.for("react.lazy"),vg=Symbol.for("react.offscreen"),MI=Symbol.iterator;function sA(g){return g===null||typeof g!="object"?null:typeof(g=MI&&g[MI]||g["@@iterator"])=="function"?g:null}var V,$=Object.assign;function YA(g){if(V===void 0)try{throw Error()}catch(Q){var C=Q.stack.trim().match(/\n( *(at )?)/);V=C&&C[1]||""}return` -`+V+g}var SA=!1;function xA(g,C){if(!g||SA)return"";SA=!0;var Q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(C)if(C=function(){throw Error()},Object.defineProperty(C.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(C,[])}catch(AA){var i=AA}Reflect.construct(g,[],C)}else{try{C.call()}catch(AA){i=AA}g.call(C.prototype)}else{try{throw Error()}catch(AA){i=AA}g()}}catch(AA){if(AA&&i&&typeof AA.stack=="string"){for(var r=AA.stack.split(` -`),c=i.stack.split(` -`),F=r.length-1,v=c.length-1;1<=F&&0<=v&&r[F]!==c[v];)v--;for(;1<=F&&0<=v;F--,v--)if(r[F]!==c[v]){if(F!==1||v!==1)do if(F--,0>--v||r[F]!==c[v]){var Z=` -`+r[F].replace(" at new "," at ");return g.displayName&&Z.includes("")&&(Z=Z.replace("",g.displayName)),Z}while(1<=F&&0<=v);break}}}finally{SA=!1,Error.prepareStackTrace=Q}return(g=g?g.displayName||g.name:"")?YA(g):""}function UA(g){switch(g.tag){case 5:return YA(g.type);case 16:return YA("Lazy");case 13:return YA("Suspense");case 19:return YA("SuspenseList");case 0:case 2:case 15:return xA(g.type,!1);case 11:return xA(g.type.render,!1);case 1:return xA(g.type,!0);default:return""}}function pg(g){if(g==null)return null;if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;switch(g){case CA:return"Fragment";case fA:return"Portal";case vA:return"Profiler";case GA:return"StrictMode";case PA:return"Suspense";case yg:return"SuspenseList"}if(typeof g=="object")switch(g.$$typeof){case kA:return(g.displayName||"Context")+".Consumer";case oA:return(g._context.displayName||"Context")+".Provider";case qA:var C=g.render;return(g=g.displayName)||(g=(g=C.displayName||C.name||"")!==""?"ForwardRef("+g+")":"ForwardRef"),g;case Dg:return(C=g.displayName||null)!==null?C:pg(g.type)||"Memo";case Bg:C=g._payload,g=g._init;try{return pg(g(C))}catch{}}return null}function Gg(g){var C=g.type;switch(g.tag){case 24:return"Cache";case 9:return(C.displayName||"Context")+".Consumer";case 10:return(C._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return g=(g=C.render).displayName||g.name||"",C.displayName||(g!==""?"ForwardRef("+g+")":"ForwardRef");case 7:return"Fragment";case 5:return C;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return pg(C);case 8:return C===GA?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof C=="function")return C.displayName||C.name||null;if(typeof C=="string")return C}return null}function wg(g){switch(typeof g){case"boolean":case"number":case"string":case"undefined":case"object":return g;default:return""}}function bg(g){var C=g.type;return(g=g.nodeName)&&g.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function nI(g){g._valueTracker||(g._valueTracker=function(C){var Q=bg(C)?"checked":"value",i=Object.getOwnPropertyDescriptor(C.constructor.prototype,Q),r=""+C[Q];if(!C.hasOwnProperty(Q)&&i!==void 0&&typeof i.get=="function"&&typeof i.set=="function"){var c=i.get,F=i.set;return Object.defineProperty(C,Q,{configurable:!0,get:function(){return c.call(this)},set:function(v){r=""+v,F.call(this,v)}}),Object.defineProperty(C,Q,{enumerable:i.enumerable}),{getValue:function(){return r},setValue:function(v){r=""+v},stopTracking:function(){C._valueTracker=null,delete C[Q]}}}}(g))}function WA(g){if(!g)return!1;var C=g._valueTracker;if(!C)return!0;var Q=C.getValue(),i="";return g&&(i=bg(g)?g.checked?"true":"false":g.value),(g=i)!==Q&&(C.setValue(g),!0)}function $I(g){if((g=g||(typeof document<"u"?document:void 0))===void 0)return null;try{return g.activeElement||g.body}catch{return g.body}}function hC(g,C){var Q=C.checked;return $({},C,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:Q??g._wrapperState.initialChecked})}function QB(g,C){var Q=C.defaultValue==null?"":C.defaultValue,i=C.checked!=null?C.checked:C.defaultChecked;Q=wg(C.value!=null?C.value:Q),g._wrapperState={initialChecked:i,initialValue:Q,controlled:C.type==="checkbox"||C.type==="radio"?C.checked!=null:C.value!=null}}function mC(g,C){(C=C.checked)!=null&&BA(g,"checked",C,!1)}function qC(g,C){mC(g,C);var Q=wg(C.value),i=C.type;if(Q!=null)i==="number"?(Q===0&&g.value===""||g.value!=Q)&&(g.value=""+Q):g.value!==""+Q&&(g.value=""+Q);else if(i==="submit"||i==="reset")return void g.removeAttribute("value");C.hasOwnProperty("value")?xQ(g,C.type,Q):C.hasOwnProperty("defaultValue")&&xQ(g,C.type,wg(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(g.defaultChecked=!!C.defaultChecked)}function iI(g,C,Q){if(C.hasOwnProperty("value")||C.hasOwnProperty("defaultValue")){var i=C.type;if(!(i!=="submit"&&i!=="reset"||C.value!==void 0&&C.value!==null))return;C=""+g._wrapperState.initialValue,Q||C===g.value||(g.value=C),g.defaultValue=C}(Q=g.name)!==""&&(g.name=""),g.defaultChecked=!!g._wrapperState.initialChecked,Q!==""&&(g.name=Q)}function xQ(g,C,Q){C==="number"&&$I(g.ownerDocument)===g||(Q==null?g.defaultValue=""+g._wrapperState.initialValue:g.defaultValue!==""+Q&&(g.defaultValue=""+Q))}var fB=Array.isArray;function LB(g,C,Q,i){if(g=g.options,C){C={};for(var r=0;r"+C.valueOf().toString()+"",C=Hg.firstChild;g.firstChild;)g.removeChild(g.firstChild);for(;C.firstChild;)g.appendChild(C.firstChild)}},typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(g,C,Q,i){MSApp.execUnsafeLocalFunction(function(){return Qg(g,C)})}:Qg);function DI(g,C){if(C){var Q=g.firstChild;if(Q&&Q===g.lastChild&&Q.nodeType===3)return void(Q.nodeValue=C)}g.textContent=C}var Tg={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},wI=["Webkit","ms","Moz","O"];function jg(g,C,Q){return C==null||typeof C=="boolean"||C===""?"":Q||typeof C!="number"||C===0||Tg.hasOwnProperty(g)&&Tg[g]?(""+C).trim():C+"px"}function Og(g,C){for(var Q in g=g.style,C)if(C.hasOwnProperty(Q)){var i=Q.indexOf("--")===0,r=jg(Q,C[Q],i);Q==="float"&&(Q="cssFloat"),i?g.setProperty(Q,r):g[Q]=r}}Object.keys(Tg).forEach(function(g){wI.forEach(function(C){C=C+g.charAt(0).toUpperCase()+g.substring(1),Tg[C]=Tg[g]})});var GI=$({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Xg(g,C){if(C){if(GI[g]&&(C.children!=null||C.dangerouslySetInnerHTML!=null))throw Error(w(137,g));if(C.dangerouslySetInnerHTML!=null){if(C.children!=null)throw Error(w(60));if(typeof C.dangerouslySetInnerHTML!="object"||!("__html"in C.dangerouslySetInnerHTML))throw Error(w(61))}if(C.style!=null&&typeof C.style!="object")throw Error(w(62))}}function ag(g,C){if(g.indexOf("-")===-1)return typeof C.is=="string";switch(g){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var KI=null;function rI(g){return(g=g.target||g.srcElement||window).correspondingUseElement&&(g=g.correspondingUseElement),g.nodeType===3?g.parentNode:g}var Lg=null,gI=null,JI=null;function II(g){if(g=ke(g)){if(typeof Lg!="function")throw Error(w(280));var C=g.stateNode;C&&(C=Ne(C),Lg(g.stateNode,g.type,C))}}function AC(g){gI?JI?JI.push(g):JI=[g]:gI=g}function _g(){if(gI){var g=gI,C=JI;if(JI=gI=null,II(g),C)for(g=0;g>>=0)===0?32:31-(Bi(g)/To|0)|0},Bi=Math.log,To=Math.LN2,EB=64,uQ=4194304;function eB(g){switch(g&-g){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&g;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&g;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return g}}function iB(g,C){var Q=g.pendingLanes;if(Q===0)return 0;var i=0,r=g.suspendedLanes,c=g.pingedLanes,F=268435455&Q;if(F!==0){var v=F&~r;v!==0?i=eB(v):(c&=F)!=0&&(i=eB(c))}else(F=Q&~r)!=0?i=eB(F):c!==0&&(i=eB(c));if(i===0)return 0;if(C!==0&&C!==i&&!(C&r)&&((r=i&-i)>=(c=C&-C)||r===16&&4194240&c))return C;if(4&i&&(i|=16&Q),(C=g.entangledLanes)!==0)for(g=g.entanglements,C&=i;0Q;Q++)C.push(g);return C}function De(g,C,Q){g.pendingLanes|=C,C!==536870912&&(g.suspendedLanes=0,g.pingedLanes=0),(g=g.eventTimes)[C=31-ZI(C)]=Q}function Qi(g,C){var Q=g.entangledLanes|=C;for(g=g.entanglements;Q;){var i=31-ZI(Q),r=1<=FQ),cg=" ",ai=!1;function ci(g,C){switch(g){case"keyup":return pr.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Cn(g){return typeof(g=g.detail)=="object"&&"data"in g?g.data:null}var JE=!1,TI={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function jC(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C==="input"?!!TI[g.type]:C==="textarea"}function lt(g,C,Q,i){AC(i),0<(C=HE(C,"onChange")).length&&(Q=new ni("onChange","change",null,Q,i),g.push({event:Q,listeners:C}))}var VQ=null,jQ=null;function ye(g){cn(g,0)}function li(g){if(WA(oB(g)))return g}function UB(g,C){if(g==="change")return C}var Bn=!1;if(P){var Dt;if(P){var Di="oninput"in document;if(!Di){var wt=document.createElement("div");wt.setAttribute("oninput","return;"),Di=typeof wt.oninput=="function"}Dt=Di}else Dt=!1;Bn=Dt&&(!document.documentMode||9=C)return{node:i,offset:C-g};g=Q}A:{for(;i;){if(i.nextSibling){i=i.nextSibling;break A}i=i.parentNode}i=void 0}i=de(i)}}function hI(g,C){return!(!g||!C)&&(g===C||(!g||g.nodeType!==3)&&(C&&C.nodeType===3?hI(g,C.parentNode):"contains"in g?g.contains(C):!!g.compareDocumentPosition&&!!(16&g.compareDocumentPosition(C))))}function yt(){for(var g=window,C=$I();C instanceof g.HTMLIFrameElement;){try{var Q=typeof C.contentWindow.location.href=="string"}catch{Q=!1}if(!Q)break;C=$I((g=C.contentWindow).document)}return C}function vE(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C&&(C==="input"&&(g.type==="text"||g.type==="search"||g.type==="tel"||g.type==="url"||g.type==="password")||C==="textarea"||g.contentEditable==="true")}function dt(g){var C=yt(),Q=g.focusedElem,i=g.selectionRange;if(C!==Q&&Q&&Q.ownerDocument&&hI(Q.ownerDocument.documentElement,Q)){if(i!==null&&vE(Q)){if(C=i.start,(g=i.end)===void 0&&(g=C),"selectionStart"in Q)Q.selectionStart=C,Q.selectionEnd=Math.min(g,Q.value.length);else if((g=(C=Q.ownerDocument||document)&&C.defaultView||window).getSelection){g=g.getSelection();var r=Q.textContent.length,c=Math.min(i.start,r);i=i.end===void 0?c:Math.min(i.end,r),!g.extend&&c>i&&(r=i,i=c,c=r),r=ut(Q,c);var F=ut(Q,i);r&&F&&(g.rangeCount!==1||g.anchorNode!==r.node||g.anchorOffset!==r.offset||g.focusNode!==F.node||g.focusOffset!==F.offset)&&((C=C.createRange()).setStart(r.node,r.offset),g.removeAllRanges(),c>i?(g.addRange(C),g.extend(F.node,F.offset)):(C.setEnd(F.node,F.offset),g.addRange(C)))}}for(C=[],g=Q;g=g.parentNode;)g.nodeType===1&&C.push({element:g,left:g.scrollLeft,top:g.scrollTop});for(typeof Q.focus=="function"&&Q.focus(),Q=0;Q=document.documentMode,yC=null,CC=null,FA=null,UI=!1;function tn(g,C,Q){var i=Q.window===Q?Q.document:Q.nodeType===9?Q:Q.ownerDocument;UI||yC==null||yC!==$I(i)||(i="selectionStart"in(i=yC)&&vE(i)?{start:i.selectionStart,end:i.selectionEnd}:{anchorNode:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset},FA&&YE(FA,i)||(FA=i,0<(i=HE(CC,"onSelect")).length&&(C=new ni("onSelect","select",null,C,Q),g.push({event:C,listeners:i}),C.target=yC)))}function XB(g,C){var Q={};return Q[g.toLowerCase()]=C.toLowerCase(),Q["Webkit"+g]="webkit"+C,Q["Moz"+g]="moz"+C,Q}var _B={animationend:XB("Animation","AnimationEnd"),animationiteration:XB("Animation","AnimationIteration"),animationstart:XB("Animation","AnimationStart"),transitionend:XB("Transition","TransitionEnd")},wi={},Mt={};function YB(g){if(wi[g])return wi[g];if(!_B[g])return g;var C,Q=_B[g];for(C in Q)if(Q.hasOwnProperty(C)&&C in Mt)return wi[g]=Q[C];return g}P&&(Mt=document.createElement("div").style,"AnimationEvent"in window||(delete _B.animationend.animation,delete _B.animationiteration.animation,delete _B.animationstart.animation),"TransitionEvent"in window||delete _B.transitionend.transition);var WI=YB("animationend"),on=YB("animationiteration"),nn=YB("animationstart"),rn=YB("transitionend"),hi=new Map,sn="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function pQ(g,C){hi.set(g,C),k(C,[g])}for(var Ft=0;FtnB||(g.current=xE[nB],xE[nB]=null,nB--)}function NI(g,C){nB++,xE[nB]=g.current,g.current=C}var SQ={},BC=rB(SQ),vC=rB(!1),AE=SQ;function OE(g,C){var Q=g.type.contextTypes;if(!Q)return SQ;var i=g.stateNode;if(i&&i.__reactInternalMemoizedUnmaskedChildContext===C)return i.__reactInternalMemoizedMaskedChildContext;var r,c={};for(r in Q)c[r]=C[r];return i&&((g=g.stateNode).__reactInternalMemoizedUnmaskedChildContext=C,g.__reactInternalMemoizedMaskedChildContext=c),c}function oC(g){return g.childContextTypes!=null}function TE(){aI(vC),aI(BC)}function gQ(g,C,Q){if(BC.current!==SQ)throw Error(w(168));NI(BC,C),NI(vC,Q)}function Se(g,C,Q){var i=g.stateNode;if(C=C.childContextTypes,typeof i.getChildContext!="function")return Q;for(var r in i=i.getChildContext())if(!(r in C))throw Error(w(108,Gg(g)||"Unknown",r));return $({},Q,i)}function Fi(g){return g=(g=g.stateNode)&&g.__reactInternalMemoizedMergedChildContext||SQ,AE=BC.current,NI(BC,g),NI(vC,vC.current),!0}function un(g,C,Q){var i=g.stateNode;if(!i)throw Error(w(169));Q?(g=Se(g,C,AE),i.__reactInternalMemoizedMergedChildContext=g,aI(vC),aI(BC),NI(BC,g)):aI(vC),NI(vC,Q)}var uB=null,pi=!1,Ri=!1;function fe(g){uB===null?uB=[g]:uB.push(g)}function fQ(){if(!Ri&&uB!==null){Ri=!0;var g=0,C=Ug;try{var Q=uB;for(Ug=1;g>=F,r-=F,HB=1<<32-ZI(C)+r|Q<Kg?(dg=XA,XA=null):dg=XA.sibling;var ug=rA(aA,XA,iA[Kg],dA);if(ug===null){XA===null&&(XA=dg);break}g&&XA&&ug.alternate===null&&C(aA,XA),_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug,XA=dg}if(Kg===iA.length)return Q(aA,XA),SI&&BE(aA,Kg),_A;if(XA===null){for(;KgKg?(dg=XA,XA=null):dg=XA.sibling;var EI=rA(aA,XA,ug.value,dA);if(EI===null){XA===null&&(XA=dg);break}g&&XA&&EI.alternate===null&&C(aA,XA),_=c(EI,_,Kg),Ng===null?_A=EI:Ng.sibling=EI,Ng=EI,XA=dg}if(ug.done)return Q(aA,XA),SI&&BE(aA,Kg),_A;if(XA===null){for(;!ug.done;Kg++,ug=iA.next())(ug=lA(aA,ug.value,dA))!==null&&(_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug);return SI&&BE(aA,Kg),_A}for(XA=i(aA,XA);!ug.done;Kg++,ug=iA.next())(ug=cA(XA,aA,Kg,ug.value,dA))!==null&&(g&&ug.alternate!==null&&XA.delete(ug.key===null?Kg:ug.key),_=c(ug,_,Kg),Ng===null?_A=ug:Ng.sibling=ug,Ng=ug);return g&&XA.forEach(function(ne){return C(aA,ne)}),SI&&BE(aA,Kg),_A}return function aA(_,iA,dA,_A){if(typeof dA=="object"&&dA!==null&&dA.type===CA&&dA.key===null&&(dA=dA.props.children),typeof dA=="object"&&dA!==null){switch(dA.$$typeof){case uA:A:{for(var Ng=dA.key,XA=iA;XA!==null;){if(XA.key===Ng){if((Ng=dA.type)===CA){if(XA.tag===7){Q(_,XA.sibling),(iA=r(XA,dA.props.children)).return=_,_=iA;break A}}else if(XA.elementType===Ng||typeof Ng=="object"&&Ng!==null&&Ng.$$typeof===Bg&&Ut(Ng)===XA.type){Q(_,XA.sibling),(iA=r(XA,dA.props)).ref=Le(_,XA,dA),iA.return=_,_=iA;break A}Q(_,XA);break}C(_,XA),XA=XA.sibling}dA.type===CA?((iA=wE(dA.props.children,_.mode,_A,dA.key)).return=_,_=iA):((_A=ji(dA.type,dA.key,dA.props,null,_.mode,_A)).ref=Le(_,iA,dA),_A.return=_,_=_A)}return F(_);case fA:A:{for(XA=dA.key;iA!==null;){if(iA.key===XA){if(iA.tag===4&&iA.stateNode.containerInfo===dA.containerInfo&&iA.stateNode.implementation===dA.implementation){Q(_,iA.sibling),(iA=r(iA,dA.children||[])).return=_,_=iA;break A}Q(_,iA);break}C(_,iA),iA=iA.sibling}(iA=ie(dA,_.mode,_A)).return=_,_=iA}return F(_);case Bg:return aA(_,iA,(XA=dA._init)(dA._payload),_A)}if(fB(dA))return NA(_,iA,dA,_A);if(sA(dA))return KA(_,iA,dA,_A);Ni(_,dA)}return typeof dA=="string"&&dA!==""||typeof dA=="number"?(dA=""+dA,iA!==null&&iA.tag===6?(Q(_,iA.sibling),(iA=r(iA,dA)).return=_,_=iA):(Q(_,iA),(iA=uo(dA,_.mode,_A)).return=_,_=iA),F(_)):Q(_,iA)}}var LQ=Yt(!0),Mn=Yt(!1),me=rB(null),IQ=null,PE=null,CQ=null;function vt(){CQ=PE=IQ=null}function Si(g){var C=me.current;aI(me),g._currentValue=C}function bt(g,C,Q){for(;g!==null;){var i=g.alternate;if((g.childLanes&C)!==C?(g.childLanes|=C,i!==null&&(i.childLanes|=C)):i!==null&&(i.childLanes&C)!==C&&(i.childLanes|=C),g===Q)break;g=g.return}}function zE(g,C){IQ=g,CQ=PE=null,(g=g.dependencies)!==null&&g.firstContext!==null&&(g.lanes&C&&(xC=!0),g.firstContext=null)}function sB(g){var C=g._currentValue;if(CQ!==g)if(g={context:g,memoizedValue:C,next:null},PE===null){if(IQ===null)throw Error(w(308));PE=g,IQ.dependencies={lanes:0,firstContext:g}}else PE=PE.next=g;return C}var HC=null;function qI(g){HC===null?HC=[g]:HC.push(g)}function ZC(g,C,Q,i){var r=C.interleaved;return r===null?(Q.next=Q,qI(C)):(Q.next=r.next,r.next=Q),C.interleaved=Q,FB(g,i)}function FB(g,C){g.lanes|=C;var Q=g.alternate;for(Q!==null&&(Q.lanes|=C),Q=g,g=g.return;g!==null;)g.childLanes|=C,(Q=g.alternate)!==null&&(Q.childLanes|=C),Q=g,g=g.return;return Q.tag===3?Q.stateNode:null}var mQ=!1;function fi(g){g.updateQueue={baseState:g.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Ht(g,C){g=g.updateQueue,C.updateQueue===g&&(C.updateQueue={baseState:g.baseState,firstBaseUpdate:g.firstBaseUpdate,lastBaseUpdate:g.lastBaseUpdate,shared:g.shared,effects:g.effects})}function xB(g,C){return{eventTime:g,lane:C,tag:0,payload:null,callback:null,next:null}}function BQ(g,C,Q){var i=g.updateQueue;if(i===null)return null;if(i=i.shared,(2&$g)!=0){var r=i.pending;return r===null?C.next=C:(C.next=r.next,r.next=C),i.pending=C,FB(g,Q)}return(r=i.interleaved)===null?(C.next=C,qI(i)):(C.next=r.next,r.next=C),i.interleaved=C,FB(g,Q)}function Ke(g,C,Q){if((C=C.updateQueue)!==null&&(C=C.shared,(4194240&Q)!=0)){var i=C.lanes;Q|=i&=g.pendingLanes,C.lanes=Q,Qi(g,Q)}}function Fn(g,C){var Q=g.updateQueue,i=g.alternate;if(i!==null&&Q===(i=i.updateQueue)){var r=null,c=null;if((Q=Q.firstBaseUpdate)!==null){do{var F={eventTime:Q.eventTime,lane:Q.lane,tag:Q.tag,payload:Q.payload,callback:Q.callback,next:null};c===null?r=c=F:c=c.next=F,Q=Q.next}while(Q!==null);c===null?r=c=C:c=c.next=C}else r=c=C;return Q={baseState:i.baseState,firstBaseUpdate:r,lastBaseUpdate:c,shared:i.shared,effects:i.effects},void(g.updateQueue=Q)}(g=Q.lastBaseUpdate)===null?Q.firstBaseUpdate=C:g.next=C,Q.lastBaseUpdate=C}function Li(g,C,Q,i){var r=g.updateQueue;mQ=!1;var c=r.firstBaseUpdate,F=r.lastBaseUpdate,v=r.shared.pending;if(v!==null){r.shared.pending=null;var Z=v,AA=Z.next;Z.next=null,F===null?c=AA:F.next=AA,F=Z;var EA=g.alternate;EA!==null&&(v=(EA=EA.updateQueue).lastBaseUpdate)!==F&&(v===null?EA.firstBaseUpdate=AA:v.next=AA,EA.lastBaseUpdate=Z)}if(c!==null){var lA=r.baseState;for(F=0,EA=AA=Z=null,v=c;;){var rA=v.lane,cA=v.eventTime;if((i&rA)===rA){EA!==null&&(EA=EA.next={eventTime:cA,lane:0,tag:v.tag,payload:v.payload,callback:v.callback,next:null});A:{var NA=g,KA=v;switch(rA=C,cA=Q,KA.tag){case 1:if(typeof(NA=KA.payload)=="function"){lA=NA.call(cA,lA,rA);break A}lA=NA;break A;case 3:NA.flags=-65537&NA.flags|128;case 0:if((rA=typeof(NA=KA.payload)=="function"?NA.call(cA,lA,rA):NA)==null)break A;lA=$({},lA,rA);break A;case 2:mQ=!0}}v.callback!==null&&v.lane!==0&&(g.flags|=64,(rA=r.effects)===null?r.effects=[v]:rA.push(v))}else cA={eventTime:cA,lane:rA,tag:v.tag,payload:v.payload,callback:v.callback,next:null},EA===null?(AA=EA=cA,Z=lA):EA=EA.next=cA,F|=rA;if((v=v.next)===null){if((v=r.shared.pending)===null)break;v=(rA=v).next,rA.next=null,r.lastBaseUpdate=rA,r.shared.pending=null}}if(EA===null&&(Z=lA),r.baseState=Z,r.firstBaseUpdate=AA,r.lastBaseUpdate=EA,(C=r.shared.interleaved)!==null){r=C;do F|=r.lane,r=r.next;while(r!==C)}else c===null&&(r.shared.lanes=0);sC|=F,g.lanes=F,g.memoizedState=lA}}function Zt(g,C,Q){if(g=C.effects,C.effects=null,g!==null)for(C=0;CQ?Q:4,g(!0);var i=ve.transition;ve.transition={};try{g(!1),C()}finally{Ug=Q,ve.transition=i}}function Hn(){return aB().memoizedState}function mr(g,C,Q){var i=lQ(g);Q={lane:i,action:Q,hasEagerState:!1,eagerState:null,next:null},Zn(g)?xn(C,Q):(Q=ZC(g,C,Q,i))!==null&&(SB(Q,g,i,wC()),On(Q,C,i))}function Kr(g,C,Q){var i=lQ(g),r={lane:i,action:Q,hasEagerState:!1,eagerState:null,next:null};if(Zn(g))xn(C,r);else{var c=g.alternate;if(g.lanes===0&&(c===null||c.lanes===0)&&(c=C.lastRenderedReducer)!==null)try{var F=C.lastRenderedState,v=c(F,Q);if(r.hasEagerState=!0,r.eagerState=v,XI(v,F)){var Z=C.interleaved;return Z===null?(r.next=r,qI(C)):(r.next=Z.next,Z.next=r),void(C.interleaved=r)}}catch{}(Q=ZC(g,C,r,i))!==null&&(SB(Q,g,i,r=wC()),On(Q,C,i))}}function Zn(g){var C=g.alternate;return g===vI||C!==null&&C===vI}function xn(g,C){_E=mi=!0;var Q=g.pending;Q===null?C.next=C:(C.next=Q.next,Q.next=C),g.pending=C}function On(g,C,Q){if(4194240&Q){var i=C.lanes;Q|=i&=g.pendingLanes,C.lanes=Q,Qi(g,Q)}}var Yi={readContext:sB,useCallback:dC,useContext:dC,useEffect:dC,useImperativeHandle:dC,useInsertionEffect:dC,useLayoutEffect:dC,useMemo:dC,useReducer:dC,useRef:dC,useState:dC,useDebugValue:dC,useDeferredValue:dC,useTransition:dC,useMutableSource:dC,useSyncExternalStore:dC,useId:dC,unstable_isNewReconciler:!1},Jr={readContext:sB,useCallback:function(g,C){return OB().memoizedState=[g,C===void 0?null:C],g},useContext:sB,useEffect:Ln,useImperativeHandle:function(g,C,Q){return Q=Q!=null?Q.concat([g]):null,Ji(4194308,4,Jn.bind(null,C,g),Q)},useLayoutEffect:function(g,C){return Ji(4194308,4,g,C)},useInsertionEffect:function(g,C){return Ji(4,2,g,C)},useMemo:function(g,C){var Q=OB();return C=C===void 0?null:C,g=g(),Q.memoizedState=[g,C],g},useReducer:function(g,C,Q){var i=OB();return C=Q!==void 0?Q(C):C,i.memoizedState=i.baseState=C,g={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:g,lastRenderedState:C},i.queue=g,g=g.dispatch=mr.bind(null,vI,g),[i.memoizedState,g]},useRef:function(g){return g={current:g},OB().memoizedState=g},useState:Sn,useDebugValue:jt,useDeferredValue:function(g){return OB().memoizedState=g},useTransition:function(){var g=Sn(!1),C=g[0];return g=Lr.bind(null,g[1]),OB().memoizedState=g,[C,g]},useMutableSource:function(){},useSyncExternalStore:function(g,C,Q){var i=vI,r=OB();if(SI){if(Q===void 0)throw Error(w(407));Q=Q()}else{if(Q=C(),iC===null)throw Error(w(349));30&eE||Gn(i,C,Q)}r.memoizedState=Q;var c={value:Q,getSnapshot:C};return r.queue=c,Ln(cC.bind(null,i,c,g),[g]),i.flags|=2048,He(9,kn.bind(null,i,c,Q,C),void 0,null),Q},useId:function(){var g=OB(),C=iC.identifierPrefix;if(SI){var Q=dB;C=":"+C+"R"+(Q=(HB&~(1<<32-ZI(HB)-1)).toString(32)+Q),0<(Q=be++)&&(C+="H"+Q.toString(32)),C+=":"}else C=":"+C+"r"+(Q=fr++).toString(32)+":";return g.memoizedState=C},unstable_isNewReconciler:!1},Ur={readContext:sB,useCallback:Yn,useContext:sB,useEffect:Vt,useImperativeHandle:Un,useInsertionEffect:mn,useLayoutEffect:Kn,useMemo:vn,useReducer:Ki,useRef:fn,useState:function(){return Ki($E)},useDebugValue:jt,useDeferredValue:function(g){return bn(aB(),QC.memoizedState,g)},useTransition:function(){return[Ki($E)[0],aB().memoizedState]},useMutableSource:Rn,useSyncExternalStore:Pt,useId:Hn,unstable_isNewReconciler:!1},Yr={readContext:sB,useCallback:Yn,useContext:sB,useEffect:Vt,useImperativeHandle:Un,useInsertionEffect:mn,useLayoutEffect:Kn,useMemo:vn,useReducer:qt,useRef:fn,useState:function(){return qt($E)},useDebugValue:jt,useDeferredValue:function(g){var C=aB();return QC===null?C.memoizedState=g:bn(C,QC.memoizedState,g)},useTransition:function(){return[qt($E)[0],aB().memoizedState]},useMutableSource:Rn,useSyncExternalStore:Pt,useId:Hn,unstable_isNewReconciler:!1};function RB(g,C){if(g&&g.defaultProps){for(var Q in C=$({},C),g=g.defaultProps)C[Q]===void 0&&(C[Q]=g[Q]);return C}return C}function Xt(g,C,Q,i){Q=(Q=Q(i,C=g.memoizedState))==null?C:$({},C,Q),g.memoizedState=Q,g.lanes===0&&(g.updateQueue.baseState=Q)}var vi={isMounted:function(g){return!!(g=g._reactInternals)&&WQ(g)===g},enqueueSetState:function(g,C,Q){g=g._reactInternals;var i=wC(),r=lQ(g),c=xB(i,r);c.payload=C,Q!=null&&(c.callback=Q),(C=BQ(g,c,r))!==null&&(SB(C,g,r,i),Ke(C,g,r))},enqueueReplaceState:function(g,C,Q){g=g._reactInternals;var i=wC(),r=lQ(g),c=xB(i,r);c.tag=1,c.payload=C,Q!=null&&(c.callback=Q),(C=BQ(g,c,r))!==null&&(SB(C,g,r,i),Ke(C,g,r))},enqueueForceUpdate:function(g,C){g=g._reactInternals;var Q=wC(),i=lQ(g),r=xB(Q,i);r.tag=2,C!=null&&(r.callback=C),(C=BQ(g,r,i))!==null&&(SB(C,g,i,Q),Ke(C,g,i))}};function Tn(g,C,Q,i,r,c,F){return typeof(g=g.stateNode).shouldComponentUpdate=="function"?g.shouldComponentUpdate(i,c,F):!(C.prototype&&C.prototype.isPureReactComponent&&YE(Q,i)&&YE(r,c))}function _t(g,C,Q){var i=!1,r=SQ,c=C.contextType;return typeof c=="object"&&c!==null?c=sB(c):(r=oC(C)?AE:BC.current,c=(i=(i=C.contextTypes)!=null)?OE(g,r):SQ),C=new C(Q,c),g.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=vi,g.stateNode=C,C._reactInternals=g,i&&((g=g.stateNode).__reactInternalMemoizedUnmaskedChildContext=r,g.__reactInternalMemoizedMaskedChildContext=c),C}function Wn(g,C,Q,i){g=C.state,typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps(Q,i),typeof C.UNSAFE_componentWillReceiveProps=="function"&&C.UNSAFE_componentWillReceiveProps(Q,i),C.state!==g&&vi.enqueueReplaceState(C,C.state,null)}function $t(g,C,Q,i){var r=g.stateNode;r.props=Q,r.state=g.memoizedState,r.refs={},fi(g);var c=C.contextType;typeof c=="object"&&c!==null?r.context=sB(c):(c=oC(C)?AE:BC.current,r.context=OE(g,c)),r.state=g.memoizedState,typeof(c=C.getDerivedStateFromProps)=="function"&&(Xt(g,C,c,Q),r.state=g.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof r.getSnapshotBeforeUpdate=="function"||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(C=r.state,typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),C!==r.state&&vi.enqueueReplaceState(r,r.state,null),Li(g,Q,r,i),r.state=g.memoizedState),typeof r.componentDidMount=="function"&&(g.flags|=4194308)}function Ae(g,C){try{var Q="",i=C;do Q+=UA(i),i=i.return;while(i);var r=Q}catch(c){r=` -Error generating stack: `+c.message+` -`+c.stack}return{value:g,source:C,stack:r,digest:null}}function Ao(g,C,Q){return{value:g,source:null,stack:Q??null,digest:C??null}}function go(g,C){try{console.error(C.value)}catch(Q){setTimeout(function(){throw Q})}}var vr=typeof WeakMap=="function"?WeakMap:Map;function qn(g,C,Q){(Q=xB(-1,Q)).tag=3,Q.payload={element:null};var i=C.value;return Q.callback=function(){Te||(Te=!0,qi=i),go(0,C)},Q}function ge(g,C,Q){(Q=xB(-1,Q)).tag=3;var i=g.type.getDerivedStateFromError;if(typeof i=="function"){var r=C.value;Q.payload=function(){return i(r)},Q.callback=function(){go(0,C)}}var c=g.stateNode;return c!==null&&typeof c.componentDidCatch=="function"&&(Q.callback=function(){go(0,C),typeof i!="function"&&(YQ===null?YQ=new Set([this]):YQ.add(this));var F=C.stack;this.componentDidCatch(C.value,{componentStack:F!==null?F:""})}),Q}function _C(g,C,Q){var i=g.pingCache;if(i===null){i=g.pingCache=new vr;var r=new Set;i.set(C,r)}else(r=i.get(C))===void 0&&(r=new Set,i.set(C,r));r.has(Q)||(r.add(Q),g=Zr.bind(null,g,C,Q),C.then(g,g))}function Io(g){do{var C;if((C=g.tag===13)&&(C=(C=g.memoizedState)===null||C.dehydrated!==null),C)return g;g=g.return}while(g!==null);return null}function Pn(g,C,Q,i,r){return 1&g.mode?(g.flags|=65536,g.lanes=r,g):(g===C?g.flags|=65536:(g.flags|=128,Q.flags|=131072,Q.flags&=-52805,Q.tag===1&&(Q.alternate===null?Q.tag=17:((C=xB(-1,1)).tag=2,BQ(Q,C,1))),Q.lanes|=1),g)}var br=QA.ReactCurrentOwner,xC=!1;function NC(g,C,Q,i){C.child=g===null?Mn(C,null,Q,i):LQ(C,g.child,Q,i)}function zn(g,C,Q,i,r){Q=Q.render;var c=C.ref;return zE(C,r),i=Tt(g,C,Q,i,c,r),Q=Wt(),g===null||xC?(SI&&Q&&ft(C),C.flags|=1,NC(g,C,i,r),C.child):(C.updateQueue=g.updateQueue,C.flags&=-2053,g.lanes&=~r,$C(g,C,r))}function Vn(g,C,Q,i,r){if(g===null){var c=Q.type;return typeof c!="function"||ho(c)||c.defaultProps!==void 0||Q.compare!==null||Q.defaultProps!==void 0?((g=ji(Q.type,null,i,C,C.mode,r)).ref=C.ref,g.return=C,C.child=g):(C.tag=15,C.type=c,jn(g,C,c,i,r))}if(c=g.child,(g.lanes&r)==0){var F=c.memoizedProps;if((Q=(Q=Q.compare)!==null?Q:YE)(F,i)&&g.ref===C.ref)return $C(g,C,r)}return C.flags|=1,(g=HQ(c,i)).ref=C.ref,g.return=C,C.child=g}function jn(g,C,Q,i,r){if(g!==null){var c=g.memoizedProps;if(YE(c,i)&&g.ref===C.ref){if(xC=!1,C.pendingProps=i=c,(g.lanes&r)==0)return C.lanes=g.lanes,$C(g,C,r);131072&g.flags&&(xC=!0)}}return Co(g,C,Q,i,r)}function Xn(g,C,Q){var i=C.pendingProps,r=i.children,c=g!==null?g.memoizedState:null;if(i.mode==="hidden")if(!(1&C.mode))C.memoizedState={baseLanes:0,cachePool:null,transitions:null},NI(TB,TC),TC|=Q;else{if(!(1073741824&Q))return g=c!==null?c.baseLanes|Q:Q,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:g,cachePool:null,transitions:null},C.updateQueue=null,NI(TB,TC),TC|=g,null;C.memoizedState={baseLanes:0,cachePool:null,transitions:null},i=c!==null?c.baseLanes:Q,NI(TB,TC),TC|=i}else c!==null?(i=c.baseLanes|Q,C.memoizedState=null):i=Q,NI(TB,TC),TC|=i;return NC(g,C,r,Q),C.child}function _n(g,C){var Q=C.ref;(g===null&&Q!==null||g!==null&&g.ref!==Q)&&(C.flags|=512,C.flags|=2097152)}function Co(g,C,Q,i,r){var c=oC(Q)?AE:BC.current;return c=OE(C,c),zE(C,r),Q=Tt(g,C,Q,i,c,r),i=Wt(),g===null||xC?(SI&&i&&ft(C),C.flags|=1,NC(g,C,Q,r),C.child):(C.updateQueue=g.updateQueue,C.flags&=-2053,g.lanes&=~r,$C(g,C,r))}function $n(g,C,Q,i,r){if(oC(Q)){var c=!0;Fi(C)}else c=!1;if(zE(C,r),C.stateNode===null)JQ(g,C),_t(C,Q,i),$t(C,Q,i,r),i=!0;else if(g===null){var F=C.stateNode,v=C.memoizedProps;F.props=v;var Z=F.context,AA=Q.contextType;AA=typeof AA=="object"&&AA!==null?sB(AA):OE(C,AA=oC(Q)?AE:BC.current);var EA=Q.getDerivedStateFromProps,lA=typeof EA=="function"||typeof F.getSnapshotBeforeUpdate=="function";lA||typeof F.UNSAFE_componentWillReceiveProps!="function"&&typeof F.componentWillReceiveProps!="function"||(v!==i||Z!==AA)&&Wn(C,F,i,AA),mQ=!1;var rA=C.memoizedState;F.state=rA,Li(C,i,F,r),Z=C.memoizedState,v!==i||rA!==Z||vC.current||mQ?(typeof EA=="function"&&(Xt(C,Q,EA,i),Z=C.memoizedState),(v=mQ||Tn(C,Q,v,i,rA,Z,AA))?(lA||typeof F.UNSAFE_componentWillMount!="function"&&typeof F.componentWillMount!="function"||(typeof F.componentWillMount=="function"&&F.componentWillMount(),typeof F.UNSAFE_componentWillMount=="function"&&F.UNSAFE_componentWillMount()),typeof F.componentDidMount=="function"&&(C.flags|=4194308)):(typeof F.componentDidMount=="function"&&(C.flags|=4194308),C.memoizedProps=i,C.memoizedState=Z),F.props=i,F.state=Z,F.context=AA,i=v):(typeof F.componentDidMount=="function"&&(C.flags|=4194308),i=!1)}else{F=C.stateNode,Ht(g,C),v=C.memoizedProps,AA=C.type===C.elementType?v:RB(C.type,v),F.props=AA,lA=C.pendingProps,rA=F.context,Z=typeof(Z=Q.contextType)=="object"&&Z!==null?sB(Z):OE(C,Z=oC(Q)?AE:BC.current);var cA=Q.getDerivedStateFromProps;(EA=typeof cA=="function"||typeof F.getSnapshotBeforeUpdate=="function")||typeof F.UNSAFE_componentWillReceiveProps!="function"&&typeof F.componentWillReceiveProps!="function"||(v!==lA||rA!==Z)&&Wn(C,F,i,Z),mQ=!1,rA=C.memoizedState,F.state=rA,Li(C,i,F,r);var NA=C.memoizedState;v!==lA||rA!==NA||vC.current||mQ?(typeof cA=="function"&&(Xt(C,Q,cA,i),NA=C.memoizedState),(AA=mQ||Tn(C,Q,AA,i,rA,NA,Z)||!1)?(EA||typeof F.UNSAFE_componentWillUpdate!="function"&&typeof F.componentWillUpdate!="function"||(typeof F.componentWillUpdate=="function"&&F.componentWillUpdate(i,NA,Z),typeof F.UNSAFE_componentWillUpdate=="function"&&F.UNSAFE_componentWillUpdate(i,NA,Z)),typeof F.componentDidUpdate=="function"&&(C.flags|=4),typeof F.getSnapshotBeforeUpdate=="function"&&(C.flags|=1024)):(typeof F.componentDidUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=4),typeof F.getSnapshotBeforeUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=1024),C.memoizedProps=i,C.memoizedState=NA),F.props=i,F.state=NA,F.context=Z,i=AA):(typeof F.componentDidUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=4),typeof F.getSnapshotBeforeUpdate!="function"||v===g.memoizedProps&&rA===g.memoizedState||(C.flags|=1024),i=!1)}return bi(g,C,Q,i,c,r)}function bi(g,C,Q,i,r,c){_n(g,C);var F=(128&C.flags)!=0;if(!i&&!F)return r&&un(C,Q,!1),$C(g,C,c);i=C.stateNode,br.current=C;var v=F&&typeof Q.getDerivedStateFromError!="function"?null:i.render();return C.flags|=1,g!==null&&F?(C.child=LQ(C,g.child,null,c),C.child=LQ(C,null,v,c)):NC(g,C,v,c),C.memoizedState=i.state,r&&un(C,Q,!0),C.child}function Ar(g){var C=g.stateNode;C.pendingContext?gQ(0,C.pendingContext,C.pendingContext!==C.context):C.context&&gQ(0,C.context,!1),jE(g,C.containerInfo)}function iE(g,C,Q,i,r){return QE(),Jt(r),C.flags|=256,NC(g,C,Q,i),C.child}var Bo,gr,Ir,Hi={dehydrated:null,treeContext:null,retryLane:0};function FI(g){return{baseLanes:g,cachePool:null,transitions:null}}function Cr(g,C,Q){var i,r=C.pendingProps,c=fI.current,F=!1,v=(128&C.flags)!=0;if((i=v)||(i=(g===null||g.memoizedState!==null)&&(2&c)!=0),i?(F=!0,C.flags&=-129):g!==null&&g.memoizedState===null||(c|=1),NI(fI,1&c),g===null)return mt(C),(g=C.memoizedState)!==null&&(g=g.dehydrated)!==null?(1&C.mode?g.data==="$!"?C.lanes=8:C.lanes=1073741824:C.lanes=1,null):(v=r.children,g=r.fallback,F?(r=C.mode,F=C.child,v={mode:"hidden",children:v},!(1&r)&&F!==null?(F.childLanes=0,F.pendingProps=v):F=ze(v,r,0,null),g=wE(g,r,Q,null),F.return=C,g.return=C,F.sibling=g,C.child=F,C.child.memoizedState=FI(Q),C.memoizedState=Hi,g):Qo(C,v));if((c=g.memoizedState)!==null&&(i=c.dehydrated)!==null)return function(AA,EA,lA,rA,cA,NA,KA){if(lA)return 256&EA.flags?(EA.flags&=-257,eQ(AA,EA,KA,rA=Ao(Error(w(422))))):EA.memoizedState!==null?(EA.child=AA.child,EA.flags|=128,null):(NA=rA.fallback,cA=EA.mode,rA=ze({mode:"visible",children:rA.children},cA,0,null),(NA=wE(NA,cA,KA,null)).flags|=2,rA.return=EA,NA.return=EA,rA.sibling=NA,EA.child=rA,1&EA.mode&&LQ(EA,AA.child,null,KA),EA.child.memoizedState=FI(KA),EA.memoizedState=Hi,NA);if(!(1&EA.mode))return eQ(AA,EA,KA,null);if(cA.data==="$!"){if(rA=cA.nextSibling&&cA.nextSibling.dataset)var aA=rA.dgst;return rA=aA,eQ(AA,EA,KA,rA=Ao(NA=Error(w(419)),rA,void 0))}if(aA=(KA&AA.childLanes)!=0,xC||aA){if((rA=iC)!==null){switch(KA&-KA){case 4:cA=2;break;case 16:cA=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:cA=32;break;case 536870912:cA=268435456;break;default:cA=0}(cA=cA&(rA.suspendedLanes|KA)?0:cA)!==0&&cA!==NA.retryLane&&(NA.retryLane=cA,FB(AA,cA),SB(rA,AA,cA,-1))}return DE(),eQ(AA,EA,KA,rA=Ao(Error(w(421))))}return cA.data==="$?"?(EA.flags|=128,EA.child=AA.child,EA=xr.bind(null,AA),cA._reactRetry=EA,null):(AA=NA.treeContext,bC=NQ(cA.nextSibling),XC=EA,SI=!0,MB=null,AA!==null&&(GC[kC++]=HB,GC[kC++]=dB,GC[kC++]=CE,HB=AA.id,dB=AA.overflow,CE=EA),(EA=Qo(EA,rA.children)).flags|=4096,EA)}(g,C,v,r,i,c,Q);if(F){F=r.fallback,v=C.mode,i=(c=g.child).sibling;var Z={mode:"hidden",children:r.children};return!(1&v)&&C.child!==c?((r=C.child).childLanes=0,r.pendingProps=Z,C.deletions=null):(r=HQ(c,Z)).subtreeFlags=14680064&c.subtreeFlags,i!==null?F=HQ(i,F):(F=wE(F,v,Q,null)).flags|=2,F.return=C,r.return=C,r.sibling=F,C.child=r,r=F,F=C.child,v=(v=g.child.memoizedState)===null?FI(Q):{baseLanes:v.baseLanes|Q,cachePool:null,transitions:v.transitions},F.memoizedState=v,F.childLanes=g.childLanes&~Q,C.memoizedState=Hi,r}return g=(F=g.child).sibling,r=HQ(F,{mode:"visible",children:r.children}),!(1&C.mode)&&(r.lanes=Q),r.return=C,r.sibling=null,g!==null&&((Q=C.deletions)===null?(C.deletions=[g],C.flags|=16):Q.push(g)),C.child=r,C.memoizedState=null,r}function Qo(g,C){return(C=ze({mode:"visible",children:C},g.mode,0,null)).return=g,g.child=C}function eQ(g,C,Q,i){return i!==null&&Jt(i),LQ(C,g.child,null,Q),(g=Qo(C,C.pendingProps.children)).flags|=2,C.memoizedState=null,g}function Br(g,C,Q){g.lanes|=C;var i=g.alternate;i!==null&&(i.lanes|=C),bt(g.return,C,Q)}function Eo(g,C,Q,i,r){var c=g.memoizedState;c===null?g.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:i,tail:Q,tailMode:r}:(c.isBackwards=C,c.rendering=null,c.renderingStartTime=0,c.last=i,c.tail=Q,c.tailMode=r)}function tE(g,C,Q){var i=C.pendingProps,r=i.revealOrder,c=i.tail;if(NC(g,C,i.children,Q),(2&(i=fI.current))!=0)i=1&i|2,C.flags|=128;else{if(g!==null&&128&g.flags)A:for(g=C.child;g!==null;){if(g.tag===13)g.memoizedState!==null&&Br(g,Q,C);else if(g.tag===19)Br(g,Q,C);else if(g.child!==null){g.child.return=g,g=g.child;continue}if(g===C)break A;for(;g.sibling===null;){if(g.return===null||g.return===C)break A;g=g.return}g.sibling.return=g.return,g=g.sibling}i&=1}if(NI(fI,i),(1&C.mode)==0)C.memoizedState=null;else switch(r){case"forwards":for(Q=C.child,r=null;Q!==null;)(g=Q.alternate)!==null&&XE(g)===null&&(r=Q),Q=Q.sibling;(Q=r)===null?(r=C.child,C.child=null):(r=Q.sibling,Q.sibling=null),Eo(C,!1,r,Q,c);break;case"backwards":for(Q=null,r=C.child,C.child=null;r!==null;){if((g=r.alternate)!==null&&XE(g)===null){C.child=r;break}g=r.sibling,r.sibling=Q,Q=r,r=g}Eo(C,!0,Q,null,c);break;case"together":Eo(C,!1,null,null,void 0);break;default:C.memoizedState=null}return C.child}function JQ(g,C){!(1&C.mode)&&g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2)}function $C(g,C,Q){if(g!==null&&(C.dependencies=g.dependencies),sC|=C.lanes,(Q&C.childLanes)==0)return null;if(g!==null&&C.child!==g.child)throw Error(w(153));if(C.child!==null){for(Q=HQ(g=C.child,g.pendingProps),C.child=Q,Q.return=C;g.sibling!==null;)g=g.sibling,(Q=Q.sibling=HQ(g,g.pendingProps)).return=C;Q.sibling=null}return C.child}function iQ(g,C){if(!SI)switch(g.tailMode){case"hidden":C=g.tail;for(var Q=null;C!==null;)C.alternate!==null&&(Q=C),C=C.sibling;Q===null?g.tail=null:Q.sibling=null;break;case"collapsed":Q=g.tail;for(var i=null;Q!==null;)Q.alternate!==null&&(i=Q),Q=Q.sibling;i===null?C||g.tail===null?g.tail=null:g.tail.sibling=null:i.sibling=null}}function EC(g){var C=g.alternate!==null&&g.alternate.child===g.child,Q=0,i=0;if(C)for(var r=g.child;r!==null;)Q|=r.lanes|r.childLanes,i|=14680064&r.subtreeFlags,i|=14680064&r.flags,r.return=g,r=r.sibling;else for(r=g.child;r!==null;)Q|=r.lanes|r.childLanes,i|=r.subtreeFlags,i|=r.flags,r.return=g,r=r.sibling;return g.subtreeFlags|=i,g.childLanes=Q,C}function oE(g,C,Q){var i=C.pendingProps;switch(Lt(C),C.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return EC(C),null;case 1:case 17:return oC(C.type)&&TE(),EC(C),null;case 3:return i=C.stateNode,KQ(),aI(vC),aI(BC),EQ(),i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),g!==null&&g.child!==null||(ki(C)?C.flags|=4:g===null||g.memoizedState.isDehydrated&&!(256&C.flags)||(C.flags|=1024,MB!==null&&(Qe(MB),MB=null))),EC(C),null;case 5:xt(C);var r=EE(VE.current);if(Q=C.type,g!==null&&C.stateNode!=null)gr(g,C,Q,i),g.ref!==C.ref&&(C.flags|=512,C.flags|=2097152);else{if(!i){if(C.stateNode===null)throw Error(w(166));return EC(C),null}if(g=EE(pB.current),ki(C)){i=C.stateNode,Q=C.type;var c=C.memoizedProps;switch(i[bB]=C,i[Ge]=c,g=(1&C.mode)!=0,Q){case"dialog":kI("cancel",i),kI("close",i);break;case"iframe":case"object":case"embed":kI("load",i);break;case"video":case"audio":for(r=0;r<$B.length;r++)kI($B[r],i);break;case"source":kI("error",i);break;case"img":case"image":case"link":kI("error",i),kI("load",i);break;case"details":kI("toggle",i);break;case"input":QB(i,c),kI("invalid",i);break;case"select":i._wrapperState={wasMultiple:!!c.multiple},kI("invalid",i);break;case"textarea":T(i,c),kI("invalid",i)}for(var F in Xg(Q,c),r=null,c)if(c.hasOwnProperty(F)){var v=c[F];F==="children"?typeof v=="string"?i.textContent!==v&&(c.suppressHydrationWarning!==!0&&kQ(i.textContent,v,g),r=["children",v]):typeof v=="number"&&i.textContent!==""+v&&(c.suppressHydrationWarning!==!0&&kQ(i.textContent,v,g),r=["children",""+v]):N.hasOwnProperty(F)&&v!=null&&F==="onScroll"&&kI("scroll",i)}switch(Q){case"input":nI(i),iI(i,c,!0);break;case"textarea":nI(i),eg(i);break;case"select":case"option":break;default:typeof c.onClick=="function"&&(i.onclick=di)}i=r,C.updateQueue=i,i!==null&&(C.flags|=4)}else{F=r.nodeType===9?r:r.ownerDocument,g==="http://www.w3.org/1999/xhtml"&&(g=rg(Q)),g==="http://www.w3.org/1999/xhtml"?Q==="script"?((g=F.createElement("div")).innerHTML=" - - - -
- - diff --git a/plugins/graphqlvoyager/frontend/static/plugin.js b/plugins/graphqlvoyager/frontend/static/plugin.js deleted file mode 100644 index aa1c6f905..000000000 --- a/plugins/graphqlvoyager/frontend/static/plugin.js +++ /dev/null @@ -1,24 +0,0 @@ -export default function(options) { - const routeConfig = { - route: { - path: '', - component: () => options.pluginHelpers.iframeComponent(({ _ }) => { - return { - src: 'voyager/index.html' - }; - }), - }, - menu: { - title: 'GraphQL Voyager', - icon: 'mdi-graph', - }, - }; - options.pluginHelpers.addRoute({ - scope: 'main', - ...routeConfig, - }); - options.pluginHelpers.addRoute({ - scope: 'project', - ...routeConfig, - }); -} From b7f36c2597ec62a9dce23d282b372302e216b523 Mon Sep 17 00:00:00 2001 From: Florian Lotz Date: Thu, 31 Oct 2024 11:10:18 +0100 Subject: [PATCH 4/5] Remove Static folder since its also built during init phase --- plugins/graphqlvoyager/.gitignore | 3 +-- plugins/graphqlvoyager/static/plugin.js | 24 ------------------------ 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 plugins/graphqlvoyager/static/plugin.js diff --git a/plugins/graphqlvoyager/.gitignore b/plugins/graphqlvoyager/.gitignore index b84e69878..dbe5e1da0 100644 --- a/plugins/graphqlvoyager/.gitignore +++ b/plugins/graphqlvoyager/.gitignore @@ -1,3 +1,2 @@ -static/assets -static/index.html +static/ node_modules/ \ No newline at end of file diff --git a/plugins/graphqlvoyager/static/plugin.js b/plugins/graphqlvoyager/static/plugin.js deleted file mode 100644 index aa1c6f905..000000000 --- a/plugins/graphqlvoyager/static/plugin.js +++ /dev/null @@ -1,24 +0,0 @@ -export default function(options) { - const routeConfig = { - route: { - path: '', - component: () => options.pluginHelpers.iframeComponent(({ _ }) => { - return { - src: 'voyager/index.html' - }; - }), - }, - menu: { - title: 'GraphQL Voyager', - icon: 'mdi-graph', - }, - }; - options.pluginHelpers.addRoute({ - scope: 'main', - ...routeConfig, - }); - options.pluginHelpers.addRoute({ - scope: 'project', - ...routeConfig, - }); -} From 8423a893199b67460c3f4668e5d0418e5c353660 Mon Sep 17 00:00:00 2001 From: Florian Lotz Date: Mon, 11 Nov 2024 10:40:08 +0100 Subject: [PATCH 5/5] Implement Feedback from Michi --- plugins/graphqlvoyager/build.sh | 10 +++------- plugins/graphqlvoyager/frontend/public/plugin.js | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/plugins/graphqlvoyager/build.sh b/plugins/graphqlvoyager/build.sh index da2164247..ef77e80f3 100755 --- a/plugins/graphqlvoyager/build.sh +++ b/plugins/graphqlvoyager/build.sh @@ -1,9 +1,5 @@ #!/bin/sh -if [ ! -r static/index.html ]; then - cd frontend - npm install - npm run build -else - echo "GraphQL Voyager already exists. Skipping download." -fi +cd frontend +npm install +npm run build diff --git a/plugins/graphqlvoyager/frontend/public/plugin.js b/plugins/graphqlvoyager/frontend/public/plugin.js index aa1c6f905..3b5b2a449 100644 --- a/plugins/graphqlvoyager/frontend/public/plugin.js +++ b/plugins/graphqlvoyager/frontend/public/plugin.js @@ -4,7 +4,7 @@ export default function(options) { path: '', component: () => options.pluginHelpers.iframeComponent(({ _ }) => { return { - src: 'voyager/index.html' + src: 'index.html' }; }), },