================================================================================
THIRDPARTY_LICENSES.txt
================================================================================
Generated: 2026-07-19

This product includes third-party software components listed below.
These components are subject to their respective licenses.

================================================================================

SECTION 1: PYTHON DEPENDENCIES
================================================================================
Total: 45 packages

  annotated-doc 0.0.4
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2025 Sebastián Ramírez
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

  annotated-types 0.7.0
  License: MIT License
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2022 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.

  anyio 4.13.0
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2018 Alex Grönholm
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
    the Software, and to permit persons to whom the Software is furnished to do so,
    subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  bracex 2.6
  License: MIT
  License Text:
    MIT License
    
    Copyright (c) 2018 - 2025 Isaac Muse
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  certifi 2026.4.22
  License: Mozilla Public License 2.0 (MPL 2.0)
  License Text:
    This package contains a modified version of ca-bundle.crt:
    
    ca-bundle.crt -- Bundle of CA Root Certificates
    
    This is a bundle of X.509 certificates of public Certificate Authorities
    (CA). These were automatically extracted from Mozilla's root certificates
    file (certdata.txt).  This file can be found in the mozilla source tree:
    https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
    It contains the certificates in PEM format and therefore
    can be directly used with curl / libcurl / php_curl, or with
    an Apache+mod_ssl webserver for SSL client authentication.
    Just configure this file as the SSLCACertificateFile.#
    
    ***** BEGIN LICENSE BLOCK *****
    This Source Code Form is subject to the terms of the Mozilla Public License,
    v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
    one at http://mozilla.org/MPL/2.0/.
    
    ***** END LICENSE BLOCK *****
    @(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $

  click 8.4.2
  License: BSD-3-Clause
  License Text:
    Copyright 2014 Pallets
    
    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.
    
    3.  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.

  fastapi 0.139.0
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2018 Sebastián Ramírez
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

  h11 0.16.0
  License: MIT License
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2016 Nathaniel J. Smith <njs@pobox.com> 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.

  httpcore 1.0.9
  License: BSD-3-Clause
  License Text:
    Copyright © 2020, [Encode OSS Ltd](https://www.encode.io/).
    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.

  httpcore2 2.4.0
  License: BSD-3-Clause
  License Text:
    Copyright © 2026 to present Pydantic Services Inc. and individual contributors.
    Copyright © 2020, [Encode OSS Ltd](https://www.encode.io/).
    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.

  httptools 0.7.1
  License: MIT
  License Text:
    The MIT License
    
    Copyright (c) 2015 MagicStack Inc.  http://magic.io
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

  httpx2 2.4.0
  License: BSD-3-Clause
  License Text:
    Copyright © 2026 to present Pydantic Services Inc. and individual contributors.
    Copyright © 2019, [Encode OSS Ltd](https://www.encode.io/).
    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.

  idna 3.18
  License: BSD-3-Clause
  License Text:
    BSD 3-Clause License
    
    Copyright (c) 2013-2026, Kim Davies 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:
    
    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.
    
    3. 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
    [... full text available at PyPI ...]

  iniconfig 2.3.0
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2010 - 2023 Holger Krekel and others
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is furnished to do
    so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  markdown-it-py 4.0.0
  License: MIT License
  License Text:
    MIT License
    
    Copyright (c) 2020 ExecutableBookProject
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  mdurl 0.1.2
  License: MIT License
  License Text:
    Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
    Copyright (c) 2021 Taneli Hukkinen
    
    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
    files (the "Software"), to deal in the Software without
    restriction, including without limitation the rights to use,
    copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the
    Software is furnished to do so, subject to the following
    conditions:
    
    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    WHETHER IN AN ACTION 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
    [... full text available at PyPI ...]

  numpy 2.4.4
  License: BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
  License Text:
    Copyright (c) 2005-2025, NumPy Developers.
    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 NumPy Developers nor the names of any
           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
    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.
    [... full text available at PyPI ...]

  packaging 26.2
  License: Apache-2.0 OR BSD-2-Clause
  License Text:
    This software is made available under the terms of *either* of the licenses
    found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
    under the terms of *both* these licenses.

  pandas 3.0.3
  License: BSD License
  License Text:
    BSD 3-Clause License
    
    Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
    All rights reserved.
    
    Copyright (c) 2011-2026, Open source contributors.
    
    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
    [... full text available at PyPI ...]

  pluggy 1.6.0
  License: MIT License
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2015 holger krekel (rather uses bitbucket/hpk42)
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  prompt_toolkit 3.0.52
  License: BSD License
  License Text:
    Copyright (c) 2014, Jonathan Slenders
    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 {organization} 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.

  pyarrow 24.0.0
  License: Apache-2.0
  License Text:
    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
    [... full text available at PyPI ...]

  pydantic 2.13.3
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2017 to present Pydantic Services Inc. and individual 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.

  pydantic-settings 2.14.2
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2022 Samuel Colvin 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.

  pydantic_core 2.46.3
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2022 Samuel Colvin
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  Pygments 2.20.0
  License: BSD-2-Clause
  License Text:
    Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
    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.

  python-dateutil 2.9.0.post0
  License: Apache Software License; BSD License
  License Text:
    Copyright 2017- Paul Ganssle <paul@ganssle.io>
    Copyright 2017- dateutil contributors (see AUTHORS file)
    
       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.
    
    The above license applies to all contributions after 2017-12-01, as well as
    all contributions that have been re-licensed (see AUTHORS file for the list of
    contributors who have re-licensed their code).
    --------------------------------------------------------------------------------
    dateutil - Extensions to the standard Python datetime module.
    
    Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
    Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
    Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
    Copyright (c) 2015-     - Paul Ganssle <paul@ganssle.io>
    Copyright (c) 2015-     - dateutil contributors (see AUTHORS file)
    
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    [... full text available at PyPI ...]

  python-dotenv 1.2.2
  License: BSD-3-Clause
  License Text:
    Copyright (c) 2014, Saurabh Kumar (python-dotenv), 2013, Ted Tieken (django-dotenv-rw), 2013, Jacob Kaplan-Moss (django-dotenv)
    
    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 django-dotenv 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 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.

  PyYAML 6.0.3
  License: MIT License
  License Text:
    Copyright (c) 2017-2021 Ingy döt Net
    Copyright (c) 2006-2016 Kirill Simonov
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is furnished to do
    so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  questionary 2.1.1
  License: MIT License
  License Text:
    Copyright 2020 Tom Bocklisch 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.

  rich 15.0.0
  License: MIT License
  License Text:
    Copyright (c) 2020 Will McGugan
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  rich-click 1.9.7
  License: MIT License

Copyright (c) 2022 Phil Ewels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

  License Text:
    MIT License
    
    Copyright (c) 2022 Phil Ewels
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  six 1.17.0
  License: MIT License
  License Text:
    Copyright (c) 2010-2024 Benjamin Peterson
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
    the Software, and to permit persons to whom the Software is furnished to do so,
    subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  sortedcontainers 2.4.0
  License: Apache Software License
  License Text:
    Copyright 2014-2019 Grant Jenks
    
    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.

  SQLAlchemy 2.0.51
  License: MIT
  License Text:
    Copyright 2005-2026 SQLAlchemy authors and contributors <see AUTHORS file>.
    
    Permission is hereby granted, free of charge, to any person obtaining a copy of
    this software and associated documentation files (the "Software"), to deal in
    the Software without restriction, including without limitation the rights to
    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is furnished to do
    so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  starlette 1.3.1
  License: BSD-3-Clause
  License Text:
    Copyright © 2018, [Encode OSS Ltd](https://www.encode.io/).
    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.

  tomlkit 0.14.0
  License: MIT License
  License Text:
    Copyright (c) 2018 Sébastien Eustace
    
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
    
    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  truststore 0.10.4
  License: MIT
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2022 Seth Michael Larson
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

  typing-inspection 0.4.2
  License: MIT
  License Text:
    MIT License
    
    Copyright (c) Pydantic Services Inc. 2025 to present
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  typing_extensions 4.15.0
  License: PSF-2.0
  License Text:
    A. HISTORY OF THE SOFTWARE
    ==========================
    
    Python was created in the early 1990s by Guido van Rossum at Stichting
    Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
    as a successor of a language called ABC.  Guido remains Python's
    principal author, although it includes many contributions from others.
    
    In 1995, Guido continued his work on Python at the Corporation for
    National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
    in Reston, Virginia where he released several versions of the
    software.
    
    In May 2000, Guido and the Python core development team moved to
    BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
    year, the PythonLabs team moved to Digital Creations, which became
    Zope Corporation.  In 2001, the Python Software Foundation (PSF, see
    https://www.python.org/psf/) was formed, a non-profit organization
    created specifically to own Python-related Intellectual Property.
    Zope Corporation was a sponsoring member of the PSF.
    
    All Python releases are Open Source (see https://opensource.org for
    the Open Source Definition).  Historically, most, but not all, Python
    releases have also been GPL-compatible; the table below summarizes
    the various releases.
    
        Release         Derived     Year        Owner       GPL-
                        from                                compatible? (1)
    
        0.9.0 thru 1.2              1991-1995   CWI         yes
    [... full text available at PyPI ...]

  uvicorn 0.46.0
  License: BSD-3-Clause
  License Text:
    Copyright © 2017-present, [Encode OSS Ltd](https://www.encode.io/).
    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.

  uvloop 0.22.1
  License: Apache Software License; MIT License
  License Text:
    Copyright (C) 2016-present the uvloop authors and contributors.
    
                                     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.
    [... full text available at PyPI ...]

  watchfiles 1.1.1
  License: MIT License
  License Text:
    The MIT License (MIT)
    
    Copyright (c) 2017 to present Samuel Colvin
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  wcmatch 10.1
  License: MIT
  License Text:
    MIT License
    
    Copyright (c) 2018 - 2025 Isaac Muse
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

  websockets 16.0
  License: BSD-3-Clause
  License Text:
    Copyright (c) Aymeric Augustin and contributors
    
    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.

================================================================================

SECTION 2: FRONTEND DEPENDENCIES (Vite + React)
================================================================================
Total: 397 packages

  @adobe/css-tools@4.4.4
  License: MIT
  Repository: https://github.com/adobe/css-tools

  @asamuzakjp/css-color@5.1.11
  License: MIT
  Repository: https://github.com/asamuzaK/cssColor

  @asamuzakjp/dom-selector@7.1.1
  License: MIT
  Repository: https://github.com/asamuzaK/domSelector

  @asamuzakjp/generational-cache@1.0.1
  License: MIT
  Repository: https://github.com/asamuzaK/generationalCache

  @asamuzakjp/nwsapi@2.3.9
  License: MIT
  Repository: https://github.com/dperini/nwsapi

  @babel/code-frame@7.29.0
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/compat-data@7.29.0
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/core@7.29.0
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/generator@7.29.1
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-compilation-targets@7.28.6
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-globals@7.28.0
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-module-imports@7.28.6
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-module-transforms@7.28.6
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-string-parser@7.27.1
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-validator-identifier@7.28.5
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helper-validator-option@7.27.1
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/helpers@7.29.2
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/parser@7.29.2
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/runtime@7.29.2
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/template@7.28.6
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/traverse@7.29.0
  License: MIT
  Repository: https://github.com/babel/babel

  @babel/types@7.29.0
  License: MIT
  Repository: https://github.com/babel/babel

  @bramus/specificity@2.4.2
  License: MIT
  Repository: https://github.com/bramus/specificity

  @csstools/color-helpers@6.0.2
  License: MIT-0
  Repository: https://github.com/csstools/postcss-plugins

  @csstools/css-calc@3.2.0
  License: MIT
  Repository: https://github.com/csstools/postcss-plugins

  @csstools/css-color-parser@4.1.0
  License: MIT
  Repository: https://github.com/csstools/postcss-plugins

  @csstools/css-parser-algorithms@4.0.0
  License: MIT
  Repository: https://github.com/csstools/postcss-plugins

  @csstools/css-syntax-patches-for-csstree@1.1.3
  License: MIT-0
  Repository: https://github.com/csstools/postcss-plugins

  @csstools/css-tokenizer@4.0.0
  License: MIT
  Repository: https://github.com/csstools/postcss-plugins

  @esbuild/darwin-arm64@0.25.12
  License: MIT
  Repository: https://github.com/evanw/esbuild

  @eslint-community/eslint-utils@4.9.1
  License: MIT
  Repository: https://github.com/eslint-community/eslint-utils

  @eslint-community/regexpp@4.12.2
  License: MIT
  Repository: https://github.com/eslint-community/regexpp

  @eslint/config-array@0.23.5
  License: Apache-2.0
  Repository: https://github.com/eslint/rewrite

  @eslint/config-helpers@0.5.5
  License: Apache-2.0
  Repository: https://github.com/eslint/rewrite

  @eslint/core@1.2.1
  License: Apache-2.0
  Repository: https://github.com/eslint/rewrite

  @eslint/js@10.0.1
  License: MIT
  Repository: https://github.com/eslint/eslint

  @eslint/object-schema@3.0.5
  License: Apache-2.0
  Repository: https://github.com/eslint/rewrite

  @eslint/plugin-kit@0.7.1
  License: Apache-2.0
  Repository: https://github.com/eslint/rewrite

  @exodus/bytes@1.15.0
  License: MIT
  Repository: https://github.com/ExodusOSS/bytes

  @fontsource/inter-tight@5.2.7
  License: OFL-1.1
  Repository: https://github.com/fontsource/font-files

  @fontsource/jetbrains-mono@5.2.8
  License: OFL-1.1
  Repository: https://github.com/fontsource/font-files

  @fontsource/source-serif-4@5.2.9
  License: OFL-1.1
  Repository: https://github.com/fontsource/font-files

  @humanfs/core@0.19.2
  License: Apache-2.0
  Repository: https://github.com/humanwhocodes/humanfs

  @humanfs/node@0.16.8
  License: Apache-2.0
  Repository: https://github.com/humanwhocodes/humanfs

  @humanfs/types@0.15.0
  License: Apache-2.0
  Repository: https://github.com/humanwhocodes/humanfs

  @humanwhocodes/module-importer@1.0.1
  License: Apache-2.0
  Repository: https://github.com/humanwhocodes/module-importer

  @humanwhocodes/retry@0.4.3
  License: Apache-2.0
  Repository: https://github.com/humanwhocodes/retry

  @joshwooding/vite-plugin-react-docgen-typescript@0.7.0
  License: MIT
  Repository: https://github.com/joshwooding/vite-plugin-react-docgen-typescript

  @jridgewell/gen-mapping@0.3.13
  License: MIT
  Repository: https://github.com/jridgewell/sourcemaps

  @jridgewell/remapping@2.3.5
  License: MIT
  Repository: https://github.com/jridgewell/sourcemaps

  @jridgewell/resolve-uri@3.1.2
  License: MIT
  Repository: https://github.com/jridgewell/resolve-uri

  @jridgewell/sourcemap-codec@1.5.5
  License: MIT
  Repository: https://github.com/jridgewell/sourcemaps

  @jridgewell/trace-mapping@0.3.31
  License: MIT
  Repository: https://github.com/jridgewell/sourcemaps

  @oxc-project/types@0.128.0
  License: MIT
  Repository: https://github.com/oxc-project/oxc

  @playwright/test@1.59.1
  License: Apache-2.0
  Repository: https://github.com/microsoft/playwright

  @playwright/test@1.60.0
  License: Apache-2.0
  Repository: https://github.com/microsoft/playwright

  @redocly/ajv@8.11.2
  License: MIT
  Repository: https://github.com/ajv-validator/ajv

  @redocly/config@0.22.0
  License: MIT

  @redocly/openapi-core@1.34.14
  License: MIT
  Repository: https://github.com/Redocly/redocly-cli

  @rolldown/binding-darwin-arm64@1.0.0-rc.18
  License: MIT
  Repository: https://github.com/rolldown/rolldown

  @rolldown/pluginutils@1.0.0-rc.18
  License: MIT
  Repository: https://github.com/rolldown/rolldown

  @rolldown/pluginutils@1.0.0-rc.7
  License: MIT
  Repository: https://github.com/rolldown/rolldown

  @rollup/pluginutils@5.3.0
  License: MIT
  Repository: https://github.com/rollup/plugins

  @size-limit/file@12.1.0
  License: MIT
  Repository: https://github.com/ai/size-limit

  @standard-schema/spec@1.1.0
  License: MIT
  Repository: https://github.com/standard-schema/standard-schema

  @storybook/builder-vite@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  @storybook/csf-plugin@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  @storybook/global@5.0.0
  License: MIT
  Repository: https://github.com/storybookjs/global

  @storybook/icons@2.0.2
  License: MIT
  Repository: https://github.com/storybookjs/icons

  @storybook/react-dom-shim@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  @storybook/react-vite@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  @storybook/react@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  @testing-library/dom@10.4.1
  License: MIT
  Repository: https://github.com/testing-library/dom-testing-library

  @testing-library/jest-dom@6.9.1
  License: MIT
  Repository: https://github.com/testing-library/jest-dom

  @testing-library/react@16.3.2
  License: MIT
  Repository: https://github.com/testing-library/react-testing-library

  @testing-library/user-event@14.6.1
  License: MIT
  Repository: https://github.com/testing-library/user-event

  @types/aria-query@5.0.4
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/babel__core@7.20.5
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/babel__generator@7.27.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/babel__template@7.4.4
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/babel__traverse@7.28.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/chai@5.2.3
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-array@3.0.3
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-array@3.2.2
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-color@3.1.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-delaunay@6.0.1
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-format@3.0.1
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-geo@3.1.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-interpolate@3.0.1
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-path@1.0.11
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-scale@4.0.2
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-shape@1.3.12
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-time-format@2.1.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/d3-time@3.0.0
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/deep-eql@4.0.2
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/doctrine@0.0.9
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/esrecurse@4.3.1
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/estree@1.0.8
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/geojson@7946.0.16
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/json-schema@7.0.15
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/lodash@4.17.24
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/node@25.6.2
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/node@25.9.1
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/react-dom@19.2.3
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/react@19.2.14
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @types/resolve@1.20.6
  License: MIT
  Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

  @typescript-eslint/eslint-plugin@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/parser@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/project-service@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/scope-manager@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/tsconfig-utils@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/type-utils@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/types@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/typescript-estree@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/utils@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @typescript-eslint/visitor-keys@8.59.2
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  @visx/axis@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/bounds@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/curve@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/event@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/gradient@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/grid@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/group@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/point@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/responsive@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/scale@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/shape@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/text@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/tooltip@3.12.0
  License: MIT
  Repository: https://github.com/airbnb/visx

  @visx/vendor@3.12.0
  License: ISC*
  Repository: https://github.com/airbnb/visx

  @vitejs/plugin-react@6.0.1
  License: MIT
  Repository: https://github.com/vitejs/vite-plugin-react

  @vitejs/plugin-react@6.0.2
  License: MIT
  Repository: https://github.com/vitejs/vite-plugin-react

  @vitest/expect@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/mocker@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/pretty-format@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/runner@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/snapshot@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/spy@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @vitest/utils@4.1.5
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  @webcontainer/env@1.1.1
  License: MIT
  Repository: https://github.com/stackblitz/webcontainer-core

  acorn-jsx@5.3.2
  License: MIT
  Repository: https://github.com/acornjs/acorn-jsx

  acorn@8.16.0
  License: MIT
  Repository: https://github.com/acornjs/acorn

  agent-base@7.1.4
  License: MIT
  Repository: https://github.com/TooTallNate/proxy-agents

  ajv@6.15.0
  License: MIT
  Repository: https://github.com/ajv-validator/ajv

  ansi-colors@4.1.3
  License: MIT
  Repository: https://github.com/doowb/ansi-colors

  ansi-regex@5.0.1
  License: MIT
  Repository: https://github.com/chalk/ansi-regex

  ansi-styles@5.2.0
  License: MIT
  Repository: https://github.com/chalk/ansi-styles

  argparse@2.0.1
  License: Python-2.0
  Repository: https://github.com/nodeca/argparse

  aria-query@5.3.2
  License: Apache-2.0
  Repository: https://github.com/A11yance/aria-query

  assertion-error@2.0.1
  License: MIT
  Repository: https://github.com/chaijs/assertion-error

  ast-types@0.16.1
  License: MIT
  Repository: https://github.com/benjamn/ast-types

  balanced-match@0.4.2
  License: MIT
  Repository: https://github.com/juliangruber/balanced-match

  balanced-match@1.0.2
  License: MIT
  Repository: https://github.com/juliangruber/balanced-match

  balanced-match@4.0.4
  License: MIT
  Repository: https://github.com/juliangruber/balanced-match

  baseline-browser-mapping@2.10.22
  License: Apache-2.0
  Repository: https://github.com/web-platform-dx/baseline-browser-mapping

  bidi-js@1.0.3
  License: MIT
  Repository: https://github.com/lojjic/bidi-js

  brace-expansion@2.1.0
  License: MIT
  Repository: https://github.com/juliangruber/brace-expansion

  brace-expansion@5.0.5
  License: MIT
  Repository: https://github.com/juliangruber/brace-expansion

  browserslist@4.28.2
  License: MIT
  Repository: https://github.com/browserslist/browserslist

  bundle-name@4.1.0
  License: MIT
  Repository: https://github.com/sindresorhus/bundle-name

  caniuse-lite@1.0.30001791
  License: CC-BY-4.0
  Repository: https://github.com/browserslist/caniuse-lite

  chai@6.2.2
  License: MIT
  Repository: https://github.com/chaijs/chai

  change-case@5.4.4
  License: MIT
  Repository: https://github.com/blakeembrey/change-case

  check-error@2.1.3
  License: MIT
  Repository: https://github.com/chaijs/check-error

  classnames@2.5.1
  License: MIT
  Repository: https://github.com/JedWatson/classnames

  colorette@1.4.0
  License: MIT
  Repository: https://github.com/jorgebucaran/colorette

  convert-source-map@2.0.0
  License: MIT
  Repository: https://github.com/thlorenz/convert-source-map

  cookie@1.1.1
  License: MIT
  Repository: https://github.com/jshttp/cookie

  cross-spawn@7.0.6
  License: MIT
  Repository: https://github.com/moxystudio/node-cross-spawn

  css-tree@3.2.1
  License: MIT
  Repository: https://github.com/csstree/csstree

  css.escape@1.5.1
  License: MIT
  Repository: https://github.com/mathiasbynens/CSS.escape

  csstype@3.2.3
  License: MIT
  Repository: https://github.com/frenic/csstype

  d3-array@3.2.4
  License: ISC
  Repository: https://github.com/d3/d3-array

  d3-color@3.1.0
  License: ISC
  Repository: https://github.com/d3/d3-color

  d3-delaunay@6.0.2
  License: ISC
  Repository: https://github.com/d3/d3-delaunay

  d3-format@3.1.0
  License: ISC
  Repository: https://github.com/d3/d3-format

  d3-geo@3.1.0
  License: ISC
  Repository: https://github.com/d3/d3-geo

  d3-interpolate@3.0.1
  License: ISC
  Repository: https://github.com/d3/d3-interpolate

  d3-path@1.0.9
  License: BSD-3-Clause
  Repository: https://github.com/d3/d3-path

  d3-scale@4.0.2
  License: ISC
  Repository: https://github.com/d3/d3-scale

  d3-shape@1.3.7
  License: BSD-3-Clause
  Repository: https://github.com/d3/d3-shape

  d3-time-format@4.1.0
  License: ISC
  Repository: https://github.com/d3/d3-time-format

  d3-time@3.1.0
  License: ISC
  Repository: https://github.com/d3/d3-time

  data-urls@7.0.0
  License: MIT
  Repository: https://github.com/jsdom/data-urls

  debug@4.4.3
  License: MIT
  Repository: https://github.com/debug-js/debug

  decimal.js@10.6.0
  License: MIT
  Repository: https://github.com/MikeMcl/decimal.js

  deep-eql@5.0.2
  License: MIT
  Repository: https://github.com/chaijs/deep-eql

  deep-is@0.1.4
  License: MIT
  Repository: https://github.com/thlorenz/deep-is

  default-browser-id@5.0.1
  License: MIT
  Repository: https://github.com/sindresorhus/default-browser-id

  default-browser@5.5.0
  License: MIT
  Repository: https://github.com/sindresorhus/default-browser

  define-lazy-prop@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/define-lazy-prop

  delaunator@5.1.0
  License: ISC
  Repository: https://github.com/mapbox/delaunator

  dequal@2.0.3
  License: MIT
  Repository: https://github.com/lukeed/dequal

  detect-libc@2.1.2
  License: Apache-2.0
  Repository: https://github.com/lovell/detect-libc

  doctrine@3.0.0
  License: Apache-2.0
  Repository: https://github.com/eslint/doctrine

  dom-accessibility-api@0.6.3
  License: MIT
  Repository: https://github.com/eps1lon/dom-accessibility-api

  electron-to-chromium@1.5.344
  License: ISC
  Repository: https://github.com/Kilian/electron-to-chromium

  empathic@2.0.1
  License: MIT
  Repository: https://github.com/lukeed/empathic

  entities@8.0.0
  License: BSD-2-Clause
  Repository: https://github.com/fb55/entities

  es-errors@1.3.0
  License: MIT
  Repository: https://github.com/ljharb/es-errors

  es-module-lexer@2.1.0
  License: MIT
  Repository: https://github.com/guybedford/es-module-lexer

  esbuild@0.25.12
  License: MIT
  Repository: https://github.com/evanw/esbuild

  escalade@3.2.0
  License: MIT
  Repository: https://github.com/lukeed/escalade

  escape-string-regexp@4.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/escape-string-regexp

  eslint-plugin-react-hooks@7.1.1
  License: MIT
  Repository: https://github.com/facebook/react

  eslint-plugin-react-refresh@0.5.2
  License: MIT
  Repository: https://github.com/ArnaudBarre/eslint-plugin-react-refresh

  eslint-scope@9.1.2
  License: BSD-2-Clause
  Repository: https://github.com/eslint/js

  eslint-visitor-keys@3.4.3
  License: Apache-2.0
  Repository: https://github.com/eslint/eslint-visitor-keys

  eslint-visitor-keys@5.0.1
  License: Apache-2.0
  Repository: https://github.com/eslint/js

  eslint@10.3.0
  License: MIT
  Repository: https://github.com/eslint/eslint

  espree@11.2.0
  License: BSD-2-Clause
  Repository: https://github.com/eslint/js

  esprima@4.0.1
  License: BSD-2-Clause
  Repository: https://github.com/jquery/esprima

  esquery@1.7.0
  License: BSD-3-Clause
  Repository: https://github.com/estools/esquery

  esrecurse@4.3.0
  License: BSD-2-Clause
  Repository: https://github.com/estools/esrecurse

  estraverse@5.3.0
  License: BSD-2-Clause
  Repository: https://github.com/estools/estraverse

  estree-walker@2.0.2
  License: MIT
  Repository: https://github.com/Rich-Harris/estree-walker

  estree-walker@3.0.3
  License: MIT
  Repository: https://github.com/Rich-Harris/estree-walker

  esutils@2.0.3
  License: BSD-2-Clause
  Repository: https://github.com/estools/esutils

  expect-type@1.3.0
  License: Apache-2.0
  Repository: https://github.com/mmkal/expect-type

  fast-check@4.8.0
  License: MIT
  Repository: https://github.com/dubzzz/fast-check

  fast-deep-equal@3.1.3
  License: MIT
  Repository: https://github.com/epoberezkin/fast-deep-equal

  fast-json-stable-stringify@2.1.0
  License: MIT
  Repository: https://github.com/epoberezkin/fast-json-stable-stringify

  fast-levenshtein@2.0.6
  License: MIT
  Repository: https://github.com/hiddentao/fast-levenshtein

  fdir@6.5.0
  License: MIT
  Repository: https://github.com/thecodrr/fdir

  file-entry-cache@8.0.0
  License: MIT
  Repository: https://github.com/jaredwray/file-entry-cache

  find-up@5.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/find-up

  flat-cache@4.0.1
  License: MIT
  Repository: https://github.com/jaredwray/flat-cache

  flatted@3.4.2
  License: ISC
  Repository: https://github.com/WebReflection/flatted

  fsevents@2.3.2
  License: MIT
  Repository: https://github.com/fsevents/fsevents

  fsevents@2.3.3
  License: MIT
  Repository: https://github.com/fsevents/fsevents

  function-bind@1.1.2
  License: MIT
  Repository: https://github.com/Raynos/function-bind

  gensync@1.0.0-beta.2
  License: MIT
  Repository: https://github.com/loganfsmyth/gensync

  glob-parent@6.0.2
  License: ISC
  Repository: https://github.com/gulpjs/glob-parent

  glob@13.0.6
  License: BlueOak-1.0.0
  Repository: https://github.com/isaacs/node-glob

  globals@17.6.0
  License: MIT
  Repository: https://github.com/sindresorhus/globals

  hasown@2.0.3
  License: MIT
  Repository: https://github.com/inspect-js/hasOwn

  hermes-estree@0.25.1
  License: MIT
  Repository: https://github.com/facebook/hermes

  hermes-parser@0.25.1
  License: MIT
  Repository: https://github.com/facebook/hermes

  html-encoding-sniffer@6.0.0
  License: MIT
  Repository: https://github.com/jsdom/html-encoding-sniffer

  https-proxy-agent@7.0.6
  License: MIT
  Repository: https://github.com/TooTallNate/proxy-agents

  ignore@5.3.2
  License: MIT
  Repository: https://github.com/kaelzhang/node-ignore

  ignore@7.0.5
  License: MIT
  Repository: https://github.com/kaelzhang/node-ignore

  imurmurhash@0.1.4
  License: MIT
  Repository: https://github.com/jensyt/imurmurhash-js

  indent-string@4.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/indent-string

  index-to-position@1.2.0
  License: MIT
  Repository: https://github.com/sindresorhus/index-to-position

  internmap@2.0.3
  License: ISC
  Repository: https://github.com/mbostock/internmap

  is-core-module@2.16.2
  License: MIT
  Repository: https://github.com/inspect-js/is-core-module

  is-docker@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/is-docker

  is-extglob@2.1.1
  License: MIT
  Repository: https://github.com/jonschlinkert/is-extglob

  is-glob@4.0.3
  License: MIT
  Repository: https://github.com/micromatch/is-glob

  is-inside-container@1.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/is-inside-container

  is-potential-custom-element-name@1.0.1
  License: MIT
  Repository: https://github.com/mathiasbynens/is-potential-custom-element-name

  is-wsl@3.1.1
  License: MIT
  Repository: https://github.com/sindresorhus/is-wsl

  isexe@2.0.0
  License: ISC
  Repository: https://github.com/isaacs/isexe

  js-levenshtein@1.1.6
  License: MIT
  Repository: https://github.com/gustf/js-levenshtein

  js-tokens@4.0.0
  License: MIT
  Repository: https://github.com/lydell/js-tokens

  js-yaml@4.1.1
  License: MIT
  Repository: https://github.com/nodeca/js-yaml

  jsdom@29.1.1
  License: MIT
  Repository: https://github.com/jsdom/jsdom

  jsesc@3.1.0
  License: MIT
  Repository: https://github.com/mathiasbynens/jsesc

  json-buffer@3.0.1
  License: MIT
  Repository: https://github.com/dominictarr/json-buffer

  json-schema-traverse@0.4.1
  License: MIT
  Repository: https://github.com/epoberezkin/json-schema-traverse

  json-schema-traverse@1.0.0
  License: MIT
  Repository: https://github.com/epoberezkin/json-schema-traverse

  json-stable-stringify-without-jsonify@1.0.1
  License: MIT
  Repository: https://github.com/samn/json-stable-stringify

  json5@2.2.3
  License: MIT
  Repository: https://github.com/json5/json5

  keyv@4.5.4
  License: MIT
  Repository: https://github.com/jaredwray/keyv

  levn@0.4.1
  License: MIT
  Repository: https://github.com/gkz/levn

  lightningcss-darwin-arm64@1.32.0
  License: MPL-2.0
  Repository: https://github.com/parcel-bundler/lightningcss

  lightningcss@1.32.0
  License: MPL-2.0
  Repository: https://github.com/parcel-bundler/lightningcss

  lightweight-charts@5.2.0
  License: Apache-2.0
  Repository: https://github.com/tradingview/lightweight-charts

  locate-path@6.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/locate-path

  lodash@4.18.1
  License: MIT
  Repository: https://github.com/lodash/lodash

  loose-envify@1.4.0
  License: MIT
  Repository: https://github.com/zertosh/loose-envify

  loupe@3.2.1
  License: MIT
  Repository: https://github.com/chaijs/loupe

  lru-cache@11.3.6
  License: BlueOak-1.0.0
  Repository: https://github.com/isaacs/node-lru-cache

  lru-cache@5.1.1
  License: ISC
  Repository: https://github.com/isaacs/node-lru-cache

  lz-string@1.5.0
  License: MIT
  Repository: https://github.com/pieroxy/lz-string

  magic-string@0.30.21
  License: MIT
  Repository: https://github.com/Rich-Harris/magic-string

  math-expression-evaluator@1.4.0
  License: MIT
  Repository: https://github.com/redhivesoftware/math-expression-evaluator

  mdn-data@2.27.1
  License: CC0-1.0
  Repository: https://github.com/mdn/data

  min-indent@1.0.1
  License: MIT
  Repository: https://github.com/thejameskyle/min-indent

  minimatch@10.2.5
  License: BlueOak-1.0.0
  Repository: https://github.com/isaacs/minimatch

  minimatch@5.1.9
  License: ISC
  Repository: https://github.com/isaacs/minimatch

  minimist@1.2.8
  License: MIT
  Repository: https://github.com/minimistjs/minimist

  minipass@7.1.3
  License: BlueOak-1.0.0
  Repository: https://github.com/isaacs/minipass

  ms@2.1.3
  License: MIT
  Repository: https://github.com/vercel/ms

  nanoid@3.3.12
  License: MIT
  Repository: https://github.com/ai/nanoid

  natural-compare@1.4.0
  License: MIT
  Repository: https://github.com/litejs/natural-compare-lite

  node-releases@2.0.38
  License: MIT
  Repository: https://github.com/chicoxyzzy/node-releases

  object-assign@4.1.1
  License: MIT
  Repository: https://github.com/sindresorhus/object-assign

  obug@2.1.1
  License: MIT
  Repository: https://github.com/sxzz/obug

  open@10.2.0
  License: MIT
  Repository: https://github.com/sindresorhus/open

  openapi-typescript@7.13.0
  License: MIT
  Repository: https://github.com/openapi-ts/openapi-typescript

  optionator@0.9.4
  License: MIT
  Repository: https://github.com/gkz/optionator

  p-limit@3.1.0
  License: MIT
  Repository: https://github.com/sindresorhus/p-limit

  p-locate@5.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/p-locate

  parse-json@8.3.0
  License: MIT
  Repository: https://github.com/sindresorhus/parse-json

  parse5@8.0.1
  License: MIT
  Repository: https://github.com/inikulin/parse5

  path-exists@4.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/path-exists

  path-key@3.1.1
  License: MIT
  Repository: https://github.com/sindresorhus/path-key

  path-parse@1.0.7
  License: MIT
  Repository: https://github.com/jbgutierrez/path-parse

  path-scurry@2.0.2
  License: BlueOak-1.0.0
  Repository: https://github.com/isaacs/path-scurry

  pathe@2.0.3
  License: MIT
  Repository: https://github.com/unjs/pathe

  pathval@2.0.1
  License: MIT
  Repository: https://github.com/chaijs/pathval

  picocolors@1.1.1
  License: ISC
  Repository: https://github.com/alexeyraspopov/picocolors

  picomatch@4.0.4
  License: MIT
  Repository: https://github.com/micromatch/picomatch

  playwright-core@1.59.1
  License: Apache-2.0
  Repository: https://github.com/microsoft/playwright

  playwright@1.59.1
  License: Apache-2.0
  Repository: https://github.com/microsoft/playwright

  pluralize@8.0.0
  License: MIT
  Repository: https://github.com/blakeembrey/pluralize

  postcss@8.5.14
  License: MIT
  Repository: https://github.com/postcss/postcss

  prelude-ls@1.2.1
  License: MIT
  Repository: https://github.com/gkz/prelude-ls

  pretty-format@27.5.1
  License: MIT
  Repository: https://github.com/facebook/jest

  prop-types@15.8.1
  License: MIT
  Repository: https://github.com/facebook/prop-types

  punycode@2.3.1
  License: MIT
  Repository: https://github.com/mathiasbynens/punycode.js

  pure-rand@8.4.0
  License: MIT
  Repository: https://github.com/dubzzz/pure-rand

  react-docgen-typescript@2.4.0
  License: MIT
  Repository: https://github.com/styleguidist/react-docgen-typescript

  react-docgen@8.0.3
  License: MIT
  Repository: https://github.com/reactjs/react-docgen

  react-dom@19.2.6
  License: MIT
  Repository: https://github.com/facebook/react

  react-is@16.13.1
  License: MIT
  Repository: https://github.com/facebook/react

  react-is@17.0.2
  License: MIT
  Repository: https://github.com/facebook/react

  react-router-dom@7.15.0
  License: MIT
  Repository: https://github.com/remix-run/react-router

  react-router@7.15.0
  License: MIT
  Repository: https://github.com/remix-run/react-router

  react-use-measure@2.1.7
  License: MIT
  Repository: https://github.com/pmndrs/react-use-measure

  react@19.2.6
  License: MIT
  Repository: https://github.com/facebook/react

  recast@0.23.11
  License: MIT
  Repository: https://github.com/benjamn/recast

  redent@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/redent

  reduce-css-calc@1.3.0
  License: MIT
  Repository: https://github.com/MoOx/reduce-css-calc

  reduce-function-call@1.0.3
  License: MIT
  Repository: https://github.com/MoOx/reduce-function-call

  require-from-string@2.0.2
  License: MIT
  Repository: https://github.com/floatdrop/require-from-string

  resolve@1.22.12
  License: MIT
  Repository: https://github.com/browserify/resolve

  robust-predicates@3.0.3
  License: Unlicense
  Repository: https://github.com/mourner/robust-predicates

  rolldown@1.0.0-rc.18
  License: MIT
  Repository: https://github.com/rolldown/rolldown

  run-applescript@7.1.0
  License: MIT
  Repository: https://github.com/sindresorhus/run-applescript

  saxes@6.0.0
  License: ISC
  Repository: https://github.com/lddubeau/saxes

  scheduler@0.27.0
  License: MIT
  Repository: https://github.com/facebook/react

  semver@6.3.1
  License: ISC
  Repository: https://github.com/npm/node-semver

  semver@7.7.4
  License: ISC
  Repository: https://github.com/npm/node-semver

  set-cookie-parser@2.7.2
  License: MIT
  Repository: https://github.com/nfriedly/set-cookie-parser

  shebang-command@2.0.0
  License: MIT
  Repository: https://github.com/kevva/shebang-command

  shebang-regex@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/shebang-regex

  siginfo@2.0.0
  License: ISC
  Repository: https://github.com/emilbayes/siginfo

  size-limit@12.1.0
  License: MIT
  Repository: https://github.com/ai/size-limit

  source-map-js@1.2.1
  License: BSD-3-Clause
  Repository: https://github.com/7rulnik/source-map-js

  source-map@0.6.1
  License: BSD-3-Clause
  Repository: https://github.com/mozilla/source-map

  stackback@0.0.2
  License: MIT
  Repository: https://github.com/shtylman/node-stackback

  std-env@4.1.0
  License: MIT
  Repository: https://github.com/unjs/std-env

  storybook@10.3.6
  License: MIT
  Repository: https://github.com/storybookjs/storybook

  strip-bom@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/strip-bom

  strip-indent@3.0.0
  License: MIT
  Repository: https://github.com/sindresorhus/strip-indent

  strip-indent@4.1.1
  License: MIT
  Repository: https://github.com/sindresorhus/strip-indent

  supports-color@10.2.2
  License: MIT
  Repository: https://github.com/chalk/supports-color

  supports-preserve-symlinks-flag@1.0.0
  License: MIT
  Repository: https://github.com/inspect-js/node-supports-preserve-symlinks-flag

  symbol-tree@3.2.4
  License: MIT
  Repository: https://github.com/jsdom/js-symbol-tree

  tiny-invariant@1.3.3
  License: MIT
  Repository: https://github.com/alexreardon/tiny-invariant

  tinybench@2.9.0
  License: MIT
  Repository: https://github.com/tinylibs/tinybench

  tinyexec@1.1.2
  License: MIT
  Repository: https://github.com/tinylibs/tinyexec

  tinyglobby@0.2.16
  License: MIT
  Repository: https://github.com/SuperchupuDev/tinyglobby

  tinyrainbow@3.1.0
  License: MIT
  Repository: https://github.com/tinylibs/tinyrainbow

  tinyspy@4.0.4
  License: MIT
  Repository: https://github.com/tinylibs/tinyspy

  tldts-core@7.0.30
  License: MIT
  Repository: https://github.com/remusao/tldts

  tldts@7.0.30
  License: MIT
  Repository: https://github.com/remusao/tldts

  tough-cookie@6.0.1
  License: BSD-3-Clause
  Repository: https://github.com/salesforce/tough-cookie

  tr46@6.0.0
  License: MIT
  Repository: https://github.com/jsdom/tr46

  ts-api-utils@2.5.0
  License: MIT
  Repository: https://github.com/JoshuaKGoldberg/ts-api-utils

  ts-dedent@2.2.0
  License: MIT
  Repository: https://github.com/tamino-martinius/node-ts-dedent

  tsconfig-paths@4.2.0
  License: MIT
  Repository: https://github.com/dividab/tsconfig-paths

  tslib@2.8.1
  License: 0BSD
  Repository: https://github.com/Microsoft/tslib

  type-check@0.4.0
  License: MIT
  Repository: https://github.com/gkz/type-check

  type-fest@4.41.0
  License: (MIT OR CC0-1.0)
  Repository: https://github.com/sindresorhus/type-fest

  typescript-eslint@8.59.3
  License: MIT
  Repository: https://github.com/typescript-eslint/typescript-eslint

  typescript@6.0.3
  License: Apache-2.0
  Repository: https://github.com/microsoft/TypeScript

  undici-types@7.19.2
  License: MIT
  Repository: https://github.com/nodejs/undici

  undici@7.25.0
  License: MIT
  Repository: https://github.com/nodejs/undici

  unplugin@2.3.11
  License: MIT
  Repository: https://github.com/unjs/unplugin

  update-browserslist-db@1.2.3
  License: MIT
  Repository: https://github.com/browserslist/update-db

  uri-js-replace@1.0.1
  License: MIT
  Repository: https://github.com/andreinwald/uri-js-replace

  uri-js@4.4.1
  License: BSD-2-Clause
  Repository: https://github.com/garycourt/uri-js

  use-sync-external-store@1.6.0
  License: MIT
  Repository: https://github.com/facebook/react

  vite@8.0.12
  License: MIT
  Repository: https://github.com/vitejs/vite

  vitest@4.1.6
  License: MIT
  Repository: https://github.com/vitest-dev/vitest

  w3c-xmlserializer@5.0.0
  License: MIT
  Repository: https://github.com/jsdom/w3c-xmlserializer

  webidl-conversions@8.0.1
  License: BSD-2-Clause
  Repository: https://github.com/jsdom/webidl-conversions

  webpack-virtual-modules@0.6.2
  License: MIT
  Repository: https://github.com/sysgears/webpack-virtual-modules

  whatwg-mimetype@5.0.0
  License: MIT
  Repository: https://github.com/jsdom/whatwg-mimetype

  whatwg-url@16.0.1
  License: MIT
  Repository: https://github.com/jsdom/whatwg-url

  which@2.0.2
  License: ISC
  Repository: https://github.com/isaacs/node-which

  why-is-node-running@2.3.0
  License: MIT
  Repository: https://github.com/mafintosh/why-is-node-running

  word-wrap@1.2.5
  License: MIT
  Repository: https://github.com/jonschlinkert/word-wrap

  ws@8.20.0
  License: MIT
  Repository: https://github.com/websockets/ws

  wsl-utils@0.1.0
  License: MIT
  Repository: https://github.com/sindresorhus/wsl-utils

  xml-name-validator@5.0.0
  License: Apache-2.0
  Repository: https://github.com/jsdom/xml-name-validator

  xmlchars@2.2.0
  License: MIT
  Repository: https://github.com/lddubeau/xmlchars

  yallist@3.1.1
  License: ISC
  Repository: https://github.com/isaacs/yallist

  yaml-ast-parser@0.0.43
  License: Apache-2.0
  Repository: https://github.com/mulesoft-labs/yaml-ast-parser

  yargs-parser@21.1.1
  License: ISC
  Repository: https://github.com/yargs/yargs-parser

  yocto-queue@0.1.0
  License: MIT
  Repository: https://github.com/sindresorhus/yocto-queue

  zod-validation-error@4.0.2
  License: MIT
  Repository: https://github.com/causaly/zod-validation-error

  zod@4.3.6
  License: MIT
  Repository: https://github.com/colinhacks/zod

================================================================================