Bundled license information:

chokidar/esm/index.js:
  /*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */

xmlchars/xml/1.0/ed5.js:
  /**
   * Character classes and associated utilities for the 5th edition of XML 1.0.
   *
   * @author Louis-Dominique Dubeau
   * @license MIT
   * @copyright Louis-Dominique Dubeau
   */

xmlchars/xml/1.1/ed2.js:
  /**
   * Character classes and associated utilities for the 2nd edition of XML 1.1.
   *
   * @author Louis-Dominique Dubeau
   * @license MIT
   * @copyright Louis-Dominique Dubeau
   */

xmlchars/xmlns/1.0/ed3.js:
  /**
   * Character class utilities for XML NS 1.0 edition 3.
   *
   * @author Louis-Dominique Dubeau
   * @license MIT
   * @copyright Louis-Dominique Dubeau
   */

normalize-path/index.js:
  /*!
   * normalize-path <https://github.com/jonschlinkert/normalize-path>
   *
   * Copyright (c) 2014-2018, Jon Schlinkert.
   * Released under the MIT License.
   */

archiver/lib/error.js:
archiver/lib/core.js:
  /**
   * Archiver Core
   *
   * @ignore
   * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
   * @copyright (c) 2012-2014 Chris Talkington, contributors.
   */

crc-32/crc32.js:
  /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */

zip-stream/index.js:
  /**
   * ZipStream
   *
   * @ignore
   * @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
   * @copyright (c) 2014 Chris Talkington, contributors.
   */

archiver/lib/plugins/zip.js:
  /**
   * ZIP Format Plugin
   *
   * @module plugins/zip
   * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
   * @copyright (c) 2012-2014 Chris Talkington, contributors.
   */

safe-buffer/index.js:
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

archiver/lib/plugins/tar.js:
  /**
   * TAR Format Plugin
   *
   * @module plugins/tar
   * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
   * @copyright (c) 2012-2014 Chris Talkington, contributors.
   */

archiver/lib/plugins/json.js:
  /**
   * JSON Format Plugin
   *
   * @module plugins/json
   * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
   * @copyright (c) 2012-2014 Chris Talkington, contributors.
   */

archiver/index.js:
  /**
   * Archiver Vending
   *
   * @ignore
   * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
   * @copyright (c) 2012-2014 Chris Talkington, contributors.
   */

tmp/lib/tmp.js:
  /*!
   * Tmp
   *
   * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
   *
   * MIT Licensed
   */

@posthog/core/dist/vendor/uuidv7.mjs:
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
  /**
   * uuidv7: An experimental implementation of the proposed UUID Version 7
   *
   * @license Apache-2.0
   * @copyright 2021-2023 LiosK
   * @packageDocumentation
   */

js-yaml/dist/js-yaml.mjs:
  /*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */

aws4fetch/dist/aws4fetch.esm.mjs:
  /**
   * @license MIT <https://opensource.org/licenses/MIT>
   * @copyright Michael Hart 2024
   */

undici/lib/web/fetch/body.js:
formdata-polyfill/esm.min.js:
  /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */

undici/lib/web/websocket/frame.js:
  /*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */

@grpc/proto-loader/build/src/util.js:
@grpc/proto-loader/build/src/index.js:
  /**
   * @license
   * Copyright 2018 gRPC authors.
   *
   * 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.
   *
   */

long/umd/index.js:
  /**
   * @license
   * Copyright 2009 The Closure Library Authors
   * Copyright 2020 Daniel Wirtz / The long.js Authors.
   *
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   *
   *     http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   *
   * SPDX-License-Identifier: Apache-2.0
   */

mime-db/index.js:
  /*!
   * mime-db
   * Copyright(c) 2014 Jonathan Ong
   * Copyright(c) 2015-2022 Douglas Christopher Wilson
   * MIT Licensed
   */

mime-types/index.js:
  /*!
   * mime-types
   * Copyright(c) 2014 Jonathan Ong
   * Copyright(c) 2015 Douglas Christopher Wilson
   * MIT Licensed
   */

web-streams-polyfill/dist/ponyfill.mjs:
  /**
   * @license
   * web-streams-polyfill v4.0.0-beta.3
   * Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
   * This code is released under the MIT license.
   * SPDX-License-Identifier: MIT
   */

formdata-node/lib/esm/blobHelpers.js:
formdata-node/lib/esm/Blob.js:
  /*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */

humanize-ms/index.js:
  /*!
   * humanize-ms - index.js
   * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
   * MIT Licensed
   */

node-domexception/index.js:
  /*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */

web-streams-polyfill/dist/ponyfill.es2018.js:
  /**
   * @license
   * web-streams-polyfill v3.3.3
   * Copyright 2024 Mattias Buelens, Diwank Singh Tomer and other contributors.
   * This code is released under the MIT license.
   * SPDX-License-Identifier: MIT
   */

fetch-blob/index.js:
  /*! fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */

gtoken/build/cjs/src/index.cjs:
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */

@google/genai/dist/node/index.mjs:
  /**
   * @license
   * Copyright 2025 Google LLC
   * SPDX-License-Identifier: Apache-2.0
   */

@azure/msal-node/dist/cache/serializer/Serializer.mjs:
@azure/msal-node/dist/cache/serializer/Deserializer.mjs:
@azure/msal-node/dist/internals.mjs:
@azure/msal-node/dist/utils/Constants.mjs:
@azure/msal-node/dist/utils/NetworkUtils.mjs:
@azure/msal-node/dist/packageMetadata.mjs:
@azure/msal-node/dist/network/HttpClient.mjs:
@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs:
@azure/msal-node/dist/error/ManagedIdentityError.mjs:
@azure/msal-node/dist/config/ManagedIdentityId.mjs:
@azure/msal-node/dist/error/NodeAuthError.mjs:
@azure/msal-node/dist/config/Configuration.mjs:
@azure/msal-node/dist/crypto/GuidGenerator.mjs:
@azure/msal-node/dist/utils/EncodingUtils.mjs:
@azure/msal-node/dist/crypto/HashUtils.mjs:
@azure/msal-node/dist/crypto/PkceGenerator.mjs:
@azure/msal-node/dist/crypto/CryptoProvider.mjs:
@azure/msal-node/dist/cache/CacheHelpers.mjs:
@azure/msal-node/dist/cache/NodeStorage.mjs:
@azure/msal-node/dist/cache/TokenCache.mjs:
@azure/msal-node/dist/client/ClientAssertion.mjs:
@azure/msal-node/dist/client/UsernamePasswordClient.mjs:
@azure/msal-node/dist/protocol/Authorize.mjs:
@azure/msal-node/dist/client/ClientApplication.mjs:
@azure/msal-node/dist/network/LoopbackClient.mjs:
@azure/msal-node/dist/client/DeviceCodeClient.mjs:
@azure/msal-node/dist/client/PublicClientApplication.mjs:
@azure/msal-node/dist/client/ClientCredentialClient.mjs:
@azure/msal-node/dist/client/OnBehalfOfClient.mjs:
@azure/msal-node/dist/client/ConfidentialClientApplication.mjs:
@azure/msal-node/dist/utils/TimeUtils.mjs:
@azure/msal-node/dist/network/HttpClientWithRetries.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs:
@azure/msal-node/dist/retry/LinearRetryStrategy.mjs:
@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs:
@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs:
@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs:
@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs:
@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs:
@azure/msal-node/dist/client/ManagedIdentityClient.mjs:
@azure/msal-node/dist/client/ManagedIdentityApplication.mjs:
@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs:
@azure/msal-node/dist/index.mjs:
  /*! @azure/msal-node v3.8.6 2026-01-17 */

@azure/msal-common/dist/utils/Constants.mjs:
@azure/msal-common/dist/error/AuthErrorCodes.mjs:
@azure/msal-common/dist/error/AuthError.mjs:
@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs:
@azure/msal-common/dist/error/ClientAuthError.mjs:
@azure/msal-common/dist/crypto/ICrypto.mjs:
@azure/msal-common/dist/logger/Logger.mjs:
@azure/msal-common/dist/packageMetadata.mjs:
@azure/msal-common/dist/authority/AuthorityOptions.mjs:
@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs:
@azure/msal-common/dist/error/ClientConfigurationError.mjs:
@azure/msal-common/dist/utils/StringUtils.mjs:
@azure/msal-common/dist/request/ScopeSet.mjs:
@azure/msal-common/dist/account/ClientInfo.mjs:
@azure/msal-common/dist/account/AccountInfo.mjs:
@azure/msal-common/dist/authority/AuthorityType.mjs:
@azure/msal-common/dist/account/TokenClaims.mjs:
@azure/msal-common/dist/authority/ProtocolMode.mjs:
@azure/msal-common/dist/cache/entities/AccountEntity.mjs:
@azure/msal-common/dist/account/AuthToken.mjs:
@azure/msal-common/dist/utils/UrlUtils.mjs:
@azure/msal-common/dist/url/UrlString.mjs:
@azure/msal-common/dist/authority/AuthorityMetadata.mjs:
@azure/msal-common/dist/error/CacheErrorCodes.mjs:
@azure/msal-common/dist/error/CacheError.mjs:
@azure/msal-common/dist/cache/CacheManager.mjs:
@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs:
@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs:
@azure/msal-common/dist/config/ClientConfiguration.mjs:
@azure/msal-common/dist/account/CcsCredential.mjs:
@azure/msal-common/dist/constants/AADServerParamKeys.mjs:
@azure/msal-common/dist/request/RequestParameterBuilder.mjs:
@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs:
@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs:
@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs:
@azure/msal-common/dist/utils/FunctionWrappers.mjs:
@azure/msal-common/dist/authority/RegionDiscovery.mjs:
@azure/msal-common/dist/utils/TimeUtils.mjs:
@azure/msal-common/dist/cache/utils/CacheHelpers.mjs:
@azure/msal-common/dist/authority/Authority.mjs:
@azure/msal-common/dist/authority/AuthorityFactory.mjs:
@azure/msal-common/dist/error/ServerError.mjs:
@azure/msal-common/dist/network/RequestThumbprint.mjs:
@azure/msal-common/dist/network/ThrottlingUtils.mjs:
@azure/msal-common/dist/error/NetworkError.mjs:
@azure/msal-common/dist/client/BaseClient.mjs:
@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs:
@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs:
@azure/msal-common/dist/utils/ProtocolUtils.mjs:
@azure/msal-common/dist/crypto/PopTokenGenerator.mjs:
@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs:
@azure/msal-common/dist/response/ResponseHandler.mjs:
@azure/msal-common/dist/utils/ClientAssertionUtils.mjs:
@azure/msal-common/dist/client/AuthorizationCodeClient.mjs:
@azure/msal-common/dist/client/RefreshTokenClient.mjs:
@azure/msal-common/dist/client/SilentFlowClient.mjs:
@azure/msal-common/dist/protocol/Authorize.mjs:
@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs:
@azure/msal-common/dist/index-node.mjs:
@azure/msal-common/dist/index.mjs:
  /*! @azure/msal-common v15.14.1 2026-01-17 */

voca/index.js:
  /*! 
   * Voca string library 1.4.1
   * https://vocajs.pages.dev
   *
   * Copyright Dmitri Pavlutin and other contributors
   * Released under the MIT license
   */

axios/dist/node/axios.cjs:
  /*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors */

node-rsa/src/NodeRSA.js:
  /*!
   * RSA library for Node.js
   *
   * Author: rzcoder
   * License MIT
   */

shallow-clone/index.js:
  /*!
   * shallow-clone <https://github.com/jonschlinkert/shallow-clone>
   *
   * Copyright (c) 2015-present, Jon Schlinkert.
   * Released under the MIT License.
   */

isobject/index.js:
  /*!
   * isobject <https://github.com/jonschlinkert/isobject>
   *
   * Copyright (c) 2014-2017, Jon Schlinkert.
   * Released under the MIT License.
   */

is-plain-object/index.js:
  /*!
   * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
   *
   * Copyright (c) 2014-2017, Jon Schlinkert.
   * Released under the MIT License.
   */

is-extglob/index.js:
  /*!
   * is-extglob <https://github.com/jonschlinkert/is-extglob>
   *
   * Copyright (c) 2014-2016, Jon Schlinkert.
   * Licensed under the MIT License.
   */

is-glob/index.js:
  /*!
   * is-glob <https://github.com/jonschlinkert/is-glob>
   *
   * Copyright (c) 2014-2017, Jon Schlinkert.
   * Released under the MIT License.
   */

is-number/index.js:
  /*!
   * is-number <https://github.com/jonschlinkert/is-number>
   *
   * Copyright (c) 2014-present, Jon Schlinkert.
   * Released under the MIT License.
   */

to-regex-range/index.js:
  /*!
   * to-regex-range <https://github.com/micromatch/to-regex-range>
   *
   * Copyright (c) 2015-present, Jon Schlinkert.
   * Released under the MIT License.
   */

fill-range/index.js:
  /*!
   * fill-range <https://github.com/jonschlinkert/fill-range>
   *
   * Copyright (c) 2014-present, Jon Schlinkert.
   * Licensed under the MIT License.
   */

queue-microtask/index.js:
  /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

run-parallel/index.js:
  /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

lighthouse-logger/index.js:
  /**
   * @license
   * Copyright 2016 Google LLC
   * SPDX-License-Identifier: Apache-2.0
   */

chrome-launcher/dist/utils.js:
chrome-launcher/dist/flags.js:
  /**
   * @license Copyright 2017 Google Inc. All Rights Reserved.
   * 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.
   */

chrome-launcher/dist/chrome-finder.js:
chrome-launcher/dist/random-port.js:
chrome-launcher/dist/chrome-launcher.js:
  /**
   * @license Copyright 2016 Google Inc. All Rights Reserved.
   * 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.
   */

puppeteer-core/lib/esm/puppeteer/util/disposable.js:
puppeteer-core/lib/esm/puppeteer/api/ElementHandleSymbol.js:
puppeteer-core/lib/esm/puppeteer/util/Function.js:
puppeteer-core/lib/esm/puppeteer/common/HandleIterator.js:
puppeteer-core/lib/esm/puppeteer/common/QueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/CSSQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/CustomQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/PierceQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/PQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/PSelectorParser.js:
puppeteer-core/lib/esm/puppeteer/common/TextQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/XPathQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/GetQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/util/decorators.js:
puppeteer-core/lib/esm/puppeteer/api/JSHandle.js:
puppeteer-core/lib/esm/puppeteer/api/ElementHandle.js:
puppeteer-core/lib/esm/puppeteer/api/Frame.js:
puppeteer-core/lib/esm/puppeteer/api/HTTPResponse.js:
puppeteer-core/lib/esm/puppeteer/api/Realm.js:
puppeteer-core/lib/esm/puppeteer/api/Target.js:
puppeteer-core/lib/esm/puppeteer/common/CallbackRegistry.js:
puppeteer-core/lib/esm/puppeteer/cdp/FrameManagerEvents.js:
puppeteer-core/lib/esm/puppeteer/cdp/cdp.js:
puppeteer-core/lib/esm/puppeteer/bidi/BidiOverCdp.js:
puppeteer-core/lib/esm/puppeteer/bidi/Deserializer.js:
puppeteer-core/lib/esm/puppeteer/bidi/JSHandle.js:
puppeteer-core/lib/esm/puppeteer/bidi/ElementHandle.js:
puppeteer-core/lib/esm/puppeteer/bidi/ExposedFunction.js:
puppeteer-core/lib/esm/puppeteer/bidi/Serializer.js:
puppeteer-core/lib/esm/puppeteer/bidi/util.js:
puppeteer-core/lib/esm/puppeteer/bidi/Frame.js:
puppeteer-core/lib/esm/puppeteer/bidi/Target.js:
puppeteer-core/lib/esm/puppeteer/bidi/BrowserConnector.js:
puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js:
@puppeteer/browsers/lib/esm/browser-data/types.js:
@puppeteer/browsers/lib/esm/httpUtil.js:
@puppeteer/browsers/lib/esm/browser-data/chrome.js:
@puppeteer/browsers/lib/esm/browser-data/chrome-headless-shell.js:
@puppeteer/browsers/lib/esm/browser-data/chromedriver.js:
@puppeteer/browsers/lib/esm/browser-data/chromium.js:
@puppeteer/browsers/lib/esm/browser-data/firefox.js:
@puppeteer/browsers/lib/esm/browser-data/browser-data.js:
@puppeteer/browsers/lib/esm/detectPlatform.js:
@puppeteer/browsers/lib/esm/Cache.js:
@puppeteer/browsers/lib/esm/debug.js:
@puppeteer/browsers/lib/esm/launch.js:
@puppeteer/browsers/lib/esm/fileUtil.js:
@puppeteer/browsers/lib/esm/CLI.js:
@puppeteer/browsers/lib/esm/main.js:
puppeteer-core/lib/esm/puppeteer/node/util/fs.js:
puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:
puppeteer-core/lib/esm/puppeteer/node/FirefoxLauncher.js:
puppeteer-core/lib/esm/puppeteer/node/ScreenRecorder.js:
puppeteer-core/lib/cjs/puppeteer/util/disposable.js:
puppeteer-core/lib/cjs/puppeteer/api/ElementHandleSymbol.js:
puppeteer-core/lib/cjs/puppeteer/util/Function.js:
puppeteer-core/lib/cjs/puppeteer/common/HandleIterator.js:
puppeteer-core/lib/cjs/puppeteer/common/QueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/CSSQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/CustomQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/PierceQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/PQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/PSelectorParser.js:
puppeteer-core/lib/cjs/puppeteer/common/TextQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/XPathQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/GetQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/util/decorators.js:
puppeteer-core/lib/cjs/puppeteer/api/JSHandle.js:
puppeteer-core/lib/cjs/puppeteer/api/ElementHandle.js:
puppeteer-core/lib/cjs/puppeteer/api/Frame.js:
puppeteer-core/lib/cjs/puppeteer/api/HTTPResponse.js:
puppeteer-core/lib/cjs/puppeteer/api/Realm.js:
puppeteer-core/lib/cjs/puppeteer/api/Target.js:
puppeteer-core/lib/cjs/puppeteer/common/CallbackRegistry.js:
puppeteer-core/lib/cjs/puppeteer/cdp/FrameManagerEvents.js:
puppeteer-core/lib/cjs/puppeteer/cdp/cdp.js:
puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Deserializer.js:
puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js:
puppeteer-core/lib/cjs/puppeteer/bidi/ElementHandle.js:
puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js:
puppeteer-core/lib/cjs/puppeteer/bidi/util.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Target.js:
puppeteer-core/lib/cjs/puppeteer/bidi/BrowserConnector.js:
puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js:
@puppeteer/browsers/lib/cjs/browser-data/types.js:
@puppeteer/browsers/lib/cjs/httpUtil.js:
@puppeteer/browsers/lib/cjs/browser-data/chrome.js:
@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.js:
@puppeteer/browsers/lib/cjs/browser-data/chromedriver.js:
@puppeteer/browsers/lib/cjs/browser-data/chromium.js:
@puppeteer/browsers/lib/cjs/browser-data/firefox.js:
@puppeteer/browsers/lib/cjs/browser-data/browser-data.js:
@puppeteer/browsers/lib/cjs/detectPlatform.js:
@puppeteer/browsers/lib/cjs/Cache.js:
@puppeteer/browsers/lib/cjs/debug.js:
@puppeteer/browsers/lib/cjs/launch.js:
@puppeteer/browsers/lib/cjs/fileUtil.js:
@puppeteer/browsers/lib/cjs/CLI.js:
@puppeteer/browsers/lib/cjs/main.js:
puppeteer-core/lib/cjs/puppeteer/node/util/fs.js:
puppeteer-core/lib/cjs/puppeteer/node/ChromeLauncher.js:
puppeteer-core/lib/cjs/puppeteer/node/FirefoxLauncher.js:
puppeteer-core/lib/cjs/puppeteer/node/ScreenRecorder.js:
@puppeteer/browsers/lib/cjs/browser-data/types.js:
@puppeteer/browsers/lib/cjs/httpUtil.js:
@puppeteer/browsers/lib/cjs/browser-data/chrome.js:
@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.js:
@puppeteer/browsers/lib/cjs/browser-data/chromedriver.js:
@puppeteer/browsers/lib/cjs/browser-data/chromium.js:
@puppeteer/browsers/lib/cjs/browser-data/firefox.js:
@puppeteer/browsers/lib/cjs/browser-data/browser-data.js:
@puppeteer/browsers/lib/cjs/detectPlatform.js:
@puppeteer/browsers/lib/cjs/Cache.js:
@puppeteer/browsers/lib/cjs/debug.js:
@puppeteer/browsers/lib/cjs/launch.js:
@puppeteer/browsers/lib/cjs/fileUtil.js:
@puppeteer/browsers/lib/cjs/CLI.js:
@puppeteer/browsers/lib/cjs/main.js:
  /**
   * @license
   * Copyright 2023 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js:
puppeteer-core/lib/esm/puppeteer/util/ErrorLike.js:
puppeteer-core/lib/esm/puppeteer/common/LazyArg.js:
puppeteer-core/lib/esm/puppeteer/common/WaitTask.js:
puppeteer-core/lib/esm/puppeteer/api/api.js:
puppeteer-core/lib/esm/puppeteer/common/NetworkManagerEvents.js:
puppeteer-core/lib/esm/puppeteer/cdp/FirefoxTargetManager.js:
puppeteer-core/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js:
puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorlds.js:
puppeteer-core/lib/esm/puppeteer/cdp/FrameTree.js:
puppeteer-core/lib/esm/puppeteer/cdp/NetworkEventManager.js:
puppeteer-core/lib/esm/puppeteer/cdp/ChromeTargetManager.js:
puppeteer-core/lib/esm/puppeteer/cdp/TargetManager.js:
puppeteer-core/lib/esm/puppeteer/bidi/Page.js:
puppeteer-core/lib/esm/puppeteer/bidi/BrowserContext.js:
puppeteer-core/lib/esm/puppeteer/bidi/Browser.js:
puppeteer-core/lib/esm/puppeteer/bidi/bidi.js:
puppeteer-core/lib/esm/puppeteer/common/common.js:
puppeteer-core/lib/esm/puppeteer/util/util.js:
puppeteer-core/lib/esm/puppeteer/node/node.js:
puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js:
puppeteer-core/lib/cjs/puppeteer/util/ErrorLike.js:
puppeteer-core/lib/cjs/puppeteer/common/LazyArg.js:
puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:
puppeteer-core/lib/cjs/puppeteer/api/api.js:
puppeteer-core/lib/cjs/puppeteer/common/NetworkManagerEvents.js:
puppeteer-core/lib/cjs/puppeteer/cdp/FirefoxTargetManager.js:
puppeteer-core/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.js:
puppeteer-core/lib/cjs/puppeteer/cdp/IsolatedWorlds.js:
puppeteer-core/lib/cjs/puppeteer/cdp/FrameTree.js:
puppeteer-core/lib/cjs/puppeteer/cdp/NetworkEventManager.js:
puppeteer-core/lib/cjs/puppeteer/cdp/ChromeTargetManager.js:
puppeteer-core/lib/cjs/puppeteer/cdp/TargetManager.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Page.js:
puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Browser.js:
puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js:
puppeteer-core/lib/cjs/puppeteer/common/common.js:
puppeteer-core/lib/cjs/puppeteer/util/util.js:
puppeteer-core/lib/cjs/puppeteer/node/node.js:
  /**
   * @license
   * Copyright 2022 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/environment.js:
puppeteer-core/lib/esm/puppeteer/util/assert.js:
puppeteer-core/lib/esm/puppeteer/common/Debug.js:
puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js:
puppeteer-core/lib/esm/puppeteer/cdp/AriaQueryHandler.js:
puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.js:
puppeteer-core/lib/esm/puppeteer/common/FileChooser.js:
puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.js:
puppeteer-core/lib/esm/puppeteer/cdp/BrowserConnector.js:
puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js:
puppeteer-core/lib/esm/puppeteer/revisions.js:
puppeteer-core/lib/esm/puppeteer/node/PuppeteerNode.js:
puppeteer-core/lib/cjs/puppeteer/environment.js:
puppeteer-core/lib/cjs/puppeteer/util/assert.js:
puppeteer-core/lib/cjs/puppeteer/common/Debug.js:
puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.js:
puppeteer-core/lib/cjs/puppeteer/cdp/AriaQueryHandler.js:
puppeteer-core/lib/cjs/puppeteer/common/ConsoleMessage.js:
puppeteer-core/lib/cjs/puppeteer/common/FileChooser.js:
puppeteer-core/lib/cjs/puppeteer/common/SecurityDetails.js:
puppeteer-core/lib/cjs/puppeteer/cdp/BrowserConnector.js:
puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.js:
puppeteer-core/lib/cjs/puppeteer/revisions.js:
puppeteer-core/lib/cjs/puppeteer/node/PuppeteerNode.js:
  /**
   * @license
   * Copyright 2020 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/util/encoding.js:
puppeteer-core/lib/esm/puppeteer/util/Deferred.js:
puppeteer-core/lib/esm/puppeteer/util/Mutex.js:
puppeteer-core/lib/esm/puppeteer/common/ScriptInjector.js:
puppeteer-core/lib/esm/puppeteer/util/incremental-id-generator.js:
puppeteer-core/lib/esm/puppeteer/cdp/Binding.js:
puppeteer-core/lib/esm/puppeteer/cdp/CdpPreloadScript.js:
puppeteer-core/lib/esm/puppeteer/cdp/BrowserContext.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/Navigation.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/Realm.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/Request.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/UserPrompt.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/BrowsingContext.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/UserContext.js:
puppeteer-core/lib/esm/puppeteer/bidi/WebWorker.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/Browser.js:
puppeteer-core/lib/esm/puppeteer/bidi/core/Session.js:
puppeteer-core/lib/cjs/puppeteer/util/encoding.js:
puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:
puppeteer-core/lib/cjs/puppeteer/util/Mutex.js:
puppeteer-core/lib/cjs/puppeteer/common/ScriptInjector.js:
puppeteer-core/lib/cjs/puppeteer/util/incremental-id-generator.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Binding.js:
puppeteer-core/lib/cjs/puppeteer/cdp/CdpPreloadScript.js:
puppeteer-core/lib/cjs/puppeteer/cdp/BrowserContext.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/Navigation.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/Realm.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/Request.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/UserPrompt.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/BrowsingContext.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/UserContext.js:
puppeteer-core/lib/cjs/puppeteer/bidi/WebWorker.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/Browser.js:
puppeteer-core/lib/cjs/puppeteer/bidi/core/Session.js:
  /**
   * @license
   * Copyright 2024 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/common/Errors.js:
puppeteer-core/lib/esm/puppeteer/api/WebWorker.js:
puppeteer-core/lib/esm/puppeteer/cdp/Accessibility.js:
puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.js:
puppeteer-core/lib/cjs/puppeteer/common/Errors.js:
puppeteer-core/lib/cjs/puppeteer/api/WebWorker.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Accessibility.js:
puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.js:
  /**
   * @license
   * Copyright 2018 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/common/util.js:
puppeteer-core/lib/esm/puppeteer/api/BrowserContext.js:
puppeteer-core/lib/esm/puppeteer/api/Dialog.js:
puppeteer-core/lib/esm/puppeteer/api/Input.js:
puppeteer-core/lib/esm/puppeteer/api/Page.js:
puppeteer-core/lib/esm/puppeteer/cdp/CDPSession.js:
puppeteer-core/lib/esm/puppeteer/cdp/Connection.js:
puppeteer-core/lib/esm/puppeteer/cdp/Coverage.js:
puppeteer-core/lib/esm/puppeteer/cdp/Dialog.js:
puppeteer-core/lib/esm/puppeteer/cdp/utils.js:
puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:
puppeteer-core/lib/esm/puppeteer/cdp/Frame.js:
puppeteer-core/lib/esm/puppeteer/cdp/NetworkManager.js:
puppeteer-core/lib/esm/puppeteer/cdp/FrameManager.js:
puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js:
puppeteer-core/lib/esm/puppeteer/cdp/Input.js:
puppeteer-core/lib/esm/puppeteer/cdp/Page.js:
puppeteer-core/lib/esm/puppeteer/cdp/Browser.js:
puppeteer-core/lib/esm/puppeteer/common/Device.js:
puppeteer-core/lib/esm/puppeteer/bidi/Connection.js:
puppeteer-core/lib/esm/puppeteer/bidi/Dialog.js:
puppeteer-core/lib/esm/puppeteer/bidi/Input.js:
puppeteer-core/lib/esm/puppeteer/common/Puppeteer.js:
puppeteer-core/lib/esm/puppeteer/index-browser.js:
@puppeteer/browsers/lib/esm/install.js:
puppeteer-core/lib/esm/puppeteer/node/BrowserLauncher.js:
puppeteer-core/lib/esm/puppeteer/index.js:
puppeteer-core/lib/esm/puppeteer/puppeteer-core.js:
puppeteer-core/lib/cjs/puppeteer/common/util.js:
puppeteer-core/lib/cjs/puppeteer/api/BrowserContext.js:
puppeteer-core/lib/cjs/puppeteer/api/Dialog.js:
puppeteer-core/lib/cjs/puppeteer/api/Input.js:
puppeteer-core/lib/cjs/puppeteer/api/Page.js:
puppeteer-core/lib/cjs/puppeteer/cdp/CDPSession.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Connection.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Coverage.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Dialog.js:
puppeteer-core/lib/cjs/puppeteer/cdp/utils.js:
puppeteer-core/lib/cjs/puppeteer/cdp/ExecutionContext.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Frame.js:
puppeteer-core/lib/cjs/puppeteer/cdp/NetworkManager.js:
puppeteer-core/lib/cjs/puppeteer/cdp/FrameManager.js:
puppeteer-core/lib/cjs/puppeteer/common/USKeyboardLayout.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Input.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Page.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Browser.js:
puppeteer-core/lib/cjs/puppeteer/common/Device.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js:
puppeteer-core/lib/cjs/puppeteer/bidi/Input.js:
puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.js:
puppeteer-core/lib/cjs/puppeteer/index-browser.js:
@puppeteer/browsers/lib/cjs/install.js:
puppeteer-core/lib/cjs/puppeteer/node/BrowserLauncher.js:
puppeteer-core/lib/cjs/puppeteer/index.js:
puppeteer-core/lib/cjs/puppeteer/puppeteer-core.js:
@puppeteer/browsers/lib/cjs/install.js:
  /**
   * @license
   * Copyright 2017 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.js:
puppeteer-core/lib/esm/puppeteer/cdp/JSHandle.js:
puppeteer-core/lib/esm/puppeteer/cdp/ElementHandle.js:
puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js:
puppeteer-core/lib/esm/puppeteer/cdp/LifecycleWatcher.js:
puppeteer-core/lib/esm/puppeteer/cdp/Target.js:
puppeteer-core/lib/cjs/puppeteer/common/TimeoutSettings.js:
puppeteer-core/lib/cjs/puppeteer/cdp/JSHandle.js:
puppeteer-core/lib/cjs/puppeteer/cdp/ElementHandle.js:
puppeteer-core/lib/cjs/puppeteer/cdp/IsolatedWorld.js:
puppeteer-core/lib/cjs/puppeteer/cdp/LifecycleWatcher.js:
puppeteer-core/lib/cjs/puppeteer/cdp/Target.js:
  /**
   * @license
   * Copyright 2019 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

puppeteer-core/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js:
puppeteer-core/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.js:
  /**
   * @license
   * Copyright 2021 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

progress/lib/node-progress.js:
  /*!
   * node-progress
   * Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
   * MIT Licensed
   */

yargs-parser/build/lib/string-utils.js:
yargs-parser/build/lib/tokenize-arg-string.js:
yargs-parser/build/lib/yargs-parser-types.js:
yargs-parser/build/lib/yargs-parser.js:
  /**
   * @license
   * Copyright (c) 2016, Contributors
   * SPDX-License-Identifier: ISC
   */

yargs-parser/build/lib/index.js:
  /**
   * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
   * CJS and ESM environments.
   *
   * @license
   * Copyright (c) 2016, Contributors
   * SPDX-License-Identifier: ISC
   */

@puppeteer/browsers/lib/cjs/DefaultProvider.js:
@puppeteer/browsers/lib/cjs/provider.js:
  /**
   * @license
   * Copyright 2026 Google Inc.
   * SPDX-License-Identifier: Apache-2.0
   */

@mixmark-io/domino/lib/style_parser.js:
  /**
   * @license
   * Copyright Google LLC All Rights Reserved.
   *
   * Use of this source code is governed by an MIT-style license that can be
   * found in the LICENSE file at https://angular.io/license
   */

fzf/dist/fzf.es.js:
  /** @license
   * fzf v0.5.2
   * Copyright (c) 2021 Ajit
   * Licensed under BSD 3-Clause
   */
