From 48050a41a8b69b9bfb7d564f92073832f1948a5d Mon Sep 17 00:00:00 2001 From: Abdulazizzn Date: Fri, 19 Sep 2025 02:43:59 +0300 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- docker/images/n8n-base/Dockerfile | 3 +- docker/images/n8n/Dockerfile | 2 +- docker/images/n8n/n8n-task-runners.json | 6 +- docker/images/runners/Dockerfile | 2 +- docker/images/runners/n8n-task-runners.json | 4 + docker/images/runners/package.json | 6 +- packages/cli/THIRD_PARTY_LICENSES.md | 6922 ++++++++++++++++++- 7 files changed, 6938 insertions(+), 7 deletions(-) diff --git a/docker/images/n8n-base/Dockerfile b/docker/images/n8n-base/Dockerfile index 77fe0b798e..ce1fd4c92e 100644 --- a/docker/images/n8n-base/Dockerfile +++ b/docker/images/n8n-base/Dockerfile @@ -25,7 +25,8 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.22/main" >> /etc/apk/reposito tzdata \ ca-certificates \ libc6-compat \ - jq + jq \ + ffmpeg # Install full-icu RUN npm install -g full-icu@1.5.0 diff --git a/docker/images/n8n/Dockerfile b/docker/images/n8n/Dockerfile index 219b5187ed..02b80324f5 100644 --- a/docker/images/n8n/Dockerfile +++ b/docker/images/n8n/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETPLATFORM # ============================================================================== # STAGE 1: System Dependencies & Base Setup # ============================================================================== -FROM n8nio/base:${NODE_VERSION} AS system-deps +FROM n8nio/base:22-ffmpeg AS system-deps # ============================================================================== # STAGE 2: Application Artifact Processor diff --git a/docker/images/n8n/n8n-task-runners.json b/docker/images/n8n/n8n-task-runners.json index 091e539593..6b1faceb23 100644 --- a/docker/images/n8n/n8n-task-runners.json +++ b/docker/images/n8n/n8n-task-runners.json @@ -29,7 +29,11 @@ "N8N_VERSION", "ENVIRONMENT", "DEPLOYMENT_NAME" - ] + ], + "env-overrides": { + "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", + "NODE_FUNCTION_ALLOW_EXTERNAL": "ytdl-core,youtube-dl-exec,yt-search,ytsr,moment" + } } ] } diff --git a/docker/images/runners/Dockerfile b/docker/images/runners/Dockerfile index 677d68ecda..c8856f1cc7 100644 --- a/docker/images/runners/Dockerfile +++ b/docker/images/runners/Dockerfile @@ -112,7 +112,7 @@ COPY --from=node-alpine /usr/local/bin/node /usr/local/bin/node # libstdc++ is required by Node # libc6-compat is required by task-runner-launcher -RUN apk add --no-cache ca-certificates tini libstdc++ libc6-compat +RUN apk add --no-cache ca-certificates tini libstdc++ libc6-compat ffmpeg RUN addgroup -g 1000 -S runner \ && adduser -u 1000 -S -G runner -h /home/runner -D runner \ diff --git a/docker/images/runners/n8n-task-runners.json b/docker/images/runners/n8n-task-runners.json index 7f5db9792c..8499bec15c 100644 --- a/docker/images/runners/n8n-task-runners.json +++ b/docker/images/runners/n8n-task-runners.json @@ -14,6 +14,8 @@ "PATH", "GENERIC_TIMEZONE", "NODE_OPTIONS", + "NODE_FUNCTION_ALLOW_BUILTIN", + "NODE_FUNCTION_ALLOW_EXTERNAL", "N8N_RUNNERS_AUTO_SHUTDOWN_TIMEOUT", "N8N_RUNNERS_TASK_TIMEOUT", "N8N_RUNNERS_MAX_CONCURRENCY", @@ -36,6 +38,8 @@ "health-check-server-port": "5682", "allowed-env": [ "PATH", + "NODE_FUNCTION_ALLOW_BUILTIN", + "NODE_FUNCTION_ALLOW_EXTERNAL", "N8N_RUNNERS_LAUNCHER_LOG_LEVEL", "N8N_RUNNERS_AUTO_SHUTDOWN_TIMEOUT", "N8N_RUNNERS_TASK_TIMEOUT", diff --git a/docker/images/runners/package.json b/docker/images/runners/package.json index 53afeb3f90..bddedd5560 100644 --- a/docker/images/runners/package.json +++ b/docker/images/runners/package.json @@ -3,6 +3,10 @@ "description": "Runtime-only extra dependencies for installing packages in the JavaScript task runner image. Installed at Docker image build time. Allow usage in the Code node via 'NODE_FUNCTION_ALLOW_EXTERNAL' env variable on n8n-task-runners.json.", "private": true, "dependencies": { - "moment": "2.30.1" + "moment": "2.30.1", + "ytdl-core": "^4.11.5", + "youtube-dl-exec": "^3.0.2", + "yt-search": "^2.10.4", + "ytsr": "^3.8.4" } } diff --git a/packages/cli/THIRD_PARTY_LICENSES.md b/packages/cli/THIRD_PARTY_LICENSES.md index 5dea59e387..7c9799331f 100644 --- a/packages/cli/THIRD_PARTY_LICENSES.md +++ b/packages/cli/THIRD_PARTY_LICENSES.md @@ -1,5 +1,6923 @@ # Third-Party Licenses -**Note**: This is a placeholder file used during local development. The complete third-party licenses file is generated during production builds and contains detailed licensing information for all dependencies. +This file lists third-party software components included in n8n and their respective license terms. + +The n8n software includes open source packages, libraries, and modules, each of which is subject to its own license. The following sections list those dependencies and provide required attributions and license texts. + +## (AFL-2.1 OR BSD-3-Clause) + +* json-schema 0.4.0, Copyright (c) 2005-2015, The Dojo Foundation. All rights reserved. + +## (BSD-2-Clause OR MIT OR Apache-2.0) + +* rc 1.2.8, Copyright (c) 2011 Dominic Tarr + +## (BSD-3-Clause OR GPL-2.0) + +* node-forge 1.3.1 + +## (CC-BY-4.0 AND MIT) + +* @fortawesome/free-regular-svg-icons 6.2.0, Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com). with Reserved Font Name: "Font Awesome".* +* @fortawesome/free-solid-svg-icons 5.15.4 + +## (MIT AND BSD-3-Clause) + +* sha.js 2.4.12, Copyright (c) 2013-2018 sha.js contributors + +## (MIT AND CC-BY-3.0) + +* spdx-ranges 2.1.1, Copyright (c) 2015 Kyle E. Mitchell + +## (MIT AND Zlib) + +* pako 1.0.11, Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn + +## (MIT OR CC0-1.0) + +* type-fest 2.19.0 + +## (MIT OR EUPL-1.1+) + +* mailsplit 5.4.0, Copyright (c) 2011-2019 Andris Reinman + +## (MIT OR GPL-3.0-or-later) + +* jszip 3.10.1, Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso + +## (MIT OR WTFPL) + +* expand-template 2.0.3, Copyright (c) 2018 Lars-Magnus Skog + +## (MPL-2.0 OR Apache-2.0) + +* dompurify 3.1.7 + +## 0BSD + +* tslib 2.6.2, Copyright (c) Microsoft Corporation. + +## Apache* + +* @browserbasehq/sdk 2.6.0 +* @mistralai/mistralai 1.3.4 +* @zilliz/milvus2-sdk-node 2.5.7 +* browser-request 0.3.3 +* esm-resolve 1.0.8 + +## Apache-2.0 + +* @ampproject/remapping 2.3.0 +* @aws-crypto/crc32 5.2.0 +* @aws-crypto/crc32c 5.2.0 +* @aws-crypto/sha1-browser 5.2.0 +* @aws-crypto/sha256-browser 5.2.0 +* @aws-crypto/sha256-js 5.2.0 +* @aws-crypto/supports-web-crypto 5.2.0 +* @aws-crypto/util 5.2.0 +* @aws-sdk/client-bedrock-agent-runtime 3.808.0 +* @aws-sdk/client-bedrock-runtime 3.808.0 +* @aws-sdk/client-cognito-identity 3.808.0 +* @aws-sdk/client-kendra 3.808.0 +* @aws-sdk/client-s3 3.808.0 +* @aws-sdk/client-sagemaker 3.808.0 +* @aws-sdk/client-secrets-manager 3.808.0 +* @aws-sdk/client-sso 3.808.0 +* @aws-sdk/client-sso-oidc 3.808.0 +* @aws-sdk/core 3.808.0 +* @aws-sdk/credential-provider-cognito-identity 3.808.0 +* @aws-sdk/credential-provider-env 3.808.0 +* @aws-sdk/credential-provider-http 3.808.0 +* @aws-sdk/credential-provider-ini 3.808.0 +* @aws-sdk/credential-provider-node 3.808.0 +* @aws-sdk/credential-provider-process 3.808.0 +* @aws-sdk/credential-provider-sso 3.808.0 +* @aws-sdk/credential-provider-web-identity 3.808.0 +* @aws-sdk/credential-providers 3.808.0 +* @aws-sdk/eventstream-handler-node 3.804.0 +* @aws-sdk/middleware-bucket-endpoint 3.808.0 +* @aws-sdk/middleware-eventstream 3.804.0 +* @aws-sdk/middleware-expect-continue 3.804.0 +* @aws-sdk/middleware-flexible-checksums 3.808.0 +* @aws-sdk/middleware-host-header 3.804.0 +* @aws-sdk/middleware-location-constraint 3.804.0 +* @aws-sdk/middleware-logger 3.804.0 +* @aws-sdk/middleware-recursion-detection 3.804.0 +* @aws-sdk/middleware-sdk-s3 3.808.0 +* @aws-sdk/middleware-ssec 3.804.0 +* @aws-sdk/middleware-user-agent 3.808.0 +* @aws-sdk/nested-clients 3.808.0 +* @aws-sdk/protocol-http 3.374.0 +* @aws-sdk/region-config-resolver 3.808.0 +* @aws-sdk/signature-v4 3.374.0 +* @aws-sdk/signature-v4-multi-region 3.808.0 +* @aws-sdk/token-providers 3.808.0 +* @aws-sdk/types 3.804.0 +* @aws-sdk/util-arn-parser 3.804.0 +* @aws-sdk/util-endpoints 3.808.0 +* @aws-sdk/util-locate-window 3.310.0 +* @aws-sdk/util-user-agent-browser 3.804.0 +* @aws-sdk/util-user-agent-node 3.808.0 +* @aws-sdk/util-utf8-browser 3.259.0 +* @aws-sdk/xml-builder 3.804.0 +* @balena/dockerignore 1.0.2 +* @cypress/request 3.0.8 +* @eslint/config-array 0.20.1 +* @eslint/config-helpers 0.2.3 +* @eslint/core 0.14.0 +* @eslint/object-schema 2.1.6 +* @eslint/plugin-kit 0.2.8 +* @getzep/zep-js 0.9.0 +* @google-ai/generativelanguage 3.4.0 +* @google-cloud/paginator 5.0.2 +* @google-cloud/projectify 4.0.0 +* @google-cloud/promisify 4.0.0 +* @google-cloud/resource-manager 5.3.0 +* @google-cloud/secret-manager 5.6.0 +* @google-cloud/storage 7.12.1 +* @google/genai 1.19.0 +* @google/generative-ai 0.21.0 +* @grpc/grpc-js 1.13.2 +* @grpc/proto-loader 0.7.13 +* @humanfs/core 0.19.1 +* @humanfs/node 0.16.6 +* @humanwhocodes/module-importer 1.0.1 +* @humanwhocodes/retry 0.4.3 +* @ibm-cloud/watsonx-ai 1.1.2 +* @iconify-json/mdi 1.1.63 +* @img/sharp-darwin-arm64 0.33.5 +* @internationalized/date 3.8.1 +* @internationalized/number 3.6.2 +* @mozilla/readability 0.6.0, Copyright (c) 2010 Arc90 Inc +* @opentelemetry/api 1.9.0 +* @opentelemetry/api-logs 0.57.2 +* @opentelemetry/context-async-hooks 1.30.1 +* @opentelemetry/core 1.30.1 +* @opentelemetry/instrumentation 0.57.2 +* @opentelemetry/instrumentation-amqplib 0.46.1 +* @opentelemetry/instrumentation-connect 0.43.1 +* @opentelemetry/instrumentation-dataloader 0.16.1 +* @opentelemetry/instrumentation-express 0.47.1 +* @opentelemetry/instrumentation-fs 0.19.1 +* @opentelemetry/instrumentation-generic-pool 0.43.1 +* @opentelemetry/instrumentation-graphql 0.47.1 +* @opentelemetry/instrumentation-hapi 0.45.2 +* @opentelemetry/instrumentation-http 0.57.2 +* @opentelemetry/instrumentation-ioredis 0.47.1 +* @opentelemetry/instrumentation-kafkajs 0.7.1 +* @opentelemetry/instrumentation-knex 0.44.1 +* @opentelemetry/instrumentation-koa 0.47.1 +* @opentelemetry/instrumentation-lru-memoizer 0.44.1 +* @opentelemetry/instrumentation-mongodb 0.52.0 +* @opentelemetry/instrumentation-mongoose 0.46.1 +* @opentelemetry/instrumentation-mysql 0.45.1 +* @opentelemetry/instrumentation-mysql2 0.45.2 +* @opentelemetry/instrumentation-pg 0.51.1 +* @opentelemetry/instrumentation-redis-4 0.46.1 +* @opentelemetry/instrumentation-tedious 0.18.1 +* @opentelemetry/instrumentation-undici 0.10.1 +* @opentelemetry/redis-common 0.36.2 +* @opentelemetry/resources 1.30.1 +* @opentelemetry/sdk-trace-base 1.30.1 +* @opentelemetry/semantic-conventions 1.36.0 +* @opentelemetry/sql-common 0.40.1 +* @pinecone-database/pinecone 5.1.2 +* @playwright/test 1.54.2 +* @prisma/instrumentation 6.11.1 +* @qdrant/js-client-rest 1.14.1 +* @smithy/abort-controller 4.0.2 +* @smithy/chunked-blob-reader 5.0.0 +* @smithy/chunked-blob-reader-native 4.0.0 +* @smithy/config-resolver 4.1.2 +* @smithy/core 3.3.2 +* @smithy/credential-provider-imds 4.0.4 +* @smithy/eventstream-codec 2.2.0 +* @smithy/eventstream-serde-browser 4.0.2 +* @smithy/eventstream-serde-config-resolver 4.1.0 +* @smithy/eventstream-serde-node 4.0.2 +* @smithy/eventstream-serde-universal 4.0.2 +* @smithy/fetch-http-handler 5.0.2 +* @smithy/hash-blob-browser 4.0.2 +* @smithy/hash-node 4.0.2 +* @smithy/hash-stream-node 4.0.2 +* @smithy/invalid-dependency 4.0.2 +* @smithy/is-array-buffer 4.0.0 +* @smithy/md5-js 4.0.2 +* @smithy/middleware-content-length 4.0.2 +* @smithy/middleware-endpoint 4.1.5 +* @smithy/middleware-retry 4.1.6 +* @smithy/middleware-serde 4.0.4 +* @smithy/middleware-stack 4.0.2 +* @smithy/node-config-provider 4.1.1 +* @smithy/node-http-handler 4.0.4 +* @smithy/property-provider 4.0.2 +* @smithy/protocol-http 5.1.0 +* @smithy/querystring-builder 4.0.2 +* @smithy/querystring-parser 4.0.2 +* @smithy/service-error-classification 4.0.3 +* @smithy/shared-ini-file-loader 4.0.2 +* @smithy/signature-v4 2.2.1 +* @smithy/smithy-client 4.2.5 +* @smithy/types 4.2.0 +* @smithy/url-parser 4.0.2 +* @smithy/util-base64 4.0.0 +* @smithy/util-body-length-browser 4.0.0 +* @smithy/util-body-length-node 4.0.0 +* @smithy/util-buffer-from 4.0.0 +* @smithy/util-config-provider 4.0.0 +* @smithy/util-defaults-mode-browser 4.0.13 +* @smithy/util-defaults-mode-node 4.0.13 +* @smithy/util-endpoints 3.0.4 +* @smithy/util-hex-encoding 2.2.0 +* @smithy/util-middleware 4.0.2 +* @smithy/util-retry 4.0.3 +* @smithy/util-stream 4.2.0 +* @smithy/util-uri-escape 2.2.0 +* @smithy/util-utf8 4.0.0 +* @smithy/util-waiter 4.0.3 +* @sqlite.org/sqlite-wasm 3.50.4-build1 +* @swc/helpers 0.5.17, Copyright 2024 SWC contributors. +* @xata.io/client 0.28.4 +* aria-query 5.3.0, Copyright 2020 A11yance +* aws-sign2 0.7.0 +* axios-retry 4.5.0, Copyright 2019 Softonic International S.A. +* b4a 1.6.7 +* bare-events 2.5.4 +* blob-util 2.0.2 +* bser 2.1.1 +* bson 6.10.0 +* caseless 0.12.0 +* cluster-key-slot 1.1.2, Copyright (c) 2018 Mike Diarmid (Salakar) +* comlink 4.4.1 +* convict 6.2.4, Copyright 2012 the lloydster +* crc-32 1.2.2 +* denque 2.1.0 +* detect-libc 1.0.3 +* didyoumean 1.2.2 +* diff-match-patch 1.0.5 +* docker-modem 5.0.6 +* dockerode 4.0.7 +* doctrine 2.1.0 +* ecdsa-sig-formatter 1.0.11 +* ejs 3.1.10 +* eslint-visitor-keys 4.2.1 +* expect-type 1.2.1 +* fake-indexeddb 6.0.0 +* fb-watchman 2.0.2 +* filelist 1.0.4 +* forever-agent 0.6.1 +* gaxios 6.6.0 +* gcp-metadata 5.3.0 +* google-auth-library 9.15.1 +* google-gax 4.6.1 +* google-logging-utils 1.1.1 +* groq-sdk 0.19.0 +* human-signals 1.1.1 +* ibm-cloud-sdk-core 5.3.2 +* import-in-the-middle 1.14.2 +* jake 10.8.5 +* jest-junit 16.0.0 +* jmespath 0.16.0, Copyright 2014 James Saryerwinnie +* jsbi 4.3.0 +* long 5.3.2 +* mockserver-client 5.15.0 +* mongodb 6.11.0 +* mongodb-connection-string-url 3.0.0 +* openai 5.12.2 +* pdfjs-dist 5.3.31 +* playwright 1.54.2 +* playwright-core 1.54.2 +* prom-client 15.1.3 +* proto3-json-serializer 2.0.2 +* readdir-glob 1.1.3 +* reflect-metadata 0.2.2 +* retry-axios 2.6.0 +* rhea 3.0.4 +* rxjs 6.6.7 +* sharp 0.33.5 +* snowflake-sdk 2.1.0 +* spdx-correct 3.2.0 +* ssh2-sftp-client 12.0.1 +* swagger-ui-dist 5.11.0 +* teeny-request 9.0.0 +* text-decoder 1.2.3 +* ts-interface-checker 0.1.13 +* ts-toolbelt 9.6.0 +* tunnel-agent 0.6.0 +* typescript 5.9.2 +* validate-npm-package-license 3.0.4 +* walker 1.0.8, Copyright 2013 Naitik Shah +* weak-map 1.0.8 +* websocket 1.0.35 +* workerpool 9.3.3 +* xlsx 0.20.2 +* xml-name-validator 4.0.0 +* yaml-ast-parser 0.0.43, Copyright 2015 (c) MuleSoft, Inc. +* zx 8.1.4 + +## BSD + +* esprima 1.2.2 +* utf7 1.0.2, Copyright (c) 2010-2011 Konstantin Käfer + +## BSD* + +* duck 0.1.12, Copyright (c) 2013, Michael Williamson. All rights reserved. +* tween-functions 1.2.0, Copyright © 2001 Robert Penner. All rights reserved. +* url-template 2.0.8, Copyright (c) 2012-2014, Bram Stein. All rights reserved. +* weaviate-client 3.6.2, Copyright (c) 2020-2025, Weaviate B.V.. All rights reserved. + +## BSD-2-Clause + +* app-module-path 2.2.0 +* cheerio-select 2.1.0, Copyright (c) Felix Böhm. All rights reserved. +* css-select 4.3.0, Copyright (c) Felix Böhm. All rights reserved. +* css-what 6.1.0, Copyright (c) Felix Böhm. All rights reserved. +* dingbat-to-unicode 1.0.1 +* domelementtype 2.3.0, Copyright (c) Felix Böhm. All rights reserved. +* domhandler 5.0.3, Copyright (c) Felix Böhm. All rights reserved. +* domutils 3.1.0, Copyright (c) Felix Böhm. All rights reserved. +* dotenv 8.6.0, Copyright (c) 2015, Scott Motte. All rights reserved. +* entities 6.0.1, Copyright (c) Felix Böhm. All rights reserved. +* escodegen 2.0.0, Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors. +* eslint-scope 8.4.0, Copyright JS Foundation and other contributors, https://js.foundation. Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors. +* espree 10.4.0, Copyright (c) Open JS Foundation. All rights reserved. +* esprima-next 5.8.4, Copyright JS Foundation and other contributors, https://js.foundation/ +* esrecurse 4.3.0, Copyright (C) 2014 [Yusuke Suzuki](https://github.com/Constellation). (twitter: [@Constellation](https://twitter.com/Constellation)) and other contributors. +* estraverse 5.3.0 +* esutils 2.0.3 +* extract-zip 2.0.1, Copyright (c) 2014 Max Ogden and other contributors. All rights reserved. +* github-buttons 2.29.1, Copyright (c) 2023, なつき. All rights reserved. +* http-cache-semantics 4.1.1, Copyright 2016-2018 Kornel Lesiński +* lop 0.4.1, Copyright (c) 2013, Michael Williamson. All rights reserved. +* mammoth 1.7.2, Copyright (c) 2013, Michael Williamson. All rights reserved. +* normalize-package-data 2.5.0, Copyright (c) Meryn Stol ("Author"). All rights reserved. +* nth-check 2.1.1, Copyright (c) Felix Böhm. All rights reserved. +* option 0.2.4, Copyright (c) 2013, Michael Williamson. All rights reserved. +* regjsparser 0.12.0, Copyright (c) Julian Viereck and Contributors, All Rights Reserved. +* shimmer 1.2.1, Copyright (c) 2013-2019, Forrest L Norvell. All rights reserved. +* stringify-object 3.3.0, Copyright (c) 2015, Yeoman team. All rights reserved. +* terser 5.16.1, Copyright 2012-2018 (c) Mihai Bazon +* uglify-js 3.17.4, Copyright 2012-2019 (c) Mihai Bazon +* uri-js 4.4.1, Copyright 2011 Gary Court. All rights reserved. +* vue-github-button 3.1.3, Copyright (c) 2022, なつき. All rights reserved. +* webidl-conversions 7.0.0, Copyright (c) 2014, Domenic Denicola. All rights reserved. + +## BSD-3-Clause + +* @hapi/hoek 9.3.0, Copyright (c) 2011-2020, Sideway Inc, and project contributors . Copyright (c) 2011-2014, Walmart . Copyright (c) 2011, Yahoo Inc. +* @hapi/topo 5.1.0, Copyright (c) 2012-2020, Sideway Inc, and project contributors . Copyright (c) 2012-2014, Walmart. . All rights reserved. +* @js-joda/core 5.6.1, Copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper. . All rights reserved.. . Redistribution and use in source and binary forms, with or without. modification, are permitted provided that the following conditions are met:. . * Redistributions of source code must retain the above copyright notice,. this list of conditions and the following disclaimer.. . * Redistributions in binary form must reproduce the above copyright notice,. this list of conditions and the following disclaimer in the documentation. and/or other materials provided with the distribution.. . * Neither the name of js-joda nor the names of its contributors. may be used to endorse or promote products derived from this software. without specific prior written permission.. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* @protobufjs/aspromise 1.1.2, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/base64 1.1.2, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/codegen 2.0.4, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/eventemitter 1.1.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/fetch 1.1.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/float 1.0.2, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/inquire 1.1.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/path 1.1.2, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/pool 1.1.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @protobufjs/utf8 1.1.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* @sideway/address 4.1.5, Copyright (c) 2019-2020, Sideway, Inc. and Project contributors. All rights reserved. +* @sideway/formula 3.0.1, Copyright (c) 2019-2020, Sideway. Inc, and project contributors. All rights reserved. +* @sideway/pinpoint 2.0.0, Copyright (c) 2019-2020, Sideway. Inc, and project contributors +* @sinonjs/commons 3.0.1, Copyright (c) 2018, Sinon.JS. All rights reserved. +* @sinonjs/fake-timers 13.0.2, Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved. +* abab 2.0.6, Copyright © 2019 W3C and Jeff Carpenter \ +* babel-plugin-istanbul 6.1.1, Copyright (c) 2016, Istanbul Code Coverage. All rights reserved. +* babel-plugin-transform-import-meta 2.3.3 +* bcrypt-pbkdf 1.0.2, Copyright (c) 2013 Ted Unangst * +* buffer-equal-constant-time 1.0.1, Copyright (c) 2013, GoInstant Inc., a salesforce.com company. All rights reserved. +* charenc 0.0.2, Copyright © 2011, Paul Vorbach. All rights reserved.. Copyright © 2009, Jeff Mott. All rights reserved. +* crypt 0.0.2, Copyright © 2011, Paul Vorbach. All rights reserved.. Copyright © 2009, Jeff Mott. All rights reserved. +* d3-dsv 2.0.0, Copyright 2013-2016 Mike Bostock. All rights reserved. +* d3-ease 3.0.1, Copyright 2010-2021 Mike Bostock. Copyright 2001 Robert Penner. All rights reserved. +* diff 5.2.0, Copyright (c) 2009-2015, Kevin Decker . All rights reserved. +* esquery 1.6.0, Copyright (c) 2013, Joel Feenstra. All rights reserved. +* express-handlebars 8.0.1, Copyright (c) 2014, Yahoo Inc. All rights reserved. +* filesize 10.1.0, Copyright (c) 2023, Jason Mulligan. All rights reserved. +* flat 5.0.2, Copyright (c) 2014, Hugh Kennedy. All rights reserved. +* highlight.js 11.11.1, Copyright (c) 2006, Ivan Sagalaev.. All rights reserved. +* ieee754 1.2.1, Copyright 2008 Fair Oaks Labs, Inc. +* istanbul-lib-coverage 3.2.2, Copyright 2012-2015 Yahoo! Inc.. All rights reserved. +* istanbul-lib-instrument 5.2.1, Copyright 2012-2015 Yahoo! Inc.. All rights reserved. +* istanbul-lib-report 3.0.1, Copyright 2012-2015 Yahoo! Inc.. All rights reserved. +* istanbul-lib-source-maps 5.0.6, Copyright 2015 Yahoo! Inc.. All rights reserved. +* istanbul-reports 3.1.7, Copyright 2012-2015 Yahoo! Inc.. All rights reserved. +* joi 17.13.3, Copyright (c) 2012-2022, Project contributors.. Copyright (c) 2012-2022, Sideway. Inc.. Copyright (c) 2012-2014, Walmart.. All rights reserved. +* js-base64 3.7.2, Copyright (c) 2014, Dan Kogai. All rights reserved. +* jssha 3.3.1, Copyright (c) 2008-2023 Brian Turek, 1998-2009 Paul Johnston & Contributors. All rights reserved. +* license-checker 25.0.1, Copyright 2012 Yahoo Inc. +* lil-http-terminator 1.2.3, Copyright (c) 2020, Gajus Kuizinas (http://gajus.com/). All rights reserved. +* makeerror 1.0.12, Copyright (c) 2014, Naitik Shah. All rights reserved. +* md5 2.3.0, Copyright © 2011-2012, Paul Vorbach.. Copyright © 2009, Jeff Mott. +* normalize-wheel-es 1.2.0, Copyright (c) 2015, Facebook, Inc. All rights reserved. +* oas-kit-common 1.0.8, Copyright (c) 2016, Mermade Software. All rights reserved. +* oas-linter 3.2.2, Copyright (c) 2016, Mermade Software. All rights reserved. +* oas-resolver 2.5.6, Copyright (c) 2016, Mermade Software. All rights reserved. +* oas-schema-walker 1.1.5, Copyright (c) 2016, Mermade Software. All rights reserved. +* oas-validator 5.0.8, Copyright (c) 2016, Mermade Software. All rights reserved. +* protobufjs 7.4.0, Copyright (c) 2016, Daniel Wirtz All rights reserved. +* qs 6.11.0, Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors). All rights reserved. +* reftools 1.1.9, Copyright (c) 2017, Mike Ralphson. All rights reserved. +* replacestream 4.0.3, Copyright (c) 2014, Eugene Ware. All rights reserved. +* rfc2047 4.0.1, Copyright (c) 2015-2022, One.com. All rights reserved. +* rrule 2.8.1, Copyright 2010, Jakub Roztocil and Lars Schöning* +* rw 1.3.3, Copyright (c) 2014-2016, Michael Bostock. All rights reserved. +* serialize-javascript 6.0.2, Copyright 2014 Yahoo! Inc.. All rights reserved. +* shelljs 0.8.5, Copyright (c) 2012, Artur Adib . All rights reserved. +* source-map 0.6.1 +* source-map-js 1.2.1 +* sprintf-js 1.0.3, Copyright (c) 2007-2014, Alexandru Marasteanu . All rights reserved. +* sqlite3 5.1.7, Copyright (c) MapBox. All rights reserved. +* swagger2openapi 7.0.8, Copyright (c) 2016, Mermade Software. All rights reserved. +* table 6.9.0, Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/). All rights reserved. +* tmpl 1.0.5, Copyright (c) 2014, Naitik Shah. All rights reserved. +* tough-cookie 4.1.3, Copyright (c) 2015, Salesforce.com, Inc.. All rights reserved. + +## BlueOak-1.0.0 + +* jackspeak 2.3.6 +* package-json-from-dist 1.0.0 +* path-scurry 1.11.1 + +## CC-BY-3.0 + +* spdx-exceptions 2.5.0 + +## CC-BY-4.0 + +* caniuse-lite 1.0.30001677 + +## CC0-1.0 + +* mdn-data 2.23.0 +* spdx-license-ids 3.0.22 + +## Custom: http://en.wikipedia.org/wiki/Uuencoding + +* uuencode 0.0.4 + +## Custom: https://github.com/colinhacks/zod + +* zod-class 0.0.16 + +## Custom: https://github.com/dominictarr/event-stream + +* map-stream 0.1.0, Copyright (c) 2011 Dominic Tarr + +## Custom: https://img.shields.io/npm/dw/ + +* @getzep/zep-cloud 1.0.12 + +## ISC + +* @isaacs/cliui 8.0.2, Copyright (c) 2015, Contributors +* @istanbuljs/load-nyc-config 1.1.0, Copyright (c) 2019, Contributors +* @npmcli/fs 1.1.1, Copyright npm, Inc. +* @trysound/sax 0.2.0, Copyright (c) Isaac Z. Schlueter and Contributors +* abbrev 1.1.1, Copyright (c) Isaac Z. Schlueter and Contributors* +* ansis 3.2.0, Copyright (c) 2024, webdiscus +* anymatch 3.1.3, Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) +* aproba 2.0.0, Copyright (c) 2015, Rebecca Turner +* are-we-there-yet 3.0.1, Copyright npm, Inc. +* array-hyper-unique 2.1.4 +* at-least-node 1.0.0 +* boolbase 1.0.0 +* browser-stdout 1.3.1, Copyright 2018 kumavis +* browserify-sign 4.2.3, Copyright (c) 2014-2015 Calvin Metcalf and browserify-sign contributors +* cacache 15.3.0, Copyright (c) npm, Inc. +* chownr 1.1.4, Copyright (c) Isaac Z. Schlueter and Contributors +* cli-width 3.0.0, Copyright (c) 2015, Ilya Radchenko +* cliui 7.0.4, Copyright (c) 2015, Contributors +* color-support 1.1.3, Copyright (c) Isaac Z. Schlueter and Contributors +* console-control-strings 1.1.0, Copyright (c) 2014, Rebecca Turner +* crlf-normalize 1.0.19 +* css-color-keywords 1.0.0, Copyright (c) 2017, Jakob Krigovsky +* d 1.0.2, Copyright (c) 2013-2024, Mariusz Nowak, @medikoo, medikoo.com +* d3-color 3.1.0, Copyright 2010-2022 Mike Bostock +* d3-dispatch 3.0.1, Copyright 2010-2021 Mike Bostock +* d3-drag 3.0.0, Copyright 2010-2021 Mike Bostock +* d3-interpolate 3.0.1, Copyright 2010-2021 Mike Bostock +* d3-selection 3.0.0, Copyright 2010-2021 Mike Bostock +* d3-timer 3.0.1, Copyright 2010-2021 Mike Bostock +* d3-transition 3.0.1, Copyright 2010-2021 Mike Bostock +* d3-zoom 3.0.0, Copyright 2010-2021 Mike Bostock +* dezalgo 1.0.4, Copyright (c) Isaac Z. Schlueter and Contributors +* electron-to-chromium 1.5.114, Copyright 2018 Kilian Valkhof +* email-providers 2.0.1, Copyright (c) 2023, Jannis R +* epub2 3.0.2, Copyright (c) 2011 Andris Reinman +* es5-ext 0.10.64, Copyright (c) 2011-2024, Mariusz Nowak, @medikoo, medikoo.com +* es6-symbol 3.1.4, Copyright (c) 2013-2024, Mariusz Nowak, @medikoo, medikoo.com +* eslint-import-resolver-typescript 4.4.3, Copyright 2021 Alex Gorbatchev +* esniff 2.0.1, Copyright (c) 2013-2024, Mariusz Nowak, @medikoo, medikoo.com +* ext 1.7.0, Copyright (c) 2011-2022, Mariusz Nowak, @medikoo, medikoo.com +* fastq 1.15.0, Copyright (c) 2015-2020, Matteo Collina +* flatted 3.2.7, Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection +* foreground-child 3.1.1, Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors +* fs-minipass 2.1.0, Copyright (c) Isaac Z. Schlueter and Contributors +* fs.realpath 1.0.0, Copyright (c) Isaac Z. Schlueter and Contributors +* gauge 4.0.4, Copyright npm, Inc. +* get-caller-file 2.0.5 +* get-own-enumerable-property-symbols 3.0.2, Copyright (c) 2019, Shahar Or +* glob 10.4.5, Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors +* glob-parent 6.0.2, Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz , Eric Schoffstall and other contributors +* graceful-fs 4.2.11, Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors +* has-unicode 2.0.1, Copyright (c) 2014, Rebecca Turner +* hosted-git-info 2.8.9, Copyright (c) 2015, Rebecca Turner +* ics 2.40.0 +* ignore-by-default 1.0.1 +* infer-owner 1.0.4, Copyright (c) npm, Inc. and Contributors +* infisical-node 1.3.0, Copyright (c) 2023 Infisical +* inflight 1.0.6, Copyright (c) Isaac Z. Schlueter +* inherits 2.0.4, Copyright (c) Isaac Z. Schlueter +* ini 1.3.8, Copyright (c) Isaac Z. Schlueter and Contributors +* isexe 3.1.1, Copyright (c) 2016-2022 Isaac Z. Schlueter and Contributors +* json-stringify-safe 5.0.1, Copyright (c) Isaac Z. Schlueter and Contributors +* lru-cache 9.1.2, Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors +* make-error 1.3.6, Copyright 2014 Julien Fontanet +* make-fetch-happen 9.1.0, Copyright (c) npm, Inc. +* markdown-it-task-lists 2.1.1, Copyright (c) 2016, Revin Guillen +* minifaker 1.34.1 +* minimalistic-assert 1.0.1, Copyright 2015 Calvin Metcalf +* minimatch 9.0.5, Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors +* minipass 7.1.2, Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors +* minipass-collect 1.0.2, Copyright (c) Isaac Z. Schlueter and Contributors +* minipass-flush 1.0.5, Copyright (c) Isaac Z. Schlueter and Contributors +* minipass-pipeline 1.2.4, Copyright (c) Isaac Z. Schlueter and Contributors +* minipass-sized 1.0.3, Copyright (c) Isaac Z. Schlueter and Contributors +* mute-stream 0.0.8, Copyright (c) Isaac Z. Schlueter and Contributors +* next-tick 1.1.0, Copyright (c) 2012-2020, Mariusz Nowak, @medikoo, medikoo.com +* nopt 4.0.3, Copyright (c) Isaac Z. Schlueter and Contributors +* npm-normalize-package-bin 4.0.0, Copyright (c) npm, Inc. +* npmlog 6.0.2, Copyright npm, Inc. +* once 1.4.0, Copyright (c) Isaac Z. Schlueter and Contributors +* osenv 0.1.5, Copyright (c) Isaac Z. Schlueter and Contributors +* parse-asn1 5.1.7, Copyright (c) 2017, crypto-browserify contributors +* pg-int8 1.0.1, Copyright © 2017, Charmander <~@charmander.me> +* pg-numeric 1.0.2, Copyright 2019 Charmander <~@charmander.me> +* picocolors 1.0.1, Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov +* promise-inflight 1.0.1, Copyright (c) 2017, Rebecca Turner +* proto-list 1.2.4, Copyright (c) Isaac Z. Schlueter and Contributors +* read-installed 4.0.3, Copyright (c) Isaac Z. Schlueter +* read-package-json 2.1.2, Copyright (c) Isaac Z. Schlueter +* read-package-json-fast 4.0.0, Copyright (c) npm, Inc. and Contributors +* readdir-scoped-modules 1.1.0, Copyright (c) Isaac Z. Schlueter and Contributors +* rimraf 5.0.1, Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors +* sax 1.2.4, Copyright (c) Isaac Z. Schlueter and Contributors +* saxes 6.0.0 +* semver 7.7.2, Copyright (c) Isaac Z. Schlueter and Contributors +* set-blocking 2.0.0, Copyright (c) 2016, Contributors +* setprototypeof 1.2.0, Copyright (c) 2015, Wes Todd +* siginfo 2.0.0, Copyright (c) 2017, Emil Bay +* signal-exit 3.0.7, Copyright (c) 2015, Contributors +* slide 1.1.6, Copyright (c) Isaac Z. Schlueter +* split-ca 1.0.1 +* split2 4.2.0, Copyright (c) 2014-2018, Matteo Collina +* ssri 8.0.1, Copyright (c) npm, Inc. +* strict-event-emitter-types 2.0.0 +* tar 6.2.1, Copyright (c) Isaac Z. Schlueter and Contributors +* test-exclude 7.0.1, Copyright (c) 2016, Contributors +* touch 3.1.0, Copyright (c) Isaac Z. Schlueter +* ts-type 3.0.1 +* type 2.7.3, Copyright (c) 2019-2024, Mariusz Nowak, @medikoo, medikoo.com +* unique-filename 1.1.1, Copyright npm, Inc +* unique-slug 2.0.2, Copyright npm, Inc +* v8-to-istanbul 9.1.0, Copyright (c) 2017, Contributors +* which 5.0.0, Copyright (c) Isaac Z. Schlueter and Contributors +* wide-align 1.1.5, Copyright (c) 2015, Rebecca Turner +* wrappy 1.0.2, Copyright (c) Isaac Z. Schlueter and Contributors +* write-file-atomic 5.0.1, Copyright (c) 2015, Rebecca Turner +* y18n 5.0.8, Copyright (c) 2015, Contributors +* yallist 4.0.0, Copyright (c) Isaac Z. Schlueter and Contributors +* yaml 2.3.4, Copyright Eemeli Aro +* yargs-parser 21.1.1, Copyright (c) 2016, Contributors +* zod-to-json-schema 3.23.3, Copyright (c) 2020, Stefan Terdell + +## LGPL-3.0-or-later + +* @img/sharp-libvips-darwin-arm64 1.0.4 + +## MIT + +* @aashutoshrathi/word-wrap 1.2.6, Copyright (c) 2014-2016, Jon Schlinkert +* @acuminous/bitsyntax 0.1.2 +* @adobe/css-tools 4.4.0, Copyright (c) 2012 TJ Holowaychuk . Copyright (c) 2022 Jean-Philippe Zolesio +* @alloc/quick-lru 5.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* @antfu/install-pkg 0.3.3, Copyright (c) 2021 Anthony Fu +* @antfu/utils 0.7.10, Copyright (c) 2021 Anthony Fu +* @anthropic-ai/sdk 0.56.0, Copyright 2023 Anthropic, PBC. +* @apidevtools/json-schema-ref-parser 12.0.2, Copyright (c) 2015 James Messinger +* @authenio/xml-encryption 2.0.2, Copyright (c) 2015 Auth0, Inc. (http://auth0.com) +* @azure/abort-controller 1.1.0, Copyright (c) 2020 Microsoft +* @azure/core-auth 1.9.0, Copyright (c) 2020 Microsoft +* @azure/core-client 1.9.2, Copyright (c) 2020 Microsoft +* @azure/core-http-compat 2.1.2, Copyright (c) 2020 Microsoft +* @azure/core-lro 2.4.0, Copyright (c) 2020 Microsoft +* @azure/core-paging 1.3.0, Copyright (c) 2020 Microsoft +* @azure/core-rest-pipeline 1.20.0, Copyright (c) Microsoft Corporation. +* @azure/core-tracing 1.2.0, Copyright (c) 2020 Microsoft +* @azure/core-util 1.12.0, Copyright (c) Microsoft Corporation. +* @azure/core-xml 1.4.5, Copyright (c) Microsoft Corporation. +* @azure/identity 4.3.0, Copyright (c) 2020 Microsoft +* @azure/keyvault-keys 4.6.0, Copyright (c) 2020 Microsoft +* @azure/keyvault-secrets 4.8.0, Copyright (c) 2020 Microsoft +* @azure/logger 1.0.3, Copyright (c) 2020 Microsoft +* @azure/msal-browser 3.19.0, Copyright (c) Microsoft Corporation. All rights reserved. +* @azure/msal-common 14.13.0, Copyright (c) Microsoft Corporation. All rights reserved. +* @azure/msal-node 2.11.0, Copyright (c) 2020 Microsoft +* @azure/storage-blob 12.26.0, Copyright (c) 2020 Microsoft +* @babel/code-frame 7.27.1, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/compat-data 7.26.8, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/core 7.26.10, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/generator 7.26.10, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-annotate-as-pure 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-compilation-targets 7.27.2, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-create-class-features-plugin 7.26.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-create-regexp-features-plugin 7.26.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-define-polyfill-provider 0.6.3, Copyright (c) 2014-present Nicolò Ribaudo and other contributors +* @babel/helper-member-expression-to-functions 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-module-imports 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-module-transforms 7.26.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-optimise-call-expression 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-plugin-utils 7.26.5, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-remap-async-to-generator 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-replace-supers 7.26.5, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-skip-transparent-expression-wrappers 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-string-parser 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-validator-identifier 7.27.1, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-validator-option 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helper-wrap-function 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/helpers 7.26.10, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/parser 7.27.5, Copyright (C) 2012-2014 by various contributors (see AUTHORS) +* @babel/plugin-bugfix-firefox-class-in-computed-class-key 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-bugfix-safari-class-field-initializer-scope 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-proposal-private-property-in-object 7.21.0-placeholder-for-preset-env.2, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-async-generators 7.8.4, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-bigint 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-class-properties 7.12.13, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-import-assertions 7.26.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-import-attributes 7.26.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-import-meta 7.10.4, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-json-strings 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-jsx 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-logical-assignment-operators 7.10.4, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-nullish-coalescing-operator 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-numeric-separator 7.10.4, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-object-rest-spread 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-optional-catch-binding 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-optional-chaining 7.8.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-top-level-await 7.14.5, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-typescript 7.20.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-syntax-unicode-sets-regex 7.18.6, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-arrow-functions 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-async-generator-functions 7.26.8, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-async-to-generator 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-block-scoped-functions 7.26.5, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-block-scoping 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-class-properties 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-class-static-block 7.26.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-classes 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-computed-properties 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-destructuring 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-dotall-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-duplicate-keys 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-duplicate-named-capturing-groups-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-dynamic-import 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-exponentiation-operator 7.26.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-export-namespace-from 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-for-of 7.26.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-function-name 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-json-strings 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-literals 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-logical-assignment-operators 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-member-expression-literals 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-modules-amd 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-modules-commonjs 7.26.3, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-modules-systemjs 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-modules-umd 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-named-capturing-groups-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-new-target 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-nullish-coalescing-operator 7.26.6, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-numeric-separator 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-object-rest-spread 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-object-super 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-optional-catch-binding 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-optional-chaining 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-parameters 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-private-methods 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-private-property-in-object 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-property-literals 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-regenerator 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-regexp-modifiers 7.26.0, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-reserved-words 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-shorthand-properties 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-spread 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-sticky-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-template-literals 7.26.8, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-typeof-symbol 7.26.7, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-unicode-escapes 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-unicode-property-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-unicode-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/plugin-transform-unicode-sets-regex 7.25.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/preset-env 7.26.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/preset-modules 0.1.6-no-external-plugins, Copyright (c) 2020 Babel +* @babel/runtime 7.26.10, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/template 7.26.9, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/traverse 7.26.10, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @babel/types 7.27.6, Copyright (c) 2014-present Sebastian McKenzie and other contributors +* @bcoe/v8-coverage 1.0.2, Copyright © 2015-2017 Charles Samborski +* @browserbasehq/stagehand 1.9.0, Copyright (c) 2024 Browserbase Inc. +* @cfworker/json-schema 4.1.0 +* @chromatic-com/storybook 3.2.5, Copyright (c) 2023 Storybook contributors +* @clack/core 0.5.0, Copyright (c) Nate Moore +* @clack/prompts 0.11.0, Copyright (c) Nate Moore +* @codemirror/autocomplete 6.16.0, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/commands 6.5.0, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/lang-css 6.0.1, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/lang-javascript 6.2.2, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/lang-json 6.0.1, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/lang-python 6.1.6, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/language 6.9.3, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/lint 6.8.0, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/search 6.5.6, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/state 6.4.1, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/text 0.19.6, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @codemirror/view 6.26.3, Copyright (C) 2018-2021 by Marijn Haverbeke and others +* @colors/colors 1.5.0 +* @commander-js/extra-typings 12.1.0, Copyright (c) 2022 commander-js +* @common.js/is-network-error 1.0.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* @cspotcode/source-map-support 0.8.1, Copyright (c) 2014 Evan Wallace +* @csstools/css-parser-algorithms 3.0.5, Copyright 2022 Romain Menke, Antonio Laguna +* @csstools/css-tokenizer 3.0.4, Copyright 2022 Romain Menke, Antonio Laguna +* @csstools/media-query-list-parser 4.0.3, Copyright 2022 Romain Menke, Antonio Laguna +* @ctrl/tinycolor 3.6.0, Copyright (c) Scott Cooper +* @currents/commit-info 1.0.1-beta.0, Copyright (c) 2017 Cypress.io +* @currents/playwright 1.15.3, Copyright 2024 Currents Software Inc +* @cypress/grep 4.1.0 +* @cypress/xvfb 1.2.4 +* @dabh/diagnostics 2.0.3, Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors. +* @dagrejs/dagre 1.1.4, Copyright (c) 2012-2014 Chris Pettitt +* @dagrejs/graphlib 2.2.4, Copyright (c) 2012-2014 Chris Pettitt +* @dependents/detective-less 5.0.1, Copyright (c) 2022 Dependents +* @dual-bundle/import-meta-resolve 4.1.0, Copyright (c) 2021 Titus Wormer +* @element-plus/icons-vue 2.3.1, Copyright (c) 2020-PRESENT Element Plus (https://github.com/element-plus) +* @emotion/is-prop-valid 1.2.1, Copyright (c) Emotion team and other contributors +* @emotion/memoize 0.8.1, Copyright (c) Emotion team and other contributors +* @emotion/unitless 0.8.0, Copyright (c) Emotion team and other contributors +* @esbuild/darwin-arm64 0.25.9 +* @eslint-community/eslint-utils 4.7.0, Copyright (c) 2018 Toru Nagashima +* @eslint-community/regexpp 4.12.1, Copyright (c) 2018 Toru Nagashima +* @eslint/eslintrc 3.3.1, Copyright OpenJS Foundation and other contributors, +* @eslint/js 9.29.0, Copyright OpenJS Foundation and other contributors, +* @exodus/schemasafe 1.3.0, Copyright (c) 2014 Mathias Buus. Copyright (c) 2020 Exodus Movement +* @faker-js/faker 8.4.1 +* @floating-ui/core 1.7.0, Copyright (c) 2021-present Floating UI contributors +* @floating-ui/dom 1.7.0, Copyright (c) 2021-present Floating UI contributors +* @floating-ui/utils 0.2.9, Copyright (c) 2021-present Floating UI contributors +* @floating-ui/vue 1.1.6, Copyright (c) 2021 Floating UI contributors +* @fortawesome/fontawesome-common-types 0.2.36 +* @fortawesome/fontawesome-svg-core 1.2.36 +* @fortawesome/vue-fontawesome 3.0.3, Copyright 2018 Fonticons, Inc. +* @gar/promisify 1.1.3, Copyright © 2020-2022 Michael Garvin +* @graphql-typed-document-node/core 3.2.0, Copyright (c) 2020-2023 Dotan Simha +* @huggingface/inference 4.0.5, Copyright (c) 2022 Tim Mikeladze and the Hugging Face team +* @huggingface/jinja 0.5.1, Copyright (c) 2023 Hugging Face +* @huggingface/tasks 0.19.34, Copyright (c) 2023 Hugging Face +* @icetee/ftp 0.3.15, Copyright Brian White. All rights reserved. +* @iconify/json 2.2.354 +* @iconify/types 2.0.0, Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ +* @iconify/utils 2.1.25, Copyright (c) 2021-PRESENT Vjacheslav Trushkin +* @intlify/core-base 11.1.10, Copyright (c) 2020 kazuya kawaguchi +* @intlify/message-compiler 11.1.10, Copyright (c) 2020 kazuya kawaguchi +* @intlify/shared 11.1.10, Copyright (c) 2020 kazuya kawaguchi +* @ioredis/as-callback 3.0.0, Copyright (c) 2018-2022 Zihua Li. Copyright (c) 2013-2017 Petka Antonov +* @ioredis/commands 1.2.0, Copyright (c) 2022 Zihua Li. Copyright (c) 2015 NodeRedis +* @isaacs/balanced-match 4.0.1 +* @isaacs/brace-expansion 5.0.0, Copyright Julian Gruber +* @istanbuljs/schema 0.1.3, Copyright (c) 2019 CFWare, LLC +* @jest/console 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/core 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/environment 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/expect 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/expect-utils 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/fake-timers 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/globals 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/reporters 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/schemas 29.6.3, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/source-map 29.6.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/test-result 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/test-sequencer 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/transform 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jest/types 29.6.1, Copyright (c) Meta Platforms, Inc. and affiliates. +* @jridgewell/gen-mapping 0.3.13, Copyright 2024 Justin Ridgewell +* @jridgewell/resolve-uri 3.1.2, Copyright 2019 Justin Ridgewell +* @jridgewell/source-map 0.3.11, Copyright 2024 Justin Ridgewell +* @jridgewell/sourcemap-codec 1.5.0, Copyright (c) 2015 Rich Harris +* @jridgewell/trace-mapping 0.3.30, Copyright 2024 Justin Ridgewell +* @js-sdsl/ordered-map 4.4.2, Copyright (c) 2021 Zilong Yao +* @jsdevtools/ez-spawn 3.0.4, Copyright (c) 2016 Randall Krauskopf +* @jsdevtools/ono 7.1.3, Copyright (c) 2015 James Messinger +* @jsep-plugin/assignment 1.3.0, Copyright (c) 2013 Stephen Oney, https://ericsmekens.github.io/jsep/ +* @jsep-plugin/regex 1.0.4, Copyright (c) 2013 Stephen Oney, https://ericsmekens.github.io/jsep/ +* @keyv/serialize 1.1.0, Copyright (c) 2017-2021 Luke Childs. Copyright (c) 2021-2022 Jared Wray +* @kikobeats/time-span 1.0.9, Copyright © 2023 Kiko Beats (kikobeats.com) +* @kurkle/color 0.3.2, Copyright (c) 2018-2021 Jukka Kurkela +* @kwsites/file-exists 1.1.1, Copyright (c) 2015 Steve King +* @kwsites/promise-deferred 1.1.1, Copyright (c) 2018 kwsites +* @langchain/anthropic 0.3.26, Copyright (c) Harrison Chase +* @langchain/aws 0.1.11, Copyright (c) 2023 LangChain +* @langchain/cohere 0.3.4, Copyright (c) 2023 LangChain +* @langchain/community 0.3.50, Copyright (c) 2023 LangChain +* @langchain/core 0.3.68, Copyright (c) Harrison Chase +* @langchain/google-common 0.2.18, Copyright (c) 2023 LangChain +* @langchain/google-gauth 0.2.18, Copyright (c) 2023 LangChain +* @langchain/google-genai 0.2.17, Copyright (c) 2023 LangChain +* @langchain/google-vertexai 0.2.18, Copyright (c) 2023 LangChain +* @langchain/groq 0.2.3, Copyright (c) 2023 LangChain +* @langchain/langgraph 0.2.74, Copyright (c) 2024 LangChain +* @langchain/langgraph-checkpoint 0.0.17, Copyright (c) 2024 LangChain +* @langchain/langgraph-sdk 0.0.70, Copyright (c) 2024 LangChain, Inc. +* @langchain/mistralai 0.2.1, Copyright (c) 2023 LangChain +* @langchain/mongodb 0.1.0, Copyright (c) 2023 LangChain +* @langchain/ollama 0.2.3, Copyright (c) 2023 LangChain +* @langchain/openai 0.6.7, Copyright (c) Harrison Chase +* @langchain/pinecone 0.2.0, Copyright (c) 2023 LangChain +* @langchain/qdrant 0.1.2, Copyright (c) 2023 LangChain +* @langchain/redis 0.1.1, Copyright (c) 2023 LangChain +* @langchain/textsplitters 0.1.0, Copyright (c) 2023 LangChain +* @langchain/weaviate 0.2.0, Copyright (c) 2023 LangChain +* @lezer/common 1.1.0, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/css 1.1.1, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/generator 1.7.0, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/highlight 1.1.1, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/html 1.3.0, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/javascript 1.0.2, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/json 1.0.0, Copyright (C) 2020 by Marijn Haverbeke , Arun Srinivasan , and others +* @lezer/lr 1.4.0, Copyright (C) 2018 by Marijn Haverbeke and others +* @lezer/python 1.1.5, Copyright (C) 2020 by Marijn Haverbeke and others +* @mdx-js/react 3.0.1, Copyright (c) 2017 Compositor and Vercel, Inc. +* @microsoft/api-extractor 7.52.1, Copyright (c) Microsoft Corporation. All rights reserved. +* @microsoft/api-extractor-model 7.30.4, Copyright (c) Microsoft Corporation. All rights reserved. +* @microsoft/tsdoc 0.15.1, Copyright (c) Microsoft Corporation. All rights reserved. +* @microsoft/tsdoc-config 0.17.1, Copyright (c) Microsoft Corporation. All rights reserved. +* @miragejs/pretender-node-polyfill 0.1.2 +* @modelcontextprotocol/sdk 1.12.0, Copyright (c) 2024 Anthropic, PBC +* @mongodb-js/saslprep 1.1.9, Copyright (c) 2014 Dmitry Tsvettsikh +* @msgpackr-extract/msgpackr-extract-darwin-arm64 3.0.2 +* @mswjs/interceptors 0.37.5, Copyright (c) 2018–present Artem Zakharchenko +* @napi-rs/canvas 0.1.70, Copyright (c) 2020 lynweklm@gmail.com +* @napi-rs/canvas-darwin-arm64 0.1.70 +* @ngneat/falso 7.4.0 +* @noble/hashes 1.8.0, Copyright (c) 2022 Paul Miller (https://paulmillr.com) +* @nodelib/fs.scandir 2.1.5, Copyright (c) Denis Malinochkin +* @nodelib/fs.stat 2.0.5, Copyright (c) Denis Malinochkin +* @nodelib/fs.walk 1.2.8, Copyright (c) Denis Malinochkin +* @npmcli/move-file 1.1.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com). Copyright (c) npm, Inc. +* @oclif/core 4.0.7, Copyright (c) 2018 Salesforce.com +* @oclif/test 4.1.13, Copyright (c) 2018 Salesforce.com +* @one-ini/wasm 0.1.1, Copyright (c) 2019 Jed Mao +* @open-draft/deferred-promise 2.2.0 +* @open-draft/logger 0.3.0, Copyright (c) 2023—present Artem Zakharchenko +* @open-draft/until 2.1.0, Copyright (c) 2021 Artem Zakharchenko +* @otplib/core 12.0.1, Copyright (c) 2014 Gerald Yeo +* @otplib/plugin-crypto 12.0.1, Copyright (c) 2014 Gerald Yeo +* @otplib/plugin-thirty-two 12.0.1, Copyright (c) 2014 Gerald Yeo +* @otplib/preset-default 12.0.1, Copyright (c) 2014 Gerald Yeo +* @otplib/preset-v11 12.0.1, Copyright (c) 2014 Gerald Yeo +* @paralleldrive/cuid2 2.2.2, Copyright (c) 2022 Eric Elliott +* @parcel/watcher 2.5.1, Copyright (c) 2017-present Devon Govett +* @parcel/watcher-darwin-arm64 2.5.1, Copyright (c) 2017-present Devon Govett +* @petamoriken/float16 3.9.2, Copyright (c) 2017-2025 Kenta Moriuchi +* @pinia/testing 0.1.6, Copyright (c) 2019-present Eduardo San Martin Morote +* @pkgjs/parseargs 0.11.0 +* @qdrant/openapi-typescript-fetch 1.2.6, Copyright 2021 Ajai Shankar +* @redis/bloom 1.2.0 +* @redis/client 1.5.13 +* @redis/graph 1.1.1 +* @redis/json 1.0.6 +* @redis/search 1.1.6 +* @redis/time-series 1.0.5 +* @redocly/ajv 8.11.2, Copyright (c) 2015-2021 Evgeny Poberezkin +* @redocly/cli 1.28.5 +* @redocly/config 0.20.3, Copyright 2024 Redocly Inc. +* @redocly/openapi-core 1.28.5 +* @replit/codemirror-indentation-markers 6.5.3, Copyright (c) 2022 Replit +* @rollup/plugin-inject 5.0.5 +* @rollup/pluginutils 5.1.4, Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) +* @rollup/rollup-darwin-arm64 4.49.0 +* @rtsao/scc 1.1.0, Copyright (c) 2019 Ryan Tsao +* @rushstack/node-core-library 5.12.0, Copyright (c) Microsoft Corporation. All rights reserved. +* @rushstack/rig-package 0.5.3, Copyright (c) Microsoft Corporation. All rights reserved. +* @rushstack/terminal 0.15.1, Copyright (c) Microsoft Corporation. All rights reserved. +* @rushstack/ts-command-line 4.23.6, Copyright (c) Microsoft Corporation. All rights reserved. +* @sec-ant/readable-stream 0.4.1, Copyright (c) 2022 Ze-Zheng Wu +* @selderee/plugin-htmlparser2 0.11.0, Copyright (c) 2021-2022 KillyMXI +* @sentry-internal/browser-utils 9.42.1, Copyright (c) 2020 Functional Software, Inc. dba Sentry +* @sentry-internal/feedback 9.42.1, Copyright (c) 2023 Functional Software, Inc. dba Sentry +* @sentry-internal/node-native-stacktrace 0.2.2, Copyright (c) 2025 Functional Software, Inc. dba Sentry +* @sentry-internal/replay 9.42.1, Copyright (c) 2022 Functional Software, Inc. dba Sentry +* @sentry-internal/replay-canvas 9.42.1, Copyright (c) 2024 Functional Software, Inc. dba Sentry +* @sentry/browser 9.42.1, Copyright (c) 2019 Functional Software, Inc. dba Sentry +* @sentry/core 9.42.1, Copyright (c) 2019 Functional Software, Inc. dba Sentry +* @sentry/node 9.42.1, Copyright (c) 2023 Functional Software, Inc. dba Sentry +* @sentry/node-core 9.42.1, Copyright (c) 2025 Functional Software, Inc. dba Sentry +* @sentry/node-native 9.42.1, Copyright (c) 2025 Functional Software, Inc. dba Sentry +* @sentry/opentelemetry 9.42.1, Copyright (c) 2023 Functional Software, Inc. dba Sentry +* @sentry/vue 9.42.1, Copyright (c) 2019 Functional Software, Inc. dba Sentry +* @sevinf/maybe 0.5.0, Copyright (c) 2019 Sergey Tatarintsev +* @sinclair/typebox 0.25.21, Copyright (c) 2017-2023 Haydn Paterson (sinclair) +* @sindresorhus/merge-streams 4.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* @sqltools/formatter 1.2.5, Copyright (c) 2019-present Matheus Teixeira +* @storybook/addon-a11y 9.1.6 +* @storybook/addon-actions 9.0.8 +* @storybook/addon-backgrounds 8.6.4 +* @storybook/addon-controls 8.6.4 +* @storybook/addon-docs 9.1.6 +* @storybook/addon-essentials 8.6.4 +* @storybook/addon-highlight 8.6.4 +* @storybook/addon-interactions 8.6.4 +* @storybook/addon-links 9.1.6 +* @storybook/addon-measure 8.6.4 +* @storybook/addon-outline 8.6.4 +* @storybook/addon-themes 9.1.6 +* @storybook/addon-toolbars 8.6.4 +* @storybook/addon-viewport 8.6.4 +* @storybook/blocks 8.6.4 +* @storybook/builder-vite 9.1.6 +* @storybook/components 8.6.4 +* @storybook/core 8.6.4 +* @storybook/core-events 8.6.14 +* @storybook/csf-plugin 9.1.6 +* @storybook/global 5.0.0, Copyright (c) 2022 Norbert de Langen. +* @storybook/icons 1.5.0, Copyright (c) 2022 Tim Mikeladze +* @storybook/instrumenter 8.6.4 +* @storybook/manager-api 8.6.4 +* @storybook/preview-api 8.6.4 +* @storybook/react-dom-shim 9.1.6 +* @storybook/test 8.6.4 +* @storybook/theming 8.6.4 +* @storybook/types 8.6.14 +* @storybook/vue3 9.1.6 +* @storybook/vue3-vite 9.1.6 +* @stylistic/eslint-plugin 5.0.0, Copyright OpenJS Foundation and other contributors, . Copyright (c) 2023-PRESENT ESLint Stylistic contributors +* @supabase/auth-js 2.69.1, Copyright (c) 2020 Supabase +* @supabase/functions-js 2.4.4, Copyright (c) 2020 Supabase +* @supabase/node-fetch 2.6.15, Copyright (c) 2016 David Frank +* @supabase/postgrest-js 1.19.4, Copyright (c) 2020 Supabase +* @supabase/realtime-js 2.11.9, Copyright (c) 2020 Supabase +* @supabase/storage-js 2.7.1 +* @supabase/supabase-js 2.49.9, Copyright (c) 2020 Supabase +* @supercharge/promise-pool 3.1.0, Copyright (c) 2019 The Supercharge Node.js Framework +* @sxzz/popperjs-es 2.11.7, Copyright (c) 2019 Federico Zivolo +* @tanstack/table-core 8.21.2, Copyright (c) 2016 Tanner Linsley +* @tanstack/virtual-core 3.13.9, Copyright (c) 2021-present Tanner Linsley +* @tanstack/vue-table 8.21.2, Copyright (c) 2016 Tanner Linsley +* @tanstack/vue-virtual 3.13.9, Copyright (c) 2021-present Tanner Linsley +* @techteamer/ocsp 1.0.1, Copyright (c) 2022 forkfork2 +* @tediousjs/connection-string 0.5.0, Copyright (c) 2022 Daniel Hensby +* @testcontainers/postgresql 11.0.3, Copyright (c) 2018 - 2025 Cristian Greco +* @testcontainers/redis 11.0.3, Copyright (c) 2018 - 2025 Cristian Greco +* @testing-library/dom 10.4.0 +* @testing-library/jest-dom 6.6.3 +* @testing-library/user-event 14.6.1 +* @testing-library/vue 8.1.0 +* @tokenizer/token 0.3.0, Copyright (c) 2020 Borewit +* @tootallnate/once 1.1.2 +* @ts-graphviz/adapter 2.0.6, Copyright (c) 2019-2024 Yuki Yamazaki +* @ts-graphviz/ast 2.0.7, Copyright (c) 2019-2025 Yuki Yamazaki +* @ts-graphviz/common 2.1.5, Copyright (c) 2019-2024 Yuki Yamazaki +* @ts-graphviz/core 2.0.7, Copyright (c) 2019-2025 Yuki Yamazaki +* @ts-morph/common 0.27.0, Copyright (c) 2017 David Sherret +* @tsconfig/node10 1.0.11, Copyright (c) Microsoft Corporation. +* @tsconfig/node12 1.0.11, Copyright (c) Microsoft Corporation. +* @tsconfig/node14 1.0.3, Copyright (c) Microsoft Corporation. +* @tsconfig/node16 1.0.4, Copyright (c) Microsoft Corporation. +* @types/amqplib 0.10.1 +* @types/argparse 1.0.38 +* @types/aria-query 5.0.1 +* @types/asn1 0.2.0 +* @types/aws4 1.11.2 +* @types/babel__core 7.20.0 +* @types/babel__generator 7.6.4 +* @types/babel__template 7.4.1 +* @types/babel__traverse 7.18.2 +* @types/basic-auth 1.1.3 +* @types/bcryptjs 2.4.2 +* @types/bluebird 3.5.37 +* @types/body-parser 1.19.2 +* @types/caseless 0.12.5 +* @types/chai 5.2.2 +* @types/cheerio 0.22.31 +* @types/cli-progress 3.11.6 +* @types/compression 1.7.5 +* @types/connect 3.4.38 +* @types/convict 6.1.1 +* @types/cookie-parser 1.4.8 +* @types/cookiejar 2.1.5 +* @types/dateformat 3.0.1 +* @types/debug 4.1.12 +* @types/deep-eql 4.0.2 +* @types/docker-modem 3.0.6 +* @types/dockerode 3.3.42 +* @types/eslint 9.6.1 +* @types/estree 1.0.8 +* @types/eventsource 1.1.9 +* @types/express 5.0.1 +* @types/express-serve-static-core 5.0.6 +* @types/file-saver 2.0.5 +* @types/flat 5.0.5 +* @types/formidable 3.4.5 +* @types/fs-extra 11.0.4 +* @types/ftp 0.3.33 +* @types/glob 8.0.0 +* @types/gm 1.25.0 +* @types/graceful-fs 4.1.6 +* @types/html-to-text 9.0.4 +* @types/http-proxy 1.17.16 +* @types/humanize-duration 3.27.1 +* @types/imap 0.8.40 +* @types/inquirer 6.5.0 +* @types/ioredis-mock 8.2.2 +* @types/istanbul-lib-coverage 2.0.4 +* @types/istanbul-lib-report 3.0.0 +* @types/istanbul-reports 3.0.1 +* @types/jest 29.5.3 +* @types/jmespath 0.15.0 +* @types/js-nacl 1.3.0 +* @types/jsdom 20.0.1 +* @types/json-diff 1.0.0 +* @types/json-schema 7.0.15 +* @types/jsonfile 6.1.4 +* @types/jsonpath 0.2.0 +* @types/jsonwebtoken 9.0.9 +* @types/k6 0.52.0 +* @types/linkify-it 3.0.5 +* @types/lodash 4.17.17 +* @types/lodash-es 4.17.12 +* @types/long 4.0.2 +* @types/lossless-json 1.0.1 +* @types/luxon 3.2.0 +* @types/mailparser 3.4.4 +* @types/markdown-it 13.0.9 +* @types/markdown-it-emoji 2.0.5 +* @types/markdown-it-link-attributes 3.0.5 +* @types/md5 2.3.5 +* @types/mdurl 1.0.5 +* @types/mdx 2.0.3 +* @types/methods 1.1.4 +* @types/mime 3.0.1 +* @types/mime-types 2.1.1 +* @types/minimatch 5.1.2 +* @types/ms 2.1.0 +* @types/mssql 9.1.5 +* @types/multer 1.4.12 +* @types/mysql 2.15.26 +* @types/node 20.17.57 +* @types/node-fetch 2.6.13 +* @types/nodemailer 6.4.14 +* @types/pg 8.11.6 +* @types/pg-pool 2.0.6 +* @types/phoenix 1.6.6 +* @types/promise-ftp 1.3.4 +* @types/promise-ftp-common 1.1.0 +* @types/prop-types 15.7.15 +* @types/proxy-from-env 1.0.4 +* @types/psl 1.1.0 +* @types/qs 6.9.15 +* @types/quoted-printable 1.0.2 +* @types/range-parser 1.2.4 +* @types/react 18.0.27 +* @types/readable-stream 4.0.10 +* @types/replacestream 4.0.1 +* @types/request 2.48.12 +* @types/retry 0.12.5 +* @types/rfc2047 2.0.1 +* @types/sanitize-html 2.11.0 +* @types/scheduler 0.26.0 +* @types/semver 7.7.0 +* @types/send 0.17.4 +* @types/serve-static 1.15.0 +* @types/shelljs 0.8.11 +* @types/shimmer 1.2.0 +* @types/showdown 1.9.4 +* @types/sinonjs__fake-timers 8.1.1 +* @types/sizzle 2.3.3 +* @types/ssh2 1.11.6 +* @types/ssh2-sftp-client 9.0.5 +* @types/ssh2-streams 0.1.12 +* @types/sshpk 1.17.4 +* @types/stack-utils 2.0.1 +* @types/stylis 4.2.0 +* @types/superagent 8.1.9 +* @types/supertest 6.0.3 +* @types/swagger-ui-express 4.1.8 +* @types/syslog-client 1.1.2 +* @types/tedious 4.0.9 +* @types/temp 0.9.4 +* @types/through 0.0.30 +* @types/tough-cookie 4.0.2 +* @types/triple-beam 1.3.5 +* @types/utf8 3.0.3 +* @types/uuencode 0.0.3 +* @types/uuid 10.0.0 +* @types/validator 13.7.7 +* @types/web-bluetooth 0.0.20 +* @types/webidl-conversions 7.0.0 +* @types/whatwg-url 11.0.4 +* @types/ws 8.18.1 +* @types/xml2js 0.4.14 +* @types/yamljs 0.2.31 +* @types/yargs 17.0.19 +* @types/yargs-parser 21.0.0 +* @types/yauzl 2.10.0 +* @typescript-eslint/eslint-plugin 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/parser 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/project-service 8.35.0, Copyright (c) 2025 typescript-eslint and other contributors +* @typescript-eslint/rule-tester 8.35.0, Copyright (c) 2023 typescript-eslint and other contributors +* @typescript-eslint/scope-manager 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/tsconfig-utils 8.35.0, Copyright (c) 2025 typescript-eslint and other contributors +* @typescript-eslint/type-utils 8.35.0, Copyright (c) 2021 typescript-eslint and other contributors +* @typescript-eslint/types 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/typescript-estree 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/utils 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript-eslint/visitor-keys 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* @typescript/vfs 1.6.0 +* @typespec/ts-http-runtime 0.2.2, Copyright (c) Microsoft Corporation. +* @unrs/resolver-binding-darwin-arm64 1.9.2 +* @vitejs/plugin-legacy 6.0.2, Copyright (c) 2019-present, VoidZero Inc. and Vite contributors +* @vitejs/plugin-vue 5.2.4, Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors +* @vitest/coverage-v8 3.2.4, Copyright (c) 2021-Present Vitest Team +* @vitest/expect 3.2.4, Copyright (c) 2021-Present Vitest Team +* @vitest/mocker 3.2.4, Copyright (c) 2021-Present Vitest Team +* @vitest/pretty-format 3.2.4, Copyright (c) 2021-Present Vitest Team +* @vitest/runner 3.1.3, Copyright (c) 2021-Present Vitest Team +* @vitest/snapshot 3.1.3, Copyright (c) 2021-Present Vitest Team +* @vitest/spy 3.2.4, Copyright (c) 2021-Present Vitest Team +* @vitest/utils 3.1.3, Copyright (c) 2021-Present Vitest Team +* @volar/language-core 2.4.12, Copyright (c) 2021-present Johnson Chu +* @volar/source-map 2.4.12, Copyright (c) 2021-present Johnson Chu +* @volar/typescript 2.4.12, Copyright (c) 2021-present Johnson Chu +* @vue-flow/background 1.3.2, Copyright (c) 2019-2024 webkid GmbH. Copyright (c) 2021-2024 Burak Cakmakoglu +* @vue-flow/controls 1.1.2, Copyright (c) 2019-2024 webkid GmbH. Copyright (c) 2021-2024 Burak Cakmakoglu +* @vue-flow/core 1.45.0, Copyright (c) 2019-2025 webkid GmbH. Copyright (c) 2021-2025 Burak Cakmakoglu +* @vue-flow/minimap 1.5.2, Copyright (c) 2019-2025 webkid GmbH. Copyright (c) 2021-2025 Burak Cakmakoglu +* @vue-flow/node-resizer 1.4.0, Copyright (c) 2019-2024 webkid GmbH. Copyright (c) 2021-2024 Burak Cakmakoglu +* @vue/compiler-core 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/compiler-dom 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/compiler-sfc 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/compiler-ssr 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/compiler-vue2 2.7.16 +* @vue/devtools-api 6.6.4 +* @vue/language-core 2.2.0, Copyright (c) 2021-present Johnson Chu +* @vue/reactivity 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/runtime-core 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/runtime-dom 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/server-renderer 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/shared 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* @vue/test-utils 2.4.6, Copyright (c) 2021-present vuejs +* @vue/tsconfig 0.7.0, Copyright (c) 2022-present vuejs +* @vueuse/components 10.11.0, Copyright (c) 2019-PRESENT Anthony Fu +* @vueuse/core 10.11.0, Copyright (c) 2019-PRESENT Anthony Fu +* @vueuse/metadata 10.11.0, Copyright (c) 2019-PRESENT Anthony Fu +* @vueuse/shared 10.11.0, Copyright (c) 2019-PRESENT Anthony Fu +* @vvo/tzdb 6.141.0, Copyright (c) CodeAgain SASU https://codeagain.com/ +* @xmldom/is-dom-node 1.0.1, Copyright (c) 2023 Chris Barth +* @xmldom/xmldom 0.8.10, Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors. Copyright 2012 - 2017 @jindw and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors +* abort-controller 3.0.0, Copyright (c) 2017 Toru Nagashima +* abort-controller-x 0.4.3, Copyright (c) 2020 Deeplay +* accepts 2.0.0, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015 Douglas Christopher Wilson +* acorn 8.14.0, Copyright (C) 2012-2022 by various contributors (see AUTHORS) +* acorn-globals 7.0.1, Copyright (c) 2014 Forbes Lindesay +* acorn-import-attributes 1.9.5, Copyright (c) 2023 Sven Sauleau +* acorn-jsx 5.3.2, Copyright (C) 2012-2017 by Ingvar Stepanyan +* acorn-walk 8.3.4, Copyright (C) 2012-2020 by various contributors (see AUTHORS) +* adm-zip 0.5.10, Copyright (c) 2012 Another-D-Mention Software and other contributors +* ag-charts-types 12.1.1, Copyright (c) 2015-2025 AG GRID LTD +* ag-grid-community 34.1.1, Copyright (c) 2015-2025 AG GRID LTD +* ag-grid-vue3 34.1.1, Copyright (c) 2015-2025 AG GRID LTD +* agent-base 7.1.3, Copyright (c) 2013 Nathan Rajlich +* agentkeepalive 4.6.0, Copyright(c) node-modules and other contributors.. Copyright(c) 2012 - 2015 fengmk2 +* aggregate-error 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* ajv 7.2.4, Copyright (c) 2015-2021 Evgeny Poberezkin +* ajv-draft-04 1.0.0, Copyright (c) 2021 Evgeny Poberezkin +* ajv-formats 3.0.1, Copyright (c) 2020 Evgeny Poberezkin +* alasql 4.4.0, Copyright (c) 2014 - present Andrey Gershun +* alien-signals 0.4.14, Copyright (c) 2024-present Johnson Chu +* amqplib 0.10.6 +* ansi-colors 4.1.3, Copyright (c) 2015-present, Brian Woodward. +* ansi-escapes 4.3.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* ansi-regex 5.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* ansi-styles 5.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* any-promise 1.3.0, Copyright (C) 2014-2016 Kevin Beaty +* app-root-path 3.1.0, Copyright (c) 2014 Chris Morrell +* append-field 1.0.0, Copyright (c) 2015 Linus Unnebäck +* arch 2.2.0, Copyright (c) Feross Aboukhadijeh +* archiver 7.0.1, Copyright (c) 2012-2014 Chris Talkington, contributors. +* archiver-utils 5.0.2, Copyright (c) 2015 Chris Talkington. +* arg 5.0.2, Copyright (c) 2021 Vercel, Inc. +* argparse 1.0.10, Copyright (C) 2012 by Vitaly Puzrin +* aria-hidden 1.2.6, Copyright (c) 2017 Anton Korzunov +* array-buffer-byte-length 1.0.1, Copyright (c) 2023 Inspect JS +* array-find-index 1.0.2, Copyright (c) Sindre Sorhus (sindresorhus.com) +* array-includes 3.1.9, Copyright (C) 2015 Jordan Harband +* array-parallel 0.1.3, Copyright (c) 2013 Jonathan Ong me@jongleberry.com +* array-series 0.1.5, Copyright (c) 2013 Jonathan Ong me@jongleberry.com +* array-union 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* array.prototype.findlastindex 1.2.6, Copyright (c) 2021 ECMAScript Shims +* array.prototype.flat 1.3.3, Copyright (c) 2017 ECMAScript Shims +* array.prototype.flatmap 1.3.3, Copyright (c) 2017 ECMAScript Shims +* array.prototype.tosorted 1.1.4, Copyright (c) 2021 ECMAScript Shims +* arraybuffer.prototype.slice 1.0.3, Copyright (c) 2023 ECMAScript Shims +* arrify 2.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* asap 2.0.6 +* asn1 0.2.6, Copyright (c) 2011 Mark Cavage, All rights reserved. +* asn1.js 5.4.1, Copyright (c) 2017 Fedor Indutny +* asn1.js-rfc2560 5.0.1 +* asn1.js-rfc5280 3.0.0 +* assert 2.1.0, Copyright Joyent, Inc. and other Node contributors. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* assert-never 1.2.1 +* assert-options 0.8.1 +* assert-plus 1.0.0 +* assertion-error 2.0.1, Copyright (c) 2013 Jake Luer jake@qualiancy.com (http://qualiancy.com) +* ast-module-types 6.0.1, Copyright (c) 2022 Dependents +* ast-types 0.15.2, Copyright (c) 2013 Ben Newman +* ast-v8-to-istanbul 0.3.3 +* astral-regex 2.0.0, Copyright (c) Kevin Mårtensson (github.com/kevva) +* async 3.2.4, Copyright (c) 2010-2018 Caolan McMahon +* async-function 1.0.0, Copyright (c) 2016 EduardoRFS +* async-lock 1.4.1, Copyright (c) 2016 Rogier Schouten +* async-mutex 0.5.0, Copyright (c) 2016 Christian Speckner +* async-retry 1.3.3, Copyright (c) 2021 Vercel, Inc. +* async-validator 4.2.5, Copyright (c) 2014-present yiminghe +* async.parallellimit 0.5.2 +* async.util.eachoflimit 0.5.2 +* async.util.isarray 0.5.2 +* async.util.isarraylike 0.5.2 +* async.util.keyiterator 0.5.2 +* async.util.keys 0.5.2 +* async.util.noop 0.5.2 +* async.util.once 0.5.2 +* async.util.onlyonce 0.5.2 +* async.util.parallel 0.5.2 +* async.util.restparam 0.5.2 +* asynckit 0.4.0, Copyright (c) 2016 Alex Indigo +* atomic-sleep 1.0.0 +* autoprefixer 10.4.19, Copyright 2013 Andrey Sitnik +* available-typed-arrays 1.0.7, Copyright (c) 2020 Inspect JS +* avsc 5.7.6, Copyright (c) 2015-2017, Matthieu Monsch. +* aws-ssl-profiles 1.1.1, Copyright (c) 2024 Andrey Sidorov, Douglas Wilson, Weslley Araújo and contributors. +* aws4 1.11.0, Copyright 2013 Michael Hart (michael.hart.au@gmail.com) +* axios 1.12.0 +* babel-jest 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* babel-plugin-jest-hoist 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* babel-plugin-polyfill-corejs2 0.4.12, Copyright (c) 2014-present Nicolò Ribaudo and other contributors +* babel-plugin-polyfill-corejs3 0.11.1, Copyright (c) 2014-present Nicolò Ribaudo and other contributors +* babel-plugin-polyfill-regenerator 0.6.3, Copyright (c) 2014-present Nicolò Ribaudo and other contributors +* babel-preset-current-node-syntax 1.0.1, Copyright (c) 2020 Nicolò Ribaudo and other contributors +* babel-preset-jest 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* babel-walk 3.0.0-canary-5, Copyright (c) 2016 Tiancheng "Timothy" Gu +* balanced-match 2.0.0, Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> +* base64-js 1.5.1, Copyright (c) 2014 Jameson Little +* basic-auth 2.0.1, Copyright (c) 2013 TJ Holowaychuk. Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015-2016 Douglas Christopher Wilson +* bcryptjs 2.4.3 +* better-opn 3.0.2, Copyright 2018 Michael Lin +* bignumber.js 9.1.2, Copyright © `<2023>` `Michael Mclaughlin` +* binary-extensions 2.2.0, Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) +* binary-version 7.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* binary-version-check 6.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* bindings 1.5.0, Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> +* bintrees 1.0.2, Copyright (C) 2011 by Vadim Graboys +* bl 6.0.12, Copyright (c) 2013-2019 bl contributors. ---------------------------------- +* bluebird 3.7.2, Copyright (c) 2013-2018 Petka Antonov +* bn.js 5.2.2, Copyright Fedor Indutny, 2015. +* body-parser 2.2.0, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2014-2015 Douglas Christopher Wilson +* boolstring 2.0.1, Copyright (c) 2019 Kalan Dominick +* bowser 2.11.0, Copyright 2015, Dustin Diaz (the "Original Author"). All rights reserved. +* brace-expansion 1.1.12, Copyright (c) 2013 Julian Gruber +* braces 3.0.3, Copyright (c) 2014-present, Jon Schlinkert. +* brorand 1.1.0, Copyright Fedor Indutny, 2014. +* brotli-size 4.0.0, Copyright (c) Erwin Mombay +* browser-or-node 2.1.1, Copyright (c) 2018 Dineshkumar Pandiyan +* browser-resolve 2.0.0, Copyright (c) 2013-2015 Roman Shtylman +* browserify-aes 1.2.0, Copyright (c) 2014-2017 browserify-aes contributors +* browserify-cipher 1.0.1, Copyright (c) 2014-2017 Calvin Metcalf & contributors +* browserify-des 1.0.2, Copyright (c) 2014-2017 Calvin Metcalf, Fedor Indutny & contributors +* browserify-rsa 4.1.1, Copyright (c) 2014-2016 Calvin Metcalf & contributors +* browserify-zlib 0.2.0, Copyright (c) 2014-2015 Devon Govett +* browserslist 4.24.4, Copyright 2014 Andrey Sitnik and other contributors +* browserslist-to-esbuild 2.1.1, Copyright (c) Marco Fugaro (https://marcofuga.ro) +* bs-logger 0.2.6, Copyright (c) 2018 Huafu Gandon +* buffer 6.0.3, Copyright (c) Feross Aboukhadijeh, and other contributors. +* buffer-crc32 1.0.0, Copyright (c) 2013-2024 Brian J. Brennan +* buffer-from 1.1.2, Copyright (c) 2016, 2018 Linus Unnebäck +* buffer-more-ints 1.0.0, Copyright (c) 2012 David Wragg. All rights reserved. +* buffer-xor 1.0.3, Copyright (c) 2015 Daniel Cousens +* bufferutil 4.0.9, Copyright (c) 2011 Einar Otto Stangvik . Copyright (c) 2013 Arnout Kazemier and contributors. Copyright (c) 2016 Luigi Pinca and contributors +* buildcheck 0.0.6, Copyright Brian White. All rights reserved. +* builtin-modules 5.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* builtin-status-codes 3.0.0, Copyright (c) Ben Drucker (bendrucker.me) +* bull 4.16.4, Copyright © 2013-2018 Manuel Astudillo +* bundle-require 5.1.0, Copyright © 2021 EGOIST (https://github.com/sponsors/egoist) +* bundlemon 3.1.0, Copyright (c) 2020 LironEr +* bundlemon-utils 2.0.1, Copyright (c) 2020 LironEr +* busboy 1.6.0, Copyright Brian White. All rights reserved. +* byline 5.0.0 +* bytes 3.1.2, Copyright (c) 2012-2014 TJ Holowaychuk . Copyright (c) 2015 Jed Watson +* c12 1.11.2, Copyright (c) Pooya Parsa +* cac 6.7.14, Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist) +* cache-manager 5.2.3, Copyrights for code authored by MOG Inc. is licensed under the following terms:* +* cacheable 1.10.3 +* cachedir 2.3.0, Copyright (c) 2013-2014, 2016, 2018 Linus Unnebäck +* call-bind 1.0.7, Copyright (c) 2020 Jordan Harband +* call-bind-apply-helpers 1.0.2, Copyright (c) 2024 Jordan Harband +* call-bound 1.0.4, Copyright (c) 2024 Jordan Harband +* call-me-maybe 1.0.1, Copyright (c) 2015 Eric McCarthy +* callsites 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* camel-case 4.1.2, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* camelcase 6.3.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* camelcase-css 2.0.1, Copyright (c) Steven Vachon (svachon.com) +* camelize 1.0.1 +* capital-case 1.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* chai 5.2.0, Copyright (c) 2017 Chai.js Assertion Library +* chalk 4.1.2, Copyright (c) Sindre Sorhus (sindresorhus.com) +* change-case 5.4.4 +* char-regex 1.0.2, Copyright (c) 2019 Richie Bendall +* character-parser 2.2.0, Copyright (c) 2013 Forbes Lindesay +* chardet 2.0.0, Copyright (C) 2023 Dmitry Shirokov +* chart.js 4.4.0, Copyright (c) 2014-2022 Chart.js Contributors +* check-error 2.1.1, Copyright (c) 2013 Jake Luer (http://alogicalparadox.com) +* check-more-types 2.24.0, Copyright (c) 2014 Kensho +* cheerio 1.0.0, Copyright (c) 2022 The Cheerio contributors +* chokidar 4.0.3, Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker +* chromatic 11.27.0, Copyright (c) Chroma Software Inc. +* ci-info 4.2.0, Copyright (c) 2016 Thomas Watson Steen +* cipher-base 1.0.6, Copyright (c) 2017 crypto-browserify contributors +* citty 0.1.6, Copyright (c) Pooya Parsa * +* cjs-module-lexer 1.2.2, Copyright (C) 2018-2020 Guy Bedford +* class-transformer 0.5.1, Copyright (c) 2015-2020 TypeStack +* class-validator 0.14.0, Copyright (c) 2015-2020 TypeStack +* classnames 2.5.1, Copyright (c) 2018 Jed Watson +* clean-css 4.2.4, Copyright (C) 2017 JakubPawlowicz.com +* clean-regexp 1.0.0, Copyright (c) Sam Verschueren (github.com/SamVerschueren) +* clean-stack 3.0.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* cli-cursor 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* cli-progress 3.12.0, Copyright (c) 2015-2022 Andi Dittrich +* cli-spinners 2.9.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* cli-table3 0.6.5, Copyright (c) 2014 James Talmage +* cli-truncate 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* clone 1.0.4, Copyright © 2011-2015 Paul Vorbach +* clsx 2.1.1, Copyright (c) Luke Edwards (lukeed.com) +* co 4.6.0, Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca> +* code-block-writer 13.0.3, Copyright (c) 2015-2024 David Sherret +* collect-v8-coverage 1.0.1, Copyright (c) 2019 Simen Bekkhus +* color 3.2.1, Copyright (c) 2012 Heather Arthur +* color-convert 1.9.3, Copyright (c) 2011-2016 Heather Arthur +* color-name 1.1.4 +* color-string 1.9.1, Copyright (c) 2011 Heather Arthur +* colord 2.9.3, Copyright (c) 2020 Vlad Shilov omgovich@ya.ru +* colorette 1.4.0, Copyright © Jorge Bucaran <> +* colors 1.4.0 +* colorspace 1.1.4, Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors. +* combined-stream 1.0.8, Copyright (c) 2011 Debuggable Limited +* commander 12.1.0, Copyright (c) 2011 TJ Holowaychuk +* comment-parser 1.4.1, Copyright (c) 2014 Sergii Iavorskyi +* commist 3.2.0, Copyright (c) 2014-2022 Matteo Collina +* common-tags 1.8.2, Copyright © Declan de Wet +* commondir 1.0.1, Copyright (c) 2013 James Halliday (mail@substack.net) +* compare-versions 6.1.1, Copyright (c) 2015-2021 Ole Michelsen +* component-emitter 1.3.0, Copyright (c) 2014 Component contributors +* component-type 2.0.0, Copyright (c) TJ Holowaychuk . Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* compress-commons 6.0.2, Copyright (c) 2014 Chris Talkington, contributors. +* compressible 2.0.18, Copyright (c) 2013 Jonathan Ong . Copyright (c) 2014 Jeremiah Senkpiel . Copyright (c) 2015 Douglas Christopher Wilson +* compression 1.8.1, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2014-2015 Douglas Christopher Wilson +* concat-map 0.0.1 +* concat-stream 2.0.0, Copyright (c) 2013 Max Ogden +* concurrently 8.2.0, Copyright (c) 2015 Kimmo Brunfeldt +* confbox 0.1.8, Copyright (c) Pooya Parsa * +* config-chain 1.1.13, Copyright (c) 2011 Dominic Tarr +* consola 3.4.2, Copyright (c) Pooya Parsa * +* console-browserify 1.2.0, Copyright (c) 2012 Raynos. +* console-table-printer 2.14.1, Copyright (c) 2019 Nahiyan Kamal +* constant-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* constantinople 4.0.1, Copyright (c) 2013 Forbes Lindesay +* constants-browserify 1.0.0, Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> +* content-disposition 1.0.0, Copyright (c) 2014-2017 Douglas Christopher Wilson +* content-type 1.0.5, Copyright (c) 2015 Douglas Christopher Wilson +* convert-hrtime 5.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* convert-source-map 2.0.0, Copyright 2013 Thorsten Lorenz. . All rights reserved. +* cookie 0.7.2, Copyright (c) 2012-2014 Roman Shtylman . Copyright (c) 2015 Douglas Christopher Wilson +* cookie-parser 1.4.7, Copyright (c) 2014 TJ Holowaychuk . Copyright (c) 2015 Douglas Christopher Wilson +* cookie-signature 1.0.6, Copyright (c) 2012 LearnBoost <tj@learnboost.com> +* cookiejar 2.1.4 +* core-js 3.40.0, Copyright (c) 2014-2025 Denis Pushkarev +* core-js-compat 3.43.0, Copyright (c) 2014-2025 Denis Pushkarev +* core-util-is 1.0.3, Copyright Node.js contributors. All rights reserved. +* cors 2.8.5, Copyright (c) 2013 Troy Goode +* cosmiconfig 8.3.6, Copyright (c) 2015 David Clark +* cpu-features 0.0.10, Copyright Brian White. All rights reserved. +* crc32-stream 6.0.0, Copyright (c) 2014 Chris Talkington, contributors. +* create-ecdh 4.0.4, Copyright (c) 2014-2017 createECDH contributors +* create-hash 1.2.0, Copyright (c) 2017 crypto-browserify contributors +* create-hmac 1.1.7, Copyright (c) 2017 crypto-browserify contributors +* create-require 1.1.1, Copyright (c) 2020 +* crelt 1.0.5, Copyright (C) 2020 by Marijn Haverbeke +* cron 3.1.7 +* cron-parser 4.9.0, Copyright (c) 2014-2016 Harri Siirak +* cross-env 7.0.3 +* cross-fetch 4.0.0, Copyright (c) 2017 Leonardo Quixadá +* cross-spawn 7.0.6, Copyright (c) 2018 Made With MOXY Lda +* crypto-browserify 3.12.1, Copyright (c) 2013 Dominic Tarr +* crypto-js 4.2.0, Copyright (c) 2009-2013 Jeff Mott . Copyright (c) 2013-2016 Evan Vosberg +* csrf 3.1.0, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015 Douglas Christopher Wilson +* css-functions-list 3.2.3, Copyright (c) Ivan Nikolić +* css-to-react-native 3.2.0, Copyright (c) 2016 Jacob Parker and Maximilian Stoiber +* css-tree 3.1.0, Copyright (C) 2016-2024 by Roman Dvornov +* css.escape 1.5.1, Copyright Mathias Bynens +* cssesc 3.0.0, Copyright Mathias Bynens +* cssfilter 0.0.10, Copyright (c) 2015 老雷 +* csso 5.0.5, Copyright (C) 2015-2021 by Roman Dvornov. Copyright (C) 2011-2015 by Sergey Kryzhanovsky +* cssom 0.5.0, Copyright (c) Nikita Vasilyev +* cssstyle 3.0.0, Copyright (c) Chad Walker +* csstype 3.1.3, Copyright (c) 2017-2018 Fredrik Nicol +* csv-parse 5.5.0, Copyright (c) 2010 Adaltas +* curlconverter 4.12.0, Copyright (c) 2014-2016 Nick Carneiro +* currency-codes 2.1.0, Copyright (c) 2018-present Tobias Baunbæk Christensen +* cypress 14.4.0 +* cypress-otp 1.0.3 +* cypress-real-events 1.14.0 +* dargs 7.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* dashdash 1.14.1, Copyright (c) 2013 Trent Mick. All rights reserved.. Copyright (c) 2013 Joyent Inc. All rights reserved. +* dasu 0.4.3 +* data-uri-to-buffer 4.0.1, Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net> +* data-urls 5.0.0, Copyright © Domenic Denicola +* data-view-buffer 1.0.1, Copyright (c) 2023 Jordan Harband +* data-view-byte-length 1.0.1, Copyright (c) 2024 Jordan Harband +* data-view-byte-offset 1.0.0, Copyright (c) 2024 Jordan Harband +* date-fns 2.30.0, Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org +* date-fns-tz 2.0.0, Copyright © 2018 Marnus Weststrate +* dateformat 3.0.3 +* dayjs 1.11.10, Copyright (c) 2018-present, iamkun +* de-indent 1.0.2 +* debug 4.4.1, Copyright (c) 2014-2017 TJ Holowaychuk . Copyright (c) 2018-2021 Josh Junon +* debug-logfmt 1.4.5, Copyright © 2019 Kiko Beats (kikobeats.com) +* debuglog 1.0.1, Copyright Joyent, Inc. and other Node contributors. All rights reserved. +* decamelize 1.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* decimal.js 10.4.3, Copyright (c) 2022 Michael Mclaughlin +* decompress-response 6.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* dedent 1.3.0, Copyright (c) 2015 Desmond Brand (dmnd@desmondbrand.com) +* deep-eql 4.0.0, Copyright (c) 2013 Jake Luer (http://alogicalparadox.com) +* deep-equal 2.2.0, Copyright (c) 2012, 2013, 2014 James Halliday , 2009 Thomas Robinson <280north.com> +* deep-extend 0.6.0, Copyright (c) 2013-2018, Viacheslav Lotsmanov +* deep-is 0.1.4, Copyright (c) 2012, 2013 Thorsten Lorenz . Copyright (c) 2012 James Halliday . Copyright (c) 2009 Thomas Robinson <280north.com> +* deepmerge 4.3.1, Copyright (c) 2012 James Halliday, Josh Duff, and other contributors +* defaults 1.0.4, Copyright (c) 2022 Sindre Sorhus. Copyright (c) 2015 Elijah Insua +* define-data-property 1.1.4, Copyright (c) 2023 Jordan Harband +* define-lazy-prop 2.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* define-properties 1.2.1, Copyright (C) 2015 Jordan Harband +* defu 6.1.4, Copyright (c) Pooya Parsa +* delayed-stream 1.0.0, Copyright (c) 2011 Debuggable Limited +* delegates 1.0.0, Copyright (c) 2015 TJ Holowaychuk +* depd 2.0.0, Copyright (c) 2014-2018 Douglas Christopher Wilson +* dependency-tree 11.2.0, Copyright (c) 2017 Dependents +* dequal 2.0.3, Copyright (c) Luke Edwards (lukeed.com) +* des.js 1.1.0, Copyright Fedor Indutny, 2015. +* destr 2.0.5, Copyright (c) Pooya Parsa +* detect-newline 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* detect-node 2.1.0, Copyright (c) 2017 Ilya Kantor +* detective-amd 6.0.1, Copyright (c) 2022 Dependents +* detective-cjs 6.0.1, Copyright (c) 2014-2019 node-detective-cjs contributors +* detective-es6 5.0.1, Copyright (c) 2022 Dependents +* detective-postcss 7.0.1, Copyright (c) 2018 Joscha Feth +* detective-sass 6.0.1, Copyright (c) 2022 Dependents +* detective-scss 5.0.1, Copyright (c) 2022 Dependents +* detective-stylus 5.0.1, Copyright (c) 2022 Dependents +* detective-typescript 14.0.0 +* detective-vue2 2.2.0, Copyright (c) 2024 Dependents +* diff-sequences 29.6.3, Copyright (c) Meta Platforms, Inc. and affiliates. +* diffie-hellman 5.0.3, Copyright (c) 2017 Calvin Metcalf +* dir-glob 3.0.1, Copyright (c) Kevin Mårtensson (github.com/kevva) +* dlv 1.1.3 +* docker-compose 1.2.0, Copyright (c) 2017 - 2021 PDMLab +* doctypes 1.1.0, Copyright (c) 2015 Forbes Lindesay +* dom-accessibility-api 0.6.3, Copyright (c) 2020 Sebastian Silbermann +* dom-serializer 2.0.0, Copyright (c) 2014 The cheeriojs contributors +* domain-browser 4.22.0 +* domexception 4.0.0, Copyright © Domenic Denicola +* dot-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* dunder-proto 1.0.1, Copyright (c) 2024 ECMAScript Shims +* duplexer 0.1.1, Copyright (c) 2012 Raynos. +* duplexify 4.1.3, Copyright (c) 2014 Mathias Buus +* eastasianwidth 0.2.0 +* ecc-jsbn 0.1.2, Copyright (c) 2014 Jeremie Miller +* editorconfig 1.0.4, Copyright © 2012 EditorConfig Team +* ee-first 1.1.1, Copyright (c) 2014 Jonathan Ong me@jongleberry.com +* element-plus 2.4.3 +* elliptic 6.6.1, Copyright Fedor Indutny, 2014. +* emittery 0.13.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* emoji-regex 8.0.0, Copyright Mathias Bynens +* enabled 2.0.0, Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors. +* encodeurl 2.0.0, Copyright (c) 2016 Douglas Christopher Wilson +* encoding 0.1.13, Copyright (c) 2012-2014 Andris Reinman +* encoding-japanese 2.0.0, Copyright (c) 2012 polygonplanet +* encoding-sniffer 0.2.0, Copyright (c) 2022 Felix Boehm +* end-of-stream 1.4.4, Copyright (c) 2014 Mathias Buus +* enhanced-resolve 5.18.2, Copyright JS Foundation and other contributors +* enquirer 2.3.6, Copyright (c) 2016-present, Jon Schlinkert. +* env-paths 2.2.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* err-code 2.0.3 +* error-ex 1.3.2, Copyright (c) 2015 JD Ballard +* es-abstract 1.23.3, Copyright (C) 2015 Jordan Harband +* es-aggregate-error 1.0.12, Copyright (c) 2019 Jordan Harband +* es-define-property 1.0.1, Copyright (c) 2024 Jordan Harband +* es-errors 1.3.0, Copyright (c) 2024 Jordan Harband +* es-get-iterator 1.1.3, Copyright (c) 2019 Jordan Harband +* es-module-lexer 1.7.0, Copyright (C) 2018-2022 Guy Bedford +* es-object-atoms 1.1.1, Copyright (c) 2024 Jordan Harband +* es-set-tostringtag 2.1.0, Copyright (c) 2022 ECMAScript Shims +* es-shim-unscopables 1.1.0, Copyright (c) 2022 Jordan Harband +* es-to-primitive 1.2.1, Copyright (c) 2015 Jordan Harband +* es6-iterator 2.0.3, Copyright (C) 2013-2017 Mariusz Nowak (www.medikoo.com) +* es6-promise 3.3.1, Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors +* esbuild 0.25.9, Copyright (c) 2020 Evan Wallace +* esbuild-register 3.5.0, Copyright (c) EGOIST <0x142857@gmail.com> (https://egoist.sh) +* escalade 3.1.1, Copyright (c) Luke Edwards (lukeed.com) +* escape-goat 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* escape-html 1.0.3, Copyright (c) 2012-2013 TJ Holowaychuk. Copyright (c) 2015 Andreas Lubbe. Copyright (c) 2015 Tiancheng "Timothy" Gu +* escape-string-regexp 4.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* eslint 9.29.0, Copyright OpenJS Foundation and other contributors, +* eslint-config-prettier 10.1.5, Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell and contributors +* eslint-config-riot 1.0.0, Copyright (c) 2017 Riot +* eslint-import-context 0.1.8, Copyright (c) 2021-present UnTS +* eslint-import-resolver-node 0.3.9, Copyright (c) 2015 Ben Mosher +* eslint-module-utils 2.12.1, Copyright (c) 2015 Ben Mosher +* eslint-plugin-cypress 4.3.0, Copyright (c) 2019 Cypress.io +* eslint-plugin-import 2.32.0, Copyright (c) 2015 Ben Mosher +* eslint-plugin-import-x 4.15.2, Copyright (c) 2015 Ben Mosher +* eslint-plugin-local 1.0.0, Copyright (c) 2017 Taskworld +* eslint-plugin-lodash 8.0.0, Copyright (c) 2017 Ido +* eslint-plugin-playwright 2.2.2, Copyright (c) 2024 Max Schmitt +* eslint-plugin-storybook 9.1.6, Copyright (c) 2022 Storybook contributors +* eslint-plugin-unicorn 59.0.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* eslint-plugin-unused-imports 4.1.4, Copyright (c) 2022 Mikkel Holmer Pedersen +* eslint-plugin-vue 10.2.0, Copyright (c) 2017 Toru Nagashima +* estree-walker 2.0.2, Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors) +* etag 1.8.1, Copyright (c) 2014-2016 Douglas Christopher Wilson +* event-emitter 0.3.5, Copyright (C) 2012-2015 Mariusz Nowak (www.medikoo.com) +* event-stream 3.3.4, Copyright (c) 2011 Dominic Tarr +* event-target-shim 5.0.1, Copyright (c) 2015 Toru Nagashima +* eventemitter2 6.4.7, Copyright (c) 2016 Paolo Fragomeni and Contributors +* eventemitter3 4.0.7, Copyright (c) 2014 Arnout Kazemier +* events 3.3.0, Copyright Joyent, Inc. and other Node contributors. +* eventsource 2.0.2, Copyright (c) EventSource GitHub organisation +* eventsource-parser 3.0.1, Copyright (c) 2025 Espen Hovlandsdal +* evp_bytestokey 1.0.3, Copyright (c) 2017 crypto-browserify contributors +* execa 9.6.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* executable 4.1.1, Copyright (c) Kevin Mårtensson +* exit 0.1.2, Copyright (c) 2013 "Cowboy" Ben Alman +* expand-tilde 2.0.2, Copyright (c) 2015-2016, Jon Schlinkert. +* expect 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* expr-eval 2.0.2, Copyright (c) 2015 Matthew Crumley +* express 5.1.0, Copyright (c) 2009-2014 TJ Holowaychuk . Copyright (c) 2013-2014 Roman Shtylman . Copyright (c) 2014-2015 Douglas Christopher Wilson +* express-openapi-validator 5.5.3, Copyright (c) 2019-2024 Carmine M. DiMascio +* express-prom-bundle 8.0.0, Copyright (c) 2016 Jochen Schweizer Technology Solutions GmbH +* express-rate-limit 7.5.0, Copyright 2023 Nathan Friedly, Vedant K +* exsolve 1.0.4, Copyright (c) Pooya Parsa * +* extend 3.0.2, Copyright (c) 2014 Stefan Thomas +* external-editor 3.1.0, Copyright (c) 2016 Kevin Gravier +* extsprintf 1.3.0, Copyright (c) 2012, Joyent, Inc. All rights reserved. +* fake-xml-http-request 2.1.2, Copyright (c) 2014 Trek Glowacki and contributors +* fast-deep-equal 3.1.3, Copyright (c) 2017 Evgeny Poberezkin +* fast-fifo 1.3.2, Copyright (c) 2019 Mathias Buus +* fast-glob 3.2.12, Copyright (c) Denis Malinochkin +* fast-json-stable-stringify 2.1.0, Copyright (c) 2017 Evgeny Poberezkin. Copyright (c) 2013 James Halliday +* fast-levenshtein 2.0.6, Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/) +* fast-redact 3.5.0, Copyright (c) 2019-2020 David Mark Clements +* fast-safe-stringify 2.1.1, Copyright (c) 2016 David Mark Clements. Copyright (c) 2017 David Mark Clements & Matteo Collina. Copyright (c) 2018 David Mark Clements, Matteo Collina & Ruben Bridgewater +* fast-unique-numbers 8.0.13, Copyright (c) 2023 Christoph Guttandin +* fast-uri 3.0.1, Copyright (c) 2021 The Fastify Team. Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae. All rights reserved. +* fast-xml-parser 4.4.1, Copyright (c) 2017 Amit Kumar Gupta +* fastest-levenshtein 1.0.16, Copyright (c) 2020 Kasper Unn Weihe +* fd-slicer 1.1.0, Copyright (c) 2014 Andrew Kelley +* fdir 6.5.0, Copyright 2023 Abdullah Atta +* fecha 4.2.3, Copyright (c) 2015 Taylor Hakes +* fengari 0.1.4, Copyright © 2017-2018 Benoit Giannangeli. Copyright © 2017-2018 Daurnimator. Copyright © 1994–2017 Lua.org, PUC-Rio. +* fengari-interop 0.1.3, Copyright (c) 2017-2021 Daurnimator +* fetch-blob 3.2.0, Copyright (c) 2019 David Frank +* fflate 0.7.4, Copyright (c) 2020 Arjun Barrett +* figures 3.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* file-entry-cache 8.0.0, Copyright (c) Roy Riojas & Jared Wray +* file-saver 2.0.5, Copyright © 2016 [Eli Grey][1]. +* file-type 16.5.4, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* file-uri-to-path 1.0.0, Copyright (c) 2014 Nathan Rajlich +* filing-cabinet 5.0.3, Copyright (c) 2023 Dependents +* fill-range 7.1.1, Copyright (c) 2014-present, Jon Schlinkert. +* finalhandler 2.1.0, Copyright (c) 2014-2022 Douglas Christopher Wilson +* find-package-json 1.2.0 +* find-test-names 1.29.7, Copyright (c) 2021 Gleb Bahmutov <gleb.bahmutov@gmail.com> +* find-up 5.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* find-up-simple 1.0.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* find-versions 6.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* first-match 0.0.1 +* fix-dts-default-cjs-exports 1.0.1, Copyright (c) 2025-PRESENT Joaquín Sánchez +* flat-cache 6.1.12 +* fn.name 1.1.0, Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors. +* follow-redirects 1.15.11, Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh +* for-each 0.3.5, Copyright (c) 2012 Raynos. +* foreach 2.0.6, Copyright (c) 2013 Manuel Stofer +* form-data 4.0.4, Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors +* form-data-encoder 4.0.2, Copyright (c) 2021-present Nick K. +* formdata-node 6.0.3, Copyright (c) 2017-present Nick K. +* formdata-polyfill 4.0.10, Copyright (c) 2016 Jimmy Karl Roland Wärting +* formidable 3.5.4, Copyright (c) 2011-present Felix Geisendörfer, and contributors. +* forwarded 0.2.0, Copyright (c) 2014-2017 Douglas Christopher Wilson +* forwarded-parse 2.1.2, Copyright (c) 2015 Luigi Pinca +* fraction.js 4.3.7, Copyright (c) 2023 Robert Eisele +* fresh 2.0.0, Copyright (c) 2012 TJ Holowaychuk . Copyright (c) 2016-2017 Douglas Christopher Wilson +* from 0.1.7, Copyright (c) 2011 Dominic Tarr +* fs-constants 1.0.0, Copyright (c) 2018 Mathias Buus +* fs-extra 9.1.0, Copyright (c) 2011-2017 JP Richardson +* fsevents 2.3.3, Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller +* function-bind 1.1.2, Copyright (c) 2013 Raynos. +* function-timeout 1.0.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* function.prototype.name 1.1.6, Copyright (c) 2016 Jordan Harband +* functions-have-names 1.2.3, Copyright (c) 2019 Jordan Harband +* generate-function 2.3.1, Copyright (c) 2014 Mathias Buus +* generate-schema 2.6.0, Copyright (c) 2015 Nijiko Yonskai +* generic-pool 3.9.0, Copyright (c) 2010-2016 James Cooper <james@bitmechanic.com> +* gensync 1.0.0-beta.2, Copyright 2018 Logan Smyth +* get-amd-module-type 6.0.1, Copyright (c) 2022 Dependents +* get-intrinsic 1.3.0, Copyright (c) 2020 Jordan Harband +* get-package-type 0.1.0, Copyright (c) 2020 CFWare, LLC +* get-port 7.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* get-port-please 3.1.2, Copyright (c) Pooya Parsa +* get-proto 1.0.1, Copyright (c) 2025 Jordan Harband +* get-stream 5.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* get-symbol-description 1.0.2, Copyright (c) 2021 Inspect JS +* get-system-fonts 2.0.2, Copyright (c) 2018 Jeffrey Principe +* get-tsconfig 4.10.1, Copyright (c) Hiroki Osame +* getos 3.2.1, Copyright (c) 2016 William Blankenship +* getpass 0.1.7, Copyright Joyent, Inc. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* giget 1.2.5, Copyright (c) Pooya Parsa +* github-from-package 0.0.0 +* global-dirs 3.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* global-modules 2.0.0, Copyright (c) 2015-present, Jon Schlinkert. +* global-prefix 3.0.0, Copyright (c) 2015-present, Jon Schlinkert. +* globals 16.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* globalthis 1.0.4, Copyright (c) 2016 Jordan Harband +* globby 11.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* globjoin 0.1.4, Copyright (c) 2016 amobiz +* gm 1.25.1, Copyright (c) 2010 [Aaron Heckmann](aaron.heckmann+github@gmail.com) +* gonzales-pe 4.3.0 +* gopd 1.2.0, Copyright (c) 2022 Jordan Harband +* graphemer 1.4.0, Copyright 2020 Filament (Anomalous Technologies Limited) +* graphql 16.11.0, Copyright (c) GraphQL Contributors +* graphql-request 6.1.0, Copyright (c) 2022 Jason Kuhrt +* gtoken 8.0.0, Copyright (c) 2014 Ryan Seys +* gzip-size 6.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* handlebars 4.7.8, Copyright (C) 2011-2019 by Yehuda Katz +* has-bigints 1.0.2, Copyright (c) 2019 Jordan Harband +* has-flag 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* has-property-descriptors 1.0.2, Copyright (c) 2022 Inspect JS +* has-proto 1.0.3, Copyright (c) 2022 Inspect JS +* has-symbols 1.1.0, Copyright (c) 2016 Jordan Harband +* has-tostringtag 1.0.2, Copyright (c) 2021 Inspect JS +* hash-base 3.0.5, Copyright (c) 2016 Kirill Fomichev +* hash-sum 2.0.0, Copyright © 2014 Nicolas Bevacqua +* hash.js 1.1.7, Copyright Fedor Indutny, 2014. +* hasown 2.0.2, Copyright (c) Jordan Harband and contributors +* he 1.2.0, Copyright Mathias Bynens +* header-case 2.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* heap 0.2.7 +* helmet 8.1.0, Copyright (c) 2012-2025 Evan Hahn, Adam Baldwin +* help-me 5.0.0, Copyright (c) 2014-2022 Matteo Collina +* hmac-drbg 1.0.1, Copyright Fedor Indutny, 2017. +* homedir-polyfill 1.0.3, Copyright (c) 2016 Brian Woodward +* hookified 1.11.0 +* html-encoding-sniffer 4.0.0, Copyright © Domenic Denicola +* html-entities 2.5.2, Copyright (c) 2021 Dulin Marat +* html-escaper 2.0.2, Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection +* html-minifier 4.0.0, Copyright (c) 2010-2018 Juriy "kangax" Zaytsev +* html-tags 3.3.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* html-to-text 9.0.5 +* htmlparser2 10.0.0, Copyright 2010, 2011, Chris Winberry . All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions:. . The above copyright notice and this permission notice shall be included in. all copies or substantial portions of the Software.. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS. IN THE SOFTWARE. +* http-errors 2.0.0, Copyright (c) 2014 Jonathan Ong me@jongleberry.com. Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com +* http-proxy 1.18.1 +* http-proxy-agent 7.0.2, Copyright (c) 2013 Nathan Rajlich +* http-proxy-middleware 3.0.5, Copyright (c) 2015 Steven Chim +* http-signature 1.4.0, Copyright Joyent, Inc. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* http2-client 1.3.5, Copyright (c) 2019 Eyal.D +* https-browserify 1.0.0, Copyright (c) James Halliday +* https-proxy-agent 7.0.6, Copyright (c) 2013 Nathan Rajlich +* human-time 0.0.2 +* humanize-ms 1.2.1 +* iconv-lite 0.6.3, Copyright (c) 2011 Alexander Shtuchkin +* ignore 5.2.4, Copyright (c) 2013 Kael Zhang , contributors. http://kael.me/ +* imap 0.8.19, Copyright Brian White. All rights reserved. +* immediate 3.0.6, Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, Domenic Denicola, Brian Cavalier +* immutable 5.1.3, Copyright (c) 2014-present, Lee Byron and other contributors. +* import-fresh 3.3.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* import-lazy 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* import-local 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* imurmurhash 0.1.4 +* indefinite 2.5.1, Copyright (c) 2015 Andrew Nichols +* indent-string 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* inflected 2.1.0, Copyright (c) 2014-2017 Martin Andert. Copyright (c) 2005-2017 David Heinemeier Hansson. Copyright (c) 2008 The Ruby I18n team +* inquirer 7.3.3, Copyright (c) 2012 Simon Boudrias +* internal-slot 1.0.7, Copyright (c) 2019 Jordan Harband +* interpret 1.4.0, Copyright (c) 2014-2018 Tyler Kellen , Blaine Bublitz , and Eric Schoffstall +* ioredis 5.3.2, Copyright (c) 2015-2022 Zihua Li +* ioredis-mock 8.8.1, Copyright (c) 2023 Cody Olsen +* ip-address 9.0.5, Copyright (C) 2011 by Beau Gunderson +* ipaddr.js 1.9.1, Copyright (C) 2011-2017 whitequark +* is-arguments 1.1.1, Copyright (c) 2014 Jordan Harband +* is-array-buffer 3.0.4, Copyright (c) 2015 Chen Gengyuan, Inspect JS +* is-arrayish 0.2.1, Copyright (c) 2015 JD Ballard +* is-async-function 2.1.1, Copyright (c) 2021 Jordan Harband +* is-bigint 1.0.4, Copyright (c) 2018 Jordan Harband +* is-boolean-object 1.1.2, Copyright (c) 2015 Jordan Harband +* is-buffer 1.1.6, Copyright (c) Feross Aboukhadijeh +* is-builtin-module 5.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-bun-module 2.0.0, Copyright (c) 2024 SunsetTechuila +* is-callable 1.2.7, Copyright (c) 2015 Jordan Harband +* is-core-module 2.16.1, Copyright (c) 2014 Dave Justice +* is-data-view 1.0.1, Copyright (c) 2024 Inspect JS +* is-date-object 1.0.5, Copyright (c) 2015 Jordan Harband +* is-docker 2.2.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-emoji-supported 0.0.5 +* is-expression 4.0.0, Copyright (c) 2015 Tiancheng “Timothy” Gu +* is-extglob 2.1.1, Copyright (c) 2014-2016, Jon Schlinkert +* is-finalizationregistry 1.1.1, Copyright (c) 2020 Inspect JS +* is-fullwidth-code-point 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* is-generator-fn 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* is-generator-function 1.1.0, Copyright (c) 2014 Jordan Harband +* is-glob 4.0.3, Copyright (c) 2014-2017, Jon Schlinkert. +* is-installed-globally 0.4.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-interactive 1.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* is-lambda 1.0.1, Copyright (c) 2016-2017 Thomas Watson Steen +* is-map 2.0.3, Copyright (c) 2019 Inspect JS +* is-nan 1.3.2, Copyright (c) 2014 Jordan Harband +* is-negative-zero 2.0.3, Copyright (c) 2014 Jordan Harband +* is-node-process 1.2.0 +* is-number 7.0.0, Copyright (c) 2014-present, Jon Schlinkert. +* is-number-object 1.0.7, Copyright (c) 2015 Jordan Harband +* is-obj 1.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* is-path-inside 3.0.3, Copyright (c) Sindre Sorhus (sindresorhus.com) +* is-plain-obj 4.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-plain-object 5.0.0, Copyright (c) 2014-2017, Jon Schlinkert. +* is-potential-custom-element-name 1.0.1, Copyright Mathias Bynens +* is-promise 4.0.0, Copyright (c) 2014 Forbes Lindesay +* is-property 1.0.2, Copyright (c) 2013 Mikola Lysenko +* is-regex 1.1.4, Copyright (c) 2014 Jordan Harband +* is-regexp 1.0.0 +* is-retry-allowed 2.2.0, Copyright (c) Vsevolod Strukchinsky (github.com/floatdrop). Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-set 2.0.3, Copyright (c) 2019 Inspect JS +* is-shared-array-buffer 1.0.3, Copyright (c) 2021 Inspect JS +* is-stream 2.0.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-string 1.1.1, Copyright (c) 2015 Jordan Harband +* is-symbol 1.0.4, Copyright (c) 2015 Jordan Harband +* is-typed-array 1.1.13, Copyright (c) 2015 Jordan Harband +* is-typedarray 1.0.0 +* is-unicode-supported 0.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-unix 2.0.12, Copyright © 2016 Kiko Beats +* is-url 1.2.4 +* is-url-superb 4.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* is-weakmap 2.0.2, Copyright (c) 2019 Inspect JS +* is-weakref 1.0.2, Copyright (c) 2020 Inspect JS +* is-weakset 2.0.4, Copyright (c) 2019 Inspect JS +* is-wsl 2.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* isarray 0.0.1, Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> +* iso-639-1 2.1.15, Copyright(c) by Mei Qingguang +* isomorphic-timers-promises 1.0.1, Copyright (c) Ivan Nikolić +* isstream 0.1.2, Copyright (c) 2015 Rod Vagg. --------------------------- +* jest 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-changed-files 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-circus 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-cli 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-config 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-diff 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-docblock 29.4.3, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-each 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-environment-jsdom 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-environment-node 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-expect-message 1.1.3, Copyright (c) 2018-present Matt Phillips mattphillips.io +* jest-get-type 29.4.3, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-haste-map 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-leak-detector 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-matcher-utils 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-message-util 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-mock 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-mock-extended 3.0.4, Copyright (c) 2019 Marc McIntyre +* jest-pnp-resolver 1.2.2 +* jest-regex-util 29.4.3, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-resolve 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-resolve-dependencies 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-runner 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-runtime 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-snapshot 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-util 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-validate 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-watcher 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jest-worker 29.6.2, Copyright (c) Meta Platforms, Inc. and affiliates. +* jiti 1.21.7, Copyright (c) Pooya Parsa +* jju 1.4.0, Copyright (c) 2013 Alex Kocharin +* join-component 1.1.0 +* jose 6.0.11, Copyright (c) 2018 Filip Skokan +* joycon 3.1.1, Copyright (c) egoist <0x142857@gmail.com> (https://github.com/egoist) +* js-beautify 1.14.9, Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors. +* js-levenshtein 1.1.6, Copyright (c) 2017 Gustaf Andersson +* js-md4 0.3.2, Copyright 2015-2017 Yi-Cyuan Chen +* js-sdsl 4.3.0, Copyright (c) 2021 Zilong Yao +* js-stringify 1.0.2, Copyright (c) 2014 Forbes Lindesay +* js-tiktoken 1.0.12 +* js-tokens 9.0.1, Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell +* js-yaml 4.1.0, Copyright (C) 2011-2015 by Vitaly Puzrin +* jsbn 0.1.1 +* jsdoc-type-pratt-parser 4.1.0, Copyright (c) 2021 Simon Seyock +* jsdom 23.0.1, Copyright (c) 2010 Elijah Insua +* jsep 1.4.0, Copyright (c) 2013 Stephen Oney, https://ericsmekens.github.io/jsep/ +* jsesc 3.0.2, Copyright Mathias Bynens +* json-bigint 1.0.0, Copyright (c) 2013 Andrey Sidorov +* json-buffer 3.0.1, Copyright (c) 2013 Dominic Tarr +* json-diff 1.0.6, Copyright (c) 2015 Andrey Tarantsov +* json-parse-even-better-errors 4.0.0, Copyright 2017 Kat Marchán. Copyright npm, Inc. +* json-pointer 0.6.2, Copyright (c) 2016 Manuel Stofer +* json-schema-traverse 1.0.0, Copyright (c) 2017 Evgeny Poberezkin +* json-stable-stringify-without-jsonify 1.0.1 +* json5 2.2.3, Copyright (c) 2012-2018 Aseem Kishore, and [others]. +* jsonfile 6.1.0, Copyright (c) 2012-2015, JP Richardson +* jsonpath 1.1.1, Copyright (c) 2014-2016 David Chester +* jsonpath-plus 10.3.0, Copyright (c) 2011-2019 Stefan Goessner, Subbu Allamaraju, Mike Brevoort,. Robert Krahn, Brett Zamir, Richard Schneider +* jsonpointer 5.0.1, Copyright (c) 2011-2015 Jan Lehnardt & Marc Bachmann +* jsonschema 1.4.1, Copyright (C) 2012-2015 Tom de Grunt +* jsonwebtoken 9.0.2 +* jsprim 2.0.2, Copyright (c) 2012, Joyent, Inc. All rights reserved. +* jstransformer 1.0.0, Copyright (c) 2015 Forbes Lindesay +* juice 10.0.1, Copyright (c) 2021 Automattic +* jwa 1.4.1, Copyright (c) 2013 Brian J. Brennan +* jws 4.0.0, Copyright (c) 2013 Brian J. Brennan +* kafkajs 2.2.4, Copyright (c) 2018 Túlio Ornelas (ornelas.tulio@gmail.com) +* keypress 0.2.1, Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> +* keyv 4.5.4 +* kind-of 6.0.3, Copyright (c) 2014-2017, Jon Schlinkert. +* kleur 3.0.3, Copyright (c) Luke Edwards (lukeed.com) +* known-css-properties 0.36.0, Copyright (c) 2017 Mavrix Technologies +* kolorist 1.8.0, Copyright (c) 2020-present Marvin Hagemeister +* kuler 2.0.0, Copyright 2014 Arnout Kazemier +* langchain 0.3.33, Copyright (c) Harrison Chase +* langsmith 0.3.55 +* lazy-ass 1.6.0, Copyright (c) 2014 Gleb Bahmutov +* lazystream 1.0.1, Copyright (c) 2013 J. Pommerening, contributors. +* ldapts 4.2.6 +* leac 0.6.0, Copyright (c) 2021-2022 KillyMXI +* lefthook 1.7.15 +* lefthook-darwin-arm64 1.7.15 +* leven 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* levn 0.4.1, Copyright (c) George Zahariev +* libbase64 1.2.1, Copyright (c) 2014-2017 Andris Reinman +* libmime 5.2.1, Copyright (c) 2014-2016 Andris Reinman +* libphonenumber-js 1.10.14, Copyright (c) 2016 @catamphetamine +* libqp 2.0.1, Copyright (c) 2014-2022 Andris Reinman +* lie 3.3.0 +* lilconfig 3.1.3, Copyright (c) 2022 Anton Kastritskiy +* lines-and-columns 1.2.4, Copyright (c) 2015 Brian Donovan +* linkify-it 5.0.0, Copyright (c) 2015 Vitaly Puzrin. +* listr2 3.14.0, Copyright (c) Cenk Kilic (https://srcs.kilic.dev), Sam Verschueren (github.com/SamVerschueren) +* load-tsconfig 0.2.5, Copyright © 2021 EGOIST (https://github.com/sponsors/egoist) +* local-pkg 0.5.0, Copyright (c) 2021 Anthony Fu +* locate-path 6.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* lodash 4.17.21, Copyright OpenJS Foundation and other contributors +* lodash-es 4.17.21, Copyright OpenJS Foundation and other contributors +* lodash-unified 1.0.3 +* lodash.camelcase 4.3.0, Copyright jQuery Foundation and other contributors +* lodash.clonedeep 4.5.0, Copyright jQuery Foundation and other contributors +* lodash.debounce 4.0.8, Copyright jQuery Foundation and other contributors +* lodash.defaults 4.2.0, Copyright jQuery Foundation and other contributors +* lodash.get 4.4.2, Copyright jQuery Foundation and other contributors +* lodash.includes 4.3.0, Copyright jQuery Foundation and other contributors +* lodash.isarguments 3.1.0, Copyright jQuery Foundation and other contributors +* lodash.isboolean 3.0.3, Copyright 2012-2016 The Dojo Foundation . Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,. DocumentCloud and Investigative Reporters & Editors +* lodash.isinteger 4.0.4, Copyright jQuery Foundation and other contributors +* lodash.isnumber 3.0.3, Copyright 2012-2016 The Dojo Foundation . Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,. DocumentCloud and Investigative Reporters & Editors +* lodash.isplainobject 4.0.6, Copyright jQuery Foundation and other contributors +* lodash.isstring 4.0.1, Copyright 2012-2016 The Dojo Foundation . Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,. DocumentCloud and Investigative Reporters & Editors +* lodash.memoize 4.1.2, Copyright jQuery Foundation and other contributors +* lodash.merge 4.6.2, Copyright OpenJS Foundation and other contributors +* lodash.once 4.1.1, Copyright jQuery Foundation and other contributors +* lodash.orderby 4.6.0, Copyright jQuery Foundation and other contributors +* lodash.sortby 4.7.0, Copyright jQuery Foundation and other contributors +* lodash.throttle 4.1.1, Copyright jQuery Foundation and other contributors +* lodash.truncate 4.4.2, Copyright jQuery Foundation and other contributors +* log-symbols 4.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* log-update 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* logform 2.6.1, Copyright (c) 2017 Charlie Robbins & the Contributors. +* loglevel 1.9.2, Copyright (c) 2013 Tim Perry +* loose-envify 1.4.0, Copyright (c) 2015 Andres Suarez +* lossless-json 1.0.5, Copyright (c) 2016-2021 Jos de Jong +* loupe 3.1.4, Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com +* lower-case 2.0.2, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* lru.min 1.1.2, Copyright (c) 2024-current Weslley Araújo (@wellwelwel) +* lunr 2.3.9, Copyright (C) 2013 by Oliver Nightingale +* luxon 3.4.4, Copyright 2019 JS Foundation and other contributors +* lz-string 1.5.0, Copyright (c) 2013 pieroxy +* m3u8stream 0.8.6, Copyright (C) 2017 by fent +* madge 8.0.0, Copyright (c) 2017 Patrik Henningsson +* magic-string 0.30.17, Copyright 2018 Rich Harris +* magicast 0.3.5, Copyright (c) Pooya Parsa and Anthony Fu +* mailparser 3.6.7, Copyright (c) 2020 - 2021 Andris Reinman +* make-dir 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* map-or-similar 1.5.0, Copyright (c) 2016 Baz +* mappersmith 2.45.0, Copyright (c) 2017 Túlio Ornelas (ornelas.tulio@gmail.com) +* mark.js 8.11.1, Copyright (c) 2014–2018 Julian Kühnel +* markdown-it 13.0.2, Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin. +* markdown-it-emoji 2.0.2, Copyright (c) 2014 Vitaly Puzrin. +* markdown-it-link-attributes 4.0.1, Copyright (c) 2016 Blade Barringer +* marked 4.3.0, Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/). Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)* +* math-intrinsics 1.1.0, Copyright (c) 2024 ECMAScript Shims +* mathml-tag-names 2.1.3, Copyright (c) 2016 Titus Wormer +* md5.js 1.3.5, Copyright (c) 2016 Kirill Fomichev +* mdurl 1.0.1, Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.* +* media-typer 1.1.0, Copyright (c) 2014-2017 Douglas Christopher Wilson +* memoize-one 6.0.0, Copyright (c) 2019 Alexander Reardon +* memoizerific 1.11.3, Copyright (c) 2016 Baz +* memory-pager 1.5.0, Copyright (c) 2017 Mathias Buus +* memorystream 0.3.1, Copyright (C) 2011 Dmitry Nizovtsev +* mensch 0.3.4, Copyright (c) Brett Stimmerman +* meow 13.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* merge-descriptors 2.0.0, Copyright (c) Jonathan Ong . Copyright (c) Douglas Christopher Wilson . Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* merge-stream 2.0.0, Copyright (c) Stephen Sugden (stephensugden.com) +* merge2 1.4.1, Copyright (c) 2014-2020 Teambition +* methods 1.1.2, Copyright (c) 2013-2014 TJ Holowaychuk . Copyright (c) 2015-2016 Douglas Christopher Wilson +* micromatch 4.0.8, Copyright (c) 2014-present, Jon Schlinkert. +* miller-rabin 4.0.1, Copyright Fedor Indutny, 2014. +* mime 3.0.0, Copyright (c) 2010 Benjamin Thomas, Robert Kieffer +* mime-db 1.52.0, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015-2022 Douglas Christopher Wilson +* mime-types 2.1.35, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015 Douglas Christopher Wilson +* mimic-fn 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* mimic-response 3.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* min-indent 1.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com), James Kyle (thejameskyle.com) +* miniget 4.2.3, Copyright (C) 2017 by fent +* minimalistic-crypto-utils 1.0.1, Copyright Fedor Indutny, 2017. +* minimist 1.2.8 +* minipass-fetch 1.4.1, Copyright (c) Isaac Z. Schlueter and Contributors. Copyright (c) 2016 David Frank +* minizlib 2.1.2 +* miragejs 0.1.48, Copyright (c) 2016 +* mitt 2.1.0 +* mjml 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-accordion 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-body 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-button 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-carousel 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-cli 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-column 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-core 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-divider 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-group 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-attributes 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-breakpoint 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-font 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-html-attributes 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-preview 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-style 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-head-title 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-hero 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-image 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-migrate 4.15.3, Copyright (c) 2017 Nicolas Garnier +* mjml-navbar 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-parser-xml 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-preset-core 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-raw 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-section 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-social 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-spacer 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-table 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-text 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-validator 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mjml-wrapper 4.15.3, Copyright (c) 2016 Mailjet SAS, https://mjml.io +* mkdirp 2.1.3, Copyright (c) 2011-2023 James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) +* mkdirp-classic 0.5.3, Copyright (c) 2020 James Halliday (mail@substack.net) and Mathias Buus +* mlly 1.7.4, Copyright (c) Pooya Parsa +* mobx 6.12.0, Copyright (c) 2015 Michel Weststrate +* mobx-react 9.1.1, Copyright (c) 2015 Michel Weststrate +* mobx-react-lite 4.0.7, Copyright (c) 2015 Michel Weststrate +* mocha 11.7.1, Copyright (c) 2011-2024 OpenJS Foundation and contributors, https://openjsf.org +* mocha-junit-reporter 2.2.1 +* module-definition 6.0.1, Copyright (c) 2022 Dependents +* module-details-from-path 1.0.3, Copyright (c) 2016 Thomas Watson Steen +* module-lookup-amd 9.0.5, Copyright (c) 2023 Dependents +* moment 2.30.1, Copyright (c) JS Foundation and other contributors +* moment-timezone 0.5.48, Copyright (c) JS Foundation and other contributors +* mqtt 5.7.2, Copyright (c) 2015-2016 MQTT.js contributors. ---------------------------------------* +* mqtt-packet 9.0.0, Copyright (c) 2014-2017 mqtt-packet contributors. --------------------------------------- +* ms 2.1.3, Copyright (c) 2020 Vercel, Inc. +* msgpackr 1.11.2, Copyright (c) 2020 Kris Zyp +* msgpackr-extract 3.0.2, Copyright (c) 2020 Kris Zyp +* mssql 10.0.2, Copyright (c) 2013-2018 Patrik Simek and contributors +* muggle-string 0.4.1, Copyright (c) 2022-present Johnson Chu +* multer 2.0.2, Copyright (c) 2014 Hage Yaapa <[http://www.hacksparrow.com](http://www.hacksparrow.com)> +* mustache 4.2.0, Copyright (c) 2009 Chris Wanstrath (Ruby). Copyright (c) 2010-2014 Jan Lehnardt (JavaScript). Copyright (c) 2010-2015 The mustache.js community +* mylas 2.1.13, Copyright (c) 2020 Raoul de Heer +* mysql2 3.15.0, Copyright (c) 2016 Andrey Sidorov (sidorares@yandex.ru) and contributors +* mz 2.7.0, Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors +* named-placeholders 1.1.3, Copyright (c) 2014 Andrey Sidorov +* nan 2.20.0, Copyright (c) 2018 [NAN contributors]() +* nanoclone 0.2.1, Copyright (c) 2017 Anton Kosykh +* nanoid 3.3.8, Copyright 2017 Andrey Sitnik +* napi-build-utils 2.0.0, Copyright (c) 2018 inspiredware +* napi-postinstall 0.2.4, Copyright (c) 2021-present UnTS +* native-duplexpair 1.0.0, Copyright (c) 2017 Anna Henningsen +* natural-compare 1.4.0, Copyright (c) 2012-2015 Lauri Rooden <lauri@rooden.ee> . [The MIT License](http://lauri.rooden.ee/mit-license.txt) +* negotiator 0.6.4, Copyright (c) 2012-2014 Federico Romero. Copyright (c) 2012-2014 Isaac Z. Schlueter. Copyright (c) 2014-2015 Douglas Christopher Wilson +* neo-async 2.6.2, Copyright (c) 2014-2018 Suguru Motegi. Based on Async.js, Copyright Caolan McMahon +* nice-grpc 2.1.12, Copyright (c) 2021 Deeplay +* nice-grpc-client-middleware-retry 3.1.11, Copyright (c) 2021 Deeplay +* nice-grpc-common 2.0.2, Copyright (c) 2021 Deeplay +* nice-try 1.0.5, Copyright (c) 2018 Tobias Reich +* no-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* nock 14.0.1, Copyright (c) 2011-2019 Pedro Teixeira and other contributors +* node-abi 3.75.0, Copyright (c) 2016 Lukas Geiger +* node-abort-controller 3.1.1, Copyright (c) 2019 Steve Faulkner +* node-addon-api 7.1.0, Copyright (c) 2017 [Node.js API collaborators](https://github.com/nodejs/node-addon-api#collaborators) +* node-cleanup 2.1.2, Copyright (c) 2016 Joseph T. Lapp +* node-domexception 1.0.0, Copyright (c) 2021 Jimmy Wärting +* node-ensure 0.0.0 +* node-fetch 2.7.0, Copyright (c) 2016 David Frank +* node-fetch-h2 2.3.0, Copyright (c) 2016 David Frank +* node-fetch-native 1.6.6, Copyright (c) Pooya Parsa * +* node-fzf 0.14.0 +* node-gyp 8.4.1, Copyright (c) 2012 Nathan Rajlich +* node-gyp-build 4.8.4, Copyright (c) 2017 Mathias Buus +* node-gyp-build-optional-packages 5.0.7, Copyright (c) 2017 Mathias Buus +* node-html-markdown 1.2.0 +* node-html-parser 5.4.2, Copyright 2019 Tao Qiufeng +* node-int64 0.4.0, Copyright (c) 2014 Robert Kieffer +* node-machine-id 1.1.12, Copyright (c) 2016 Aleksandr Komlev +* node-readfiles 0.2.0, Copyright (c) 2016 Alejandro Gonzalez +* node-releases 2.0.19, Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy) +* node-rsa 1.1.1, Copyright (c) 2014 rzcoder
* +* node-source-walk 7.0.1, Copyright (c) 2022 Dependents +* node-ssh 13.2.0, Copyright (c) 2014-2021 Steel Brain +* node-stdlib-browser 1.3.1, Copyright (c) Ivan Nikolić Copyright (c) Tobias Koppers +* nodemon 3.0.1, Copyright (c) 2010 - present, Remy Sharp, https://remysharp.com +* normalize-path 3.0.0, Copyright (c) 2014-2018, Jon Schlinkert. +* normalize-range 0.1.2, Copyright (c) James Talmage (github.com/jamestalmage) +* npm-run-all2 7.0.2, Copyright (c) 2015 Toru Nagashima +* npm-run-path 4.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* null-prototype-object 1.2.3, Copyright © 2025 Kiko Beats (kikobeats.com) +* number-allocator 1.0.14, Copyright (c) 2021 Takatoshi Kondo +* nwsapi 2.2.7, Copyright (c) 2007-2019 Diego Perini (http://www.iport.it/) +* nypm 0.5.4, Copyright (c) Pooya Parsa +* oauth-1.0a 2.2.6, Copyright (c) 2014 Ddo +* oauth4webapi 3.5.1, Copyright (c) 2022 Filip Skokan +* object-assign 4.1.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* object-hash 3.0.0, Copyright (c) 2014 object-hash contributors +* object-inspect 1.13.4, Copyright (c) 2013 James Halliday +* object-is 1.1.6, Copyright (c) 2014 Jordan Harband +* object-keys 1.1.1, Copyright (C) 2013 Jordan Harband +* object-sizeof 2.6.5, Copyright © 2014, Andrei Karpushonak aka @miktam +* object.assign 4.1.5, Copyright (c) 2014 Jordan Harband +* object.fromentries 2.0.8, Copyright (c) 2018 Jordan Harband +* object.groupby 1.0.3, Copyright (c) 2023 ECMAScript Shims +* object.values 1.2.1, Copyright (c) 2015 Jordan Harband +* obuf 1.1.2, Copyright Fedor Indutny, 2015. +* ohash 2.0.11, Copyright (c) Pooya Parsa +* ollama 0.5.16, Copyright (c) 2023 Saul +* on-exit-leak-free 2.1.2, Copyright (c) 2021 Matteo Collina +* on-finished 2.4.1, Copyright (c) 2013 Jonathan Ong . Copyright (c) 2014 Douglas Christopher Wilson +* on-headers 1.1.0, Copyright (c) 2014 Douglas Christopher Wilson +* one-time 1.0.0, Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. +* onetime 5.1.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* ono 7.1.3, Copyright (c) 2015 James Messinger +* open 7.4.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* openapi-sampler 1.5.1, Copyright (c) 2017 Roman Hotsiy +* openapi-types 12.1.3, Copyright (c) 2018 Kogo Softare LLC +* openid-client 6.5.0, Copyright (c) 2016 Filip Skokan +* optionator 0.9.3, Copyright (c) George Zahariev +* ora 5.4.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* os-browserify 0.3.0, Copyright (c) 2017 CoderPuppy +* os-homedir 1.0.2, Copyright (c) Sindre Sorhus (sindresorhus.com) +* os-tmpdir 1.0.2, Copyright (c) Sindre Sorhus (sindresorhus.com) +* ospath 1.2.2 +* otpauth 9.1.1, Copyright © Héctor Molinero Fernández +* otplib 12.0.1, Copyright (c) 2014 Gerald Yeo +* outvariant 1.4.3, Copyright (c) 2021–present Artem Zakharchenko +* own-keys 1.0.1, Copyright (c) 2024 Jordan Harband +* p-cancelable 2.1.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-debounce 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-finally 1.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-lazy 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-limit 3.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* p-locate 5.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* p-map 4.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* p-queue 6.6.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* p-retry 4.6.2, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-timeout 3.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* p-try 2.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* param-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* parent-module 1.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* parse-diff 0.11.1, Copyright (c) 2014 Sergey Todyshev +* parse-json 5.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* parse-ms 2.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* parse-passwd 1.0.0, Copyright (c) 2016 Brian Woodward +* parse-srcset 1.0.2, Copyright (c) 2014 Alex Bell +* parse5 7.1.2, Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin) +* parse5-htmlparser2-tree-adapter 7.0.0, Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin) +* parse5-parser-stream 7.1.2, Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin) +* parseley 0.12.1, Copyright (c) 2021-2022 KillyMXI +* parseurl 1.3.3, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2014-2017 Douglas Christopher Wilson +* pascal-case 3.1.2, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* path-browserify 1.0.1, Copyright (c) 2013 James Halliday +* path-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* path-exists 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* path-is-absolute 1.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* path-key 3.1.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* path-parse 1.0.7, Copyright (c) 2015 Javier Blanco +* path-to-regexp 8.2.0, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* path-type 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* pathe 1.1.2, Copyright (c) Pooya Parsa - Daniel Roe * +* pathval 2.0.0, Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com +* pbkdf2 3.1.3, Copyright (c) 2014 Daniel Cousens +* pdf-parse 1.1.1, Copyright (c) 2017 Mehmet Kozan +* peberminta 0.9.0, Copyright (c) 2021-2022 KillyMXI +* peek-readable 4.1.0, Copyright (c) 2010-2017 Borewit +* pend 1.2.0, Copyright (c) 2014 Andrew Kelley +* perfect-debounce 1.0.0, Copyright (c) Pooya Parsa +* perfect-scrollbar 1.5.5, Copyright (c) 2012-2019 Hyunje Jun, MDBootstrap.com and other contributors +* performance-now 2.1.0, Copyright (c) 2013 Braveg1rl +* pg 8.12.0, Copyright (c) 2010 - 2021 Brian Carlson +* pg-cloudflare 1.1.1, Copyright (c) 2010 - 2021 Brian Carlson +* pg-connection-string 2.6.4, Copyright (c) 2014 Iced Development +* pg-minify 1.6.5, Copyright © 2020 [Vitaly Tomilov](https://github.com/vitaly-t);. Released under the MIT license. +* pg-pool 3.6.2, Copyright (c) 2017 Brian M. Carlson +* pg-promise 11.9.1, Copyright (c) 2015-2018 Vitaly Tomilov +* pg-protocol 1.6.1, Copyright (c) 2010 - 2021 Brian Carlson +* pg-types 4.0.2, Copyright (c) 2014 Brian M. Carlson +* pgpass 1.0.5, Copyright (c) 2013-2016 Hannes Hörl +* picomatch 4.0.2, Copyright (c) 2017-present, Jon Schlinkert. +* pidtree 0.6.0, Copyright (c) 2018 Simone Primarosa +* pify 2.3.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* pinia 2.2.4, Copyright (c) 2019-present Eduardo San Martin Morote +* pino 9.7.0, Copyright (c) 2016-2024 Matteo Collina, David Mark Clements and the Pino contributors listed at https://github.com/pinojs/pino#the-team and in the README file. +* pino-abstract-transport 2.0.0, Copyright (c) 2021 pino +* pino-std-serializers 7.0.0, Copyright Mateo Collina, David Mark Clements, James Sumners +* pirates 4.0.7, Copyright (c) 2016-2018 Ari Porad +* pkce-challenge 5.0.0, Copyright (c) 2019 +* pkg-dir 4.2.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* pkg-types 1.3.1, Copyright (c) Pooya Parsa - Daniel Roe * +* plimit-lit 1.4.1, Copyright (c) 2021 Joel Voss +* pluralize 8.0.0, Copyright (c) 2013 Blake Embrey (hello@blakeembrey.com) +* polished 4.2.2, Copyright (c) 2016 - 2021 Brian Hough and Maximilian Stoiber +* pop-iterate 1.0.1 +* possible-typed-array-names 1.0.0, Copyright (c) 2024 Jordan Harband +* postcss 8.4.49, Copyright 2013 Andrey Sitnik +* postcss-html 1.8.0, Copyright (c) 2018 刘祺 +* postcss-import 15.1.0, Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson +* postcss-js 4.0.1, Copyright 2015 Andrey Sitnik +* postcss-load-config 4.0.2, Copyright Michael Ciniawsky +* postcss-media-query-parser 0.2.3 +* postcss-nested 6.0.1, Copyright 2014 Andrey Sitnik +* postcss-resolve-nested-selector 0.1.6, Copyright (c) 2016 David Clark. Copyright © CSSTools Contributors +* postcss-safe-parser 6.0.0, Copyright 2013 Andrey Sitnik +* postcss-scss 4.0.9, Copyright 2013 Andrey Sitnik +* postcss-selector-parser 6.1.2, Copyright (c) Ben Briggs (http://beneb.info) +* postcss-value-parser 4.2.0, Copyright (c) Bogdan Chadkin +* postgres-array 2.0.0, Copyright (c) Ben Drucker (bendrucker.me) +* postgres-bytea 1.0.0, Copyright (c) Ben Drucker (bendrucker.me) +* postgres-date 1.0.7, Copyright (c) Ben Drucker (bendrucker.me) +* postgres-interval 1.2.0, Copyright (c) Ben Drucker (bendrucker.me) +* postgres-range 1.1.4, Copyright (c) 2021 Abbas Mashayekh +* posthog-node 3.2.1 +* prebuild-install 7.1.3, Copyright (c) 2015 Mathias Buus +* precinct 12.2.0, Copyright (c) 2022 Dependents +* prelude-ls 1.2.1, Copyright (c) George Zahariev +* pretender 3.4.7, Copyright (c) 2015 Trek Glowacki +* prettier 3.6.2, Copyright © James Long and contributors +* pretty-bytes 5.6.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* pretty-format 29.5.0, Copyright (c) Meta Platforms, Inc. and affiliates. +* pretty-ms 7.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* prismjs 1.29.0, Copyright (c) 2012 Lea Verou +* process 0.11.10, Copyright (c) 2013 Roman Shtylman +* process-nextick-args 2.0.1 +* process-warning 5.0.0, Copyright (c) Fastify +* promise 7.3.1, Copyright (c) 2014 Forbes Lindesay +* promise-ftp 1.3.5, Copyright (c) 2015 +* promise-ftp-common 1.1.5, Copyright (c) 2015 +* promise-retry 2.0.1, Copyright (c) 2014 IndigoUnited +* prompts 2.4.2, Copyright (c) 2018 Terkel Gjervig Nielsen +* prop-types 15.8.1, Copyright (c) 2013-present, Facebook, Inc. +* propagate 2.0.1, Copyright (c) 2015-2019 Pedro Teixeira and other contributors +* proper-lockfile 4.1.2, Copyright (c) 2018 Made With MOXY Lda +* properties-reader 2.3.0, Copyright (c) 2013 Steve King +* property-expr 2.0.5, Copyright (c) 2014 Jason Quense +* proxy-addr 2.0.7, Copyright (c) 2014-2016 Douglas Christopher Wilson +* proxy-from-env 1.1.0, Copyright (C) 2016-2018 Rob Wu +* ps-tree 1.2.0, Copyright (c) 2014 Domenic Tarr, Charlie Robbins & the Contributors +* psl 1.9.0, Copyright (c) 2017 Lupo Montero lupomontero@gmail.com +* pstree.remy 1.1.8 +* public-encrypt 4.0.3, Copyright (c) 2017 Calvin Metcalf +* pug 3.0.3, Copyright (c) 2009-2014 TJ Holowaychuk +* pug-attrs 3.0.0, Copyright (c) 2015 Forbes Lindesay +* pug-code-gen 3.0.3, Copyright (c) 2015 Forbes Lindesay +* pug-error 2.1.0, Copyright (c) 2015 Forbes Lindesay +* pug-filters 4.0.0, Copyright (c) 2015 Forbes Lindesay +* pug-lexer 5.0.1, Copyright (c) 2014 Forbes Lindesay +* pug-linker 4.0.0, Copyright (c) 2015 Forbes Lindesay +* pug-load 3.0.0, Copyright (c) 2015 Forbes Lindesay +* pug-parser 6.0.0, Copyright (c) 2014 Forbes Lindesay +* pug-runtime 3.0.1, Copyright (c) 2014 Forbes Lindesay +* pug-strip-comments 2.0.0, Copyright (c) 2015 Tiancheng “Timothy” Gu +* pug-walk 2.0.0, Copyright (c) 2015 Forbes Lindesay +* pump 3.0.0, Copyright (c) 2014 Mathias Buus +* punycode 1.4.1, Copyright Mathias Bynens +* pure-rand 6.0.1, Copyright (c) 2018 Nicolas DUBIEN +* python-struct 1.1.3, Copyright (c) 2016 Daniel Cohen Gindi +* q 2.0.3, Copyright 2009–2014 Kristopher Michael Kowal. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* qrcode.vue 3.3.4, Copyright (c) 2017 scope.wu +* quansync 0.2.8, Copyright (c) 2025-PRESENT Anthony Fu and Kevin Deng +* querystring-es3 0.2.1 +* querystringify 2.2.0, Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. +* queue-lit 1.5.0, Copyright (c) 2021 Joel Voss +* queue-microtask 1.2.3, Copyright (c) Feross Aboukhadijeh +* quick-format-unescaped 4.0.4, Copyright (c) 2016-2019 David Mark Clements +* quote-unquote 1.0.0, Copyright (c) 2015 Dominic Tarr +* quoted-printable 1.0.1, Copyright Mathias Bynens +* ramda 0.26.1, Copyright (c) 2013-2018 Scott Sauyet and Michael Hurley +* random-bytes 1.0.0, Copyright (c) 2016 Douglas Christopher Wilson +* randombytes 2.1.0, Copyright (c) 2017 crypto-browserify +* randomfill 1.0.4, Copyright (c) 2017 crypto-browserify +* range-parser 1.2.1, Copyright (c) 2012-2014 TJ Holowaychuk . Copyright (c) 2015-2016 Douglas Christopher Wilson . Copyright (c) 2014-2022 Douglas Christopher Wilson +* rc9 2.1.2, Copyright (c) Pooya Parsa * +* react 18.2.0, Copyright (c) Facebook, Inc. and its affiliates. +* react-confetti 6.1.0, Copyright (c) 2016 Aaron Lampros +* react-dom 18.2.0, Copyright (c) Facebook, Inc. and its affiliates. +* react-is 18.2.0, Copyright (c) Facebook, Inc. and its affiliates. +* react-tabs 6.0.2, Copyright (c) Matt Zabriskie and Daniel Tschinder +* read-cache 1.0.0, Copyright 2016 Bogdan Chadkin +* readable-stream 4.5.2 +* readable-web-to-node-stream 3.0.2, Copyright (c) 2019 Borewit +* readdirp 4.1.2, Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com) +* readline-sync 1.4.10, Copyright (c) 2019 anseki +* real-require 0.2.0, Copyright (c) 2021 Paolo Insogna and the real-require contributors +* recast 0.22.0, Copyright (c) 2012 Ben Newman +* rechoir 0.6.2, Copyright (c) 2015 Tyler Kellen +* redent 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* redis 4.6.12, Copyright (c) 2022-2023, Redis, inc. +* redis-errors 1.2.0, Copyright (c) 2017 Ruben Bridgewater +* redis-parser 3.0.0, Copyright (c) 2015 NodeRedis +* redoc 2.4.0, Copyright (c) 2015-present, Rebilly, Inc. +* redstar 0.0.2 +* reflect.getprototypeof 1.0.10, Copyright (c) 2021 ECMAScript Shims +* regenerate 1.4.2, Copyright Mathias Bynens +* regenerate-unicode-properties 10.2.0, Copyright Mathias Bynens +* regenerator-runtime 0.14.1, Copyright (c) 2014-present, Facebook, Inc. +* regenerator-transform 0.15.2, Copyright (c) 2014-present, Facebook, Inc. +* regexp-tree 0.1.27, Copyright (c) 2017 Dmitry Soshnikov +* regexp.escape 2.0.1, Copyright (c) 2015 Jordan Harband +* regexp.prototype.flags 1.5.3, Copyright (C) 2014 Jordan Harband +* regexpu-core 6.2.0, Copyright Mathias Bynens +* regjsgen 0.8.0, Copyright 2014-2020 Benjamin Tan +* reinterval 1.1.0, Copyright (c) 2015 Agor Maxime +* reka-ui 2.5.0, Copyright (c) 2023 UnoVue +* relateurl 0.2.7, Copyright (c) Steven Vachon (svachon.com) +* remove-trailing-slash 0.1.1 +* replace-in-file 6.3.5, Copyright 2015-2020, Adam Reis, Co-founder at [Hello Club](https://helloclub.com/?source=npm). +* request-progress 3.0.0, Copyright (c) 2012 IndigoUnited +* require-directory 2.1.1, Copyright (c) 2011 Troy Goode +* require-from-string 2.0.2, Copyright (c) Vsevolod Strukchinsky (github.com/floatdrop) +* require-in-the-middle 7.4.0, Copyright (c) 2016-2019, Thomas Watson Steen. Copyright (c) 2019-2023, Elasticsearch B.V. +* requirejs 2.3.7 +* requirejs-config-file 4.0.0, Copyright (c) 2013 webforge-labs +* requires-port 1.0.0, Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. +* resolve 1.22.10, Copyright (c) 2012 James Halliday +* resolve-cwd 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* resolve-dependency-path 4.0.1, Copyright (c) 2023 Dependents +* resolve-from 5.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* resolve-pkg-maps 1.0.0, Copyright (c) Hiroki Osame +* resolve.exports 2.0.0, Copyright (c) Luke Edwards (lukeed.com) +* restore-cursor 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* retry 0.13.1, Copyright (c) 2011:. Tim Koschützki (tim@debuggable.com). Felix Geisendörfer (felix@debuggable.com) +* retry-request 7.0.2, Copyright (c) 2015 Stephen Sawchuk +* reusify 1.0.4, Copyright (c) 2015 Matteo Collina +* rfc4648 1.5.4, Copyright © 2022 William R Swanson +* rfdc 1.3.0, Copyright 2019 "David Mark Clements " +* ripemd160 2.0.2, Copyright (c) 2016 crypto-browserify +* rndm 1.2.0, Copyright (c) 2014 Jonathan Ong me@jongleberry.com +* rollup 4.49.0, Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors) +* route-recognizer 0.3.4, Copyright (c) 2016 Yehuda Katz and contributors +* router 2.2.0, Copyright (c) 2013 Roman Shtylman. Copyright (c) 2014-2022 Douglas Christopher Wilson +* rrweb-cssom 0.6.0, Copyright (c) Nikita Vasilyev +* rss-parser 3.13.0, Copyright (c) 2016 Bobby Brennan +* run-async 2.4.1, Copyright (c) 2014 Simon Boudrias +* run-parallel 1.2.0, Copyright (c) Feross Aboukhadijeh +* run-script-os 1.1.6, Copyright (c) 2017 Charlie Guse +* rusha 0.8.14, Copyright (c) 2013-2014 Sam Rijs +* safe-array-concat 1.1.2, Copyright (c) 2023 Jordan Harband +* safe-buffer 5.1.2, Copyright (c) Feross Aboukhadijeh +* safe-push-apply 1.0.0, Copyright (c) 2024 Jordan Harband +* safe-regex-test 1.0.3, Copyright (c) 2022 Jordan Harband +* safe-stable-stringify 2.4.0, Copyright (c) Ruben Bridgewater +* safer-buffer 2.1.2, Copyright (c) 2018 Nikita Skovoroda +* samlify 2.10.0, Copyright (c) 2016-present Tony Ngan +* sanitize-html 2.12.1, Copyright (c) 2013, 2014, 2015 P'unk Avenue LLC +* sass 1.89.2, Copyright (c) 2016, Google Inc.* +* sass-lookup 6.1.0, Copyright (c) 2023 Dependents +* sb-promise-queue 2.1.0, Copyright (c) 2018-2020 Steel Brain +* sb-scandir 3.1.0, Copyright (c) 2016-2020 Steel Brain +* scheduler 0.23.0, Copyright (c) Facebook, Inc. and its affiliates. +* seedrandom 3.0.5, Copyright 2019 David Bau. +* selderee 0.11.0, Copyright (c) 2021-2022 KillyMXI +* semver-regex 4.0.5, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* semver-truncate 3.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* send 1.2.0, Copyright (c) 2012 TJ Holowaychuk. Copyright (c) 2014-2022 Douglas Christopher Wilson +* sentence-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* serve-static 2.2.0, Copyright (c) 2010 Sencha Inc.. Copyright (c) 2011 LearnBoost. Copyright (c) 2011 TJ Holowaychuk. Copyright (c) 2014-2016 Douglas Christopher Wilson +* set-function-length 1.2.2, Copyright (c) Jordan Harband and contributors +* set-function-name 2.0.2, Copyright (c) Jordan Harband and contributors +* set-proto 1.0.0, Copyright (c) 2024 Jordan Harband +* setimmediate 1.0.5, Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola +* shallowequal 1.1.0, Copyright (c) 2017 Alberto Leal (github.com/dashed) +* shebang-command 2.0.0, Copyright (c) Kevin Mårtensson (github.com/kevva) +* shebang-regex 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* shell-escape 0.2.0 +* shell-quote 1.8.1, Copyright (c) 2013 James Halliday (mail@substack.net) +* should 13.2.3, Copyright(c) 2010-2013 TJ Holowaychuk . Copyright(c) 2013-2017 Denis Bardadym +* should-equal 2.0.0, Copyright (c) 2014 +* should-format 3.0.3, Copyright (c) 2014 +* should-type 1.4.0, Copyright (c) 2014 +* should-type-adaptors 1.1.0, Copyright (c) 2016 Should.js assertion library +* should-util 1.0.1, Copyright (c) 2016 Should.js assertion library +* showdown 2.1.0, Copyright (c) 2018,2021 ShowdownJS +* side-channel 1.0.4, Copyright (c) 2019 Jordan Harband +* side-channel-list 1.0.0, Copyright (c) 2024 Jordan Harband +* side-channel-map 1.0.1, Copyright (c) 2024 Jordan Harband +* side-channel-weakmap 1.0.2, Copyright (c) 2019 Jordan Harband +* simple-bin-help 1.8.0, Copyright (c) 2015 Gleb Bahmutov +* simple-concat 1.0.1, Copyright (c) Feross Aboukhadijeh +* simple-get 4.0.1, Copyright (c) Feross Aboukhadijeh +* simple-git 3.28.0 +* simple-lru-cache 0.0.2, Copyright (c) 2013 Mercadolibre.com +* simple-swizzle 0.2.2, Copyright (c) 2015 Josh Junon +* simple-update-notifier 2.0.0, Copyright (c) 2022 Alex Brazier +* simple-wcswidth 1.0.1, Copyright (c) 2020 Nahiyan Kamal +* simple-websocket 9.1.0, Copyright (c) Feross Aboukhadijeh +* sisteransi 1.0.5, Copyright (c) 2018 Terkel Gjervig Nielsen +* slash 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* slice-ansi 4.0.0, Copyright (c) DC . Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* slugify 1.4.7, Copyright (c) Simeon Velichkov +* smart-buffer 4.2.0, Copyright (c) 2013-2017 Josh Glazebrook +* snake-case 3.0.4, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* socks 2.8.3, Copyright (c) 2013 Josh Glazebrook +* socks-proxy-agent 6.2.1, Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> +* sonic-boom 4.2.0, Copyright (c) 2017 Matteo Collina +* sortablejs 1.14.0, Copyright (c) 2019 All contributors to Sortable +* source-map-support 0.5.21, Copyright (c) 2014 Evan Wallace +* sparse-bitfield 3.0.3, Copyright (c) 2016 Mathias Buus +* spdx-compare 1.0.0, Copyright (c) 2015 Kyle E. Mitchell +* spdx-expression-parse 3.0.1, Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS +* spdx-satisfies 4.0.1, Copyright (c) spdx-satisfies.js contributors +* spex 3.3.0, Copyright © 2020 [Vitaly Tomilov](https://github.com/vitaly-t);. Released under the MIT license. +* split 0.3.3, Copyright (c) 2011 Dominic Tarr +* sqlstring 2.3.3, Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors +* ssh-remote-port-forward 1.0.4, Copyright (c) 2019-2020 Cristian Greco +* ssh2 1.15.0, Copyright Brian White. All rights reserved. +* sshpk 1.18.0, Copyright Joyent, Inc. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* stable-hash-x 0.1.1, Copyright (c) 2025-present UnTS +* stack-trace 0.0.10, Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com) +* stack-utils 2.0.6, Copyright (c) 2016-2022 Isaac Z. Schlueter , James Talmage (github.com/jamestalmage), and Contributors +* stackback 0.0.2 +* standard-as-callback 2.1.0, Copyright (c) 2018 Zihua Li. Copyright (c) 2013-2017 Petka Antonov +* start-server-and-test 2.0.10, Copyright (c) 2022 bahmutov +* static-eval 2.0.2 +* statuses 2.0.1, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2016 Douglas Christopher Wilson +* std-env 3.9.0, Copyright (c) Pooya Parsa +* stop-iteration-iterator 1.1.0, Copyright (c) 2023 Jordan Harband +* stoppable 1.1.0, Copyright (c) 2017 Hunter Loftis +* storybook 9.1.6 +* storybook-dark-mode 4.0.2, Copyright (c) 2019 Andrew Lisowski +* stream-browserify 3.0.0, Copyright (c) James Halliday +* stream-combiner 0.0.4, Copyright (c) 2012 'Dominic Tarr' +* stream-events 1.0.5 +* stream-http 3.2.0, Copyright (c) 2015 John Hiesey +* stream-shift 1.0.3, Copyright (c) 2016 Mathias Buus +* stream-to-array 2.3.0, Copyright (c) 2014 Jonathan Ong me@jongleberry.com +* streamsearch 1.1.0, Copyright Brian White. All rights reserved. +* streamx 2.22.1, Copyright (c) 2019 Mathias Buus +* strict-event-emitter 0.5.1 +* string_decoder 1.3.0 +* string-argv 0.3.1, Copyright 2014 Anthony McCormick +* string-length 4.0.2, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* string-width 4.2.3, Copyright (c) Sindre Sorhus (sindresorhus.com) +* string.prototype.trim 1.2.9, Copyright (c) 2015 Jordan Harband +* string.prototype.trimend 1.0.9, Copyright (c) 2017 Khaled Al-Ansari +* string.prototype.trimstart 1.0.8, Copyright (c) 2017 Khaled Al-Ansari +* strip-ansi 6.0.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* strip-ansi 7.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* strip-bom 3.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* strip-eof 1.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* strip-final-newline 2.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* strip-indent 4.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* strip-json-comments 3.1.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* strnum 1.0.5, Copyright (c) 2021 Natural Intelligence +* strtok3 6.3.0, Copyright (c) 2017, Borewit. All rights reserved. +* stubs 3.0.0 +* style-mod 4.1.0, Copyright (C) 2018 by Marijn Haverbeke and others +* styled-components 6.1.8, Copyright (c) 2016-present Glen Maddern and Maximilian Stoiber +* stylelint 16.23.0, Copyright (c) 2015 - present Maxime Thirouin, David Clark & Richard Hallows +* stylelint-config-recommended 16.0.0, Copyright (c) 2018 - present stylelint +* stylelint-config-recommended-scss 15.0.1, Copyright (c) 2016 Krister Kari +* stylelint-config-standard 38.0.0, Copyright (c) 2015 - present stylelint authors +* stylelint-config-standard-scss 15.0.1, Copyright (c) 2021 Present stylelint-scss authors +* stylelint-scss 6.12.1, Copyright (c) 2016 Krister Kari +* stylis 4.3.1, Copyright (c) 2016-present Sultan Tarimo +* stylus-lookup 6.1.0, Copyright (c) 2023 Dependents +* sucrase 3.35.0, Copyright (c) 2012-2018 various contributors (see AUTHORS) +* super-regex 1.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* superagent 10.2.1, Copyright (c) 2014-2016 TJ Holowaychuk +* supertest 7.1.1, Copyright (c) 2014 TJ Holowaychuk +* supports-color 8.1.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* supports-hyperlinks 3.2.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com). Copyright (c) James Talmage (https://github.com/jamestalmage) +* supports-preserve-symlinks-flag 1.0.0, Copyright (c) 2022 Inspect JS +* svg-tags 1.0.0, Copyright (c) 2014 Athan Reines. +* svgo 3.3.2, Copyright (c) Kir Belevich +* swagger-ui-express 5.0.1, Copyright (c) 2018 Scott IT London +* symbol-tree 3.2.4, Copyright (c) 2015 Joris van der Wel +* syslog-client 1.1.1, Copyright (c) 2017 Paul Grove +* systemjs 6.15.1, Copyright (C) 2013-2022 Guy Bedford +* tailwindcss 3.4.3, Copyright (c) Tailwind Labs, Inc. +* tapable 2.2.2, Copyright JS Foundation and other contributors +* tar-fs 2.1.3, Copyright (c) 2014 Mathias Buus +* tar-stream 3.1.7, Copyright (c) 2014 Mathias Buus +* tarn 3.0.2, Copyright (c) 2015 Vincit Oy +* tdigest 0.1.2, Copyright (c) 2015 Will Welch +* tedious 16.7.1, Copyright (c) 2010-2018 Mike D Pilsbury +* temp 0.9.4, Copyright (c) 2010-2014 Bruce Williams +* testcontainers 11.0.3, Copyright (c) 2018 - 2025 Cristian Greco +* text-hex 1.0.0, Copyright (c) 2014-2015 Arnout Kazemier +* thenify 3.3.1, Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and contributors +* thenify-all 1.6.0, Copyright (c) 2014 Jonathan Ong me@jongleberry.com +* thread-stream 3.1.0, Copyright (c) 2021 Matteo Collina +* throttleit 1.0.0 +* through 2.3.8, Copyright (c) 2011 Dominic Tarr +* time-span 5.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* timeago.js 4.0.2, Copyright (c) 2016 Hust.cc +* timers-browserify 2.0.12 +* tiny-invariant 1.3.3, Copyright (c) 2019 Alexander Reardon +* tinybench 2.9.0, Copyright (c) 2022 Tinylibs +* tinyexec 0.3.2, Copyright (c) 2024 Tinylibs +* tinyglobby 0.2.14, Copyright (c) 2024 Madeline Gurriarán +* tinypool 1.1.1, Copyright (c) 2020 James M Snell and the Piscina contributors +* tinyrainbow 2.0.0, Copyright (c) 2022 Tinylibs +* tinyspawn 1.5.3, Copyright © 2023 microlink.io (microlink.io) +* tinyspy 3.0.2, Copyright (c) 2022 Tinylibs +* title-case 3.0.3, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* tlds 1.248.0, Copyright (c) 2013 Stephen Mathieson and 2020 Richie Bendall +* tldts 6.1.86, Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson +* tldts-core 6.1.86, Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson +* tmp 0.2.4, Copyright (c) 2014 KARASZI István +* tmp-promise 3.0.3 +* to-buffer 1.2.1, Copyright (c) 2016 Mathias Buus +* to-regex-range 5.0.1, Copyright (c) 2015-present, Jon Schlinkert. +* toidentifier 1.0.1, Copyright (c) 2016 Douglas Christopher Wilson +* token-stream 1.0.0, Copyright (c) 2014 Forbes Lindesay +* token-types 4.2.1, Copyright 2017 Borewit +* toml 3.0.0, Copyright (c) 2012 Michelle Tilley +* toposort 2.0.2 +* tr46 5.0.0, Copyright (c) Sebastian Mayr +* transliteration 2.3.5, Copyright http://github.com/dzcpy/transliteration +* tree-kill 1.2.2, Copyright (c) 2018 Peter Krumins +* tree-sitter 0.21.1, Copyright (c) 2014 maxbrunsfeld +* tree-sitter-bash 0.23.3, Copyright (c) 2017 Max Brunsfeld +* treeify 1.1.0, Copyright (c) 2012-2018 Luke Plaster +* triple-beam 1.3.0, Copyright (c) 2017 winstonjs +* ts-api-utils 2.1.0 +* ts-dedent 2.2.0, Copyright (c) 2018 Tamino Martinius +* ts-error 1.0.6, Copyright (c) 2018 Frédérique Mittelstaedt +* ts-essentials 7.0.3, Copyright (c) 2018-2019 Chris Kaczor (github.com/krzkaczor) +* ts-graphviz 2.1.6, Copyright (c) 2019-2025 Yuki Yamazaki +* ts-ics 1.2.2, Copyright (c) 2023 Neuvernetzung Medienagentur UG +* ts-jest 29.1.1, Copyright (c) 2016-2018 +* ts-map 1.0.3, Copyright (c) 2017 lavyun (http://lavyun.cn) and other contributors +* ts-morph 26.0.0, Copyright (c) 2017 David Sherret +* ts-node 10.9.2, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* ts-pattern 5.8.0, Copyright (c) 2021 Gabriel Vergnaud +* tsc-alias 1.8.10, Copyright (c) 2018 Justkey +* tsc-watch 6.2.0, Copyright (c) Gil Amran +* tsconfig-paths 4.2.0, Copyright (c) 2016 Jonas Kello +* tsscmp 1.0.6, Copyright (c) 2016 +* tsup 8.5.0, Copyright (c) 2021 EGOIST +* tsx 4.19.3, Copyright (c) Hiroki Osame +* tty-browserify 0.0.1 +* turbo 2.5.4, Copyright (c) 2025 Vercel, Inc +* turbo-darwin-arm64 2.5.4, Copyright (c) 2025 Vercel, Inc +* type-check 0.4.0, Copyright (c) George Zahariev +* type-detect 4.0.8, Copyright (c) 2013 Jake Luer (http://alogicalparadox.com) +* type-is 2.0.1, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2014-2015 Douglas Christopher Wilson +* type-of-is 3.5.1 +* typed-array-buffer 1.0.2, Copyright (c) 2023 Jordan Harband +* typed-array-byte-length 1.0.1, Copyright (c) 2020 Inspect JS +* typed-array-byte-offset 1.0.2, Copyright (c) 2020 Inspect JS +* typed-array-length 1.0.6, Copyright (c) 2020 Inspect JS +* typedarray 0.0.6 +* typedarray-dts 1.0.0, Copyright (c) 2018 George Thomas +* typedarray-to-buffer 3.1.5, Copyright (c) Feross Aboukhadijeh +* typescript-eslint 8.35.0, Copyright (c) 2019 typescript-eslint and other contributors +* uc.micro 1.0.6, Copyright Mathias Bynens +* ufo 1.6.1, Copyright (c) Pooya Parsa +* uid-safe 2.1.5, Copyright (c) 2014 Jonathan Ong . Copyright (c) 2015-2017 Douglas Christopher Wilson +* unbox-primitive 1.0.2, Copyright (c) 2019 Jordan Harband +* undefsafe 2.0.5, Copyright © 2016 Remy Sharp, http://remysharp.com +* underscore 1.12.1, Copyright (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative. Reporters & Editors +* undici 6.21.3, Copyright (c) Matteo Collina and Undici contributors +* undici-types 6.19.8, Copyright (c) Matteo Collina and Undici contributors +* unicode-canonical-property-names-ecmascript 2.0.1, Copyright Mathias Bynens +* unicode-match-property-ecmascript 2.0.0, Copyright Mathias Bynens +* unicode-match-property-value-ecmascript 2.2.0, Copyright Mathias Bynens +* unicode-property-aliases-ecmascript 2.1.0, Copyright Mathias Bynens +* unicorn-magic 0.3.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* universalify 2.0.0, Copyright (c) 2017, Ryan Zimmerman +* unpipe 1.0.0, Copyright (c) 2015 Douglas Christopher Wilson +* unplugin 1.11.0, Copyright (c) 2021-PRESENT Nuxt Contrib +* unplugin-icons 0.19.0, Copyright (c) 2020-PRESENT Anthony Fu +* unplugin-vue-components 0.27.3, Copyright (c) 2020-PRESENT Anthony Fu +* unrs-resolver 1.9.2 +* untildify 4.0.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* update-browserslist-db 1.1.1, Copyright 2022 Andrey Sitnik and other contributors +* upper-case 2.0.2 +* upper-case-first 2.0.2, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) +* uri-js-replace 1.0.1 +* url 0.11.4, Copyright 2014 Joyent, Inc. and other Node contributors. +* url-join 4.0.1, Copyright (c) 2015 José F. Romaniello +* url-parse 1.5.10, Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. +* use-sync-external-store 1.2.2, Copyright (c) Facebook, Inc. and its affiliates. +* utf-8-validate 5.0.10 +* utf8 3.0.0, Copyright Mathias Bynens +* util 0.12.5, Copyright Joyent, Inc. and other Node contributors. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* util-deprecate 1.0.2, Copyright (c) 2014 Nathan Rajlich +* util-extend 1.0.3, Copyright Joyent, Inc. and other Node contributors. All rights reserved.. Permission is hereby granted, free of charge, to any person obtaining a copy. of this software and associated documentation files (the "Software"), to. deal in the Software without restriction, including without limitation the. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or. sell copies of the Software, and to permit persons to whom the Software is. furnished to do so, subject to the following conditions: +* uuid 10.0.0, Copyright (c) 2010-2020 Robert Kieffer and other contributors +* v-code-diff 1.13.1, Copyright (c) 2022 Shimada666 +* v3-infinite-loading 1.2.2 +* v8-compile-cache-lib 3.0.1, Copyright (c) 2019 Andres Suarez +* valid-data-url 3.0.1, Copyright (c) Alexey Kucherenko +* validator 13.7.0, Copyright (c) 2018 Chris O'Hara +* vary 1.1.2, Copyright (c) 2014-2017 Douglas Christopher Wilson +* verror 1.10.0, Copyright (c) 2016, Joyent, Inc. All rights reserved. +* vite 6.3.5, Copyright (c) 2019-present, VoidZero Inc. and Vite contributors +* vite-node 3.1.3, Copyright (c) 2021-Present Vitest Team +* vite-plugin-dts 4.5.3, Copyright (c) 2021-present qmhc +* vite-plugin-node-polyfills 0.24.0, Copyright (c) 2022 David R. Myers +* vite-plugin-static-copy 2.2.0, Copyright (c) 2021 sapphi-red +* vite-svg-loader 5.1.0, Copyright (c) 2021 Jan-Paul Kleemans +* vitest 3.1.3, Copyright (c) 2021-Present Vitest Team +* vitest-mock-extended 3.1.0, Copyright (c) 2019 Marc McIntyre +* vm-browserify 1.1.2 +* void-elements 3.1.0, Copyright (c) 2014 hemanth +* vscode-uri 3.0.8, Copyright (c) Microsoft +* vue 3.5.13, Copyright (c) 2018-present, Yuxi (Evan) You +* vue-agile 2.0.0, Copyright (c) 2017 Łukasz Florczak +* vue-boring-avatars 1.3.0 +* vue-chartjs 5.2.0, Copyright (c) 2016 Jakub Juszczak +* vue-component-meta 2.1.10, Copyright (c) 2021-present Johnson Chu +* vue-component-type-helpers 2.2.10, Copyright (c) 2023-present Johnson Chu +* vue-demi 0.14.10, Copyright (c) 2020-present, Anthony Fu +* vue-docgen-api 4.76.0, Copyright (c) 2021 Vue Styleguidist +* vue-eslint-parser 10.1.3, Copyright (c) 2016 Toru Nagashima +* vue-i18n 11.1.10, Copyright (c) 2020 kazuya kawaguchi +* vue-inbrowser-compiler-independent-utils 4.71.1, Copyright (c) 2021 Vue Styleguidist +* vue-json-pretty 2.2.4, Copyright (c) 2017 +* vue-markdown-render 2.2.1, Copyright (c) 2023 cloudacy OG +* vue-observe-visibility 2.0.0-alpha.1 +* vue-resize 2.0.0-alpha.1 +* vue-router 4.5.0, Copyright (c) 2019-present Eduardo San Martin Morote +* vue-tsc 2.2.8, Copyright (c) 2021-present Johnson Chu +* vue-virtual-scroller 2.0.0-beta.8, Copyright (c) 2020 guillaume.b.chau@gmail.com +* vue3-touch-events 4.1.3, Copyright (c) 2017 Jerry Bendy +* vuedraggable 4.1.0, Copyright (c) 2016-2019 David Desmaisons +* w3c-keyname 2.2.6, Copyright (C) 2016 by Marijn Haverbeke and others +* w3c-xmlserializer 5.0.0, Copyright © Sebastian Mayr +* wait-on 8.0.2, Copyright (c) 2015 Jeff Barczewski +* walkdir 0.4.1, Copyright (c) 2012 Ryan Day +* wcwidth 1.0.1, Copyright (C) 2012 by Jun Woong. +* web-auth-library 1.0.3, Copyright (c) 2022-present Kriasoft +* web-resource-inliner 6.0.1 +* web-streams-polyfill 4.0.0-beta.3, Copyright (c) 2021 Mattias Buelens. Copyright (c) 2016 Diwank Singh Tomer +* web-tree-sitter 0.24.3, Copyright (c) 2018-2024 Max Brunsfeld +* webpack-sources 3.2.3, Copyright (c) 2017 JS Foundation and other contributors +* webpack-virtual-modules 0.6.1, Copyright (c) 2017 SysGears +* whatwg-encoding 3.1.1, Copyright © Domenic Denicola +* whatwg-fetch 3.6.20, Copyright (c) 2014-2023 GitHub, Inc. +* whatwg-mimetype 4.0.0, Copyright © Domenic Denicola +* whatwg-url 14.0.0, Copyright (c) Sebastian Mayr +* which-boxed-primitive 1.0.2, Copyright (c) 2019 Jordan Harband +* which-builtin-type 1.2.1, Copyright (c) 2020 ECMAScript Shims +* which-collection 1.0.2, Copyright (c) 2019 Inspect JS +* which-typed-array 1.1.15, Copyright (c) 2015 Jordan Harband +* why-is-node-running 2.3.0, Copyright (c) 2016 Mathias Buus +* widest-line 3.1.0, Copyright (c) Sindre Sorhus (sindresorhus.com) +* winston 3.14.2, Copyright (c) 2010 Charlie Robbins +* winston-transport 4.8.0, Copyright (c) 2015 Charlie Robbins & the contributors. +* wiremock-rest-client 1.11.0, Copyright (c) 2019 Kwo Ding +* with 7.0.2, Copyright (c) 2013 Forbes Lindesay +* word-wrap 1.2.3, Copyright (c) 2014-2017, Jon Schlinkert +* wordwrap 1.0.0 +* worker-timers 7.1.8, Copyright (c) 2024 Christoph Guttandin +* worker-timers-broker 6.1.8, Copyright (c) 2024 Christoph Guttandin +* worker-timers-worker 7.0.71, Copyright (c) 2024 Christoph Guttandin +* wrap-ansi 7.0.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* ws 8.17.1, Copyright (c) 2011 Einar Otto Stangvik . Copyright (c) 2013 Arnout Kazemier and contributors. Copyright (c) 2016 Luigi Pinca and contributors +* xml 1.0.1, Copyright (c) 2011-2016 Dylan Greene +* xml-crypto 6.1.2, Copyright (c) Yaron Naveh +* xml2js 0.6.2, Copyright 2010, 2011, 2012, 2013. All rights reserved. +* xmlbuilder 10.1.1, Copyright (c) 2013 Ozgur Ozcitak +* xmlchars 2.2.0, Copyright Louis-Dominique Dubeau and contributors to xmlchars +* xmlhttprequest-ssl 3.1.0 +* xmllint-wasm 3.0.1 +* xpath 0.0.32, Copyright (c) 2018 Cameron McCormack +* xregexp 2.0.0 +* xss 1.0.15, Copyright (c) 2012-2018 Zongmin Lei(雷宗民) . http://ucdok.com +* xtend 4.0.2 +* yaeti 0.0.6, Copyright (c) 2015 Iñaki Baz Castillo, +* yamljs 0.3.0, Copyright (c) 2010 Jeremy Faivre +* yargs 17.7.2, Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com) +* yargs-unparser 2.0.0, Copyright (c) 2017 Made With MOXY Lda +* yauzl 2.10.0, Copyright (c) 2014 Josh Wolfe +* yn 3.1.1, Copyright (c) Sindre Sorhus (sindresorhus.com) +* yocto-queue 0.1.0, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* yoctocolors 2.1.1, Copyright (c) Sindre Sorhus (https://sindresorhus.com) +* youtube-dl-exec 3.0.25, Copyright © 2021 microlink.io (microlink.io) +* yt-search 2.13.1 +* ytdl-core 4.11.5, Copyright (C) 2012-present by fent +* ytsr 3.8.4, Copyright (C) 2017 by Tobias Kutscha +* yup 0.32.11, Copyright (c) 2014 Jason Quense +* z-vue-scan 0.0.35 +* zip-stream 6.0.1, Copyright (c) 2014 Chris Talkington, contributors. +* zod 3.25.67, Copyright (c) 2025 Colin McDonnell + +## MIT OR Apache-2.0 + +* @biomejs/biome 1.9.0, Copyright (c) 2023 Biome Developers and Contributors. +* @biomejs/cli-darwin-arm64 1.9.0 + +## MIT* + +* @kafkajs/confluent-schema-registry 3.8.0, Copyright (c) 2019 Erik Engervall (erik.engervall@gmail.com) +* @rudderstack/rudder-sdk-node 2.1.4, Copyright © 2017 Segment Inc. * +* binascii 0.0.2, Copyright (c) 2014 Michał Budzyński (@michalbe) +* browser-assert 1.2.1, Copyright (c) 2015 Social Ally +* cohere-ai 7.14.0, Copyright (c) 2021 Cohere +* decko 1.2.0, Copyright (c) 2017 Jason Miller +* js-nacl 1.4.0 +* nub 0.0.0 +* seq-queue 0.0.5, Copyright (c) 2012 Netease, Inc. and other pomelo contributors +* slick 1.12.2 +* spawn-command 0.0.2, Copyright (C) 2011 by Maciej Małecki +* stickyfill 1.1.1, Copyright (c) 2014 Oleg Korsunsky. Copyright (c) 2014 Automattic Inc. +* thirty-two 1.0.2, Copyright (c) 2011, Chris Umbel +* ttys 0.0.3, Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> +* xml-escape 1.1.0, Copyright (c) 2014 Michael Hernandez + +## MIT,Apache2 + +* pause-stream 0.0.11, Copyright (c) 2013 Dominic Tarr + +## MIT-0 + +* @csstools/selector-specificity 5.0.0, Copyright © CSSTools Contributors +* nodemailer 6.9.9, Copyright (c) 2011-2023 Andris Reinman +* url-value-parser 2.2.0, Copyright (c) 2022 Konstantin Pogorelov + +## MPL-2.0 + +* axe-core 4.7.2 +* postcss-values-parser 6.0.2 +* pyodide 0.28.0 + +## PSF + +* @ewoudenberg/difflib 0.1.0 + +## UNKNOWN + +* dreamopt 0.8.0 + +## Unlicense + +* big-integer 1.6.52 +* humanize-duration 3.27.3 +* isbot 3.6.13 +* tweetnacl 1.0.3 +* tweetnacl-util 0.15.1 + +# License Texts + +## (AFL-2.1 OR BSD-3-Clause) License Text + +``` +Dojo is available under *either* the terms of the BSD 3-Clause "New" License *or* the +Academic Free License version 2.1. As a recipient of Dojo, you may choose which +license to receive this code under (except as noted in per-module LICENSE +files). Some modules may not be the copyright of the Dojo Foundation. These +modules contain explicit declarations of copyright in both the LICENSE files in +the directories in which they reside and in the code itself. No external +contributions are allowed under licenses which are fundamentally incompatible +with the AFL-2.1 OR and BSD-3-Clause licenses that Dojo is distributed under. + +The text of the AFL-2.1 and BSD-3-Clause licenses is reproduced below. + +------------------------------------------------------------------------------- +BSD 3-Clause "New" License: +********************** + +Copyright (c) 2005-2015, The Dojo Foundation +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the Dojo Foundation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- +The Academic Free License, v. 2.1: +********************************** + +This Academic Free License (the "License") applies to any original work of +authorship (the "Original Work") whose owner (the "Licensor") has placed the +following notice immediately following the copyright notice for the Original +Work: + +Licensed under the Academic Free License version 2.1 + +1) Grant of Copyright License. Licensor hereby grants You a world-wide, +royalty-free, non-exclusive, perpetual, sublicenseable license to do the +following: + +a) to reproduce the Original Work in copies; + +b) to prepare derivative works ("Derivative Works") based upon the Original +Work; + +c) to distribute copies of the Original Work and Derivative Works to the +public; + +d) to perform the Original Work publicly; and + +e) to display the Original Work publicly. + +2) Grant of Patent License. Licensor hereby grants You a world-wide, +royalty-free, non-exclusive, perpetual, sublicenseable license, under patent +claims owned or controlled by the Licensor that are embodied in the Original +Work as furnished by the Licensor, to make, use, sell and offer for sale the +Original Work and Derivative Works. + +3) Grant of Source Code License. The term "Source Code" means the preferred +form of the Original Work for making modifications to it and all available +documentation describing how to modify the Original Work. Licensor hereby +agrees to provide a machine-readable copy of the Source Code of the Original +Work along with each copy of the Original Work that Licensor distributes. +Licensor reserves the right to satisfy this obligation by placing a +machine-readable copy of the Source Code in an information repository +reasonably calculated to permit inexpensive and convenient access by You for as +long as Licensor continues to distribute the Original Work, and by publishing +the address of that information repository in a notice immediately following +the copyright notice that applies to the Original Work. + +4) Exclusions From License Grant. Neither the names of Licensor, nor the names +of any contributors to the Original Work, nor any of their trademarks or +service marks, may be used to endorse or promote products derived from this +Original Work without express prior written permission of the Licensor. Nothing +in this License shall be deemed to grant any rights to trademarks, copyrights, +patents, trade secrets or any other intellectual property of Licensor except as +expressly stated herein. No patent license is granted to make, use, sell or +offer to sell embodiments of any patent claims other than the licensed claims +defined in Section 2. No right is granted to the trademarks of Licensor even if +such marks are included in the Original Work. Nothing in this License shall be +interpreted to prohibit Licensor from licensing under different terms from this +License any Original Work that Licensor otherwise would have a right to +license. + +5) This section intentionally omitted. + +6) Attribution Rights. You must retain, in the Source Code of any Derivative +Works that You create, all copyright, patent or trademark notices from the +Source Code of the Original Work, as well as any notices of licensing and any +descriptive text identified therein as an "Attribution Notice." You must cause +the Source Code for any Derivative Works that You create to carry a prominent +Attribution Notice reasonably calculated to inform recipients that You have +modified the Original Work. + +7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that +the copyright in and to the Original Work and the patent rights granted herein +by Licensor are owned by the Licensor or are sublicensed to You under the terms +of this License with the permission of the contributor(s) of those copyrights +and patent rights. Except as expressly stated in the immediately proceeding +sentence, the Original Work is provided under this License on an "AS IS" BASIS +and WITHOUT WARRANTY, either express or implied, including, without limitation, +the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. +This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No +license to Original Work is granted hereunder except under this disclaimer. + +8) Limitation of Liability. Under no circumstances and under no legal theory, +whether in tort (including negligence), contract, or otherwise, shall the +Licensor be liable to any person for any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License +or the use of the Original Work including, without limitation, damages for loss +of goodwill, work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses. This limitation of liability shall not +apply to liability for death or personal injury resulting from Licensor's +negligence to the extent applicable law prohibits such limitation. Some +jurisdictions do not allow the exclusion or limitation of incidental or +consequential damages, so this exclusion and limitation may not apply to You. + +9) Acceptance and Termination. If You distribute copies of the Original Work or +a Derivative Work, You must make a reasonable effort under the circumstances to +obtain the express assent of recipients to the terms of this License. Nothing +else but this License (or another written agreement between Licensor and You) +grants You permission to create Derivative Works based upon the Original Work +or to exercise any of the rights granted in Section 1 herein, and any attempt +to do so except under the terms of this License (or another written agreement +between Licensor and You) is expressly prohibited by U.S. copyright law, the +equivalent laws of other countries, and by international treaty. Therefore, by +exercising any of the rights granted to You in Section 1 herein, You indicate +Your acceptance of this License and all of its terms and conditions. + +10) Termination for Patent Action. This License shall terminate automatically +and You may no longer exercise any of the rights granted to You by this License +as of the date You commence an action, including a cross-claim or counterclaim, +against Licensor or any licensee alleging that the Original Work infringes a +patent. This termination provision shall not apply for an action alleging +patent infringement by combinations of the Original Work with other software or +hardware. + +11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this +License may be brought only in the courts of a jurisdiction wherein the +Licensor resides or in which Licensor conducts its primary business, and under +the laws of that jurisdiction excluding its conflict-of-law provisions. The +application of the United Nations Convention on Contracts for the International +Sale of Goods is expressly excluded. Any use of the Original Work outside the +scope of this License or after its termination shall be subject to the +requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et +seq., the equivalent laws of other countries, and international treaty. This +section shall survive the termination of this License. + +12) Attorneys Fees. In any action to enforce the terms of this License or +seeking damages relating thereto, the prevailing party shall be entitled to +recover its costs and expenses, including, without limitation, reasonable +attorneys' fees and costs incurred in connection with such action, including +any appeal of such action. This section shall survive the termination of this +License. + +13) Miscellaneous. This License represents the complete agreement concerning +the subject matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent necessary to +make it enforceable. + +14) Definition of "You" in This License. "You" throughout this License, whether +in upper or lower case, means an individual or a legal entity exercising rights +under, and complying with all of the terms of, this License. For legal +entities, "You" includes any entity that controls, is controlled by, or is +under common control with you. For purposes of this definition, "control" means +(i) the power, direct or indirect, to cause the direction or management of such +entity, whether by contract or otherwise, or (ii) ownership of fifty percent +(50%) or more of the outstanding shares, or (iii) beneficial ownership of such +entity. + +15) Right to Use. You may use the Original Work in all ways not otherwise +restricted or conditioned by this License or by law, and Licensor promises not +to interfere with or be responsible for such uses by You. + +This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. +Permission is hereby granted to copy and distribute this license without +modification. This license may not be modified without the express written +permission of its copyright owner. +``` + +## (BSD-2-Clause OR MIT OR Apache-2.0) License Text + +``` +Apache License, Version 2.0 + +Copyright (c) 2011 Dominic Tarr + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` + +## (BSD-3-Clause OR GPL-2.0) License Text + +``` +You may use the Forge project under the terms of either the BSD License or the +GNU General Public License (GPL) Version 2. + +The BSD License is recommended for most projects. It is simple and easy to +understand and it places almost no restrictions on what you can do with the +Forge project. + +If the GPL suits your project better you are also free to use Forge under +that license. + +You don't have to do anything special to choose one license or the other and +you don't have to notify anyone which license you are using. You are free to +use this project in commercial projects as long as the copyright header is +left intact. + +If you are a commercial entity and use this set of libraries in your +commercial software then reasonable payment to Digital Bazaar, if you can +afford it, is not required but is expected and would be appreciated. If this +library saves you time, then it's saving you money. The cost of developing +the Forge software was on the order of several hundred hours and tens of +thousands of dollars. We are attempting to strike a balance between helping +the development community while not being taken advantage of by lucrative +commercial entities for our efforts. + +------------------------------------------------------------------------------- +New BSD License (3-clause) +Copyright (c) 2010, Digital Bazaar, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Digital Bazaar, Inc. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. +``` + +## (CC-BY-4.0 AND MIT) License Text + +``` +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2022 Fonticons, 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. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** +``` + +## (MIT AND BSD-3-Clause) License Text + +``` +Copyright (c) 2013-2018 sha.js contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright (c) 1998 - 2009, Paul Johnston & Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this +list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +Neither the name of the author nor the names of its contributors may be used to +endorse or promote products derived from this software without specific prior +written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +``` + +## (MIT AND CC-BY-3.0) License Text + +``` +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` + +## (MIT AND Zlib) License Text + +``` +(The MIT License) + +Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +## (MIT OR CC0-1.0) License Text + +``` +Licensed under MIT OR CC0-1.0 + +MIT License full text available at: https://opensource.org/licenses/MIT +CC0 1.0 Universal full text available at: https://creativecommons.org/publicdomain/zero/1.0/legalcode +``` + +## (MIT OR EUPL-1.1+) License Text + +``` +Copyright (c) 2011-2019 Andris Reinman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +## (MIT OR GPL-3.0-or-later) License Text + +``` +JSZip is dual licensed. At your choice you may use it under the MIT license *or* the GPLv3 +license. + +The MIT License +=============== + +Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +GPL version 3 +============= + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS +``` + +## (MIT OR WTFPL) License Text + +``` +The MIT License (MIT) + +Copyright (c) 2018 Lars-Magnus Skog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +## (MPL-2.0 OR Apache-2.0) License Text + +``` +DOMPurify +Copyright 2024 Dr.-Ing. Mario Heiderich, Cure53 + +DOMPurify is free software; you can redistribute it and/or modify it under the +terms of either: + +a) the Apache License Version 2.0, or +b) the Mozilla Public License Version 2.0 + +----------------------------------------------------------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +----------------------------------------------------------------------------- +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. “Contributor” + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. “Contributor Version” + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor’s Contribution. + +1.3. “Contribution” + + means Covered Software of a particular Contributor. + +1.4. “Covered Software” + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. “Incompatible With Secondary Licenses” + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of version + 1.1 or earlier of the License, but not also under the terms of a + Secondary License. + +1.6. “Executable Form” + + means any form of the work other than Source Code Form. + +1.7. “Larger Work” + + means a work that combines Covered Software with other material, in a separate + file or files, that is not Covered Software. + +1.8. “License” + + means this document. + +1.9. “Licensable” + + means having the right to grant, to the maximum extent possible, whether at the + time of the initial grant or subsequently, any and all of the rights conveyed by + this License. + +1.10. “Modifications” + + means any of the following: + + a. any file in Source Code Form that results from an addition to, deletion + from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. “Patent Claims” of a Contributor + + means any patent claim(s), including without limitation, method, process, + and apparatus claims, in any patent Licensable by such Contributor that + would be infringed, but for the grant of the License, by the making, + using, selling, offering for sale, having made, import, or transfer of + either its Contributions or its Contributor Version. + +1.12. “Secondary License” + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. “Source Code Form” + + means the form of the work preferred for making modifications. + +1.14. “You” (or “Your”) + + means an individual or a legal entity exercising rights under this + License. For legal entities, “You” includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, “control” means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or as + part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its Contributions + or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become + effective for each Contribution on the date the Contributor first distributes + such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this + License. No additional rights or licenses will be implied from the distribution + or licensing of Covered Software under this License. Notwithstanding Section + 2.1(b) above, no patent license is granted by a Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party’s + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of its + Contributions. + + This License does not grant any rights in the trademarks, service marks, or + logos of any Contributor (except as may be necessary to comply with the + notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this License + (see Section 10.2) or under the terms of a Secondary License (if permitted + under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions + are its original creation(s) or it has sufficient rights to grant the + rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under applicable + copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under the + terms of this License. You must inform recipients that the Source Code Form + of the Covered Software is governed by the terms of this License, and how + they can obtain a copy of this License. You may not attempt to alter or + restrict the recipients’ rights in the Source Code Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this License, + or sublicense it under different terms, provided that the license for + the Executable Form does not attempt to limit or alter the recipients’ + rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for the + Covered Software. If the Larger Work is a combination of Covered Software + with a work governed by one or more Secondary Licenses, and the Covered + Software is not Incompatible With Secondary Licenses, this License permits + You to additionally distribute such Covered Software under the terms of + such Secondary License(s), so that the recipient of the Larger Work may, at + their option, further distribute the Covered Software under the terms of + either this License or such Secondary License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices (including + copyright notices, patent notices, disclaimers of warranty, or limitations + of liability) contained within the Source Code Form of the Covered + Software, except that You may alter any license notices to the extent + required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on behalf + of any Contributor. You must make it absolutely clear that any such + warranty, support, indemnity, or liability obligation is offered by You + alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, judicial + order, or regulation then You must: (a) comply with the terms of this License + to the maximum extent possible; and (b) describe the limitations and the code + they affect. Such description must be placed in a text file included with all + distributions of the Covered Software under this License. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing basis, + if such Contributor fails to notify You of the non-compliance by some + reasonable means prior to 60 days after You have come back into compliance. + Moreover, Your grants from a particular Contributor are reinstated on an + ongoing basis if such Contributor notifies You of the non-compliance by + some reasonable means, this is the first time You have received notice of + non-compliance with this License from such Contributor, and You become + compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, counter-claims, + and cross-claims) alleging that a Contributor Version directly or + indirectly infringes any patent, then the rights granted to You by any and + all Contributors for the Covered Software under Section 2.1 of this License + shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an “as is” basis, without + warranty of any kind, either expressed, implied, or statutory, including, + without limitation, warranties that the Covered Software is free of defects, + merchantable, fit for a particular purpose or non-infringing. The entire + risk as to the quality and performance of the Covered Software is with You. + Should any Covered Software prove defective in any respect, You (not any + Contributor) assume the cost of any necessary servicing, repair, or + correction. This disclaimer of warranty constitutes an essential part of this + License. No use of any Covered Software is authorized under this License + except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from such + party’s negligence to the extent applicable law prohibits such limitation. + Some jurisdictions do not allow the exclusion or limitation of incidental or + consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts of + a jurisdiction where the defendant maintains its principal place of business + and such litigation shall be governed by laws of that jurisdiction, without + reference to its conflict-of-law provisions. Nothing in this Section shall + prevent a party’s ability to bring cross-claims or counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject matter + hereof. If any provision of this License is held to be unenforceable, such + provision shall be reformed only to the extent necessary to make it + enforceable. Any law or regulation which provides that the language of a + contract shall be construed against the drafter shall not be used to construe + this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of + the License under which You originally received the Covered Software, or + under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a modified + version of this License if you rename the license and remove any + references to the name of the license steward (except to note that such + modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With + Secondary Licenses under the terms of this version of the License, the + notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then +You may include the notice in a location (such as a LICENSE file in a relevant +directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - “Incompatible With Secondary Licenses” Notice + + This Source Code Form is “Incompatible + With Secondary Licenses”, as defined by + the Mozilla Public License, v. 2.0. +``` + +## 0BSD License Text + +``` +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +``` + +## Apache* License Text + +``` +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2025 Browserbase + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +``` + +## Apache-2.0 License Text + +``` +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +``` + +## BSD License Text + +``` +Copyright (c) 2010-2011 Konstantin Käfer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +## BSD* License Text + +``` +Copyright (c) 2013, Michael Williamson +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +``` + +## BSD-2-Clause License Text + +``` +Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +``` + +## BSD-3-Clause License Text + +``` +Copyright (c) 2011-2020, Sideway Inc, and project contributors +Copyright (c) 2011-2014, Walmart +Copyright (c) 2011, Yahoo Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* The names of any contributors may not be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS OFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +``` + +## BlueOak-1.0.0 License Text + +``` +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** +``` + +## CC-BY-3.0 License Text + +``` +Creative Commons Attribution 3.0 Unported License + +Full license text available at: https://creativecommons.org/licenses/by/3.0/legalcode +``` + +## CC-BY-4.0 License Text + +``` +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. +``` + +## CC0-1.0 License Text + +``` +CC0 1.0 Universal + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. + +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see + +``` + +## Custom: http://en.wikipedia.org/wiki/Uuencoding License Text + +``` +Custom license. See: http://en.wikipedia.org/wiki/Uuencoding +``` + +## Custom: https://github.com/colinhacks/zod License Text + +``` +Custom license. See: https://github.com/colinhacks/zod +``` + +## Custom: https://github.com/dominictarr/event-stream License Text + +``` +Copyright (c) 2011 Dominic Tarr + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` + +## Custom: https://img.shields.io/npm/dw/ License Text + +``` +Custom license. See: https://img.shields.io/npm/dw/ +``` + +## ISC License Text + +``` +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +``` + +## LGPL-3.0-or-later License Text + +``` +GNU Lesser General Public License v3.0 or later + +Full license text available at: https://www.gnu.org/licenses/lgpl-3.0.html +``` + +## MIT License Text + +``` +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +## MIT OR Apache-2.0 License Text + +``` +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright (c) 2023 Biome Developers and Contributors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` + +## MIT* License Text + +``` +MIT License + +Copyright (c) 2019 Erik Engervall (erik.engervall@gmail.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. +``` + +## MIT,Apache2 License Text + +``` +Dual Licensed MIT and Apache 2 + +The MIT License + +Copyright (c) 2013 Dominic Tarr + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + ----------------------------------------------------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright (c) 2013 Dominic Tarr + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +``` + +## MIT-0 License Text + +``` +MIT No Attribution (MIT-0) + +Copyright © CSSTools 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. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +## MPL-2.0 License Text + +``` +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. "Contributor" + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. "Contributor Version" + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the terms of + a Secondary License. + +1.6. "Executable Form" + + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + + means a work that combines Covered Software with other material, in a + separate file or files, that is not Covered Software. + +1.8. "License" + + means this document. + +1.9. "Licensable" + + means having the right to grant, to the maximum extent possible, whether + at the time of the initial grant or subsequently, any and all of the + rights conveyed by this License. + +1.10. "Modifications" + + means any of the following: + + a. any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. "Patent Claims" of a Contributor + + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the License, + by the making, using, selling, offering for sale, having made, import, + or transfer of either its Contributions or its Contributor Version. + +1.12. "Secondary License" + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. "Source Code Form" + + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, "control" means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution + become effective for each Contribution on the date the Contributor first + distributes such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under + this License. No additional rights or licenses will be implied from the + distribution or licensing of Covered Software under this License. + Notwithstanding Section 2.1(b) above, no patent license is granted by a + Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of + its Contributions. + + This License does not grant any rights in the trademarks, service marks, + or logos of any Contributor (except as may be necessary to comply with + the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this + License (see Section 10.2) or under the terms of a Secondary License (if + permitted under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its + Contributions are its original creation(s) or it has sufficient rights to + grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under + applicable copyright doctrines of fair use, fair dealing, or other + equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under + the terms of this License. You must inform recipients that the Source + Code Form of the Covered Software is governed by the terms of this + License, and how they can obtain a copy of this License. You may not + attempt to alter or restrict the recipients' rights in the Source Code + Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter the + recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for + the Covered Software. If the Larger Work is a combination of Covered + Software with a work governed by one or more Secondary Licenses, and the + Covered Software is not Incompatible With Secondary Licenses, this + License permits You to additionally distribute such Covered Software + under the terms of such Secondary License(s), so that the recipient of + the Larger Work may, at their option, further distribute the Covered + Software under the terms of either this License or such Secondary + License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices + (including copyright notices, patent notices, disclaimers of warranty, or + limitations of liability) contained within the Source Code Form of the + Covered Software, except that You may alter any license notices to the + extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on + behalf of any Contributor. You must make it absolutely clear that any + such warranty, support, indemnity, or liability obligation is offered by + You alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, + judicial order, or regulation then You must: (a) comply with the terms of + this License to the maximum extent possible; and (b) describe the + limitations and the code they affect. Such description must be placed in a + text file included with all distributions of the Covered Software under + this License. Except to the extent prohibited by statute or regulation, + such description must be sufficiently detailed for a recipient of ordinary + skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing + basis, if such Contributor fails to notify You of the non-compliance by + some reasonable means prior to 60 days after You have come back into + compliance. Moreover, Your grants from a particular Contributor are + reinstated on an ongoing basis if such Contributor notifies You of the + non-compliance by some reasonable means, this is the first time You have + received notice of non-compliance with this License from such + Contributor, and You become compliant prior to 30 days after Your receipt + of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, + counter-claims, and cross-claims) alleging that a Contributor Version + directly or indirectly infringes any patent, then the rights granted to + You by any and all Contributors for the Covered Software under Section + 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, + without warranty of any kind, either expressed, implied, or statutory, + including, without limitation, warranties that the Covered Software is free + of defects, merchantable, fit for a particular purpose or non-infringing. + The entire risk as to the quality and performance of the Covered Software + is with You. Should any Covered Software prove defective in any respect, + You (not any Contributor) assume the cost of any necessary servicing, + repair, or correction. This disclaimer of warranty constitutes an essential + part of this License. No use of any Covered Software is authorized under + this License except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from + such party's negligence to the extent applicable law prohibits such + limitation. Some jurisdictions do not allow the exclusion or limitation of + incidental or consequential damages, so this exclusion and limitation may + not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts + of a jurisdiction where the defendant maintains its principal place of + business and such litigation shall be governed by laws of that + jurisdiction, without reference to its conflict-of-law provisions. Nothing + in this Section shall prevent a party's ability to bring cross-claims or + counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. Any law or regulation which provides that + the language of a contract shall be construed against the drafter shall not + be used to construe this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version + of the License under which You originally received the Covered Software, + or under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a + modified version of this License if you rename the license and remove + any references to the name of the license steward (except to note that + such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary + Licenses If You choose to distribute Source Code Form that is + Incompatible With Secondary Licenses under the terms of this version of + the License, the notice described in Exhibit B of this License must be + attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, +then You may include the notice in a location (such as a LICENSE file in a +relevant directory) where a recipient would be likely to look for such a +notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible + With Secondary Licenses", as defined by + the Mozilla Public License, v. 2.0. +``` + +## PSF License Text + +``` +Python Software Foundation License + +Full license text available at: https://docs.python.org/3/license.html +``` + +## UNKNOWN License Text + +``` +License information not available for the following packages: +- dreamopt 0.8.0 + +Please check individual package repositories for license details. +``` + +## Unlicense License Text + +``` +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to +``` -For the complete list of third-party licenses, please refer to the production build.