# Third-Party Notices This file documents third-party packages present in this repository's current dependency tree. Generated on 2026-03-23 07:11:47 UTC from `package-lock.json` and installed `node_modules`. Your project's source code remains proprietary and covered by the repository's top-level `LICENSE` file. Third-party packages remain licensed under their respective terms. Reviewed exceptions and package-specific notes are sourced from `scripts/license-review-overrides.json`. ## Direct Dependency Summary | Package | Version | Scope | Declared License | Notice Source | | --- | --- | --- | --- | --- | | @nuxtjs/eslint-config-typescript | 12.1.0 | development | MIT | node_modules/@nuxtjs/eslint-config-typescript/LICENSE | | @types/jest | 30.0.0 | development | MIT | node_modules/@types/jest/LICENSE | | @types/node | 20.19.27 | development | MIT | node_modules/@types/node/LICENSE | | @vue/test-utils | 2.4.6 | development | MIT | node_modules/@vue/test-utils/LICENSE | | autoprefixer | 10.4.23 | development | MIT | node_modules/autoprefixer/LICENSE | | eslint | 8.57.1 | development | MIT | node_modules/eslint/LICENSE | | happy-dom | 20.0.11 | development | MIT | node_modules/happy-dom/LICENSE | | jest | 30.2.0 | development | MIT | node_modules/jest/LICENSE | | nuxt | 4.2.2 | development | MIT | node_modules/nuxt/LICENSE | | nuxt-security | 2.5.0 | development | MIT | node_modules/nuxt-security/LICENSE.md | | postcss | 8.5.6 | development | MIT | node_modules/postcss/LICENSE | | tailwindcss | 3.4.19 | development | MIT | node_modules/tailwindcss/LICENSE | | ts-jest | 29.4.6 | development | MIT | node_modules/ts-jest/LICENSE.md | | ts-node | 10.9.2 | development | MIT | node_modules/ts-node/LICENSE | | tsx | 4.21.0 | development | MIT | node_modules/tsx/LICENSE | | @supabase/ssr | 0.8.0 | runtime | MIT | node_modules/@supabase/ssr/LICENSE | | @supabase/supabase-js | 2.87.1 | runtime | MIT | package metadata only | | stripe | 18.5.0 | runtime | MIT | node_modules/stripe/LICENSE | ## License Inventory Summary | Declared License | Package Count | | --- | --- | | (BSD-3-Clause OR GPL-2.0) | 1 | | (MIT OR CC0-1.0) | 6 | | 0BSD | 1 | | Apache-2.0 | 40 | | BSD-2-Clause | 24 | | BSD-3-Clause | 25 | | BlueOak-1.0.0 | 7 | | CC-BY-3.0 | 1 | | CC-BY-4.0 | 1 | | CC0-1.0 | 4 | | ISC | 79 | | MIT | 1166 | | MIT OR Apache-2.0 | 1 | | Python-2.0 | 1 | | UNKNOWN | 1 | ## Reviewed Exceptions | Package | Version | Status | Note | | --- | --- | --- | --- | | copy-paste | 2.2.0 | reviewed dev-only | Transitive dependency of @nuxt/cli used for development tooling. Not a direct application dependency and not expected in the production website bundle. | ## Direct Dependency Notice Texts ### `@nuxtjs/eslint-config-typescript` 12.1.0 - Scope: development - Declared license: MIT - Installed package path: `node_modules/@nuxtjs/eslint-config-typescript` - Notice source: `node_modules/@nuxtjs/eslint-config-typescript/LICENSE` ```text MIT License Copyright (c) 2019-2022 Nuxt Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `@types/jest` 30.0.0 - Scope: development - Declared license: MIT - Installed package path: `node_modules/@types/jest` - Notice source: `node_modules/@types/jest/LICENSE` ```text MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE ``` ### `@types/node` 20.19.27 - Scope: development - Declared license: MIT - Installed package path: `node_modules/@types/node` - Notice source: `node_modules/@types/node/LICENSE` ```text MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE ``` ### `@vue/test-utils` 2.4.6 - Scope: development - Declared license: MIT - Installed package path: `node_modules/@vue/test-utils` - Notice source: `node_modules/@vue/test-utils/LICENSE` ```text The MIT License (MIT) Copyright (c) 2021-present vuejs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `autoprefixer` 10.4.23 - Scope: development - Declared license: MIT - Installed package path: `node_modules/autoprefixer` - Notice source: `node_modules/autoprefixer/LICENSE` ```text The MIT License (MIT) Copyright 2013 Andrey Sitnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `eslint` 8.57.1 - Scope: development - Declared license: MIT - Installed package path: `node_modules/eslint` - Notice source: `node_modules/eslint/LICENSE` ```text Copyright OpenJS Foundation and other contributors, Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `happy-dom` 20.0.11 - Scope: development - Declared license: MIT - Installed package path: `node_modules/happy-dom` - Notice source: `node_modules/happy-dom/LICENSE` ```text MIT License Copyright (c) 2019 David Ortner (capricorn86) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `jest` 30.2.0 - Scope: development - Declared license: MIT - Installed package path: `node_modules/jest` - Notice source: `node_modules/jest/LICENSE` ```text MIT License Copyright (c) Meta Platforms, Inc. and affiliates. Copyright Contributors to the Jest project. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `nuxt` 4.2.2 - Scope: development - Declared license: MIT - Installed package path: `node_modules/nuxt` - Notice source: `node_modules/nuxt/LICENSE` ```text The MIT License (MIT) Copyright (c) 2016-present - Nuxt Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `nuxt-security` 2.5.0 - Scope: development - Declared license: MIT - Installed package path: `node_modules/nuxt-security` - Notice source: `node_modules/nuxt-security/LICENSE.md` ```text MIT License Copyright (c) 2022-Present - Baroshem Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `postcss` 8.5.6 - Scope: development - Declared license: MIT - Installed package path: `node_modules/postcss` - Notice source: `node_modules/postcss/LICENSE` ```text The MIT License (MIT) Copyright 2013 Andrey Sitnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `tailwindcss` 3.4.19 - Scope: development - Declared license: MIT - Installed package path: `node_modules/tailwindcss` - Notice source: `node_modules/tailwindcss/LICENSE` ```text MIT License Copyright (c) Tailwind Labs, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `ts-jest` 29.4.6 - Scope: development - Declared license: MIT - Installed package path: `node_modules/ts-jest` - Notice source: `node_modules/ts-jest/LICENSE.md` ```text MIT License Copyright (c) 2016-2025 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `ts-node` 10.9.2 - Scope: development - Declared license: MIT - Installed package path: `node_modules/ts-node` - Notice source: `node_modules/ts-node/LICENSE` ```text The MIT License (MIT) Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `tsx` 4.21.0 - Scope: development - Declared license: MIT - Installed package path: `node_modules/tsx` - Notice source: `node_modules/tsx/LICENSE` ```text MIT License Copyright (c) Hiroki Osame Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `@supabase/ssr` 0.8.0 - Scope: runtime - Declared license: MIT - Installed package path: `node_modules/@supabase/ssr` - Notice source: `node_modules/@supabase/ssr/LICENSE` ```text MIT License Copyright (c) 2022-2023 Supabase, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ### `@supabase/supabase-js` 2.87.1 - Scope: runtime - Declared license: MIT - Installed package path: `node_modules/@supabase/supabase-js` - Notice source: no standalone license file found in the installed package; metadata points to `https://github.com/supabase/supabase-js.git` _No standalone license text was found in the installed package contents. Review the package repository referenced above before external distribution._ ### `stripe` 18.5.0 - Scope: runtime - Declared license: MIT - Installed package path: `node_modules/stripe` - Notice source: `node_modules/stripe/LICENSE` ```text Copyright (C) 2011 Ask Bjørn Hansen Copyright (C) 2013 Stripe, Inc. (https://stripe.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ## Full Dependency Inventory | Package | Version | Declared License | License File | Review Status | | --- | --- | --- | --- | --- | | @alloc/quick-lru | 5.2.0 | MIT | node_modules/@alloc/quick-lru/license | | | @babel/code-frame | 7.27.1 | MIT | node_modules/@babel/code-frame/LICENSE | | | @babel/compat-data | 7.28.5 | MIT | node_modules/@babel/compat-data/LICENSE | | | @babel/core | 7.28.5 | MIT | node_modules/@babel/core/LICENSE | | | @babel/core/node_modules/semver | 6.3.1 | ISC | node_modules/@babel/core/node_modules/semver/LICENSE | | | @babel/generator | 7.28.5 | MIT | node_modules/@babel/generator/LICENSE | | | @babel/helper-annotate-as-pure | 7.27.3 | MIT | node_modules/@babel/helper-annotate-as-pure/LICENSE | | | @babel/helper-compilation-targets | 7.27.2 | MIT | node_modules/@babel/helper-compilation-targets/LICENSE | | | @babel/helper-compilation-targets/node_modules/semver | 6.3.1 | ISC | node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE | | | @babel/helper-create-class-features-plugin | 7.28.5 | MIT | node_modules/@babel/helper-create-class-features-plugin/LICENSE | | | @babel/helper-create-class-features-plugin/node_modules/semver | 6.3.1 | ISC | node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE | | | @babel/helper-globals | 7.28.0 | MIT | node_modules/@babel/helper-globals/LICENSE | | | @babel/helper-member-expression-to-functions | 7.28.5 | MIT | node_modules/@babel/helper-member-expression-to-functions/LICENSE | | | @babel/helper-module-imports | 7.27.1 | MIT | node_modules/@babel/helper-module-imports/LICENSE | | | @babel/helper-module-transforms | 7.28.3 | MIT | node_modules/@babel/helper-module-transforms/LICENSE | | | @babel/helper-optimise-call-expression | 7.27.1 | MIT | node_modules/@babel/helper-optimise-call-expression/LICENSE | | | @babel/helper-plugin-utils | 7.27.1 | MIT | node_modules/@babel/helper-plugin-utils/LICENSE | | | @babel/helper-replace-supers | 7.27.1 | MIT | node_modules/@babel/helper-replace-supers/LICENSE | | | @babel/helper-skip-transparent-expression-wrappers | 7.27.1 | MIT | node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE | | | @babel/helper-string-parser | 7.27.1 | MIT | node_modules/@babel/helper-string-parser/LICENSE | | | @babel/helper-validator-identifier | 7.28.5 | MIT | node_modules/@babel/helper-validator-identifier/LICENSE | | | @babel/helper-validator-option | 7.27.1 | MIT | node_modules/@babel/helper-validator-option/LICENSE | | | @babel/helpers | 7.28.4 | MIT | node_modules/@babel/helpers/LICENSE | | | @babel/parser | 7.28.5 | MIT | node_modules/@babel/parser/LICENSE | | | @babel/plugin-syntax-async-generators | 7.8.4 | MIT | node_modules/@babel/plugin-syntax-async-generators/LICENSE | | | @babel/plugin-syntax-bigint | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-bigint/LICENSE | | | @babel/plugin-syntax-class-properties | 7.12.13 | MIT | node_modules/@babel/plugin-syntax-class-properties/LICENSE | | | @babel/plugin-syntax-class-static-block | 7.14.5 | MIT | node_modules/@babel/plugin-syntax-class-static-block/LICENSE | | | @babel/plugin-syntax-import-attributes | 7.27.1 | MIT | node_modules/@babel/plugin-syntax-import-attributes/LICENSE | | | @babel/plugin-syntax-import-meta | 7.10.4 | MIT | node_modules/@babel/plugin-syntax-import-meta/LICENSE | | | @babel/plugin-syntax-json-strings | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-json-strings/LICENSE | | | @babel/plugin-syntax-jsx | 7.27.1 | MIT | node_modules/@babel/plugin-syntax-jsx/LICENSE | | | @babel/plugin-syntax-logical-assignment-operators | 7.10.4 | MIT | node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE | | | @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE | | | @babel/plugin-syntax-numeric-separator | 7.10.4 | MIT | node_modules/@babel/plugin-syntax-numeric-separator/LICENSE | | | @babel/plugin-syntax-object-rest-spread | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE | | | @babel/plugin-syntax-optional-catch-binding | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE | | | @babel/plugin-syntax-optional-chaining | 7.8.3 | MIT | node_modules/@babel/plugin-syntax-optional-chaining/LICENSE | | | @babel/plugin-syntax-private-property-in-object | 7.14.5 | MIT | node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE | | | @babel/plugin-syntax-top-level-await | 7.14.5 | MIT | node_modules/@babel/plugin-syntax-top-level-await/LICENSE | | | @babel/plugin-syntax-typescript | 7.27.1 | MIT | node_modules/@babel/plugin-syntax-typescript/LICENSE | | | @babel/plugin-transform-typescript | 7.28.5 | MIT | node_modules/@babel/plugin-transform-typescript/LICENSE | | | @babel/template | 7.27.2 | MIT | node_modules/@babel/template/LICENSE | | | @babel/traverse | 7.28.5 | MIT | node_modules/@babel/traverse/LICENSE | | | @babel/types | 7.28.5 | MIT | node_modules/@babel/types/LICENSE | | | @bcoe/v8-coverage | 0.2.3 | MIT | node_modules/@bcoe/v8-coverage/LICENSE.md | | | @bomb.sh/tab | 0.0.9 | MIT | not found in package contents | | | @clack/core | 1.0.0-alpha.7 | MIT | node_modules/@clack/core/LICENSE | | | @clack/prompts | 1.0.0-alpha.7 | MIT | node_modules/@clack/prompts/LICENSE | | | @cloudflare/kv-asset-handler | 0.4.1 | MIT OR Apache-2.0 | not found in package contents | | | @cloudflare/kv-asset-handler/node_modules/mime | 3.0.0 | MIT | node_modules/@cloudflare/kv-asset-handler/node_modules/mime/LICENSE | | | @cspotcode/source-map-support | 0.8.1 | MIT | node_modules/@cspotcode/source-map-support/LICENSE.md | | | @cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping | 0.3.9 | MIT | node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/LICENSE | | | @dxup/nuxt | 0.2.2 | MIT | node_modules/@dxup/nuxt/LICENSE | | | @dxup/nuxt/node_modules/chokidar | 4.0.3 | MIT | node_modules/@dxup/nuxt/node_modules/chokidar/LICENSE | | | @dxup/nuxt/node_modules/readdirp | 4.1.2 | MIT | node_modules/@dxup/nuxt/node_modules/readdirp/LICENSE | | | @dxup/unimport | 0.1.2 | MIT | node_modules/@dxup/unimport/LICENSE | | | @emnapi/core | 1.7.1 | MIT | node_modules/@emnapi/core/LICENSE | | | @emnapi/runtime | 1.7.1 | MIT | node_modules/@emnapi/runtime/LICENSE | | | @emnapi/wasi-threads | 1.1.0 | MIT | node_modules/@emnapi/wasi-threads/LICENSE | | | @esbuild/aix-ppc64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/android-arm | 0.27.1 | MIT | not found in package contents | | | @esbuild/android-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/android-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/darwin-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/darwin-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/freebsd-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/freebsd-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-arm | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-ia32 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-loong64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-mips64el | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-ppc64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-riscv64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-s390x | 0.27.1 | MIT | not found in package contents | | | @esbuild/linux-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/netbsd-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/netbsd-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/openbsd-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/openbsd-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/openharmony-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/sunos-x64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/win32-arm64 | 0.27.1 | MIT | not found in package contents | | | @esbuild/win32-ia32 | 0.27.1 | MIT | not found in package contents | | | @esbuild/win32-x64 | 0.27.1 | MIT | not found in package contents | | | @eslint-community/eslint-utils | 4.9.0 | MIT | node_modules/@eslint-community/eslint-utils/LICENSE | | | @eslint-community/regexpp | 4.12.2 | MIT | node_modules/@eslint-community/regexpp/LICENSE | | | @eslint/config-array | 0.21.1 | Apache-2.0 | not found in package contents | | | @eslint/config-array/node_modules/brace-expansion | 1.1.12 | MIT | not found in package contents | | | @eslint/config-array/node_modules/minimatch | 3.1.2 | ISC | not found in package contents | | | @eslint/config-helpers | 0.4.2 | Apache-2.0 | not found in package contents | | | @eslint/core | 0.17.0 | Apache-2.0 | not found in package contents | | | @eslint/eslintrc | 2.1.4 | MIT | node_modules/@eslint/eslintrc/LICENSE | | | @eslint/eslintrc/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/@eslint/eslintrc/node_modules/brace-expansion/LICENSE | | | @eslint/eslintrc/node_modules/minimatch | 3.1.2 | ISC | node_modules/@eslint/eslintrc/node_modules/minimatch/LICENSE | | | @eslint/js | 8.57.1 | MIT | node_modules/@eslint/js/LICENSE | | | @eslint/object-schema | 2.1.7 | Apache-2.0 | not found in package contents | | | @eslint/plugin-kit | 0.4.1 | Apache-2.0 | not found in package contents | | | @humanfs/core | 0.19.1 | Apache-2.0 | not found in package contents | | | @humanfs/node | 0.16.7 | Apache-2.0 | not found in package contents | | | @humanwhocodes/config-array | 0.13.0 | Apache-2.0 | node_modules/@humanwhocodes/config-array/LICENSE | | | @humanwhocodes/config-array/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/@humanwhocodes/config-array/node_modules/brace-expansion/LICENSE | | | @humanwhocodes/config-array/node_modules/minimatch | 3.1.2 | ISC | node_modules/@humanwhocodes/config-array/node_modules/minimatch/LICENSE | | | @humanwhocodes/module-importer | 1.0.1 | Apache-2.0 | node_modules/@humanwhocodes/module-importer/LICENSE | | | @humanwhocodes/object-schema | 2.0.3 | BSD-3-Clause | node_modules/@humanwhocodes/object-schema/LICENSE | | | @humanwhocodes/retry | 0.4.3 | Apache-2.0 | not found in package contents | | | @ioredis/commands | 1.4.0 | MIT | node_modules/@ioredis/commands/LICENSE | | | @isaacs/cliui | 8.0.2 | ISC | node_modules/@isaacs/cliui/LICENSE.txt | | | @isaacs/cliui/node_modules/ansi-regex | 6.2.2 | MIT | node_modules/@isaacs/cliui/node_modules/ansi-regex/license | | | @isaacs/cliui/node_modules/strip-ansi | 7.1.2 | MIT | node_modules/@isaacs/cliui/node_modules/strip-ansi/license | | | @isaacs/fs-minipass | 4.0.1 | ISC | node_modules/@isaacs/fs-minipass/LICENSE | | | @istanbuljs/load-nyc-config | 1.1.0 | ISC | node_modules/@istanbuljs/load-nyc-config/LICENSE | | | @istanbuljs/load-nyc-config/node_modules/argparse | 1.0.10 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/LICENSE | | | @istanbuljs/load-nyc-config/node_modules/find-up | 4.1.0 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/find-up/license | | | @istanbuljs/load-nyc-config/node_modules/js-yaml | 3.14.2 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/LICENSE | | | @istanbuljs/load-nyc-config/node_modules/locate-path | 5.0.0 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path/license | | | @istanbuljs/load-nyc-config/node_modules/p-limit | 2.3.0 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit/license | | | @istanbuljs/load-nyc-config/node_modules/p-locate | 4.1.0 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate/license | | | @istanbuljs/load-nyc-config/node_modules/resolve-from | 5.0.0 | MIT | node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from/license | | | @istanbuljs/schema | 0.1.3 | MIT | node_modules/@istanbuljs/schema/LICENSE | | | @jest/console | 30.2.0 | MIT | node_modules/@jest/console/LICENSE | | | @jest/core | 30.2.0 | MIT | node_modules/@jest/core/LICENSE | | | @jest/core/node_modules/ci-info | 4.3.1 | MIT | node_modules/@jest/core/node_modules/ci-info/LICENSE | | | @jest/diff-sequences | 30.0.1 | MIT | node_modules/@jest/diff-sequences/LICENSE | | | @jest/environment | 30.2.0 | MIT | node_modules/@jest/environment/LICENSE | | | @jest/expect | 30.2.0 | MIT | node_modules/@jest/expect/LICENSE | | | @jest/expect-utils | 30.2.0 | MIT | node_modules/@jest/expect-utils/LICENSE | | | @jest/fake-timers | 30.2.0 | MIT | node_modules/@jest/fake-timers/LICENSE | | | @jest/get-type | 30.1.0 | MIT | node_modules/@jest/get-type/LICENSE | | | @jest/globals | 30.2.0 | MIT | node_modules/@jest/globals/LICENSE | | | @jest/pattern | 30.0.1 | MIT | node_modules/@jest/pattern/LICENSE | | | @jest/reporters | 30.2.0 | MIT | node_modules/@jest/reporters/LICENSE | | | @jest/schemas | 30.0.5 | MIT | node_modules/@jest/schemas/LICENSE | | | @jest/snapshot-utils | 30.2.0 | MIT | node_modules/@jest/snapshot-utils/LICENSE | | | @jest/source-map | 30.0.1 | MIT | node_modules/@jest/source-map/LICENSE | | | @jest/test-result | 30.2.0 | MIT | node_modules/@jest/test-result/LICENSE | | | @jest/test-sequencer | 30.2.0 | MIT | node_modules/@jest/test-sequencer/LICENSE | | | @jest/transform | 30.2.0 | MIT | node_modules/@jest/transform/LICENSE | | | @jest/types | 30.2.0 | MIT | node_modules/@jest/types/LICENSE | | | @jridgewell/gen-mapping | 0.3.13 | MIT | node_modules/@jridgewell/gen-mapping/LICENSE | | | @jridgewell/remapping | 2.3.5 | MIT | node_modules/@jridgewell/remapping/LICENSE | | | @jridgewell/resolve-uri | 3.1.2 | MIT | node_modules/@jridgewell/resolve-uri/LICENSE | | | @jridgewell/source-map | 0.3.11 | MIT | node_modules/@jridgewell/source-map/LICENSE | | | @jridgewell/sourcemap-codec | 1.5.5 | MIT | node_modules/@jridgewell/sourcemap-codec/LICENSE | | | @jridgewell/trace-mapping | 0.3.31 | MIT | node_modules/@jridgewell/trace-mapping/LICENSE | | | @kwsites/file-exists | 1.1.1 | MIT | node_modules/@kwsites/file-exists/LICENSE | | | @kwsites/promise-deferred | 1.1.1 | MIT | node_modules/@kwsites/promise-deferred/LICENSE | | | @mapbox/node-pre-gyp | 2.0.3 | BSD-3-Clause | node_modules/@mapbox/node-pre-gyp/LICENSE | | | @mapbox/node-pre-gyp/node_modules/detect-libc | 2.1.2 | Apache-2.0 | node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc/LICENSE | | | @napi-rs/wasm-runtime | 1.1.0 | MIT | not found in package contents | | | @nodelib/fs.scandir | 2.1.5 | MIT | node_modules/@nodelib/fs.scandir/LICENSE | | | @nodelib/fs.stat | 2.0.5 | MIT | node_modules/@nodelib/fs.stat/LICENSE | | | @nodelib/fs.walk | 1.2.8 | MIT | node_modules/@nodelib/fs.walk/LICENSE | | | @nolyfill/is-core-module | 1.0.39 | MIT | node_modules/@nolyfill/is-core-module/LICENSE | | | @nuxt/cli | 3.31.2 | MIT | not found in package contents | | | @nuxt/devalue | 2.0.2 | MIT | node_modules/@nuxt/devalue/LICENSE | | | @nuxt/devtools | 3.1.1 | MIT | node_modules/@nuxt/devtools/LICENSE | | | @nuxt/devtools-kit | 3.1.1 | MIT | node_modules/@nuxt/devtools-kit/LICENSE | | | @nuxt/devtools-wizard | 3.1.1 | MIT | node_modules/@nuxt/devtools-wizard/LICENSE | | | @nuxt/devtools/node_modules/isexe | 3.1.1 | ISC | node_modules/@nuxt/devtools/node_modules/isexe/LICENSE | | | @nuxt/devtools/node_modules/local-pkg | 1.1.2 | MIT | node_modules/@nuxt/devtools/node_modules/local-pkg/LICENSE | | | @nuxt/devtools/node_modules/which | 5.0.0 | ISC | node_modules/@nuxt/devtools/node_modules/which/LICENSE | | | @nuxt/kit | 4.2.2 | MIT | node_modules/@nuxt/kit/LICENSE | | | @nuxt/kit/node_modules/ignore | 7.0.5 | MIT | node_modules/@nuxt/kit/node_modules/ignore/LICENSE-MIT | | | @nuxt/nitro-server | 4.2.2 | MIT | node_modules/@nuxt/nitro-server/LICENSE | | | @nuxt/nitro-server/node_modules/escape-string-regexp | 5.0.0 | MIT | node_modules/@nuxt/nitro-server/node_modules/escape-string-regexp/license | | | @nuxt/schema | 4.2.2 | MIT | node_modules/@nuxt/schema/LICENSE | | | @nuxt/telemetry | 2.6.6 | MIT | node_modules/@nuxt/telemetry/LICENSE | | | @nuxt/telemetry/node_modules/@nuxt/kit | 3.20.2 | MIT | node_modules/@nuxt/telemetry/node_modules/@nuxt/kit/LICENSE | | | @nuxt/telemetry/node_modules/ignore | 7.0.5 | MIT | node_modules/@nuxt/telemetry/node_modules/ignore/LICENSE-MIT | | | @nuxt/vite-builder | 4.2.2 | MIT | node_modules/@nuxt/vite-builder/LICENSE | | | @nuxt/vite-builder/node_modules/@eslint/eslintrc | 3.3.3 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/@eslint/js | 9.39.2 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/brace-expansion | 1.1.12 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/chokidar | 4.0.3 | MIT | node_modules/@nuxt/vite-builder/node_modules/chokidar/LICENSE | | | @nuxt/vite-builder/node_modules/escape-string-regexp | 5.0.0 | MIT | node_modules/@nuxt/vite-builder/node_modules/escape-string-regexp/license | | | @nuxt/vite-builder/node_modules/eslint | 9.39.2 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/eslint-scope | 8.4.0 | BSD-2-Clause | not found in package contents | | | @nuxt/vite-builder/node_modules/eslint-visitor-keys | 4.2.1 | Apache-2.0 | not found in package contents | | | @nuxt/vite-builder/node_modules/eslint/node_modules/escape-string-regexp | 4.0.0 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/espree | 10.4.0 | BSD-2-Clause | not found in package contents | | | @nuxt/vite-builder/node_modules/file-entry-cache | 8.0.0 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/flat-cache | 4.0.1 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/globals | 14.0.0 | MIT | not found in package contents | | | @nuxt/vite-builder/node_modules/minimatch | 3.1.2 | ISC | not found in package contents | | | @nuxt/vite-builder/node_modules/npm-run-path | 6.0.0 | MIT | node_modules/@nuxt/vite-builder/node_modules/npm-run-path/license | | | @nuxt/vite-builder/node_modules/path-key | 4.0.0 | MIT | node_modules/@nuxt/vite-builder/node_modules/path-key/license | | | @nuxt/vite-builder/node_modules/picomatch | 4.0.3 | MIT | node_modules/@nuxt/vite-builder/node_modules/picomatch/LICENSE | | | @nuxt/vite-builder/node_modules/readdirp | 4.1.2 | MIT | node_modules/@nuxt/vite-builder/node_modules/readdirp/LICENSE | | | @nuxt/vite-builder/node_modules/vite-plugin-checker | 0.12.0 | MIT | node_modules/@nuxt/vite-builder/node_modules/vite-plugin-checker/LICENSE | | | @nuxtjs/eslint-config | 12.0.0 | MIT | not found in package contents | | | @nuxtjs/eslint-config-typescript | 12.1.0 | MIT | node_modules/@nuxtjs/eslint-config-typescript/LICENSE | | | @one-ini/wasm | 0.1.1 | MIT | node_modules/@one-ini/wasm/LICENSE | | | @oxc-minify/binding-android-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-darwin-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-darwin-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-freebsd-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-arm-gnueabihf | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-arm64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-arm64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-riscv64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-s390x-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-x64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-linux-x64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-openharmony-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-wasm32-wasi | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-win32-arm64-msvc | 0.102.0 | MIT | not found in package contents | | | @oxc-minify/binding-win32-x64-msvc | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-android-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-darwin-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-darwin-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-freebsd-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-arm-gnueabihf | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-arm64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-arm64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-riscv64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-s390x-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-x64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-linux-x64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-openharmony-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-wasm32-wasi | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-win32-arm64-msvc | 0.102.0 | MIT | not found in package contents | | | @oxc-parser/binding-win32-x64-msvc | 0.102.0 | MIT | not found in package contents | | | @oxc-project/types | 0.102.0 | MIT | node_modules/@oxc-project/types/LICENSE | | | @oxc-transform/binding-android-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-darwin-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-darwin-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-freebsd-x64 | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-arm-gnueabihf | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-arm64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-arm64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-riscv64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-s390x-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-x64-gnu | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-linux-x64-musl | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-openharmony-arm64 | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-wasm32-wasi | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-win32-arm64-msvc | 0.102.0 | MIT | not found in package contents | | | @oxc-transform/binding-win32-x64-msvc | 0.102.0 | MIT | not found in package contents | | | @parcel/watcher | 2.5.1 | MIT | node_modules/@parcel/watcher/LICENSE | | | @parcel/watcher-android-arm64 | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-darwin-arm64 | 2.5.1 | MIT | node_modules/@parcel/watcher-darwin-arm64/LICENSE | | | @parcel/watcher-darwin-x64 | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-freebsd-x64 | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-arm-glibc | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-arm-musl | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-arm64-glibc | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-arm64-musl | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-x64-glibc | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-linux-x64-musl | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-wasm | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-wasm/node_modules/napi-wasm | 1.1.0 | MIT | not found in package contents | | | @parcel/watcher-win32-arm64 | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-win32-ia32 | 2.5.1 | MIT | not found in package contents | | | @parcel/watcher-win32-x64 | 2.5.1 | MIT | not found in package contents | | | @pkgjs/parseargs | 0.11.0 | MIT | node_modules/@pkgjs/parseargs/LICENSE | | | @pkgr/core | 0.2.9 | MIT | not found in package contents | | | @polka/url | 1.0.0-next.29 | MIT | not found in package contents | | | @poppinss/colors | 4.1.6 | MIT | node_modules/@poppinss/colors/LICENSE.md | | | @poppinss/colors/node_modules/kleur | 4.1.5 | MIT | node_modules/@poppinss/colors/node_modules/kleur/license | | | @poppinss/dumper | 0.6.5 | MIT | node_modules/@poppinss/dumper/LICENSE.md | | | @poppinss/dumper/node_modules/supports-color | 10.2.2 | MIT | node_modules/@poppinss/dumper/node_modules/supports-color/license | | | @poppinss/exception | 1.2.3 | MIT | node_modules/@poppinss/exception/LICENSE.md | | | @rolldown/pluginutils | 1.0.0-beta.53 | MIT | node_modules/@rolldown/pluginutils/LICENSE | | | @rollup/plugin-alias | 5.1.1 | MIT | node_modules/@rollup/plugin-alias/LICENSE | | | @rollup/plugin-commonjs | 28.0.9 | MIT | node_modules/@rollup/plugin-commonjs/LICENSE | | | @rollup/plugin-commonjs/node_modules/fdir | 6.5.0 | MIT | node_modules/@rollup/plugin-commonjs/node_modules/fdir/LICENSE | | | @rollup/plugin-commonjs/node_modules/picomatch | 4.0.3 | MIT | node_modules/@rollup/plugin-commonjs/node_modules/picomatch/LICENSE | | | @rollup/plugin-inject | 5.0.5 | MIT | not found in package contents | | | @rollup/plugin-json | 6.1.0 | MIT | node_modules/@rollup/plugin-json/LICENSE | | | @rollup/plugin-node-resolve | 16.0.3 | MIT | node_modules/@rollup/plugin-node-resolve/LICENSE | | | @rollup/plugin-replace | 6.0.3 | MIT | node_modules/@rollup/plugin-replace/LICENSE | | | @rollup/plugin-terser | 0.4.4 | MIT | not found in package contents | | | @rollup/pluginutils | 5.3.0 | MIT | node_modules/@rollup/pluginutils/LICENSE | | | @rollup/pluginutils/node_modules/picomatch | 4.0.3 | MIT | node_modules/@rollup/pluginutils/node_modules/picomatch/LICENSE | | | @rollup/rollup-android-arm-eabi | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-android-arm64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-darwin-arm64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-darwin-x64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-freebsd-arm64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-freebsd-x64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-arm-gnueabihf | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-arm-musleabihf | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-arm64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-arm64-musl | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-loong64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-ppc64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-riscv64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-riscv64-musl | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-s390x-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-x64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-linux-x64-musl | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-openharmony-arm64 | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-win32-arm64-msvc | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-win32-ia32-msvc | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-win32-x64-gnu | 4.53.3 | MIT | not found in package contents | | | @rollup/rollup-win32-x64-msvc | 4.53.3 | MIT | not found in package contents | | | @rtsao/scc | 1.1.0 | MIT | node_modules/@rtsao/scc/LICENSE | | | @sinclair/typebox | 0.34.41 | MIT | node_modules/@sinclair/typebox/license | | | @sindresorhus/is | 7.1.1 | MIT | node_modules/@sindresorhus/is/license | | | @sindresorhus/merge-streams | 4.0.0 | MIT | node_modules/@sindresorhus/merge-streams/license | | | @sinonjs/commons | 3.0.1 | BSD-3-Clause | node_modules/@sinonjs/commons/LICENSE | | | @sinonjs/fake-timers | 13.0.5 | BSD-3-Clause | node_modules/@sinonjs/fake-timers/LICENSE | | | @speed-highlight/core | 1.2.12 | CC0-1.0 | node_modules/@speed-highlight/core/LICENSE | | | @supabase/auth-js | 2.87.1 | MIT | node_modules/@supabase/auth-js/LICENSE | | | @supabase/functions-js | 2.87.1 | MIT | not found in package contents | | | @supabase/postgrest-js | 2.87.1 | MIT | not found in package contents | | | @supabase/realtime-js | 2.87.1 | MIT | not found in package contents | | | @supabase/ssr | 0.8.0 | MIT | node_modules/@supabase/ssr/LICENSE | | | @supabase/storage-js | 2.87.1 | MIT | not found in package contents | | | @supabase/supabase-js | 2.87.1 | MIT | not found in package contents | | | @tsconfig/node10 | 1.0.12 | MIT | node_modules/@tsconfig/node10/LICENSE | | | @tsconfig/node12 | 1.0.11 | MIT | node_modules/@tsconfig/node12/LICENSE | | | @tsconfig/node14 | 1.0.3 | MIT | node_modules/@tsconfig/node14/LICENSE | | | @tsconfig/node16 | 1.0.4 | MIT | node_modules/@tsconfig/node16/LICENSE | | | @tybys/wasm-util | 0.10.1 | MIT | not found in package contents | | | @types/babel__core | 7.20.5 | MIT | node_modules/@types/babel__core/LICENSE | | | @types/babel__generator | 7.27.0 | MIT | node_modules/@types/babel__generator/LICENSE | | | @types/babel__template | 7.4.4 | MIT | node_modules/@types/babel__template/LICENSE | | | @types/babel__traverse | 7.28.0 | MIT | node_modules/@types/babel__traverse/LICENSE | | | @types/estree | 1.0.8 | MIT | node_modules/@types/estree/LICENSE | | | @types/istanbul-lib-coverage | 2.0.6 | MIT | node_modules/@types/istanbul-lib-coverage/LICENSE | | | @types/istanbul-lib-report | 3.0.3 | MIT | node_modules/@types/istanbul-lib-report/LICENSE | | | @types/istanbul-reports | 3.0.4 | MIT | node_modules/@types/istanbul-reports/LICENSE | | | @types/jest | 30.0.0 | MIT | node_modules/@types/jest/LICENSE | | | @types/json-schema | 7.0.15 | MIT | node_modules/@types/json-schema/LICENSE | | | @types/json5 | 0.0.29 | MIT | not found in package contents | | | @types/node | 20.19.27 | MIT | node_modules/@types/node/LICENSE | | | @types/normalize-package-data | 2.4.4 | MIT | node_modules/@types/normalize-package-data/LICENSE | | | @types/parse-path | 7.0.3 | MIT | node_modules/@types/parse-path/LICENSE | | | @types/phoenix | 1.6.7 | MIT | node_modules/@types/phoenix/LICENSE | | | @types/resolve | 1.20.2 | MIT | node_modules/@types/resolve/LICENSE | | | @types/semver | 7.7.1 | MIT | node_modules/@types/semver/LICENSE | | | @types/stack-utils | 2.0.3 | MIT | node_modules/@types/stack-utils/LICENSE | | | @types/whatwg-mimetype | 3.0.2 | MIT | node_modules/@types/whatwg-mimetype/LICENSE | | | @types/ws | 8.18.1 | MIT | node_modules/@types/ws/LICENSE | | | @types/yargs | 17.0.35 | MIT | node_modules/@types/yargs/LICENSE | | | @types/yargs-parser | 21.0.3 | MIT | node_modules/@types/yargs-parser/LICENSE | | | @typescript-eslint/eslint-plugin | 6.21.0 | MIT | node_modules/@typescript-eslint/eslint-plugin/LICENSE | | | @typescript-eslint/parser | 6.21.0 | BSD-2-Clause | node_modules/@typescript-eslint/parser/LICENSE | | | @typescript-eslint/scope-manager | 6.21.0 | MIT | node_modules/@typescript-eslint/scope-manager/LICENSE | | | @typescript-eslint/type-utils | 6.21.0 | MIT | node_modules/@typescript-eslint/type-utils/LICENSE | | | @typescript-eslint/types | 6.21.0 | MIT | node_modules/@typescript-eslint/types/LICENSE | | | @typescript-eslint/typescript-estree | 6.21.0 | BSD-2-Clause | node_modules/@typescript-eslint/typescript-estree/LICENSE | | | @typescript-eslint/utils | 6.21.0 | MIT | node_modules/@typescript-eslint/utils/LICENSE | | | @typescript-eslint/visitor-keys | 6.21.0 | MIT | node_modules/@typescript-eslint/visitor-keys/LICENSE | | | @ungap/structured-clone | 1.3.0 | ISC | node_modules/@ungap/structured-clone/LICENSE | | | @unhead/vue | 2.0.19 | MIT | node_modules/@unhead/vue/LICENSE | | | @unrs/resolver-binding-android-arm-eabi | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-android-arm64 | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-darwin-arm64 | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-darwin-x64 | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-freebsd-x64 | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-arm-gnueabihf | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-arm-musleabihf | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-arm64-gnu | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-arm64-musl | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-ppc64-gnu | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-riscv64-gnu | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-riscv64-musl | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-s390x-gnu | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-x64-gnu | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-linux-x64-musl | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-wasm32-wasi | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-wasm32-wasi/node_modules/@napi-rs/wasm-runtime | 0.2.12 | MIT | not found in package contents | | | @unrs/resolver-binding-win32-arm64-msvc | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-win32-ia32-msvc | 1.11.1 | MIT | not found in package contents | | | @unrs/resolver-binding-win32-x64-msvc | 1.11.1 | MIT | not found in package contents | | | @vercel/nft | 0.30.4 | MIT | node_modules/@vercel/nft/LICENSE | | | @vercel/nft/node_modules/picomatch | 4.0.3 | MIT | node_modules/@vercel/nft/node_modules/picomatch/LICENSE | | | @vercel/nft/node_modules/resolve-from | 5.0.0 | MIT | node_modules/@vercel/nft/node_modules/resolve-from/license | | | @vitejs/plugin-vue | 6.0.3 | MIT | node_modules/@vitejs/plugin-vue/LICENSE | | | @vitejs/plugin-vue-jsx | 5.1.2 | MIT | node_modules/@vitejs/plugin-vue-jsx/LICENSE | | | @volar/language-core | 2.4.26 | MIT | node_modules/@volar/language-core/LICENSE | | | @volar/source-map | 2.4.26 | MIT | node_modules/@volar/source-map/LICENSE | | | @vue-macros/common | 3.1.1 | MIT | node_modules/@vue-macros/common/LICENSE | | | @vue-macros/common/node_modules/local-pkg | 1.1.2 | MIT | node_modules/@vue-macros/common/node_modules/local-pkg/LICENSE | | | @vue-macros/common/node_modules/picomatch | 4.0.3 | MIT | node_modules/@vue-macros/common/node_modules/picomatch/LICENSE | | | @vue-macros/common/node_modules/unplugin-utils | 0.3.1 | MIT | node_modules/@vue-macros/common/node_modules/unplugin-utils/LICENSE | | | @vue/babel-helper-vue-transform-on | 2.0.1 | MIT | node_modules/@vue/babel-helper-vue-transform-on/LICENSE | | | @vue/babel-plugin-jsx | 2.0.1 | MIT | node_modules/@vue/babel-plugin-jsx/LICENSE | | | @vue/babel-plugin-resolve-type | 2.0.1 | MIT | node_modules/@vue/babel-plugin-resolve-type/LICENSE | | | @vue/compiler-core | 3.5.25 | MIT | node_modules/@vue/compiler-core/LICENSE | | | @vue/compiler-dom | 3.5.25 | MIT | node_modules/@vue/compiler-dom/LICENSE | | | @vue/compiler-sfc | 3.5.25 | MIT | node_modules/@vue/compiler-sfc/LICENSE | | | @vue/compiler-ssr | 3.5.25 | MIT | node_modules/@vue/compiler-ssr/LICENSE | | | @vue/devtools-api | 6.6.4 | MIT | not found in package contents | | | @vue/devtools-core | 8.0.5 | MIT | node_modules/@vue/devtools-core/LICENSE | | | @vue/devtools-kit | 8.0.5 | MIT | node_modules/@vue/devtools-kit/LICENSE | | | @vue/devtools-shared | 8.0.5 | MIT | node_modules/@vue/devtools-shared/LICENSE | | | @vue/language-core | 3.1.8 | MIT | node_modules/@vue/language-core/LICENSE | | | @vue/language-core/node_modules/picomatch | 4.0.3 | MIT | node_modules/@vue/language-core/node_modules/picomatch/LICENSE | | | @vue/reactivity | 3.5.25 | MIT | node_modules/@vue/reactivity/LICENSE | | | @vue/runtime-core | 3.5.25 | MIT | node_modules/@vue/runtime-core/LICENSE | | | @vue/runtime-dom | 3.5.25 | MIT | node_modules/@vue/runtime-dom/LICENSE | | | @vue/server-renderer | 3.5.25 | MIT | node_modules/@vue/server-renderer/LICENSE | | | @vue/shared | 3.5.25 | MIT | node_modules/@vue/shared/LICENSE | | | @vue/test-utils | 2.4.6 | MIT | node_modules/@vue/test-utils/LICENSE | | | abbrev | 3.0.1 | ISC | node_modules/abbrev/LICENSE | | | abort-controller | 3.0.0 | MIT | node_modules/abort-controller/LICENSE | | | acorn | 8.15.0 | MIT | node_modules/acorn/LICENSE | | | acorn-import-attributes | 1.9.5 | MIT | node_modules/acorn-import-attributes/LICENSE | | | acorn-jsx | 5.3.2 | MIT | node_modules/acorn-jsx/LICENSE | | | acorn-walk | 8.3.4 | MIT | node_modules/acorn-walk/LICENSE | | | agent-base | 7.1.4 | MIT | node_modules/agent-base/LICENSE | | | ajv | 6.12.6 | MIT | node_modules/ajv/LICENSE | | | alien-signals | 3.1.1 | MIT | node_modules/alien-signals/LICENSE | | | ansi-escapes | 4.3.2 | MIT | node_modules/ansi-escapes/license | | | ansi-escapes/node_modules/type-fest | 0.21.3 | (MIT OR CC0-1.0) | node_modules/ansi-escapes/node_modules/type-fest/license | | | ansi-regex | 5.0.1 | MIT | node_modules/ansi-regex/license | | | ansi-styles | 4.3.0 | MIT | node_modules/ansi-styles/license | | | ansis | 4.2.0 | ISC | node_modules/ansis/LICENSE | | | any-promise | 1.3.0 | MIT | node_modules/any-promise/LICENSE | | | anymatch | 3.1.3 | ISC | node_modules/anymatch/LICENSE | | | archiver | 7.0.1 | MIT | node_modules/archiver/LICENSE | | | archiver-utils | 5.0.2 | MIT | node_modules/archiver-utils/LICENSE | | | archiver-utils/node_modules/is-stream | 2.0.1 | MIT | node_modules/archiver-utils/node_modules/is-stream/license | | | arg | 5.0.2 | MIT | node_modules/arg/LICENSE.md | | | argparse | 2.0.1 | Python-2.0 | node_modules/argparse/LICENSE | | | array-buffer-byte-length | 1.0.2 | MIT | node_modules/array-buffer-byte-length/LICENSE | | | array-includes | 3.1.9 | MIT | node_modules/array-includes/LICENSE | | | array-union | 2.1.0 | MIT | node_modules/array-union/license | | | array.prototype.findlastindex | 1.2.6 | MIT | node_modules/array.prototype.findlastindex/LICENSE | | | array.prototype.flat | 1.3.3 | MIT | node_modules/array.prototype.flat/LICENSE | | | array.prototype.flatmap | 1.3.3 | MIT | node_modules/array.prototype.flatmap/LICENSE | | | arraybuffer.prototype.slice | 1.0.4 | MIT | node_modules/arraybuffer.prototype.slice/LICENSE | | | ast-kit | 2.2.0 | MIT | node_modules/ast-kit/LICENSE | | | ast-walker-scope | 0.8.3 | MIT | node_modules/ast-walker-scope/LICENSE | | | async | 3.2.6 | MIT | node_modules/async/LICENSE | | | async-function | 1.0.0 | MIT | node_modules/async-function/LICENSE | | | async-sema | 3.1.1 | MIT | node_modules/async-sema/license.md | | | autoprefixer | 10.4.23 | MIT | node_modules/autoprefixer/LICENSE | | | available-typed-arrays | 1.0.7 | MIT | node_modules/available-typed-arrays/LICENSE | | | b4a | 1.7.3 | Apache-2.0 | node_modules/b4a/LICENSE | | | babel-jest | 30.2.0 | MIT | node_modules/babel-jest/LICENSE | | | babel-plugin-istanbul | 7.0.1 | BSD-3-Clause | node_modules/babel-plugin-istanbul/LICENSE | | | babel-plugin-jest-hoist | 30.2.0 | MIT | node_modules/babel-plugin-jest-hoist/LICENSE | | | babel-preset-current-node-syntax | 1.2.0 | MIT | node_modules/babel-preset-current-node-syntax/LICENSE | | | babel-preset-jest | 30.2.0 | MIT | node_modules/babel-preset-jest/LICENSE | | | balanced-match | 1.0.2 | MIT | node_modules/balanced-match/LICENSE.md | | | bare-events | 2.8.2 | Apache-2.0 | node_modules/bare-events/LICENSE | | | base64-js | 1.5.1 | MIT | node_modules/base64-js/LICENSE | | | baseline-browser-mapping | 2.9.7 | Apache-2.0 | node_modules/baseline-browser-mapping/LICENSE.txt | | | basic-auth | 2.0.1 | MIT | node_modules/basic-auth/LICENSE | | | binary-extensions | 2.3.0 | MIT | node_modules/binary-extensions/license | | | bindings | 1.5.0 | MIT | node_modules/bindings/LICENSE.md | | | birpc | 2.9.0 | MIT | node_modules/birpc/LICENSE | | | boolbase | 1.0.0 | ISC | not found in package contents | | | brace-expansion | 2.0.2 | MIT | node_modules/brace-expansion/LICENSE | | | braces | 3.0.3 | MIT | node_modules/braces/LICENSE | | | browserslist | 4.28.1 | MIT | node_modules/browserslist/LICENSE | | | bs-logger | 0.2.6 | MIT | node_modules/bs-logger/LICENSE | | | bser | 2.1.1 | Apache-2.0 | not found in package contents | | | buffer | 6.0.3 | MIT | node_modules/buffer/LICENSE | | | buffer-crc32 | 1.0.0 | MIT | node_modules/buffer-crc32/LICENSE | | | buffer-from | 1.1.2 | MIT | node_modules/buffer-from/LICENSE | | | builtin-modules | 3.3.0 | MIT | node_modules/builtin-modules/license | | | builtins | 5.1.0 | MIT | node_modules/builtins/License | | | bundle-name | 4.1.0 | MIT | node_modules/bundle-name/license | | | c12 | 3.3.2 | MIT | node_modules/c12/LICENSE | | | c12/node_modules/chokidar | 4.0.3 | MIT | node_modules/c12/node_modules/chokidar/LICENSE | | | c12/node_modules/dotenv | 17.2.3 | BSD-2-Clause | node_modules/c12/node_modules/dotenv/LICENSE | | | c12/node_modules/readdirp | 4.1.2 | MIT | node_modules/c12/node_modules/readdirp/LICENSE | | | cac | 6.7.14 | MIT | node_modules/cac/LICENSE | | | call-bind | 1.0.8 | MIT | node_modules/call-bind/LICENSE | | | call-bind-apply-helpers | 1.0.2 | MIT | node_modules/call-bind-apply-helpers/LICENSE | | | call-bound | 1.0.4 | MIT | node_modules/call-bound/LICENSE | | | callsites | 3.1.0 | MIT | node_modules/callsites/license | | | camelcase | 5.3.1 | MIT | node_modules/camelcase/license | | | camelcase-css | 2.0.1 | MIT | node_modules/camelcase-css/license | | | caniuse-api | 3.0.0 | MIT | node_modules/caniuse-api/LICENSE | | | caniuse-lite | 1.0.30001760 | CC-BY-4.0 | node_modules/caniuse-lite/LICENSE | | | chalk | 4.1.2 | MIT | node_modules/chalk/license | | | char-regex | 1.0.2 | MIT | node_modules/char-regex/LICENSE | | | chokidar | 5.0.0 | MIT | node_modules/chokidar/LICENSE | | | chownr | 3.0.0 | BlueOak-1.0.0 | node_modules/chownr/LICENSE.md | | | ci-info | 3.9.0 | MIT | node_modules/ci-info/LICENSE | | | citty | 0.1.6 | MIT | node_modules/citty/LICENSE | | | cjs-module-lexer | 2.1.1 | MIT | node_modules/cjs-module-lexer/LICENSE | | | clean-regexp | 1.0.0 | MIT | node_modules/clean-regexp/license | | | clean-regexp/node_modules/escape-string-regexp | 1.0.5 | MIT | node_modules/clean-regexp/node_modules/escape-string-regexp/license | | | clipboardy | 4.0.0 | MIT | node_modules/clipboardy/license | | | cliui | 8.0.1 | ISC | node_modules/cliui/LICENSE.txt | | | cliui/node_modules/emoji-regex | 8.0.0 | MIT | node_modules/cliui/node_modules/emoji-regex/LICENSE-MIT.txt | | | cliui/node_modules/string-width | 4.2.3 | MIT | node_modules/cliui/node_modules/string-width/license | | | cliui/node_modules/wrap-ansi | 7.0.0 | MIT | node_modules/cliui/node_modules/wrap-ansi/license | | | cluster-key-slot | 1.1.2 | Apache-2.0 | node_modules/cluster-key-slot/LICENSE | | | co | 4.6.0 | MIT | node_modules/co/LICENSE | | | collect-v8-coverage | 1.0.3 | MIT | node_modules/collect-v8-coverage/LICENSE | | | color-convert | 2.0.1 | MIT | node_modules/color-convert/LICENSE | | | color-name | 1.1.4 | MIT | node_modules/color-name/LICENSE | | | colord | 2.9.3 | MIT | node_modules/colord/LICENSE.md | | | commondir | 1.0.1 | MIT | node_modules/commondir/LICENSE | | | compatx | 0.2.0 | MIT | node_modules/compatx/LICENSE | | | compress-commons | 6.0.2 | MIT | node_modules/compress-commons/LICENSE | | | compress-commons/node_modules/is-stream | 2.0.1 | MIT | node_modules/compress-commons/node_modules/is-stream/license | | | concat-map | 0.0.1 | MIT | node_modules/concat-map/LICENSE | | | confbox | 0.2.2 | MIT | node_modules/confbox/LICENSE | | | config-chain | 1.1.13 | MIT | node_modules/config-chain/LICENCE | | | config-chain/node_modules/ini | 1.3.8 | ISC | node_modules/config-chain/node_modules/ini/LICENSE | | | consola | 3.4.2 | MIT | node_modules/consola/LICENSE | | | convert-source-map | 2.0.0 | MIT | node_modules/convert-source-map/LICENSE | | | cookie | 1.1.1 | MIT | node_modules/cookie/LICENSE | | | cookie-es | 2.0.0 | MIT | node_modules/cookie-es/LICENSE | | | copy-anything | 4.0.5 | MIT | node_modules/copy-anything/LICENSE | | | copy-paste | 2.2.0 | UNKNOWN | not found in package contents | reviewed dev-only | | core-util-is | 1.0.3 | MIT | node_modules/core-util-is/LICENSE | | | crc-32 | 1.2.2 | Apache-2.0 | node_modules/crc-32/LICENSE | | | crc32-stream | 6.0.0 | MIT | node_modules/crc32-stream/LICENSE | | | create-require | 1.1.1 | MIT | node_modules/create-require/LICENSE | | | croner | 9.1.0 | MIT | node_modules/croner/LICENSE | | | cross-spawn | 7.0.6 | MIT | node_modules/cross-spawn/LICENSE | | | crossws | 0.3.5 | MIT | node_modules/crossws/LICENSE | | | css-declaration-sorter | 7.3.0 | ISC | node_modules/css-declaration-sorter/license.md | | | css-select | 5.2.2 | BSD-2-Clause | node_modules/css-select/LICENSE | | | css-tree | 3.1.0 | MIT | node_modules/css-tree/LICENSE | | | css-what | 6.2.2 | BSD-2-Clause | node_modules/css-what/LICENSE | | | cssesc | 3.0.0 | MIT | node_modules/cssesc/LICENSE-MIT.txt | | | cssfilter | 0.0.10 | MIT | node_modules/cssfilter/LICENSE | | | cssnano | 7.1.2 | MIT | node_modules/cssnano/LICENSE-MIT | | | cssnano-preset-default | 7.0.10 | MIT | node_modules/cssnano-preset-default/LICENSE-MIT | | | cssnano-utils | 5.0.1 | MIT | node_modules/cssnano-utils/LICENSE | | | csso | 5.0.5 | MIT | node_modules/csso/LICENSE | | | csso/node_modules/css-tree | 2.2.1 | MIT | node_modules/csso/node_modules/css-tree/LICENSE | | | csso/node_modules/mdn-data | 2.0.28 | CC0-1.0 | node_modules/csso/node_modules/mdn-data/LICENSE | | | csstype | 3.2.3 | MIT | node_modules/csstype/LICENSE | | | data-view-buffer | 1.0.2 | MIT | node_modules/data-view-buffer/LICENSE | | | data-view-byte-length | 1.0.2 | MIT | node_modules/data-view-byte-length/LICENSE | | | data-view-byte-offset | 1.0.1 | MIT | node_modules/data-view-byte-offset/LICENSE | | | db0 | 0.3.4 | MIT | node_modules/db0/LICENSE | | | debug | 4.4.3 | MIT | node_modules/debug/LICENSE | | | dedent | 1.7.0 | MIT | node_modules/dedent/LICENSE.md | | | deep-is | 0.1.4 | MIT | node_modules/deep-is/LICENSE | | | deepmerge | 4.3.1 | MIT | node_modules/deepmerge/license.txt | | | default-browser | 5.4.0 | MIT | node_modules/default-browser/license | | | default-browser-id | 5.0.1 | MIT | node_modules/default-browser-id/license | | | define-data-property | 1.1.4 | MIT | node_modules/define-data-property/LICENSE | | | define-lazy-prop | 2.0.0 | MIT | node_modules/define-lazy-prop/license | | | define-properties | 1.2.1 | MIT | node_modules/define-properties/LICENSE | | | defu | 6.1.4 | MIT | node_modules/defu/LICENSE | | | denque | 2.1.0 | Apache-2.0 | node_modules/denque/LICENSE | | | depd | 2.0.0 | MIT | node_modules/depd/LICENSE | | | destr | 2.0.5 | MIT | node_modules/destr/LICENSE | | | detect-libc | 1.0.3 | Apache-2.0 | node_modules/detect-libc/LICENSE | | | detect-newline | 3.1.0 | MIT | node_modules/detect-newline/license | | | devalue | 5.6.1 | MIT | node_modules/devalue/LICENSE | | | didyoumean | 1.2.2 | Apache-2.0 | node_modules/didyoumean/LICENSE | | | diff | 8.0.2 | BSD-3-Clause | node_modules/diff/LICENSE | | | dir-glob | 3.0.1 | MIT | node_modules/dir-glob/license | | | dlv | 1.1.3 | MIT | not found in package contents | | | doctrine | 3.0.0 | Apache-2.0 | node_modules/doctrine/LICENSE | | | dom-serializer | 2.0.0 | MIT | node_modules/dom-serializer/LICENSE | | | domelementtype | 2.3.0 | BSD-2-Clause | node_modules/domelementtype/LICENSE | | | domhandler | 5.0.3 | BSD-2-Clause | node_modules/domhandler/LICENSE | | | domutils | 3.2.2 | BSD-2-Clause | node_modules/domutils/LICENSE | | | dot-prop | 10.1.0 | MIT | node_modules/dot-prop/license | | | dot-prop/node_modules/type-fest | 5.3.1 | (MIT OR CC0-1.0) | node_modules/dot-prop/node_modules/type-fest/license-cc0 | | | dotenv | 16.6.1 | BSD-2-Clause | node_modules/dotenv/LICENSE | | | dunder-proto | 1.0.1 | MIT | node_modules/dunder-proto/LICENSE | | | duplexer | 0.1.2 | MIT | node_modules/duplexer/LICENCE | | | eastasianwidth | 0.2.0 | MIT | not found in package contents | | | editorconfig | 1.0.4 | MIT | node_modules/editorconfig/LICENSE | | | editorconfig/node_modules/commander | 10.0.1 | MIT | node_modules/editorconfig/node_modules/commander/LICENSE | | | editorconfig/node_modules/minimatch | 9.0.1 | ISC | node_modules/editorconfig/node_modules/minimatch/LICENSE | | | ee-first | 1.1.1 | MIT | node_modules/ee-first/LICENSE | | | electron-to-chromium | 1.5.267 | ISC | node_modules/electron-to-chromium/LICENSE | | | emittery | 0.13.1 | MIT | node_modules/emittery/license | | | emoji-regex | 9.2.2 | MIT | node_modules/emoji-regex/LICENSE-MIT.txt | | | encodeurl | 2.0.0 | MIT | node_modules/encodeurl/LICENSE | | | entities | 4.5.0 | BSD-2-Clause | node_modules/entities/LICENSE | | | error-ex | 1.3.4 | MIT | node_modules/error-ex/LICENSE | | | error-stack-parser-es | 1.0.5 | MIT | node_modules/error-stack-parser-es/LICENSE | | | errx | 0.1.0 | MIT | node_modules/errx/LICENCE | | | es-abstract | 1.24.1 | MIT | node_modules/es-abstract/LICENSE | | | es-define-property | 1.0.1 | MIT | node_modules/es-define-property/LICENSE | | | es-errors | 1.3.0 | MIT | node_modules/es-errors/LICENSE | | | es-module-lexer | 1.7.0 | MIT | node_modules/es-module-lexer/LICENSE | | | es-object-atoms | 1.1.1 | MIT | node_modules/es-object-atoms/LICENSE | | | es-set-tostringtag | 2.1.0 | MIT | node_modules/es-set-tostringtag/LICENSE | | | es-shim-unscopables | 1.1.0 | MIT | node_modules/es-shim-unscopables/LICENSE | | | es-to-primitive | 1.3.0 | MIT | node_modules/es-to-primitive/LICENSE | | | esbuild | 0.27.1 | MIT | node_modules/esbuild/LICENSE.md | | | escalade | 3.2.0 | MIT | node_modules/escalade/license | | | escape-html | 1.0.3 | MIT | node_modules/escape-html/LICENSE | | | escape-string-regexp | 4.0.0 | MIT | node_modules/escape-string-regexp/license | | | eslint | 8.57.1 | MIT | node_modules/eslint/LICENSE | | | eslint-config-standard | 17.1.0 | MIT | node_modules/eslint-config-standard/LICENSE | | | eslint-import-resolver-node | 0.3.9 | MIT | node_modules/eslint-import-resolver-node/LICENSE | | | eslint-import-resolver-node/node_modules/debug | 3.2.7 | MIT | node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE | | | eslint-import-resolver-typescript | 3.10.1 | ISC | node_modules/eslint-import-resolver-typescript/LICENSE | | | eslint-module-utils | 2.12.1 | MIT | node_modules/eslint-module-utils/LICENSE | | | eslint-module-utils/node_modules/debug | 3.2.7 | MIT | node_modules/eslint-module-utils/node_modules/debug/LICENSE | | | eslint-plugin-es | 4.1.0 | MIT | node_modules/eslint-plugin-es/LICENSE | | | eslint-plugin-es/node_modules/eslint-utils | 2.1.0 | MIT | node_modules/eslint-plugin-es/node_modules/eslint-utils/LICENSE | | | eslint-plugin-es/node_modules/eslint-visitor-keys | 1.3.0 | Apache-2.0 | node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys/LICENSE | | | eslint-plugin-import | 2.32.0 | MIT | node_modules/eslint-plugin-import/LICENSE | | | eslint-plugin-import/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/eslint-plugin-import/node_modules/brace-expansion/LICENSE | | | eslint-plugin-import/node_modules/debug | 3.2.7 | MIT | node_modules/eslint-plugin-import/node_modules/debug/LICENSE | | | eslint-plugin-import/node_modules/doctrine | 2.1.0 | Apache-2.0 | node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE | | | eslint-plugin-import/node_modules/minimatch | 3.1.2 | ISC | node_modules/eslint-plugin-import/node_modules/minimatch/LICENSE | | | eslint-plugin-import/node_modules/semver | 6.3.1 | ISC | node_modules/eslint-plugin-import/node_modules/semver/LICENSE | | | eslint-plugin-n | 15.7.0 | MIT | node_modules/eslint-plugin-n/LICENSE | | | eslint-plugin-n/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/eslint-plugin-n/node_modules/brace-expansion/LICENSE | | | eslint-plugin-n/node_modules/minimatch | 3.1.2 | ISC | node_modules/eslint-plugin-n/node_modules/minimatch/LICENSE | | | eslint-plugin-node | 11.1.0 | MIT | node_modules/eslint-plugin-node/LICENSE | | | eslint-plugin-node/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/eslint-plugin-node/node_modules/brace-expansion/LICENSE | | | eslint-plugin-node/node_modules/eslint-plugin-es | 3.0.1 | MIT | node_modules/eslint-plugin-node/node_modules/eslint-plugin-es/LICENSE | | | eslint-plugin-node/node_modules/eslint-utils | 2.1.0 | MIT | node_modules/eslint-plugin-node/node_modules/eslint-utils/LICENSE | | | eslint-plugin-node/node_modules/eslint-visitor-keys | 1.3.0 | Apache-2.0 | node_modules/eslint-plugin-node/node_modules/eslint-visitor-keys/LICENSE | | | eslint-plugin-node/node_modules/minimatch | 3.1.2 | ISC | node_modules/eslint-plugin-node/node_modules/minimatch/LICENSE | | | eslint-plugin-node/node_modules/semver | 6.3.1 | ISC | node_modules/eslint-plugin-node/node_modules/semver/LICENSE | | | eslint-plugin-promise | 6.6.0 | ISC | node_modules/eslint-plugin-promise/LICENSE.md | | | eslint-plugin-unicorn | 44.0.2 | MIT | node_modules/eslint-plugin-unicorn/license | | | eslint-plugin-vue | 9.33.0 | MIT | node_modules/eslint-plugin-vue/LICENSE | | | eslint-scope | 7.2.2 | BSD-2-Clause | node_modules/eslint-scope/LICENSE | | | eslint-utils | 3.0.0 | MIT | node_modules/eslint-utils/LICENSE | | | eslint-utils/node_modules/eslint-visitor-keys | 2.1.0 | Apache-2.0 | node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE | | | eslint-visitor-keys | 3.4.3 | Apache-2.0 | node_modules/eslint-visitor-keys/LICENSE | | | eslint/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/eslint/node_modules/brace-expansion/LICENSE | | | eslint/node_modules/minimatch | 3.1.2 | ISC | node_modules/eslint/node_modules/minimatch/LICENSE | | | espree | 9.6.1 | BSD-2-Clause | node_modules/espree/LICENSE | | | esprima | 4.0.1 | BSD-2-Clause | node_modules/esprima/LICENSE.BSD | | | esquery | 1.6.0 | BSD-3-Clause | node_modules/esquery/license.txt | | | esrecurse | 4.3.0 | BSD-2-Clause | not found in package contents | | | estraverse | 5.3.0 | BSD-2-Clause | node_modules/estraverse/LICENSE.BSD | | | estree-walker | 2.0.2 | MIT | node_modules/estree-walker/LICENSE | | | esutils | 2.0.3 | BSD-2-Clause | node_modules/esutils/LICENSE.BSD | | | etag | 1.8.1 | MIT | node_modules/etag/LICENSE | | | event-target-shim | 5.0.1 | MIT | node_modules/event-target-shim/LICENSE | | | events | 3.3.0 | MIT | node_modules/events/LICENSE | | | events-universal | 1.0.1 | Apache-2.0 | node_modules/events-universal/LICENSE | | | execa | 8.0.1 | MIT | node_modules/execa/license | | | exit-x | 0.2.2 | MIT | node_modules/exit-x/LICENSE-MIT | | | expect | 30.2.0 | MIT | node_modules/expect/LICENSE | | | exsolve | 1.0.8 | MIT | node_modules/exsolve/LICENSE | | | fast-deep-equal | 3.1.3 | MIT | node_modules/fast-deep-equal/LICENSE | | | fast-fifo | 1.3.2 | MIT | node_modules/fast-fifo/LICENSE | | | fast-glob | 3.3.3 | MIT | node_modules/fast-glob/LICENSE | | | fast-glob/node_modules/glob-parent | 5.1.2 | ISC | node_modules/fast-glob/node_modules/glob-parent/LICENSE | | | fast-json-stable-stringify | 2.1.0 | MIT | node_modules/fast-json-stable-stringify/LICENSE | | | fast-levenshtein | 2.0.6 | MIT | node_modules/fast-levenshtein/LICENSE.md | | | fast-npm-meta | 0.4.7 | MIT | node_modules/fast-npm-meta/LICENSE | | | fastq | 1.19.1 | ISC | node_modules/fastq/LICENSE | | | fb-watchman | 2.0.2 | Apache-2.0 | not found in package contents | | | file-entry-cache | 6.0.1 | MIT | node_modules/file-entry-cache/LICENSE | | | file-uri-to-path | 1.0.0 | MIT | node_modules/file-uri-to-path/LICENSE | | | fill-range | 7.1.1 | MIT | node_modules/fill-range/LICENSE | | | find-up | 5.0.0 | MIT | node_modules/find-up/license | | | flat-cache | 3.2.0 | MIT | node_modules/flat-cache/LICENSE | | | flatted | 3.3.3 | ISC | node_modules/flatted/LICENSE | | | for-each | 0.3.5 | MIT | node_modules/for-each/LICENSE | | | foreground-child | 3.3.1 | ISC | node_modules/foreground-child/LICENSE | | | fraction.js | 5.3.4 | MIT | node_modules/fraction.js/LICENSE | | | fresh | 2.0.0 | MIT | node_modules/fresh/LICENSE | | | fs.realpath | 1.0.0 | ISC | node_modules/fs.realpath/LICENSE | | | fsevents | 2.3.3 | MIT | node_modules/fsevents/LICENSE | | | function-bind | 1.1.2 | MIT | node_modules/function-bind/LICENSE | | | function.prototype.name | 1.1.8 | MIT | node_modules/function.prototype.name/LICENSE | | | functions-have-names | 1.2.3 | MIT | node_modules/functions-have-names/LICENSE | | | fuse.js | 7.1.0 | Apache-2.0 | node_modules/fuse.js/LICENSE | | | generator-function | 2.0.1 | MIT | node_modules/generator-function/LICENSE.md | | | gensync | 1.0.0-beta.2 | MIT | node_modules/gensync/LICENSE | | | get-caller-file | 2.0.5 | ISC | node_modules/get-caller-file/LICENSE.md | | | get-intrinsic | 1.3.0 | MIT | node_modules/get-intrinsic/LICENSE | | | get-package-type | 0.1.0 | MIT | node_modules/get-package-type/LICENSE | | | get-port-please | 3.2.0 | MIT | node_modules/get-port-please/LICENSE | | | get-proto | 1.0.1 | MIT | node_modules/get-proto/LICENSE | | | get-stream | 8.0.1 | MIT | node_modules/get-stream/license | | | get-symbol-description | 1.1.0 | MIT | node_modules/get-symbol-description/LICENSE | | | get-tsconfig | 4.13.0 | MIT | node_modules/get-tsconfig/LICENSE | | | giget | 2.0.0 | MIT | node_modules/giget/LICENSE | | | git-up | 8.1.1 | MIT | node_modules/git-up/LICENSE | | | git-url-parse | 16.1.0 | MIT | node_modules/git-url-parse/LICENSE | | | glob | 10.5.0 | ISC | node_modules/glob/LICENSE | | | glob-parent | 6.0.2 | ISC | node_modules/glob-parent/LICENSE | | | glob/node_modules/minimatch | 9.0.5 | ISC | node_modules/glob/node_modules/minimatch/LICENSE | | | global-directory | 4.0.1 | MIT | node_modules/global-directory/license | | | globals | 13.24.0 | MIT | node_modules/globals/license | | | globalthis | 1.0.4 | MIT | node_modules/globalthis/LICENSE | | | globby | 11.1.0 | MIT | node_modules/globby/license | | | gopd | 1.2.0 | MIT | node_modules/gopd/LICENSE | | | graceful-fs | 4.2.11 | ISC | node_modules/graceful-fs/LICENSE | | | graphemer | 1.4.0 | MIT | node_modules/graphemer/LICENSE | | | gzip-size | 7.0.0 | MIT | node_modules/gzip-size/license | | | h3 | 1.15.4 | MIT | node_modules/h3/LICENSE | | | h3/node_modules/cookie-es | 1.2.2 | MIT | node_modules/h3/node_modules/cookie-es/LICENSE | | | handlebars | 4.7.8 | MIT | node_modules/handlebars/LICENSE | | | handlebars/node_modules/source-map | 0.6.1 | BSD-3-Clause | node_modules/handlebars/node_modules/source-map/LICENSE | | | happy-dom | 20.0.11 | MIT | node_modules/happy-dom/LICENSE | | | has-bigints | 1.1.0 | MIT | node_modules/has-bigints/LICENSE | | | has-flag | 4.0.0 | MIT | node_modules/has-flag/license | | | has-property-descriptors | 1.0.2 | MIT | node_modules/has-property-descriptors/LICENSE | | | has-proto | 1.2.0 | MIT | node_modules/has-proto/LICENSE | | | has-symbols | 1.1.0 | MIT | node_modules/has-symbols/LICENSE | | | has-tostringtag | 1.0.2 | MIT | node_modules/has-tostringtag/LICENSE | | | hasown | 2.0.2 | MIT | node_modules/hasown/LICENSE | | | hookable | 5.5.3 | MIT | node_modules/hookable/LICENSE.md | | | hosted-git-info | 2.8.9 | ISC | node_modules/hosted-git-info/LICENSE | | | html-escaper | 2.0.2 | MIT | node_modules/html-escaper/LICENSE.txt | | | http-errors | 2.0.1 | MIT | node_modules/http-errors/LICENSE | | | http-shutdown | 1.2.2 | MIT | node_modules/http-shutdown/LICENSE | | | https-proxy-agent | 7.0.6 | MIT | node_modules/https-proxy-agent/LICENSE | | | httpxy | 0.1.7 | MIT | node_modules/httpxy/LICENSE | | | human-signals | 5.0.0 | Apache-2.0 | node_modules/human-signals/LICENSE | | | iceberg-js | 0.8.1 | MIT | node_modules/iceberg-js/LICENSE | | | iconv-lite | 0.4.24 | MIT | node_modules/iconv-lite/LICENSE | | | ieee754 | 1.2.1 | BSD-3-Clause | node_modules/ieee754/LICENSE | | | ignore | 5.3.2 | MIT | node_modules/ignore/LICENSE-MIT | | | image-meta | 0.2.2 | MIT | node_modules/image-meta/LICENSE | | | import-fresh | 3.3.1 | MIT | node_modules/import-fresh/license | | | import-local | 3.2.0 | MIT | node_modules/import-local/license | | | impound | 1.0.0 | MIT | node_modules/impound/LICENCE | | | imurmurhash | 0.1.4 | MIT | not found in package contents | | | indent-string | 4.0.0 | MIT | node_modules/indent-string/license | | | inflight | 1.0.6 | ISC | node_modules/inflight/LICENSE | | | inherits | 2.0.4 | ISC | node_modules/inherits/LICENSE | | | ini | 4.1.1 | ISC | node_modules/ini/LICENSE | | | internal-slot | 1.1.0 | MIT | node_modules/internal-slot/LICENSE | | | ioredis | 5.8.2 | MIT | node_modules/ioredis/LICENSE | | | iron-webcrypto | 1.2.1 | MIT | node_modules/iron-webcrypto/LICENSE.md | | | is-array-buffer | 3.0.5 | MIT | node_modules/is-array-buffer/LICENSE | | | is-arrayish | 0.2.1 | MIT | node_modules/is-arrayish/LICENSE | | | is-async-function | 2.1.1 | MIT | node_modules/is-async-function/LICENSE | | | is-bigint | 1.1.0 | MIT | node_modules/is-bigint/LICENSE | | | is-binary-path | 2.1.0 | MIT | node_modules/is-binary-path/license | | | is-boolean-object | 1.2.2 | MIT | node_modules/is-boolean-object/LICENSE | | | is-builtin-module | 3.2.1 | MIT | node_modules/is-builtin-module/license | | | is-bun-module | 2.0.0 | MIT | node_modules/is-bun-module/LICENSE | | | is-callable | 1.2.7 | MIT | node_modules/is-callable/LICENSE | | | is-core-module | 2.16.1 | MIT | node_modules/is-core-module/LICENSE | | | is-data-view | 1.0.2 | MIT | node_modules/is-data-view/LICENSE | | | is-date-object | 1.1.0 | MIT | node_modules/is-date-object/LICENSE | | | is-docker | 3.0.0 | MIT | node_modules/is-docker/license | | | is-extglob | 2.1.1 | MIT | node_modules/is-extglob/LICENSE | | | is-finalizationregistry | 1.1.1 | MIT | node_modules/is-finalizationregistry/LICENSE | | | is-fullwidth-code-point | 3.0.0 | MIT | node_modules/is-fullwidth-code-point/license | | | is-generator-fn | 2.1.0 | MIT | node_modules/is-generator-fn/license | | | is-generator-function | 1.1.2 | MIT | node_modules/is-generator-function/LICENSE | | | is-glob | 4.0.3 | MIT | node_modules/is-glob/LICENSE | | | is-inside-container | 1.0.0 | MIT | node_modules/is-inside-container/license | | | is-installed-globally | 1.0.0 | MIT | node_modules/is-installed-globally/license | | | is-installed-globally/node_modules/is-path-inside | 4.0.0 | MIT | node_modules/is-installed-globally/node_modules/is-path-inside/license | | | is-map | 2.0.3 | MIT | node_modules/is-map/LICENSE | | | is-module | 1.0.0 | MIT | not found in package contents | | | is-negative-zero | 2.0.3 | MIT | node_modules/is-negative-zero/LICENSE | | | is-number | 7.0.0 | MIT | node_modules/is-number/LICENSE | | | is-number-object | 1.1.1 | MIT | node_modules/is-number-object/LICENSE | | | is-path-inside | 3.0.3 | MIT | node_modules/is-path-inside/license | | | is-reference | 1.2.1 | MIT | not found in package contents | | | is-regex | 1.2.1 | MIT | node_modules/is-regex/LICENSE | | | is-set | 2.0.3 | MIT | node_modules/is-set/LICENSE | | | is-shared-array-buffer | 1.0.4 | MIT | node_modules/is-shared-array-buffer/LICENSE | | | is-ssh | 1.4.1 | MIT | node_modules/is-ssh/LICENSE | | | is-stream | 3.0.0 | MIT | node_modules/is-stream/license | | | is-string | 1.1.1 | MIT | node_modules/is-string/LICENSE | | | is-symbol | 1.1.1 | MIT | node_modules/is-symbol/LICENSE | | | is-typed-array | 1.1.15 | MIT | node_modules/is-typed-array/LICENSE | | | is-weakmap | 2.0.2 | MIT | node_modules/is-weakmap/LICENSE | | | is-weakref | 1.1.1 | MIT | node_modules/is-weakref/LICENSE | | | is-weakset | 2.0.4 | MIT | node_modules/is-weakset/LICENSE | | | is-what | 5.5.0 | MIT | node_modules/is-what/LICENSE | | | is-wsl | 3.1.0 | MIT | node_modules/is-wsl/license | | | is64bit | 2.0.0 | MIT | node_modules/is64bit/license | | | isarray | 2.0.5 | MIT | node_modules/isarray/LICENSE | | | isexe | 2.0.0 | ISC | node_modules/isexe/LICENSE | | | istanbul-lib-coverage | 3.2.2 | BSD-3-Clause | node_modules/istanbul-lib-coverage/LICENSE | | | istanbul-lib-instrument | 6.0.3 | BSD-3-Clause | node_modules/istanbul-lib-instrument/LICENSE | | | istanbul-lib-report | 3.0.1 | BSD-3-Clause | node_modules/istanbul-lib-report/LICENSE | | | istanbul-lib-source-maps | 5.0.6 | BSD-3-Clause | node_modules/istanbul-lib-source-maps/LICENSE | | | istanbul-reports | 3.2.0 | BSD-3-Clause | node_modules/istanbul-reports/LICENSE | | | jackspeak | 3.4.3 | BlueOak-1.0.0 | node_modules/jackspeak/LICENSE.md | | | jest | 30.2.0 | MIT | node_modules/jest/LICENSE | | | jest-changed-files | 30.2.0 | MIT | node_modules/jest-changed-files/LICENSE | | | jest-changed-files/node_modules/execa | 5.1.1 | MIT | node_modules/jest-changed-files/node_modules/execa/license | | | jest-changed-files/node_modules/get-stream | 6.0.1 | MIT | node_modules/jest-changed-files/node_modules/get-stream/license | | | jest-changed-files/node_modules/human-signals | 2.1.0 | Apache-2.0 | node_modules/jest-changed-files/node_modules/human-signals/LICENSE | | | jest-changed-files/node_modules/is-stream | 2.0.1 | MIT | node_modules/jest-changed-files/node_modules/is-stream/license | | | jest-changed-files/node_modules/mimic-fn | 2.1.0 | MIT | node_modules/jest-changed-files/node_modules/mimic-fn/license | | | jest-changed-files/node_modules/npm-run-path | 4.0.1 | MIT | node_modules/jest-changed-files/node_modules/npm-run-path/license | | | jest-changed-files/node_modules/onetime | 5.1.2 | MIT | node_modules/jest-changed-files/node_modules/onetime/license | | | jest-changed-files/node_modules/signal-exit | 3.0.7 | ISC | node_modules/jest-changed-files/node_modules/signal-exit/LICENSE.txt | | | jest-changed-files/node_modules/strip-final-newline | 2.0.0 | MIT | node_modules/jest-changed-files/node_modules/strip-final-newline/license | | | jest-circus | 30.2.0 | MIT | node_modules/jest-circus/LICENSE | | | jest-cli | 30.2.0 | MIT | node_modules/jest-cli/LICENSE | | | jest-config | 30.2.0 | MIT | node_modules/jest-config/LICENSE | | | jest-config/node_modules/ci-info | 4.3.1 | MIT | node_modules/jest-config/node_modules/ci-info/LICENSE | | | jest-diff | 30.2.0 | MIT | node_modules/jest-diff/LICENSE | | | jest-docblock | 30.2.0 | MIT | node_modules/jest-docblock/LICENSE | | | jest-each | 30.2.0 | MIT | node_modules/jest-each/LICENSE | | | jest-environment-node | 30.2.0 | MIT | node_modules/jest-environment-node/LICENSE | | | jest-haste-map | 30.2.0 | MIT | node_modules/jest-haste-map/LICENSE | | | jest-leak-detector | 30.2.0 | MIT | node_modules/jest-leak-detector/LICENSE | | | jest-matcher-utils | 30.2.0 | MIT | node_modules/jest-matcher-utils/LICENSE | | | jest-message-util | 30.2.0 | MIT | node_modules/jest-message-util/LICENSE | | | jest-mock | 30.2.0 | MIT | node_modules/jest-mock/LICENSE | | | jest-pnp-resolver | 1.2.3 | MIT | not found in package contents | | | jest-regex-util | 30.0.1 | MIT | node_modules/jest-regex-util/LICENSE | | | jest-resolve | 30.2.0 | MIT | node_modules/jest-resolve/LICENSE | | | jest-resolve-dependencies | 30.2.0 | MIT | node_modules/jest-resolve-dependencies/LICENSE | | | jest-runner | 30.2.0 | MIT | node_modules/jest-runner/LICENSE | | | jest-runner/node_modules/source-map | 0.6.1 | BSD-3-Clause | node_modules/jest-runner/node_modules/source-map/LICENSE | | | jest-runner/node_modules/source-map-support | 0.5.13 | MIT | node_modules/jest-runner/node_modules/source-map-support/LICENSE.md | | | jest-runtime | 30.2.0 | MIT | node_modules/jest-runtime/LICENSE | | | jest-runtime/node_modules/strip-bom | 4.0.0 | MIT | node_modules/jest-runtime/node_modules/strip-bom/license | | | jest-snapshot | 30.2.0 | MIT | node_modules/jest-snapshot/LICENSE | | | jest-util | 30.2.0 | MIT | node_modules/jest-util/LICENSE | | | jest-util/node_modules/ci-info | 4.3.1 | MIT | node_modules/jest-util/node_modules/ci-info/LICENSE | | | jest-util/node_modules/picomatch | 4.0.3 | MIT | node_modules/jest-util/node_modules/picomatch/LICENSE | | | jest-validate | 30.2.0 | MIT | node_modules/jest-validate/LICENSE | | | jest-validate/node_modules/camelcase | 6.3.0 | MIT | node_modules/jest-validate/node_modules/camelcase/license | | | jest-watcher | 30.2.0 | MIT | node_modules/jest-watcher/LICENSE | | | jest-worker | 30.2.0 | MIT | node_modules/jest-worker/LICENSE | | | jest-worker/node_modules/supports-color | 8.1.1 | MIT | node_modules/jest-worker/node_modules/supports-color/license | | | jiti | 2.6.1 | MIT | node_modules/jiti/LICENSE | | | js-beautify | 1.15.4 | MIT | node_modules/js-beautify/LICENSE | | | js-beautify/node_modules/abbrev | 2.0.0 | ISC | node_modules/js-beautify/node_modules/abbrev/LICENSE | | | js-beautify/node_modules/nopt | 7.2.1 | ISC | node_modules/js-beautify/node_modules/nopt/LICENSE | | | js-cookie | 3.0.5 | MIT | node_modules/js-cookie/LICENSE | | | js-tokens | 4.0.0 | MIT | node_modules/js-tokens/LICENSE | | | js-yaml | 4.1.1 | MIT | node_modules/js-yaml/LICENSE | | | jsesc | 3.1.0 | MIT | node_modules/jsesc/LICENSE-MIT.txt | | | json-buffer | 3.0.1 | MIT | node_modules/json-buffer/LICENSE | | | json-parse-even-better-errors | 2.3.1 | MIT | node_modules/json-parse-even-better-errors/LICENSE.md | | | json-schema-traverse | 0.4.1 | MIT | node_modules/json-schema-traverse/LICENSE | | | json-stable-stringify-without-jsonify | 1.0.1 | MIT | node_modules/json-stable-stringify-without-jsonify/LICENSE | | | json5 | 2.2.3 | MIT | node_modules/json5/LICENSE.md | | | keyv | 4.5.4 | MIT | not found in package contents | | | kleur | 3.0.3 | MIT | node_modules/kleur/license | | | klona | 2.0.6 | MIT | node_modules/klona/license | | | knitwork | 1.3.0 | MIT | node_modules/knitwork/LICENSE | | | launch-editor | 2.12.0 | MIT | node_modules/launch-editor/LICENSE | | | lazystream | 1.0.1 | MIT | node_modules/lazystream/LICENSE | | | lazystream/node_modules/isarray | 1.0.0 | MIT | not found in package contents | | | lazystream/node_modules/readable-stream | 2.3.8 | MIT | node_modules/lazystream/node_modules/readable-stream/LICENSE | | | lazystream/node_modules/string_decoder | 1.1.1 | MIT | node_modules/lazystream/node_modules/string_decoder/LICENSE | | | leven | 3.1.0 | MIT | node_modules/leven/license | | | levn | 0.4.1 | MIT | node_modules/levn/LICENSE | | | lilconfig | 3.1.3 | MIT | node_modules/lilconfig/LICENSE | | | lines-and-columns | 1.2.4 | MIT | node_modules/lines-and-columns/LICENSE | | | listhen | 1.9.0 | MIT | node_modules/listhen/LICENSE | | | listhen/node_modules/pathe | 1.1.2 | MIT | node_modules/listhen/node_modules/pathe/LICENSE | | | local-pkg | 0.4.3 | MIT | node_modules/local-pkg/LICENSE | | | locate-path | 6.0.0 | MIT | node_modules/locate-path/license | | | lodash | 4.17.21 | MIT | node_modules/lodash/LICENSE | | | lodash.defaults | 4.2.0 | MIT | node_modules/lodash.defaults/LICENSE | | | lodash.isarguments | 3.1.0 | MIT | node_modules/lodash.isarguments/LICENSE | | | lodash.memoize | 4.1.2 | MIT | node_modules/lodash.memoize/LICENSE | | | lodash.merge | 4.6.2 | MIT | node_modules/lodash.merge/LICENSE | | | lodash.uniq | 4.5.0 | MIT | node_modules/lodash.uniq/LICENSE | | | lru-cache | 5.1.1 | ISC | node_modules/lru-cache/LICENSE | | | magic-regexp | 0.10.0 | MIT | node_modules/magic-regexp/LICENCE | | | magic-regexp/node_modules/estree-walker | 3.0.3 | MIT | node_modules/magic-regexp/node_modules/estree-walker/LICENSE | | | magic-string | 0.30.21 | MIT | node_modules/magic-string/LICENSE | | | magic-string-ast | 1.0.3 | MIT | node_modules/magic-string-ast/LICENSE | | | magicast | 0.5.1 | MIT | node_modules/magicast/LICENSE | | | make-dir | 4.0.0 | MIT | node_modules/make-dir/license | | | make-error | 1.3.6 | ISC | node_modules/make-error/LICENSE | | | makeerror | 1.0.12 | BSD-3-Clause | node_modules/makeerror/license | | | math-intrinsics | 1.1.0 | MIT | node_modules/math-intrinsics/LICENSE | | | mdn-data | 2.12.2 | CC0-1.0 | node_modules/mdn-data/LICENSE | | | merge-stream | 2.0.0 | MIT | node_modules/merge-stream/LICENSE | | | merge2 | 1.4.1 | MIT | node_modules/merge2/LICENSE | | | micromatch | 4.0.8 | MIT | node_modules/micromatch/LICENSE | | | mime | 4.1.0 | MIT | node_modules/mime/LICENSE | | | mime-db | 1.54.0 | MIT | node_modules/mime-db/LICENSE | | | mime-types | 3.0.2 | MIT | node_modules/mime-types/LICENSE | | | mimic-fn | 4.0.0 | MIT | node_modules/mimic-fn/license | | | min-indent | 1.0.1 | MIT | node_modules/min-indent/license | | | minimatch | 9.0.3 | ISC | node_modules/minimatch/LICENSE | | | minimist | 1.2.8 | MIT | node_modules/minimist/LICENSE | | | minipass | 7.1.2 | ISC | node_modules/minipass/LICENSE | | | minizlib | 3.1.0 | MIT | node_modules/minizlib/LICENSE | | | mitt | 3.0.1 | MIT | node_modules/mitt/LICENSE | | | mlly | 1.8.0 | MIT | node_modules/mlly/LICENSE | | | mlly/node_modules/confbox | 0.1.8 | MIT | node_modules/mlly/node_modules/confbox/LICENSE | | | mlly/node_modules/pkg-types | 1.3.1 | MIT | node_modules/mlly/node_modules/pkg-types/LICENSE | | | mocked-exports | 0.1.1 | MIT | node_modules/mocked-exports/LICENSE | | | mrmime | 2.0.1 | MIT | node_modules/mrmime/license | | | ms | 2.1.3 | MIT | node_modules/ms/license.md | | | muggle-string | 0.4.1 | MIT | node_modules/muggle-string/LICENSE | | | mz | 2.7.0 | MIT | node_modules/mz/LICENSE | | | nanoid | 5.1.6 | MIT | node_modules/nanoid/LICENSE | | | nanotar | 0.2.0 | MIT | node_modules/nanotar/LICENSE | | | napi-postinstall | 0.3.4 | MIT | node_modules/napi-postinstall/LICENSE | | | natural-compare | 1.4.0 | MIT | not found in package contents | | | neo-async | 2.6.2 | MIT | node_modules/neo-async/LICENSE | | | nitropack | 2.12.9 | MIT | node_modules/nitropack/LICENSE | | | nitropack/node_modules/@esbuild/aix-ppc64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/android-arm | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/android-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/android-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/darwin-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/darwin-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/freebsd-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/freebsd-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-arm | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-ia32 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-loong64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-mips64el | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-ppc64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-riscv64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-s390x | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/linux-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/netbsd-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/netbsd-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/openbsd-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/openbsd-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/openharmony-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/sunos-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/win32-arm64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/win32-ia32 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/@esbuild/win32-x64 | 0.25.12 | MIT | not found in package contents | | | nitropack/node_modules/chokidar | 4.0.3 | MIT | node_modules/nitropack/node_modules/chokidar/LICENSE | | | nitropack/node_modules/esbuild | 0.25.12 | MIT | node_modules/nitropack/node_modules/esbuild/LICENSE.md | | | nitropack/node_modules/escape-string-regexp | 5.0.0 | MIT | node_modules/nitropack/node_modules/escape-string-regexp/license | | | nitropack/node_modules/globby | 15.0.0 | MIT | node_modules/nitropack/node_modules/globby/license | | | nitropack/node_modules/ignore | 7.0.5 | MIT | node_modules/nitropack/node_modules/ignore/LICENSE-MIT | | | nitropack/node_modules/path-type | 6.0.0 | MIT | node_modules/nitropack/node_modules/path-type/license | | | nitropack/node_modules/picomatch | 4.0.3 | MIT | node_modules/nitropack/node_modules/picomatch/LICENSE | | | nitropack/node_modules/readdirp | 4.1.2 | MIT | node_modules/nitropack/node_modules/readdirp/LICENSE | | | nitropack/node_modules/slash | 5.1.0 | MIT | node_modules/nitropack/node_modules/slash/license | | | nitropack/node_modules/unplugin-utils | 0.3.1 | MIT | node_modules/nitropack/node_modules/unplugin-utils/LICENSE | | | node-addon-api | 7.1.1 | MIT | node_modules/node-addon-api/LICENSE.md | | | node-fetch | 2.7.0 | MIT | node_modules/node-fetch/LICENSE.md | | | node-fetch-native | 1.6.7 | MIT | node_modules/node-fetch-native/LICENSE | | | node-forge | 1.3.3 | (BSD-3-Clause OR GPL-2.0) | node_modules/node-forge/LICENSE | | | node-gyp-build | 4.8.4 | MIT | node_modules/node-gyp-build/LICENSE | | | node-int64 | 0.4.0 | MIT | node_modules/node-int64/LICENSE | | | node-mock-http | 1.0.4 | MIT | node_modules/node-mock-http/LICENSE | | | node-releases | 2.0.27 | MIT | node_modules/node-releases/LICENSE | | | nopt | 8.1.0 | ISC | node_modules/nopt/LICENSE | | | normalize-package-data | 2.5.0 | BSD-2-Clause | node_modules/normalize-package-data/LICENSE | | | normalize-package-data/node_modules/semver | 5.7.2 | ISC | node_modules/normalize-package-data/node_modules/semver/LICENSE | | | normalize-path | 3.0.0 | MIT | node_modules/normalize-path/LICENSE | | | npm-run-path | 5.3.0 | MIT | node_modules/npm-run-path/license | | | npm-run-path/node_modules/path-key | 4.0.0 | MIT | node_modules/npm-run-path/node_modules/path-key/license | | | nth-check | 2.1.1 | BSD-2-Clause | node_modules/nth-check/LICENSE | | | nuxt | 4.2.2 | MIT | node_modules/nuxt/LICENSE | | | nuxt-csurf | 1.6.5 | MIT | node_modules/nuxt-csurf/LICENSE | | | nuxt-csurf/node_modules/@nuxt/kit | 3.20.2 | MIT | node_modules/nuxt-csurf/node_modules/@nuxt/kit/LICENSE | | | nuxt-csurf/node_modules/ignore | 7.0.5 | MIT | node_modules/nuxt-csurf/node_modules/ignore/LICENSE-MIT | | | nuxt-security | 2.5.0 | MIT | node_modules/nuxt-security/LICENSE.md | | | nuxt/node_modules/escape-string-regexp | 5.0.0 | MIT | node_modules/nuxt/node_modules/escape-string-regexp/license | | | nuxt/node_modules/ignore | 7.0.5 | MIT | node_modules/nuxt/node_modules/ignore/LICENSE-MIT | | | nypm | 0.6.2 | MIT | node_modules/nypm/LICENSE | | | object-assign | 4.1.1 | MIT | node_modules/object-assign/license | | | object-hash | 3.0.0 | MIT | node_modules/object-hash/LICENSE | | | object-inspect | 1.13.4 | MIT | node_modules/object-inspect/LICENSE | | | object-keys | 1.1.1 | MIT | node_modules/object-keys/LICENSE | | | object.assign | 4.1.7 | MIT | node_modules/object.assign/LICENSE | | | object.fromentries | 2.0.8 | MIT | node_modules/object.fromentries/LICENSE | | | object.groupby | 1.0.3 | MIT | node_modules/object.groupby/LICENSE | | | object.values | 1.2.1 | MIT | node_modules/object.values/LICENSE | | | obug | 2.1.1 | MIT | node_modules/obug/LICENSE | | | ofetch | 1.5.1 | MIT | node_modules/ofetch/LICENSE | | | ohash | 2.0.11 | MIT | node_modules/ohash/LICENSE | | | on-change | 6.0.1 | MIT | node_modules/on-change/license | | | on-finished | 2.4.1 | MIT | node_modules/on-finished/LICENSE | | | once | 1.4.0 | ISC | node_modules/once/LICENSE | | | onetime | 6.0.0 | MIT | node_modules/onetime/license | | | open | 8.4.2 | MIT | node_modules/open/license | | | open/node_modules/is-docker | 2.2.1 | MIT | node_modules/open/node_modules/is-docker/license | | | open/node_modules/is-wsl | 2.2.0 | MIT | node_modules/open/node_modules/is-wsl/license | | | optionator | 0.9.4 | MIT | node_modules/optionator/LICENSE | | | own-keys | 1.0.1 | MIT | node_modules/own-keys/LICENSE | | | oxc-minify | 0.102.0 | MIT | node_modules/oxc-minify/LICENSE | | | oxc-parser | 0.102.0 | MIT | node_modules/oxc-parser/LICENSE | | | oxc-transform | 0.102.0 | MIT | node_modules/oxc-transform/LICENSE | | | oxc-walker | 0.6.0 | MIT | node_modules/oxc-walker/LICENCE | | | p-limit | 3.1.0 | MIT | node_modules/p-limit/license | | | p-locate | 5.0.0 | MIT | node_modules/p-locate/license | | | p-try | 2.2.0 | MIT | node_modules/p-try/license | | | package-json-from-dist | 1.0.1 | BlueOak-1.0.0 | node_modules/package-json-from-dist/LICENSE.md | | | package-manager-detector | 1.6.0 | MIT | node_modules/package-manager-detector/LICENSE | | | parent-module | 1.0.1 | MIT | node_modules/parent-module/license | | | parse-json | 5.2.0 | MIT | node_modules/parse-json/license | | | parse-path | 7.1.0 | MIT | node_modules/parse-path/LICENSE | | | parse-url | 9.2.0 | MIT | node_modules/parse-url/LICENSE | | | parseurl | 1.3.3 | MIT | node_modules/parseurl/LICENSE | | | path-browserify | 1.0.1 | MIT | node_modules/path-browserify/LICENSE | | | path-exists | 4.0.0 | MIT | node_modules/path-exists/license | | | path-is-absolute | 1.0.1 | MIT | node_modules/path-is-absolute/license | | | path-key | 3.1.1 | MIT | node_modules/path-key/license | | | path-parse | 1.0.7 | MIT | node_modules/path-parse/LICENSE | | | path-scurry | 1.11.1 | BlueOak-1.0.0 | node_modules/path-scurry/LICENSE.md | | | path-scurry/node_modules/lru-cache | 10.4.3 | ISC | node_modules/path-scurry/node_modules/lru-cache/LICENSE | | | path-type | 4.0.0 | MIT | node_modules/path-type/license | | | pathe | 2.0.3 | MIT | node_modules/pathe/LICENSE | | | perfect-debounce | 2.0.0 | MIT | node_modules/perfect-debounce/LICENSE | | | picocolors | 1.1.1 | ISC | node_modules/picocolors/LICENSE | | | picomatch | 2.3.1 | MIT | node_modules/picomatch/LICENSE | | | pify | 2.3.0 | MIT | node_modules/pify/license | | | pirates | 4.0.7 | MIT | node_modules/pirates/LICENSE | | | pkg-dir | 4.2.0 | MIT | node_modules/pkg-dir/license | | | pkg-dir/node_modules/find-up | 4.1.0 | MIT | node_modules/pkg-dir/node_modules/find-up/license | | | pkg-dir/node_modules/locate-path | 5.0.0 | MIT | node_modules/pkg-dir/node_modules/locate-path/license | | | pkg-dir/node_modules/p-limit | 2.3.0 | MIT | node_modules/pkg-dir/node_modules/p-limit/license | | | pkg-dir/node_modules/p-locate | 4.1.0 | MIT | node_modules/pkg-dir/node_modules/p-locate/license | | | pkg-types | 2.3.0 | MIT | node_modules/pkg-types/LICENSE | | | pluralize | 8.0.0 | MIT | node_modules/pluralize/LICENSE | | | possible-typed-array-names | 1.1.0 | MIT | node_modules/possible-typed-array-names/LICENSE | | | postcss | 8.5.6 | MIT | node_modules/postcss/LICENSE | | | postcss-calc | 10.1.1 | MIT | node_modules/postcss-calc/LICENSE | | | postcss-calc/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/postcss-calc/node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-colormin | 7.0.5 | MIT | node_modules/postcss-colormin/LICENSE-MIT | | | postcss-convert-values | 7.0.8 | MIT | node_modules/postcss-convert-values/LICENSE-MIT | | | postcss-discard-comments | 7.0.5 | MIT | node_modules/postcss-discard-comments/LICENSE-MIT | | | postcss-discard-comments/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/postcss-discard-comments/node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-discard-duplicates | 7.0.2 | MIT | node_modules/postcss-discard-duplicates/LICENSE-MIT | | | postcss-discard-empty | 7.0.1 | MIT | node_modules/postcss-discard-empty/LICENSE-MIT | | | postcss-discard-overridden | 7.0.1 | MIT | node_modules/postcss-discard-overridden/LICENSE | | | postcss-import | 15.1.0 | MIT | node_modules/postcss-import/LICENSE | | | postcss-js | 4.1.0 | MIT | node_modules/postcss-js/LICENSE | | | postcss-load-config | 6.0.1 | MIT | node_modules/postcss-load-config/LICENSE | | | postcss-merge-longhand | 7.0.5 | MIT | node_modules/postcss-merge-longhand/LICENSE-MIT | | | postcss-merge-rules | 7.0.7 | MIT | node_modules/postcss-merge-rules/LICENSE-MIT | | | postcss-merge-rules/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/postcss-merge-rules/node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-minify-font-values | 7.0.1 | MIT | node_modules/postcss-minify-font-values/LICENSE | | | postcss-minify-gradients | 7.0.1 | MIT | node_modules/postcss-minify-gradients/LICENSE-MIT | | | postcss-minify-params | 7.0.5 | MIT | node_modules/postcss-minify-params/LICENSE | | | postcss-minify-selectors | 7.0.5 | MIT | node_modules/postcss-minify-selectors/LICENSE-MIT | | | postcss-minify-selectors/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-nested | 6.2.0 | MIT | node_modules/postcss-nested/LICENSE | | | postcss-normalize-charset | 7.0.1 | MIT | node_modules/postcss-normalize-charset/LICENSE | | | postcss-normalize-display-values | 7.0.1 | MIT | node_modules/postcss-normalize-display-values/LICENSE-MIT | | | postcss-normalize-positions | 7.0.1 | MIT | node_modules/postcss-normalize-positions/LICENSE-MIT | | | postcss-normalize-repeat-style | 7.0.1 | MIT | node_modules/postcss-normalize-repeat-style/LICENSE-MIT | | | postcss-normalize-string | 7.0.1 | MIT | node_modules/postcss-normalize-string/LICENSE-MIT | | | postcss-normalize-timing-functions | 7.0.1 | MIT | node_modules/postcss-normalize-timing-functions/LICENSE-MIT | | | postcss-normalize-unicode | 7.0.5 | MIT | node_modules/postcss-normalize-unicode/LICENSE-MIT | | | postcss-normalize-url | 7.0.1 | MIT | node_modules/postcss-normalize-url/LICENSE-MIT | | | postcss-normalize-whitespace | 7.0.1 | MIT | node_modules/postcss-normalize-whitespace/LICENSE-MIT | | | postcss-ordered-values | 7.0.2 | MIT | node_modules/postcss-ordered-values/LICENSE-MIT | | | postcss-reduce-initial | 7.0.5 | MIT | node_modules/postcss-reduce-initial/LICENSE-MIT | | | postcss-reduce-transforms | 7.0.1 | MIT | node_modules/postcss-reduce-transforms/LICENSE-MIT | | | postcss-selector-parser | 6.1.2 | MIT | node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-svgo | 7.1.0 | MIT | node_modules/postcss-svgo/LICENSE-MIT | | | postcss-unique-selectors | 7.0.4 | MIT | node_modules/postcss-unique-selectors/LICENSE-MIT | | | postcss-unique-selectors/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser/LICENSE-MIT | | | postcss-value-parser | 4.2.0 | MIT | node_modules/postcss-value-parser/LICENSE | | | postcss/node_modules/nanoid | 3.3.11 | MIT | node_modules/postcss/node_modules/nanoid/LICENSE | | | prelude-ls | 1.2.1 | MIT | node_modules/prelude-ls/LICENSE | | | pretty-bytes | 7.1.0 | MIT | node_modules/pretty-bytes/license | | | pretty-format | 30.2.0 | MIT | node_modules/pretty-format/LICENSE | | | pretty-format/node_modules/ansi-styles | 5.2.0 | MIT | node_modules/pretty-format/node_modules/ansi-styles/license | | | process | 0.11.10 | MIT | node_modules/process/LICENSE | | | process-nextick-args | 2.0.1 | MIT | node_modules/process-nextick-args/license.md | | | prompts | 2.4.2 | MIT | node_modules/prompts/license | | | proto-list | 1.2.4 | ISC | node_modules/proto-list/LICENSE | | | protocols | 2.0.2 | MIT | node_modules/protocols/LICENSE | | | punycode | 2.3.1 | MIT | node_modules/punycode/LICENSE-MIT.txt | | | pure-rand | 7.0.1 | MIT | node_modules/pure-rand/LICENSE | | | qs | 6.15.0 | BSD-3-Clause | node_modules/qs/LICENSE.md | | | quansync | 0.2.11 | MIT | node_modules/quansync/LICENSE.md | | | queue-microtask | 1.2.3 | MIT | node_modules/queue-microtask/LICENSE | | | radix3 | 1.1.2 | MIT | node_modules/radix3/LICENSE | | | randombytes | 2.1.0 | MIT | node_modules/randombytes/LICENSE | | | range-parser | 1.2.1 | MIT | node_modules/range-parser/LICENSE | | | rc9 | 2.1.2 | MIT | node_modules/rc9/LICENSE | | | react-is | 18.3.1 | MIT | node_modules/react-is/LICENSE | | | read-cache | 1.0.0 | MIT | node_modules/read-cache/LICENSE | | | read-pkg | 5.2.0 | MIT | node_modules/read-pkg/license | | | read-pkg-up | 7.0.1 | MIT | node_modules/read-pkg-up/license | | | read-pkg-up/node_modules/find-up | 4.1.0 | MIT | node_modules/read-pkg-up/node_modules/find-up/license | | | read-pkg-up/node_modules/locate-path | 5.0.0 | MIT | node_modules/read-pkg-up/node_modules/locate-path/license | | | read-pkg-up/node_modules/p-limit | 2.3.0 | MIT | node_modules/read-pkg-up/node_modules/p-limit/license | | | read-pkg-up/node_modules/p-locate | 4.1.0 | MIT | node_modules/read-pkg-up/node_modules/p-locate/license | | | read-pkg-up/node_modules/type-fest | 0.8.1 | (MIT OR CC0-1.0) | node_modules/read-pkg-up/node_modules/type-fest/license | | | read-pkg/node_modules/type-fest | 0.6.0 | (MIT OR CC0-1.0) | node_modules/read-pkg/node_modules/type-fest/license | | | readable-stream | 4.7.0 | MIT | node_modules/readable-stream/LICENSE | | | readdir-glob | 1.1.3 | Apache-2.0 | node_modules/readdir-glob/LICENSE | | | readdir-glob/node_modules/minimatch | 5.1.6 | ISC | node_modules/readdir-glob/node_modules/minimatch/LICENSE | | | readdirp | 5.0.0 | MIT | node_modules/readdirp/LICENSE | | | redis-errors | 1.2.0 | MIT | node_modules/redis-errors/LICENSE | | | redis-parser | 3.0.0 | MIT | node_modules/redis-parser/LICENSE | | | reflect.getprototypeof | 1.0.10 | MIT | node_modules/reflect.getprototypeof/LICENSE | | | regexp-tree | 0.1.27 | MIT | node_modules/regexp-tree/LICENSE | | | regexp.prototype.flags | 1.5.4 | MIT | node_modules/regexp.prototype.flags/LICENSE | | | regexpp | 3.2.0 | MIT | node_modules/regexpp/LICENSE | | | require-directory | 2.1.1 | MIT | node_modules/require-directory/LICENSE | | | resolve | 1.22.11 | MIT | node_modules/resolve/LICENSE | | | resolve-cwd | 3.0.0 | MIT | node_modules/resolve-cwd/license | | | resolve-cwd/node_modules/resolve-from | 5.0.0 | MIT | node_modules/resolve-cwd/node_modules/resolve-from/license | | | resolve-from | 4.0.0 | MIT | node_modules/resolve-from/license | | | resolve-pkg-maps | 1.0.0 | MIT | node_modules/resolve-pkg-maps/LICENSE | | | reusify | 1.1.0 | MIT | node_modules/reusify/LICENSE | | | rfdc | 1.4.1 | MIT | node_modules/rfdc/LICENSE | | | rimraf | 3.0.2 | ISC | node_modules/rimraf/LICENSE | | | rimraf/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/rimraf/node_modules/brace-expansion/LICENSE | | | rimraf/node_modules/glob | 7.2.3 | ISC | node_modules/rimraf/node_modules/glob/LICENSE | | | rimraf/node_modules/minimatch | 3.1.2 | ISC | node_modules/rimraf/node_modules/minimatch/LICENSE | | | rollup | 4.53.3 | MIT | node_modules/rollup/LICENSE.md | | | rollup-plugin-visualizer | 6.0.5 | MIT | node_modules/rollup-plugin-visualizer/LICENSE | | | rollup-plugin-visualizer/node_modules/picomatch | 4.0.3 | MIT | node_modules/rollup-plugin-visualizer/node_modules/picomatch/LICENSE | | | run-applescript | 7.1.0 | MIT | node_modules/run-applescript/license | | | run-parallel | 1.2.0 | MIT | node_modules/run-parallel/LICENSE | | | safe-array-concat | 1.1.3 | MIT | node_modules/safe-array-concat/LICENSE | | | safe-buffer | 5.1.2 | MIT | node_modules/safe-buffer/LICENSE | | | safe-push-apply | 1.0.0 | MIT | node_modules/safe-push-apply/LICENSE | | | safe-regex | 2.1.1 | MIT | node_modules/safe-regex/LICENSE | | | safe-regex-test | 1.1.0 | MIT | node_modules/safe-regex-test/LICENSE | | | safer-buffer | 2.1.2 | MIT | node_modules/safer-buffer/LICENSE | | | sax | 1.4.3 | BlueOak-1.0.0 | node_modules/sax/LICENSE.md | | | scule | 1.3.0 | MIT | node_modules/scule/LICENSE | | | semver | 7.7.3 | ISC | node_modules/semver/LICENSE | | | send | 1.2.0 | MIT | node_modules/send/LICENSE | | | serialize-javascript | 6.0.2 | BSD-3-Clause | node_modules/serialize-javascript/LICENSE | | | seroval | 1.4.0 | MIT | node_modules/seroval/LICENSE | | | serve-placeholder | 2.0.2 | MIT | node_modules/serve-placeholder/LICENSE | | | serve-static | 2.2.0 | MIT | node_modules/serve-static/LICENSE | | | set-function-length | 1.2.2 | MIT | node_modules/set-function-length/LICENSE | | | set-function-name | 2.0.2 | MIT | node_modules/set-function-name/LICENSE | | | set-proto | 1.0.0 | MIT | node_modules/set-proto/LICENSE | | | setprototypeof | 1.2.0 | ISC | node_modules/setprototypeof/LICENSE | | | shebang-command | 2.0.0 | MIT | node_modules/shebang-command/license | | | shebang-regex | 3.0.0 | MIT | node_modules/shebang-regex/license | | | shell-quote | 1.8.3 | MIT | node_modules/shell-quote/LICENSE | | | side-channel | 1.1.0 | MIT | node_modules/side-channel/LICENSE | | | side-channel-list | 1.0.0 | MIT | node_modules/side-channel-list/LICENSE | | | side-channel-map | 1.0.1 | MIT | node_modules/side-channel-map/LICENSE | | | side-channel-weakmap | 1.0.2 | MIT | node_modules/side-channel-weakmap/LICENSE | | | signal-exit | 4.1.0 | ISC | node_modules/signal-exit/LICENSE.txt | | | simple-git | 3.30.0 | MIT | not found in package contents | | | sirv | 3.0.2 | MIT | not found in package contents | | | sisteransi | 1.0.5 | MIT | node_modules/sisteransi/license | | | slash | 3.0.0 | MIT | node_modules/slash/license | | | smob | 1.5.0 | MIT | node_modules/smob/LICENSE | | | source-map | 0.7.6 | BSD-3-Clause | node_modules/source-map/LICENSE | | | source-map-js | 1.2.1 | BSD-3-Clause | node_modules/source-map-js/LICENSE | | | source-map-support | 0.5.21 | MIT | node_modules/source-map-support/LICENSE.md | | | source-map-support/node_modules/source-map | 0.6.1 | BSD-3-Clause | node_modules/source-map-support/node_modules/source-map/LICENSE | | | spdx-correct | 3.2.0 | Apache-2.0 | node_modules/spdx-correct/LICENSE | | | spdx-exceptions | 2.5.0 | CC-BY-3.0 | not found in package contents | | | spdx-expression-parse | 3.0.1 | MIT | node_modules/spdx-expression-parse/LICENSE | | | spdx-license-ids | 3.0.22 | CC0-1.0 | not found in package contents | | | speakingurl | 14.0.1 | BSD-3-Clause | node_modules/speakingurl/LICENSE | | | sprintf-js | 1.0.3 | BSD-3-Clause | node_modules/sprintf-js/LICENSE | | | srvx | 0.9.8 | MIT | node_modules/srvx/LICENSE | | | stable-hash | 0.0.5 | MIT | not found in package contents | | | stack-utils | 2.0.6 | MIT | node_modules/stack-utils/LICENSE.md | | | stack-utils/node_modules/escape-string-regexp | 2.0.0 | MIT | node_modules/stack-utils/node_modules/escape-string-regexp/license | | | standard-as-callback | 2.1.0 | MIT | node_modules/standard-as-callback/LICENSE | | | statuses | 2.0.2 | MIT | node_modules/statuses/LICENSE | | | std-env | 3.10.0 | MIT | node_modules/std-env/LICENCE | | | stop-iteration-iterator | 1.1.0 | MIT | node_modules/stop-iteration-iterator/LICENSE | | | streamx | 2.23.0 | MIT | node_modules/streamx/LICENSE | | | string-length | 4.0.2 | MIT | node_modules/string-length/license | | | string-width | 5.1.2 | MIT | node_modules/string-width/license | | | string-width-cjs | 4.2.3 | MIT | node_modules/string-width-cjs/license | | | string-width-cjs/node_modules/emoji-regex | 8.0.0 | MIT | node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt | | | string-width/node_modules/ansi-regex | 6.2.2 | MIT | node_modules/string-width/node_modules/ansi-regex/license | | | string-width/node_modules/strip-ansi | 7.1.2 | MIT | node_modules/string-width/node_modules/strip-ansi/license | | | string.prototype.trim | 1.2.10 | MIT | node_modules/string.prototype.trim/LICENSE | | | string.prototype.trimend | 1.0.9 | MIT | node_modules/string.prototype.trimend/LICENSE | | | string.prototype.trimstart | 1.0.8 | MIT | node_modules/string.prototype.trimstart/LICENSE | | | string_decoder | 1.3.0 | MIT | node_modules/string_decoder/LICENSE | | | string_decoder/node_modules/safe-buffer | 5.2.1 | MIT | node_modules/string_decoder/node_modules/safe-buffer/LICENSE | | | strip-ansi | 6.0.1 | MIT | node_modules/strip-ansi/license | | | strip-ansi-cjs | 6.0.1 | MIT | node_modules/strip-ansi-cjs/license | | | strip-bom | 3.0.0 | MIT | node_modules/strip-bom/license | | | strip-final-newline | 3.0.0 | MIT | node_modules/strip-final-newline/license | | | strip-indent | 3.0.0 | MIT | node_modules/strip-indent/license | | | strip-json-comments | 3.1.1 | MIT | node_modules/strip-json-comments/license | | | strip-literal | 3.1.0 | MIT | node_modules/strip-literal/LICENSE | | | strip-literal/node_modules/js-tokens | 9.0.1 | MIT | node_modules/strip-literal/node_modules/js-tokens/LICENSE | | | stripe | 18.5.0 | MIT | node_modules/stripe/LICENSE | | | structured-clone-es | 1.0.0 | ISC | node_modules/structured-clone-es/LICENSE.md | | | stylehacks | 7.0.7 | MIT | node_modules/stylehacks/LICENSE-MIT | | | stylehacks/node_modules/postcss-selector-parser | 7.1.1 | MIT | node_modules/stylehacks/node_modules/postcss-selector-parser/LICENSE-MIT | | | sucrase | 3.35.1 | MIT | node_modules/sucrase/LICENSE | | | sucrase/node_modules/commander | 4.1.1 | MIT | node_modules/sucrase/node_modules/commander/LICENSE | | | superjson | 2.2.6 | MIT | node_modules/superjson/LICENSE | | | supports-color | 7.2.0 | MIT | node_modules/supports-color/license | | | supports-preserve-symlinks-flag | 1.0.0 | MIT | node_modules/supports-preserve-symlinks-flag/LICENSE | | | svgo | 4.0.0 | MIT | node_modules/svgo/LICENSE | | | svgo/node_modules/commander | 11.1.0 | MIT | node_modules/svgo/node_modules/commander/LICENSE | | | synckit | 0.11.11 | MIT | node_modules/synckit/LICENSE | | | system-architecture | 0.1.0 | MIT | node_modules/system-architecture/license | | | tagged-tag | 1.0.0 | MIT | node_modules/tagged-tag/license | | | tailwindcss | 3.4.19 | MIT | node_modules/tailwindcss/LICENSE | | | tailwindcss/node_modules/chokidar | 3.6.0 | MIT | node_modules/tailwindcss/node_modules/chokidar/LICENSE | | | tailwindcss/node_modules/chokidar/node_modules/glob-parent | 5.1.2 | ISC | node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/LICENSE | | | tailwindcss/node_modules/jiti | 1.21.7 | MIT | node_modules/tailwindcss/node_modules/jiti/LICENSE | | | tailwindcss/node_modules/readdirp | 3.6.0 | MIT | node_modules/tailwindcss/node_modules/readdirp/LICENSE | | | tar | 7.5.2 | BlueOak-1.0.0 | node_modules/tar/LICENSE.md | | | tar-stream | 3.1.7 | MIT | node_modules/tar-stream/LICENSE | | | tar/node_modules/yallist | 5.0.0 | BlueOak-1.0.0 | node_modules/tar/node_modules/yallist/LICENSE.md | | | terser | 5.44.1 | BSD-2-Clause | node_modules/terser/LICENSE | | | terser/node_modules/commander | 2.20.3 | MIT | node_modules/terser/node_modules/commander/LICENSE | | | test-exclude | 6.0.0 | ISC | node_modules/test-exclude/LICENSE.txt | | | test-exclude/node_modules/brace-expansion | 1.1.12 | MIT | node_modules/test-exclude/node_modules/brace-expansion/LICENSE | | | test-exclude/node_modules/glob | 7.2.3 | ISC | node_modules/test-exclude/node_modules/glob/LICENSE | | | test-exclude/node_modules/minimatch | 3.1.2 | ISC | node_modules/test-exclude/node_modules/minimatch/LICENSE | | | text-decoder | 1.2.3 | Apache-2.0 | node_modules/text-decoder/LICENSE | | | text-table | 0.2.0 | MIT | node_modules/text-table/LICENSE | | | thenify | 3.3.1 | MIT | node_modules/thenify/LICENSE | | | thenify-all | 1.6.0 | MIT | node_modules/thenify-all/LICENSE | | | tiny-invariant | 1.3.3 | MIT | node_modules/tiny-invariant/LICENSE | | | tinyexec | 1.0.2 | MIT | node_modules/tinyexec/LICENSE | | | tinyglobby | 0.2.15 | MIT | node_modules/tinyglobby/LICENSE | | | tinyglobby/node_modules/fdir | 6.5.0 | MIT | node_modules/tinyglobby/node_modules/fdir/LICENSE | | | tinyglobby/node_modules/picomatch | 4.0.3 | MIT | node_modules/tinyglobby/node_modules/picomatch/LICENSE | | | tmpl | 1.0.5 | BSD-3-Clause | node_modules/tmpl/license | | | to-regex-range | 5.0.1 | MIT | node_modules/to-regex-range/LICENSE | | | toidentifier | 1.0.1 | MIT | node_modules/toidentifier/LICENSE | | | totalist | 3.0.1 | MIT | node_modules/totalist/license | | | tr46 | 0.0.3 | MIT | not found in package contents | | | ts-api-utils | 1.4.3 | MIT | node_modules/ts-api-utils/LICENSE.md | | | ts-interface-checker | 0.1.13 | Apache-2.0 | node_modules/ts-interface-checker/LICENSE | | | ts-jest | 29.4.6 | MIT | node_modules/ts-jest/LICENSE.md | | | ts-jest/node_modules/type-fest | 4.41.0 | (MIT OR CC0-1.0) | node_modules/ts-jest/node_modules/type-fest/license-cc0 | | | ts-node | 10.9.2 | MIT | node_modules/ts-node/LICENSE | | | ts-node/node_modules/arg | 4.1.3 | MIT | node_modules/ts-node/node_modules/arg/LICENSE.md | | | ts-node/node_modules/diff | 4.0.2 | BSD-3-Clause | node_modules/ts-node/node_modules/diff/LICENSE | | | tsconfig-paths | 3.15.0 | MIT | node_modules/tsconfig-paths/LICENSE | | | tsconfig-paths/node_modules/json5 | 1.0.2 | MIT | node_modules/tsconfig-paths/node_modules/json5/LICENSE.md | | | tslib | 2.8.1 | 0BSD | node_modules/tslib/LICENSE.txt | | | tsx | 4.21.0 | MIT | node_modules/tsx/LICENSE | | | type-check | 0.4.0 | MIT | node_modules/type-check/LICENSE | | | type-detect | 4.0.8 | MIT | node_modules/type-detect/LICENSE | | | type-fest | 0.20.2 | (MIT OR CC0-1.0) | node_modules/type-fest/license | | | type-level-regexp | 0.1.17 | MIT | node_modules/type-level-regexp/LICENCE | | | typed-array-buffer | 1.0.3 | MIT | node_modules/typed-array-buffer/LICENSE | | | typed-array-byte-length | 1.0.3 | MIT | node_modules/typed-array-byte-length/LICENSE | | | typed-array-byte-offset | 1.0.4 | MIT | node_modules/typed-array-byte-offset/LICENSE | | | typed-array-length | 1.0.7 | MIT | node_modules/typed-array-length/LICENSE | | | typescript | 5.9.3 | Apache-2.0 | node_modules/typescript/LICENSE.txt | | | ufo | 1.6.1 | MIT | node_modules/ufo/LICENSE | | | uglify-js | 3.19.3 | BSD-2-Clause | node_modules/uglify-js/LICENSE | | | ultrahtml | 1.6.0 | MIT | node_modules/ultrahtml/LICENSE | | | unbox-primitive | 1.1.0 | MIT | node_modules/unbox-primitive/LICENSE | | | uncrypto | 0.1.3 | MIT | node_modules/uncrypto/LICENSE | | | uncsrf | 1.2.0 | MIT | node_modules/uncsrf/LICENSE | | | unctx | 2.4.1 | MIT | node_modules/unctx/LICENSE | | | unctx/node_modules/estree-walker | 3.0.3 | MIT | node_modules/unctx/node_modules/estree-walker/LICENSE | | | undici-types | 6.21.0 | MIT | node_modules/undici-types/LICENSE | | | unenv | 2.0.0-rc.24 | MIT | node_modules/unenv/LICENSE | | | unhead | 2.0.19 | MIT | node_modules/unhead/LICENSE | | | unicorn-magic | 0.3.0 | MIT | node_modules/unicorn-magic/license | | | unimport | 5.6.0 | MIT | node_modules/unimport/LICENSE | | | unimport/node_modules/escape-string-regexp | 5.0.0 | MIT | node_modules/unimport/node_modules/escape-string-regexp/license | | | unimport/node_modules/estree-walker | 3.0.3 | MIT | node_modules/unimport/node_modules/estree-walker/LICENSE | | | unimport/node_modules/local-pkg | 1.1.2 | MIT | node_modules/unimport/node_modules/local-pkg/LICENSE | | | unimport/node_modules/picomatch | 4.0.3 | MIT | node_modules/unimport/node_modules/picomatch/LICENSE | | | unimport/node_modules/unplugin-utils | 0.3.1 | MIT | node_modules/unimport/node_modules/unplugin-utils/LICENSE | | | unplugin | 2.3.11 | MIT | node_modules/unplugin/LICENSE | | | unplugin-remove | 1.0.3 | MIT | node_modules/unplugin-remove/LICENSE | | | unplugin-remove/node_modules/unplugin | 1.16.1 | MIT | node_modules/unplugin-remove/node_modules/unplugin/LICENSE | | | unplugin-utils | 0.2.5 | MIT | node_modules/unplugin-utils/LICENSE | | | unplugin-utils/node_modules/picomatch | 4.0.3 | MIT | node_modules/unplugin-utils/node_modules/picomatch/LICENSE | | | unplugin-vue-router | 0.19.0 | MIT | node_modules/unplugin-vue-router/LICENSE | | | unplugin-vue-router/node_modules/local-pkg | 1.1.2 | MIT | node_modules/unplugin-vue-router/node_modules/local-pkg/LICENSE | | | unplugin-vue-router/node_modules/picomatch | 4.0.3 | MIT | node_modules/unplugin-vue-router/node_modules/picomatch/LICENSE | | | unplugin-vue-router/node_modules/unplugin-utils | 0.3.1 | MIT | node_modules/unplugin-vue-router/node_modules/unplugin-utils/LICENSE | | | unplugin/node_modules/picomatch | 4.0.3 | MIT | node_modules/unplugin/node_modules/picomatch/LICENSE | | | unrs-resolver | 1.11.1 | MIT | not found in package contents | | | unstorage | 1.17.3 | MIT | node_modules/unstorage/LICENSE | | | unstorage/node_modules/chokidar | 4.0.3 | MIT | node_modules/unstorage/node_modules/chokidar/LICENSE | | | unstorage/node_modules/lru-cache | 10.4.3 | ISC | node_modules/unstorage/node_modules/lru-cache/LICENSE | | | unstorage/node_modules/readdirp | 4.1.2 | MIT | node_modules/unstorage/node_modules/readdirp/LICENSE | | | untun | 0.1.3 | MIT | node_modules/untun/LICENSE | | | untun/node_modules/pathe | 1.1.2 | MIT | node_modules/untun/node_modules/pathe/LICENSE | | | untyped | 2.0.0 | MIT | node_modules/untyped/LICENSE | | | unwasm | 0.3.11 | MIT | node_modules/unwasm/LICENSE | | | update-browserslist-db | 1.2.2 | MIT | node_modules/update-browserslist-db/LICENSE | | | uqr | 0.1.2 | MIT | node_modules/uqr/LICENSE | | | uri-js | 4.4.1 | BSD-2-Clause | node_modules/uri-js/LICENSE | | | util-deprecate | 1.0.2 | MIT | node_modules/util-deprecate/LICENSE | | | v8-compile-cache-lib | 3.0.1 | MIT | node_modules/v8-compile-cache-lib/LICENSE | | | v8-to-istanbul | 9.3.0 | ISC | node_modules/v8-to-istanbul/LICENSE.txt | | | validate-npm-package-license | 3.0.4 | Apache-2.0 | node_modules/validate-npm-package-license/LICENSE | | | vite | 7.2.7 | MIT | node_modules/vite/LICENSE.md | | | vite-dev-rpc | 1.1.0 | MIT | node_modules/vite-dev-rpc/LICENSE | | | vite-hot-client | 2.1.0 | MIT | node_modules/vite-hot-client/LICENSE | | | vite-node | 5.2.0 | MIT | node_modules/vite-node/LICENSE | | | vite-plugin-inspect | 11.3.3 | MIT | node_modules/vite-plugin-inspect/LICENSE | | | vite-plugin-inspect/node_modules/define-lazy-prop | 3.0.0 | MIT | node_modules/vite-plugin-inspect/node_modules/define-lazy-prop/license | | | vite-plugin-inspect/node_modules/open | 10.2.0 | MIT | node_modules/vite-plugin-inspect/node_modules/open/license | | | vite-plugin-inspect/node_modules/picomatch | 4.0.3 | MIT | node_modules/vite-plugin-inspect/node_modules/picomatch/LICENSE | | | vite-plugin-inspect/node_modules/unplugin-utils | 0.3.1 | MIT | node_modules/vite-plugin-inspect/node_modules/unplugin-utils/LICENSE | | | vite-plugin-vue-tracer | 1.1.3 | MIT | node_modules/vite-plugin-vue-tracer/LICENSE.md | | | vite-plugin-vue-tracer/node_modules/estree-walker | 3.0.3 | MIT | node_modules/vite-plugin-vue-tracer/node_modules/estree-walker/LICENSE | | | vite/node_modules/@esbuild/aix-ppc64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/android-arm | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/android-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/android-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/darwin-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/darwin-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/freebsd-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/freebsd-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-arm | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-ia32 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-loong64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-mips64el | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-ppc64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-riscv64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-s390x | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/linux-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/netbsd-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/netbsd-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/openbsd-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/openbsd-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/openharmony-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/sunos-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/win32-arm64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/win32-ia32 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/@esbuild/win32-x64 | 0.25.12 | MIT | not found in package contents | | | vite/node_modules/esbuild | 0.25.12 | MIT | node_modules/vite/node_modules/esbuild/LICENSE.md | | | vite/node_modules/fdir | 6.5.0 | MIT | node_modules/vite/node_modules/fdir/LICENSE | | | vite/node_modules/picomatch | 4.0.3 | MIT | node_modules/vite/node_modules/picomatch/LICENSE | | | vscode-uri | 3.1.0 | MIT | node_modules/vscode-uri/LICENSE.md | | | vue | 3.5.25 | MIT | node_modules/vue/LICENSE | | | vue-bundle-renderer | 2.2.0 | MIT | node_modules/vue-bundle-renderer/LICENSE.md | | | vue-component-type-helpers | 2.2.12 | MIT | node_modules/vue-component-type-helpers/LICENSE | | | vue-devtools-stub | 0.1.0 | MIT | node_modules/vue-devtools-stub/LICENSE | | | vue-eslint-parser | 9.4.3 | MIT | node_modules/vue-eslint-parser/LICENSE | | | vue-router | 4.6.4 | MIT | node_modules/vue-router/LICENSE | | | walker | 1.0.8 | Apache-2.0 | node_modules/walker/LICENSE | | | webidl-conversions | 3.0.1 | BSD-2-Clause | node_modules/webidl-conversions/LICENSE.md | | | webpack-virtual-modules | 0.6.2 | MIT | node_modules/webpack-virtual-modules/LICENSE | | | whatwg-mimetype | 3.0.0 | MIT | node_modules/whatwg-mimetype/LICENSE.txt | | | whatwg-url | 5.0.0 | MIT | node_modules/whatwg-url/LICENSE.txt | | | which | 2.0.2 | ISC | node_modules/which/LICENSE | | | which-boxed-primitive | 1.1.1 | MIT | node_modules/which-boxed-primitive/LICENSE | | | which-builtin-type | 1.2.1 | MIT | node_modules/which-builtin-type/LICENSE | | | which-collection | 1.0.2 | MIT | node_modules/which-collection/LICENSE | | | which-typed-array | 1.1.19 | MIT | node_modules/which-typed-array/LICENSE | | | word-wrap | 1.2.5 | MIT | node_modules/word-wrap/LICENSE | | | wordwrap | 1.0.0 | MIT | node_modules/wordwrap/LICENSE | | | wrap-ansi | 8.1.0 | MIT | node_modules/wrap-ansi/license | | | wrap-ansi-cjs | 7.0.0 | MIT | node_modules/wrap-ansi-cjs/license | | | wrap-ansi-cjs/node_modules/emoji-regex | 8.0.0 | MIT | node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt | | | wrap-ansi-cjs/node_modules/string-width | 4.2.3 | MIT | node_modules/wrap-ansi-cjs/node_modules/string-width/license | | | wrap-ansi/node_modules/ansi-regex | 6.2.2 | MIT | node_modules/wrap-ansi/node_modules/ansi-regex/license | | | wrap-ansi/node_modules/ansi-styles | 6.2.3 | MIT | node_modules/wrap-ansi/node_modules/ansi-styles/license | | | wrap-ansi/node_modules/strip-ansi | 7.1.2 | MIT | node_modules/wrap-ansi/node_modules/strip-ansi/license | | | wrappy | 1.0.2 | ISC | node_modules/wrappy/LICENSE | | | write-file-atomic | 5.0.1 | ISC | node_modules/write-file-atomic/LICENSE.md | | | ws | 8.18.3 | MIT | node_modules/ws/LICENSE | | | wsl-utils | 0.1.0 | MIT | node_modules/wsl-utils/license | | | xml-name-validator | 4.0.0 | Apache-2.0 | node_modules/xml-name-validator/LICENSE.txt | | | xss | 1.0.15 | MIT | node_modules/xss/LICENSE | | | xss/node_modules/commander | 2.20.3 | MIT | node_modules/xss/node_modules/commander/LICENSE | | | y18n | 5.0.8 | ISC | node_modules/y18n/LICENSE | | | yallist | 3.1.1 | ISC | node_modules/yallist/LICENSE | | | yaml | 2.8.2 | ISC | node_modules/yaml/LICENSE | | | yargs | 17.7.2 | MIT | node_modules/yargs/LICENSE | | | yargs-parser | 21.1.1 | ISC | node_modules/yargs-parser/LICENSE.txt | | | yargs/node_modules/emoji-regex | 8.0.0 | MIT | node_modules/yargs/node_modules/emoji-regex/LICENSE-MIT.txt | | | yargs/node_modules/string-width | 4.2.3 | MIT | node_modules/yargs/node_modules/string-width/license | | | yn | 3.1.1 | MIT | node_modules/yn/license | | | yocto-queue | 0.1.0 | MIT | node_modules/yocto-queue/license | | | youch | 4.1.0-beta.13 | MIT | node_modules/youch/LICENSE.md | | | youch-core | 0.3.3 | MIT | node_modules/youch-core/LICENSE.md | | | zip-stream | 6.0.1 | MIT | node_modules/zip-stream/LICENSE | |