electron-19.0.16-r1electron
download
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
LLVM_MAX_SLOT=14
CHROMIUM_LANGS="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 vi zh-CN zh-TW"
inherit check-reqs chromium-2 flag-o-matic llvm ninja-utils \
pax-utils python-any-r1 toolchain-funcs
# Keep this in sync with DEPS:chromium_version
CHROMIUM_VERSION="102.0.5005.115"
CHROMIUM_PATCHSET="6"
CHROMIUM_PATCHSET_NAME="chromium-$(ver_cut 1 ${CHROMIUM_VERSION})-patchset-${CHROMIUM_PATCHSET}"
# Keep this in sync with DEPS:node_version
NODE_VERSION="16.14.2"
CHROMIUM_P="chromium-${CHROMIUM_VERSION}"
NODE_P="node-${NODE_VERSION}"
DESCRIPTION="Cross platform application development framework based on web technologies"
HOMEPAGE="https://electronjs.org/"
SRC_URI="
https://commondatastorage.googleapis.com/chromium-browser-official/${CHROMIUM_P}.tar.xz
https://github.com/stha09/chromium-patches/releases/download/${CHROMIUM_PATCHSET_NAME}/${CHROMIUM_PATCHSET_NAME}.tar.xz
https://github.com/electron/electron/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/nodejs/node/archive/v${NODE_VERSION}.tar.gz -> electron-${NODE_P}.tar.gz
"
# 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 | xclip -sel c
SRC_URI+="
https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.0.4.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-asynciterator-polyfill/-/core-asynciterator-polyfill-1.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.3.2.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-http/-/core-http-2.2.4.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-lro/-/core-lro-2.2.4.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-paging/-/core-paging-1.2.1.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz -> [email protected]
https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz -> [email protected]
https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-0.12.4.tgz -> [email protected]
https://registry.yarnpkg.com/@electron/typescript-definitions/-/typescript-definitions-8.9.5.tgz -> [email protected]
https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz -> [email protected]
https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-2.10.0.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.2.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/core/-/core-3.1.1.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.5.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.3.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.0.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.2.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/request/-/request-5.4.7.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@octokit/types/-/types-5.2.0.tgz -> [email protected]
https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.0.4.tgz -> [email protected]
https://registry.yarnpkg.com/@primer/octicons/-/octicons-10.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz -> [email protected]
https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/basic-auth/-/basic-auth-1.1.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/busboy/-/busboy-0.2.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz -> [email protected]
https://registry.yarnpkg.com/@types/chai/-/chai-4.2.12.tgz -> [email protected]
https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/concat-stream/-/concat-stream-1.6.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/connect/-/connect-3.4.33.tgz -> [email protected]
https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz -> [email protected]
https://registry.yarnpkg.com/@types/dirty-chai/-/dirty-chai-2.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz -> [email protected]
https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz -> [email protected]
https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.4.tgz -> [email protected]
https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz -> [email protected]
https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> [email protected]
https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/klaw/-/klaw-3.0.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.7.tgz -> [email protected]
https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/mime/-/mime-2.0.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node/-/node-11.13.22.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz -> [email protected]
https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz -> [email protected]
https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/qs/-/qs-6.9.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/repeat-string/-/repeat-string-1.6.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/semver/-/semver-7.3.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/send/-/send-0.14.5.tgz -> [email protected]
https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz -> [email protected]
https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/split/-/split-1.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/stream-chain/-/stream-chain-2.0.0.tgz -> [email protected]
https://registry.yarnpkg.com/@types/stream-json/-/stream-json-1.5.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/supports-color/-/supports-color-8.1.1.tgz -> [email protected]
https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.4.tgz -> [email protected]
https://registry.yarnpkg.com/@types/temp/-/temp-0.8.34.tgz -> [email protected]
https://registry.yarnpkg.com/@types/text-table/-/text-table-0.2.2.tgz -> [email protected]
https://registry.yarnpkg.com/@types/through/-/through-0.0.29.tgz -> [email protected]
https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.0.4.tgz -> [email protected]
https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz -> [email protected]
https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz -> [email protected]
https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.3.tgz -> [email protected]
https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.6.tgz -> [email protected]
https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz -> [email protected]
https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz -> [email protected]
https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz -> [email protected]
https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz -> electron-dep--abbrev-1.1.1.tgz
https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz -> electron-dep--accepts-1.3.7.tgz
https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz -> electron-dep--acorn-jsx-5.2.0.tgz
https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz -> electron-dep--acorn-6.4.1.tgz
https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz -> electron-dep--acorn-7.3.1.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-errors/-/ajv-errors-1.0.1.tgz -> electron-dep--ajv-errors-1.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/-/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-2.1.1.tgz -> electron-dep--ansi-regex-2.1.1.tgz
https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz -> electron-dep--ansi-regex-3.0.0.tgz
https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz -> electron-dep--ansi-regex-4.1.0.tgz
https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz -> electron-dep--ansi-regex-5.0.0.tgz
https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.0.tgz -> electron-dep--ansi-regex-6.0.0.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-2.0.0.tgz -> electron-dep--anymatch-2.0.0.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.1.tgz -> electron-dep--anymatch-3.1.1.tgz
https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz -> electron-dep--anymatch-3.1.2.tgz
https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz -> electron-dep--aproba-1.2.0.tgz
https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz -> electron-dep--are-we-there-yet-1.1.5.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/arr-diff/-/arr-diff-4.0.0.tgz -> electron-dep--arr-diff-4.0.0.tgz
https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz -> electron-dep--arr-flatten-1.1.0.tgz
https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz -> electron-dep--arr-union-3.1.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.0.3.tgz -> electron-dep--array-includes-3.0.3.tgz
https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz -> electron-dep--array-includes-3.1.1.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.2.3.tgz -> electron-dep--array.prototype.flat-1.2.3.tgz
https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz -> electron-dep--arrify-1.0.1.tgz
https://registry.yarnpkg.com/asar/-/asar-3.1.0.tgz -> electron-dep--asar-3.1.0.tgz
https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz -> electron-dep--asn1.js-4.10.1.tgz
https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz -> electron-dep--assert-1.5.0.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/assign-symbols/-/assign-symbols-1.0.0.tgz -> electron-dep--assign-symbols-1.0.0.tgz
https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz -> electron-dep--astral-regex-1.0.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-each/-/async-each-1.0.3.tgz -> electron-dep--async-each-1.0.3.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/atob/-/atob-2.1.2.tgz -> electron-dep--atob-2.1.2.tgz
https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.814.0.tgz -> electron-dep--aws-sdk-2.814.0.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/base/-/base-0.11.2.tgz -> electron-dep--base-0.11.2.tgz
https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz -> electron-dep--base64-js-1.3.0.tgz
https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.1.0.tgz -> electron-dep--before-after-hook-2.1.0.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-1.13.1.tgz -> electron-dep--binary-extensions-1.13.1.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/bluebird/-/bluebird-3.5.5.tgz -> electron-dep--bluebird-3.5.5.tgz
https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz -> electron-dep--bn.js-4.12.0.tgz
https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz -> electron-dep--body-parser-1.19.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/braces/-/braces-2.3.2.tgz -> electron-dep--braces-2.3.2.tgz
https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz -> electron-dep--braces-3.0.2.tgz
https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz -> electron-dep--brorand-1.1.0.tgz
https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz -> electron-dep--browserify-aes-1.2.0.tgz
https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz -> electron-dep--browserify-cipher-1.0.1.tgz
https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz -> electron-dep--browserify-des-1.0.2.tgz
https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz -> electron-dep--browserify-rsa-4.0.1.tgz
https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz -> electron-dep--browserify-sign-4.0.4.tgz
https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz -> electron-dep--browserify-zlib-0.2.0.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-xor/-/buffer-xor-1.0.3.tgz -> electron-dep--buffer-xor-1.0.3.tgz
https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz -> electron-dep--buffer-4.9.2.tgz
https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz -> electron-dep--builtin-status-codes-3.0.0.tgz
https://registry.yarnpkg.com/builtins/-/builtins-4.0.0.tgz -> electron-dep--builtins-4.0.0.tgz
https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz -> electron-dep--bytes-3.1.0.tgz
https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz -> electron-dep--cacache-12.0.3.tgz
https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz -> electron-dep--cache-base-1.0.1.tgz
https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz -> electron-dep--cacheable-request-6.1.0.tgz
https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz -> electron-dep--callsites-3.1.0.tgz
https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz -> electron-dep--camelcase-5.3.1.tgz
https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz -> electron-dep--camelcase-6.2.0.tgz
https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz -> electron-dep--capture-stack-trace-1.0.1.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/chardet/-/chardet-0.7.0.tgz -> electron-dep--chardet-0.7.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/checksum/-/checksum-0.1.1.tgz -> electron-dep--checksum-0.1.1.tgz
https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz -> electron-dep--chokidar-2.1.8.tgz
https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz -> electron-dep--chokidar-3.4.0.tgz
https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz -> electron-dep--chokidar-3.5.2.tgz
https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz -> electron-dep--chownr-1.1.4.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/cipher-base/-/cipher-base-1.0.4.tgz -> electron-dep--cipher-base-1.0.4.tgz
https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz -> electron-dep--class-utils-0.3.6.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/cli-width/-/cli-width-3.0.0.tgz -> electron-dep--cli-width-3.0.0.tgz
https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz -> electron-dep--cliui-5.0.0.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/code-point-at/-/code-point-at-1.1.0.tgz -> electron-dep--code-point-at-1.1.0.tgz
https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz -> electron-dep--collection-visit-1.0.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/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.0.tgz -> electron-dep--commander-2.20.0.tgz
https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz -> electron-dep--commander-4.1.1.tgz
https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz -> electron-dep--commander-5.1.0.tgz
https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz -> electron-dep--commander-6.2.0.tgz
https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz -> electron-dep--commondir-1.0.1.tgz
https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz -> electron-dep--component-emitter-1.3.0.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-1.6.2.tgz -> electron-dep--concat-stream-1.6.2.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/console-browserify/-/console-browserify-1.1.0.tgz -> electron-dep--console-browserify-1.1.0.tgz
https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz -> electron-dep--console-control-strings-1.1.0.tgz
https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz -> electron-dep--constants-browserify-1.0.0.tgz
https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz -> electron-dep--contains-path-0.1.0.tgz
https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz -> electron-dep--content-disposition-0.5.3.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.4.0.tgz -> electron-dep--cookie-0.4.0.tgz
https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz -> electron-dep--copy-concurrently-1.0.5.tgz
https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz -> electron-dep--copy-descriptor-0.1.1.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/create-ecdh/-/create-ecdh-4.0.3.tgz -> electron-dep--create-ecdh-4.0.3.tgz
https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz -> electron-dep--create-error-class-3.0.2.tgz
https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz -> electron-dep--create-hash-1.2.0.tgz
https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz -> electron-dep--create-hmac-1.1.7.tgz
https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz -> electron-dep--cross-spawn-6.0.5.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/crypto-browserify/-/crypto-browserify-3.12.0.tgz -> electron-dep--crypto-browserify-3.12.0.tgz
https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz -> electron-dep--cyclist-0.2.2.tgz
https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz -> electron-dep--date-now-0.1.4.tgz
https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz -> electron-dep--debug-log-1.0.1.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.6.tgz -> electron-dep--debug-3.2.6.tgz
https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz -> electron-dep--debug-4.1.1.tgz
https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz -> electron-dep--debug-4.3.2.tgz
https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz -> electron-dep--decamelize-1.2.0.tgz
https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz -> electron-dep--decode-uri-component-0.2.0.tgz
https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz -> electron-dep--decompress-response-3.3.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-1.1.3.tgz -> electron-dep--defer-to-connect-1.1.3.tgz
https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz -> electron-dep--define-properties-1.1.3.tgz
https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz -> electron-dep--define-property-0.2.5.tgz
https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz -> electron-dep--define-property-1.0.0.tgz
https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz -> electron-dep--define-property-2.0.2.tgz
https://registry.yarnpkg.com/deglob/-/deglob-4.0.1.tgz -> electron-dep--deglob-4.0.1.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/delegates/-/delegates-1.0.0.tgz -> electron-dep--delegates-1.0.0.tgz
https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz -> electron-dep--depd-1.1.2.tgz
https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz -> electron-dep--deprecation-2.3.1.tgz
https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz -> electron-dep--des.js-1.0.0.tgz
https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz -> electron-dep--destroy-1.0.4.tgz
https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz -> electron-dep--detect-file-1.0.0.tgz
https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz -> electron-dep--detect-libc-1.0.3.tgz
https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz -> electron-dep--diff-3.5.0.tgz
https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz -> electron-dep--diffie-hellman-5.0.3.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-1.5.0.tgz -> electron-dep--doctrine-1.5.0.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/domain-browser/-/domain-browser-1.2.0.tgz -> electron-dep--domain-browser-1.2.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-1.103.0.tgz -> electron-dep--dugite-1.103.0.tgz
https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz -> electron-dep--duplexer-0.1.1.tgz
https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz -> electron-dep--duplexer3-0.1.4.tgz
https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz -> electron-dep--duplexify-3.7.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/elliptic/-/elliptic-6.5.4.tgz -> electron-dep--elliptic-6.5.4.tgz
https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz -> electron-dep--emoji-regex-7.0.3.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-2.1.0.tgz -> electron-dep--emojis-list-2.1.0.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-4.2.0.tgz -> electron-dep--enhanced-resolve-4.2.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.0.0.tgz -> electron-dep--entities-2.0.0.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.13.0.tgz -> electron-dep--es-abstract-1.13.0.tgz
https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz -> electron-dep--es-abstract-1.17.6.tgz
https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz -> electron-dep--es-to-primitive-1.2.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-object-assign/-/es6-object-assign-1.1.0.tgz -> electron-dep--es6-object-assign-1.1.0.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/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.1.0.tgz -> electron-dep--eslint-config-standard-jsx-8.1.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-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz -> electron-dep--eslint-import-resolver-node-0.3.4.tgz
https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz -> electron-dep--eslint-module-utils-2.6.0.tgz
https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz -> electron-dep--eslint-plugin-es-2.0.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-import/-/eslint-plugin-import-2.18.2.tgz -> electron-dep--eslint-plugin-import-2.18.2.tgz
https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz -> electron-dep--eslint-plugin-import-2.22.0.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-node/-/eslint-plugin-node-10.0.0.tgz -> electron-dep--eslint-plugin-node-10.0.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.2.1.tgz -> electron-dep--eslint-plugin-promise-4.2.1.tgz
https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz -> electron-dep--eslint-plugin-react-7.14.3.tgz
https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz -> electron-dep--eslint-plugin-standard-4.0.0.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-typescript/-/eslint-plugin-typescript-0.14.0.tgz -> electron-dep--eslint-plugin-typescript-0.14.0.tgz
https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz -> electron-dep--eslint-scope-4.0.3.tgz
https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz -> electron-dep--eslint-scope-5.0.0.tgz
https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz -> electron-dep--eslint-scope-5.1.0.tgz
https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz -> electron-dep--eslint-utils-1.4.3.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-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-1.3.0.tgz -> electron-dep--eslint-visitor-keys-1.3.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/-/eslint-6.8.0.tgz -> electron-dep--eslint-6.8.0.tgz
https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz -> electron-dep--eslint-7.4.0.tgz
https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz -> electron-dep--espree-6.2.1.tgz
https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz -> electron-dep--espree-7.1.0.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.0.1.tgz -> electron-dep--esquery-1.0.1.tgz
https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz -> electron-dep--esquery-1.3.1.tgz
https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz -> electron-dep--esrecurse-4.2.1.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/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-1.1.1.tgz -> electron-dep--events-1.1.1.tgz
https://registry.yarnpkg.com/events/-/events-3.0.0.tgz -> electron-dep--events-3.0.0.tgz
https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz -> electron-dep--evp_bytestokey-1.0.3.tgz
https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz -> electron-dep--execa-4.0.3.tgz
https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz -> electron-dep--expand-brackets-2.1.4.tgz
https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz -> electron-dep--expand-tilde-2.0.2.tgz
https://registry.yarnpkg.com/express/-/express-4.17.1.tgz -> electron-dep--express-4.17.1.tgz
https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz -> electron-dep--extend-shallow-2.0.1.tgz
https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz -> electron-dep--extend-shallow-3.0.2.tgz
https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz -> electron-dep--extend-3.0.2.tgz
https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz -> electron-dep--external-editor-3.1.0.tgz
https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz -> electron-dep--extglob-2.0.4.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.4.tgz -> electron-dep--fast-glob-3.2.4.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/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/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-5.0.1.tgz -> electron-dep--file-entry-cache-5.0.1.tgz
https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz -> electron-dep--fill-range-4.0.0.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.1.2.tgz -> electron-dep--finalhandler-1.1.2.tgz
https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz -> electron-dep--find-cache-dir-2.1.0.tgz
https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz -> electron-dep--find-root-1.1.0.tgz
https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz -> electron-dep--find-up-2.1.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/findup-sync/-/findup-sync-3.0.0.tgz -> electron-dep--findup-sync-3.0.0.tgz
https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz -> electron-dep--flat-cache-2.0.1.tgz
https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz -> electron-dep--flatted-2.0.1.tgz
https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz -> electron-dep--flush-write-stream-1.1.1.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-in/-/for-in-1.0.2.tgz -> electron-dep--for-in-1.0.2.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.1.2.tgz -> electron-dep--forwarded-0.1.2.tgz
https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz -> electron-dep--fragment-cache-0.2.1.tgz
https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz -> electron-dep--fresh-0.5.2.tgz
https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz -> electron-dep--from2-2.3.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-1.2.7.tgz -> electron-dep--fs-minipass-1.2.7.tgz
https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz -> electron-dep--fs-write-stream-atomic-1.0.10.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-1.2.9.tgz -> electron-dep--fsevents-1.2.9.tgz
https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz -> electron-dep--fsevents-2.1.3.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/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz -> electron-dep--functional-red-black-tree-1.0.1.tgz
https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz -> electron-dep--gauge-2.7.4.tgz
https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz -> electron-dep--get-caller-file-2.0.5.tgz
https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz -> electron-dep--get-func-name-2.0.0.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-7.0.0.tgz -> electron-dep--get-stdin-7.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-stream/-/get-stream-3.0.0.tgz -> electron-dep--get-stream-3.0.0.tgz
https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz -> electron-dep--get-stream-4.1.0.tgz
https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz -> electron-dep--get-stream-5.1.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-value/-/get-value-2.0.6.tgz -> electron-dep--get-value-2.0.6.tgz
https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz -> electron-dep--glob-parent-3.1.0.tgz
https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz -> electron-dep--glob-parent-5.1.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/-/glob-7.1.6.tgz -> electron-dep--glob-7.1.6.tgz
https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz -> electron-dep--glob-7.2.0.tgz
https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz -> electron-dep--global-modules-1.0.0.tgz
https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz -> electron-dep--global-modules-2.0.0.tgz
https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz -> electron-dep--global-prefix-1.0.2.tgz
https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz -> electron-dep--global-prefix-3.0.0.tgz
https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz -> electron-dep--globals-12.4.0.tgz
https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz -> electron-dep--globby-11.0.1.tgz
https://registry.yarnpkg.com/got/-/got-6.7.1.tgz -> electron-dep--got-6.7.1.tgz
https://registry.yarnpkg.com/got/-/got-9.6.0.tgz -> electron-dep--got-9.6.0.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.0.tgz -> electron-dep--graceful-fs-4.2.0.tgz
https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz -> electron-dep--graceful-fs-4.2.3.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-symbols/-/has-symbols-1.0.0.tgz -> electron-dep--has-symbols-1.0.0.tgz
https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz -> electron-dep--has-symbols-1.0.1.tgz
https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz -> electron-dep--has-unicode-2.0.1.tgz
https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz -> electron-dep--has-value-0.3.1.tgz
https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz -> electron-dep--has-value-1.0.0.tgz
https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz -> electron-dep--has-values-0.1.4.tgz
https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz -> electron-dep--has-values-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/hash-base/-/hash-base-3.0.4.tgz -> electron-dep--hash-base-3.0.4.tgz
https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz -> electron-dep--hash.js-1.1.7.tgz
https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz -> electron-dep--highlight.js-9.18.5.tgz
https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz -> electron-dep--hmac-drbg-1.0.1.tgz
https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz -> electron-dep--homedir-polyfill-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.0.tgz -> electron-dep--http-cache-semantics-4.1.0.tgz
https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz -> electron-dep--http-errors-1.7.2.tgz
https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz -> electron-dep--http-errors-1.7.3.tgz
https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz -> electron-dep--https-browserify-1.0.0.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-6.0.0.tgz -> electron-dep--husky-6.0.0.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.1.13.tgz -> electron-dep--ieee754-1.1.13.tgz
https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz -> electron-dep--iferr-0.1.5.tgz
https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz -> electron-dep--ignore-walk-3.0.1.tgz
https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz -> electron-dep--ignore-4.0.6.tgz
https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz -> electron-dep--ignore-5.1.8.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-local/-/import-local-2.0.0.tgz -> electron-dep--import-local-2.0.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/infer-owner/-/infer-owner-1.0.4.tgz -> electron-dep--infer-owner-1.0.4.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.1.tgz -> electron-dep--inherits-2.0.1.tgz
https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz -> electron-dep--inherits-2.0.3.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/inquirer/-/inquirer-7.3.0.tgz -> electron-dep--inquirer-7.3.0.tgz
https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz -> electron-dep--interpret-1.4.0.tgz
https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz -> electron-dep--ipaddr.js-1.9.0.tgz
https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz -> electron-dep--is-accessor-descriptor-0.1.6.tgz
https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz -> electron-dep--is-accessor-descriptor-1.0.0.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-arrayish/-/is-arrayish-0.2.1.tgz -> electron-dep--is-arrayish-0.2.1.tgz
https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz -> electron-dep--is-binary-path-1.0.1.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-buffer/-/is-buffer-1.1.6.tgz -> electron-dep--is-buffer-1.1.6.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-callable/-/is-callable-1.1.4.tgz -> electron-dep--is-callable-1.1.4.tgz
https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz -> electron-dep--is-callable-1.2.0.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-data-descriptor/-/is-data-descriptor-0.1.4.tgz -> electron-dep--is-data-descriptor-0.1.4.tgz
https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz -> electron-dep--is-data-descriptor-1.0.0.tgz
https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz -> electron-dep--is-date-object-1.0.1.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-descriptor/-/is-descriptor-0.1.6.tgz -> electron-dep--is-descriptor-0.1.6.tgz
https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz -> electron-dep--is-descriptor-1.0.2.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-extendable/-/is-extendable-0.1.1.tgz -> electron-dep--is-extendable-0.1.1.tgz
https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz -> electron-dep--is-extendable-1.0.1.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-1.0.0.tgz -> electron-dep--is-fullwidth-code-point-1.0.0.tgz
https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz -> electron-dep--is-fullwidth-code-point-2.0.0.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-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-number/-/is-number-3.0.0.tgz -> electron-dep--is-number-3.0.0.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-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-4.1.1.tgz -> electron-dep--is-plain-object-4.1.1.tgz
https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz -> electron-dep--is-redirect-1.0.0.tgz
https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz -> electron-dep--is-regex-1.0.4.tgz
https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz -> electron-dep--is-regex-1.1.0.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-retry-allowed/-/is-retry-allowed-1.2.0.tgz -> electron-dep--is-retry-allowed-1.2.0.tgz
https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz -> electron-dep--is-stream-1.1.0.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.5.tgz -> electron-dep--is-string-1.0.5.tgz
https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz -> electron-dep--is-symbol-1.0.2.tgz
https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz -> electron-dep--is-windows-1.0.2.tgz
https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz -> electron-dep--is-wsl-1.1.0.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-2.1.0.tgz -> electron-dep--isobject-2.1.0.tgz
https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz -> electron-dep--isobject-3.0.1.tgz
https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz -> electron-dep--jmespath-0.15.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-3.14.0.tgz -> electron-dep--js-yaml-3.14.0.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/json-buffer/-/json-buffer-3.0.0.tgz -> electron-dep--json-buffer-3.0.0.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-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/json5/-/json5-1.0.1.tgz -> electron-dep--json5-1.0.1.tgz
https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz -> electron-dep--json5-2.1.3.tgz
https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz -> electron-dep--json5-2.2.0.tgz
https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.1.tgz -> electron-dep--jsonc-parser-2.3.1.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-8.5.1.tgz -> electron-dep--jsonwebtoken-8.5.1.tgz
https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz -> electron-dep--jsx-ast-utils-2.4.1.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-3.1.0.tgz -> electron-dep--keyv-3.1.0.tgz
https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz -> electron-dep--kind-of-3.2.2.tgz
https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz -> electron-dep--kind-of-4.0.0.tgz
https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz -> electron-dep--kind-of-5.1.0.tgz
https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz -> electron-dep--kind-of-6.0.2.tgz
https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz -> electron-dep--klaw-3.0.0.tgz
https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz -> electron-dep--levn-0.3.0.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-2.2.0.tgz -> electron-dep--linkify-it-2.2.0.tgz
https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz -> electron-dep--linkify-it-3.0.2.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-2.0.0.tgz -> electron-dep--load-json-file-2.0.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-2.4.0.tgz -> electron-dep--loader-runner-2.4.0.tgz
https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz -> electron-dep--loader-utils-1.2.3.tgz
https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz -> electron-dep--loader-utils-1.4.0.tgz
https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz -> electron-dep--loader-utils-2.0.0.tgz
https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz -> electron-dep--locate-path-2.0.0.tgz
https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz -> electron-dep--locate-path-3.0.0.tgz
https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz -> electron-dep--lodash.camelcase-4.3.0.tgz
https://registry.yarnpkg.com/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz -> electron-dep--lodash.differencewith-4.5.0.tgz
https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz -> electron-dep--lodash.flatten-4.4.0.tgz
https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz -> electron-dep--lodash.includes-4.3.0.tgz
https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz -> electron-dep--lodash.isboolean-3.0.3.tgz
https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz -> electron-dep--lodash.isinteger-4.0.4.tgz
https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz -> electron-dep--lodash.isnumber-3.0.3.tgz
https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz -> electron-dep--lodash.isplainobject-4.0.6.tgz
https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz -> electron-dep--lodash.isstring-4.0.1.tgz
https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz -> electron-dep--lodash.once-4.1.1.tgz
https://registry.yarnpkg.com/lodash.range/-/lodash.range-3.2.0.tgz -> electron-dep--lodash.range-3.2.0.tgz
https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz -> electron-dep--lodash-4.17.21.tgz
https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz -> electron-dep--log-symbols-2.2.0.tgz
https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz -> electron-dep--log-symbols-3.0.0.tgz
https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz -> electron-dep--log-symbols-4.0.0.tgz
https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz -> electron-dep--log-update-4.0.0.tgz
https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.0.0.tgz -> electron-dep--longest-streak-3.0.0.tgz
https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz -> electron-dep--loose-envify-1.4.0.tgz
https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz -> electron-dep--lowercase-keys-1.0.1.tgz
https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz -> electron-dep--lowercase-keys-2.0.0.tgz
https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz -> electron-dep--lru-cache-5.1.1.tgz
https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz -> electron-dep--lru-cache-6.0.0.tgz
https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz -> electron-dep--make-dir-2.1.0.tgz
https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz -> electron-dep--make-error-1.3.5.tgz
https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz -> electron-dep--map-cache-0.2.2.tgz
https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz -> electron-dep--map-visit-1.0.0.tgz
https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz -> electron-dep--markdown-it-10.0.0.tgz
https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz -> electron-dep--markdown-it-11.0.0.tgz
https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.25.0.tgz -> electron-dep--markdownlint-cli-0.25.0.tgz
https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.12.0.tgz -> electron-dep--markdownlint-rule-helpers-0.12.0.tgz
https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.21.1.tgz -> electron-dep--markdownlint-0.21.1.tgz
https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.1.2.tgz -> electron-dep--matcher-collection-1.1.2.tgz
https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz -> electron-dep--md5.js-1.3.5.tgz
https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-1.1.1.tgz -> electron-dep--mdast-comment-marker-1.1.1.tgz
https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.0.0.tgz -> electron-dep--mdast-util-from-markdown-1.0.0.tgz
https://registry.yarnpkg.com/mdast-util-heading-style/-/mdast-util-heading-style-1.0.5.tgz -> electron-dep--mdast-util-heading-style-1.0.5.tgz
https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.1.1.tgz -> electron-dep--mdast-util-to-markdown-1.1.1.tgz
https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.0.6.tgz -> electron-dep--mdast-util-to-string-1.0.6.tgz
https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz -> electron-dep--mdast-util-to-string-3.1.0.tgz
https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz -> electron-dep--mdurl-1.0.1.tgz
https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz -> electron-dep--media-typer-0.3.0.tgz
https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz -> electron-dep--memory-fs-0.4.1.tgz
https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz -> electron-dep--memory-fs-0.5.0.tgz
https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz -> electron-dep--merge-descriptors-1.0.1.tgz
https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz -> electron-dep--merge-stream-2.0.0.tgz
https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz -> electron-dep--merge2-1.4.1.tgz
https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz -> electron-dep--methods-1.1.2.tgz
https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.0.0.tgz -> electron-dep--micromark-core-commonmark-1.0.0.tgz
https://registry.yarnpkg.com/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz -> electron-dep--micromark-factory-destination-1.0.0.tgz
https://registry.yarnpkg.com/micromark-factory-label/-/micromark-factory-label-1.0.0.tgz -> electron-dep--micromark-factory-label-1.0.0.tgz
https://registry.yarnpkg.com/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz -> electron-dep--micromark-factory-space-1.0.0.tgz
https://registry.yarnpkg.com/micromark-factory-title/-/micromark-factory-title-1.0.0.tgz -> electron-dep--micromark-factory-title-1.0.0.tgz
https://registry.yarnpkg.com/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz -> electron-dep--micromark-factory-whitespace-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-1.1.0.tgz -> electron-dep--micromark-util-character-1.1.0.tgz
https://registry.yarnpkg.com/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz -> electron-dep--micromark-util-chunked-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz -> electron-dep--micromark-util-classify-character-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz -> electron-dep--micromark-util-combine-extensions-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz -> electron-dep--micromark-util-decode-numeric-character-reference-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-1.0.0.tgz -> electron-dep--micromark-util-encode-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.0.0.tgz -> electron-dep--micromark-util-html-tag-name-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz -> electron-dep--micromark-util-normalize-identifier-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz -> electron-dep--micromark-util-resolve-all-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.0.0.tgz -> electron-dep--micromark-util-sanitize-uri-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.0.tgz -> electron-dep--micromark-util-subtokenize-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-1.0.0.tgz -> electron-dep--micromark-util-symbol-1.0.0.tgz
https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-1.0.0.tgz -> electron-dep--micromark-util-types-1.0.0.tgz
https://registry.yarnpkg.com/micromark/-/micromark-3.0.3.tgz -> electron-dep--micromark-3.0.3.tgz
https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz -> electron-dep--micromatch-3.1.10.tgz
https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz -> electron-dep--micromatch-4.0.2.tgz
https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz -> electron-dep--miller-rabin-4.0.1.tgz
https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz -> electron-dep--mime-db-1.40.0.tgz
https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz -> electron-dep--mime-db-1.52.0.tgz
https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz -> electron-dep--mime-types-2.1.24.tgz
https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz -> electron-dep--mime-types-2.1.35.tgz
https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz -> electron-dep--mime-1.6.0.tgz
https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz -> electron-dep--mimic-fn-1.2.0.tgz
https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz -> electron-dep--mimic-fn-2.1.0.tgz
https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz -> electron-dep--mimic-response-1.0.1.tgz
https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz -> electron-dep--minimalistic-assert-1.0.1.tgz
https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz -> electron-dep--minimalistic-crypto-utils-1.0.1.tgz
https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz -> electron-dep--minimatch-3.0.4.tgz
https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz -> electron-dep--minimist-1.2.6.tgz
https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz -> electron-dep--minipass-2.9.0.tgz
https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz -> electron-dep--minizlib-1.3.3.tgz
https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz -> electron-dep--mississippi-3.0.0.tgz
https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz -> electron-dep--mixin-deep-1.3.2.tgz
https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz -> electron-dep--mkdirp-0.5.5.tgz
https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz -> electron-dep--move-concurrently-1.0.1.tgz
https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz -> electron-dep--ms-2.0.0.tgz
https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz -> electron-dep--ms-2.1.1.tgz
https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz -> electron-dep--ms-2.1.2.tgz
https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz -> electron-dep--mute-stream-0.0.8.tgz
https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz -> electron-dep--nanomatch-1.2.13.tgz
https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz -> electron-dep--natural-compare-1.4.0.tgz
https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz -> electron-dep--needle-2.4.0.tgz
https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz -> electron-dep--negotiator-0.6.2.tgz
https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz -> electron-dep--neo-async-2.6.1.tgz
https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz -> electron-dep--nice-try-1.0.5.tgz
https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz -> electron-dep--node-fetch-2.6.7.tgz
https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz -> electron-dep--node-libs-browser-2.2.1.tgz
https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz -> electron-dep--node-pre-gyp-0.12.0.tgz
https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz -> electron-dep--nopt-4.0.1.tgz
https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz -> electron-dep--normalize-package-data-2.5.0.tgz
https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz -> electron-dep--normalize-path-2.1.1.tgz
https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz -> electron-dep--normalize-path-3.0.0.tgz
https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz -> electron-dep--normalize-url-4.5.1.tgz
https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz -> electron-dep--npm-bundled-1.0.6.tgz
https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz -> electron-dep--npm-packlist-1.4.4.tgz
https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz -> electron-dep--npm-run-path-4.0.1.tgz
https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz -> electron-dep--npmlog-4.1.2.tgz
https://registry.yarnpkg.com/null-loader/-/null-loader-4.0.0.tgz -> electron-dep--null-loader-4.0.0.tgz
https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz -> electron-dep--number-is-nan-1.0.1.tgz
https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz -> electron-dep--object-assign-4.1.1.tgz
https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz -> electron-dep--object-copy-0.1.0.tgz
https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz -> electron-dep--object-inspect-1.8.0.tgz
https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz -> electron-dep--object-keys-1.1.1.tgz
https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz -> electron-dep--object-visit-1.0.1.tgz
https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz -> electron-dep--object.assign-4.1.0.tgz
https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz -> electron-dep--object.entries-1.1.2.tgz
https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz -> electron-dep--object.fromentries-2.0.2.tgz
https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz -> electron-dep--object.pick-1.3.0.tgz
https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz -> electron-dep--object.values-1.1.1.tgz
https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz -> electron-dep--on-finished-2.3.0.tgz
https://registry.yarnpkg.com/once/-/once-1.4.0.tgz -> electron-dep--once-1.4.0.tgz
https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz -> electron-dep--onetime-2.0.1.tgz
https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz -> electron-dep--onetime-5.1.0.tgz
https://registry.yarnpkg.com/optimist/-/optimist-0.3.7.tgz -> electron-dep--optimist-0.3.7.tgz
https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz -> electron-dep--optionator-0.8.3.tgz
https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz -> electron-dep--optionator-0.9.1.tgz
https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz -> electron-dep--ora-3.4.0.tgz
https://registry.yarnpkg.com/ora/-/ora-4.0.3.tgz -> electron-dep--ora-4.0.3.tgz
https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz -> electron-dep--os-browserify-0.3.0.tgz
https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz -> electron-dep--os-homedir-1.0.2.tgz
https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz -> electron-dep--os-tmpdir-1.0.2.tgz
https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz -> electron-dep--osenv-0.1.5.tgz
https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz -> electron-dep--p-cancelable-1.1.0.tgz
https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz -> electron-dep--p-limit-1.3.0.tgz
https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz -> electron-dep--p-limit-2.2.0.tgz
https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz -> electron-dep--p-locate-2.0.0.tgz
https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz -> electron-dep--p-locate-3.0.0.tgz
https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz -> electron-dep--p-map-4.0.0.tgz
https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz -> electron-dep--p-try-1.0.0.tgz
https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz -> electron-dep--p-try-2.2.0.tgz
https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz -> electron-dep--pako-1.0.10.tgz
https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz -> electron-dep--parallel-transform-1.1.0.tgz
https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz -> electron-dep--parent-module-1.0.1.tgz
https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz -> electron-dep--parse-asn1-5.1.4.tgz
https://registry.yarnpkg.com/parse-entities/-/parse-entities-3.0.0.tgz -> electron-dep--parse-entities-3.0.0.tgz
https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-0.4.0.tgz -> electron-dep--parse-gitignore-0.4.0.tgz
https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz -> electron-dep--parse-json-2.2.0.tgz
https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz -> electron-dep--parse-json-4.0.0.tgz
https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz -> electron-dep--parse-json-5.0.0.tgz
https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz -> electron-dep--parse-ms-2.1.0.tgz
https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz -> electron-dep--parse-passwd-1.0.0.tgz
https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz -> electron-dep--parseurl-1.3.3.tgz
https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz -> electron-dep--pascalcase-0.1.1.tgz
https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz -> electron-dep--path-browserify-0.0.1.tgz
https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz -> electron-dep--path-dirname-1.0.2.tgz
https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz -> electron-dep--path-exists-3.0.0.tgz
https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz -> electron-dep--path-is-absolute-1.0.1.tgz
https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz -> electron-dep--path-key-2.0.1.tgz
https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz -> electron-dep--path-key-3.1.1.tgz
https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz -> electron-dep--path-parse-1.0.7.tgz
https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz -> electron-dep--path-to-regexp-0.1.7.tgz
https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz -> electron-dep--path-type-2.0.0.tgz
https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz -> electron-dep--path-type-4.0.0.tgz
https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz -> electron-dep--pathval-1.1.1.tgz
https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz -> electron-dep--pbkdf2-3.0.17.tgz
https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz -> electron-dep--picomatch-2.0.7.tgz
https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz -> electron-dep--picomatch-2.2.2.tgz
https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz -> electron-dep--pify-2.3.0.tgz
https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz -> electron-dep--pify-4.0.1.tgz
https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-3.1.0.tgz -> electron-dep--pkg-conf-3.1.0.tgz
https://registry.yarnpkg.com/pkg-config/-/pkg-config-1.1.1.tgz -> electron-dep--pkg-config-1.1.1.tgz
https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz -> electron-dep--pkg-dir-2.0.0.tgz
https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz -> electron-dep--pkg-dir-3.0.0.tgz
https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz -> electron-dep--please-upgrade-node-3.2.0.tgz
https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz -> electron-dep--pluralize-8.0.0.tgz
https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz -> electron-dep--posix-character-classes-0.1.1.tgz
https://registry.yarnpkg.com/pre-flight/-/pre-flight-1.1.1.tgz -> electron-dep--pre-flight-1.1.1.tgz
https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz -> electron-dep--prelude-ls-1.1.2.tgz
https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz -> electron-dep--prelude-ls-1.2.1.tgz
https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz -> electron-dep--prepend-http-1.0.4.tgz
https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz -> electron-dep--prepend-http-2.0.0.tgz
https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-5.0.0.tgz -> electron-dep--pretty-ms-5.0.0.tgz
https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-5.1.0.tgz -> electron-dep--pretty-ms-5.1.0.tgz
https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz -> electron-dep--process-nextick-args-2.0.1.tgz
https://registry.yarnpkg.com/process/-/process-0.11.10.tgz -> electron-dep--process-0.11.10.tgz
https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz -> electron-dep--progress-2.0.3.tgz
https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz -> electron-dep--promise-inflight-1.0.1.tgz
https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz -> electron-dep--prop-types-15.7.2.tgz
https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz -> electron-dep--proxy-addr-2.0.5.tgz
https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz -> electron-dep--prr-1.0.1.tgz
https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz -> electron-dep--psl-1.8.0.tgz
https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz -> electron-dep--public-encrypt-4.0.3.tgz
https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz -> electron-dep--pump-2.0.1.tgz
https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz -> electron-dep--pump-3.0.0.tgz
https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz -> electron-dep--pumpify-1.5.1.tgz
https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz -> electron-dep--punycode-1.3.2.tgz
https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz -> electron-dep--punycode-1.4.1.tgz
https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz -> electron-dep--punycode-2.1.1.tgz
https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz -> electron-dep--qs-6.7.0.tgz
https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz -> electron-dep--querystring-es3-0.2.1.tgz
https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz -> electron-dep--querystring-0.2.0.tgz
https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz -> electron-dep--ramda-0.27.0.tgz
https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz -> electron-dep--randombytes-2.1.0.tgz
https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz -> electron-dep--randomfill-1.0.4.tgz
https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz -> electron-dep--range-parser-1.2.1.tgz
https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz -> electron-dep--raw-body-2.4.0.tgz
https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz -> electron-dep--rc-1.2.8.tgz
https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz -> electron-dep--react-is-16.8.6.tgz
https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz -> electron-dep--read-pkg-up-2.0.0.tgz
https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz -> electron-dep--read-pkg-2.0.0.tgz
https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz -> electron-dep--readable-stream-2.3.6.tgz
https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz -> electron-dep--readable-stream-3.6.0.tgz
https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz -> electron-dep--readdirp-2.2.1.tgz
https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz -> electron-dep--readdirp-3.4.0.tgz
https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz -> electron-dep--readdirp-3.6.0.tgz
https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz -> electron-dep--rechoir-0.6.2.tgz
https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz -> electron-dep--regex-not-1.0.2.tgz
https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz -> electron-dep--regexpp-2.0.1.tgz
https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz -> electron-dep--regexpp-3.0.0.tgz
https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz -> electron-dep--regexpp-3.1.0.tgz
https://registry.yarnpkg.com/remark-cli/-/remark-cli-10.0.0.tgz -> electron-dep--remark-cli-10.0.0.tgz
https://registry.yarnpkg.com/remark-lint-blockquote-indentation/-/remark-lint-blockquote-indentation-2.0.1.tgz -> electron-dep--remark-lint-blockquote-indentation-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-code-block-style/-/remark-lint-code-block-style-2.0.1.tgz -> electron-dep--remark-lint-code-block-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-definition-case/-/remark-lint-definition-case-2.0.1.tgz -> electron-dep--remark-lint-definition-case-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-definition-spacing/-/remark-lint-definition-spacing-2.0.1.tgz -> electron-dep--remark-lint-definition-spacing-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-emphasis-marker/-/remark-lint-emphasis-marker-2.0.1.tgz -> electron-dep--remark-lint-emphasis-marker-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-2.0.1.tgz -> electron-dep--remark-lint-fenced-code-flag-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-fenced-code-marker/-/remark-lint-fenced-code-marker-2.0.1.tgz -> electron-dep--remark-lint-fenced-code-marker-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-file-extension/-/remark-lint-file-extension-1.0.3.tgz -> electron-dep--remark-lint-file-extension-1.0.3.tgz
https://registry.yarnpkg.com/remark-lint-final-definition/-/remark-lint-final-definition-2.1.0.tgz -> electron-dep--remark-lint-final-definition-2.1.0.tgz
https://registry.yarnpkg.com/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-2.0.1.tgz -> electron-dep--remark-lint-hard-break-spaces-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-heading-increment/-/remark-lint-heading-increment-2.0.1.tgz -> electron-dep--remark-lint-heading-increment-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-heading-style/-/remark-lint-heading-style-2.0.1.tgz -> electron-dep--remark-lint-heading-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-link-title-style/-/remark-lint-link-title-style-2.0.1.tgz -> electron-dep--remark-lint-link-title-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-list-item-content-indent/-/remark-lint-list-item-content-indent-2.0.1.tgz -> electron-dep--remark-lint-list-item-content-indent-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-list-item-indent/-/remark-lint-list-item-indent-2.0.1.tgz -> electron-dep--remark-lint-list-item-indent-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-list-item-spacing/-/remark-lint-list-item-spacing-3.0.0.tgz -> electron-dep--remark-lint-list-item-spacing-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-maximum-heading-length/-/remark-lint-maximum-heading-length-2.0.1.tgz -> electron-dep--remark-lint-maximum-heading-length-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-maximum-line-length/-/remark-lint-maximum-line-length-2.0.3.tgz -> electron-dep--remark-lint-maximum-line-length-2.0.3.tgz
https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-2.0.1.tgz -> electron-dep--remark-lint-no-auto-link-without-protocol-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-4.0.0.tgz -> electron-dep--remark-lint-no-blockquote-without-marker-4.0.0.tgz
https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-3.0.0.tgz -> electron-dep--remark-lint-no-consecutive-blank-lines-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-no-duplicate-headings/-/remark-lint-no-duplicate-headings-2.0.1.tgz -> electron-dep--remark-lint-no-duplicate-headings-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-emphasis-as-heading/-/remark-lint-no-emphasis-as-heading-2.0.1.tgz -> electron-dep--remark-lint-no-emphasis-as-heading-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-file-name-articles/-/remark-lint-no-file-name-articles-1.0.3.tgz -> electron-dep--remark-lint-no-file-name-articles-1.0.3.tgz
https://registry.yarnpkg.com/remark-lint-no-file-name-consecutive-dashes/-/remark-lint-no-file-name-consecutive-dashes-1.0.3.tgz -> electron-dep--remark-lint-no-file-name-consecutive-dashes-1.0.3.tgz
https://registry.yarnpkg.com/remark-lint-no-file-name-irregular-characters/-/remark-lint-no-file-name-irregular-characters-1.0.3.tgz -> electron-dep--remark-lint-no-file-name-irregular-characters-1.0.3.tgz
https://registry.yarnpkg.com/remark-lint-no-file-name-mixed-case/-/remark-lint-no-file-name-mixed-case-1.0.3.tgz -> electron-dep--remark-lint-no-file-name-mixed-case-1.0.3.tgz
https://registry.yarnpkg.com/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-1.0.4.tgz -> electron-dep--remark-lint-no-file-name-outer-dashes-1.0.4.tgz
https://registry.yarnpkg.com/remark-lint-no-heading-punctuation/-/remark-lint-no-heading-punctuation-2.0.1.tgz -> electron-dep--remark-lint-no-heading-punctuation-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-3.0.0.tgz -> electron-dep--remark-lint-no-inline-padding-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-no-literal-urls/-/remark-lint-no-literal-urls-2.0.1.tgz -> electron-dep--remark-lint-no-literal-urls-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-2.0.1.tgz -> electron-dep--remark-lint-no-multiple-toplevel-headings-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-shell-dollars/-/remark-lint-no-shell-dollars-2.0.2.tgz -> electron-dep--remark-lint-no-shell-dollars-2.0.2.tgz
https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-image/-/remark-lint-no-shortcut-reference-image-2.0.1.tgz -> electron-dep--remark-lint-no-shortcut-reference-image-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-2.0.1.tgz -> electron-dep--remark-lint-no-shortcut-reference-link-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-no-table-indentation/-/remark-lint-no-table-indentation-3.0.0.tgz -> electron-dep--remark-lint-no-table-indentation-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-ordered-list-marker-style/-/remark-lint-ordered-list-marker-style-2.0.1.tgz -> electron-dep--remark-lint-ordered-list-marker-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-ordered-list-marker-value/-/remark-lint-ordered-list-marker-value-2.0.1.tgz -> electron-dep--remark-lint-ordered-list-marker-value-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-rule-style/-/remark-lint-rule-style-2.0.1.tgz -> electron-dep--remark-lint-rule-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-strong-marker/-/remark-lint-strong-marker-2.0.1.tgz -> electron-dep--remark-lint-strong-marker-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-3.0.0.tgz -> electron-dep--remark-lint-table-cell-padding-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-table-pipe-alignment/-/remark-lint-table-pipe-alignment-2.0.1.tgz -> electron-dep--remark-lint-table-pipe-alignment-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint-table-pipes/-/remark-lint-table-pipes-3.0.0.tgz -> electron-dep--remark-lint-table-pipes-3.0.0.tgz
https://registry.yarnpkg.com/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-2.0.1.tgz -> electron-dep--remark-lint-unordered-list-marker-style-2.0.1.tgz
https://registry.yarnpkg.com/remark-lint/-/remark-lint-8.0.0.tgz -> electron-dep--remark-lint-8.0.0.tgz
https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-6.0.0.tgz -> electron-dep--remark-message-control-6.0.0.tgz
https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.0.tgz -> electron-dep--remark-parse-10.0.0.tgz
https://registry.yarnpkg.com/remark-preset-lint-markdown-style-guide/-/remark-preset-lint-markdown-style-guide-4.0.0.tgz -> electron-dep--remark-preset-lint-markdown-style-guide-4.0.0.tgz
https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-10.0.0.tgz -> electron-dep--remark-stringify-10.0.0.tgz
https://registry.yarnpkg.com/remark/-/remark-14.0.1.tgz -> electron-dep--remark-14.0.1.tgz
https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz -> electron-dep--remove-trailing-separator-1.1.0.tgz
https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz -> electron-dep--repeat-element-1.1.3.tgz
https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz -> electron-dep--repeat-string-1.6.1.tgz
https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz -> electron-dep--require-directory-2.1.1.tgz
https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz -> electron-dep--require-main-filename-2.0.0.tgz
https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz -> electron-dep--requireindex-1.1.0.tgz
https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz -> electron-dep--resolve-cwd-2.0.0.tgz
https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz -> electron-dep--resolve-dir-1.0.1.tgz
https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz -> electron-dep--resolve-from-3.0.0.tgz
https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz -> electron-dep--resolve-from-4.0.0.tgz
https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz -> electron-dep--resolve-url-0.2.1.tgz
https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz -> electron-dep--resolve-1.11.1.tgz
https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz -> electron-dep--resolve-1.17.0.tgz
https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz -> electron-dep--resolve-1.21.0.tgz
https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz -> electron-dep--responselike-1.0.2.tgz
https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz -> electron-dep--restore-cursor-2.0.0.tgz
https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz -> electron-dep--restore-cursor-3.1.0.tgz
https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz -> electron-dep--ret-0.1.15.tgz
https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz -> electron-dep--reusify-1.0.4.tgz
https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz -> electron-dep--rimraf-2.2.8.tgz
https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz -> electron-dep--rimraf-2.6.3.tgz
https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz -> electron-dep--ripemd160-2.0.2.tgz
https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz -> electron-dep--run-async-2.4.1.tgz
https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz -> electron-dep--run-parallel-1.1.9.tgz
https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz -> electron-dep--run-queue-1.0.3.tgz
https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz -> electron-dep--rxjs-6.6.0.tgz
https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz -> electron-dep--safe-buffer-5.1.2.tgz
https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz -> electron-dep--safe-buffer-5.2.1.tgz
https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz -> electron-dep--safe-regex-1.1.0.tgz
https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz -> electron-dep--safer-buffer-2.1.2.tgz
https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz -> electron-dep--sax-1.2.1.tgz
https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz -> electron-dep--sax-1.2.4.tgz
https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz -> electron-dep--schema-utils-1.0.0.tgz
https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz -> electron-dep--schema-utils-2.7.0.tgz
https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz -> electron-dep--semver-compare-1.0.0.tgz
https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz -> electron-dep--semver-5.7.0.tgz
https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz -> electron-dep--semver-5.7.1.tgz
https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz -> electron-dep--semver-6.2.0.tgz
https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz -> electron-dep--semver-6.3.0.tgz
https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz -> electron-dep--semver-7.3.2.tgz
https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz -> electron-dep--semver-7.3.5.tgz
https://registry.yarnpkg.com/send/-/send-0.17.1.tgz -> electron-dep--send-0.17.1.tgz
https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz -> electron-dep--serialize-javascript-2.1.2.tgz
https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz -> electron-dep--serve-static-1.14.1.tgz
https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz -> electron-dep--set-blocking-2.0.0.tgz
https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz -> electron-dep--set-value-2.0.1.tgz
https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz -> electron-dep--setimmediate-1.0.5.tgz
https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz -> electron-dep--setprototypeof-1.1.1.tgz
https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz -> electron-dep--sha.js-2.4.11.tgz
https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz -> electron-dep--shebang-command-1.2.0.tgz
https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz -> electron-dep--shebang-command-2.0.0.tgz
https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz -> electron-dep--shebang-regex-1.0.0.tgz
https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz -> electron-dep--shebang-regex-3.0.0.tgz
https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz -> electron-dep--shelljs-0.8.5.tgz
https://registry.yarnpkg.com/shx/-/shx-0.3.2.tgz -> electron-dep--shx-0.3.2.tgz
https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz -> electron-dep--signal-exit-3.0.2.tgz
https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz -> electron-dep--signal-exit-3.0.3.tgz
https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz -> electron-dep--slash-3.0.0.tgz
https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz -> electron-dep--slice-ansi-2.1.0.tgz
https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz -> electron-dep--slice-ansi-3.0.0.tgz
https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz -> electron-dep--slice-ansi-4.0.0.tgz
https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz -> electron-dep--sliced-1.0.1.tgz
https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz -> electron-dep--snapdragon-node-2.1.1.tgz
https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz -> electron-dep--snapdragon-util-3.0.1.tgz
https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz -> electron-dep--snapdragon-0.8.2.tgz
https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz -> electron-dep--source-list-map-2.0.1.tgz
https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz -> electron-dep--source-map-resolve-0.5.2.tgz
https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz -> electron-dep--source-map-support-0.5.12.tgz
https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz -> electron-dep--source-map-support-0.5.19.tgz
https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz -> electron-dep--source-map-url-0.4.0.tgz
https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz -> electron-dep--source-map-0.5.7.tgz
https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz -> electron-dep--source-map-0.6.1.tgz
https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz -> electron-dep--spdx-correct-3.1.0.tgz
https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz -> electron-dep--spdx-exceptions-2.2.0.tgz
https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz -> electron-dep--spdx-expression-parse-3.0.0.tgz
https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz -> electron-dep--spdx-license-ids-3.0.4.tgz
https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz -> electron-dep--split-string-3.1.0.tgz
https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz -> electron-dep--sprintf-js-1.0.3.tgz
https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz -> electron-dep--ssri-6.0.2.tgz
https://registry.yarnpkg.com/standard-engine/-/standard-engine-12.1.0.tgz -> electron-dep--standard-engine-12.1.0.tgz
https://registry.yarnpkg.com/standard-markdown/-/standard-markdown-6.0.0.tgz -> electron-dep--standard-markdown-6.0.0.tgz
https://registry.yarnpkg.com/standard/-/standard-14.3.4.tgz -> electron-dep--standard-14.3.4.tgz
https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz -> electron-dep--static-extend-0.1.2.tgz
https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz -> electron-dep--statuses-1.5.0.tgz
https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz -> electron-dep--stream-browserify-2.0.2.tgz
https://registry.yarnpkg.com/stream-chain/-/stream-chain-2.2.3.tgz -> electron-dep--stream-chain-2.2.3.tgz
https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz -> electron-dep--stream-each-1.2.3.tgz
https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz -> electron-dep--stream-http-2.8.3.tgz
https://registry.yarnpkg.com/stream-json/-/stream-json-1.7.1.tgz -> electron-dep--stream-json-1.7.1.tgz
https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz -> electron-dep--stream-shift-1.0.0.tgz
https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz -> electron-dep--string-argv-0.3.1.tgz
https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz -> electron-dep--string-width-1.0.2.tgz
https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz -> electron-dep--string-width-2.1.1.tgz
https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz -> electron-dep--string-width-3.1.0.tgz
https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz -> electron-dep--string-width-4.2.0.tgz
https://registry.yarnpkg.com/string-width/-/string-width-5.0.0.tgz -> electron-dep--string-width-5.0.0.tgz
https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz -> electron-dep--string.prototype.trimend-1.0.1.tgz
https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz -> electron-dep--string.prototype.trimstart-1.0.1.tgz
https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz -> electron-dep--string_decoder-1.1.1.tgz
https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz -> electron-dep--string_decoder-1.2.0.tgz
https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz -> electron-dep--string_decoder-1.3.0.tgz
https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz -> electron-dep--stringify-object-3.3.0.tgz
https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz -> electron-dep--strip-ansi-3.0.1.tgz
https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz -> electron-dep--strip-ansi-4.0.0.tgz
https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz -> electron-dep--strip-ansi-5.2.0.tgz
https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz -> electron-dep--strip-ansi-6.0.0.tgz
https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.0.tgz -> electron-dep--strip-ansi-7.0.0.tgz
https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz -> electron-dep--strip-bom-3.0.0.tgz
https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz -> electron-dep--strip-final-newline-2.0.0.tgz
https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz -> electron-dep--strip-json-comments-2.0.1.tgz
https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz -> electron-dep--strip-json-comments-3.1.0.tgz
https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz -> electron-dep--supports-color-5.5.0.tgz
https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz -> electron-dep--supports-color-6.1.0.tgz
https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz -> electron-dep--supports-color-7.1.0.tgz
https://registry.yarnpkg.com/supports-color/-/supports-color-9.0.2.tgz -> electron-dep--supports-color-9.0.2.tgz
https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz -> electron-dep--supports-preserve-symlinks-flag-1.0.0.tgz
https://registry.yarnpkg.com/table/-/table-5.4.6.tgz -> electron-dep--table-5.4.6.tgz
https://registry.yarnpkg.com/tap-parser/-/tap-parser-1.2.2.tgz -> electron-dep--tap-parser-1.2.2.tgz
https://registry.yarnpkg.com/tap-xunit/-/tap-xunit-2.4.1.tgz -> electron-dep--tap-xunit-2.4.1.tgz
https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz -> electron-dep--tapable-1.1.3.tgz
https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz -> electron-dep--tar-4.4.19.tgz
https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz -> electron-dep--temp-0.8.3.tgz
https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz -> electron-dep--terser-webpack-plugin-1.4.3.tgz
https://registry.yarnpkg.com/terser/-/terser-4.6.7.tgz -> electron-dep--terser-4.6.7.tgz
https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz -> electron-dep--text-table-0.2.0.tgz
https://registry.yarnpkg.com/through/-/through-2.3.8.tgz -> electron-dep--through-2.3.8.tgz
https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz -> electron-dep--through2-2.0.5.tgz
https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz -> electron-dep--timed-out-4.0.1.tgz
https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-1.4.2.tgz -> electron-dep--timers-browserify-1.4.2.tgz
https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.10.tgz -> electron-dep--timers-browserify-2.0.10.tgz
https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz -> electron-dep--tmp-0.0.33.tgz
https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz -> electron-dep--to-arraybuffer-1.0.1.tgz
https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz -> electron-dep--to-object-path-0.3.0.tgz
https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz -> electron-dep--to-readable-stream-1.0.0.tgz
https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz -> electron-dep--to-regex-range-2.1.1.tgz
https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz -> electron-dep--to-regex-range-5.0.1.tgz
https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz -> electron-dep--to-regex-3.0.2.tgz
https://registry.yarnpkg.com/to-vfile/-/to-vfile-7.2.1.tgz -> electron-dep--to-vfile-7.2.1.tgz
https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz -> electron-dep--toidentifier-1.0.0.tgz
https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz -> electron-dep--tough-cookie-4.0.0.tgz
https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz -> electron-dep--tr46-0.0.3.tgz
https://registry.yarnpkg.com/trough/-/trough-2.0.2.tgz -> electron-dep--trough-2.0.2.tgz
https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.2.tgz -> electron-dep--ts-loader-8.0.2.tgz
https://registry.yarnpkg.com/ts-node/-/ts-node-6.2.0.tgz -> electron-dep--ts-node-6.2.0.tgz
https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz -> electron-dep--tsconfig-paths-3.9.0.tgz
https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz -> electron-dep--tslib-1.10.0.tgz
https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz -> electron-dep--tslib-2.3.1.tgz
https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz -> electron-dep--tsutils-3.17.1.tgz
https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz -> electron-dep--tty-browserify-0.0.0.tgz
https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz -> electron-dep--tunnel-0.0.6.tgz
https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz -> electron-dep--type-check-0.3.2.tgz
https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz -> electron-dep--type-check-0.4.0.tgz
https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz -> electron-dep--type-detect-4.0.8.tgz
https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz -> electron-dep--type-fest-0.11.0.tgz
https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz -> electron-dep--type-fest-0.3.1.tgz
https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz -> electron-dep--type-fest-0.8.1.tgz
https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz -> electron-dep--type-is-1.6.18.tgz
https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz -> electron-dep--typedarray-0.0.6.tgz
https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz -> electron-dep--typescript-4.5.5.tgz
https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz -> electron-dep--uc.micro-1.0.6.tgz
https://registry.yarnpkg.com/unified-args/-/unified-args-9.0.2.tgz -> electron-dep--unified-args-9.0.2.tgz
https://registry.yarnpkg.com/unified-engine/-/unified-engine-9.0.3.tgz -> electron-dep--unified-engine-9.0.3.tgz
https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.4.tgz -> electron-dep--unified-lint-rule-1.0.4.tgz
https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-3.0.3.tgz -> electron-dep--unified-message-control-3.0.3.tgz
https://registry.yarnpkg.com/unified/-/unified-10.1.0.tgz -> electron-dep--unified-10.1.0.tgz
https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz -> electron-dep--union-value-1.0.1.tgz
https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz -> electron-dep--uniq-1.0.1.tgz
https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz -> electron-dep--unique-filename-1.1.1.tgz
https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz -> electron-dep--unique-slug-2.0.2.tgz
https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.4.tgz -> electron-dep--unist-util-generated-1.1.4.tgz
https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.6.tgz -> electron-dep--unist-util-generated-1.1.6.tgz
https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-7.0.0.tgz -> electron-dep--unist-util-inspect-7.0.0.tgz
https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz -> electron-dep--unist-util-is-4.1.0.tgz
https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.0.3.tgz -> electron-dep--unist-util-position-3.0.3.tgz
https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.1.tgz -> electron-dep--unist-util-stringify-position-2.0.1.tgz
https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz -> electron-dep--unist-util-stringify-position-3.0.0.tgz
https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz -> electron-dep--unist-util-visit-parents-3.1.1.tgz
https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz -> electron-dep--unist-util-visit-2.0.3.tgz
https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.0.tgz -> electron-dep--universal-github-app-jwt-1.1.0.tgz
https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz -> electron-dep--universal-user-agent-6.0.0.tgz
https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz -> electron-dep--universalify-0.1.2.tgz
https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz -> electron-dep--universalify-1.0.0.tgz
https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz -> electron-dep--unpipe-1.0.0.tgz
https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz -> electron-dep--unset-value-1.0.0.tgz
https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz -> electron-dep--unzip-response-2.0.1.tgz
https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz -> electron-dep--upath-1.1.2.tgz
https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz -> electron-dep--uri-js-4.4.1.tgz
https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz -> electron-dep--urix-0.1.0.tgz
https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz -> electron-dep--url-parse-lax-1.0.0.tgz
https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz -> electron-dep--url-parse-lax-3.0.0.tgz
https://registry.yarnpkg.com/url/-/url-0.10.3.tgz -> electron-dep--url-0.10.3.tgz
https://registry.yarnpkg.com/url/-/url-0.11.0.tgz -> electron-dep--url-0.11.0.tgz
https://registry.yarnpkg.com/use/-/use-3.1.1.tgz -> electron-dep--use-3.1.1.tgz
https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz -> electron-dep--util-deprecate-1.0.2.tgz
https://registry.yarnpkg.com/util/-/util-0.10.3.tgz -> electron-dep--util-0.10.3.tgz
https://registry.yarnpkg.com/util/-/util-0.11.1.tgz -> electron-dep--util-0.11.1.tgz
https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz -> electron-dep--utils-merge-1.0.1.tgz
https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz -> electron-dep--uuid-3.3.2.tgz
https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz -> electron-dep--uuid-8.3.2.tgz
https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz -> electron-dep--v8-compile-cache-2.1.1.tgz
https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz -> electron-dep--validate-npm-package-license-3.0.4.tgz
https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz -> electron-dep--vary-1.1.2.tgz
https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz -> electron-dep--vfile-location-3.2.0.tgz
https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.1.tgz -> electron-dep--vfile-message-3.0.1.tgz
https://registry.yarnpkg.com/vfile-reporter/-/vfile-reporter-7.0.1.tgz -> electron-dep--vfile-reporter-7.0.1.tgz
https://registry.yarnpkg.com/vfile-sort/-/vfile-sort-3.0.0.tgz -> electron-dep--vfile-sort-3.0.0.tgz
https://registry.yarnpkg.com/vfile-statistics/-/vfile-statistics-2.0.0.tgz -> electron-dep--vfile-statistics-2.0.0.tgz
https://registry.yarnpkg.com/vfile/-/vfile-5.0.2.tgz -> electron-dep--vfile-5.0.2.tgz
https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz -> electron-dep--vm-browserify-1.1.0.tgz
https://registry.yarnpkg.com/walk-sync/-/walk-sync-0.3.4.tgz -> electron-dep--walk-sync-0.3.4.tgz
https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz -> electron-dep--watchpack-chokidar2-2.0.0.tgz
https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.2.tgz -> electron-dep--watchpack-1.7.2.tgz
https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz -> electron-dep--wcwidth-1.0.1.tgz
https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz -> electron-dep--webidl-conversions-3.0.1.tgz
https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz -> electron-dep--webpack-cli-3.3.12.tgz
https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz -> electron-dep--webpack-sources-1.4.3.tgz
https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz -> electron-dep--webpack-4.43.0.tgz
https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz -> electron-dep--whatwg-url-5.0.0.tgz
https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz -> electron-dep--which-module-2.0.0.tgz
https://registry.yarnpkg.com/which/-/which-1.3.1.tgz -> electron-dep--which-1.3.1.tgz
https://registry.yarnpkg.com/which/-/which-2.0.2.tgz -> electron-dep--which-2.0.2.tgz
https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz -> electron-dep--wide-align-1.1.3.tgz
https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz -> electron-dep--word-wrap-1.2.3.tgz
https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz -> electron-dep--wordwrap-0.0.3.tgz
https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz -> electron-dep--worker-farm-1.7.0.tgz
https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz -> electron-dep--wrap-ansi-5.1.0.tgz
https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz -> electron-dep--wrap-ansi-6.2.0.tgz
https://registry.yarnpkg.com/wrapped/-/wrapped-1.0.1.tgz -> electron-dep--wrapped-1.0.1.tgz
https://registry.yarnpkg.com/wrapper-webpack-plugin/-/wrapper-webpack-plugin-2.1.0.tgz -> electron-dep--wrapper-webpack-plugin-2.1.0.tgz
https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz -> electron-dep--wrappy-1.0.2.tgz
https://registry.yarnpkg.com/write/-/write-1.0.3.tgz -> electron-dep--write-1.0.3.tgz
https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz -> electron-dep--xml2js-0.4.19.tgz
https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz -> electron-dep--xml2js-0.4.23.tgz
https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz -> electron-dep--xmlbuilder-11.0.1.tgz
https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz -> electron-dep--xmlbuilder-4.2.1.tgz
https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz -> electron-dep--xmlbuilder-9.0.7.tgz
https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz -> electron-dep--xtend-4.0.2.tgz
https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz -> electron-dep--y18n-4.0.1.tgz
https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz -> electron-dep--yallist-3.1.1.tgz
https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz -> electron-dep--yallist-4.0.0.tgz
https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz -> electron-dep--yaml-1.10.0.tgz
https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz -> electron-dep--yargs-parser-13.1.2.tgz
https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz -> electron-dep--yargs-13.3.2.tgz
https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz -> electron-dep--yn-2.0.0.tgz
https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.2.tgz -> electron-dep--zwitch-2.0.2.tgz
"
S="${WORKDIR}/${P}"
CHROMIUM_S="${WORKDIR}/${CHROMIUM_P}"
NODE_S="${CHROMIUM_S}/third_party/electron_node"
ROOT_S="${WORKDIR}/src"
LICENSE="BSD"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64"
IUSE="clang component-build cups custom-cflags cpu_flags_arm_neon
debug gtk4 headless +js-type-check kerberos lto pic +proprietary-codecs
pulseaudio screencast selinux +suid +system-harfbuzz +system-icu
+system-png system-ffmpeg vaapi wayland"
REQUIRED_USE="
component-build? ( !suid )
"
COMMON_X_DEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXfixes:=
>=x11-libs/libXi-1.6.0:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXtst:=
x11-libs/libxshmfence:=
virtual/opengl
"
COMMON_SNAPSHOT_DEPEND="
system-icu? ( >=dev-libs/icu-69.1:= )
>=dev-libs/libxml2-2.9.4-r3:=[icu]
dev-libs/nspr:=
>=dev-libs/nss-3.26:=
>=dev-libs/re2-0.2019.08.01:=
dev-libs/libxslt:=
media-libs/fontconfig:=
>=media-libs/freetype-2.11.0-r1:=
system-harfbuzz? ( >=media-libs/harfbuzz-3:0=[icu(-)] )
media-libs/libjpeg-turbo:=
system-png? ( media-libs/libpng:=[-apng] )
>=media-libs/libwebp-0.4.0:=
media-libs/mesa:=[gbm(+)]
>=media-libs/openh264-1.6.0:=
sys-libs/zlib:=
x11-libs/libdrm:=
!headless? (
dev-libs/glib:2
>=media-libs/alsa-lib-1.0.19:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/pciutils:=
kerberos? ( virtual/krb5 )
vaapi? ( >=media-libs/libva-2.7:=[X] )
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libxcb:=
x11-libs/libxkbcommon:=
wayland? (
dev-libs/wayland:=
screencast? ( media-video/pipewire:= )
)
)
"
COMMON_DEPEND="
${COMMON_SNAPSHOT_DEPEND}
>=app-eselect/eselect-electron-2.0
app-arch/bzip2:=
dev-libs/expat:=
system-ffmpeg? (
>=media-video/ffmpeg-5.0:=
|| (
media-video/ffmpeg[-samba]
>=net-fs/samba-4.5.10-r1[-debug(-)]
)
>=media-libs/opus-1.3.1:=
)
net-misc/curl[ssl]
sys-apps/dbus:=
media-libs/flac:=
sys-libs/zlib:=[minizip]
!headless? (
${COMMON_X_DEPEND}
>=app-accessibility/at-spi2-atk-2.26:2
>=app-accessibility/at-spi2-core-2.26:2
>=dev-libs/atk-2.26
cups? ( >=net-print/cups-1.3.11:= )
virtual/udev
x11-libs/cairo:=
x11-libs/pango:=
)
"
RDEPEND="${COMMON_DEPEND}
!headless? (
|| (
x11-libs/gtk+:3[X,wayland?]
gui-libs/gtk:4[X,wayland?]
)
)
x11-misc/xdg-utils
virtual/ttf-fonts
selinux? ( sec-policy/selinux-chromium )
"
DEPEND="${COMMON_DEPEND}
!headless? (
gtk4? ( gui-libs/gtk:4[X,wayland?] )
!gtk4? ( x11-libs/gtk+:3[X,wayland?] )
)
"
depend_clang_llvm_version() {
echo "sys-devel/clang:$1"
echo "sys-devel/llvm:$1"
echo "=sys-devel/lld-$1*"
}
depend_clang_llvm_versions() {
local _v
if [[ $# -gt 1 ]]; then
echo "|| ("
for _v in "$@"; do
echo "("
depend_clang_llvm_version "${_v}"
echo ")"
done
echo ")"
elif [[ $# -eq 1 ]]; then
depend_clang_llvm_version "$1"
fi
}
BDEPEND="
${COMMON_SNAPSHOT_DEPEND}
${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/unidiff[${PYTHON_USEDEP}]
')
>=app-arch/gzip-1.7
dev-lang/perl
>=dev-util/gn-0.1807
>=dev-util/gperf-3.0.3
>=dev-util/ninja-1.7.2
dev-vcs/git
>=net-libs/nodejs-7.6.0[inspector]
>=sys-devel/bison-2.4.3
sys-devel/flex
virtual/pkgconfig
js-type-check? ( virtual/jre )
clang? (
$(depend_clang_llvm_versions 13 14)
)
"
if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then
EBUILD_DEATH_HOOKS+=" chromium_pkg_die";
fi
python_check_deps() {
python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
python_has_version "dev-python/unidiff[${PYTHON_USEDEP}]"
}
llvm_check_deps() {
if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then
einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
if use clang && ! has_version -b "=sys-devel/lld-${LLVM_SLOT}*" ; then
einfo "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2
}
pre_build_checks() {
if [[ ${MERGE_TYPE} != binary ]]; then
local -x CPP="$(tc-getCXX) -E"
if tc-is-gcc && ! ver_test "$(gcc-version)" -ge 9.2; then
die "At least gcc 9.2 is required"
fi
if [[ ${CHROMIUM_FORCE_CLANG} == yes ]] || tc-is-clang; then
if use component-build; then
die "Component build with clang requires fuzzer headers."
fi
fi
fi
# Check build requirements, bug #541816 and bug #471810 .
CHECKREQS_MEMORY="4G"
CHECKREQS_DISK_BUILD="10G"
if ( shopt -s extglob; is-flagq '-g?(gdb)?([1-9])' ); then
CHECKREQS_DISK_BUILD="25G"
if ! use component-build; then
CHECKREQS_MEMORY="16G"
fi
elif use lto; then
CHECKREQS_DISK_BUILD="15G"
CHECKREQS_MEMORY="5G"
fi
check-reqs_${EBUILD_PHASE_FUNC}
}
pkg_pretend() {
pre_build_checks
if use headless; then
local headless_unused_flags=("cups" "kerberos" "pulseaudio" "vaapi" "wayland")
for myiuse in ${headless_unused_flags[@]}; do
use ${myiuse} && ewarn "Ignoring USE=${myiuse} since USE=headless is set."
done
fi
if use lto ; then
if ! use clang ; then
eerror "USE=lto when using GCC is currently known to be broken."
eerror "Either switch to USE=clang or set USE=-lto."
die "USE=lto without USE=clang is currently known to be broken."
fi
fi
}
pkg_setup() {
python-any-r1_pkg_setup
llvm_pkg_setup
pre_build_checks
chromium_suid_sandbox_check_kernel_config
# nvidia-drivers does not work correctly with Wayland due to unsupported EGLStreams
if use wayland && ! use headless && has_version "x11-drivers/nvidia-drivers"; then
ewarn "Proprietary nVidia driver does not work with Wayland. You can disable"
ewarn "Wayland by setting DISABLE_OZONE_PLATFORM=true in /etc/chromium/default."
fi
}
_get_install_suffix() {
local c=(${SLOT//\// })
local slot=${c[0]}
local suffix
if [[ "${slot}" == "0" ]]; then
suffix=""
else
suffix="-${slot}"
fi
echo -n "${suffix}"
}
_get_install_dir() {
echo -n "/usr/$(get_libdir)/electron$(_get_install_suffix)"
}
_get_target_arch() {
local myarch="$(tc-arch)"
local target_arch
if [[ $myarch = amd64 ]] ; then
target_arch=x64
elif [[ $myarch = x86 ]] ; then
target_arch=ia32
elif [[ $myarch = arm64 ]] ; then
target_arch=arm64
elif [[ $myarch = arm ]] ; then
target_arch=arm
else
die "Failed to determine target arch, got '$myarch'."
fi
echo -n "${target_arch}"
}
src_unpack() {
local a
local fn
mkdir -p "${WORKDIR}/yarn-cache" || die
for a in ${A} ; do
case "${a}" in
electron-dep*)
# Yarn artifact
fn="${a#electron-dep--}"
fn="${fn#electron-dep-}"
ln -s "${DISTDIR}/${a}" "${WORKDIR}/yarn-cache/${fn}" || die
;;
*)
# Fallback to the default unpacker.
unpack "${a}"
;;
esac
done
}
src_prepare() {
# Calling this here supports resumption via FEATURES=keepwork
python_setup
# Install Electron's JavaScript dependencies.
echo "yarn-offline-mirror \"${WORKDIR}/yarn-cache\"" >> "${S}/.yarnrc" || die
yarn install --ignore-optional --frozen-lockfile --offline \
--ignore-scripts --no-progress || die
# Electron's scripts expect the top dir to be called src/"
ln -s "${CHROMIUM_S}" "${ROOT_S}"
rsync -a "${S}/" "${CHROMIUM_S}/electron/" || die
mkdir -p "${NODE_S}/" || die
rsync -a "${WORKDIR}/${NODE_P}/" "${NODE_S}/" || die
cd "${CHROMIUM_S}/electron" || die
eapply "${FILESDIR}/electron-gn-config.patch"
eapply "${FILESDIR}/electron-std-vector-non-const.patch"
eapply "${FILESDIR}/electron-node-unbundle-deps.patch"
eapply "${FILESDIR}/electron-carve-out-binary-patches.patch"
cd "${NODE_S}" || die
eapply "${FILESDIR}/node-openssl-fips-decl-r1.patch"
# Apply Chromium patches from Electron.
cd "${WORKDIR}" || die
local repopath
local patchpath
("${EPYTHON}" "${FILESDIR}/fix_patches.py" "${S}/patches/config.json" || die) \
| while IFS=: read -r patchpath repopath; do
cd "${WORKDIR}/${repopath}" || die
eapply "${WORKDIR}/${patchpath}"
done
# Fix the NODE_MODULE_VERSION in supplied Node headers.
local node_module_version=$(grep \
'node_module_version =' "${CHROMIUM_S}/electron/build/args/all.gn" \
| sed -e "s/node_module_version = \([[:digit:]]\+\)/\\1/g")
[ -n "${node_module_version}" ] || die
sed -i -e "s/\(#define NODE_MODULE_VERSION\) \([[:digit:]]\+\)/\\1 ${node_module_version}/g" \
"${NODE_S}/src/node_version.h" || die
# Finally, apply Gentoo patches for Chromium.
cd "${CHROMIUM_S}" || die
eapply "${WORKDIR}/patches"
local chromium_patches=(
"${FILESDIR}/chromium-87-sql-make-VirtualCursor-standard-layout-type.patch"
"${FILESDIR}/chromium-93-InkDropHost-crash.patch"
"${FILESDIR}/chromium-97-arm-tflite-cast.patch"
"${FILESDIR}/chromium-98-EnumTable-crash.patch"
"${FILESDIR}/chromium-98-gtk4-build.patch"
"${FILESDIR}/chromium-101-libxml-unbundle.patch"
"${FILESDIR}/chromium-use-oauth2-client-switches-as-default.patch"
"${FILESDIR}/chromium-shim_headers.patch"
"${FILESDIR}/chromium-cross-compile.patch"
)
eapply "${chromium_patches[@]}"
mkdir -p third_party/node/linux/node-linux-x64/bin || die
ln -s "${EPREFIX}"/usr/bin/node \
third_party/node/linux/node-linux-x64/bin/node || die
# adjust python interpreter version
sed -i -e "s|\(^script_executable = \).*|\1\"${EPYTHON}\"|g" .gn || die
local keeplibs=(
third_party/electron_node
base/third_party/cityhash
base/third_party/double_conversion
base/third_party/dynamic_annotations
base/third_party/icu
base/third_party/nspr
base/third_party/superfasthash
base/third_party/symbolize
base/third_party/valgrind
base/third_party/xdg_mime
base/third_party/xdg_user_dirs
buildtools/third_party/libc++
buildtools/third_party/libc++abi
chrome/third_party/mozilla_security_manager
courgette/third_party
net/third_party/mozilla_security_manager
net/third_party/nss
net/third_party/quic
net/third_party/uri_template
third_party/abseil-cpp
third_party/angle
third_party/angle/src/common/third_party/base
third_party/angle/src/common/third_party/smhasher
third_party/angle/src/common/third_party/xxhash
third_party/angle/src/third_party/libXNVCtrl
third_party/angle/src/third_party/trace_event
third_party/angle/src/third_party/volk
third_party/apple_apsl
third_party/axe-core
third_party/blink
third_party/boringssl
third_party/boringssl/src/third_party/fiat
third_party/breakpad
third_party/breakpad/breakpad/src/third_party/curl
third_party/brotli
third_party/catapult
third_party/catapult/common/py_vulcanize/third_party/rcssmin
third_party/catapult/common/py_vulcanize/third_party/rjsmin
third_party/catapult/third_party/beautifulsoup4-4.9.3
third_party/catapult/third_party/html5lib-1.1
third_party/catapult/third_party/polymer
third_party/catapult/third_party/six
third_party/catapult/tracing/third_party/d3
third_party/catapult/tracing/third_party/gl-matrix
third_party/catapult/tracing/third_party/jpeg-js
third_party/catapult/tracing/third_party/jszip
third_party/catapult/tracing/third_party/mannwhitneyu
third_party/catapult/tracing/third_party/oboe
third_party/catapult/tracing/third_party/pako
third_party/ced
third_party/cld_3
third_party/closure_compiler
third_party/crashpad
third_party/crashpad/crashpad/third_party/lss
third_party/crashpad/crashpad/third_party/zlib
third_party/crc32c
third_party/cros_system_api
third_party/dav1d
third_party/dawn
third_party/dawn/third_party/gn/webgpu-cts
third_party/dawn/third_party/khronos
third_party/depot_tools
third_party/devscripts
third_party/devtools-frontend
third_party/devtools-frontend/src/front_end/third_party/acorn
third_party/devtools-frontend/src/front_end/third_party/additional_readme_paths.json
third_party/devtools-frontend/src/front_end/third_party/axe-core
third_party/devtools-frontend/src/front_end/third_party/chromium
third_party/devtools-frontend/src/front_end/third_party/codemirror
third_party/devtools-frontend/src/front_end/third_party/diff
third_party/devtools-frontend/src/front_end/third_party/i18n
third_party/devtools-frontend/src/front_end/third_party/intl-messageformat
third_party/devtools-frontend/src/front_end/third_party/lighthouse
third_party/devtools-frontend/src/front_end/third_party/lit-html
third_party/devtools-frontend/src/front_end/third_party/lodash-isequal
third_party/devtools-frontend/src/front_end/third_party/marked
third_party/devtools-frontend/src/front_end/third_party/puppeteer
third_party/devtools-frontend/src/front_end/third_party/wasmparser
third_party/devtools-frontend/src/test/unittests/front_end/third_party/i18n
third_party/devtools-frontend/src/third_party
third_party/distributed_point_functions
third_party/dom_distiller_js
third_party/eigen3
third_party/emoji-segmenter
third_party/farmhash
third_party/fdlibm
third_party/fft2d
third_party/flatbuffers
third_party/freetype
third_party/fusejs
third_party/highway
third_party/libgifcodec
third_party/liburlpattern
third_party/libzip
third_party/gemmlowp
third_party/google_input_tools
third_party/google_input_tools/third_party/closure_library
third_party/google_input_tools/third_party/closure_library/third_party/closure
third_party/googletest
third_party/hunspell
third_party/iccjpeg
third_party/inspector_protocol
third_party/jinja2
third_party/jsoncpp
third_party/jstemplate
third_party/khronos
third_party/leveldatabase
third_party/libaddressinput
third_party/libaom
third_party/libaom/source/libaom/third_party/fastfeat
third_party/libaom/source/libaom/third_party/vector
third_party/libaom/source/libaom/third_party/x86inc
third_party/libavif
third_party/libgav1
third_party/libjingle
third_party/libjxl
third_party/libphonenumber
third_party/libsecret
third_party/libsrtp
third_party/libsync
third_party/libudev
third_party/libva_protected_content
third_party/libvpx
third_party/libvpx/source/libvpx/third_party/x86inc
third_party/libwebm
third_party/libx11
third_party/libxcb-keysyms
third_party/libxml/chromium
third_party/libyuv
third_party/llvm
third_party/lottie
third_party/lss
third_party/lzma_sdk
third_party/mako
third_party/maldoca
third_party/maldoca/src/third_party/tensorflow_protos
third_party/maldoca/src/third_party/zlibwrapper
third_party/markupsafe
third_party/mesa
third_party/metrics_proto
third_party/minigbm
third_party/modp_b64
third_party/nasm
third_party/nearby
third_party/neon_2_sse
third_party/node
third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2
third_party/one_euro_filter
third_party/openscreen
third_party/openscreen/src/third_party/mozilla
third_party/openscreen/src/third_party/tinycbor/src/src
third_party/ots
third_party/pdfium
third_party/pdfium/third_party/agg23
third_party/pdfium/third_party/base
third_party/pdfium/third_party/bigint
third_party/pdfium/third_party/freetype
third_party/pdfium/third_party/lcms
third_party/pdfium/third_party/libopenjpeg20
third_party/pdfium/third_party/libpng16
third_party/pdfium/third_party/libtiff
third_party/pdfium/third_party/skia_shared
third_party/perfetto
third_party/perfetto/protos/third_party/chromium
third_party/pffft
third_party/ply
third_party/polymer
third_party/private-join-and-compute
third_party/private_membership
third_party/protobuf
third_party/protobuf/third_party/six
third_party/pyjson5
third_party/qcms
third_party/rnnoise
third_party/s2cellid
third_party/securemessage
third_party/shell-encryption
third_party/simplejson
third_party/skia
third_party/skia/include/third_party/skcms
third_party/skia/include/third_party/vulkan
third_party/skia/third_party/skcms
third_party/skia/third_party/vulkan
third_party/smhasher
third_party/snappy
third_party/sqlite
third_party/swiftshader
third_party/swiftshader/third_party/astc-encoder
third_party/swiftshader/third_party/llvm-subzero
third_party/swiftshader/third_party/marl
third_party/swiftshader/third_party/subzero
third_party/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1
third_party/swiftshader/third_party/SPIRV-Tools
third_party/tensorflow-text
third_party/tflite
third_party/tflite/src/third_party/eigen3
third_party/tflite/src/third_party/fft2d
third_party/ruy
third_party/six
third_party/ukey2
third_party/unrar
third_party/utf
third_party/vulkan
third_party/web-animations-js
third_party/webdriver
third_party/webgpu-cts
third_party/webrtc
third_party/webrtc/common_audio/third_party/ooura
third_party/webrtc/common_audio/third_party/spl_sqrt_floor
third_party/webrtc/modules/third_party/fft
third_party/webrtc/modules/third_party/g711
third_party/webrtc/modules/third_party/g722
third_party/webrtc/rtc_base/third_party/base64
third_party/webrtc/rtc_base/third_party/sigslot
third_party/widevine
third_party/woff2
third_party/wuffs
third_party/x11proto
third_party/xcbproto
third_party/zxcvbn-cpp
third_party/zlib/google
url/third_party/mozilla
v8/src/third_party/siphash
v8/src/third_party/valgrind
v8/src/third_party/utf8-decoder
v8/third_party/inspector_protocol
v8/third_party/v8
# gyp -> gn leftovers
base/third_party/libevent
third_party/speech-dispatcher
third_party/usb_ids
third_party/xdg-utils
)
if ! use system-ffmpeg; then
keeplibs+=( third_party/ffmpeg third_party/opus )
fi
if ! use system-icu; then
keeplibs+=( third_party/icu )
fi
if ! use system-png; then
keeplibs+=( third_party/libpng )
fi
if use system-harfbuzz; then
keeplibs+=( third_party/harfbuzz-ng/utils )
else
keeplibs+=( third_party/harfbuzz-ng )
fi
if use wayland && ! use headless ; then
keeplibs+=( third_party/wayland )
fi
if use arm64 || use ppc64 ; then
keeplibs+=( third_party/swiftshader/third_party/llvm-10.0 )
fi
# we need to generate ppc64 stuff because upstream does not ship it yet
# it has to be done before unbundling.
if use ppc64; then
pushd third_party/libvpx >/dev/null || die
mkdir -p source/config/linux/ppc64 || die
# requires git and clang, bug #832803
sed -i -e "s|^update_readme||g; s|clang-format|${EPREFIX}/bin/true|g" \
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
pushd third_party/ffmpeg >/dev/null || die
cp libavcodec/ppc/h264dsp.c libavcodec/ppc/h264dsp_ppc.c || die
cp libavcodec/ppc/h264qpel.c libavcodec/ppc/h264qpel_ppc.c || die
popd >/dev/null || die
fi
# Remove most bundled libraries. Some are still needed.
ebegin "Unbundling bundled libraries"
build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die
eend "OK"
if use js-type-check; then
ln -s "${EPREFIX}"/usr/bin/java third_party/jdk/current/bin/java || die
fi
# bundled eu-strip is for amd64 only and we don't want to pre-stripped binaries
mkdir -p buildtools/third_party/eu-strip/bin || die
ln -s "${EPREFIX}"/bin/true buildtools/third_party/eu-strip/bin/eu-strip || die
default
}
src_configure() {
# Calling this here supports resumption via FEATURES=keepwork
python_setup
local myconf_gn=""
local gn_target
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
cd "${CHROMIUM_S}" || die
if use clang && ! tc-is-clang ; then
# Force clang
einfo "Enforcing the use of clang due to USE=clang ..."
CC=${CHOST}-clang
CXX=${CHOST}-clang++
strip-unsupported-flags
elif ! use clang && ! tc-is-gcc ; then
# Force gcc
einfo "Enforcing the use of gcc due to USE=-clang ..."
CC=${CHOST}-gcc
CXX=${CHOST}-g++
strip-unsupported-flags
fi
if tc-is-clang; then
myconf_gn+=" is_clang=true clang_use_chrome_plugins=false"
else
myconf_gn+=" is_clang=false"
fi
# Define a custom toolchain for GN
myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\""
if tc-is-cross-compiler; then
tc-export BUILD_{AR,CC,CXX,NM}
myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\""
myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\""
myconf_gn+=" pkg_config=\"$(tc-getPKG_CONFIG)\""
myconf_gn+=" host_pkg_config=\"$(tc-getBUILD_PKG_CONFIG)\""
# setup cups-config, build system only uses --libs option
if use cups; then
mkdir "${T}/cups-config" || die
cp "${ESYSROOT}/usr/bin/${CHOST}-cups-config" "${T}/cups-config/cups-config" || die
export PATH="${PATH}:${T}/cups-config"
fi
# Don't inherit PKG_CONFIG_PATH from environment
local -x PKG_CONFIG_PATH=
else
myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\""
fi
# GN needs explicit config for Debug/Release as opposed to inferring it from build directory.
myconf_gn+=" is_debug=false"
# enable DCHECK with USE=debug only, increases chrome binary size by 30%, bug #811138.
# DCHECK is fatal by default, make it configurable at runtime, #bug 807881.
myconf_gn+=" dcheck_always_on=$(usex debug true false)"
myconf_gn+=" dcheck_is_configurable=$(usex debug true false)"
# Component build isn't generally intended for use by end users. It's mostly useful
# for development and debugging.
myconf_gn+=" is_component_build=$(usex component-build true false)"
# Disable nacl, we can't build without pnacl (http://crbug.com/269560).
myconf_gn+=" enable_nacl=false"
# Use system-provided libraries.
# TODO: freetype -- remove sources (https://bugs.chromium.org/p/pdfium/issues/detail?id=733).
# TODO: use_system_hunspell (upstream changes needed).
# TODO: use_system_protobuf (bug #525560).
# TODO: use_system_sqlite (http://crbug.com/22208).
# libevent: https://bugs.gentoo.org/593458
local gn_system_libraries=(
flac
fontconfig
freetype
# Need harfbuzz_from_pkgconfig target
#harfbuzz-ng
libdrm
libjpeg
libwebp
libxml
libxslt
openh264
re2
snappy
zlib
)
if use system-ffmpeg; then
gn_system_libraries+=( ffmpeg opus )
fi
if use system-icu; then
gn_system_libraries+=( icu )
fi
if use system-png; then
gn_system_libraries+=( libpng )
fi
build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die
# See dependency logic in third_party/BUILD.gn
myconf_gn+=" use_system_harfbuzz=$(usex system-harfbuzz true false)"
# Disable deprecated libgnome-keyring dependency, bug #713012
myconf_gn+=" use_gnome_keyring=false"
# Optional dependencies.
myconf_gn+=" enable_js_type_check=$(usex js-type-check true false)"
myconf_gn+=" enable_hangout_services_extension=false"
myconf_gn+=" enable_widevine=false"
if use headless; then
myconf_gn+=" use_cups=false"
myconf_gn+=" use_kerberos=false"
myconf_gn+=" use_pulseaudio=false"
myconf_gn+=" use_vaapi=false"
myconf_gn+=" rtc_use_pipewire=false"
else
myconf_gn+=" use_cups=$(usex cups true false)"
myconf_gn+=" use_kerberos=$(usex kerberos true false)"
myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"
myconf_gn+=" use_vaapi=$(usex vaapi true false)"
myconf_gn+=" rtc_use_pipewire=$(usex screencast true false)"
myconf_gn+=" gtk_version=$(usex gtk4 4 3)"
fi
# TODO: link_pulseaudio=true for GN.
myconf_gn+=" fieldtrial_testing_like_official_build=true"
# Disable gold linker flags for now.
myconf_gn+=" use_sysroot=false use_custom_libcxx=false"
# Disable pseudolocales, only used for testing
myconf_gn+=" enable_pseudolocales=false"
if use lto; then
filter-flags "-Wl,-O*"
myconf_gn+=" use_thin_lto=false"
if use clang ; then
myconf_gn+=" use_lld=true use_gold=false"
else
myconf_gn+=" use_lld=false use_gold=true"
fi
else
myconf_gn+=" use_thin_lto=false"
if use clang ; then
myconf_gn+=" use_lld=true use_gold=false"
elif tc-ld-is-gold ; then
myconf_gn+=" use_lld=false use_gold=true"
else
myconf_gn+=" use_lld=false use_gold=false"
fi
fi
# Disable code formating of generated files
myconf_gn+=" blink_enable_generated_code_formatting=false"
ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"
myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\""
# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
# Note: these are for Gentoo use ONLY. For your own distribution,
# please get your own set of keys. Feel free to contact [email protected]
# for more info. The OAuth2 credentials, however, have been left out.
# Those OAuth2 credentials have been broken for quite some time anyway.
# Instead we apply a patch to use the --oauth2-client-id= and
# --oauth2-client-secret= switches for setting GOOGLE_DEFAULT_CLIENT_ID and
# GOOGLE_DEFAULT_CLIENT_SECRET at runtime. This allows signing into
# Chromium without baked-in values.
local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc"
myconf_gn+=" google_api_key=\"${google_api_key}\""
local myarch="$(tc-arch)"
# Avoid CFLAGS problems, bug #352457, bug #390147.
if ! use custom-cflags; then
replace-flags "-Os" "-O2"
strip-flags
# Debug info section overflows without component build
# Prevent linker from running out of address space, bug #471810 .
if ! use component-build || use x86; then
filter-flags "-g*"
fi
# Prevent libvpx build failures. Bug 530248, 544702, 546984.
if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then
filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx\
-mno-avx2 -mno-fma -mno-fma4
fi
fi
if [[ $myarch = amd64 ]] ; then
myconf_gn+=" target_cpu=\"x64\""
target_arch=x64
elif [[ $myarch = x86 ]] ; then
myconf_gn+=" target_cpu=\"x86\""
target_arch=ia32
# This is normally defined by compiler_cpu_abi in
# build/config/compiler/BUILD.gn, but we patch that part out.
append-flags -msse2 -mfpmath=sse -mmmx
elif [[ $myarch = arm64 ]] ; then
myconf_gn+=" target_cpu=\"arm64\""
target_arch=arm64
elif [[ $myarch = arm ]] ; then
myconf_gn+=" target_cpu=\"arm\""
target_arch=$(usex cpu_flags_arm_neon arm-neon arm)
elif [[ $myarch = ppc64 ]] ; then
myconf_gn+=" target_cpu=\"ppc64\""
target_arch=ppc64
else
die "Failed to determine target arch, got '$myarch'."
fi
# Make sure that -Werror doesn't get added to CFLAGS by the build system.
# Depending on GCC version the warnings are different and we don't want
# the build to fail because of that.
myconf_gn+=" treat_warnings_as_errors=false"
# Disable fatal linker warnings, bug 506268.
myconf_gn+=" fatal_linker_warnings=false"
# Bug 491582.
export TMPDIR="${WORKDIR}/temp"
mkdir -p -m 755 "${TMPDIR}" || die
# https://bugs.gentoo.org/654216
addpredict /dev/dri/ #nowarn
#if ! use system-ffmpeg; then
if false; then
local build_ffmpeg_args=""
if use pic && [[ "${target_arch}" == "ia32" ]]; then
build_ffmpeg_args+=" --disable-asm"
fi
# Re-configure bundled ffmpeg. See bug #491378 for example reasons.
einfo "Configuring bundled ffmpeg..."
pushd third_party/ffmpeg > /dev/null || die
chromium/scripts/build_ffmpeg.py linux ${target_arch} \
--branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die
chromium/scripts/copy_config.sh || die
chromium/scripts/generate_gn.py || die
popd > /dev/null || die
fi
# Disable unknown warning message from clang.
if tc-is-clang; then
append-flags -Wno-unknown-warning-option
if tc-is-cross-compiler; then
export BUILD_CXXFLAGS+=" -Wno-unknown-warning-option"
export BUILD_CFLAGS+=" -Wno-unknown-warning-option"
fi
fi
# Explicitly disable ICU data file support for system-icu builds.
if use system-icu; then
myconf_gn+=" icu_use_data_file=false"
fi
# Enable ozone wayland and/or headless support
myconf_gn+=" use_ozone=true ozone_auto_platforms=false"
myconf_gn+=" ozone_platform_headless=true"
myconf_gn+=" ozone_platform_x11=$(usex headless false true)"
if use wayland || use headless; then
if use headless; then
myconf_gn+=" ozone_platform=\"headless\""
myconf_gn+=" use_xkbcommon=false use_gtk=false"
myconf_gn+=" use_glib=false use_gio=false"
myconf_gn+=" use_pangocairo=false use_alsa=false"
myconf_gn+=" use_libpci=false use_udev=false"
myconf_gn+=" enable_print_preview=false"
myconf_gn+=" enable_remoting=false"
else
myconf_gn+=" ozone_platform_wayland=true"
myconf_gn+=" use_system_libdrm=true"
myconf_gn+=" use_system_minigbm=true"
myconf_gn+=" use_xkbcommon=true"
myconf_gn+=" ozone_platform=\"wayland\""
fi
else
myconf_gn+=" ozone_platform=\"x11\""
fi
# Results in undefined references in chrome linking, may require CFI to work
if use arm64; then
myconf_gn+=" arm_control_flow_integrity=\"none\""
fi
myconf_gn+=" is_official_build=true"
# Allow building against system libraries in official builds
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
tools/generate_shim_headers/generate_shim_headers.py || die
# Disable CFI: unsupported for GCC, requires clang+lto+lld
myconf_gn+=" is_cfi=false"
# Disable PGO, because profile data is only compatible with >=clang-11
myconf_gn+=" chrome_pgo_phase=0"
# Don't add symbols to build
myconf_gn+=" symbol_level=0"
# user CXXFLAGS might overwrite -march=armv8-a+crc+crypto, bug #851639
if use arm64 && tc-is-gcc; then
sed -i '/^#if HAVE_ARM64_CRC32C/a #pragma GCC target ("+crc+crypto")' \
third_party/crc32c/src/src/crc32c_arm64.cc || die
fi
myconf_gn+=" import(\"//electron/build/args/release.gn\")"
einfo "Configuring Electron..."
set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
echo "$@"
"$@" || die
}
src_compile() {
# Final link uses lots of file descriptors.
ulimit -n 2048
# Calling this here supports resumption via FEATURES=keepwork
python_setup
# Don't inherit PYTHONPATH from environment, bug #789021, #812689
local -x PYTHONPATH=
cd "${CHROMIUM_S}" || die
# Build mksnapshot and pax-mark it.
local x
for x in mksnapshot v8_context_snapshot_generator; do
if tc-is-cross-compiler; then
eninja -C out/Release "host/${x}"
pax-mark m "out/Release/host/${x}"
else
eninja -C out/Release "${x}"
pax-mark m "out/Release/${x}"
fi
done
# Even though ninja autodetects number of CPUs, we respect
# user's options, for debugging with -j 1 or any other reason.
eninja -C out/Release electron
use suid && eninja -C out/Release chrome_sandbox
pax-mark m out/Release/electron
}
src_install() {
local install_dir="$(_get_install_dir)"
local install_suffix="$(_get_install_suffix)"
local LIBDIR="${ED}/usr/$(get_libdir)"
cd "${CHROMIUM_S}" || die
# Install Electron
exeinto "${install_dir}"
doexe out/Release/electron
if use suid; then
newexe out/Release/chrome_sandbox chrome-sandbox
fperms 4755 "${install_dir}/chrome-sandbox"
fi
pushd out/Release/locales > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die
insinto "${install_dir}"
doins out/Release/*.bin
doins out/Release/*.pak
(
shopt -s nullglob
local files=(out/Release/*.so out/Release/*.so.[0-9])
[[ ${#files[@]} -gt 0 ]] && doins "${files[@]}"
)
if ! use system-icu; then
doins out/Release/icudtl.dat
fi
doins -r out/Release/locales
doins -r out/Release/resources
# Install vk_swiftshader_icd.json; bug #827861
doins out/Release/vk_swiftshader_icd.json
if [[ -d out/Release/swiftshader ]]; then
insinto "${install_dir}/swiftshader"
doins out/Release/swiftshader/*.so
insinto "${install_dir}"
fi
dosym "${install_dir}/electron" "/usr/bin/electron${install_suffix}"
doins -r "${NODE_S}/deps/npm"
echo "${PV}" > out/Release/version
doins out/Release/version
cat >out/Release/node <<EOF
#!/bin/sh
exec env ELECTRON_RUN_AS_NODE=1 "${install_dir}/electron" "\${@}"
EOF
doexe out/Release/node
# Install Node headers
pushd "${NODE_S}" > /dev/null || die
./configure \
--shared \
--without-bundled-v8 \
--shared-openssl \
--shared-http-parser \
--shared-zlib \
--shared-nghttp2 \
--shared-cares \
--without-npm \
--with-intl=system-icu \
--without-dtrace \
--dest-cpu=${target_arch} \
--prefix="" || die
popd > /dev/null || die
HEADERS_ONLY=1 "${NODE_S}/tools/install.py" install "${ED}" "/usr" || die
# set up a symlink structure that npm expects..
dodir /usr/include/node/deps/{v8,uv}
dosym . /usr/include/node/src
for var in deps/{uv,v8}/include; do
dosym ../.. /usr/include/node/${var}
done
dodir "/usr/include/electron${install_suffix}"
mv "${ED}/usr/include/node" \
"${ED}/usr/include/electron${install_suffix}/node" || die
}
pkg_postinst() {
electron-config update
}
pkg_postrm() {
electron-config update
}