# Copyright 2009-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Can't do 12 yet: heavy use of imp, among other things (bug #915001, bug #915062) PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" # These variables let us easily bound supported major dependency versions in one place. GCC_MIN_VER=12 GN_MIN_VER=0.2143 LLVM_MAX_SLOT=17 LLVM_MIN_SLOT=16 RUST_MIN_VER=1.72.0 # grep 'CLANG_REVISION = ' ${S}/tools/clang/scripts/update.py -A1 | cut -c 18- GOOGLE_CLANG_VER="llvmorg-18-init-16072-gc4146121e940-5" # grep 'RUST_REVISION = ' ${S}/tools/rust/update_rust.py -A1 | cut -c 17- GOOGLE_RUST_VER="df0295f07175acc7325ce3ca4152eb05752af1f2-5" # https://bugs.chromium.org/p/v8/issues/detail?id=14449 - V8 used in 120 can't build with GCC : ${CHROMIUM_FORCE_CLANG=yes} # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101227 - Chromium 120: # webrtc - no matching member function for call to 'emplace' : ${CHROMIUM_FORCE_LIBCXX=yes} # 121's 'gcc_link_wrapper.py' currently fails if not using lld due to the addition of rust : ${CHROMIUM_FORCE_LLD=yes} : ${CHROMIUM_FORCE_GOOGLE_TOOLCHAIN=no} VIRTUALX_REQUIRED="pgo" CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW" inherit check-reqs chromium-2 flag-o-matic llvm ninja-utils pax-utils inherit python-any-r1 qmake-utils toolchain-funcs virtualx xdg-utils # Keep this in sync with DEPS:chromium_version CHROMIUM_VERSION="122.0.6261.130" # Keep this in sync with DEPS:node_version NODE_VERSION="20.9.0" # Keep this in sync with DEPS:nan_version NAN_VERSION="2.19.0" YARN_VERSION="1.22.19" CHROMIUM_P="chromium-${CHROMIUM_VERSION}" NODE_P="node-${NODE_VERSION}" DESCRIPTION="Cross platform application development framework based on web technologies" HOMEPAGE="https://electronjs.org/" CHROMIUM_PATCH_V="${CHROMIUM_VERSION%%\.*}-2" SRC_URI=" system-toolchain? ( https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${CHROMIUM_PATCH_V}/chromium-patches-${CHROMIUM_PATCH_V}.tar.bz2 ) !system-toolchain? ( https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-${GOOGLE_CLANG_VER}.tar.xz -> chromium-${PV%%\.*}-clang.tar.xz https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/rust-toolchain-${GOOGLE_RUST_VER}-${GOOGLE_CLANG_VER%??}.tar.xz -> chromium-${PV%%\.*}-rust.tar.xz ) pgo? ( https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar ) https://github.com/electron/electron/archive/v${PV}.tar.gz -> ${P}.tar.gz https://registry.yarnpkg.com/yarn/-/yarn-${YARN_VERSION}.tgz https://github.com/nodejs/node/archive/v${NODE_VERSION}.tar.gz -> electron-${NODE_P}.tar.gz https://registry.yarnpkg.com/nan/-/nan-${NAN_VERSION}.tgz -> electron-dep--nan-${NAN_VERSION}.tgz https://commondatastorage.googleapis.com/chromium-browser-official/${CHROMIUM_P}.tar.xz " # sed -r -n -e 's/^[ ]*resolved \"(.*)\#.*\"$/\1/g; s/^https:\/\/registry.yarnpkg.com\/(@([^@/]+))?\/?([^@/]+)\/\-\/([^/]+).tgz$/\t\0 -> electron-dep-\1-\4.tgz/p' yarn.lock | sort | uniq | wl-copy SRC_URI+=" https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.0.4.tgz -> electron-dep-@azure-abort-controller-1.0.4.tgz https://registry.yarnpkg.com/@azure/core-asynciterator-polyfill/-/core-asynciterator-polyfill-1.0.2.tgz -> electron-dep-@azure-core-asynciterator-polyfill-1.0.2.tgz https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.3.2.tgz -> electron-dep-@azure-core-auth-1.3.2.tgz https://registry.yarnpkg.com/@azure/core-http/-/core-http-3.0.1.tgz -> electron-dep-@azure-core-http-3.0.1.tgz https://registry.yarnpkg.com/@azure/core-lro/-/core-lro-2.2.4.tgz -> electron-dep-@azure-core-lro-2.2.4.tgz https://registry.yarnpkg.com/@azure/core-paging/-/core-paging-1.2.1.tgz -> electron-dep-@azure-core-paging-1.2.1.tgz https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz -> electron-dep-@azure-core-tracing-1.0.0-preview.13.tgz https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.3.1.tgz -> electron-dep-@azure-core-util-1.3.1.tgz https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.3.tgz -> electron-dep-@azure-logger-1.0.3.tgz https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.14.0.tgz -> electron-dep-@azure-storage-blob-12.14.0.tgz https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz -> electron-dep-@babel-code-frame-7.5.5.tgz https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz -> electron-dep-@babel-helper-validator-identifier-7.19.1.tgz https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz -> electron-dep-@babel-highlight-7.5.0.tgz https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz -> electron-dep-@discoveryjs-json-ext-0.5.7.tgz https://registry.yarnpkg.com/@dsanders11/vscode-markdown-languageservice/-/vscode-markdown-languageservice-0.3.0.tgz -> electron-dep-@dsanders11-vscode-markdown-languageservice-0.3.0.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-3.2.1.tgz -> electron-dep-@electron-asar-3.2.1.tgz https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-1.2.0.tgz -> electron-dep-@electron-docs-parser-1.2.0.tgz https://registry.yarnpkg.com/@electron/fiddle-core/-/fiddle-core-1.0.4.tgz -> electron-dep-@electron-fiddle-core-1.0.4.tgz https://registry.yarnpkg.com/@electron/get/-/get-2.0.2.tgz -> electron-dep-@electron-get-2.0.2.tgz https://registry.yarnpkg.com/@electron/github-app-auth/-/github-app-auth-2.0.0.tgz -> electron-dep-@electron-github-app-auth-2.0.0.tgz https://registry.yarnpkg.com/@electron/lint-roller/-/lint-roller-1.12.1.tgz -> electron-dep-@electron-lint-roller-1.12.1.tgz https://registry.yarnpkg.com/@electron/typescript-definitions/-/typescript-definitions-8.15.6.tgz -> electron-dep-@electron-typescript-definitions-8.15.6.tgz https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz -> electron-dep-@eslint-community-eslint-utils-4.4.0.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz -> electron-dep-@eslint-community-regexpp-4.5.1.tgz https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz -> electron-dep-@eslint-eslintrc-2.0.3.tgz https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz -> electron-dep-@eslint-js-8.40.0.tgz https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz -> electron-dep-@eslint-js-8.41.0.tgz https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz -> electron-dep-@humanwhocodes-config-array-0.11.8.tgz https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz -> electron-dep-@humanwhocodes-module-importer-1.0.1.tgz https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz -> electron-dep-@humanwhocodes-object-schema-1.2.1.tgz https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz -> electron-dep-@jridgewell-gen-mapping-0.3.2.tgz https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz -> electron-dep-@jridgewell-resolve-uri-3.1.0.tgz https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz -> electron-dep-@jridgewell-set-array-1.1.2.tgz https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz -> electron-dep-@jridgewell-source-map-0.3.2.tgz https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz -> electron-dep-@jridgewell-sourcemap-codec-1.4.14.tgz https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz -> electron-dep-@jridgewell-trace-mapping-0.3.14.tgz https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz -> electron-dep-@kwsites-file-exists-1.1.1.tgz https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz -> electron-dep-@kwsites-promise-deferred-1.1.1.tgz https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz -> electron-dep-@nodelib-fs.scandir-2.1.3.tgz https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz -> electron-dep-@nodelib-fs.scandir-2.1.5.tgz https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz -> electron-dep-@nodelib-fs.stat-2.0.3.tgz https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz -> electron-dep-@nodelib-fs.stat-2.0.5.tgz https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz -> electron-dep-@nodelib-fs.walk-1.2.4.tgz https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz -> electron-dep-@nodelib-fs.walk-1.2.8.tgz https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.13.tgz -> electron-dep-@octokit-auth-app-4.0.13.tgz https://registry.yarnpkg.com/@octokit/auth-oauth-app/-/auth-oauth-app-5.0.5.tgz -> electron-dep-@octokit-auth-oauth-app-5.0.5.tgz https://registry.yarnpkg.com/@octokit/auth-oauth-device/-/auth-oauth-device-4.0.3.tgz -> electron-dep-@octokit-auth-oauth-device-4.0.3.tgz https://registry.yarnpkg.com/@octokit/auth-oauth-user/-/auth-oauth-user-2.0.4.tgz -> electron-dep-@octokit-auth-oauth-user-2.0.4.tgz https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-3.0.3.tgz -> electron-dep-@octokit-auth-token-3.0.3.tgz https://registry.yarnpkg.com/@octokit/core/-/core-4.2.0.tgz -> electron-dep-@octokit-core-4.2.0.tgz https://registry.yarnpkg.com/@octokit/core/-/core-4.2.1.tgz -> electron-dep-@octokit-core-4.2.1.tgz https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-7.0.3.tgz -> electron-dep-@octokit-endpoint-7.0.3.tgz https://registry.yarnpkg.com/@octokit/graphql/-/graphql-5.0.5.tgz -> electron-dep-@octokit-graphql-5.0.5.tgz https://registry.yarnpkg.com/@octokit/oauth-authorization-url/-/oauth-authorization-url-5.0.0.tgz -> electron-dep-@octokit-oauth-authorization-url-5.0.0.tgz https://registry.yarnpkg.com/@octokit/oauth-methods/-/oauth-methods-2.0.4.tgz -> electron-dep-@octokit-oauth-methods-2.0.4.tgz https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz -> electron-dep-@octokit-openapi-types-14.0.0.tgz https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-16.0.0.tgz -> electron-dep-@octokit-openapi-types-16.0.0.tgz https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-17.2.0.tgz -> electron-dep-@octokit-openapi-types-17.2.0.tgz https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz -> electron-dep-@octokit-plugin-paginate-rest-6.0.0.tgz https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz -> electron-dep-@octokit-plugin-paginate-rest-6.1.2.tgz https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz -> electron-dep-@octokit-plugin-request-log-1.0.4.tgz https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz -> electron-dep-@octokit-plugin-rest-endpoint-methods-7.0.1.tgz https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz -> electron-dep-@octokit-plugin-rest-endpoint-methods-7.1.2.tgz https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.2.tgz -> electron-dep-@octokit-request-error-3.0.2.tgz https://registry.yarnpkg.com/@octokit/request/-/request-6.2.4.tgz -> electron-dep-@octokit-request-6.2.4.tgz https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.11.tgz -> electron-dep-@octokit-rest-19.0.11.tgz https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.7.tgz -> electron-dep-@octokit-rest-19.0.7.tgz https://registry.yarnpkg.com/@octokit/tsconfig/-/tsconfig-1.0.2.tgz -> electron-dep-@octokit-tsconfig-1.0.2.tgz https://registry.yarnpkg.com/@octokit/types/-/types-8.0.0.tgz -> electron-dep-@octokit-types-8.0.0.tgz https://registry.yarnpkg.com/@octokit/types/-/types-9.0.0.tgz -> electron-dep-@octokit-types-9.0.0.tgz https://registry.yarnpkg.com/@octokit/types/-/types-9.2.3.tgz -> electron-dep-@octokit-types-9.2.3.tgz https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.0.4.tgz -> electron-dep-@opentelemetry-api-1.0.4.tgz https://registry.yarnpkg.com/@primer/octicons/-/octicons-10.0.0.tgz -> electron-dep-@primer-octicons-10.0.0.tgz https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz -> electron-dep-@sindresorhus-is-4.6.0.tgz https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz -> electron-dep-@szmarczak-http-timer-4.0.6.tgz https://registry.yarnpkg.com/@types/basic-auth/-/basic-auth-1.1.3.tgz -> electron-dep-@types-basic-auth-1.1.3.tgz https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz -> electron-dep-@types-body-parser-1.19.0.tgz https://registry.yarnpkg.com/@types/btoa-lite/-/btoa-lite-1.0.0.tgz -> electron-dep-@types-btoa-lite-1.0.0.tgz https://registry.yarnpkg.com/@types/busboy/-/busboy-1.5.0.tgz -> electron-dep-@types-busboy-1.5.0.tgz https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.2.tgz -> electron-dep-@types-cacheable-request-6.0.2.tgz https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.1.tgz -> electron-dep-@types-chai-as-promised-7.1.1.tgz https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.3.tgz -> electron-dep-@types-chai-as-promised-7.1.3.tgz https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz -> electron-dep-@types-chai-4.1.7.tgz https://registry.yarnpkg.com/@types/chai/-/chai-4.2.12.tgz -> electron-dep-@types-chai-4.2.12.tgz https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz -> electron-dep-@types-color-name-1.1.1.tgz https://registry.yarnpkg.com/@types/concat-stream/-/concat-stream-1.6.1.tgz -> electron-dep-@types-concat-stream-1.6.1.tgz https://registry.yarnpkg.com/@types/connect/-/connect-3.4.33.tgz -> electron-dep-@types-connect-3.4.33.tgz https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz -> electron-dep-@types-debug-4.1.7.tgz https://registry.yarnpkg.com/@types/dirty-chai/-/dirty-chai-2.0.2.tgz -> electron-dep-@types-dirty-chai-2.0.2.tgz https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz -> electron-dep-@types-eslint-scope-3.7.4.tgz https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.5.tgz -> electron-dep-@types-eslint-8.4.5.tgz https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz -> electron-dep-@types-estree-0.0.51.tgz https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz -> electron-dep-@types-estree-1.0.0.tgz https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz -> electron-dep-@types-events-3.0.0.tgz https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz -> electron-dep-@types-express-serve-static-core-4.17.28.tgz https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz -> electron-dep-@types-express-4.17.13.tgz https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.1.tgz -> electron-dep-@types-fs-extra-9.0.1.tgz https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz -> electron-dep-@types-glob-7.1.1.tgz https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz -> electron-dep-@types-http-cache-semantics-4.0.1.tgz https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.0.tgz -> electron-dep-@types-is-empty-1.2.0.tgz https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.2.tgz -> electron-dep-@types-js-yaml-4.0.2.tgz https://registry.yarnpkg.com/@types/json-buffer/-/json-buffer-3.0.0.tgz -> electron-dep-@types-json-buffer-3.0.0.tgz https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz -> electron-dep-@types-json-schema-7.0.11.tgz https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz -> electron-dep-@types-json-schema-7.0.12.tgz https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz -> electron-dep-@types-json-schema-7.0.4.tgz https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> electron-dep-@types-json5-0.0.29.tgz https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz -> electron-dep-@types-jsonwebtoken-9.0.1.tgz https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz -> electron-dep-@types-keyv-3.1.4.tgz https://registry.yarnpkg.com/@types/klaw/-/klaw-3.0.1.tgz -> electron-dep-@types-klaw-3.0.1.tgz https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz -> electron-dep-@types-linkify-it-2.1.0.tgz https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz -> electron-dep-@types-markdown-it-12.2.3.tgz https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.7.tgz -> electron-dep-@types-mdast-3.0.7.tgz https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz -> electron-dep-@types-mdurl-1.0.2.tgz https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz -> electron-dep-@types-mime-1.3.2.tgz https://registry.yarnpkg.com/@types/mime/-/mime-2.0.1.tgz -> electron-dep-@types-mime-2.0.1.tgz https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz -> electron-dep-@types-minimatch-3.0.3.tgz https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz -> electron-dep-@types-minimist-1.2.0.tgz https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz -> electron-dep-@types-mocha-7.0.2.tgz https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz -> electron-dep-@types-ms-0.7.31.tgz https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz -> electron-dep-@types-node-fetch-2.6.1.tgz https://registry.yarnpkg.com/@types/node/-/node-11.13.22.tgz -> electron-dep-@types-node-11.13.22.tgz https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz -> electron-dep-@types-node-12.6.1.tgz https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz -> electron-dep-@types-node-16.4.13.tgz https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz -> electron-dep-@types-node-20.9.0.tgz https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz -> electron-dep-@types-normalize-package-data-2.4.1.tgz https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz -> electron-dep-@types-parse-json-4.0.0.tgz https://registry.yarnpkg.com/@types/qs/-/qs-6.9.3.tgz -> electron-dep-@types-qs-6.9.3.tgz https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz -> electron-dep-@types-range-parser-1.2.3.tgz https://registry.yarnpkg.com/@types/repeat-string/-/repeat-string-1.6.1.tgz -> electron-dep-@types-repeat-string-1.6.1.tgz https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz -> electron-dep-@types-responselike-1.0.0.tgz https://registry.yarnpkg.com/@types/semver/-/semver-7.3.3.tgz -> electron-dep-@types-semver-7.3.3.tgz https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz -> electron-dep-@types-semver-7.5.0.tgz https://registry.yarnpkg.com/@types/send/-/send-0.14.5.tgz -> electron-dep-@types-send-0.14.5.tgz https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz -> electron-dep-@types-serve-static-1.13.10.tgz https://registry.yarnpkg.com/@types/split/-/split-1.0.0.tgz -> electron-dep-@types-split-1.0.0.tgz https://registry.yarnpkg.com/@types/stream-chain/-/stream-chain-2.0.0.tgz -> electron-dep-@types-stream-chain-2.0.0.tgz https://registry.yarnpkg.com/@types/stream-json/-/stream-json-1.5.1.tgz -> electron-dep-@types-stream-json-1.5.1.tgz https://registry.yarnpkg.com/@types/supports-color/-/supports-color-8.1.1.tgz -> electron-dep-@types-supports-color-8.1.1.tgz https://registry.yarnpkg.com/@types/temp/-/temp-0.8.34.tgz -> electron-dep-@types-temp-0.8.34.tgz https://registry.yarnpkg.com/@types/text-table/-/text-table-0.2.2.tgz -> electron-dep-@types-text-table-0.2.2.tgz https://registry.yarnpkg.com/@types/through/-/through-0.0.29.tgz -> electron-dep-@types-through-0.0.29.tgz https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.3.tgz -> electron-dep-@types-tunnel-0.0.3.tgz https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz -> electron-dep-@types-unist-2.0.3.tgz https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz -> electron-dep-@types-unist-2.0.6.tgz https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz -> electron-dep-@types-uuid-3.4.6.tgz https://registry.yarnpkg.com/@types/w3c-web-serial/-/w3c-web-serial-1.0.3.tgz -> electron-dep-@types-w3c-web-serial-1.0.3.tgz https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.17.0.tgz -> electron-dep-@types-webpack-env-1.17.0.tgz https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.0.tgz -> electron-dep-@types-webpack-5.28.0.tgz https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz -> electron-dep-@types-yauzl-2.10.0.tgz https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz -> electron-dep-@typescript-eslint-eslint-plugin-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz -> electron-dep-@typescript-eslint-parser-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz -> electron-dep-@typescript-eslint-scope-manager-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz -> electron-dep-@typescript-eslint-type-utils-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz -> electron-dep-@typescript-eslint-types-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz -> electron-dep-@typescript-eslint-typescript-estree-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz -> electron-dep-@typescript-eslint-utils-5.59.7.tgz https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz -> electron-dep-@typescript-eslint-visitor-keys-5.59.7.tgz https://registry.yarnpkg.com/@vscode/l10n/-/l10n-0.0.10.tgz -> electron-dep-@vscode-l10n-0.0.10.tgz https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz -> electron-dep-@webassemblyjs-ast-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz -> electron-dep-@webassemblyjs-floating-point-hex-parser-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz -> electron-dep-@webassemblyjs-helper-api-error-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz -> electron-dep-@webassemblyjs-helper-buffer-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz -> electron-dep-@webassemblyjs-helper-numbers-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz -> electron-dep-@webassemblyjs-helper-wasm-bytecode-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz -> electron-dep-@webassemblyjs-helper-wasm-section-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz -> electron-dep-@webassemblyjs-ieee754-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz -> electron-dep-@webassemblyjs-leb128-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz -> electron-dep-@webassemblyjs-utf8-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz -> electron-dep-@webassemblyjs-wasm-edit-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz -> electron-dep-@webassemblyjs-wasm-gen-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz -> electron-dep-@webassemblyjs-wasm-opt-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz -> electron-dep-@webassemblyjs-wasm-parser-1.11.1.tgz https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz -> electron-dep-@webassemblyjs-wast-printer-1.11.1.tgz https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.2.0.tgz -> electron-dep-@webpack-cli-configtest-1.2.0.tgz https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.5.0.tgz -> electron-dep-@webpack-cli-info-1.5.0.tgz https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz -> electron-dep-@webpack-cli-serve-1.7.0.tgz https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz -> electron-dep-@xtuc-ieee754-1.2.0.tgz https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz -> electron-dep-@xtuc-long-4.2.2.tgz https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz -> electron-dep--accepts-1.3.8.tgz https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz -> electron-dep--acorn-import-assertions-1.8.0.tgz https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz -> electron-dep--acorn-jsx-5.3.2.tgz https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz -> electron-dep--acorn-8.8.2.tgz https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz -> electron-dep--aggregate-error-3.0.1.tgz https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz -> electron-dep--ajv-keywords-3.4.1.tgz https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz -> electron-dep--ajv-keywords-3.5.2.tgz https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz -> electron-dep--ajv-6.12.6.tgz https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz -> electron-dep--ansi-colors-4.1.1.tgz https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz -> electron-dep--ansi-escapes-4.3.1.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz -> electron-dep--ansi-regex-4.1.1.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz -> electron-dep--ansi-regex-5.0.1.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz -> electron-dep--ansi-regex-6.0.1.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz -> electron-dep--ansi-styles-3.2.1.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz -> electron-dep--ansi-styles-4.2.1.tgz https://registry.yarnpkg.com/anymatch/-/anymatch-3.0.3.tgz -> electron-dep--anymatch-3.0.3.tgz https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz -> electron-dep--anymatch-3.1.2.tgz https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz -> electron-dep--argparse-1.0.10.tgz https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz -> electron-dep--argparse-2.0.1.tgz https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz -> electron-dep--array-buffer-byte-length-1.0.0.tgz https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz -> electron-dep--array-flatten-1.1.1.tgz https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz -> electron-dep--array-includes-3.1.6.tgz https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz -> electron-dep--array-union-2.1.0.tgz https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz -> electron-dep--array-unique-0.3.2.tgz https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz -> electron-dep--array.prototype.flat-1.3.1.tgz https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz -> electron-dep--array.prototype.flatmap-1.3.1.tgz https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz -> electron-dep--array.prototype.tosorted-1.1.1.tgz https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz -> electron-dep--arrify-1.0.1.tgz https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz -> electron-dep--assertion-error-1.1.0.tgz https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz -> electron-dep--astral-regex-2.0.0.tgz https://registry.yarnpkg.com/async/-/async-3.2.4.tgz -> electron-dep--async-3.2.4.tgz https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz -> electron-dep--asynckit-0.4.0.tgz https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz -> electron-dep--at-least-node-1.0.0.tgz https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz -> electron-dep--available-typed-arrays-1.0.5.tgz https://registry.yarnpkg.com/bail/-/bail-2.0.1.tgz -> electron-dep--bail-2.0.1.tgz https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz -> electron-dep--balanced-match-1.0.2.tgz https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz -> electron-dep--balanced-match-2.0.0.tgz https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz -> electron-dep--base64-js-1.5.1.tgz https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz -> electron-dep--before-after-hook-2.2.3.tgz https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz -> electron-dep--big.js-5.2.2.tgz https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz -> electron-dep--binary-extensions-2.1.0.tgz https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz -> electron-dep--body-parser-1.20.1.tgz https://registry.yarnpkg.com/boolean/-/boolean-3.2.0.tgz -> electron-dep--boolean-3.2.0.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz -> electron-dep--brace-expansion-1.1.11.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz -> electron-dep--brace-expansion-2.0.1.tgz https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz -> electron-dep--braces-3.0.2.tgz https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.2.tgz -> electron-dep--browserslist-4.21.2.tgz https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz -> electron-dep--btoa-lite-1.0.0.tgz https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz -> electron-dep--buffer-crc32-0.2.13.tgz https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz -> electron-dep--buffer-equal-constant-time-1.0.1.tgz https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz -> electron-dep--buffer-from-1.1.1.tgz https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz -> electron-dep--buffer-from-1.1.2.tgz https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz -> electron-dep--buffer-6.0.3.tgz https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz -> electron-dep--builtin-modules-3.3.0.tgz https://registry.yarnpkg.com/builtins/-/builtins-4.0.0.tgz -> electron-dep--builtins-4.0.0.tgz https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz -> electron-dep--builtins-5.0.1.tgz https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz -> electron-dep--bytes-3.1.2.tgz https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz -> electron-dep--cacheable-lookup-5.0.4.tgz https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz -> electron-dep--cacheable-request-7.0.2.tgz https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz -> electron-dep--call-bind-1.0.2.tgz https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz -> electron-dep--callsites-3.1.0.tgz https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz -> electron-dep--camelcase-6.2.0.tgz https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz -> electron-dep--caniuse-lite-1.0.30001367.tgz https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz -> electron-dep--chai-4.2.0.tgz https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz -> electron-dep--chalk-2.4.2.tgz https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz -> electron-dep--chalk-3.0.0.tgz https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz -> electron-dep--chalk-4.1.0.tgz https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-2.0.0.tgz -> electron-dep--character-entities-legacy-2.0.0.tgz https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.0.tgz -> electron-dep--character-entities-2.0.0.tgz https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-2.0.0.tgz -> electron-dep--character-reference-invalid-2.0.0.tgz https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz -> electron-dep--check-error-1.0.2.tgz https://registry.yarnpkg.com/check-for-leaks/-/check-for-leaks-1.2.1.tgz -> electron-dep--check-for-leaks-1.2.1.tgz https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz -> electron-dep--chokidar-3.5.2.tgz https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz -> electron-dep--chownr-2.0.0.tgz https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz -> electron-dep--chrome-trace-event-1.0.2.tgz https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz -> electron-dep--chromium-pickle-js-0.2.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz -> electron-dep--ci-info-3.8.0.tgz https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz -> electron-dep--clean-regexp-1.0.0.tgz https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz -> electron-dep--clean-stack-2.2.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz -> electron-dep--cli-cursor-2.1.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz -> electron-dep--cli-cursor-3.1.0.tgz https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz -> electron-dep--cli-spinners-2.2.0.tgz https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz -> electron-dep--cli-truncate-2.1.0.tgz https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz -> electron-dep--clone-deep-4.0.1.tgz https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz -> electron-dep--clone-response-1.0.2.tgz https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz -> electron-dep--clone-1.0.4.tgz https://registry.yarnpkg.com/co/-/co-3.1.0.tgz -> electron-dep--co-3.1.0.tgz https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz -> electron-dep--color-convert-1.9.3.tgz https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz -> electron-dep--color-convert-2.0.1.tgz https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz -> electron-dep--color-name-1.1.3.tgz https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz -> electron-dep--color-name-1.1.4.tgz https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz -> electron-dep--colorette-2.0.19.tgz https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz -> electron-dep--colors-1.3.3.tgz https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz -> electron-dep--colors-1.4.0.tgz https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz -> electron-dep--combined-stream-1.0.8.tgz https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz -> electron-dep--commander-2.20.3.tgz https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz -> electron-dep--commander-5.1.0.tgz https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz -> electron-dep--commander-7.2.0.tgz https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz -> electron-dep--commander-9.4.1.tgz https://registry.yarnpkg.com/compress-brotli/-/compress-brotli-1.3.8.tgz -> electron-dep--compress-brotli-1.3.8.tgz https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz -> electron-dep--concat-map-0.0.1.tgz https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz -> electron-dep--concat-stream-2.0.0.tgz https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz -> electron-dep--content-disposition-0.5.4.tgz https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz -> electron-dep--content-type-1.0.4.tgz https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz -> electron-dep--cookie-signature-1.0.6.tgz https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz -> electron-dep--cookie-0.5.0.tgz https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz -> electron-dep--core-util-is-1.0.2.tgz https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz -> electron-dep--cosmiconfig-6.0.0.tgz https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz -> electron-dep--cross-spawn-7.0.3.tgz https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz -> electron-dep--debug-2.6.9.tgz https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz -> electron-dep--debug-3.2.7.tgz https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz -> electron-dep--debug-4.3.2.tgz https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz -> electron-dep--debug-4.3.4.tgz https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz -> electron-dep--decode-named-character-reference-1.0.2.tgz https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz -> electron-dep--decompress-response-6.0.0.tgz https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz -> electron-dep--dedent-0.7.0.tgz https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz -> electron-dep--deep-eql-3.0.1.tgz https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz -> electron-dep--deep-extend-0.6.0.tgz https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz -> electron-dep--deep-is-0.1.3.tgz https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz -> electron-dep--defaults-1.0.3.tgz https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz -> electron-dep--defer-to-connect-2.0.1.tgz https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz -> electron-dep--define-properties-1.2.0.tgz https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz -> electron-dep--delayed-stream-1.0.0.tgz https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz -> electron-dep--depd-2.0.0.tgz https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz -> electron-dep--deprecation-2.3.1.tgz https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz -> electron-dep--dequal-2.0.3.tgz https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz -> electron-dep--destroy-1.2.0.tgz https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz -> electron-dep--detect-node-2.1.0.tgz https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz -> electron-dep--diff-3.5.0.tgz https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz -> electron-dep--diff-5.1.0.tgz https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz -> electron-dep--dir-glob-3.0.1.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz -> electron-dep--doctrine-2.1.0.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz -> electron-dep--doctrine-3.0.0.tgz https://registry.yarnpkg.com/dotenv-safe/-/dotenv-safe-4.0.4.tgz -> electron-dep--dotenv-safe-4.0.4.tgz https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz -> electron-dep--dotenv-4.0.0.tgz https://registry.yarnpkg.com/dugite/-/dugite-2.3.0.tgz -> electron-dep--dugite-2.3.0.tgz https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz -> electron-dep--duplexer-0.1.1.tgz https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz -> electron-dep--ecdsa-sig-formatter-1.0.11.tgz https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz -> electron-dep--ee-first-1.1.1.tgz https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.195.tgz -> electron-dep--electron-to-chromium-1.4.195.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz -> electron-dep--emoji-regex-8.0.0.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz -> electron-dep--emoji-regex-9.2.2.tgz https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz -> electron-dep--emojis-list-3.0.0.tgz https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz -> electron-dep--encodeurl-1.0.2.tgz https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz -> electron-dep--end-of-stream-1.4.4.tgz https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz -> electron-dep--enhanced-resolve-4.1.0.tgz https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz -> electron-dep--enhanced-resolve-5.12.0.tgz https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz -> electron-dep--enquirer-2.3.6.tgz https://registry.yarnpkg.com/ensure-posix-path/-/ensure-posix-path-1.1.1.tgz -> electron-dep--ensure-posix-path-1.1.1.tgz https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz -> electron-dep--entities-2.1.0.tgz https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz -> electron-dep--entities-3.0.1.tgz https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz -> electron-dep--env-paths-2.2.1.tgz https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz -> electron-dep--envinfo-7.8.1.tgz https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz -> electron-dep--errno-0.1.7.tgz https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz -> electron-dep--error-ex-1.3.2.tgz https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz -> electron-dep--es-abstract-1.21.2.tgz https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz -> electron-dep--es-module-lexer-0.9.3.tgz https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz -> electron-dep--es-set-tostringtag-2.0.1.tgz https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz -> electron-dep--es-shim-unscopables-1.0.0.tgz https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz -> electron-dep--es-to-primitive-1.2.1.tgz https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz -> electron-dep--es6-error-4.1.1.tgz https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz -> electron-dep--es6-object-assign-1.1.0.tgz https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz -> electron-dep--escalade-3.1.1.tgz https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz -> electron-dep--escape-html-1.0.3.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz -> electron-dep--escape-string-regexp-1.0.5.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz -> electron-dep--escape-string-regexp-4.0.0.tgz https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz -> electron-dep--eslint-config-standard-jsx-11.0.0.tgz https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz -> electron-dep--eslint-config-standard-14.1.1.tgz https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz -> electron-dep--eslint-config-standard-17.0.0.tgz https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz -> electron-dep--eslint-import-resolver-node-0.3.7.tgz https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz -> electron-dep--eslint-module-utils-2.8.0.tgz https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz -> electron-dep--eslint-plugin-es-3.0.1.tgz https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz -> electron-dep--eslint-plugin-es-4.1.0.tgz https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz -> electron-dep--eslint-plugin-import-2.27.5.tgz https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-7.0.1.tgz -> electron-dep--eslint-plugin-mocha-7.0.1.tgz https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz -> electron-dep--eslint-plugin-n-15.7.0.tgz https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz -> electron-dep--eslint-plugin-node-11.1.0.tgz https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz -> electron-dep--eslint-plugin-promise-4.3.1.tgz https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz -> electron-dep--eslint-plugin-promise-6.1.1.tgz https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz -> electron-dep--eslint-plugin-react-7.32.2.tgz https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz -> electron-dep--eslint-plugin-standard-4.0.1.tgz https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.1.tgz -> electron-dep--eslint-plugin-unicorn-46.0.1.tgz https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz -> electron-dep--eslint-scope-5.1.1.tgz https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz -> electron-dep--eslint-scope-7.2.0.tgz https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz -> electron-dep--eslint-utils-2.1.0.tgz https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz -> electron-dep--eslint-utils-3.0.0.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz -> electron-dep--eslint-visitor-keys-1.1.0.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz -> electron-dep--eslint-visitor-keys-2.0.0.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz -> electron-dep--eslint-visitor-keys-3.4.1.tgz https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz -> electron-dep--eslint-8.40.0.tgz https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz -> electron-dep--eslint-8.41.0.tgz https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz -> electron-dep--espree-9.5.2.tgz https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz -> electron-dep--esprima-4.0.1.tgz https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz -> electron-dep--esquery-1.5.0.tgz https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz -> electron-dep--esrecurse-4.3.0.tgz https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz -> electron-dep--estraverse-4.3.0.tgz https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz -> electron-dep--estraverse-5.1.0.tgz https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz -> electron-dep--estraverse-5.3.0.tgz https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz -> electron-dep--esutils-2.0.3.tgz https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz -> electron-dep--etag-1.8.1.tgz https://registry.yarnpkg.com/events-to-array/-/events-to-array-1.1.2.tgz -> electron-dep--events-to-array-1.1.2.tgz https://registry.yarnpkg.com/events/-/events-3.3.0.tgz -> electron-dep--events-3.3.0.tgz https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz -> electron-dep--execa-4.0.3.tgz https://registry.yarnpkg.com/express/-/express-4.18.2.tgz -> electron-dep--express-4.18.2.tgz https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz -> electron-dep--extend-3.0.2.tgz https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz -> electron-dep--extract-zip-2.0.1.tgz https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz -> electron-dep--fast-deep-equal-3.1.3.tgz https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz -> electron-dep--fast-glob-3.2.12.tgz https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz -> electron-dep--fast-json-stable-stringify-2.1.0.tgz https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz -> electron-dep--fast-levenshtein-2.0.6.tgz https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz -> electron-dep--fastest-levenshtein-1.0.14.tgz https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz -> electron-dep--fastq-1.8.0.tgz https://registry.yarnpkg.com/fault/-/fault-2.0.0.tgz -> electron-dep--fault-2.0.0.tgz https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz -> electron-dep--fd-slicer-1.1.0.tgz https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz -> electron-dep--figgy-pudding-3.5.2.tgz https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz -> electron-dep--figures-3.2.0.tgz https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz -> electron-dep--file-entry-cache-6.0.1.tgz https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz -> electron-dep--fill-range-7.0.1.tgz https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz -> electron-dep--finalhandler-1.2.0.tgz https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz -> electron-dep--find-up-3.0.0.tgz https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz -> electron-dep--find-up-4.1.0.tgz https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz -> electron-dep--find-up-5.0.0.tgz https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz -> electron-dep--flat-cache-3.0.4.tgz https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz -> electron-dep--flatted-3.2.7.tgz https://registry.yarnpkg.com/folder-hash/-/folder-hash-2.1.2.tgz -> electron-dep--folder-hash-2.1.2.tgz https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz -> electron-dep--for-each-0.3.3.tgz https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz -> electron-dep--form-data-3.0.1.tgz https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz -> electron-dep--form-data-4.0.0.tgz https://registry.yarnpkg.com/format/-/format-0.2.2.tgz -> electron-dep--format-0.2.2.tgz https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz -> electron-dep--forwarded-0.2.0.tgz https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz -> electron-dep--fresh-0.5.2.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz -> electron-dep--fs-extra-10.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz -> electron-dep--fs-extra-7.0.1.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz -> electron-dep--fs-extra-8.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz -> electron-dep--fs-extra-9.0.1.tgz https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz -> electron-dep--fs-minipass-2.1.0.tgz https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz -> electron-dep--fs.realpath-1.0.0.tgz https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz -> electron-dep--fsevents-2.3.2.tgz https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz -> electron-dep--function-bind-1.1.1.tgz https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz -> electron-dep--function.prototype.name-1.1.5.tgz https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz -> electron-dep--functions-have-names-1.2.3.tgz https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz -> electron-dep--get-func-name-2.0.2.tgz https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz -> electron-dep--get-intrinsic-1.2.1.tgz https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz -> electron-dep--get-own-enumerable-property-symbols-3.0.0.tgz https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz -> electron-dep--get-stdin-8.0.0.tgz https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz -> electron-dep--get-stdin-9.0.0.tgz https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz -> electron-dep--get-stream-5.2.0.tgz https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz -> electron-dep--get-symbol-description-1.0.0.tgz https://registry.yarnpkg.com/getos/-/getos-3.2.1.tgz -> electron-dep--getos-3.2.1.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz -> electron-dep--glob-parent-5.1.2.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz -> electron-dep--glob-parent-6.0.2.tgz https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz -> electron-dep--glob-to-regexp-0.4.1.tgz https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz -> electron-dep--glob-7.2.0.tgz https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz -> electron-dep--glob-8.0.3.tgz https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz -> electron-dep--glob-8.1.0.tgz https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz -> electron-dep--glob-9.3.5.tgz https://registry.yarnpkg.com/global-agent/-/global-agent-3.0.0.tgz -> electron-dep--global-agent-3.0.0.tgz https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz -> electron-dep--globals-13.20.0.tgz https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz -> electron-dep--globalthis-1.0.3.tgz https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz -> electron-dep--globby-11.1.0.tgz https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz -> electron-dep--gopd-1.0.1.tgz https://registry.yarnpkg.com/got/-/got-11.8.5.tgz -> electron-dep--got-11.8.5.tgz https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz -> electron-dep--graceful-fs-4.1.15.tgz https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz -> electron-dep--graceful-fs-4.2.10.tgz https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz -> electron-dep--grapheme-splitter-1.0.4.tgz https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz -> electron-dep--graphemer-1.4.0.tgz https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz -> electron-dep--has-bigints-1.0.2.tgz https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz -> electron-dep--has-flag-3.0.0.tgz https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz -> electron-dep--has-flag-4.0.0.tgz https://registry.yarnpkg.com/has-flag/-/has-flag-5.0.1.tgz -> electron-dep--has-flag-5.0.1.tgz https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz -> electron-dep--has-property-descriptors-1.0.0.tgz https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz -> electron-dep--has-proto-1.0.1.tgz https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz -> electron-dep--has-symbols-1.0.3.tgz https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz -> electron-dep--has-tostringtag-1.0.0.tgz https://registry.yarnpkg.com/has/-/has-1.0.3.tgz -> electron-dep--has-1.0.3.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz -> electron-dep--hosted-git-info-2.8.9.tgz https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz -> electron-dep--http-cache-semantics-4.1.1.tgz https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz -> electron-dep--http-errors-2.0.0.tgz https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz -> electron-dep--http2-wrapper-1.0.3.tgz https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz -> electron-dep--human-signals-1.1.1.tgz https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz -> electron-dep--husky-8.0.1.tgz https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz -> electron-dep--iconv-lite-0.4.24.tgz https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz -> electron-dep--ieee754-1.2.1.tgz https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz -> electron-dep--ignore-5.1.8.tgz https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz -> electron-dep--ignore-5.2.4.tgz https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz -> electron-dep--import-fresh-3.1.0.tgz https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz -> electron-dep--import-fresh-3.2.1.tgz https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz -> electron-dep--import-fresh-3.3.0.tgz https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz -> electron-dep--import-local-3.1.0.tgz https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-1.1.1.tgz -> electron-dep--import-meta-resolve-1.1.1.tgz https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz -> electron-dep--imurmurhash-0.1.4.tgz https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz -> electron-dep--indent-string-4.0.0.tgz https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz -> electron-dep--inflight-1.0.6.tgz https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz -> electron-dep--inherits-2.0.4.tgz https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz -> electron-dep--ini-1.3.7.tgz https://registry.yarnpkg.com/ini/-/ini-3.0.1.tgz -> electron-dep--ini-3.0.1.tgz https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz -> electron-dep--internal-slot-1.0.5.tgz https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz -> electron-dep--interpret-1.4.0.tgz https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz -> electron-dep--interpret-2.2.0.tgz https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz -> electron-dep--ipaddr.js-1.9.1.tgz https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-2.0.0.tgz -> electron-dep--is-alphabetical-2.0.0.tgz https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-2.0.0.tgz -> electron-dep--is-alphanumerical-2.0.0.tgz https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz -> electron-dep--is-array-buffer-3.0.2.tgz https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz -> electron-dep--is-arrayish-0.2.1.tgz https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz -> electron-dep--is-bigint-1.0.4.tgz https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz -> electron-dep--is-binary-path-2.1.0.tgz https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz -> electron-dep--is-boolean-object-1.1.2.tgz https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz -> electron-dep--is-buffer-2.0.5.tgz https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz -> electron-dep--is-builtin-module-3.2.1.tgz https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz -> electron-dep--is-callable-1.2.7.tgz https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz -> electron-dep--is-core-module-2.12.1.tgz https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz -> electron-dep--is-core-module-2.8.1.tgz https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz -> electron-dep--is-core-module-2.9.0.tgz https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz -> electron-dep--is-date-object-1.0.5.tgz https://registry.yarnpkg.com/is-decimal/-/is-decimal-2.0.0.tgz -> electron-dep--is-decimal-2.0.0.tgz https://registry.yarnpkg.com/is-empty/-/is-empty-1.2.0.tgz -> electron-dep--is-empty-1.2.0.tgz https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz -> electron-dep--is-extglob-2.1.1.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz -> electron-dep--is-fullwidth-code-point-3.0.0.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz -> electron-dep--is-fullwidth-code-point-4.0.0.tgz https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz -> electron-dep--is-glob-3.1.0.tgz https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz -> electron-dep--is-glob-4.0.1.tgz https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz -> electron-dep--is-glob-4.0.3.tgz https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-2.0.0.tgz -> electron-dep--is-hexadecimal-2.0.0.tgz https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz -> electron-dep--is-interactive-1.0.0.tgz https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz -> electron-dep--is-negative-zero-2.0.2.tgz https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz -> electron-dep--is-number-object-1.0.7.tgz https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz -> electron-dep--is-number-7.0.0.tgz https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz -> electron-dep--is-obj-1.0.1.tgz https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz -> electron-dep--is-path-inside-3.0.3.tgz https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.0.0.tgz -> electron-dep--is-plain-obj-4.0.0.tgz https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz -> electron-dep--is-plain-object-2.0.4.tgz https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz -> electron-dep--is-plain-object-5.0.0.tgz https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz -> electron-dep--is-regex-1.1.4.tgz https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz -> electron-dep--is-regexp-1.0.0.tgz https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz -> electron-dep--is-shared-array-buffer-1.0.2.tgz https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz -> electron-dep--is-stream-2.0.0.tgz https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz -> electron-dep--is-string-1.0.7.tgz https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz -> electron-dep--is-symbol-1.0.4.tgz https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz -> electron-dep--is-typed-array-1.1.10.tgz https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz -> electron-dep--is-weakref-1.0.2.tgz https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz -> electron-dep--isarray-1.0.0.tgz https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz -> electron-dep--isexe-2.0.0.tgz https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz -> electron-dep--isobject-3.0.1.tgz https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz -> electron-dep--jest-worker-27.5.1.tgz https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.0.tgz -> electron-dep--js-sdsl-4.4.0.tgz https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz -> electron-dep--js-tokens-4.0.0.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz -> electron-dep--js-yaml-3.13.1.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz -> electron-dep--js-yaml-4.1.0.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz -> electron-dep--jsesc-0.5.0.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz -> electron-dep--jsesc-3.0.2.tgz https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz -> electron-dep--json-buffer-3.0.1.tgz https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz -> electron-dep--json-parse-better-errors-1.0.2.tgz https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz -> electron-dep--json-parse-even-better-errors-2.3.1.tgz https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz -> electron-dep--json-schema-traverse-0.4.1.tgz https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz -> electron-dep--json-stable-stringify-without-jsonify-1.0.1.tgz https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz -> electron-dep--json-stringify-safe-5.0.1.tgz https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz -> electron-dep--json5-1.0.2.tgz https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz -> electron-dep--json5-2.2.3.tgz https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz -> electron-dep--jsonc-parser-3.2.0.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz -> electron-dep--jsonfile-4.0.0.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz -> electron-dep--jsonfile-6.0.1.tgz https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz -> electron-dep--jsonwebtoken-9.0.0.tgz https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz -> electron-dep--jsx-ast-utils-3.3.3.tgz https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz -> electron-dep--jwa-1.4.1.tgz https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz -> electron-dep--jws-3.2.2.tgz https://registry.yarnpkg.com/keyv/-/keyv-4.3.1.tgz -> electron-dep--keyv-4.3.1.tgz https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz -> electron-dep--kind-of-6.0.3.tgz https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz -> electron-dep--klaw-3.0.0.tgz https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz -> electron-dep--kleur-4.1.5.tgz https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz -> electron-dep--levn-0.4.1.tgz https://registry.yarnpkg.com/libnpmconfig/-/libnpmconfig-1.2.1.tgz -> electron-dep--libnpmconfig-1.2.1.tgz https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz -> electron-dep--lines-and-columns-1.1.6.tgz https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz -> electron-dep--linkify-it-3.0.3.tgz https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz -> electron-dep--linkify-it-4.0.1.tgz https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.11.tgz -> electron-dep--lint-staged-10.2.11.tgz https://registry.yarnpkg.com/lint/-/lint-1.1.2.tgz -> electron-dep--lint-1.1.2.tgz https://registry.yarnpkg.com/listr2/-/listr2-2.2.0.tgz -> electron-dep--listr2-2.2.0.tgz https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz -> electron-dep--load-json-file-5.3.0.tgz https://registry.yarnpkg.com/load-plugin/-/load-plugin-4.0.1.tgz -> electron-dep--load-plugin-4.0.1.tgz https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz -> electron-dep--loader-runner-4.3.0.tgz https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz -> electron-dep--loader-utils-1.4.2.tgz https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz -> electron-dep--loader-utils-2.0.4.tgz https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz -> electron-dep--locate-path-3.0.0.tgz