mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-11-21 01:14:48 +08:00
34299 lines
1.5 MiB
Executable File
34299 lines
1.5 MiB
Executable File
#!/usr/bin/env node
|
|
/* eslint-disable */
|
|
|
|
try {
|
|
Object.freeze({}).detectStrictMode = true;
|
|
} catch (error) {
|
|
throw new Error(`The whole PnP file got strict-mode-ified, which is known to break (Emscripten libraries aren't strict mode). This usually happens when the file goes through Babel.`);
|
|
}
|
|
|
|
var __non_webpack_module__ = module;
|
|
|
|
function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|
return hydrateRuntimeState({
|
|
"__info": [
|
|
"This file is automatically generated. Do not touch it, or risk",
|
|
"your modifications being lost. We also recommend you not to read",
|
|
"it either without using the @yarnpkg/pnp package, as the data layout",
|
|
"is entirely unspecified and WILL change from a version to another."
|
|
],
|
|
"dependencyTreeRoots": [
|
|
{
|
|
"name": "@lowdefy/lowdefy",
|
|
"reference": "workspace:."
|
|
},
|
|
{
|
|
"name": "@lowdefy/api",
|
|
"reference": "workspace:packages/api"
|
|
},
|
|
{
|
|
"name": "@lowdefy/build",
|
|
"reference": "workspace:packages/build"
|
|
},
|
|
{
|
|
"name": "lowdefy",
|
|
"reference": "workspace:packages/cli"
|
|
},
|
|
{
|
|
"name": "@lowdefy/docs",
|
|
"reference": "workspace:packages/docs"
|
|
},
|
|
{
|
|
"name": "@lowdefy/engine",
|
|
"reference": "workspace:packages/engine"
|
|
},
|
|
{
|
|
"name": "@lowdefy/format",
|
|
"reference": "workspace:packages/format"
|
|
},
|
|
{
|
|
"name": "@lowdefy/layout",
|
|
"reference": "workspace:packages/layout"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators",
|
|
"reference": "workspace:packages/operators"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-antd",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-antd"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-basic",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-basic"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-color-selectors",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-color-selectors"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-echarts",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-echarts"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-loaders",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-loaders"
|
|
},
|
|
{
|
|
"name": "@lowdefy/blocks-markdown",
|
|
"reference": "workspace:packages/plugins/blocks/blocks-markdown"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-axios-http",
|
|
"reference": "workspace:packages/plugins/connections/connection-axios-http"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-elasticsearch",
|
|
"reference": "workspace:packages/plugins/connections/connection-elasticsearch"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-google-sheets",
|
|
"reference": "workspace:packages/plugins/connections/connection-google-sheets"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-knex",
|
|
"reference": "workspace:packages/plugins/connections/connection-knex"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-mongodb",
|
|
"reference": "workspace:packages/plugins/connections/connection-mongodb"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-redis",
|
|
"reference": "workspace:packages/plugins/connections/connection-redis"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-sendgrid",
|
|
"reference": "workspace:packages/plugins/connections/connection-sendgrid"
|
|
},
|
|
{
|
|
"name": "@lowdefy/connection-stripe",
|
|
"reference": "workspace:packages/plugins/connections/connection-stripe"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-change-case",
|
|
"reference": "workspace:packages/plugins/operators/operators-change-case"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-diff",
|
|
"reference": "workspace:packages/plugins/operators/operators-diff"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-js",
|
|
"reference": "workspace:packages/plugins/operators/operators-js"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-mql",
|
|
"reference": "workspace:packages/plugins/operators/operators-mql"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-nunjucks",
|
|
"reference": "workspace:packages/plugins/operators/operators-nunjucks"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-uuid",
|
|
"reference": "workspace:packages/plugins/operators/operators-uuid"
|
|
},
|
|
{
|
|
"name": "@lowdefy/operators-yaml",
|
|
"reference": "workspace:packages/plugins/operators/operators-yaml"
|
|
},
|
|
{
|
|
"name": "@lowdefy/plugin-aws",
|
|
"reference": "workspace:packages/plugins/plugins/plugin-aws"
|
|
},
|
|
{
|
|
"name": "@lowdefy/server",
|
|
"reference": "workspace:packages/server"
|
|
},
|
|
{
|
|
"name": "@lowdefy/server-dev",
|
|
"reference": "workspace:packages/server-dev"
|
|
},
|
|
{
|
|
"name": "@lowdefy/ajv",
|
|
"reference": "workspace:packages/utils/ajv"
|
|
},
|
|
{
|
|
"name": "@lowdefy/block-dev",
|
|
"reference": "workspace:packages/utils/block-dev"
|
|
},
|
|
{
|
|
"name": "@lowdefy/block-utils",
|
|
"reference": "workspace:packages/utils/block-utils"
|
|
},
|
|
{
|
|
"name": "@lowdefy/helpers",
|
|
"reference": "workspace:packages/utils/helpers"
|
|
},
|
|
{
|
|
"name": "@lowdefy/node-utils",
|
|
"reference": "workspace:packages/utils/node-utils"
|
|
},
|
|
{
|
|
"name": "@lowdefy/nunjucks",
|
|
"reference": "workspace:packages/utils/nunjucks"
|
|
}
|
|
],
|
|
"enableTopLevelFallback": true,
|
|
"ignorePatternData": "(^(?:\\.yarn\\/sdks(?:\\/(?!\\.{1,2}(?:\\/|$))(?:(?:(?!(?:^|\\/)\\.{1,2}(?:\\/|$)).)*?)|$))$)",
|
|
"fallbackExclusionList": [
|
|
["@lowdefy/ajv", ["workspace:packages/utils/ajv"]],
|
|
["@lowdefy/api", ["workspace:packages/api"]],
|
|
["@lowdefy/block-dev", ["workspace:packages/utils/block-dev"]],
|
|
["@lowdefy/block-utils", ["workspace:packages/utils/block-utils"]],
|
|
["@lowdefy/blocks-antd", ["workspace:packages/plugins/blocks/blocks-antd"]],
|
|
["@lowdefy/blocks-basic", ["workspace:packages/plugins/blocks/blocks-basic"]],
|
|
["@lowdefy/blocks-color-selectors", ["workspace:packages/plugins/blocks/blocks-color-selectors"]],
|
|
["@lowdefy/blocks-echarts", ["workspace:packages/plugins/blocks/blocks-echarts"]],
|
|
["@lowdefy/blocks-loaders", ["workspace:packages/plugins/blocks/blocks-loaders"]],
|
|
["@lowdefy/blocks-markdown", ["workspace:packages/plugins/blocks/blocks-markdown"]],
|
|
["@lowdefy/build", ["workspace:packages/build"]],
|
|
["@lowdefy/connection-axios-http", ["workspace:packages/plugins/connections/connection-axios-http"]],
|
|
["@lowdefy/connection-elasticsearch", ["workspace:packages/plugins/connections/connection-elasticsearch"]],
|
|
["@lowdefy/connection-google-sheets", ["workspace:packages/plugins/connections/connection-google-sheets"]],
|
|
["@lowdefy/connection-knex", ["workspace:packages/plugins/connections/connection-knex"]],
|
|
["@lowdefy/connection-mongodb", ["workspace:packages/plugins/connections/connection-mongodb"]],
|
|
["@lowdefy/connection-redis", ["workspace:packages/plugins/connections/connection-redis"]],
|
|
["@lowdefy/connection-sendgrid", ["workspace:packages/plugins/connections/connection-sendgrid"]],
|
|
["@lowdefy/connection-stripe", ["workspace:packages/plugins/connections/connection-stripe"]],
|
|
["@lowdefy/docs", ["workspace:packages/docs"]],
|
|
["@lowdefy/engine", ["workspace:packages/engine"]],
|
|
["@lowdefy/format", ["workspace:packages/format"]],
|
|
["@lowdefy/helpers", ["workspace:packages/utils/helpers"]],
|
|
["@lowdefy/layout", ["workspace:packages/layout"]],
|
|
["@lowdefy/lowdefy", ["workspace:."]],
|
|
["@lowdefy/node-utils", ["workspace:packages/utils/node-utils"]],
|
|
["@lowdefy/nunjucks", ["workspace:packages/utils/nunjucks"]],
|
|
["@lowdefy/operators", ["workspace:packages/operators"]],
|
|
["@lowdefy/operators-change-case", ["workspace:packages/plugins/operators/operators-change-case"]],
|
|
["@lowdefy/operators-diff", ["workspace:packages/plugins/operators/operators-diff"]],
|
|
["@lowdefy/operators-js", ["workspace:packages/plugins/operators/operators-js"]],
|
|
["@lowdefy/operators-mql", ["workspace:packages/plugins/operators/operators-mql"]],
|
|
["@lowdefy/operators-nunjucks", ["workspace:packages/plugins/operators/operators-nunjucks"]],
|
|
["@lowdefy/operators-uuid", ["workspace:packages/plugins/operators/operators-uuid"]],
|
|
["@lowdefy/operators-yaml", ["workspace:packages/plugins/operators/operators-yaml"]],
|
|
["@lowdefy/plugin-aws", ["workspace:packages/plugins/plugins/plugin-aws"]],
|
|
["@lowdefy/server", ["workspace:packages/server"]],
|
|
["@lowdefy/server-dev", ["workspace:packages/server-dev"]],
|
|
["lowdefy", ["workspace:packages/cli"]]
|
|
],
|
|
"fallbackPool": [
|
|
],
|
|
"packageRegistryData": [
|
|
[null, [
|
|
[null, {
|
|
"packageLocation": "./",
|
|
"packageDependencies": [
|
|
["@yarnpkg/pnpify", "npm:3.1.0-rc.2"],
|
|
["eslint", "npm:8.3.0"],
|
|
["eslint-config-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:8.3.0"],
|
|
["eslint-import-resolver-node", "npm:0.3.6"],
|
|
["eslint-plugin-import", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:2.25.3"],
|
|
["eslint-plugin-jsx-a11y", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:6.5.1"],
|
|
["eslint-plugin-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.0.0"],
|
|
["eslint-plugin-react", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:7.27.1"],
|
|
["eslint-plugin-react-hooks", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.3.0"],
|
|
["lerna", "npm:4.0.0"],
|
|
["prettier", "npm:2.4.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@ant-design/colors", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/@ant-design-colors-npm-6.0.0-8629027ebe-55110ac8a3.zip/node_modules/@ant-design/colors/",
|
|
"packageDependencies": [
|
|
["@ant-design/colors", "npm:6.0.0"],
|
|
["@ctrl/tinycolor", "npm:3.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@ant-design/icons", [
|
|
["npm:4.7.0", {
|
|
"packageLocation": "./.yarn/cache/@ant-design-icons-npm-4.7.0-8ad06c46c5-4264d38e6b.zip/node_modules/@ant-design/icons/",
|
|
"packageDependencies": [
|
|
["@ant-design/icons", "npm:4.7.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.7.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@ant-design-icons-virtual-7e3863ece0/0/cache/@ant-design-icons-npm-4.7.0-8ad06c46c5-4264d38e6b.zip/node_modules/@ant-design/icons/",
|
|
"packageDependencies": [
|
|
["@ant-design/icons", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.7.0"],
|
|
["@ant-design/colors", "npm:6.0.0"],
|
|
["@ant-design/icons-svg", "npm:4.2.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@ant-design/icons-svg", [
|
|
["npm:4.2.1", {
|
|
"packageLocation": "./.yarn/cache/@ant-design-icons-svg-npm-4.2.1-c7038236c5-c1fa1bbeb0.zip/node_modules/@ant-design/icons-svg/",
|
|
"packageDependencies": [
|
|
["@ant-design/icons-svg", "npm:4.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@ant-design/react-slick", [
|
|
["npm:0.28.4", {
|
|
"packageLocation": "./.yarn/cache/@ant-design-react-slick-npm-0.28.4-abce7ed65e-8b8b076adb.zip/node_modules/@ant-design/react-slick/",
|
|
"packageDependencies": [
|
|
["@ant-design/react-slick", "npm:0.28.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.28.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@ant-design-react-slick-virtual-b7758e07a5/0/cache/@ant-design-react-slick-npm-0.28.4-abce7ed65e-8b8b076adb.zip/node_modules/@ant-design/react-slick/",
|
|
"packageDependencies": [
|
|
["@ant-design/react-slick", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.28.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["json2mq", "npm:0.2.0"],
|
|
["lodash", "npm:4.17.21"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["resize-observer-polyfill", "npm:1.5.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@arcanis/slice-ansi", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/@arcanis-slice-ansi-npm-1.0.2-f258a50730-b66e05fa25.zip/node_modules/@arcanis/slice-ansi/",
|
|
"packageDependencies": [
|
|
["@arcanis/slice-ansi", "npm:1.0.2"],
|
|
["grapheme-splitter", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/abort-controller", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/@azure-abort-controller-npm-1.0.4-34d881263e-3bdb4d1350.zip/node_modules/@azure/abort-controller/",
|
|
"packageDependencies": [
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-asynciterator-polyfill", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-asynciterator-polyfill-npm-1.0.0-cef0fd06eb-b6d3ab3f0f.zip/node_modules/@azure/core-asynciterator-polyfill/",
|
|
"packageDependencies": [
|
|
["@azure/core-asynciterator-polyfill", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-auth", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-auth-npm-1.3.2-0daebfcc91-8b27de6f8a.zip/node_modules/@azure/core-auth/",
|
|
"packageDependencies": [
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-client", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-client-npm-1.3.2-c080918f17-bf7252d1fd.zip/node_modules/@azure/core-client/",
|
|
"packageDependencies": [
|
|
["@azure/core-client", "npm:1.3.2"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["@azure/core-asynciterator-polyfill", "npm:1.0.0"],
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["@azure/core-rest-pipeline", "npm:1.3.1"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-http", [
|
|
["npm:2.2.1", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-http-npm-2.2.1-7889bc5929-fd30d9d3ac.zip/node_modules/@azure/core-http/",
|
|
"packageDependencies": [
|
|
["@azure/core-http", "npm:2.2.1"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["@azure/core-asynciterator-polyfill", "npm:1.0.0"],
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["@types/node-fetch", "npm:2.5.12"],
|
|
["@types/tunnel", "npm:0.0.3"],
|
|
["form-data", "npm:4.0.0"],
|
|
["node-fetch", "npm:2.6.5"],
|
|
["process", "npm:0.11.10"],
|
|
["tough-cookie", "npm:4.0.0"],
|
|
["tslib", "npm:2.3.1"],
|
|
["tunnel", "npm:0.0.6"],
|
|
["uuid", "npm:8.3.2"],
|
|
["xml2js", "npm:0.4.23"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-lro", [
|
|
["npm:2.2.1", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-lro-npm-2.2.1-d7d37b8bc9-c378b66668.zip/node_modules/@azure/core-lro/",
|
|
"packageDependencies": [
|
|
["@azure/core-lro", "npm:2.2.1"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-paging", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-paging-npm-1.2.0-045015b61d-61b441b974.zip/node_modules/@azure/core-paging/",
|
|
"packageDependencies": [
|
|
["@azure/core-paging", "npm:1.2.0"],
|
|
["@azure/core-asynciterator-polyfill", "npm:1.0.0"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-rest-pipeline", [
|
|
["npm:1.3.1", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-rest-pipeline-npm-1.3.1-e210a4f073-129a0f640a.zip/node_modules/@azure/core-rest-pipeline/",
|
|
"packageDependencies": [
|
|
["@azure/core-rest-pipeline", "npm:1.3.1"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["form-data", "npm:4.0.0"],
|
|
["http-proxy-agent", "npm:4.0.1"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["tslib", "npm:2.3.1"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/core-tracing", [
|
|
["npm:1.0.0-preview.12", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-tracing-npm-1.0.0-preview.12-d7c3f3927a-d4638a3af9.zip/node_modules/@azure/core-tracing/",
|
|
"packageDependencies": [
|
|
["@azure/core-tracing", "npm:1.0.0-preview.12"],
|
|
["@opentelemetry/api", "npm:1.0.3"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.0-preview.13", {
|
|
"packageLocation": "./.yarn/cache/@azure-core-tracing-npm-1.0.0-preview.13-7760d6e37f-bc3ea8dce1.zip/node_modules/@azure/core-tracing/",
|
|
"packageDependencies": [
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["@opentelemetry/api", "npm:1.0.3"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/identity", [
|
|
["npm:1.5.2", {
|
|
"packageLocation": "./.yarn/cache/@azure-identity-npm-1.5.2-62de8f9fe8-99b3c51784.zip/node_modules/@azure/identity/",
|
|
"packageDependencies": [
|
|
["@azure/identity", "npm:1.5.2"],
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["@azure/core-client", "npm:1.3.2"],
|
|
["@azure/core-rest-pipeline", "npm:1.3.1"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.12"],
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["@azure/msal-node", "npm:1.0.0-beta.6"],
|
|
["@types/stoppable", "npm:1.1.1"],
|
|
["axios", "npm:0.21.4"],
|
|
["events", "npm:3.3.0"],
|
|
["jws", "npm:4.0.0"],
|
|
["keytar", "npm:7.7.0"],
|
|
["msal", "npm:1.4.14"],
|
|
["open", "npm:7.4.2"],
|
|
["qs", "npm:6.10.1"],
|
|
["stoppable", "npm:1.1.0"],
|
|
["tslib", "npm:2.3.1"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/keyvault-keys", [
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-keyvault-keys-npm-4.3.0-ec931fbaed-102a5ccc5e.zip/node_modules/@azure/keyvault-keys/",
|
|
"packageDependencies": [
|
|
["@azure/keyvault-keys", "npm:4.3.0"],
|
|
["@azure/abort-controller", "npm:1.0.4"],
|
|
["@azure/core-http", "npm:2.2.1"],
|
|
["@azure/core-lro", "npm:2.2.1"],
|
|
["@azure/core-paging", "npm:1.2.0"],
|
|
["@azure/core-tracing", "npm:1.0.0-preview.13"],
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/logger", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/@azure-logger-npm-1.0.3-0ce7dd5b3a-f3443c70c6.zip/node_modules/@azure/logger/",
|
|
"packageDependencies": [
|
|
["@azure/logger", "npm:1.0.3"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/ms-rest-azure-env", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-ms-rest-azure-env-npm-2.0.0-00910da26c-485c36d573.zip/node_modules/@azure/ms-rest-azure-env/",
|
|
"packageDependencies": [
|
|
["@azure/ms-rest-azure-env", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/ms-rest-js", [
|
|
["npm:2.6.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-ms-rest-js-npm-2.6.0-1a1996d967-c90a7ae522.zip/node_modules/@azure/ms-rest-js/",
|
|
"packageDependencies": [
|
|
["@azure/ms-rest-js", "npm:2.6.0"],
|
|
["@azure/core-auth", "npm:1.3.2"],
|
|
["abort-controller", "npm:3.0.0"],
|
|
["form-data", "npm:2.5.1"],
|
|
["node-fetch", "npm:2.6.5"],
|
|
["tough-cookie", "npm:3.0.1"],
|
|
["tslib", "npm:1.14.1"],
|
|
["tunnel", "npm:0.0.6"],
|
|
["uuid", "npm:8.3.2"],
|
|
["xml2js", "npm:0.4.23"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/ms-rest-nodeauth", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/@azure-ms-rest-nodeauth-npm-3.1.0-be2e193e17-c57eaa6a94.zip/node_modules/@azure/ms-rest-nodeauth/",
|
|
"packageDependencies": [
|
|
["@azure/ms-rest-nodeauth", "npm:3.1.0"],
|
|
["@azure/ms-rest-azure-env", "npm:2.0.0"],
|
|
["@azure/ms-rest-js", "npm:2.6.0"],
|
|
["adal-node", "npm:0.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/msal-common", [
|
|
["npm:4.5.1", {
|
|
"packageLocation": "./.yarn/cache/@azure-msal-common-npm-4.5.1-0e2caa2081-9d335771ea.zip/node_modules/@azure/msal-common/",
|
|
"packageDependencies": [
|
|
["@azure/msal-common", "npm:4.5.1"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@azure/msal-node", [
|
|
["npm:1.0.0-beta.6", {
|
|
"packageLocation": "./.yarn/cache/@azure-msal-node-npm-1.0.0-beta.6-9b5d60c89e-1dda97353f.zip/node_modules/@azure/msal-node/",
|
|
"packageDependencies": [
|
|
["@azure/msal-node", "npm:1.0.0-beta.6"],
|
|
["@azure/msal-common", "npm:4.5.1"],
|
|
["axios", "npm:0.21.4"],
|
|
["jsonwebtoken", "npm:8.5.1"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/cli", [
|
|
["npm:7.15.7", {
|
|
"packageLocation": "./.yarn/cache/@babel-cli-npm-7.15.7-145f3e6ed2-128c8251c1.zip/node_modules/@babel/cli/",
|
|
"packageDependencies": [
|
|
["@babel/cli", "npm:7.15.7"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.7", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-cli-virtual-0b08652ab4/0/cache/@babel-cli-npm-7.15.7-145f3e6ed2-128c8251c1.zip/node_modules/@babel/cli/",
|
|
"packageDependencies": [
|
|
["@babel/cli", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.7"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@nicolo-ribaudo/chokidar-2", "npm:2.1.8-no-fsevents.3"],
|
|
["@types/babel__core", null],
|
|
["chokidar", "npm:3.5.2"],
|
|
["commander", "npm:4.1.1"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["fs-readdir-recursive", "npm:1.1.0"],
|
|
["glob", "npm:7.2.0"],
|
|
["make-dir", "npm:2.1.0"],
|
|
["slash", "npm:2.0.0"],
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/code-frame", [
|
|
["npm:7.12.11", {
|
|
"packageLocation": "./.yarn/cache/@babel-code-frame-npm-7.12.11-1a9a1b277f-3963eff3eb.zip/node_modules/@babel/code-frame/",
|
|
"packageDependencies": [
|
|
["@babel/code-frame", "npm:7.12.11"],
|
|
["@babel/highlight", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-code-frame-npm-7.15.8-c1e84dfd13-d75950f0e0.zip/node_modules/@babel/code-frame/",
|
|
"packageDependencies": [
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/highlight", "npm:7.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-code-frame-npm-7.16.0-13dafb7fe1-8961d0302e.zip/node_modules/@babel/code-frame/",
|
|
"packageDependencies": [
|
|
["@babel/code-frame", "npm:7.16.0"],
|
|
["@babel/highlight", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/compat-data", [
|
|
["npm:7.15.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-compat-data-npm-7.15.0-48235b743d-65088d87b1.zip/node_modules/@babel/compat-data/",
|
|
"packageDependencies": [
|
|
["@babel/compat-data", "npm:7.15.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-compat-data-npm-7.16.0-a0e3ae307a-2befa4ba14.zip/node_modules/@babel/compat-data/",
|
|
"packageDependencies": [
|
|
["@babel/compat-data", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/core", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-core-npm-7.15.8-50429761b4-61e5050580.zip/node_modules/@babel/core/",
|
|
"packageDependencies": [
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/generator", "npm:7.15.8"],
|
|
["@babel/helper-compilation-targets", "virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4"],
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helpers", "npm:7.15.4"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["gensync", "npm:1.0.0-beta.2"],
|
|
["json5", "npm:2.2.0"],
|
|
["semver", "npm:6.3.0"],
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-core-npm-7.16.0-5612f0ce31-a140f669da.zip/node_modules/@babel/core/",
|
|
"packageDependencies": [
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/code-frame", "npm:7.16.0"],
|
|
["@babel/generator", "npm:7.16.0"],
|
|
["@babel/helper-compilation-targets", "virtual:5612f0ce311a7844500ba5948d5d47b8376a902bfa55b1e3797dd916bf18f7512ba75518521ba3bc2f39f6565fb127bcb8fee5b440624dbebaf9ac5f3566ebd0#npm:7.16.0"],
|
|
["@babel/helper-module-transforms", "npm:7.16.0"],
|
|
["@babel/helpers", "npm:7.16.0"],
|
|
["@babel/parser", "npm:7.16.2"],
|
|
["@babel/template", "npm:7.16.0"],
|
|
["@babel/traverse", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["gensync", "npm:1.0.0-beta.2"],
|
|
["json5", "npm:2.2.0"],
|
|
["semver", "npm:6.3.0"],
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/generator", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-generator-npm-7.15.8-08e37c2614-3afc4d5028.zip/node_modules/@babel/generator/",
|
|
"packageDependencies": [
|
|
["@babel/generator", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["jsesc", "npm:2.5.2"],
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-generator-npm-7.16.0-3f22faa87e-9ff53e0db7.zip/node_modules/@babel/generator/",
|
|
"packageDependencies": [
|
|
["@babel/generator", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"],
|
|
["jsesc", "npm:2.5.2"],
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-annotate-as-pure", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-annotate-as-pure-npm-7.15.4-597bbc868e-94e3b57147.zip/node_modules/@babel/helper-annotate-as-pure/",
|
|
"packageDependencies": [
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-annotate-as-pure-npm-7.16.0-7d5d6eb28a-0db7610698.zip/node_modules/@babel/helper-annotate-as-pure/",
|
|
"packageDependencies": [
|
|
["@babel/helper-annotate-as-pure", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-builder-binary-assignment-operator-visitor", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-builder-binary-assignment-operator-visitor-npm-7.15.4-dc18ec4d1b-0753698e94.zip/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/",
|
|
"packageDependencies": [
|
|
["@babel/helper-builder-binary-assignment-operator-visitor", "npm:7.15.4"],
|
|
["@babel/helper-explode-assignable-expression", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-compilation-targets", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-compilation-targets-npm-7.15.4-8aadf9f3ed-a2b9767d56.zip/node_modules/@babel/helper-compilation-targets/",
|
|
"packageDependencies": [
|
|
["@babel/helper-compilation-targets", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-compilation-targets-npm-7.16.0-153c8450fa-81117682e8.zip/node_modules/@babel/helper-compilation-targets/",
|
|
"packageDependencies": [
|
|
["@babel/helper-compilation-targets", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-helper-compilation-targets-virtual-39d722279e/0/cache/@babel-helper-compilation-targets-npm-7.15.4-8aadf9f3ed-a2b9767d56.zip/node_modules/@babel/helper-compilation-targets/",
|
|
"packageDependencies": [
|
|
["@babel/helper-compilation-targets", "virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4"],
|
|
["@babel/compat-data", "npm:7.15.0"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-validator-option", "npm:7.14.5"],
|
|
["@types/babel__core", null],
|
|
["browserslist", "npm:4.17.5"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:5612f0ce311a7844500ba5948d5d47b8376a902bfa55b1e3797dd916bf18f7512ba75518521ba3bc2f39f6565fb127bcb8fee5b440624dbebaf9ac5f3566ebd0#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-helper-compilation-targets-virtual-64c9734913/0/cache/@babel-helper-compilation-targets-npm-7.16.0-153c8450fa-81117682e8.zip/node_modules/@babel/helper-compilation-targets/",
|
|
"packageDependencies": [
|
|
["@babel/helper-compilation-targets", "virtual:5612f0ce311a7844500ba5948d5d47b8376a902bfa55b1e3797dd916bf18f7512ba75518521ba3bc2f39f6565fb127bcb8fee5b440624dbebaf9ac5f3566ebd0#npm:7.16.0"],
|
|
["@babel/compat-data", "npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-validator-option", "npm:7.14.5"],
|
|
["@types/babel__core", null],
|
|
["browserslist", "npm:4.17.5"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-create-class-features-plugin", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.15.4-808375cf79-42fa855012.zip/node_modules/@babel/helper-create-class-features-plugin/",
|
|
"packageDependencies": [
|
|
["@babel/helper-create-class-features-plugin", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-helper-create-class-features-plugin-virtual-afb7d12f7f/0/cache/@babel-helper-create-class-features-plugin-npm-7.15.4-808375cf79-42fa855012.zip/node_modules/@babel/helper-create-class-features-plugin/",
|
|
"packageDependencies": [
|
|
["@babel/helper-create-class-features-plugin", "virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/helper-member-expression-to-functions", "npm:7.15.4"],
|
|
["@babel/helper-optimise-call-expression", "npm:7.15.4"],
|
|
["@babel/helper-replace-supers", "npm:7.15.4"],
|
|
["@babel/helper-split-export-declaration", "npm:7.15.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-create-regexp-features-plugin", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.5-0e774b7831-c2636d0a6e.zip/node_modules/@babel/helper-create-regexp-features-plugin/",
|
|
"packageDependencies": [
|
|
["@babel/helper-create-regexp-features-plugin", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-helper-create-regexp-features-plugin-virtual-1719b238e6/0/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.5-0e774b7831-c2636d0a6e.zip/node_modules/@babel/helper-create-regexp-features-plugin/",
|
|
"packageDependencies": [
|
|
["@babel/helper-create-regexp-features-plugin", "virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@types/babel__core", null],
|
|
["regexpu-core", "npm:4.8.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-define-polyfill-provider", [
|
|
["npm:0.2.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.2.3-dad7dec528-797699fe87.zip/node_modules/@babel/helper-define-polyfill-provider/",
|
|
"packageDependencies": [
|
|
["@babel/helper-define-polyfill-provider", "npm:0.2.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:7fa08d5897524f8f758d7352bfcd3934ac5a5dfe7d284d858d8ee5d41d6834191ef969ef840e3f67416e9cddc27cc55b485977497ddb84557cd2e0460b587a49#npm:0.2.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-helper-define-polyfill-provider-virtual-f284d1196c/0/cache/@babel-helper-define-polyfill-provider-npm-0.2.3-dad7dec528-797699fe87.zip/node_modules/@babel/helper-define-polyfill-provider/",
|
|
"packageDependencies": [
|
|
["@babel/helper-define-polyfill-provider", "virtual:7fa08d5897524f8f758d7352bfcd3934ac5a5dfe7d284d858d8ee5d41d6834191ef969ef840e3f67416e9cddc27cc55b485977497ddb84557cd2e0460b587a49#npm:0.2.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-compilation-targets", "virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4"],
|
|
["@babel/helper-module-imports", "npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@types/babel__core", null],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["lodash.debounce", "npm:4.0.8"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-explode-assignable-expression", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.15.4-691ad7f1d9-a302fa05ba.zip/node_modules/@babel/helper-explode-assignable-expression/",
|
|
"packageDependencies": [
|
|
["@babel/helper-explode-assignable-expression", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-function-name", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-function-name-npm-7.15.4-ef0109c90b-0500e8e407.zip/node_modules/@babel/helper-function-name/",
|
|
"packageDependencies": [
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/helper-get-function-arity", "npm:7.15.4"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-function-name-npm-7.16.0-c205b29083-8c02371d28.zip/node_modules/@babel/helper-function-name/",
|
|
"packageDependencies": [
|
|
["@babel/helper-function-name", "npm:7.16.0"],
|
|
["@babel/helper-get-function-arity", "npm:7.16.0"],
|
|
["@babel/template", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-get-function-arity", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-get-function-arity-npm-7.15.4-0f7c9ab74a-1a3dba8700.zip/node_modules/@babel/helper-get-function-arity/",
|
|
"packageDependencies": [
|
|
["@babel/helper-get-function-arity", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-get-function-arity-npm-7.16.0-f1df8e3e32-1a68322c7b.zip/node_modules/@babel/helper-get-function-arity/",
|
|
"packageDependencies": [
|
|
["@babel/helper-get-function-arity", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-hoist-variables", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-hoist-variables-npm-7.15.4-1754989aec-1a9ae0a271.zip/node_modules/@babel/helper-hoist-variables/",
|
|
"packageDependencies": [
|
|
["@babel/helper-hoist-variables", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-hoist-variables-npm-7.16.0-9526445efc-2ee5b400c2.zip/node_modules/@babel/helper-hoist-variables/",
|
|
"packageDependencies": [
|
|
["@babel/helper-hoist-variables", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-member-expression-to-functions", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.15.4-212b6361be-30cf27e2af.zip/node_modules/@babel/helper-member-expression-to-functions/",
|
|
"packageDependencies": [
|
|
["@babel/helper-member-expression-to-functions", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.16.0-714f06863b-58ef8e3a4a.zip/node_modules/@babel/helper-member-expression-to-functions/",
|
|
"packageDependencies": [
|
|
["@babel/helper-member-expression-to-functions", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-module-imports", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-module-imports-npm-7.15.4-b399b49e52-519681cb9c.zip/node_modules/@babel/helper-module-imports/",
|
|
"packageDependencies": [
|
|
["@babel/helper-module-imports", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-module-imports-npm-7.16.0-ae62b2ede7-8e1eb9ac39.zip/node_modules/@babel/helper-module-imports/",
|
|
"packageDependencies": [
|
|
["@babel/helper-module-imports", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-module-transforms", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-module-transforms-npm-7.15.8-1878c68ff1-67aea0ba22.zip/node_modules/@babel/helper-module-transforms/",
|
|
"packageDependencies": [
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helper-module-imports", "npm:7.15.4"],
|
|
["@babel/helper-replace-supers", "npm:7.15.4"],
|
|
["@babel/helper-simple-access", "npm:7.15.4"],
|
|
["@babel/helper-split-export-declaration", "npm:7.15.4"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-module-transforms-npm-7.16.0-928840049e-a3d0e5556f.zip/node_modules/@babel/helper-module-transforms/",
|
|
"packageDependencies": [
|
|
["@babel/helper-module-transforms", "npm:7.16.0"],
|
|
["@babel/helper-module-imports", "npm:7.16.0"],
|
|
["@babel/helper-replace-supers", "npm:7.16.0"],
|
|
["@babel/helper-simple-access", "npm:7.16.0"],
|
|
["@babel/helper-split-export-declaration", "npm:7.16.0"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["@babel/template", "npm:7.16.0"],
|
|
["@babel/traverse", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-optimise-call-expression", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-optimise-call-expression-npm-7.15.4-20261f745b-7c929d1a3d.zip/node_modules/@babel/helper-optimise-call-expression/",
|
|
"packageDependencies": [
|
|
["@babel/helper-optimise-call-expression", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-optimise-call-expression-npm-7.16.0-fd091f8fdf-121ae6054f.zip/node_modules/@babel/helper-optimise-call-expression/",
|
|
"packageDependencies": [
|
|
["@babel/helper-optimise-call-expression", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-plugin-utils", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-plugin-utils-npm-7.14.5-e35eef11cb-fe20e90a24.zip/node_modules/@babel/helper-plugin-utils/",
|
|
"packageDependencies": [
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-remap-async-to-generator", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.15.4-aa4e8a9a7e-80918caa96.zip/node_modules/@babel/helper-remap-async-to-generator/",
|
|
"packageDependencies": [
|
|
["@babel/helper-remap-async-to-generator", "npm:7.15.4"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@babel/helper-wrap-function", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-replace-supers", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-replace-supers-npm-7.15.4-2a4bb81d23-b08a23914a.zip/node_modules/@babel/helper-replace-supers/",
|
|
"packageDependencies": [
|
|
["@babel/helper-replace-supers", "npm:7.15.4"],
|
|
["@babel/helper-member-expression-to-functions", "npm:7.15.4"],
|
|
["@babel/helper-optimise-call-expression", "npm:7.15.4"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-replace-supers-npm-7.16.0-e04b4caf96-61f04bbe05.zip/node_modules/@babel/helper-replace-supers/",
|
|
"packageDependencies": [
|
|
["@babel/helper-replace-supers", "npm:7.16.0"],
|
|
["@babel/helper-member-expression-to-functions", "npm:7.16.0"],
|
|
["@babel/helper-optimise-call-expression", "npm:7.16.0"],
|
|
["@babel/traverse", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-simple-access", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-simple-access-npm-7.15.4-fcd51a651c-8c3462264d.zip/node_modules/@babel/helper-simple-access/",
|
|
"packageDependencies": [
|
|
["@babel/helper-simple-access", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-simple-access-npm-7.16.0-d2675c6f1c-2d7155f318.zip/node_modules/@babel/helper-simple-access/",
|
|
"packageDependencies": [
|
|
["@babel/helper-simple-access", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-skip-transparent-expression-wrappers", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.15.4-277d2c1e54-ebec4ea6fc.zip/node_modules/@babel/helper-skip-transparent-expression-wrappers/",
|
|
"packageDependencies": [
|
|
["@babel/helper-skip-transparent-expression-wrappers", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-split-export-declaration", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-split-export-declaration-npm-7.15.4-ff2895bff2-6baf45996e.zip/node_modules/@babel/helper-split-export-declaration/",
|
|
"packageDependencies": [
|
|
["@babel/helper-split-export-declaration", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-split-export-declaration-npm-7.16.0-cdfc1fe50b-8bd87b5ea2.zip/node_modules/@babel/helper-split-export-declaration/",
|
|
"packageDependencies": [
|
|
["@babel/helper-split-export-declaration", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-validator-identifier", [
|
|
["npm:7.15.7", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-validator-identifier-npm-7.15.7-a8f354e738-f041c28c53.zip/node_modules/@babel/helper-validator-identifier/",
|
|
"packageDependencies": [
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-validator-option", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-validator-option-npm-7.14.5-fd38dcf0bc-1b25c34a5c.zip/node_modules/@babel/helper-validator-option/",
|
|
"packageDependencies": [
|
|
["@babel/helper-validator-option", "npm:7.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helper-wrap-function", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helper-wrap-function-npm-7.15.4-8d56628a23-66422c8abd.zip/node_modules/@babel/helper-wrap-function/",
|
|
"packageDependencies": [
|
|
["@babel/helper-wrap-function", "npm:7.15.4"],
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/helpers", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-helpers-npm-7.15.4-370adba024-e607381100.zip/node_modules/@babel/helpers/",
|
|
"packageDependencies": [
|
|
["@babel/helpers", "npm:7.15.4"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-helpers-npm-7.16.0-15be299d1b-88d37c414d.zip/node_modules/@babel/helpers/",
|
|
"packageDependencies": [
|
|
["@babel/helpers", "npm:7.16.0"],
|
|
["@babel/template", "npm:7.16.0"],
|
|
["@babel/traverse", "npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/highlight", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-highlight-npm-7.14.5-4a18106cbc-4e4b22fb88.zip/node_modules/@babel/highlight/",
|
|
"packageDependencies": [
|
|
["@babel/highlight", "npm:7.14.5"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["chalk", "npm:2.4.2"],
|
|
["js-tokens", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-highlight-npm-7.16.0-61272efee6-abf244c48f.zip/node_modules/@babel/highlight/",
|
|
"packageDependencies": [
|
|
["@babel/highlight", "npm:7.16.0"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["chalk", "npm:2.4.2"],
|
|
["js-tokens", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/parser", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-parser-npm-7.15.8-4ad36dd104-a26c919676.zip/node_modules/@babel/parser/",
|
|
"packageDependencies": [
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.2", {
|
|
"packageLocation": "./.yarn/cache/@babel-parser-npm-7.16.2-2df15780e2-e8ceef8214.zip/node_modules/@babel/parser/",
|
|
"packageDependencies": [
|
|
["@babel/parser", "npm:7.16.2"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.15.4-3108dba7a3-6c4f264951.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-virtual-b949c0842f/0/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.15.4-3108dba7a3-6c4f264951.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-skip-transparent-expression-wrappers", "npm:7.15.4"],
|
|
["@babel/plugin-proposal-optional-chaining", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-async-generator-functions", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-async-generator-functions-npm-7.15.8-a3fc69b314-d3b9840a69.zip/node_modules/@babel/plugin-proposal-async-generator-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-async-generator-functions", "npm:7.15.8"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-async-generator-functions-virtual-0a4507c80e/0/cache/@babel-plugin-proposal-async-generator-functions-npm-7.15.8-a3fc69b314-d3b9840a69.zip/node_modules/@babel/plugin-proposal-async-generator-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-async-generator-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-remap-async-to-generator", "npm:7.15.4"],
|
|
["@babel/plugin-syntax-async-generators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-class-properties", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-class-properties-npm-7.14.5-c4f378db3a-fe2aa0a44f.zip/node_modules/@babel/plugin-proposal-class-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-class-properties", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-class-properties-virtual-74864d3fdc/0/cache/@babel-plugin-proposal-class-properties-npm-7.14.5-c4f378db3a-fe2aa0a44f.zip/node_modules/@babel/plugin-proposal-class-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-class-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-class-features-plugin", "virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-class-static-block", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.15.4-00e9df5778-2c77531cf6.zip/node_modules/@babel/plugin-proposal-class-static-block/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-class-static-block", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-class-static-block-virtual-a6c1085c28/0/cache/@babel-plugin-proposal-class-static-block-npm-7.15.4-00e9df5778-2c77531cf6.zip/node_modules/@babel/plugin-proposal-class-static-block/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-class-static-block", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-class-features-plugin", "virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-class-static-block", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-dynamic-import", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.5-94d0dd1d6f-47be4b5f88.zip/node_modules/@babel/plugin-proposal-dynamic-import/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-dynamic-import", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-dynamic-import-virtual-dfb149b3c0/0/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.5-94d0dd1d6f-47be4b5f88.zip/node_modules/@babel/plugin-proposal-dynamic-import/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-dynamic-import", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-dynamic-import", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-export-namespace-from", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.5-1539317bc6-b3f4e0cc19.zip/node_modules/@babel/plugin-proposal-export-namespace-from/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-export-namespace-from", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-export-namespace-from-virtual-4eeaaa84b7/0/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.5-1539317bc6-b3f4e0cc19.zip/node_modules/@babel/plugin-proposal-export-namespace-from/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-export-namespace-from", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-export-namespace-from", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-json-strings", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.14.5-07f111ee28-51dafe7023.zip/node_modules/@babel/plugin-proposal-json-strings/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-json-strings", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-json-strings-virtual-e4038498aa/0/cache/@babel-plugin-proposal-json-strings-npm-7.14.5-07f111ee28-51dafe7023.zip/node_modules/@babel/plugin-proposal-json-strings/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-json-strings", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-json-strings", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-logical-assignment-operators", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.5-fac491fe8d-08b6dbc991.zip/node_modules/@babel/plugin-proposal-logical-assignment-operators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-logical-assignment-operators", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-logical-assignment-operators-virtual-03f3b83017/0/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.5-fac491fe8d-08b6dbc991.zip/node_modules/@babel/plugin-proposal-logical-assignment-operators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-logical-assignment-operators", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-nullish-coalescing-operator", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.5-f47974419f-033d9483c2.zip/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-nullish-coalescing-operator", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-nullish-coalescing-operator-virtual-017d659d30/0/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.5-f47974419f-033d9483c2.zip/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-nullish-coalescing-operator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-numeric-separator", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.5-5dbb482582-22093297ec.zip/node_modules/@babel/plugin-proposal-numeric-separator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-numeric-separator", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-numeric-separator-virtual-a0589820fd/0/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.5-5dbb482582-22093297ec.zip/node_modules/@babel/plugin-proposal-numeric-separator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-numeric-separator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-object-rest-spread", [
|
|
["npm:7.15.6", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.15.6-b8d05a1f76-fef884b9e2.zip/node_modules/@babel/plugin-proposal-object-rest-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-object-rest-spread", "npm:7.15.6"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.6", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-object-rest-spread-virtual-7b15e2a090/0/cache/@babel-plugin-proposal-object-rest-spread-npm-7.15.6-b8d05a1f76-fef884b9e2.zip/node_modules/@babel/plugin-proposal-object-rest-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-object-rest-spread", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.6"],
|
|
["@babel/compat-data", "npm:7.15.0"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-compilation-targets", "virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-transform-parameters", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-optional-catch-binding", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.5-6e93b6f5f4-f9c1b2b34f.zip/node_modules/@babel/plugin-proposal-optional-catch-binding/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-optional-catch-binding", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-optional-catch-binding-virtual-f165239ea9/0/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.5-6e93b6f5f4-f9c1b2b34f.zip/node_modules/@babel/plugin-proposal-optional-catch-binding/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-optional-catch-binding", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-optional-chaining", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.5-0a1af66b08-9e39e20d16.zip/node_modules/@babel/plugin-proposal-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-optional-chaining", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-optional-chaining-virtual-87e8c6d5af/0/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.5-0a1af66b08-9e39e20d16.zip/node_modules/@babel/plugin-proposal-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-optional-chaining", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-skip-transparent-expression-wrappers", "npm:7.15.4"],
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-private-methods", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-private-methods-npm-7.14.5-160df10ab9-badacc1d68.zip/node_modules/@babel/plugin-proposal-private-methods/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-private-methods", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-private-methods-virtual-28649bb6c5/0/cache/@babel-plugin-proposal-private-methods-npm-7.14.5-160df10ab9-badacc1d68.zip/node_modules/@babel/plugin-proposal-private-methods/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-private-methods", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-class-features-plugin", "virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-private-property-in-object", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.15.4-2d6acb7c82-39a0ab24dc.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-private-property-in-object", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-private-property-in-object-virtual-fe8c1719ce/0/cache/@babel-plugin-proposal-private-property-in-object-npm-7.15.4-2d6acb7c82-39a0ab24dc.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-private-property-in-object", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@babel/helper-create-class-features-plugin", "virtual:74864d3fdcc2bba5d03241be5ad7881371e6d741940b8b6b43e11601ac9d6e4d27acdafd7ac05d39478b8e8b3d3dfbdad76284988949abe2d62e80006ba0744e#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-private-property-in-object", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-proposal-unicode-property-regex", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip/node_modules/@babel/plugin-proposal-unicode-property-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-unicode-property-regex", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-unicode-property-regex-virtual-63f0678baa/0/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip/node_modules/@babel/plugin-proposal-unicode-property-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-proposal-unicode-property-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-regexp-features-plugin", "virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-async-generators", [
|
|
["npm:7.8.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip/node_modules/@babel/plugin-syntax-async-generators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-async-generators", "npm:7.8.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-async-generators-virtual-dcaaca1333/0/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip/node_modules/@babel/plugin-syntax-async-generators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-async-generators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-async-generators-virtual-6e89c2e164/0/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip/node_modules/@babel/plugin-syntax-async-generators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-async-generators", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-bigint", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip/node_modules/@babel/plugin-syntax-bigint/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-bigint", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-bigint-virtual-a911f95e37/0/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip/node_modules/@babel/plugin-syntax-bigint/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-bigint", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-bigint-virtual-17e302f525/0/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip/node_modules/@babel/plugin-syntax-bigint/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-bigint", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-class-properties", [
|
|
["npm:7.12.13", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip/node_modules/@babel/plugin-syntax-class-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-class-properties", "npm:7.12.13"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.12.13", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-properties-virtual-7af53ef318/0/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip/node_modules/@babel/plugin-syntax-class-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-class-properties", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.12.13"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.12.13", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-properties-virtual-5dd6f0ebaa/0/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip/node_modules/@babel/plugin-syntax-class-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-class-properties", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.12.13"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-class-static-block", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-3e80814b5b.zip/node_modules/@babel/plugin-syntax-class-static-block/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-class-static-block", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-static-block-virtual-b4f9f51079/0/cache/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-3e80814b5b.zip/node_modules/@babel/plugin-syntax-class-static-block/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-class-static-block", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-dynamic-import", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-ce307af83c.zip/node_modules/@babel/plugin-syntax-dynamic-import/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-dynamic-import", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-dynamic-import-virtual-518fd083f4/0/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-ce307af83c.zip/node_modules/@babel/plugin-syntax-dynamic-import/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-dynamic-import", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-export-namespace-from", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-export-namespace-from-npm-7.8.3-1747201aa9-85740478be.zip/node_modules/@babel/plugin-syntax-export-namespace-from/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-export-namespace-from", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-export-namespace-from-virtual-da4bcdf965/0/cache/@babel-plugin-syntax-export-namespace-from-npm-7.8.3-1747201aa9-85740478be.zip/node_modules/@babel/plugin-syntax-export-namespace-from/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-export-namespace-from", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-import-meta", [
|
|
["npm:7.10.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip/node_modules/@babel/plugin-syntax-import-meta/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-import-meta", "npm:7.10.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-meta-virtual-9eb92ab372/0/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip/node_modules/@babel/plugin-syntax-import-meta/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-import-meta", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-meta-virtual-6fe0da05cb/0/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip/node_modules/@babel/plugin-syntax-import-meta/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-import-meta", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-json-strings", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip/node_modules/@babel/plugin-syntax-json-strings/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-json-strings", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-json-strings-virtual-623aaca772/0/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip/node_modules/@babel/plugin-syntax-json-strings/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-json-strings", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-json-strings-virtual-94b217f97d/0/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip/node_modules/@babel/plugin-syntax-json-strings/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-json-strings", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-jsx", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip/node_modules/@babel/plugin-syntax-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-jsx", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-jsx-npm-7.16.0-5fd0bdc6d1-34afe4030c.zip/node_modules/@babel/plugin-syntax-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-jsx", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:3154d888acaa5ca478ff10c6e5dabcc3fbf69d558c4a088ed0df7dde3bbaef64e77979537bf7db28e0435ed1231f26e11b94f0a88198398f2318e2568b7a5238#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-jsx-virtual-f44b6cf8c3/0/cache/@babel-plugin-syntax-jsx-npm-7.16.0-5fd0bdc6d1-34afe4030c.zip/node_modules/@babel/plugin-syntax-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-jsx", "virtual:3154d888acaa5ca478ff10c6e5dabcc3fbf69d558c4a088ed0df7dde3bbaef64e77979537bf7db28e0435ed1231f26e11b94f0a88198398f2318e2568b7a5238#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:347b715be020f222c1b7298e73858b1a3c2a69ccb601539279c654da757c61820d4e9a5f25c9ac775a57239a14468729b7c3a735465b4cb879e63d67d18a3918#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-jsx-virtual-ec3ac6b179/0/cache/@babel-plugin-syntax-jsx-npm-7.16.0-5fd0bdc6d1-34afe4030c.zip/node_modules/@babel/plugin-syntax-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-jsx", "virtual:347b715be020f222c1b7298e73858b1a3c2a69ccb601539279c654da757c61820d4e9a5f25c9ac775a57239a14468729b7c3a735465b4cb879e63d67d18a3918#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:df8eb3e00fd03d983a51a4c8d2cee5bcda5b8a3cc1da26a8faff43942ab4038297db90cc68c76c83ee1e4a2c29b35bca5ec1e108197db49552dcda0c5fdc1f06#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-jsx-virtual-b41085b051/0/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip/node_modules/@babel/plugin-syntax-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-jsx", "virtual:df8eb3e00fd03d983a51a4c8d2cee5bcda5b8a3cc1da26a8faff43942ab4038297db90cc68c76c83ee1e4a2c29b35bca5ec1e108197db49552dcda0c5fdc1f06#npm:7.14.5"],
|
|
["@babel/core", null],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-logical-assignment-operators", [
|
|
["npm:7.10.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-logical-assignment-operators", "npm:7.10.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-logical-assignment-operators-virtual-5d3de4a54b/0/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-logical-assignment-operators-virtual-a30c47ba90/0/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-nullish-coalescing-operator-virtual-f2c1244413/0/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-nullish-coalescing-operator-virtual-97c92988ad/0/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-numeric-separator", [
|
|
["npm:7.10.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip/node_modules/@babel/plugin-syntax-numeric-separator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-numeric-separator", "npm:7.10.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-numeric-separator-virtual-e1c6995762/0/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip/node_modules/@babel/plugin-syntax-numeric-separator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-numeric-separator-virtual-431efed85d/0/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip/node_modules/@babel/plugin-syntax-numeric-separator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-object-rest-spread", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-object-rest-spread", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-bee054f451/0/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-fe84e18e08/0/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-optional-catch-binding", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-catch-binding", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-catch-binding-virtual-ae11c0b8c9/0/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-catch-binding-virtual-819bdec831/0/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-optional-chaining", [
|
|
["npm:7.8.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip/node_modules/@babel/plugin-syntax-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-chaining", "npm:7.8.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-chaining-virtual-d618d1aace/0/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip/node_modules/@babel/plugin-syntax-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-chaining-virtual-3c24e49f84/0/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip/node_modules/@babel/plugin-syntax-optional-chaining/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-private-property-in-object", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.5-ee837fdbb2-b317174783.zip/node_modules/@babel/plugin-syntax-private-property-in-object/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-private-property-in-object", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-private-property-in-object-virtual-8f48f8e198/0/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.5-ee837fdbb2-b317174783.zip/node_modules/@babel/plugin-syntax-private-property-in-object/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-private-property-in-object", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-top-level-await", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip/node_modules/@babel/plugin-syntax-top-level-await/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-top-level-await", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-top-level-await-virtual-80ec528430/0/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip/node_modules/@babel/plugin-syntax-top-level-await/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-top-level-await", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-top-level-await-virtual-a8ac2b2dc9/0/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip/node_modules/@babel/plugin-syntax-top-level-await/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-top-level-await", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-syntax-typescript", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-typescript-npm-7.14.5-78c2a6af3a-5447d13b31.zip/node_modules/@babel/plugin-syntax-typescript/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-typescript", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-typescript-virtual-439f15244f/0/cache/@babel-plugin-syntax-typescript-npm-7.14.5-78c2a6af3a-5447d13b31.zip/node_modules/@babel/plugin-syntax-typescript/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-syntax-typescript", "virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-arrow-functions", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.14.5-e2aa975bf4-126196ea01.zip/node_modules/@babel/plugin-transform-arrow-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-arrow-functions", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-arrow-functions-virtual-bed32dab8d/0/cache/@babel-plugin-transform-arrow-functions-npm-7.14.5-e2aa975bf4-126196ea01.zip/node_modules/@babel/plugin-transform-arrow-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-arrow-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-async-to-generator", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.14.5-e1f5d64141-4c47016c5f.zip/node_modules/@babel/plugin-transform-async-to-generator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-async-to-generator", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-to-generator-virtual-6506e4cb25/0/cache/@babel-plugin-transform-async-to-generator-npm-7.14.5-e1f5d64141-4c47016c5f.zip/node_modules/@babel/plugin-transform-async-to-generator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-async-to-generator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-module-imports", "npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-remap-async-to-generator", "npm:7.15.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-block-scoped-functions", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.14.5-00185d1841-9994d9f107.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-block-scoped-functions", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoped-functions-virtual-41663d5a6d/0/cache/@babel-plugin-transform-block-scoped-functions-npm-7.14.5-00185d1841-9994d9f107.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-block-scoped-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-block-scoping", [
|
|
["npm:7.15.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.15.3-f5b7369603-ee28f51711.zip/node_modules/@babel/plugin-transform-block-scoping/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-block-scoping", "npm:7.15.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoping-virtual-b08a97d031/0/cache/@babel-plugin-transform-block-scoping-npm-7.15.3-f5b7369603-ee28f51711.zip/node_modules/@babel/plugin-transform-block-scoping/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-block-scoping", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-classes", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-classes-npm-7.15.4-99c5f0da77-c795bb3f49.zip/node_modules/@babel/plugin-transform-classes/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-classes", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-classes-virtual-cffdfb49c1/0/cache/@babel-plugin-transform-classes-npm-7.15.4-99c5f0da77-c795bb3f49.zip/node_modules/@babel/plugin-transform-classes/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-classes", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.15.4"],
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/helper-optimise-call-expression", "npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-replace-supers", "npm:7.15.4"],
|
|
["@babel/helper-split-export-declaration", "npm:7.15.4"],
|
|
["@types/babel__core", null],
|
|
["globals", "npm:11.12.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-computed-properties", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.14.5-8751978a79-87bd4c4625.zip/node_modules/@babel/plugin-transform-computed-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-computed-properties", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-computed-properties-virtual-a0ab820ce9/0/cache/@babel-plugin-transform-computed-properties-npm-7.14.5-8751978a79-87bd4c4625.zip/node_modules/@babel/plugin-transform-computed-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-computed-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-destructuring", [
|
|
["npm:7.14.7", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-destructuring-npm-7.14.7-2db3ea1351-0b0cf8ed9f.zip/node_modules/@babel/plugin-transform-destructuring/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-destructuring", "npm:7.14.7"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.7", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-destructuring-virtual-0351ff7df6/0/cache/@babel-plugin-transform-destructuring-npm-7.14.7-2db3ea1351-0b0cf8ed9f.zip/node_modules/@babel/plugin-transform-destructuring/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-destructuring", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.7"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-dotall-regex", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.14.5-c2010d2608-4da3dac958.zip/node_modules/@babel/plugin-transform-dotall-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-dotall-regex", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dotall-regex-virtual-d0254e76f6/0/cache/@babel-plugin-transform-dotall-regex-npm-7.14.5-c2010d2608-4da3dac958.zip/node_modules/@babel/plugin-transform-dotall-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-dotall-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-regexp-features-plugin", "virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-duplicate-keys", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.14.5-6f8a6586c0-c6c951d2f7.zip/node_modules/@babel/plugin-transform-duplicate-keys/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-duplicate-keys", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-keys-virtual-ff8722329d/0/cache/@babel-plugin-transform-duplicate-keys-npm-7.14.5-6f8a6586c0-c6c951d2f7.zip/node_modules/@babel/plugin-transform-duplicate-keys/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-duplicate-keys", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-exponentiation-operator", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.14.5-441700f070-7588a582d0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-exponentiation-operator", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-exponentiation-operator-virtual-2fc60d153a/0/cache/@babel-plugin-transform-exponentiation-operator-npm-7.14.5-441700f070-7588a582d0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-exponentiation-operator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-builder-binary-assignment-operator-visitor", "npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-for-of", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-for-of-npm-7.15.4-00f927ba21-908307b89d.zip/node_modules/@babel/plugin-transform-for-of/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-for-of", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-for-of-virtual-f17caa4ae2/0/cache/@babel-plugin-transform-for-of-npm-7.15.4-00f927ba21-908307b89d.zip/node_modules/@babel/plugin-transform-for-of/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-for-of", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-function-name", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-function-name-npm-7.14.5-e944ad9635-3db2fa1bcd.zip/node_modules/@babel/plugin-transform-function-name/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-function-name", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-function-name-virtual-c39b4d26a0/0/cache/@babel-plugin-transform-function-name-npm-7.14.5-e944ad9635-3db2fa1bcd.zip/node_modules/@babel/plugin-transform-function-name/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-function-name", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-literals", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-literals-npm-7.14.5-bec88dbb09-2341cfaaf8.zip/node_modules/@babel/plugin-transform-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-literals", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-literals-virtual-b460772e74/0/cache/@babel-plugin-transform-literals-npm-7.14.5-bec88dbb09-2341cfaaf8.zip/node_modules/@babel/plugin-transform-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-member-expression-literals", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-member-expression-literals-npm-7.14.5-a447eb232a-a94ff910e8.zip/node_modules/@babel/plugin-transform-member-expression-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-member-expression-literals", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-member-expression-literals-virtual-3294e46e57/0/cache/@babel-plugin-transform-member-expression-literals-npm-7.14.5-a447eb232a-a94ff910e8.zip/node_modules/@babel/plugin-transform-member-expression-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-member-expression-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-modules-amd", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.14.5-79fbb0e386-963d9ebb11.zip/node_modules/@babel/plugin-transform-modules-amd/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-amd", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-amd-virtual-d4bf4fae80/0/cache/@babel-plugin-transform-modules-amd-npm-7.14.5-79fbb0e386-963d9ebb11.zip/node_modules/@babel/plugin-transform-modules-amd/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-amd", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null],
|
|
["babel-plugin-dynamic-import-node", "npm:2.3.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-modules-commonjs", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.15.4-575efc7805-4782b0dad0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-commonjs", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-commonjs-virtual-126073997c/0/cache/@babel-plugin-transform-modules-commonjs-npm-7.15.4-575efc7805-4782b0dad0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-commonjs", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-simple-access", "npm:7.15.4"],
|
|
["@types/babel__core", null],
|
|
["babel-plugin-dynamic-import-node", "npm:2.3.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-modules-systemjs", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.15.4-2a0d44dda2-c5ba905680.zip/node_modules/@babel/plugin-transform-modules-systemjs/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-systemjs", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-systemjs-virtual-cef2877454/0/cache/@babel-plugin-transform-modules-systemjs-npm-7.15.4-2a0d44dda2-c5ba905680.zip/node_modules/@babel/plugin-transform-modules-systemjs/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-systemjs", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-hoist-variables", "npm:7.15.4"],
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["@types/babel__core", null],
|
|
["babel-plugin-dynamic-import-node", "npm:2.3.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-modules-umd", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.14.5-8a2b4e7c42-455ff383be.zip/node_modules/@babel/plugin-transform-modules-umd/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-umd", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-umd-virtual-de3da568dc/0/cache/@babel-plugin-transform-modules-umd-npm-7.14.5-8a2b4e7c42-455ff383be.zip/node_modules/@babel/plugin-transform-modules-umd/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-modules-umd", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-module-transforms", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-named-capturing-groups-regex", [
|
|
["npm:7.14.9", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.14.9-0b8ffbd323-81dda376c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-named-capturing-groups-regex", "npm:7.14.9"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.9", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-named-capturing-groups-regex-virtual-e290648f75/0/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.14.9-0b8ffbd323-81dda376c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-named-capturing-groups-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.9"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-regexp-features-plugin", "virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-new-target", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-new-target-npm-7.14.5-33db65f40f-5b806c8692.zip/node_modules/@babel/plugin-transform-new-target/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-new-target", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-new-target-virtual-8c6d8b8d54/0/cache/@babel-plugin-transform-new-target-npm-7.14.5-33db65f40f-5b806c8692.zip/node_modules/@babel/plugin-transform-new-target/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-new-target", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-object-super", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-object-super-npm-7.14.5-241a5c2dac-88477a8b27.zip/node_modules/@babel/plugin-transform-object-super/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-object-super", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-super-virtual-4500f3371f/0/cache/@babel-plugin-transform-object-super-npm-7.14.5-241a5c2dac-88477a8b27.zip/node_modules/@babel/plugin-transform-object-super/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-object-super", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-replace-supers", "npm:7.15.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-parameters", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-parameters-npm-7.15.4-b1ba16f5ea-0d8bf88115.zip/node_modules/@babel/plugin-transform-parameters/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-parameters", "npm:7.15.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-parameters-virtual-38f538d30d/0/cache/@babel-plugin-transform-parameters-npm-7.15.4-b1ba16f5ea-0d8bf88115.zip/node_modules/@babel/plugin-transform-parameters/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-parameters", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-property-literals", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-property-literals-npm-7.14.5-515b03362a-426e7b13a0.zip/node_modules/@babel/plugin-transform-property-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-property-literals", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-property-literals-virtual-42e7c14848/0/cache/@babel-plugin-transform-property-literals-npm-7.14.5-515b03362a-426e7b13a0.zip/node_modules/@babel/plugin-transform-property-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-property-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-react-display-name", [
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.16.0-afbdf3bead-82ca59676c.zip/node_modules/@babel/plugin-transform-react-display-name/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-display-name", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-display-name-virtual-ea68f89e2a/0/cache/@babel-plugin-transform-react-display-name-npm-7.16.0-afbdf3bead-82ca59676c.zip/node_modules/@babel/plugin-transform-react-display-name/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-display-name", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-display-name-virtual-6d49bd0ecb/0/cache/@babel-plugin-transform-react-display-name-npm-7.16.0-afbdf3bead-82ca59676c.zip/node_modules/@babel/plugin-transform-react-display-name/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-display-name", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-react-jsx", [
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.16.0-7fdcf4b10a-c4fd230775.zip/node_modules/@babel/plugin-transform-react-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-jsx-virtual-3154d888ac/0/cache/@babel-plugin-transform-react-jsx-npm-7.16.0-7fdcf4b10a-c4fd230775.zip/node_modules/@babel/plugin-transform-react-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.16.0"],
|
|
["@babel/helper-module-imports", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-jsx", "virtual:3154d888acaa5ca478ff10c6e5dabcc3fbf69d558c4a088ed0df7dde3bbaef64e77979537bf7db28e0435ed1231f26e11b94f0a88198398f2318e2568b7a5238#npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-jsx-virtual-347b715be0/0/cache/@babel-plugin-transform-react-jsx-npm-7.16.0-7fdcf4b10a-c4fd230775.zip/node_modules/@babel/plugin-transform-react-jsx/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-annotate-as-pure", "npm:7.16.0"],
|
|
["@babel/helper-module-imports", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-syntax-jsx", "virtual:347b715be020f222c1b7298e73858b1a3c2a69ccb601539279c654da757c61820d4e9a5f25c9ac775a57239a14468729b7c3a735465b4cb879e63d67d18a3918#npm:7.16.0"],
|
|
["@babel/types", "npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-react-jsx-development", [
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-react-jsx-development-npm-7.16.0-58bf5ea72d-2724db0d24.zip/node_modules/@babel/plugin-transform-react-jsx-development/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx-development", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-jsx-development-virtual-d8482ba573/0/cache/@babel-plugin-transform-react-jsx-development-npm-7.16.0-58bf5ea72d-2724db0d24.zip/node_modules/@babel/plugin-transform-react-jsx-development/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx-development", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/plugin-transform-react-jsx", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-jsx-development-virtual-88a7f7c179/0/cache/@babel-plugin-transform-react-jsx-development-npm-7.16.0-58bf5ea72d-2724db0d24.zip/node_modules/@babel/plugin-transform-react-jsx-development/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-jsx-development", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/plugin-transform-react-jsx", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-react-pure-annotations", [
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-react-pure-annotations-npm-7.16.0-833a01d935-b06c0f5efd.zip/node_modules/@babel/plugin-transform-react-pure-annotations/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-pure-annotations", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-pure-annotations-virtual-eee41cfd87/0/cache/@babel-plugin-transform-react-pure-annotations-npm-7.16.0-833a01d935-b06c0f5efd.zip/node_modules/@babel/plugin-transform-react-pure-annotations/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-pure-annotations", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-annotate-as-pure", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-react-pure-annotations-virtual-a6e4510626/0/cache/@babel-plugin-transform-react-pure-annotations-npm-7.16.0-833a01d935-b06c0f5efd.zip/node_modules/@babel/plugin-transform-react-pure-annotations/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-react-pure-annotations", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-annotate-as-pure", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-regenerator", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-regenerator-npm-7.14.5-f1465f30a4-f606bc04da.zip/node_modules/@babel/plugin-transform-regenerator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-regenerator", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regenerator-virtual-5d6036dd51/0/cache/@babel-plugin-transform-regenerator-npm-7.14.5-f1465f30a4-f606bc04da.zip/node_modules/@babel/plugin-transform-regenerator/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-regenerator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@types/babel__core", null],
|
|
["regenerator-transform", "npm:0.14.5"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-reserved-words", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.14.5-2e9c4ba505-8a40d7b48e.zip/node_modules/@babel/plugin-transform-reserved-words/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-reserved-words", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-reserved-words-virtual-c6477e8d75/0/cache/@babel-plugin-transform-reserved-words-npm-7.14.5-2e9c4ba505-8a40d7b48e.zip/node_modules/@babel/plugin-transform-reserved-words/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-reserved-words", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-shorthand-properties", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-shorthand-properties-npm-7.14.5-493cceea15-60cdd17e34.zip/node_modules/@babel/plugin-transform-shorthand-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-shorthand-properties", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-shorthand-properties-virtual-3af7dbe165/0/cache/@babel-plugin-transform-shorthand-properties-npm-7.14.5-493cceea15-60cdd17e34.zip/node_modules/@babel/plugin-transform-shorthand-properties/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-shorthand-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-spread", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-spread-npm-7.15.8-15b0ace816-fbffa4f2a6.zip/node_modules/@babel/plugin-transform-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-spread", "npm:7.15.8"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-spread-virtual-e9609e2dec/0/cache/@babel-plugin-transform-spread-npm-7.15.8-15b0ace816-fbffa4f2a6.zip/node_modules/@babel/plugin-transform-spread/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-spread", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-skip-transparent-expression-wrappers", "npm:7.15.4"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-sticky-regex", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.14.5-0185c22ec2-6d77e0641c.zip/node_modules/@babel/plugin-transform-sticky-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-sticky-regex", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-sticky-regex-virtual-d3583bfd0e/0/cache/@babel-plugin-transform-sticky-regex-npm-7.14.5-0185c22ec2-6d77e0641c.zip/node_modules/@babel/plugin-transform-sticky-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-sticky-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-template-literals", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-template-literals-npm-7.14.5-60338f8fa2-56d273470c.zip/node_modules/@babel/plugin-transform-template-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-template-literals", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-template-literals-virtual-2e01b65110/0/cache/@babel-plugin-transform-template-literals-npm-7.14.5-60338f8fa2-56d273470c.zip/node_modules/@babel/plugin-transform-template-literals/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-template-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-typeof-symbol", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.14.5-eca10e5acb-1e71ec00ea.zip/node_modules/@babel/plugin-transform-typeof-symbol/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-typeof-symbol", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-typeof-symbol-virtual-643c118c46/0/cache/@babel-plugin-transform-typeof-symbol-npm-7.14.5-eca10e5acb-1e71ec00ea.zip/node_modules/@babel/plugin-transform-typeof-symbol/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-typeof-symbol", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-unicode-escapes", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.14.5-9bd1cfd4db-2a6979c5b8.zip/node_modules/@babel/plugin-transform-unicode-escapes/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-unicode-escapes", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-escapes-virtual-b015a735b6/0/cache/@babel-plugin-transform-unicode-escapes-npm-7.14.5-9bd1cfd4db-2a6979c5b8.zip/node_modules/@babel/plugin-transform-unicode-escapes/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-unicode-escapes", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/plugin-transform-unicode-regex", [
|
|
["npm:7.14.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.14.5-2581bdf2c9-1b7a4c0dc6.zip/node_modules/@babel/plugin-transform-unicode-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-unicode-regex", "npm:7.14.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-regex-virtual-1f7994d1d8/0/cache/@babel-plugin-transform-unicode-regex-npm-7.14.5-2581bdf2c9-1b7a4c0dc6.zip/node_modules/@babel/plugin-transform-unicode-regex/",
|
|
"packageDependencies": [
|
|
["@babel/plugin-transform-unicode-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-create-regexp-features-plugin", "virtual:63f0678baa2da71f7ebcae54faff01891d116d46c275953fd695c87b15b8d453290acfbd48d4baab7c890a4a14ba0c0194f439f391bea2def24d7a04efa5b7d8#npm:7.14.5"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/preset-env", [
|
|
["npm:7.15.8", {
|
|
"packageLocation": "./.yarn/cache/@babel-preset-env-npm-7.15.8-ffc4f4e77b-1d38e94177.zip/node_modules/@babel/preset-env/",
|
|
"packageDependencies": [
|
|
["@babel/preset-env", "npm:7.15.8"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.8", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-preset-env-virtual-9b0b7ea21e/0/cache/@babel-preset-env-npm-7.15.8-ffc4f4e77b-1d38e94177.zip/node_modules/@babel/preset-env/",
|
|
"packageDependencies": [
|
|
["@babel/preset-env", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.8"],
|
|
["@babel/compat-data", "npm:7.15.0"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-compilation-targets", "virtual:50429761b4ccbefc4a2059beb338eef69c1402a69be9d15b8c2510111bd44ce8e8bbc957d3d2c2230edfd773c78d20b809d84887c052f30f5e8c34bfd672f41d#npm:7.15.4"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-validator-option", "npm:7.14.5"],
|
|
["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-proposal-async-generator-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8"],
|
|
["@babel/plugin-proposal-class-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-class-static-block", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-proposal-dynamic-import", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-export-namespace-from", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-json-strings", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-logical-assignment-operators", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-nullish-coalescing-operator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-numeric-separator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-object-rest-spread", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.6"],
|
|
["@babel/plugin-proposal-optional-catch-binding", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-optional-chaining", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-private-methods", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-proposal-private-property-in-object", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-proposal-unicode-property-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-syntax-async-generators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.4"],
|
|
["@babel/plugin-syntax-class-properties", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.12.13"],
|
|
["@babel/plugin-syntax-class-static-block", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-syntax-dynamic-import", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@babel/plugin-syntax-export-namespace-from", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.8.3"],
|
|
["@babel/plugin-syntax-json-strings", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-private-property-in-object", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-syntax-top-level-await", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.14.5"],
|
|
["@babel/plugin-transform-arrow-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-async-to-generator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-block-scoped-functions", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-block-scoping", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.3"],
|
|
["@babel/plugin-transform-classes", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-transform-computed-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-destructuring", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.7"],
|
|
["@babel/plugin-transform-dotall-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-duplicate-keys", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-exponentiation-operator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-for-of", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-transform-function-name", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-member-expression-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-modules-amd", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-modules-commonjs", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-transform-modules-systemjs", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-transform-modules-umd", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-named-capturing-groups-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.9"],
|
|
["@babel/plugin-transform-new-target", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-object-super", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-parameters", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.4"],
|
|
["@babel/plugin-transform-property-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-regenerator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-reserved-words", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-shorthand-properties", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-spread", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.15.8"],
|
|
["@babel/plugin-transform-sticky-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-template-literals", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-typeof-symbol", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-unicode-escapes", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-unicode-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/preset-modules", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.1.5"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@types/babel__core", null],
|
|
["babel-plugin-polyfill-corejs2", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2"],
|
|
["babel-plugin-polyfill-corejs3", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.5"],
|
|
["babel-plugin-polyfill-regenerator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2"],
|
|
["core-js-compat", "npm:3.19.0"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/preset-modules", [
|
|
["npm:0.1.5", {
|
|
"packageLocation": "./.yarn/cache/@babel-preset-modules-npm-0.1.5-15ffcd64c2-8430e0e9e9.zip/node_modules/@babel/preset-modules/",
|
|
"packageDependencies": [
|
|
["@babel/preset-modules", "npm:0.1.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.1.5", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-preset-modules-virtual-47544510a0/0/cache/@babel-preset-modules-npm-0.1.5-15ffcd64c2-8430e0e9e9.zip/node_modules/@babel/preset-modules/",
|
|
"packageDependencies": [
|
|
["@babel/preset-modules", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.1.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/plugin-proposal-unicode-property-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/plugin-transform-dotall-regex", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:7.14.5"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@types/babel__core", null],
|
|
["esutils", "npm:2.0.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/preset-react", [
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-preset-react-npm-7.16.0-e4ab6c50da-88b0aab221.zip/node_modules/@babel/preset-react/",
|
|
"packageDependencies": [
|
|
["@babel/preset-react", "npm:7.16.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-preset-react-virtual-bb2dbf95c4/0/cache/@babel-preset-react-npm-7.16.0-e4ab6c50da-88b0aab221.zip/node_modules/@babel/preset-react/",
|
|
"packageDependencies": [
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-validator-option", "npm:7.14.5"],
|
|
["@babel/plugin-transform-react-display-name", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-jsx", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-jsx-development", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-pure-annotations", "virtual:bb2dbf95c4e7e3665e54cf57ddc042ddbcf64dbb9cf1840f343e316f88ca865d87c04e09766f77807b244c6332a8ac0b561745d14f9f7d3a6a62384e043f0a92#npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:7.16.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@babel-preset-react-virtual-23a575ad2d/0/cache/@babel-preset-react-npm-7.16.0-e4ab6c50da-88b0aab221.zip/node_modules/@babel/preset-react/",
|
|
"packageDependencies": [
|
|
["@babel/preset-react", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:7.16.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@babel/helper-validator-option", "npm:7.14.5"],
|
|
["@babel/plugin-transform-react-display-name", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-jsx", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-jsx-development", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@babel/plugin-transform-react-pure-annotations", "virtual:23a575ad2d538539d06dc80cac0b20a7b687b7b6a8c444d087abc3e10623c9d626c87f5e23f072a5af77de3f996abd175273d7d982dc0a884ffe093915818457#npm:7.16.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/runtime", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-runtime-npm-7.15.4-52ce5bf6ea-c408254304.zip/node_modules/@babel/runtime/",
|
|
"packageDependencies": [
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["regenerator-runtime", "npm:0.13.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-runtime-npm-7.16.0-2f490bebb5-bfbca3ec52.zip/node_modules/@babel/runtime/",
|
|
"packageDependencies": [
|
|
["@babel/runtime", "npm:7.16.0"],
|
|
["regenerator-runtime", "npm:0.13.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.3", {
|
|
"packageLocation": "./.yarn/cache/@babel-runtime-npm-7.16.3-b53f079b37-ab8ac88709.zip/node_modules/@babel/runtime/",
|
|
"packageDependencies": [
|
|
["@babel/runtime", "npm:7.16.3"],
|
|
["regenerator-runtime", "npm:0.13.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/runtime-corejs3", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-runtime-corejs3-npm-7.15.4-cd01b983fb-ba3b7ed66a.zip/node_modules/@babel/runtime-corejs3/",
|
|
"packageDependencies": [
|
|
["@babel/runtime-corejs3", "npm:7.15.4"],
|
|
["core-js-pure", "npm:3.19.0"],
|
|
["regenerator-runtime", "npm:0.13.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/template", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-template-npm-7.15.4-a024aff24b-58ca51fdd4.zip/node_modules/@babel/template/",
|
|
"packageDependencies": [
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-template-npm-7.16.0-a52c3c2401-940f105cc6.zip/node_modules/@babel/template/",
|
|
"packageDependencies": [
|
|
["@babel/template", "npm:7.16.0"],
|
|
["@babel/code-frame", "npm:7.16.0"],
|
|
["@babel/parser", "npm:7.16.2"],
|
|
["@babel/types", "npm:7.16.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/traverse", [
|
|
["npm:7.15.4", {
|
|
"packageLocation": "./.yarn/cache/@babel-traverse-npm-7.15.4-904b3fada4-831506a92c.zip/node_modules/@babel/traverse/",
|
|
"packageDependencies": [
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/generator", "npm:7.15.8"],
|
|
["@babel/helper-function-name", "npm:7.15.4"],
|
|
["@babel/helper-hoist-variables", "npm:7.15.4"],
|
|
["@babel/helper-split-export-declaration", "npm:7.15.4"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["globals", "npm:11.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-traverse-npm-7.16.0-24c0670a0d-83f634019a.zip/node_modules/@babel/traverse/",
|
|
"packageDependencies": [
|
|
["@babel/traverse", "npm:7.16.0"],
|
|
["@babel/code-frame", "npm:7.16.0"],
|
|
["@babel/generator", "npm:7.16.0"],
|
|
["@babel/helper-function-name", "npm:7.16.0"],
|
|
["@babel/helper-hoist-variables", "npm:7.16.0"],
|
|
["@babel/helper-split-export-declaration", "npm:7.16.0"],
|
|
["@babel/parser", "npm:7.16.2"],
|
|
["@babel/types", "npm:7.16.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["globals", "npm:11.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@babel/types", [
|
|
["npm:7.15.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-types-npm-7.15.0-20151d256a-6d6bcdfce9.zip/node_modules/@babel/types/",
|
|
"packageDependencies": [
|
|
["@babel/types", "npm:7.15.0"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["to-fast-properties", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.15.6", {
|
|
"packageLocation": "./.yarn/cache/@babel-types-npm-7.15.6-330b07a916-37f497dde1.zip/node_modules/@babel/types/",
|
|
"packageDependencies": [
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["to-fast-properties", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.16.0", {
|
|
"packageLocation": "./.yarn/cache/@babel-types-npm-7.16.0-e111c97393-5b483da5c6.zip/node_modules/@babel/types/",
|
|
"packageDependencies": [
|
|
["@babel/types", "npm:7.16.0"],
|
|
["@babel/helper-validator-identifier", "npm:7.15.7"],
|
|
["to-fast-properties", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@bcoe/v8-coverage", [
|
|
["npm:0.2.3", {
|
|
"packageLocation": "./.yarn/cache/@bcoe-v8-coverage-npm-0.2.3-9e27b3c57e-850f930553.zip/node_modules/@bcoe/v8-coverage/",
|
|
"packageDependencies": [
|
|
["@bcoe/v8-coverage", "npm:0.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@chevrotain/types", [
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/@chevrotain-types-npm-9.1.0-80ac254cc2-5f26ff26aa.zip/node_modules/@chevrotain/types/",
|
|
"packageDependencies": [
|
|
["@chevrotain/types", "npm:9.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@chevrotain/utils", [
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/@chevrotain-utils-npm-9.1.0-5e5d6d7acc-ca78c97c7c.zip/node_modules/@chevrotain/utils/",
|
|
"packageDependencies": [
|
|
["@chevrotain/utils", "npm:9.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@ctrl/tinycolor", [
|
|
["npm:3.4.0", {
|
|
"packageLocation": "./.yarn/cache/@ctrl-tinycolor-npm-3.4.0-5c020477bc-28217900f3.zip/node_modules/@ctrl/tinycolor/",
|
|
"packageDependencies": [
|
|
["@ctrl/tinycolor", "npm:3.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@elastic/elasticsearch", [
|
|
["npm:7.15.0", {
|
|
"packageLocation": "./.yarn/cache/@elastic-elasticsearch-npm-7.15.0-081267f0f5-e23a33469c.zip/node_modules/@elastic/elasticsearch/",
|
|
"packageDependencies": [
|
|
["@elastic/elasticsearch", "npm:7.15.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["hpagent", "npm:0.1.2"],
|
|
["ms", "npm:2.1.3"],
|
|
["secure-json-parse", "npm:2.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/babel-plugin", [
|
|
["npm:11.3.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-babel-plugin-npm-11.3.0-1584a07dcd-8ff91de4a2.zip/node_modules/@emotion/babel-plugin/",
|
|
"packageDependencies": [
|
|
["@emotion/babel-plugin", "npm:11.3.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:4421f79481f090e667f727bce666cf25d8c2afb5afe2618321ce094c0de093572d442b0fd8345bb4e78fc4638710e8390209e7032f667f1b7dfe01ff9cd595e5#npm:11.3.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@emotion-babel-plugin-virtual-df8eb3e00f/0/cache/@emotion-babel-plugin-npm-11.3.0-1584a07dcd-8ff91de4a2.zip/node_modules/@emotion/babel-plugin/",
|
|
"packageDependencies": [
|
|
["@emotion/babel-plugin", "virtual:4421f79481f090e667f727bce666cf25d8c2afb5afe2618321ce094c0de093572d442b0fd8345bb4e78fc4638710e8390209e7032f667f1b7dfe01ff9cd595e5#npm:11.3.0"],
|
|
["@babel/core", null],
|
|
["@babel/helper-module-imports", "npm:7.15.4"],
|
|
["@babel/plugin-syntax-jsx", "virtual:df8eb3e00fd03d983a51a4c8d2cee5bcda5b8a3cc1da26a8faff43942ab4038297db90cc68c76c83ee1e4a2c29b35bca5ec1e108197db49552dcda0c5fdc1f06#npm:7.14.5"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@emotion/hash", "npm:0.8.0"],
|
|
["@emotion/memoize", "npm:0.7.5"],
|
|
["@emotion/serialize", "npm:1.0.2"],
|
|
["@types/babel__core", null],
|
|
["babel-plugin-macros", "npm:2.8.0"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["escape-string-regexp", "npm:4.0.0"],
|
|
["find-root", "npm:1.1.0"],
|
|
["source-map", "npm:0.5.7"],
|
|
["stylis", "npm:4.0.10"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/cache", [
|
|
["npm:11.5.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-cache-npm-11.5.0-713285e054-8b3fac281e.zip/node_modules/@emotion/cache/",
|
|
"packageDependencies": [
|
|
["@emotion/cache", "npm:11.5.0"],
|
|
["@emotion/memoize", "npm:0.7.5"],
|
|
["@emotion/sheet", "npm:1.0.3"],
|
|
["@emotion/utils", "npm:1.0.0"],
|
|
["@emotion/weak-memoize", "npm:0.2.5"],
|
|
["stylis", "npm:4.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/css", [
|
|
["npm:11.5.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-css-npm-11.5.0-ffe8b08621-45d01333c3.zip/node_modules/@emotion/css/",
|
|
"packageDependencies": [
|
|
["@emotion/css", "npm:11.5.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@emotion-css-virtual-4421f79481/0/cache/@emotion-css-npm-11.5.0-ffe8b08621-45d01333c3.zip/node_modules/@emotion/css/",
|
|
"packageDependencies": [
|
|
["@emotion/css", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@babel/core", null],
|
|
["@emotion/babel-plugin", "virtual:4421f79481f090e667f727bce666cf25d8c2afb5afe2618321ce094c0de093572d442b0fd8345bb4e78fc4638710e8390209e7032f667f1b7dfe01ff9cd595e5#npm:11.3.0"],
|
|
["@emotion/cache", "npm:11.5.0"],
|
|
["@emotion/serialize", "npm:1.0.2"],
|
|
["@emotion/sheet", "npm:1.0.3"],
|
|
["@emotion/utils", "npm:1.0.0"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/css-prettifier", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-css-prettifier-npm-1.0.0-c14c83a024-a3de555a49.zip/node_modules/@emotion/css-prettifier/",
|
|
"packageDependencies": [
|
|
["@emotion/css-prettifier", "npm:1.0.0"],
|
|
["@emotion/memoize", "npm:0.7.5"],
|
|
["stylis", "npm:4.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/hash", [
|
|
["npm:0.8.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-hash-npm-0.8.0-0104f4bbf3-4b35d88a97.zip/node_modules/@emotion/hash/",
|
|
"packageDependencies": [
|
|
["@emotion/hash", "npm:0.8.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/jest", [
|
|
["npm:11.5.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-jest-npm-11.5.0-4b612fb938-1283d9b926.zip/node_modules/@emotion/jest/",
|
|
"packageDependencies": [
|
|
["@emotion/jest", "npm:11.5.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@emotion-jest-virtual-86a5942894/0/cache/@emotion-jest-npm-11.5.0-4b612fb938-1283d9b926.zip/node_modules/@emotion/jest/",
|
|
"packageDependencies": [
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@emotion/css-prettifier", "npm:1.0.0"],
|
|
["@types/enzyme-to-json", null],
|
|
["@types/jest", null],
|
|
["chalk", "npm:4.1.2"],
|
|
["enzyme-to-json", null],
|
|
["specificity", "npm:0.4.1"],
|
|
["stylis", "npm:4.0.10"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/enzyme-to-json",
|
|
"@types/jest",
|
|
"enzyme-to-json"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/memoize", [
|
|
["npm:0.7.5", {
|
|
"packageLocation": "./.yarn/cache/@emotion-memoize-npm-0.7.5-e5e7e9eeca-83da8d4a76.zip/node_modules/@emotion/memoize/",
|
|
"packageDependencies": [
|
|
["@emotion/memoize", "npm:0.7.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/react", [
|
|
["npm:11.5.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-react-npm-11.5.0-7e3b735976-4188b664cc.zip/node_modules/@emotion/react/",
|
|
"packageDependencies": [
|
|
["@emotion/react", "npm:11.5.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@emotion-react-virtual-400c1cd751/0/cache/@emotion-react-npm-11.5.0-7e3b735976-4188b664cc.zip/node_modules/@emotion/react/",
|
|
"packageDependencies": [
|
|
["@emotion/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@babel/core", null],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@emotion/cache", "npm:11.5.0"],
|
|
["@emotion/serialize", "npm:1.0.2"],
|
|
["@emotion/sheet", "npm:1.0.3"],
|
|
["@emotion/utils", "npm:1.0.0"],
|
|
["@emotion/weak-memoize", "npm:0.2.5"],
|
|
["@types/babel__core", null],
|
|
["@types/react", null],
|
|
["hoist-non-react-statics", "npm:3.3.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core",
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/serialize", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/@emotion-serialize-npm-1.0.2-a692afdb82-ff84fbe09e.zip/node_modules/@emotion/serialize/",
|
|
"packageDependencies": [
|
|
["@emotion/serialize", "npm:1.0.2"],
|
|
["@emotion/hash", "npm:0.8.0"],
|
|
["@emotion/memoize", "npm:0.7.5"],
|
|
["@emotion/unitless", "npm:0.7.5"],
|
|
["@emotion/utils", "npm:1.0.0"],
|
|
["csstype", "npm:3.0.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/sheet", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/@emotion-sheet-npm-1.0.3-7146f87ed0-43a9b9a0e4.zip/node_modules/@emotion/sheet/",
|
|
"packageDependencies": [
|
|
["@emotion/sheet", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/unitless", [
|
|
["npm:0.7.5", {
|
|
"packageLocation": "./.yarn/cache/@emotion-unitless-npm-0.7.5-14e1171640-f976e5345b.zip/node_modules/@emotion/unitless/",
|
|
"packageDependencies": [
|
|
["@emotion/unitless", "npm:0.7.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/utils", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@emotion-utils-npm-1.0.0-7f9809289c-3ce8048441.zip/node_modules/@emotion/utils/",
|
|
"packageDependencies": [
|
|
["@emotion/utils", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@emotion/weak-memoize", [
|
|
["npm:0.2.5", {
|
|
"packageLocation": "./.yarn/cache/@emotion-weak-memoize-npm-0.2.5-9f2e49e7c8-27d402b0c6.zip/node_modules/@emotion/weak-memoize/",
|
|
"packageDependencies": [
|
|
["@emotion/weak-memoize", "npm:0.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@eslint/eslintrc", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/@eslint-eslintrc-npm-1.0.4-d2b8ff4ca9-570f87e216.zip/node_modules/@eslint/eslintrc/",
|
|
"packageDependencies": [
|
|
["@eslint/eslintrc", "npm:1.0.4"],
|
|
["ajv", "npm:6.12.6"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["espree", "npm:9.0.0"],
|
|
["globals", "npm:13.11.0"],
|
|
["ignore", "npm:4.0.6"],
|
|
["import-fresh", "npm:3.3.0"],
|
|
["js-yaml", "npm:4.1.0"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["strip-json-comments", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@gar/promisify", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/@gar-promisify-npm-1.1.2-2343f94380-d05081e088.zip/node_modules/@gar/promisify/",
|
|
"packageDependencies": [
|
|
["@gar/promisify", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@hapi/accept", [
|
|
["npm:5.0.2", {
|
|
"packageLocation": "./.yarn/cache/@hapi-accept-npm-5.0.2-cfe21ffd1e-8088cbc245.zip/node_modules/@hapi/accept/",
|
|
"packageDependencies": [
|
|
["@hapi/accept", "npm:5.0.2"],
|
|
["@hapi/boom", "npm:9.1.4"],
|
|
["@hapi/hoek", "npm:9.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@hapi/boom", [
|
|
["npm:9.1.4", {
|
|
"packageLocation": "./.yarn/cache/@hapi-boom-npm-9.1.4-1a3569656a-b1cdde1e82.zip/node_modules/@hapi/boom/",
|
|
"packageDependencies": [
|
|
["@hapi/boom", "npm:9.1.4"],
|
|
["@hapi/hoek", "npm:9.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@hapi/hoek", [
|
|
["npm:9.2.1", {
|
|
"packageLocation": "./.yarn/cache/@hapi-hoek-npm-9.2.1-5e7f2fab98-6a439f672d.zip/node_modules/@hapi/hoek/",
|
|
"packageDependencies": [
|
|
["@hapi/hoek", "npm:9.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@humanwhocodes/config-array", [
|
|
["npm:0.6.0", {
|
|
"packageLocation": "./.yarn/cache/@humanwhocodes-config-array-npm-0.6.0-da5f51e2f3-1025b07514.zip/node_modules/@humanwhocodes/config-array/",
|
|
"packageDependencies": [
|
|
["@humanwhocodes/config-array", "npm:0.6.0"],
|
|
["@humanwhocodes/object-schema", "npm:1.2.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["minimatch", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@humanwhocodes/object-schema", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/@humanwhocodes-object-schema-npm-1.2.0-6bc0ff9fda-40b7548037.zip/node_modules/@humanwhocodes/object-schema/",
|
|
"packageDependencies": [
|
|
["@humanwhocodes/object-schema", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@hutson/parse-repository-url", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/@hutson-parse-repository-url-npm-3.0.2-ae5ef1b671-39992c5f18.zip/node_modules/@hutson/parse-repository-url/",
|
|
"packageDependencies": [
|
|
["@hutson/parse-repository-url", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@icons/material", [
|
|
["npm:0.2.4", {
|
|
"packageLocation": "./.yarn/cache/@icons-material-npm-0.2.4-7c2363ec33-24baa360cb.zip/node_modules/@icons/material/",
|
|
"packageDependencies": [
|
|
["@icons/material", "npm:0.2.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:0.2.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@icons-material-virtual-8b7f80641a/0/cache/@icons-material-npm-0.2.4-7c2363ec33-24baa360cb.zip/node_modules/@icons/material/",
|
|
"packageDependencies": [
|
|
["@icons/material", "virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:0.2.4"],
|
|
["@types/react", null],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@istanbuljs/load-nyc-config", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/@istanbuljs-load-nyc-config-npm-1.1.0-42d17c9cb1-d578da5e2e.zip/node_modules/@istanbuljs/load-nyc-config/",
|
|
"packageDependencies": [
|
|
["@istanbuljs/load-nyc-config", "npm:1.1.0"],
|
|
["camelcase", "npm:5.3.1"],
|
|
["find-up", "npm:4.1.0"],
|
|
["get-package-type", "npm:0.1.0"],
|
|
["js-yaml", "npm:3.14.1"],
|
|
["resolve-from", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@istanbuljs/schema", [
|
|
["npm:0.1.3", {
|
|
"packageLocation": "./.yarn/cache/@istanbuljs-schema-npm-0.1.3-466bd3eaaa-5282759d96.zip/node_modules/@istanbuljs/schema/",
|
|
"packageDependencies": [
|
|
["@istanbuljs/schema", "npm:0.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/console", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-console-npm-27.3.1-1ce6f0cf3c-80e3d9d3cc.zip/node_modules/@jest/console/",
|
|
"packageDependencies": [
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/core", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-core-npm-27.3.1-897b06c732-f21d0d1fe9.zip/node_modules/@jest/core/",
|
|
"packageDependencies": [
|
|
["@jest/core", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/@jest-core-virtual-cb19f75f94/0/cache/@jest-core-npm-27.3.1-897b06c732-f21d0d1fe9.zip/node_modules/@jest/core/",
|
|
"packageDependencies": [
|
|
["@jest/core", "virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1"],
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/reporters", "virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["@types/node-notifier", null],
|
|
["ansi-escapes", "npm:4.3.2"],
|
|
["chalk", "npm:4.1.2"],
|
|
["emittery", "npm:0.8.1"],
|
|
["exit", "npm:0.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-changed-files", "npm:27.3.0"],
|
|
["jest-config", "virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-resolve-dependencies", "npm:27.3.1"],
|
|
["jest-runner", "npm:27.3.1"],
|
|
["jest-runtime", "npm:27.3.1"],
|
|
["jest-snapshot", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-validate", "npm:27.3.1"],
|
|
["jest-watcher", "npm:27.3.1"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["node-notifier", null],
|
|
["rimraf", "npm:3.0.2"],
|
|
["slash", "npm:3.0.0"],
|
|
["strip-ansi", "npm:6.0.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/node-notifier",
|
|
"node-notifier"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/create-cache-key-function", [
|
|
["npm:27.4.2", {
|
|
"packageLocation": "./.yarn/cache/@jest-create-cache-key-function-npm-27.4.2-a4dbd99ee7-46eeb44607.zip/node_modules/@jest/create-cache-key-function/",
|
|
"packageDependencies": [
|
|
["@jest/create-cache-key-function", "npm:27.4.2"],
|
|
["@jest/types", "npm:27.4.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/environment", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-environment-npm-27.3.1-7ba3f61bc3-8eb31d7565.zip/node_modules/@jest/environment/",
|
|
"packageDependencies": [
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/fake-timers", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["jest-mock", "npm:27.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/fake-timers", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-fake-timers-npm-27.3.1-5c180108b5-6ebf8c91c4.zip/node_modules/@jest/fake-timers/",
|
|
"packageDependencies": [
|
|
["@jest/fake-timers", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@sinonjs/fake-timers", "npm:8.0.1"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-mock", "npm:27.3.0"],
|
|
["jest-util", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/globals", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-globals-npm-27.3.1-a4368e0f5a-cefae4249b.zip/node_modules/@jest/globals/",
|
|
"packageDependencies": [
|
|
["@jest/globals", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["expect", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/reporters", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-reporters-npm-27.3.1-e98c63de6a-ac095baa19.zip/node_modules/@jest/reporters/",
|
|
"packageDependencies": [
|
|
["@jest/reporters", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/@jest-reporters-virtual-f97203d0cb/0/cache/@jest-reporters-npm-27.3.1-e98c63de6a-ac095baa19.zip/node_modules/@jest/reporters/",
|
|
"packageDependencies": [
|
|
["@jest/reporters", "virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1"],
|
|
["@bcoe/v8-coverage", "npm:0.2.3"],
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["@types/node-notifier", null],
|
|
["chalk", "npm:4.1.2"],
|
|
["collect-v8-coverage", "npm:1.0.1"],
|
|
["exit", "npm:0.1.2"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["istanbul-lib-coverage", "npm:3.2.0"],
|
|
["istanbul-lib-instrument", "npm:4.0.3"],
|
|
["istanbul-lib-report", "npm:3.0.0"],
|
|
["istanbul-lib-source-maps", "npm:4.0.1"],
|
|
["istanbul-reports", "npm:3.0.5"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-worker", "npm:27.3.1"],
|
|
["node-notifier", null],
|
|
["slash", "npm:3.0.0"],
|
|
["source-map", "npm:0.6.1"],
|
|
["string-length", "npm:4.0.2"],
|
|
["terminal-link", "npm:2.1.1"],
|
|
["v8-to-istanbul", "npm:8.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/node-notifier",
|
|
"node-notifier"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/source-map", [
|
|
["npm:27.0.6", {
|
|
"packageLocation": "./.yarn/cache/@jest-source-map-npm-27.0.6-0535fb89a0-b4c09a0392.zip/node_modules/@jest/source-map/",
|
|
"packageDependencies": [
|
|
["@jest/source-map", "npm:27.0.6"],
|
|
["callsites", "npm:3.1.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/test-result", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-test-result-npm-27.3.1-e2d394a2ac-228976bf1a.zip/node_modules/@jest/test-result/",
|
|
"packageDependencies": [
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
|
["collect-v8-coverage", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/test-sequencer", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-test-sequencer-npm-27.3.1-d9434f56b1-385f020770.zip/node_modules/@jest/test-sequencer/",
|
|
"packageDependencies": [
|
|
["@jest/test-sequencer", "npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-runtime", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/transform", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/@jest-transform-npm-27.3.1-b9407d0219-e72afd6011.zip/node_modules/@jest/transform/",
|
|
"packageDependencies": [
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["babel-plugin-istanbul", "npm:6.1.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["fast-json-stable-stringify", "npm:2.1.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["pirates", "npm:4.0.1"],
|
|
["slash", "npm:3.0.0"],
|
|
["source-map", "npm:0.6.1"],
|
|
["write-file-atomic", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@jest/types", [
|
|
["npm:27.2.5", {
|
|
"packageLocation": "./.yarn/cache/@jest-types-npm-27.2.5-620da3d425-322603c243.zip/node_modules/@jest/types/",
|
|
"packageDependencies": [
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
|
["@types/istanbul-reports", "npm:3.0.1"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["@types/yargs", "npm:16.0.4"],
|
|
["chalk", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:27.4.2", {
|
|
"packageLocation": "./.yarn/cache/@jest-types-npm-27.4.2-3d7b3db042-1191022023.zip/node_modules/@jest/types/",
|
|
"packageDependencies": [
|
|
["@jest/types", "npm:27.4.2"],
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
|
["@types/istanbul-reports", "npm:3.0.1"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["@types/yargs", "npm:16.0.4"],
|
|
["chalk", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@js-joda/core", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/@js-joda-core-npm-3.2.0-d2526290e9-64625c2f22.zip/node_modules/@js-joda/core/",
|
|
"packageDependencies": [
|
|
["@js-joda/core", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/add", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-add-npm-4.0.0-c3b0703304-769efaf964.zip/node_modules/@lerna/add/",
|
|
"packageDependencies": [
|
|
["@lerna/add", "npm:4.0.0"],
|
|
["@lerna/bootstrap", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/npm-conf", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["p-map", "npm:4.0.0"],
|
|
["pacote", "npm:11.3.5"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/bootstrap", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-bootstrap-npm-4.0.0-c4a8e04403-072ce3053a.zip/node_modules/@lerna/bootstrap/",
|
|
"packageDependencies": [
|
|
["@lerna/bootstrap", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/has-npm-version", "npm:4.0.0"],
|
|
["@lerna/npm-install", "npm:4.0.0"],
|
|
["@lerna/package-graph", "npm:4.0.0"],
|
|
["@lerna/pulse-till-done", "npm:4.0.0"],
|
|
["@lerna/rimraf-dir", "npm:4.0.0"],
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/symlink-binary", "npm:4.0.0"],
|
|
["@lerna/symlink-dependencies", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["get-port", "npm:5.1.1"],
|
|
["multimatch", "npm:5.0.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["p-map", "npm:4.0.0"],
|
|
["p-map-series", "npm:2.1.0"],
|
|
["p-waterfall", "npm:2.1.1"],
|
|
["read-package-tree", "npm:5.3.1"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/changed", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-changed-npm-4.0.0-ea6aba05fc-f12a5d6cc4.zip/node_modules/@lerna/changed/",
|
|
"packageDependencies": [
|
|
["@lerna/changed", "npm:4.0.0"],
|
|
["@lerna/collect-updates", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/listable", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/check-working-tree", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-check-working-tree-npm-4.0.0-b1b2911e59-b4ce67942a.zip/node_modules/@lerna/check-working-tree/",
|
|
"packageDependencies": [
|
|
["@lerna/check-working-tree", "npm:4.0.0"],
|
|
["@lerna/collect-uncommitted", "npm:4.0.0"],
|
|
["@lerna/describe-ref", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/child-process", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-child-process-npm-4.0.0-d273cf4bcc-184ea5520b.zip/node_modules/@lerna/child-process/",
|
|
"packageDependencies": [
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["execa", "npm:5.1.1"],
|
|
["strong-log-transformer", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/clean", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-clean-npm-4.0.0-5280c34d40-40fa6d12ca.zip/node_modules/@lerna/clean/",
|
|
"packageDependencies": [
|
|
["@lerna/clean", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/prompt", "npm:4.0.0"],
|
|
["@lerna/pulse-till-done", "npm:4.0.0"],
|
|
["@lerna/rimraf-dir", "npm:4.0.0"],
|
|
["p-map", "npm:4.0.0"],
|
|
["p-map-series", "npm:2.1.0"],
|
|
["p-waterfall", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/cli", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-cli-npm-4.0.0-258fcccf2b-f6eae6a35a.zip/node_modules/@lerna/cli/",
|
|
"packageDependencies": [
|
|
["@lerna/cli", "npm:4.0.0"],
|
|
["@lerna/global-options", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["yargs", "npm:16.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/collect-uncommitted", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-collect-uncommitted-npm-4.0.0-69920a62fc-eb7c620105.zip/node_modules/@lerna/collect-uncommitted/",
|
|
"packageDependencies": [
|
|
["@lerna/collect-uncommitted", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/collect-updates", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-collect-updates-npm-4.0.0-54ffbe4f98-6d92fbfe2a.zip/node_modules/@lerna/collect-updates/",
|
|
"packageDependencies": [
|
|
["@lerna/collect-updates", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/describe-ref", "npm:4.0.0"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/command", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-command-npm-4.0.0-e7e4121299-cebcf7a2c3.zip/node_modules/@lerna/command/",
|
|
"packageDependencies": [
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/package-graph", "npm:4.0.0"],
|
|
["@lerna/project", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["@lerna/write-log-file", "npm:4.0.0"],
|
|
["clone-deep", "npm:4.0.1"],
|
|
["dedent", "npm:0.7.0"],
|
|
["execa", "npm:5.1.1"],
|
|
["is-ci", "npm:2.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/conventional-commits", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-conventional-commits-npm-4.0.0-1c52647ea2-84c1c18de2.zip/node_modules/@lerna/conventional-commits/",
|
|
"packageDependencies": [
|
|
["@lerna/conventional-commits", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["conventional-changelog-angular", "npm:5.0.13"],
|
|
["conventional-changelog-core", "npm:4.2.4"],
|
|
["conventional-recommended-bump", "npm:6.1.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["get-stream", "npm:6.0.1"],
|
|
["lodash.template", "npm:4.5.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["pify", "npm:5.0.0"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/create", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-create-npm-4.0.0-259bc1129d-f572fa7c12.zip/node_modules/@lerna/create/",
|
|
"packageDependencies": [
|
|
["@lerna/create", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/npm-conf", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["globby", "npm:11.0.4"],
|
|
["init-package-json", "npm:2.0.5"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["p-reduce", "npm:2.1.0"],
|
|
["pacote", "npm:11.3.5"],
|
|
["pify", "npm:5.0.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["slash", "npm:3.0.0"],
|
|
["validate-npm-package-license", "npm:3.0.4"],
|
|
["validate-npm-package-name", "npm:3.0.0"],
|
|
["whatwg-url", "npm:8.7.0"],
|
|
["yargs-parser", "npm:20.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/create-symlink", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-create-symlink-npm-4.0.0-704d8f3e03-38345c6c0a.zip/node_modules/@lerna/create-symlink/",
|
|
"packageDependencies": [
|
|
["@lerna/create-symlink", "npm:4.0.0"],
|
|
["cmd-shim", "npm:4.1.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/describe-ref", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-describe-ref-npm-4.0.0-5c8568d36b-634d1573f7.zip/node_modules/@lerna/describe-ref/",
|
|
"packageDependencies": [
|
|
["@lerna/describe-ref", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/diff", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-diff-npm-4.0.0-2991ae1889-e086875c59.zip/node_modules/@lerna/diff/",
|
|
"packageDependencies": [
|
|
["@lerna/diff", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/exec", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-exec-npm-4.0.0-5556fabe30-90f55b525f.zip/node_modules/@lerna/exec/",
|
|
"packageDependencies": [
|
|
["@lerna/exec", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/profiler", "npm:4.0.0"],
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["p-map", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/filter-options", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-filter-options-npm-4.0.0-0a5cf81b2b-7b0f222700.zip/node_modules/@lerna/filter-options/",
|
|
"packageDependencies": [
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/collect-updates", "npm:4.0.0"],
|
|
["@lerna/filter-packages", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/filter-packages", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-filter-packages-npm-4.0.0-d3aae0a727-65b2758ea4.zip/node_modules/@lerna/filter-packages/",
|
|
"packageDependencies": [
|
|
["@lerna/filter-packages", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["multimatch", "npm:5.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/get-npm-exec-opts", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-get-npm-exec-opts-npm-4.0.0-65df616624-09e395fa88.zip/node_modules/@lerna/get-npm-exec-opts/",
|
|
"packageDependencies": [
|
|
["@lerna/get-npm-exec-opts", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/get-packed", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-get-packed-npm-4.0.0-dbf14ec4fa-6e81918617.zip/node_modules/@lerna/get-packed/",
|
|
"packageDependencies": [
|
|
["@lerna/get-packed", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["ssri", "npm:8.0.1"],
|
|
["tar", "npm:6.1.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/github-client", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-github-client-npm-4.0.0-2ecee01d50-7535bbc123.zip/node_modules/@lerna/github-client/",
|
|
"packageDependencies": [
|
|
["@lerna/github-client", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@octokit/plugin-enterprise-rest", "npm:6.0.1"],
|
|
["@octokit/rest", "npm:18.12.0"],
|
|
["git-url-parse", "npm:11.6.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/gitlab-client", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-gitlab-client-npm-4.0.0-42411bcb51-6d320540c2.zip/node_modules/@lerna/gitlab-client/",
|
|
"packageDependencies": [
|
|
["@lerna/gitlab-client", "npm:4.0.0"],
|
|
["node-fetch", "npm:2.6.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["whatwg-url", "npm:8.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/global-options", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-global-options-npm-4.0.0-6d3914af25-57bb18e529.zip/node_modules/@lerna/global-options/",
|
|
"packageDependencies": [
|
|
["@lerna/global-options", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/has-npm-version", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-has-npm-version-npm-4.0.0-e119f57bba-459db3c163.zip/node_modules/@lerna/has-npm-version/",
|
|
"packageDependencies": [
|
|
["@lerna/has-npm-version", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/import", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-import-npm-4.0.0-22b08180c9-cee4cd10cb.zip/node_modules/@lerna/import/",
|
|
"packageDependencies": [
|
|
["@lerna/import", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/prompt", "npm:4.0.0"],
|
|
["@lerna/pulse-till-done", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["p-map-series", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/info", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-info-npm-4.0.0-3063e56a40-e681acbb17.zip/node_modules/@lerna/info/",
|
|
"packageDependencies": [
|
|
["@lerna/info", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"],
|
|
["envinfo", "npm:7.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/init", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-init-npm-4.0.0-d3c658d1e8-59f36071f9.zip/node_modules/@lerna/init/",
|
|
"packageDependencies": [
|
|
["@lerna/init", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["p-map", "npm:4.0.0"],
|
|
["write-json-file", "npm:4.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/link", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-link-npm-4.0.0-8dab6042a0-48d285a2c8.zip/node_modules/@lerna/link/",
|
|
"packageDependencies": [
|
|
["@lerna/link", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/package-graph", "npm:4.0.0"],
|
|
["@lerna/symlink-dependencies", "npm:4.0.0"],
|
|
["p-map", "npm:4.0.0"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/list", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-list-npm-4.0.0-f2944e4026-7630c9b718.zip/node_modules/@lerna/list/",
|
|
"packageDependencies": [
|
|
["@lerna/list", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/listable", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/listable", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-listable-npm-4.0.0-84f4f918b1-8d238129fc.zip/node_modules/@lerna/listable/",
|
|
"packageDependencies": [
|
|
["@lerna/listable", "npm:4.0.0"],
|
|
["@lerna/query-graph", "npm:4.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["columnify", "npm:1.5.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/log-packed", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-log-packed-npm-4.0.0-dfd0493fa7-ed046736f4.zip/node_modules/@lerna/log-packed/",
|
|
"packageDependencies": [
|
|
["@lerna/log-packed", "npm:4.0.0"],
|
|
["byte-size", "npm:7.0.1"],
|
|
["columnify", "npm:1.5.4"],
|
|
["has-unicode", "npm:2.0.1"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/npm-conf", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-npm-conf-npm-4.0.0-48dd0428e5-0dfa3632a3.zip/node_modules/@lerna/npm-conf/",
|
|
"packageDependencies": [
|
|
["@lerna/npm-conf", "npm:4.0.0"],
|
|
["config-chain", "npm:1.1.13"],
|
|
["pify", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/npm-dist-tag", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-npm-dist-tag-npm-4.0.0-4a06059b08-cda542d78d.zip/node_modules/@lerna/npm-dist-tag/",
|
|
"packageDependencies": [
|
|
["@lerna/npm-dist-tag", "npm:4.0.0"],
|
|
["@lerna/otplease", "npm:4.0.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npm-registry-fetch", "npm:9.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/npm-install", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-npm-install-npm-4.0.0-8491430d88-8325709299.zip/node_modules/@lerna/npm-install/",
|
|
"packageDependencies": [
|
|
["@lerna/npm-install", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/get-npm-exec-opts", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["signal-exit", "npm:3.0.5"],
|
|
["write-pkg", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/npm-publish", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-npm-publish-npm-4.0.0-5bf75363bd-865cc6e035.zip/node_modules/@lerna/npm-publish/",
|
|
"packageDependencies": [
|
|
["@lerna/npm-publish", "npm:4.0.0"],
|
|
["@lerna/otplease", "npm:4.0.0"],
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["libnpmpublish", "npm:4.0.2"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["pify", "npm:5.0.0"],
|
|
["read-package-json", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/npm-run-script", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-npm-run-script-npm-4.0.0-38437b070e-ba15736af4.zip/node_modules/@lerna/npm-run-script/",
|
|
"packageDependencies": [
|
|
["@lerna/npm-run-script", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/get-npm-exec-opts", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/otplease", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-otplease-npm-4.0.0-b39fdd2729-74d7b9e34c.zip/node_modules/@lerna/otplease/",
|
|
"packageDependencies": [
|
|
["@lerna/otplease", "npm:4.0.0"],
|
|
["@lerna/prompt", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/output", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-output-npm-4.0.0-17a5db4ef0-377aa2a93c.zip/node_modules/@lerna/output/",
|
|
"packageDependencies": [
|
|
["@lerna/output", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/pack-directory", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-pack-directory-npm-4.0.0-807373bf77-9a282774d8.zip/node_modules/@lerna/pack-directory/",
|
|
"packageDependencies": [
|
|
["@lerna/pack-directory", "npm:4.0.0"],
|
|
["@lerna/get-packed", "npm:4.0.0"],
|
|
["@lerna/package", "npm:4.0.0"],
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["npm-packlist", "npm:2.2.2"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["tar", "npm:6.1.11"],
|
|
["temp-write", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/package", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-package-npm-4.0.0-96db4a330b-8f537e4acf.zip/node_modules/@lerna/package/",
|
|
"packageDependencies": [
|
|
["@lerna/package", "npm:4.0.0"],
|
|
["load-json-file", "npm:6.2.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["write-pkg", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/package-graph", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-package-graph-npm-4.0.0-90d07be76b-fd6f55171a.zip/node_modules/@lerna/package-graph/",
|
|
"packageDependencies": [
|
|
["@lerna/package-graph", "npm:4.0.0"],
|
|
["@lerna/prerelease-id-from-version", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/prerelease-id-from-version", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-prerelease-id-from-version-npm-4.0.0-05f9ad810a-88250b23d0.zip/node_modules/@lerna/prerelease-id-from-version/",
|
|
"packageDependencies": [
|
|
["@lerna/prerelease-id-from-version", "npm:4.0.0"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/profiler", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-profiler-npm-4.0.0-e592ac3130-a7f3409041.zip/node_modules/@lerna/profiler/",
|
|
"packageDependencies": [
|
|
["@lerna/profiler", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["upath", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/project", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-project-npm-4.0.0-e34aeae2c5-714d9bc5cf.zip/node_modules/@lerna/project/",
|
|
"packageDependencies": [
|
|
["@lerna/project", "npm:4.0.0"],
|
|
["@lerna/package", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["cosmiconfig", "npm:7.0.1"],
|
|
["dedent", "npm:0.7.0"],
|
|
["dot-prop", "npm:6.0.1"],
|
|
["glob-parent", "npm:5.1.2"],
|
|
["globby", "npm:11.0.4"],
|
|
["load-json-file", "npm:6.2.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["p-map", "npm:4.0.0"],
|
|
["resolve-from", "npm:5.0.0"],
|
|
["write-json-file", "npm:4.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/prompt", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-prompt-npm-4.0.0-f75cb29fb0-51e34c1bf1.zip/node_modules/@lerna/prompt/",
|
|
"packageDependencies": [
|
|
["@lerna/prompt", "npm:4.0.0"],
|
|
["inquirer", "npm:7.3.3"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/publish", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-publish-npm-4.0.0-a34495f588-3436f91d21.zip/node_modules/@lerna/publish/",
|
|
"packageDependencies": [
|
|
["@lerna/publish", "npm:4.0.0"],
|
|
["@lerna/check-working-tree", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/collect-updates", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/describe-ref", "npm:4.0.0"],
|
|
["@lerna/log-packed", "npm:4.0.0"],
|
|
["@lerna/npm-conf", "npm:4.0.0"],
|
|
["@lerna/npm-dist-tag", "npm:4.0.0"],
|
|
["@lerna/npm-publish", "npm:4.0.0"],
|
|
["@lerna/otplease", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"],
|
|
["@lerna/pack-directory", "npm:4.0.0"],
|
|
["@lerna/prerelease-id-from-version", "npm:4.0.0"],
|
|
["@lerna/prompt", "npm:4.0.0"],
|
|
["@lerna/pulse-till-done", "npm:4.0.0"],
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["@lerna/version", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["libnpmaccess", "npm:4.0.3"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npm-registry-fetch", "npm:9.0.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["p-map", "npm:4.0.0"],
|
|
["p-pipe", "npm:3.1.0"],
|
|
["pacote", "npm:11.3.5"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/pulse-till-done", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-pulse-till-done-npm-4.0.0-5ee0266ee5-eb908c952b.zip/node_modules/@lerna/pulse-till-done/",
|
|
"packageDependencies": [
|
|
["@lerna/pulse-till-done", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/query-graph", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-query-graph-npm-4.0.0-c4965b5aa7-09cd563459.zip/node_modules/@lerna/query-graph/",
|
|
"packageDependencies": [
|
|
["@lerna/query-graph", "npm:4.0.0"],
|
|
["@lerna/package-graph", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/resolve-symlink", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-resolve-symlink-npm-4.0.0-ab50c942ed-7cf967e4c6.zip/node_modules/@lerna/resolve-symlink/",
|
|
"packageDependencies": [
|
|
["@lerna/resolve-symlink", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["read-cmd-shim", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/rimraf-dir", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-rimraf-dir-npm-4.0.0-6e9d2cc60c-29b7846fc9.zip/node_modules/@lerna/rimraf-dir/",
|
|
"packageDependencies": [
|
|
["@lerna/rimraf-dir", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["path-exists", "npm:4.0.0"],
|
|
["rimraf", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/run", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-run-npm-4.0.0-007632ceb0-21cc7beea6.zip/node_modules/@lerna/run/",
|
|
"packageDependencies": [
|
|
["@lerna/run", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/filter-options", "npm:4.0.0"],
|
|
["@lerna/npm-run-script", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"],
|
|
["@lerna/profiler", "npm:4.0.0"],
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/timer", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["p-map", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/run-lifecycle", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-run-lifecycle-npm-4.0.0-61572f5e4e-1fa1fccdf5.zip/node_modules/@lerna/run-lifecycle/",
|
|
"packageDependencies": [
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["@lerna/npm-conf", "npm:4.0.0"],
|
|
["npm-lifecycle", "npm:3.1.5"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/run-topologically", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-run-topologically-npm-4.0.0-84d5065cba-8b19f80da2.zip/node_modules/@lerna/run-topologically/",
|
|
"packageDependencies": [
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/query-graph", "npm:4.0.0"],
|
|
["p-queue", "npm:6.6.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/symlink-binary", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-symlink-binary-npm-4.0.0-413bd061b5-b0b3d305ac.zip/node_modules/@lerna/symlink-binary/",
|
|
"packageDependencies": [
|
|
["@lerna/symlink-binary", "npm:4.0.0"],
|
|
["@lerna/create-symlink", "npm:4.0.0"],
|
|
["@lerna/package", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["p-map", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/symlink-dependencies", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-symlink-dependencies-npm-4.0.0-df83895d09-7e09f03382.zip/node_modules/@lerna/symlink-dependencies/",
|
|
"packageDependencies": [
|
|
["@lerna/symlink-dependencies", "npm:4.0.0"],
|
|
["@lerna/create-symlink", "npm:4.0.0"],
|
|
["@lerna/resolve-symlink", "npm:4.0.0"],
|
|
["@lerna/symlink-binary", "npm:4.0.0"],
|
|
["fs-extra", "npm:9.1.0"],
|
|
["p-map", "npm:4.0.0"],
|
|
["p-map-series", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/timer", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-timer-npm-4.0.0-7870bbab45-7205ef8f35.zip/node_modules/@lerna/timer/",
|
|
"packageDependencies": [
|
|
["@lerna/timer", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/validation-error", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-validation-error-npm-4.0.0-f88ed58086-166854cfb7.zip/node_modules/@lerna/validation-error/",
|
|
"packageDependencies": [
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/version", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-version-npm-4.0.0-e38a4a2504-56207fd77c.zip/node_modules/@lerna/version/",
|
|
"packageDependencies": [
|
|
["@lerna/version", "npm:4.0.0"],
|
|
["@lerna/check-working-tree", "npm:4.0.0"],
|
|
["@lerna/child-process", "npm:4.0.0"],
|
|
["@lerna/collect-updates", "npm:4.0.0"],
|
|
["@lerna/command", "npm:4.0.0"],
|
|
["@lerna/conventional-commits", "npm:4.0.0"],
|
|
["@lerna/github-client", "npm:4.0.0"],
|
|
["@lerna/gitlab-client", "npm:4.0.0"],
|
|
["@lerna/output", "npm:4.0.0"],
|
|
["@lerna/prerelease-id-from-version", "npm:4.0.0"],
|
|
["@lerna/prompt", "npm:4.0.0"],
|
|
["@lerna/run-lifecycle", "npm:4.0.0"],
|
|
["@lerna/run-topologically", "npm:4.0.0"],
|
|
["@lerna/validation-error", "npm:4.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["dedent", "npm:0.7.0"],
|
|
["load-json-file", "npm:6.2.0"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["p-map", "npm:4.0.0"],
|
|
["p-pipe", "npm:3.1.0"],
|
|
["p-reduce", "npm:2.1.0"],
|
|
["p-waterfall", "npm:2.1.1"],
|
|
["semver", "npm:7.3.5"],
|
|
["slash", "npm:3.0.0"],
|
|
["temp-write", "npm:4.0.0"],
|
|
["write-json-file", "npm:4.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lerna/write-log-file", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@lerna-write-log-file-npm-4.0.0-7aaca376a8-8704954392.zip/node_modules/@lerna/write-log-file/",
|
|
"packageDependencies": [
|
|
["@lerna/write-log-file", "npm:4.0.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["write-file-atomic", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@lowdefy/ajv", [
|
|
["workspace:packages/utils/ajv", {
|
|
"packageLocation": "./packages/utils/ajv/",
|
|
"packageDependencies": [
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/nunjucks", "workspace:packages/utils/nunjucks"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["ajv", "npm:8.8.2"],
|
|
["ajv-errors", "virtual:b64ac2dbc2a9f5c175cc641b97e27fb975e3f1af79e3ddd71814e0b45174855a002256bcb844ac8fb335b51bc1f2e6004bd5279ce374957265f665a50b3a3755#npm:3.0.0"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/api", [
|
|
["workspace:packages/api", {
|
|
"packageLocation": "./packages/api/",
|
|
"packageDependencies": [
|
|
["@lowdefy/api", "workspace:packages/api"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@lowdefy/nunjucks", "workspace:packages/utils/nunjucks"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/block-dev", [
|
|
["workspace:packages/utils/block-dev", {
|
|
"packageLocation": "./packages/utils/block-dev/",
|
|
"packageDependencies": [
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["ajv", "npm:8.8.2"],
|
|
["ajv-errors", "virtual:b64ac2dbc2a9f5c175cc641b97e27fb975e3f1af79e3ddd71814e0b45174855a002256bcb844ac8fb335b51bc1f2e6004bd5279ce374957265f665a50b3a3755#npm:3.0.0"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["yaml-loader", "npm:0.6.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/block-utils", [
|
|
["workspace:packages/utils/block-utils", {
|
|
"packageLocation": "./packages/utils/block-utils/",
|
|
"packageDependencies": [
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/css", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@emotion/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["classnames", "npm:2.3.1"],
|
|
["dompurify", "npm:2.3.3"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-antd", [
|
|
["workspace:packages/plugins/blocks/blocks-antd", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-antd/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"],
|
|
["@ant-design/icons", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.7.0"],
|
|
["@babel/core", "npm:7.16.0"],
|
|
["@babel/preset-react", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.11.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:14.0.0-alpha.14"],
|
|
["antd", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.17.0-alpha.7"],
|
|
["classnames", "npm:2.3.1"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["moment", "npm:2.29.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["tinycolor2", "npm:1.4.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-basic", [
|
|
["workspace:packages/plugins/blocks/blocks-basic", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-basic/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-basic", "workspace:packages/plugins/blocks/blocks-basic"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["dompurify", "npm:2.3.3"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-color-selectors", [
|
|
["workspace:packages/plugins/blocks/blocks-color-selectors", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-color-selectors/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-color-selectors", "workspace:packages/plugins/blocks/blocks-color-selectors"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-canvas-mock", "npm:2.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-color", "virtual:0a20b9e617aa1128697d85dfc1773d0700f9410e369eeafa43bd745df98493fae6fb5b64e239c92296cab367dcf36c9f5f6d5f5c4ddec8933a9e30fac84ddeed#npm:2.19.3"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-echarts", [
|
|
["workspace:packages/plugins/blocks/blocks-echarts", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-echarts/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-echarts", "workspace:packages/plugins/blocks/blocks-echarts"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["echarts", "npm:5.2.1"],
|
|
["echarts-for-react", "virtual:80340452f7a2143773390e8962fe504495bdbbbb548d3de37d9f561a9ed93a2a0ad90f0809f4b149dbc7dd5cef711ad15df3fd8610904528bbf246d0242a066f#npm:3.0.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-loaders", [
|
|
["workspace:packages/plugins/blocks/blocks-loaders", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-loaders/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-loaders", "workspace:packages/plugins/blocks/blocks-loaders"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/blocks-markdown", [
|
|
["workspace:packages/plugins/blocks/blocks-markdown", {
|
|
"packageLocation": "./packages/plugins/blocks/blocks-markdown/",
|
|
"packageDependencies": [
|
|
["@lowdefy/blocks-markdown", "workspace:packages/plugins/blocks/blocks-markdown"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["dompurify", "npm:2.3.3"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-markdown", "virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:7.1.1"],
|
|
["react-syntax-highlighter", "virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:15.4.5"],
|
|
["rehype-raw", "npm:6.1.0"],
|
|
["remark-gfm", "npm:3.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/build", [
|
|
["workspace:packages/build", {
|
|
"packageLocation": "./packages/build/",
|
|
"packageDependencies": [
|
|
["@lowdefy/build", "workspace:packages/build"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"],
|
|
["@lowdefy/blocks-basic", "workspace:packages/plugins/blocks/blocks-basic"],
|
|
["@lowdefy/blocks-color-selectors", "workspace:packages/plugins/blocks/blocks-color-selectors"],
|
|
["@lowdefy/blocks-echarts", "workspace:packages/plugins/blocks/blocks-echarts"],
|
|
["@lowdefy/blocks-loaders", "workspace:packages/plugins/blocks/blocks-loaders"],
|
|
["@lowdefy/blocks-markdown", "workspace:packages/plugins/blocks/blocks-markdown"],
|
|
["@lowdefy/connection-axios-http", "workspace:packages/plugins/connections/connection-axios-http"],
|
|
["@lowdefy/connection-redis", "workspace:packages/plugins/connections/connection-redis"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@lowdefy/nunjucks", "workspace:packages/utils/nunjucks"],
|
|
["@lowdefy/operators-change-case", "workspace:packages/plugins/operators/operators-change-case"],
|
|
["@lowdefy/operators-diff", "workspace:packages/plugins/operators/operators-diff"],
|
|
["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"],
|
|
["@lowdefy/operators-mql", "workspace:packages/plugins/operators/operators-mql"],
|
|
["@lowdefy/operators-nunjucks", "workspace:packages/plugins/operators/operators-nunjucks"],
|
|
["@lowdefy/operators-uuid", "workspace:packages/plugins/operators/operators-uuid"],
|
|
["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["ajv", "npm:8.8.2"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["js-yaml", "npm:4.1.0"],
|
|
["json5", "npm:2.2.0"],
|
|
["uuid", "npm:8.3.2"],
|
|
["yargs", "npm:17.3.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-axios-http", [
|
|
["workspace:packages/plugins/connections/connection-axios-http", {
|
|
"packageLocation": "./packages/plugins/connections/connection-axios-http/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-axios-http", "workspace:packages/plugins/connections/connection-axios-http"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["axios", "npm:0.24.0"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-elasticsearch", [
|
|
["workspace:packages/plugins/connections/connection-elasticsearch", {
|
|
"packageLocation": "./packages/plugins/connections/connection-elasticsearch/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-elasticsearch", "workspace:packages/plugins/connections/connection-elasticsearch"],
|
|
["@elastic/elasticsearch", "npm:7.15.0"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-google-sheets", [
|
|
["workspace:packages/plugins/connections/connection-google-sheets", {
|
|
"packageLocation": "./packages/plugins/connections/connection-google-sheets/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-google-sheets", "workspace:packages/plugins/connections/connection-google-sheets"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["google-spreadsheet", "npm:3.1.15"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["mingo", "npm:4.4.1"],
|
|
["moment", "npm:2.29.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-knex", [
|
|
["workspace:packages/plugins/connections/connection-knex", {
|
|
"packageLocation": "./packages/plugins/connections/connection-knex/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-knex", "workspace:packages/plugins/connections/connection-knex"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["knex", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:0.95.13"],
|
|
["mssql", "npm:7.2.1"],
|
|
["mysql", "npm:2.18.1"],
|
|
["pg", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:8.7.1"],
|
|
["sqlite3", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:5.0.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-mongodb", [
|
|
["workspace:packages/plugins/connections/connection-mongodb", {
|
|
"packageLocation": "./packages/plugins/connections/connection-mongodb/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-mongodb", "workspace:packages/plugins/connections/connection-mongodb"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@shelf/jest-mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:2.1.0"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:3.7.3"],
|
|
["saslprep", "npm:1.0.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-redis", [
|
|
["workspace:packages/plugins/connections/connection-redis", {
|
|
"packageLocation": "./packages/plugins/connections/connection-redis/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-redis", "workspace:packages/plugins/connections/connection-redis"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["redis", "npm:4.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-sendgrid", [
|
|
["workspace:packages/plugins/connections/connection-sendgrid", {
|
|
"packageLocation": "./packages/plugins/connections/connection-sendgrid/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-sendgrid", "workspace:packages/plugins/connections/connection-sendgrid"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@sendgrid/mail", "npm:7.5.0"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/connection-stripe", [
|
|
["workspace:packages/plugins/connections/connection-stripe", {
|
|
"packageLocation": "./packages/plugins/connections/connection-stripe/",
|
|
"packageDependencies": [
|
|
["@lowdefy/connection-stripe", "workspace:packages/plugins/connections/connection-stripe"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["stripe", "npm:8.186.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/docs", [
|
|
["workspace:packages/docs", {
|
|
"packageLocation": "./packages/docs/",
|
|
"packageDependencies": [
|
|
["@lowdefy/docs", "workspace:packages/docs"],
|
|
["@babel/cli", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.7"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/preset-env", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.8"],
|
|
["babel-jest", "virtual:d2f7eb860a76977fd4be46c984eb8cc52d7ae99791635548c1ec7c27d8d4c2562d7beb72c525da88eefc2393a208b6d445489abd42088ac51523ba87071483db#npm:27.3.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/engine", [
|
|
["workspace:packages/engine", {
|
|
"packageLocation": "./packages/engine/",
|
|
"packageDependencies": [
|
|
["@lowdefy/engine", "workspace:packages/engine"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/format", [
|
|
["workspace:packages/format", {
|
|
"packageLocation": "./packages/format/",
|
|
"packageDependencies": [
|
|
["@lowdefy/format", "workspace:packages/format"],
|
|
["@babel/cli", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.7"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/preset-env", "virtual:c2f128e2b643cdc61a69461795e035692e9df9471afcecefbdec0c7024c2f5dd76ea19eceb77bcb7b18c0207507174ca9f33404cbb6f1676f0c9245a90c01a87#npm:7.15.8"],
|
|
["babel-jest", "virtual:d2f7eb860a76977fd4be46c984eb8cc52d7ae99791635548c1ec7c27d8d4c2562d7beb72c525da88eefc2393a208b6d445489abd42088ac51523ba87071483db#npm:27.3.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["moment", "npm:2.29.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/helpers", [
|
|
["workspace:packages/utils/helpers", {
|
|
"packageLocation": "./packages/utils/helpers/",
|
|
"packageDependencies": [
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-diff", "npm:27.3.1"],
|
|
["lodash.merge", "npm:4.6.2"],
|
|
["query-string", "npm:7.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/layout", [
|
|
["workspace:packages/layout", {
|
|
"packageLocation": "./packages/layout/",
|
|
"packageDependencies": [
|
|
["@lowdefy/layout", "workspace:packages/layout"],
|
|
["@babel/preset-react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:7.16.0"],
|
|
["@emotion/jest", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:11.5.0"],
|
|
["@lowdefy/block-dev", "workspace:packages/utils/block-dev"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["antd", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.17.0-alpha.7"],
|
|
["copyfiles", "npm:2.4.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/lowdefy", [
|
|
["workspace:.", {
|
|
"packageLocation": "./",
|
|
"packageDependencies": [
|
|
["@lowdefy/lowdefy", "workspace:."],
|
|
["@yarnpkg/pnpify", "npm:3.1.0-rc.2"],
|
|
["eslint", "npm:8.3.0"],
|
|
["eslint-config-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:8.3.0"],
|
|
["eslint-import-resolver-node", "npm:0.3.6"],
|
|
["eslint-plugin-import", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:2.25.3"],
|
|
["eslint-plugin-jsx-a11y", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:6.5.1"],
|
|
["eslint-plugin-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.0.0"],
|
|
["eslint-plugin-react", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:7.27.1"],
|
|
["eslint-plugin-react-hooks", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.3.0"],
|
|
["lerna", "npm:4.0.0"],
|
|
["prettier", "npm:2.4.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/node-utils", [
|
|
["workspace:packages/utils/node-utils", {
|
|
"packageLocation": "./packages/utils/node-utils/",
|
|
"packageDependencies": [
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["fs-extra", "npm:10.0.0"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/nunjucks", [
|
|
["workspace:packages/utils/nunjucks", {
|
|
"packageLocation": "./packages/utils/nunjucks/",
|
|
"packageDependencies": [
|
|
["@lowdefy/nunjucks", "workspace:packages/utils/nunjucks"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["moment", "npm:2.29.1"],
|
|
["nunjucks", "virtual:958baa20af23620d24bd33b620fa5325f0f949e2d5c4a86a14ef21ec86d394dc4e9d9a848b33327dc4582cb50590ceea0e7f4dddc23aee671b6f69e232547245#npm:3.2.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators", [
|
|
["workspace:packages/operators", {
|
|
"packageLocation": "./packages/operators/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-change-case", [
|
|
["workspace:packages/plugins/operators/operators-change-case", {
|
|
"packageLocation": "./packages/plugins/operators/operators-change-case/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-change-case", "workspace:packages/plugins/operators/operators-change-case"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["change-case", "npm:4.1.2"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-diff", [
|
|
["workspace:packages/plugins/operators/operators-diff", {
|
|
"packageLocation": "./packages/plugins/operators/operators-diff/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-diff", "workspace:packages/plugins/operators/operators-diff"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["deep-diff", "npm:1.0.2"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-js", [
|
|
["workspace:packages/plugins/operators/operators-js", {
|
|
"packageLocation": "./packages/plugins/operators/operators-js/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-mql", [
|
|
["workspace:packages/plugins/operators/operators-mql", {
|
|
"packageLocation": "./packages/plugins/operators/operators-mql/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-mql", "workspace:packages/plugins/operators/operators-mql"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["mingo", "npm:4.4.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-nunjucks", [
|
|
["workspace:packages/plugins/operators/operators-nunjucks", {
|
|
"packageLocation": "./packages/plugins/operators/operators-nunjucks/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-nunjucks", "workspace:packages/plugins/operators/operators-nunjucks"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/nunjucks", "workspace:packages/utils/nunjucks"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-uuid", [
|
|
["workspace:packages/plugins/operators/operators-uuid", {
|
|
"packageLocation": "./packages/plugins/operators/operators-uuid/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-uuid", "workspace:packages/plugins/operators/operators-uuid"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/operators-yaml", [
|
|
["workspace:packages/plugins/operators/operators-yaml", {
|
|
"packageLocation": "./packages/plugins/operators/operators-yaml/",
|
|
"packageDependencies": [
|
|
["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/operators", "workspace:packages/operators"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["js-yaml", "npm:4.1.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/plugin-aws", [
|
|
["workspace:packages/plugins/plugins/plugin-aws", {
|
|
"packageLocation": "./packages/plugins/plugins/plugin-aws/",
|
|
"packageDependencies": [
|
|
["@lowdefy/plugin-aws", "workspace:packages/plugins/plugins/plugin-aws"],
|
|
["@lowdefy/ajv", "workspace:packages/utils/ajv"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["aws-sdk", "npm:2.1021.0"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/server", [
|
|
["workspace:packages/server", {
|
|
"packageLocation": "./packages/server/",
|
|
"packageDependencies": [
|
|
["@lowdefy/server", "workspace:packages/server"],
|
|
["@lowdefy/api", "workspace:packages/api"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/build", "workspace:packages/build"],
|
|
["@lowdefy/engine", "workspace:packages/engine"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/layout", "workspace:packages/layout"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"],
|
|
["@next/eslint-plugin-next", "npm:12.0.4"],
|
|
["less", "npm:4.1.2"],
|
|
["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"],
|
|
["next", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:12.0.3"],
|
|
["next-auth", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.0.0-beta.6"],
|
|
["next-with-less", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:2.0.2"],
|
|
["process", "npm:0.11.10"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-icons", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@lowdefy/server-dev", [
|
|
["workspace:packages/server-dev", {
|
|
"packageLocation": "./packages/server-dev/",
|
|
"packageDependencies": [
|
|
["@lowdefy/server-dev", "workspace:packages/server-dev"],
|
|
["@lowdefy/api", "workspace:packages/api"],
|
|
["@lowdefy/block-utils", "workspace:packages/utils/block-utils"],
|
|
["@lowdefy/blocks-antd", "workspace:packages/plugins/blocks/blocks-antd"],
|
|
["@lowdefy/blocks-basic", "workspace:packages/plugins/blocks/blocks-basic"],
|
|
["@lowdefy/blocks-color-selectors", "workspace:packages/plugins/blocks/blocks-color-selectors"],
|
|
["@lowdefy/blocks-echarts", "workspace:packages/plugins/blocks/blocks-echarts"],
|
|
["@lowdefy/blocks-loaders", "workspace:packages/plugins/blocks/blocks-loaders"],
|
|
["@lowdefy/blocks-markdown", "workspace:packages/plugins/blocks/blocks-markdown"],
|
|
["@lowdefy/build", "workspace:packages/build"],
|
|
["@lowdefy/connection-axios-http", "workspace:packages/plugins/connections/connection-axios-http"],
|
|
["@lowdefy/engine", "workspace:packages/engine"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/layout", "workspace:packages/layout"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@lowdefy/operators-change-case", "workspace:packages/plugins/operators/operators-change-case"],
|
|
["@lowdefy/operators-diff", "workspace:packages/plugins/operators/operators-diff"],
|
|
["@lowdefy/operators-js", "workspace:packages/plugins/operators/operators-js"],
|
|
["@lowdefy/operators-mql", "workspace:packages/plugins/operators/operators-mql"],
|
|
["@lowdefy/operators-nunjucks", "workspace:packages/plugins/operators/operators-nunjucks"],
|
|
["@lowdefy/operators-uuid", "workspace:packages/plugins/operators/operators-uuid"],
|
|
["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"],
|
|
["@next/eslint-plugin-next", "npm:12.0.4"],
|
|
["chokidar", "npm:3.5.2"],
|
|
["dotenv", "npm:14.2.0"],
|
|
["js-yaml", "npm:4.1.0"],
|
|
["less", "npm:4.1.2"],
|
|
["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"],
|
|
["next", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:12.0.3"],
|
|
["next-auth", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.0.0-beta.6"],
|
|
["next-with-less", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:2.0.2"],
|
|
["opener", "npm:1.5.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-icons", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.3.1"],
|
|
["swr", "virtual:b951ea20ab6cada5f665e8389a50d828047e6b6f10e6ebaddde1e74a94868ec6ec703ff140742f295ef663cf92da1bc80fe9bbeaab30196cba0e992f38cd19ea#npm:1.0.1"],
|
|
["yargs", "npm:17.3.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["@napi-rs/triples", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/@napi-rs-triples-npm-1.0.3-b45eecb594-c83a4cc55f.zip/node_modules/@napi-rs/triples/",
|
|
"packageDependencies": [
|
|
["@napi-rs/triples", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/env", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/cache/@next-env-npm-12.0.3-7d6bedd0fd-45fde5f669.zip/node_modules/@next/env/",
|
|
"packageDependencies": [
|
|
["@next/env", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/eslint-plugin-next", [
|
|
["npm:12.0.4", {
|
|
"packageLocation": "./.yarn/cache/@next-eslint-plugin-next-npm-12.0.4-38d81313f2-22259925b5.zip/node_modules/@next/eslint-plugin-next/",
|
|
"packageDependencies": [
|
|
["@next/eslint-plugin-next", "npm:12.0.4"],
|
|
["glob", "npm:7.1.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/polyfill-module", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/cache/@next-polyfill-module-npm-12.0.3-621261636c-828e0323a3.zip/node_modules/@next/polyfill-module/",
|
|
"packageDependencies": [
|
|
["@next/polyfill-module", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/react-dev-overlay", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/cache/@next-react-dev-overlay-npm-12.0.3-78570264b3-c5433992c1.zip/node_modules/@next/react-dev-overlay/",
|
|
"packageDependencies": [
|
|
["@next/react-dev-overlay", "npm:12.0.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@next-react-dev-overlay-virtual-9a979f3d9b/0/cache/@next-react-dev-overlay-npm-12.0.3-78570264b3-c5433992c1.zip/node_modules/@next/react-dev-overlay/",
|
|
"packageDependencies": [
|
|
["@next/react-dev-overlay", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3"],
|
|
["@babel/code-frame", "npm:7.12.11"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["@types/webpack", null],
|
|
["anser", "npm:1.4.9"],
|
|
["chalk", "npm:4.0.0"],
|
|
["classnames", "npm:2.2.6"],
|
|
["css.escape", "npm:1.5.1"],
|
|
["data-uri-to-buffer", "npm:3.0.1"],
|
|
["platform", "npm:1.3.6"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shell-quote", "npm:1.7.3"],
|
|
["source-map", "npm:0.8.0-beta.0"],
|
|
["stacktrace-parser", "npm:0.1.10"],
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["webpack", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"@types/webpack",
|
|
"react-dom",
|
|
"react",
|
|
"webpack"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/react-refresh-utils", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/cache/@next-react-refresh-utils-npm-12.0.3-2d96b8fa67-7e9c6ea480.zip/node_modules/@next/react-refresh-utils/",
|
|
"packageDependencies": [
|
|
["@next/react-refresh-utils", "npm:12.0.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3", {
|
|
"packageLocation": "./.yarn/__virtual__/@next-react-refresh-utils-virtual-0b46af4a34/0/cache/@next-react-refresh-utils-npm-12.0.3-2d96b8fa67-7e9c6ea480.zip/node_modules/@next/react-refresh-utils/",
|
|
"packageDependencies": [
|
|
["@next/react-refresh-utils", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3"],
|
|
["@types/react-refresh", null],
|
|
["@types/webpack", null],
|
|
["react-refresh", "npm:0.8.3"],
|
|
["webpack", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-refresh",
|
|
"@types/webpack",
|
|
"react-refresh",
|
|
"webpack"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-android-arm64", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-android-arm64-npm-12.0.3-36c0b95ce8/node_modules/@next/swc-android-arm64/",
|
|
"packageDependencies": [
|
|
["@next/swc-android-arm64", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-darwin-arm64", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-darwin-arm64-npm-12.0.3-3a1d4de5e2/node_modules/@next/swc-darwin-arm64/",
|
|
"packageDependencies": [
|
|
["@next/swc-darwin-arm64", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-darwin-x64", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-darwin-x64-npm-12.0.3-a2433f1b97/node_modules/@next/swc-darwin-x64/",
|
|
"packageDependencies": [
|
|
["@next/swc-darwin-x64", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-linux-arm-gnueabihf", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-linux-arm-gnueabihf-npm-12.0.3-1108fcc677/node_modules/@next/swc-linux-arm-gnueabihf/",
|
|
"packageDependencies": [
|
|
["@next/swc-linux-arm-gnueabihf", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-linux-arm64-gnu", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-linux-arm64-gnu-npm-12.0.3-9aa11046a9/node_modules/@next/swc-linux-arm64-gnu/",
|
|
"packageDependencies": [
|
|
["@next/swc-linux-arm64-gnu", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-linux-arm64-musl", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-linux-arm64-musl-npm-12.0.3-e1fc596907/node_modules/@next/swc-linux-arm64-musl/",
|
|
"packageDependencies": [
|
|
["@next/swc-linux-arm64-musl", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-linux-x64-gnu", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-linux-x64-gnu-npm-12.0.3-903b1f3ddd/node_modules/@next/swc-linux-x64-gnu/",
|
|
"packageDependencies": [
|
|
["@next/swc-linux-x64-gnu", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-linux-x64-musl", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-linux-x64-musl-npm-12.0.3-e6e6e5fe53/node_modules/@next/swc-linux-x64-musl/",
|
|
"packageDependencies": [
|
|
["@next/swc-linux-x64-musl", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-win32-arm64-msvc", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-win32-arm64-msvc-npm-12.0.3-49313b276d/node_modules/@next/swc-win32-arm64-msvc/",
|
|
"packageDependencies": [
|
|
["@next/swc-win32-arm64-msvc", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-win32-ia32-msvc", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-win32-ia32-msvc-npm-12.0.3-e88703bc78/node_modules/@next/swc-win32-ia32-msvc/",
|
|
"packageDependencies": [
|
|
["@next/swc-win32-ia32-msvc", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@next/swc-win32-x64-msvc", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/unplugged/@next-swc-win32-x64-msvc-npm-12.0.3-b2ecd87ca4/node_modules/@next/swc-win32-x64-msvc/",
|
|
"packageDependencies": [
|
|
["@next/swc-win32-x64-msvc", "npm:12.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@nicolo-ribaudo/chokidar-2", [
|
|
["npm:2.1.8-no-fsevents.3", {
|
|
"packageLocation": "./.yarn/cache/@nicolo-ribaudo-chokidar-2-npm-2.1.8-no-fsevents.3-79ca8bfcef-ee55cc9241.zip/node_modules/@nicolo-ribaudo/chokidar-2/",
|
|
"packageDependencies": [
|
|
["@nicolo-ribaudo/chokidar-2", "npm:2.1.8-no-fsevents.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@node-redis/client", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/@node-redis-client-npm-1.0.1-5e98a9dc56-949c312191.zip/node_modules/@node-redis/client/",
|
|
"packageDependencies": [
|
|
["@node-redis/client", "npm:1.0.1"],
|
|
["cluster-key-slot", "npm:1.1.0"],
|
|
["generic-pool", "npm:3.8.2"],
|
|
["redis-parser", "npm:3.0.0"],
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@node-redis/json", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/@node-redis-json-npm-1.0.1-9fa181dda6-5027a9ad13.zip/node_modules/@node-redis/json/",
|
|
"packageDependencies": [
|
|
["@node-redis/json", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/@node-redis-json-virtual-255a30c686/0/cache/@node-redis-json-npm-1.0.1-9fa181dda6-5027a9ad13.zip/node_modules/@node-redis/json/",
|
|
"packageDependencies": [
|
|
["@node-redis/json", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1"],
|
|
["@node-redis/client", "npm:1.0.1"],
|
|
["@types/node-redis__client", null]
|
|
],
|
|
"packagePeers": [
|
|
"@node-redis/client",
|
|
"@types/node-redis__client"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@node-redis/search", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/@node-redis-search-npm-1.0.1-3fffe3d278-dd00001072.zip/node_modules/@node-redis/search/",
|
|
"packageDependencies": [
|
|
["@node-redis/search", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/@node-redis-search-virtual-7d0d7eb382/0/cache/@node-redis-search-npm-1.0.1-3fffe3d278-dd00001072.zip/node_modules/@node-redis/search/",
|
|
"packageDependencies": [
|
|
["@node-redis/search", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1"],
|
|
["@node-redis/client", "npm:1.0.1"],
|
|
["@types/node-redis__client", null]
|
|
],
|
|
"packagePeers": [
|
|
"@node-redis/client",
|
|
"@types/node-redis__client"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@node-redis/time-series", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@node-redis-time-series-npm-1.0.0-040528c043-9dc5496663.zip/node_modules/@node-redis/time-series/",
|
|
"packageDependencies": [
|
|
["@node-redis/time-series", "npm:1.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@node-redis-time-series-virtual-0322318bbb/0/cache/@node-redis-time-series-npm-1.0.0-040528c043-9dc5496663.zip/node_modules/@node-redis/time-series/",
|
|
"packageDependencies": [
|
|
["@node-redis/time-series", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.0"],
|
|
["@node-redis/client", "npm:1.0.1"],
|
|
["@types/node-redis__client", null]
|
|
],
|
|
"packagePeers": [
|
|
"@node-redis/client",
|
|
"@types/node-redis__client"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@node-rs/helper", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/@node-rs-helper-npm-1.2.1-e25ffdc5ac-c7b96e46df.zip/node_modules/@node-rs/helper/",
|
|
"packageDependencies": [
|
|
["@node-rs/helper", "npm:1.2.1"],
|
|
["@napi-rs/triples", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@nodelib/fs.scandir", [
|
|
["npm:2.1.5", {
|
|
"packageLocation": "./.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip/node_modules/@nodelib/fs.scandir/",
|
|
"packageDependencies": [
|
|
["@nodelib/fs.scandir", "npm:2.1.5"],
|
|
["@nodelib/fs.stat", "npm:2.0.5"],
|
|
["run-parallel", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@nodelib/fs.stat", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip/node_modules/@nodelib/fs.stat/",
|
|
"packageDependencies": [
|
|
["@nodelib/fs.stat", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@nodelib/fs.walk", [
|
|
["npm:1.2.8", {
|
|
"packageLocation": "./.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip/node_modules/@nodelib/fs.walk/",
|
|
"packageDependencies": [
|
|
["@nodelib/fs.walk", "npm:1.2.8"],
|
|
["@nodelib/fs.scandir", "npm:2.1.5"],
|
|
["fastq", "npm:1.13.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/ci-detect", [
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-ci-detect-npm-1.4.0-8385eaac2b-c262fc86dd.zip/node_modules/@npmcli/ci-detect/",
|
|
"packageDependencies": [
|
|
["@npmcli/ci-detect", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/fs", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-fs-npm-1.0.0-92194475f3-f2b4990107.zip/node_modules/@npmcli/fs/",
|
|
"packageDependencies": [
|
|
["@npmcli/fs", "npm:1.0.0"],
|
|
["@gar/promisify", "npm:1.1.2"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/git", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-git-npm-2.1.0-b85bc3f444-1f89752df7.zip/node_modules/@npmcli/git/",
|
|
"packageDependencies": [
|
|
["@npmcli/git", "npm:2.1.0"],
|
|
["@npmcli/promise-spawn", "npm:1.3.2"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["npm-pick-manifest", "npm:6.1.1"],
|
|
["promise-inflight", "virtual:b85bc3f444ffaf1ed05d97da5b876360753cc42baad9edde6f8dfa4ddd18626276fd2905a01d195754cbea1c14bf81b5ad60fc333b9e366358ec67cbe0379524#npm:1.0.1"],
|
|
["promise-retry", "npm:2.0.1"],
|
|
["semver", "npm:7.3.5"],
|
|
["which", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/installed-package-contents", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-installed-package-contents-npm-1.0.7-b15a13ab4f-a4a29b99d4.zip/node_modules/@npmcli/installed-package-contents/",
|
|
"packageDependencies": [
|
|
["@npmcli/installed-package-contents", "npm:1.0.7"],
|
|
["npm-bundled", "npm:1.1.2"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/move-file", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-move-file-npm-1.1.2-4f6c7b3354-c96381d4a3.zip/node_modules/@npmcli/move-file/",
|
|
"packageDependencies": [
|
|
["@npmcli/move-file", "npm:1.1.2"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["rimraf", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/node-gyp", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-node-gyp-npm-1.0.3-678a56ae5b-496d5eef2e.zip/node_modules/@npmcli/node-gyp/",
|
|
"packageDependencies": [
|
|
["@npmcli/node-gyp", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/promise-spawn", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-promise-spawn-npm-1.3.2-7762aaada5-543b7c1e26.zip/node_modules/@npmcli/promise-spawn/",
|
|
"packageDependencies": [
|
|
["@npmcli/promise-spawn", "npm:1.3.2"],
|
|
["infer-owner", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@npmcli/run-script", [
|
|
["npm:1.8.6", {
|
|
"packageLocation": "./.yarn/cache/@npmcli-run-script-npm-1.8.6-a97e08ffbc-41924e7925.zip/node_modules/@npmcli/run-script/",
|
|
"packageDependencies": [
|
|
["@npmcli/run-script", "npm:1.8.6"],
|
|
["@npmcli/node-gyp", "npm:1.0.3"],
|
|
["@npmcli/promise-spawn", "npm:1.3.2"],
|
|
["node-gyp", "npm:7.1.2"],
|
|
["read-package-json-fast", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/auth-token", [
|
|
["npm:2.5.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-auth-token-npm-2.5.0-a1c6ffb640-45949296c0.zip/node_modules/@octokit/auth-token/",
|
|
"packageDependencies": [
|
|
["@octokit/auth-token", "npm:2.5.0"],
|
|
["@octokit/types", "npm:6.34.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/core", [
|
|
["npm:3.5.1", {
|
|
"packageLocation": "./.yarn/cache/@octokit-core-npm-3.5.1-a933dedcf7-67179739fc.zip/node_modules/@octokit/core/",
|
|
"packageDependencies": [
|
|
["@octokit/core", "npm:3.5.1"],
|
|
["@octokit/auth-token", "npm:2.5.0"],
|
|
["@octokit/graphql", "npm:4.8.0"],
|
|
["@octokit/request", "npm:5.6.2"],
|
|
["@octokit/request-error", "npm:2.1.0"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["before-after-hook", "npm:2.2.2"],
|
|
["universal-user-agent", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/endpoint", [
|
|
["npm:6.0.12", {
|
|
"packageLocation": "./.yarn/cache/@octokit-endpoint-npm-6.0.12-d467db27fd-b48b29940a.zip/node_modules/@octokit/endpoint/",
|
|
"packageDependencies": [
|
|
["@octokit/endpoint", "npm:6.0.12"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["is-plain-object", "npm:5.0.0"],
|
|
["universal-user-agent", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/graphql", [
|
|
["npm:4.8.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-graphql-npm-4.8.0-83d118b4da-f68afe53f6.zip/node_modules/@octokit/graphql/",
|
|
"packageDependencies": [
|
|
["@octokit/graphql", "npm:4.8.0"],
|
|
["@octokit/request", "npm:5.6.2"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["universal-user-agent", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/openapi-types", [
|
|
["npm:11.2.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-openapi-types-npm-11.2.0-10b7a5c509-eb373ea496.zip/node_modules/@octokit/openapi-types/",
|
|
"packageDependencies": [
|
|
["@octokit/openapi-types", "npm:11.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/plugin-enterprise-rest", [
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/@octokit-plugin-enterprise-rest-npm-6.0.1-e1c802acb0-1c9720002f.zip/node_modules/@octokit/plugin-enterprise-rest/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-enterprise-rest", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/plugin-paginate-rest", [
|
|
["npm:2.17.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-plugin-paginate-rest-npm-2.17.0-4d48903092-c8753cda6f.zip/node_modules/@octokit/plugin-paginate-rest/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-paginate-rest", "npm:2.17.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.17.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@octokit-plugin-paginate-rest-virtual-f47910934d/0/cache/@octokit-plugin-paginate-rest-npm-2.17.0-4d48903092-c8753cda6f.zip/node_modules/@octokit/plugin-paginate-rest/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-paginate-rest", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.17.0"],
|
|
["@octokit/core", "npm:3.5.1"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["@types/octokit__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@octokit/core",
|
|
"@types/octokit__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/plugin-request-log", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/@octokit-plugin-request-log-npm-1.0.4-9ab5a2f888-2086db0005.zip/node_modules/@octokit/plugin-request-log/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-request-log", "npm:1.0.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:1.0.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@octokit-plugin-request-log-virtual-e50d6a2304/0/cache/@octokit-plugin-request-log-npm-1.0.4-9ab5a2f888-2086db0005.zip/node_modules/@octokit/plugin-request-log/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-request-log", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:1.0.4"],
|
|
["@octokit/core", "npm:3.5.1"],
|
|
["@types/octokit__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@octokit/core",
|
|
"@types/octokit__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/plugin-rest-endpoint-methods", [
|
|
["npm:5.13.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-5.13.0-976c113da3-f331457e43.zip/node_modules/@octokit/plugin-rest-endpoint-methods/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-rest-endpoint-methods", "npm:5.13.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.13.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@octokit-plugin-rest-endpoint-methods-virtual-a73b92a65a/0/cache/@octokit-plugin-rest-endpoint-methods-npm-5.13.0-976c113da3-f331457e43.zip/node_modules/@octokit/plugin-rest-endpoint-methods/",
|
|
"packageDependencies": [
|
|
["@octokit/plugin-rest-endpoint-methods", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.13.0"],
|
|
["@octokit/core", "npm:3.5.1"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["@types/octokit__core", null],
|
|
["deprecation", "npm:2.3.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@octokit/core",
|
|
"@types/octokit__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/request", [
|
|
["npm:5.6.2", {
|
|
"packageLocation": "./.yarn/cache/@octokit-request-npm-5.6.2-2a9866bd05-51ef3ad244.zip/node_modules/@octokit/request/",
|
|
"packageDependencies": [
|
|
["@octokit/request", "npm:5.6.2"],
|
|
["@octokit/endpoint", "npm:6.0.12"],
|
|
["@octokit/request-error", "npm:2.1.0"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["is-plain-object", "npm:5.0.0"],
|
|
["node-fetch", "npm:2.6.5"],
|
|
["universal-user-agent", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/request-error", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-request-error-npm-2.1.0-51ac624306-baec2b5700.zip/node_modules/@octokit/request-error/",
|
|
"packageDependencies": [
|
|
["@octokit/request-error", "npm:2.1.0"],
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["deprecation", "npm:2.3.1"],
|
|
["once", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/rest", [
|
|
["npm:18.12.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-rest-npm-18.12.0-f250ac8e5e-c18bd6676a.zip/node_modules/@octokit/rest/",
|
|
"packageDependencies": [
|
|
["@octokit/rest", "npm:18.12.0"],
|
|
["@octokit/core", "npm:3.5.1"],
|
|
["@octokit/plugin-paginate-rest", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.17.0"],
|
|
["@octokit/plugin-request-log", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:1.0.4"],
|
|
["@octokit/plugin-rest-endpoint-methods", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.13.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@octokit/types", [
|
|
["npm:6.34.0", {
|
|
"packageLocation": "./.yarn/cache/@octokit-types-npm-6.34.0-1de469b7ee-f122b9aee8.zip/node_modules/@octokit/types/",
|
|
"packageDependencies": [
|
|
["@octokit/types", "npm:6.34.0"],
|
|
["@octokit/openapi-types", "npm:11.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@opentelemetry/api", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/@opentelemetry-api-npm-1.0.3-458c8426bf-24be831d89.zip/node_modules/@opentelemetry/api/",
|
|
"packageDependencies": [
|
|
["@opentelemetry/api", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@panva/hkdf", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/@panva-hkdf-npm-1.0.1-fb7ae1f416-883c423c00.zip/node_modules/@panva/hkdf/",
|
|
"packageDependencies": [
|
|
["@panva/hkdf", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sendgrid/client", [
|
|
["npm:7.5.0", {
|
|
"packageLocation": "./.yarn/cache/@sendgrid-client-npm-7.5.0-f063cd7d41-8212dcfe3f.zip/node_modules/@sendgrid/client/",
|
|
"packageDependencies": [
|
|
["@sendgrid/client", "npm:7.5.0"],
|
|
["@sendgrid/helpers", "npm:7.5.0"],
|
|
["axios", "npm:0.21.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sendgrid/helpers", [
|
|
["npm:7.5.0", {
|
|
"packageLocation": "./.yarn/cache/@sendgrid-helpers-npm-7.5.0-3d1d65bdae-37210b59d4.zip/node_modules/@sendgrid/helpers/",
|
|
"packageDependencies": [
|
|
["@sendgrid/helpers", "npm:7.5.0"],
|
|
["deepmerge", "npm:4.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sendgrid/mail", [
|
|
["npm:7.5.0", {
|
|
"packageLocation": "./.yarn/cache/@sendgrid-mail-npm-7.5.0-d07903b075-0a49c7f374.zip/node_modules/@sendgrid/mail/",
|
|
"packageDependencies": [
|
|
["@sendgrid/mail", "npm:7.5.0"],
|
|
["@sendgrid/client", "npm:7.5.0"],
|
|
["@sendgrid/helpers", "npm:7.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@shelf/jest-mongodb", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/@shelf-jest-mongodb-npm-2.1.0-b8d4e35c2e-c4550ce332.zip/node_modules/@shelf/jest-mongodb/",
|
|
"packageDependencies": [
|
|
["@shelf/jest-mongodb", "npm:2.1.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:2.1.0", {
|
|
"packageLocation": "./.yarn/__virtual__/@shelf-jest-mongodb-virtual-d942c5f261/0/cache/@shelf-jest-mongodb-npm-2.1.0-b8d4e35c2e-c4550ce332.zip/node_modules/@shelf/jest-mongodb/",
|
|
"packageDependencies": [
|
|
["@shelf/jest-mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:2.1.0"],
|
|
["@types/mongodb", null],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:3.7.3"],
|
|
["mongodb-memory-server", "npm:7.3.6"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/mongodb",
|
|
"mongodb"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sindresorhus/is", [
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/@sindresorhus-is-npm-4.2.0-87ea1e5c27-59040dfb75.zip/node_modules/@sindresorhus/is/",
|
|
"packageDependencies": [
|
|
["@sindresorhus/is", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sinonjs/commons", [
|
|
["npm:1.8.3", {
|
|
"packageLocation": "./.yarn/cache/@sinonjs-commons-npm-1.8.3-30cf78d93f-6159726db5.zip/node_modules/@sinonjs/commons/",
|
|
"packageDependencies": [
|
|
["@sinonjs/commons", "npm:1.8.3"],
|
|
["type-detect", "npm:4.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@sinonjs/fake-timers", [
|
|
["npm:8.0.1", {
|
|
"packageLocation": "./.yarn/cache/@sinonjs-fake-timers-npm-8.0.1-df05d407cd-97a78e6f83.zip/node_modules/@sinonjs/fake-timers/",
|
|
"packageDependencies": [
|
|
["@sinonjs/fake-timers", "npm:8.0.1"],
|
|
["@sinonjs/commons", "npm:1.8.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/cli", [
|
|
["npm:0.1.55", {
|
|
"packageLocation": "./.yarn/cache/@swc-cli-npm-0.1.55-f5ecb9eb83-db6a727716.zip/node_modules/@swc/cli/",
|
|
"packageDependencies": [
|
|
["@swc/cli", "npm:0.1.55"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55", {
|
|
"packageLocation": "./.yarn/__virtual__/@swc-cli-virtual-1f1f21798e/0/cache/@swc-cli-npm-0.1.55-f5ecb9eb83-db6a727716.zip/node_modules/@swc/cli/",
|
|
"packageDependencies": [
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@types/chokidar", null],
|
|
["@types/swc__core", null],
|
|
["chokidar", null],
|
|
["commander", "npm:7.2.0"],
|
|
["fast-glob", "npm:3.2.7"],
|
|
["slash", "npm:3.0.0"],
|
|
["source-map", "npm:0.7.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@swc/core",
|
|
"@types/chokidar",
|
|
"@types/swc__core",
|
|
"chokidar"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/cache/@swc-core-npm-1.2.130-32ce549565-759f3658dc.zip/node_modules/@swc/core/",
|
|
"packageDependencies": [
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@node-rs/helper", "npm:1.2.1"],
|
|
["@swc/core-android-arm-eabi", "npm:1.2.130"],
|
|
["@swc/core-android-arm64", "npm:1.2.130"],
|
|
["@swc/core-darwin-arm64", "npm:1.2.130"],
|
|
["@swc/core-darwin-x64", "npm:1.2.130"],
|
|
["@swc/core-freebsd-x64", "npm:1.2.130"],
|
|
["@swc/core-linux-arm-gnueabihf", "npm:1.2.130"],
|
|
["@swc/core-linux-arm64-gnu", "npm:1.2.130"],
|
|
["@swc/core-linux-arm64-musl", "npm:1.2.130"],
|
|
["@swc/core-linux-x64-gnu", "npm:1.2.130"],
|
|
["@swc/core-linux-x64-musl", "npm:1.2.130"],
|
|
["@swc/core-win32-arm64-msvc", "npm:1.2.130"],
|
|
["@swc/core-win32-ia32-msvc", "npm:1.2.130"],
|
|
["@swc/core-win32-x64-msvc", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-android-arm-eabi", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-android-arm-eabi-npm-1.2.130-a6ded2507e/node_modules/@swc/core-android-arm-eabi/",
|
|
"packageDependencies": [
|
|
["@swc/core-android-arm-eabi", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-android-arm64", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-android-arm64-npm-1.2.130-fd3f9b4c41/node_modules/@swc/core-android-arm64/",
|
|
"packageDependencies": [
|
|
["@swc/core-android-arm64", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-darwin-arm64", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-darwin-arm64-npm-1.2.130-8ff26fc77a/node_modules/@swc/core-darwin-arm64/",
|
|
"packageDependencies": [
|
|
["@swc/core-darwin-arm64", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-darwin-x64", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-darwin-x64-npm-1.2.130-8d9d38b68a/node_modules/@swc/core-darwin-x64/",
|
|
"packageDependencies": [
|
|
["@swc/core-darwin-x64", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-freebsd-x64", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-freebsd-x64-npm-1.2.130-1b3a832f9b/node_modules/@swc/core-freebsd-x64/",
|
|
"packageDependencies": [
|
|
["@swc/core-freebsd-x64", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-linux-arm-gnueabihf", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-linux-arm-gnueabihf-npm-1.2.130-7c348f8d79/node_modules/@swc/core-linux-arm-gnueabihf/",
|
|
"packageDependencies": [
|
|
["@swc/core-linux-arm-gnueabihf", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-linux-arm64-gnu", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-linux-arm64-gnu-npm-1.2.130-ba20f5908b/node_modules/@swc/core-linux-arm64-gnu/",
|
|
"packageDependencies": [
|
|
["@swc/core-linux-arm64-gnu", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-linux-arm64-musl", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-linux-arm64-musl-npm-1.2.130-734fe30c8f/node_modules/@swc/core-linux-arm64-musl/",
|
|
"packageDependencies": [
|
|
["@swc/core-linux-arm64-musl", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-linux-x64-gnu", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-linux-x64-gnu-npm-1.2.130-ca09176c3d/node_modules/@swc/core-linux-x64-gnu/",
|
|
"packageDependencies": [
|
|
["@swc/core-linux-x64-gnu", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-linux-x64-musl", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-linux-x64-musl-npm-1.2.130-eea7b3d590/node_modules/@swc/core-linux-x64-musl/",
|
|
"packageDependencies": [
|
|
["@swc/core-linux-x64-musl", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-win32-arm64-msvc", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-win32-arm64-msvc-npm-1.2.130-bb4d18d453/node_modules/@swc/core-win32-arm64-msvc/",
|
|
"packageDependencies": [
|
|
["@swc/core-win32-arm64-msvc", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-win32-ia32-msvc", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-win32-ia32-msvc-npm-1.2.130-0fd1b375df/node_modules/@swc/core-win32-ia32-msvc/",
|
|
"packageDependencies": [
|
|
["@swc/core-win32-ia32-msvc", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/core-win32-x64-msvc", [
|
|
["npm:1.2.130", {
|
|
"packageLocation": "./.yarn/unplugged/@swc-core-win32-x64-msvc-npm-1.2.130-97ab775c35/node_modules/@swc/core-win32-x64-msvc/",
|
|
"packageDependencies": [
|
|
["@swc/core-win32-x64-msvc", "npm:1.2.130"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@swc/jest", [
|
|
["npm:0.2.17", {
|
|
"packageLocation": "./.yarn/cache/@swc-jest-npm-0.2.17-eac7a37005-33e08c71ad.zip/node_modules/@swc/jest/",
|
|
"packageDependencies": [
|
|
["@swc/jest", "npm:0.2.17"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17", {
|
|
"packageLocation": "./.yarn/__virtual__/@swc-jest-virtual-aaf1ee632f/0/cache/@swc-jest-npm-0.2.17-eac7a37005-33e08c71ad.zip/node_modules/@swc/jest/",
|
|
"packageDependencies": [
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["@jest/create-cache-key-function", "npm:27.4.2"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@types/swc__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@swc/core",
|
|
"@types/swc__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@szmarczak/http-timer", [
|
|
["npm:4.0.6", {
|
|
"packageLocation": "./.yarn/cache/@szmarczak-http-timer-npm-4.0.6-6ace00d82d-c29df3bcec.zip/node_modules/@szmarczak/http-timer/",
|
|
"packageDependencies": [
|
|
["@szmarczak/http-timer", "npm:4.0.6"],
|
|
["defer-to-connect", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@tediousjs/connection-string", [
|
|
["npm:0.3.0", {
|
|
"packageLocation": "./.yarn/cache/@tediousjs-connection-string-npm-0.3.0-7c743f6157-65541f7d57.zip/node_modules/@tediousjs/connection-string/",
|
|
"packageDependencies": [
|
|
["@tediousjs/connection-string", "npm:0.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@testing-library/dom", [
|
|
["npm:8.10.1", {
|
|
"packageLocation": "./.yarn/cache/@testing-library-dom-npm-8.10.1-12438798e3-c11da16d98.zip/node_modules/@testing-library/dom/",
|
|
"packageDependencies": [
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/aria-query", "npm:4.2.2"],
|
|
["aria-query", "npm:5.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["dom-accessibility-api", "npm:0.5.9"],
|
|
["lz-string", "npm:1.4.4"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.11.1", {
|
|
"packageLocation": "./.yarn/cache/@testing-library-dom-npm-8.11.1-d1ef937c19-082104b104.zip/node_modules/@testing-library/dom/",
|
|
"packageDependencies": [
|
|
["@testing-library/dom", "npm:8.11.1"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/aria-query", "npm:4.2.2"],
|
|
["aria-query", "npm:5.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["dom-accessibility-api", "npm:0.5.9"],
|
|
["lz-string", "npm:1.4.4"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@testing-library/react", [
|
|
["npm:13.0.0-alpha.4", {
|
|
"packageLocation": "./.yarn/cache/@testing-library-react-npm-13.0.0-alpha.4-06c0f31dc7-a3dd131f3b.zip/node_modules/@testing-library/react/",
|
|
"packageDependencies": [
|
|
["@testing-library/react", "npm:13.0.0-alpha.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4", {
|
|
"packageLocation": "./.yarn/__virtual__/@testing-library-react-virtual-62260e3b77/0/cache/@testing-library-react-npm-13.0.0-alpha.4-06c0f31dc7-a3dd131f3b.zip/node_modules/@testing-library/react/",
|
|
"packageDependencies": [
|
|
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@testing-library/dom", "npm:8.11.1"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@testing-library/user-event", [
|
|
["npm:14.0.0-alpha.14", {
|
|
"packageLocation": "./.yarn/cache/@testing-library-user-event-npm-14.0.0-alpha.14-8bfc6cb8dd-be1c8e7ea0.zip/node_modules/@testing-library/user-event/",
|
|
"packageDependencies": [
|
|
["@testing-library/user-event", "npm:14.0.0-alpha.14"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14", {
|
|
"packageLocation": "./.yarn/__virtual__/@testing-library-user-event-virtual-5bca2af215/0/cache/@testing-library-user-event-npm-14.0.0-alpha.14-8bfc6cb8dd-be1c8e7ea0.zip/node_modules/@testing-library/user-event/",
|
|
"packageDependencies": [
|
|
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@testing-library/dom", "npm:8.10.1"],
|
|
["@types/testing-library__dom", null]
|
|
],
|
|
"packagePeers": [
|
|
"@testing-library/dom",
|
|
"@types/testing-library__dom"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:14.0.0-alpha.14", {
|
|
"packageLocation": "./.yarn/__virtual__/@testing-library-user-event-virtual-849189e8ba/0/cache/@testing-library-user-event-npm-14.0.0-alpha.14-8bfc6cb8dd-be1c8e7ea0.zip/node_modules/@testing-library/user-event/",
|
|
"packageDependencies": [
|
|
["@testing-library/user-event", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:14.0.0-alpha.14"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@testing-library/dom", "npm:8.11.1"],
|
|
["@types/testing-library__dom", null]
|
|
],
|
|
"packagePeers": [
|
|
"@testing-library/dom",
|
|
"@types/testing-library__dom"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@tootallnate/once", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/@tootallnate-once-npm-1.1.2-0517220057-e1fb1bbbc1.zip/node_modules/@tootallnate/once/",
|
|
"packageDependencies": [
|
|
["@tootallnate/once", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/aria-query", [
|
|
["npm:4.2.2", {
|
|
"packageLocation": "./.yarn/cache/@types-aria-query-npm-4.2.2-c7fefe27a4-6f2ce11d91.zip/node_modules/@types/aria-query/",
|
|
"packageDependencies": [
|
|
["@types/aria-query", "npm:4.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/babel__core", [
|
|
["npm:7.1.16", {
|
|
"packageLocation": "./.yarn/cache/@types-babel__core-npm-7.1.16-2b06c54bf8-d5aa154ce8.zip/node_modules/@types/babel__core/",
|
|
"packageDependencies": [
|
|
["@types/babel__core", "npm:7.1.16"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@types/babel__generator", "npm:7.6.3"],
|
|
["@types/babel__template", "npm:7.4.1"],
|
|
["@types/babel__traverse", "npm:7.14.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/babel__generator", [
|
|
["npm:7.6.3", {
|
|
"packageLocation": "./.yarn/cache/@types-babel__generator-npm-7.6.3-3863dacb5e-0aa1881c47.zip/node_modules/@types/babel__generator/",
|
|
"packageDependencies": [
|
|
["@types/babel__generator", "npm:7.6.3"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/babel__template", [
|
|
["npm:7.4.1", {
|
|
"packageLocation": "./.yarn/cache/@types-babel__template-npm-7.4.1-fe1db49e53-649fe8b42c.zip/node_modules/@types/babel__template/",
|
|
"packageDependencies": [
|
|
["@types/babel__template", "npm:7.4.1"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/babel__traverse", [
|
|
["npm:7.14.2", {
|
|
"packageLocation": "./.yarn/cache/@types-babel__traverse-npm-7.14.2-fd6679839e-a797ea09c7.zip/node_modules/@types/babel__traverse/",
|
|
"packageDependencies": [
|
|
["@types/babel__traverse", "npm:7.14.2"],
|
|
["@babel/types", "npm:7.15.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/cacheable-request", [
|
|
["npm:6.0.2", {
|
|
"packageLocation": "./.yarn/cache/@types-cacheable-request-npm-6.0.2-894b6992d5-667d25808d.zip/node_modules/@types/cacheable-request/",
|
|
"packageDependencies": [
|
|
["@types/cacheable-request", "npm:6.0.2"],
|
|
["@types/http-cache-semantics", "npm:4.0.1"],
|
|
["@types/keyv", "npm:3.1.3"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["@types/responselike", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/debug", [
|
|
["npm:4.1.7", {
|
|
"packageLocation": "./.yarn/cache/@types-debug-npm-4.1.7-f54c81f8db-0a7b89d8ed.zip/node_modules/@types/debug/",
|
|
"packageDependencies": [
|
|
["@types/debug", "npm:4.1.7"],
|
|
["@types/ms", "npm:0.7.31"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/emscripten", [
|
|
["npm:1.39.5", {
|
|
"packageLocation": "./.yarn/cache/@types-emscripten-npm-1.39.5-ef4c55ba8e-cb92a99148.zip/node_modules/@types/emscripten/",
|
|
"packageDependencies": [
|
|
["@types/emscripten", "npm:1.39.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/graceful-fs", [
|
|
["npm:4.1.5", {
|
|
"packageLocation": "./.yarn/cache/@types-graceful-fs-npm-4.1.5-91d62e1050-d076bb61f4.zip/node_modules/@types/graceful-fs/",
|
|
"packageDependencies": [
|
|
["@types/graceful-fs", "npm:4.1.5"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/hast", [
|
|
["npm:2.3.4", {
|
|
"packageLocation": "./.yarn/cache/@types-hast-npm-2.3.4-7249cc0ece-fff47998f4.zip/node_modules/@types/hast/",
|
|
"packageDependencies": [
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/unist", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/http-cache-semantics", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip/node_modules/@types/http-cache-semantics/",
|
|
"packageDependencies": [
|
|
["@types/http-cache-semantics", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/istanbul-lib-coverage", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-0650cba4be.zip/node_modules/@types/istanbul-lib-coverage/",
|
|
"packageDependencies": [
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/istanbul-lib-report", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/@types-istanbul-lib-report-npm-3.0.0-50de3e6b3b-656398b62d.zip/node_modules/@types/istanbul-lib-report/",
|
|
"packageDependencies": [
|
|
["@types/istanbul-lib-report", "npm:3.0.0"],
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/istanbul-reports", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/@types-istanbul-reports-npm-3.0.1-770e825002-f1ad54bc68.zip/node_modules/@types/istanbul-reports/",
|
|
"packageDependencies": [
|
|
["@types/istanbul-reports", "npm:3.0.1"],
|
|
["@types/istanbul-lib-report", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/json5", [
|
|
["npm:0.0.29", {
|
|
"packageLocation": "./.yarn/cache/@types-json5-npm-0.0.29-f63a7916bd-e60b153664.zip/node_modules/@types/json5/",
|
|
"packageDependencies": [
|
|
["@types/json5", "npm:0.0.29"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/keyv", [
|
|
["npm:3.1.3", {
|
|
"packageLocation": "./.yarn/cache/@types-keyv-npm-3.1.3-8864e3cbf3-b5f8aa592c.zip/node_modules/@types/keyv/",
|
|
"packageDependencies": [
|
|
["@types/keyv", "npm:3.1.3"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/mdast", [
|
|
["npm:3.0.10", {
|
|
"packageLocation": "./.yarn/cache/@types-mdast-npm-3.0.10-9e9c39e4a4-3f587bfc0a.zip/node_modules/@types/mdast/",
|
|
"packageDependencies": [
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["@types/unist", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/mdurl", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/@types-mdurl-npm-1.0.2-5b57c94d95-79c7e523b3.zip/node_modules/@types/mdurl/",
|
|
"packageDependencies": [
|
|
["@types/mdurl", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/minimatch", [
|
|
["npm:3.0.5", {
|
|
"packageLocation": "./.yarn/cache/@types-minimatch-npm-3.0.5-802bb0797f-c41d136f67.zip/node_modules/@types/minimatch/",
|
|
"packageDependencies": [
|
|
["@types/minimatch", "npm:3.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/minimist", [
|
|
["npm:1.2.2", {
|
|
"packageLocation": "./.yarn/cache/@types-minimist-npm-1.2.2-a445de65da-b8da83c66e.zip/node_modules/@types/minimist/",
|
|
"packageDependencies": [
|
|
["@types/minimist", "npm:1.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/ms", [
|
|
["npm:0.7.31", {
|
|
"packageLocation": "./.yarn/cache/@types-ms-npm-0.7.31-ea3b89342b-daadd354ae.zip/node_modules/@types/ms/",
|
|
"packageDependencies": [
|
|
["@types/ms", "npm:0.7.31"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/node", [
|
|
["npm:13.13.52", {
|
|
"packageLocation": "./.yarn/cache/@types-node-npm-13.13.52-95159539bb-8f1afff497.zip/node_modules/@types/node/",
|
|
"packageDependencies": [
|
|
["@types/node", "npm:13.13.52"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:16.11.6", {
|
|
"packageLocation": "./.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/",
|
|
"packageDependencies": [
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/node-fetch", [
|
|
["npm:2.5.12", {
|
|
"packageLocation": "./.yarn/cache/@types-node-fetch-npm-2.5.12-e9530d4758-ad63c85ba6.zip/node_modules/@types/node-fetch/",
|
|
"packageDependencies": [
|
|
["@types/node-fetch", "npm:2.5.12"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["form-data", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/normalize-package-data", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/@types-normalize-package-data-npm-2.4.1-c31c56ae6a-e87bccbf11.zip/node_modules/@types/normalize-package-data/",
|
|
"packageDependencies": [
|
|
["@types/normalize-package-data", "npm:2.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/parse-json", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/@types-parse-json-npm-4.0.0-298522afa6-fd6bce2b67.zip/node_modules/@types/parse-json/",
|
|
"packageDependencies": [
|
|
["@types/parse-json", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/parse5", [
|
|
["npm:6.0.3", {
|
|
"packageLocation": "./.yarn/cache/@types-parse5-npm-6.0.3-a0bee0f9b4-ddb59ee414.zip/node_modules/@types/parse5/",
|
|
"packageDependencies": [
|
|
["@types/parse5", "npm:6.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/prettier", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/@types-prettier-npm-2.4.1-d83bd651f7-df330c2d6f.zip/node_modules/@types/prettier/",
|
|
"packageDependencies": [
|
|
["@types/prettier", "npm:2.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/responselike", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@types-responselike-npm-1.0.0-85dd08af42-e99fc7cc62.zip/node_modules/@types/responselike/",
|
|
"packageDependencies": [
|
|
["@types/responselike", "npm:1.0.0"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/semver", [
|
|
["npm:7.3.9", {
|
|
"packageLocation": "./.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/",
|
|
"packageDependencies": [
|
|
["@types/semver", "npm:7.3.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/stack-utils", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/@types-stack-utils-npm-2.0.1-867718ab70-205fdbe332.zip/node_modules/@types/stack-utils/",
|
|
"packageDependencies": [
|
|
["@types/stack-utils", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/stoppable", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/@types-stoppable-npm-1.1.1-25bdc3b5bd-6561764868.zip/node_modules/@types/stoppable/",
|
|
"packageDependencies": [
|
|
["@types/stoppable", "npm:1.1.1"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/tmp", [
|
|
["npm:0.2.2", {
|
|
"packageLocation": "./.yarn/cache/@types-tmp-npm-0.2.2-bd634f6e9f-e69613e93d.zip/node_modules/@types/tmp/",
|
|
"packageDependencies": [
|
|
["@types/tmp", "npm:0.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/treeify", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/@types-treeify-npm-1.0.0-b5e04e9cd3-1b2397030d.zip/node_modules/@types/treeify/",
|
|
"packageDependencies": [
|
|
["@types/treeify", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/tunnel", [
|
|
["npm:0.0.3", {
|
|
"packageLocation": "./.yarn/cache/@types-tunnel-npm-0.0.3-9168d0b1fd-53e23a1f9f.zip/node_modules/@types/tunnel/",
|
|
"packageDependencies": [
|
|
["@types/tunnel", "npm:0.0.3"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/unist", [
|
|
["npm:2.0.6", {
|
|
"packageLocation": "./.yarn/cache/@types-unist-npm-2.0.6-82641b4aa5-25cb860ff1.zip/node_modules/@types/unist/",
|
|
"packageDependencies": [
|
|
["@types/unist", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/yargs", [
|
|
["npm:16.0.4", {
|
|
"packageLocation": "./.yarn/cache/@types-yargs-npm-16.0.4-7aaef7d6c8-caa21d2c95.zip/node_modules/@types/yargs/",
|
|
"packageDependencies": [
|
|
["@types/yargs", "npm:16.0.4"],
|
|
["@types/yargs-parser", "npm:20.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@types/yargs-parser", [
|
|
["npm:20.2.1", {
|
|
"packageLocation": "./.yarn/cache/@types-yargs-parser-npm-20.2.1-2eed5b5c1c-1d039e6449.zip/node_modules/@types/yargs-parser/",
|
|
"packageDependencies": [
|
|
["@types/yargs-parser", "npm:20.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@xmldom/xmldom", [
|
|
["npm:0.7.5", {
|
|
"packageLocation": "./.yarn/cache/@xmldom-xmldom-npm-0.7.5-f6fb7cf202-8d7ec35c1e.zip/node_modules/@xmldom/xmldom/",
|
|
"packageDependencies": [
|
|
["@xmldom/xmldom", "npm:0.7.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/core", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-core-npm-3.1.0-80759a07a1-d608f3da5e.zip/node_modules/@yarnpkg/core/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/core", "npm:3.1.0"],
|
|
["@arcanis/slice-ansi", "npm:1.0.2"],
|
|
["@types/semver", "npm:7.3.9"],
|
|
["@types/treeify", "npm:1.0.0"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["@yarnpkg/json-proxy", "npm:2.1.1"],
|
|
["@yarnpkg/libzip", "npm:2.2.2"],
|
|
["@yarnpkg/parsers", "npm:2.4.1"],
|
|
["@yarnpkg/pnp", "npm:3.1.0"],
|
|
["@yarnpkg/shell", "npm:3.1.0"],
|
|
["camelcase", "npm:5.3.1"],
|
|
["chalk", "npm:3.0.0"],
|
|
["ci-info", "npm:3.2.0"],
|
|
["clipanion", "virtual:11e49090eef2ab4a7d256d57407eff59125c10a45a2c4a95d4b4eed662e01c6bb0b545ee238f4cce0100c8d2885c1a88c24bcf184f4baba2c58b80f525a4f6ab#npm:3.1.0"],
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["diff", "npm:4.0.2"],
|
|
["globby", "npm:11.0.4"],
|
|
["got", "npm:11.8.2"],
|
|
["json-file-plus", "npm:3.3.1"],
|
|
["lodash", "npm:4.17.21"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["p-limit", "npm:2.3.0"],
|
|
["p-queue", "npm:6.6.2"],
|
|
["pluralize", "npm:7.0.0"],
|
|
["pretty-bytes", "npm:5.6.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["stream-to-promise", "npm:2.2.0"],
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["tar", "npm:6.1.11"],
|
|
["tinylogic", "npm:1.0.3"],
|
|
["treeify", "npm:1.1.0"],
|
|
["tslib", "npm:1.14.1"],
|
|
["tunnel", "npm:0.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/fslib", [
|
|
["npm:2.6.0", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-fslib-npm-2.6.0-ec8b110e16-4affa8fbd4.zip/node_modules/@yarnpkg/fslib/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["@yarnpkg/libzip", "npm:2.2.2"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/json-proxy", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-json-proxy-npm-2.1.1-516f902a0f-2c306b6ee1.zip/node_modules/@yarnpkg/json-proxy/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/json-proxy", "npm:2.1.1"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/libzip", [
|
|
["npm:2.2.2", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-libzip-npm-2.2.2-3fa1ab5536-7c09b13fde.zip/node_modules/@yarnpkg/libzip/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/libzip", "npm:2.2.2"],
|
|
["@types/emscripten", "npm:1.39.5"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/nm", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-nm-npm-3.0.0-1443583427-f1c3ad2688.zip/node_modules/@yarnpkg/nm/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/nm", "npm:3.0.0"],
|
|
["@yarnpkg/core", "npm:3.1.0"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/parsers", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-parsers-npm-2.4.1-80362e5783-935f36e9c9.zip/node_modules/@yarnpkg/parsers/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/parsers", "npm:2.4.1"],
|
|
["js-yaml", "npm:3.14.1"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/pnp", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-pnp-npm-3.1.0-4abdff0b6f-8f0099db01.zip/node_modules/@yarnpkg/pnp/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/pnp", "npm:3.1.0"],
|
|
["@types/node", "npm:13.13.52"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["resolve.exports", "npm:1.1.0"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/pnpify", [
|
|
["npm:3.1.0-rc.2", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-pnpify-npm-3.1.0-rc.2-d8c078f478-8136af5370.zip/node_modules/@yarnpkg/pnpify/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/pnpify", "npm:3.1.0-rc.2"],
|
|
["@yarnpkg/core", "npm:3.1.0"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["@yarnpkg/nm", "npm:3.0.0"],
|
|
["clipanion", "virtual:11e49090eef2ab4a7d256d57407eff59125c10a45a2c4a95d4b4eed662e01c6bb0b545ee238f4cce0100c8d2885c1a88c24bcf184f4baba2c58b80f525a4f6ab#npm:3.1.0"],
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["@yarnpkg/shell", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/@yarnpkg-shell-npm-3.1.0-11e49090ee-d5d17525fe.zip/node_modules/@yarnpkg/shell/",
|
|
"packageDependencies": [
|
|
["@yarnpkg/shell", "npm:3.1.0"],
|
|
["@yarnpkg/fslib", "npm:2.6.0"],
|
|
["@yarnpkg/parsers", "npm:2.4.1"],
|
|
["chalk", "npm:3.0.0"],
|
|
["clipanion", "virtual:11e49090eef2ab4a7d256d57407eff59125c10a45a2c4a95d4b4eed662e01c6bb0b545ee238f4cce0100c8d2885c1a88c24bcf184f4baba2c58b80f525a4f6ab#npm:3.1.0"],
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["fast-glob", "npm:3.2.7"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["stream-buffers", "npm:3.0.2"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["JSONStream", [
|
|
["npm:1.3.5", {
|
|
"packageLocation": "./.yarn/cache/JSONStream-npm-1.3.5-1987f2e6dd-2605fa1242.zip/node_modules/JSONStream/",
|
|
"packageDependencies": [
|
|
["JSONStream", "npm:1.3.5"],
|
|
["jsonparse", "npm:1.3.1"],
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["a-sync-waterfall", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/a-sync-waterfall-npm-1.0.1-f6b6b49568-534948b50d.zip/node_modules/a-sync-waterfall/",
|
|
"packageDependencies": [
|
|
["a-sync-waterfall", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["abab", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/abab-npm-2.0.5-ae8d5b629e-0ec951b46d.zip/node_modules/abab/",
|
|
"packageDependencies": [
|
|
["abab", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["abbrev", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/abbrev-npm-1.1.1-3659247eab-a4a97ec07d.zip/node_modules/abbrev/",
|
|
"packageDependencies": [
|
|
["abbrev", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["abort-controller", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/abort-controller-npm-3.0.0-2f3a9a2bcb-170bdba9b4.zip/node_modules/abort-controller/",
|
|
"packageDependencies": [
|
|
["abort-controller", "npm:3.0.0"],
|
|
["event-target-shim", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["acorn", [
|
|
["npm:7.4.1", {
|
|
"packageLocation": "./.yarn/cache/acorn-npm-7.4.1-f450b4646c-1860f23c21.zip/node_modules/acorn/",
|
|
"packageDependencies": [
|
|
["acorn", "npm:7.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.5.0", {
|
|
"packageLocation": "./.yarn/cache/acorn-npm-8.5.0-faed0ea119-2e4c1dbed3.zip/node_modules/acorn/",
|
|
"packageDependencies": [
|
|
["acorn", "npm:8.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.6.0", {
|
|
"packageLocation": "./.yarn/cache/acorn-npm-8.6.0-9de50afc7d-9d0de73b73.zip/node_modules/acorn/",
|
|
"packageDependencies": [
|
|
["acorn", "npm:8.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["acorn-globals", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/acorn-globals-npm-6.0.0-acbec28ad5-72d95e5b5e.zip/node_modules/acorn-globals/",
|
|
"packageDependencies": [
|
|
["acorn-globals", "npm:6.0.0"],
|
|
["acorn", "npm:7.4.1"],
|
|
["acorn-walk", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["acorn-jsx", [
|
|
["npm:5.3.2", {
|
|
"packageLocation": "./.yarn/cache/acorn-jsx-npm-5.3.2-d7594599ea-c3d3b2a89c.zip/node_modules/acorn-jsx/",
|
|
"packageDependencies": [
|
|
["acorn-jsx", "npm:5.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:77ec52a2b9cceffd566df1c21862c553f048c3b3a9e61fef05be168830f015f2c6623bef122039c5545c88ac094f01e6a8057b73cb621a1ca41023cc601dfc59#npm:5.3.2", {
|
|
"packageLocation": "./.yarn/__virtual__/acorn-jsx-virtual-6b26811b8a/0/cache/acorn-jsx-npm-5.3.2-d7594599ea-c3d3b2a89c.zip/node_modules/acorn-jsx/",
|
|
"packageDependencies": [
|
|
["acorn-jsx", "virtual:77ec52a2b9cceffd566df1c21862c553f048c3b3a9e61fef05be168830f015f2c6623bef122039c5545c88ac094f01e6a8057b73cb621a1ca41023cc601dfc59#npm:5.3.2"],
|
|
["@types/acorn", null],
|
|
["acorn", "npm:8.5.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/acorn",
|
|
"acorn"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:fd2253859039a15030fecf2d1545fcad47d7bd43468b9166c71fdd4e35b538414e653775f5401c948ed8db3eb1925f84c66c161d39a27b19ee73fef5e721329e#npm:5.3.2", {
|
|
"packageLocation": "./.yarn/__virtual__/acorn-jsx-virtual-0c3ff7dbc9/0/cache/acorn-jsx-npm-5.3.2-d7594599ea-c3d3b2a89c.zip/node_modules/acorn-jsx/",
|
|
"packageDependencies": [
|
|
["acorn-jsx", "virtual:fd2253859039a15030fecf2d1545fcad47d7bd43468b9166c71fdd4e35b538414e653775f5401c948ed8db3eb1925f84c66c161d39a27b19ee73fef5e721329e#npm:5.3.2"],
|
|
["@types/acorn", null],
|
|
["acorn", "npm:8.6.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/acorn",
|
|
"acorn"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["acorn-walk", [
|
|
["npm:7.2.0", {
|
|
"packageLocation": "./.yarn/cache/acorn-walk-npm-7.2.0-5f8b515308-9252158a79.zip/node_modules/acorn-walk/",
|
|
"packageDependencies": [
|
|
["acorn-walk", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["adal-node", [
|
|
["npm:0.2.3", {
|
|
"packageLocation": "./.yarn/cache/adal-node-npm-0.2.3-933b8c5f36-ab00fcdc29.zip/node_modules/adal-node/",
|
|
"packageDependencies": [
|
|
["adal-node", "npm:0.2.3"],
|
|
["@xmldom/xmldom", "npm:0.7.5"],
|
|
["async", "npm:2.6.3"],
|
|
["axios", "npm:0.21.4"],
|
|
["date-utils", "npm:1.2.21"],
|
|
["jws", "npm:3.2.2"],
|
|
["underscore", "npm:1.13.1"],
|
|
["uuid", "npm:3.4.0"],
|
|
["xpath.js", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["add-stream", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/add-stream-npm-1.0.0-a5a0c0498c-3e9e8b0b8f.zip/node_modules/add-stream/",
|
|
"packageDependencies": [
|
|
["add-stream", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["agent-base", [
|
|
["npm:6.0.2", {
|
|
"packageLocation": "./.yarn/cache/agent-base-npm-6.0.2-428f325a93-f52b6872cc.zip/node_modules/agent-base/",
|
|
"packageDependencies": [
|
|
["agent-base", "npm:6.0.2"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["agentkeepalive", [
|
|
["npm:4.1.4", {
|
|
"packageLocation": "./.yarn/cache/agentkeepalive-npm-4.1.4-4d5b41b4c1-d49c24d4b3.zip/node_modules/agentkeepalive/",
|
|
"packageDependencies": [
|
|
["agentkeepalive", "npm:4.1.4"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["depd", "npm:1.1.2"],
|
|
["humanize-ms", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aggregate-error", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/aggregate-error-npm-3.1.0-415a406f4e-1101a33f21.zip/node_modules/aggregate-error/",
|
|
"packageDependencies": [
|
|
["aggregate-error", "npm:3.1.0"],
|
|
["clean-stack", "npm:2.2.0"],
|
|
["indent-string", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ajv", [
|
|
["npm:6.12.6", {
|
|
"packageLocation": "./.yarn/cache/ajv-npm-6.12.6-4b5105e2b2-874972efe5.zip/node_modules/ajv/",
|
|
"packageDependencies": [
|
|
["ajv", "npm:6.12.6"],
|
|
["fast-deep-equal", "npm:3.1.3"],
|
|
["fast-json-stable-stringify", "npm:2.1.0"],
|
|
["json-schema-traverse", "npm:0.4.1"],
|
|
["uri-js", "npm:4.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.8.2", {
|
|
"packageLocation": "./.yarn/cache/ajv-npm-8.8.2-574db7fea7-90849ef03c.zip/node_modules/ajv/",
|
|
"packageDependencies": [
|
|
["ajv", "npm:8.8.2"],
|
|
["fast-deep-equal", "npm:3.1.3"],
|
|
["json-schema-traverse", "npm:1.0.0"],
|
|
["require-from-string", "npm:2.0.2"],
|
|
["uri-js", "npm:4.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ajv-errors", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/ajv-errors-npm-3.0.0-cbd6be5a29-f3d1610a10.zip/node_modules/ajv-errors/",
|
|
"packageDependencies": [
|
|
["ajv-errors", "npm:3.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:b64ac2dbc2a9f5c175cc641b97e27fb975e3f1af79e3ddd71814e0b45174855a002256bcb844ac8fb335b51bc1f2e6004bd5279ce374957265f665a50b3a3755#npm:3.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/ajv-errors-virtual-08ff94ea03/0/cache/ajv-errors-npm-3.0.0-cbd6be5a29-f3d1610a10.zip/node_modules/ajv-errors/",
|
|
"packageDependencies": [
|
|
["ajv-errors", "virtual:b64ac2dbc2a9f5c175cc641b97e27fb975e3f1af79e3ddd71814e0b45174855a002256bcb844ac8fb335b51bc1f2e6004bd5279ce374957265f665a50b3a3755#npm:3.0.0"],
|
|
["@types/ajv", null],
|
|
["ajv", "npm:8.8.2"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/ajv",
|
|
"ajv"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["anser", [
|
|
["npm:1.4.9", {
|
|
"packageLocation": "./.yarn/cache/anser-npm-1.4.9-6b6677f7c6-1f77042dee.zip/node_modules/anser/",
|
|
"packageDependencies": [
|
|
["anser", "npm:1.4.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ansi-colors", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/ansi-colors-npm-4.1.1-97ad42f223-138d04a510.zip/node_modules/ansi-colors/",
|
|
"packageDependencies": [
|
|
["ansi-colors", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ansi-escapes", [
|
|
["npm:4.3.2", {
|
|
"packageLocation": "./.yarn/cache/ansi-escapes-npm-4.3.2-3ad173702f-93111c4218.zip/node_modules/ansi-escapes/",
|
|
"packageDependencies": [
|
|
["ansi-escapes", "npm:4.3.2"],
|
|
["type-fest", "npm:0.21.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ansi-regex", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/ansi-regex-npm-2.1.1-ddd24d102b-190abd03e4.zip/node_modules/ansi-regex/",
|
|
"packageDependencies": [
|
|
["ansi-regex", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/ansi-regex-npm-5.0.1-c963a48615-2aa4bb54ca.zip/node_modules/ansi-regex/",
|
|
"packageDependencies": [
|
|
["ansi-regex", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip/node_modules/ansi-regex/",
|
|
"packageDependencies": [
|
|
["ansi-regex", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ansi-styles", [
|
|
["npm:3.2.1", {
|
|
"packageLocation": "./.yarn/cache/ansi-styles-npm-3.2.1-8cb8107983-d85ade01c1.zip/node_modules/ansi-styles/",
|
|
"packageDependencies": [
|
|
["ansi-styles", "npm:3.2.1"],
|
|
["color-convert", "npm:1.9.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/ansi-styles-npm-4.3.0-245c7d42c7-513b44c3b2.zip/node_modules/ansi-styles/",
|
|
"packageDependencies": [
|
|
["ansi-styles", "npm:4.3.0"],
|
|
["color-convert", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/ansi-styles-npm-5.2.0-72fc7003e3-d7f4e97ce0.zip/node_modules/ansi-styles/",
|
|
"packageDependencies": [
|
|
["ansi-styles", "npm:5.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["antd", [
|
|
["npm:4.17.0-alpha.7", {
|
|
"packageLocation": "./.yarn/cache/antd-npm-4.17.0-alpha.7-36f28e1e98-6a76519a7f.zip/node_modules/antd/",
|
|
"packageDependencies": [
|
|
["antd", "npm:4.17.0-alpha.7"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.17.0-alpha.7", {
|
|
"packageLocation": "./.yarn/__virtual__/antd-virtual-c26a095169/0/cache/antd-npm-4.17.0-alpha.7-36f28e1e98-6a76519a7f.zip/node_modules/antd/",
|
|
"packageDependencies": [
|
|
["antd", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.17.0-alpha.7"],
|
|
["@ant-design/colors", "npm:6.0.0"],
|
|
["@ant-design/icons", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:4.7.0"],
|
|
["@ant-design/react-slick", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.28.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@ctrl/tinycolor", "npm:3.4.0"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["array-tree-filter", "npm:2.1.0"],
|
|
["classnames", "npm:2.3.1"],
|
|
["copy-to-clipboard", "npm:3.3.1"],
|
|
["lodash", "npm:4.17.21"],
|
|
["moment", "npm:2.29.1"],
|
|
["rc-cascader", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.1.2"],
|
|
["rc-checkbox", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.3.2"],
|
|
["rc-collapse", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.2"],
|
|
["rc-dialog", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:8.6.0"],
|
|
["rc-drawer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.4.2"],
|
|
["rc-dropdown", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.0"],
|
|
["rc-field-form", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.21.2"],
|
|
["rc-image", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.5"],
|
|
["rc-input-number", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.3.3"],
|
|
["rc-mentions", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.6.1"],
|
|
["rc-menu", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.0.14"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-notification", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.5.7"],
|
|
["rc-pagination", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.9"],
|
|
["rc-picker", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.5.19"],
|
|
["rc-progress", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.4"],
|
|
["rc-rate", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.9.1"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:13.1.0-alpha.0"],
|
|
["rc-slider", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.7.4"],
|
|
["rc-steps", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.1.4"],
|
|
["rc-switch", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.2"],
|
|
["rc-table", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.18.1"],
|
|
["rc-tabs", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:11.10.2"],
|
|
["rc-textarea", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.3.5"],
|
|
["rc-tooltip", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.1.1"],
|
|
["rc-tree", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.2"],
|
|
["rc-tree-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.6.1"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-upload", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.3.2"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["scroll-into-view-if-needed", "npm:2.2.28"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["any-promise", [
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/any-promise-npm-1.3.0-f34eeaa7e7-0ee8a9bdbe.zip/node_modules/any-promise/",
|
|
"packageDependencies": [
|
|
["any-promise", "npm:1.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["anymatch", [
|
|
["npm:3.1.2", {
|
|
"packageLocation": "./.yarn/cache/anymatch-npm-3.1.2-1d5471acfa-985163db22.zip/node_modules/anymatch/",
|
|
"packageDependencies": [
|
|
["anymatch", "npm:3.1.2"],
|
|
["normalize-path", "npm:3.0.0"],
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aproba", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/aproba-npm-1.2.0-34129f0778-0fca141966.zip/node_modules/aproba/",
|
|
"packageDependencies": [
|
|
["aproba", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/aproba-npm-2.0.0-8716bcfde6-5615cadcfb.zip/node_modules/aproba/",
|
|
"packageDependencies": [
|
|
["aproba", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["are-we-there-yet", [
|
|
["npm:1.1.7", {
|
|
"packageLocation": "./.yarn/cache/are-we-there-yet-npm-1.1.7-db9f39924e-70d251719c.zip/node_modules/are-we-there-yet/",
|
|
"packageDependencies": [
|
|
["are-we-there-yet", "npm:1.1.7"],
|
|
["delegates", "npm:1.0.0"],
|
|
["readable-stream", "npm:2.3.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["argparse", [
|
|
["npm:1.0.10", {
|
|
"packageLocation": "./.yarn/cache/argparse-npm-1.0.10-528934e59d-7ca6e45583.zip/node_modules/argparse/",
|
|
"packageDependencies": [
|
|
["argparse", "npm:1.0.10"],
|
|
["sprintf-js", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/argparse-npm-2.0.1-faff7999e6-83644b5649.zip/node_modules/argparse/",
|
|
"packageDependencies": [
|
|
["argparse", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aria-query", [
|
|
["npm:4.2.2", {
|
|
"packageLocation": "./.yarn/cache/aria-query-npm-4.2.2-e0c4f1a309-38401a9a40.zip/node_modules/aria-query/",
|
|
"packageDependencies": [
|
|
["aria-query", "npm:4.2.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@babel/runtime-corejs3", "npm:7.15.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/aria-query-npm-5.0.0-986fb11e0e-c41f98866c.zip/node_modules/aria-query/",
|
|
"packageDependencies": [
|
|
["aria-query", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array-differ", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/array-differ-npm-3.0.0-ddc0d89007-117edd9df5.zip/node_modules/array-differ/",
|
|
"packageDependencies": [
|
|
["array-differ", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array-ify", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/array-ify-npm-1.0.0-e09a371977-c0502015b3.zip/node_modules/array-ify/",
|
|
"packageDependencies": [
|
|
["array-ify", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array-includes", [
|
|
["npm:3.1.4", {
|
|
"packageLocation": "./.yarn/cache/array-includes-npm-3.1.4-79bb883109-69967c38c5.zip/node_modules/array-includes/",
|
|
"packageDependencies": [
|
|
["array-includes", "npm:3.1.4"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"],
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["is-string", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array-tree-filter", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/array-tree-filter-npm-2.1.0-54ba89ca90-ca65dbeb80.zip/node_modules/array-tree-filter/",
|
|
"packageDependencies": [
|
|
["array-tree-filter", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array-union", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/array-union-npm-2.1.0-4e4852b221-5bee12395c.zip/node_modules/array-union/",
|
|
"packageDependencies": [
|
|
["array-union", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array.prototype.flat", [
|
|
["npm:1.2.5", {
|
|
"packageLocation": "./.yarn/cache/array.prototype.flat-npm-1.2.5-6ee21996a1-9cc6414b11.zip/node_modules/array.prototype.flat/",
|
|
"packageDependencies": [
|
|
["array.prototype.flat", "npm:1.2.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["array.prototype.flatmap", [
|
|
["npm:1.2.5", {
|
|
"packageLocation": "./.yarn/cache/array.prototype.flatmap-npm-1.2.5-abee10cdd5-a14119a28e.zip/node_modules/array.prototype.flatmap/",
|
|
"packageDependencies": [
|
|
["array.prototype.flatmap", "npm:1.2.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["arrify", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/arrify-npm-1.0.1-affafba9fe-745075dd4a.zip/node_modules/arrify/",
|
|
"packageDependencies": [
|
|
["arrify", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/arrify-npm-2.0.1-38c408f77c-067c4c1afd.zip/node_modules/arrify/",
|
|
"packageDependencies": [
|
|
["arrify", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["asap", [
|
|
["npm:2.0.6", {
|
|
"packageLocation": "./.yarn/cache/asap-npm-2.0.6-36714d439d-b296c92c4b.zip/node_modules/asap/",
|
|
"packageDependencies": [
|
|
["asap", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["asn1", [
|
|
["npm:0.2.4", {
|
|
"packageLocation": "./.yarn/cache/asn1-npm-0.2.4-219dd49411-aa5d6f77b1.zip/node_modules/asn1/",
|
|
"packageDependencies": [
|
|
["asn1", "npm:0.2.4"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["asn1.js", [
|
|
["npm:5.4.1", {
|
|
"packageLocation": "./.yarn/cache/asn1.js-npm-5.4.1-37c7edbcb0-3786a101ac.zip/node_modules/asn1.js/",
|
|
"packageDependencies": [
|
|
["asn1.js", "npm:5.4.1"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimalistic-assert", "npm:1.0.1"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["assert", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/assert-npm-2.0.0-ef73bc19f5-bb91f181a8.zip/node_modules/assert/",
|
|
"packageDependencies": [
|
|
["assert", "npm:2.0.0"],
|
|
["es6-object-assign", "npm:1.1.0"],
|
|
["is-nan", "npm:1.3.2"],
|
|
["object-is", "npm:1.1.5"],
|
|
["util", "npm:0.12.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["assert-plus", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/assert-plus-npm-1.0.0-cac95ef098-19b4340cb8.zip/node_modules/assert-plus/",
|
|
"packageDependencies": [
|
|
["assert-plus", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ast-types-flow", [
|
|
["npm:0.0.7", {
|
|
"packageLocation": "./.yarn/cache/ast-types-flow-npm-0.0.7-7d32a3abf5-a26dcc2182.zip/node_modules/ast-types-flow/",
|
|
"packageDependencies": [
|
|
["ast-types-flow", "npm:0.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["async", [
|
|
["npm:2.6.3", {
|
|
"packageLocation": "./.yarn/cache/async-npm-2.6.3-2de4150248-5e5561ff8f.zip/node_modules/async/",
|
|
"packageDependencies": [
|
|
["async", "npm:2.6.3"],
|
|
["lodash", "npm:4.17.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["async-mutex", [
|
|
["npm:0.3.2", {
|
|
"packageLocation": "./.yarn/cache/async-mutex-npm-0.3.2-600f6c46a1-620b771dfd.zip/node_modules/async-mutex/",
|
|
"packageDependencies": [
|
|
["async-mutex", "npm:0.3.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["async-validator", [
|
|
["npm:4.0.7", {
|
|
"packageLocation": "./.yarn/cache/async-validator-npm-4.0.7-c351309693-c4a764fb7f.zip/node_modules/async-validator/",
|
|
"packageDependencies": [
|
|
["async-validator", "npm:4.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["asynckit", [
|
|
["npm:0.4.0", {
|
|
"packageLocation": "./.yarn/cache/asynckit-npm-0.4.0-c718858525-7b78c451df.zip/node_modules/asynckit/",
|
|
"packageDependencies": [
|
|
["asynckit", "npm:0.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["at-least-node", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/at-least-node-npm-1.0.0-2b36e661fa-463e2f8e43.zip/node_modules/at-least-node/",
|
|
"packageDependencies": [
|
|
["at-least-node", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["available-typed-arrays", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/available-typed-arrays-npm-1.0.5-88f321e4d3-20eb47b3ce.zip/node_modules/available-typed-arrays/",
|
|
"packageDependencies": [
|
|
["available-typed-arrays", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aws-sdk", [
|
|
["npm:2.1021.0", {
|
|
"packageLocation": "./.yarn/cache/aws-sdk-npm-2.1021.0-f9beab7d6f-057bb0cc75.zip/node_modules/aws-sdk/",
|
|
"packageDependencies": [
|
|
["aws-sdk", "npm:2.1021.0"],
|
|
["buffer", "npm:4.9.2"],
|
|
["events", "npm:1.1.1"],
|
|
["ieee754", "npm:1.1.13"],
|
|
["jmespath", "npm:0.15.0"],
|
|
["querystring", "npm:0.2.0"],
|
|
["sax", "npm:1.2.1"],
|
|
["url", "npm:0.10.3"],
|
|
["uuid", "npm:3.3.2"],
|
|
["xml2js", "npm:0.4.19"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aws-sign2", [
|
|
["npm:0.7.0", {
|
|
"packageLocation": "./.yarn/cache/aws-sign2-npm-0.7.0-656c6cb84d-b148b0bb07.zip/node_modules/aws-sign2/",
|
|
"packageDependencies": [
|
|
["aws-sign2", "npm:0.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["aws4", [
|
|
["npm:1.11.0", {
|
|
"packageLocation": "./.yarn/cache/aws4-npm-1.11.0-283476ad94-5a00d045fd.zip/node_modules/aws4/",
|
|
"packageDependencies": [
|
|
["aws4", "npm:1.11.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["axe-core", [
|
|
["npm:4.3.5", {
|
|
"packageLocation": "./.yarn/cache/axe-core-npm-4.3.5-ce6cf74293-973c6a80f0.zip/node_modules/axe-core/",
|
|
"packageDependencies": [
|
|
["axe-core", "npm:4.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["axios", [
|
|
["npm:0.21.4", {
|
|
"packageLocation": "./.yarn/cache/axios-npm-0.21.4-e278873748-44245f24ac.zip/node_modules/axios/",
|
|
"packageDependencies": [
|
|
["axios", "npm:0.21.4"],
|
|
["follow-redirects", "virtual:39e5c1e79ea63134f0cf339f4463df92854aaf708a45210afd29a0b4b9f67f95b34a1abbcabaae6d0033ad99a1d5f690ab51ed8e5d3283b87ccbc3a9ab3ec05f#npm:1.14.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.24.0", {
|
|
"packageLocation": "./.yarn/cache/axios-npm-0.24.0-39e5c1e79e-468cf496c0.zip/node_modules/axios/",
|
|
"packageDependencies": [
|
|
["axios", "npm:0.24.0"],
|
|
["follow-redirects", "virtual:39e5c1e79ea63134f0cf339f4463df92854aaf708a45210afd29a0b4b9f67f95b34a1abbcabaae6d0033ad99a1d5f690ab51ed8e5d3283b87ccbc3a9ab3ec05f#npm:1.14.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["axobject-query", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/axobject-query-npm-2.2.0-6553738f52-96b8c7d807.zip/node_modules/axobject-query/",
|
|
"packageDependencies": [
|
|
["axobject-query", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-jest", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/babel-jest-npm-27.3.1-7be86a2396-b0edc7ee34.zip/node_modules/babel-jest/",
|
|
"packageDependencies": [
|
|
["babel-jest", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:d2f7eb860a76977fd4be46c984eb8cc52d7ae99791635548c1ec7c27d8d4c2562d7beb72c525da88eefc2393a208b6d445489abd42088ac51523ba87071483db#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-jest-virtual-2ce0db0eb8/0/cache/babel-jest-npm-27.3.1-7be86a2396-b0edc7ee34.zip/node_modules/babel-jest/",
|
|
"packageDependencies": [
|
|
["babel-jest", "virtual:d2f7eb860a76977fd4be46c984eb8cc52d7ae99791635548c1ec7c27d8d4c2562d7beb72c525da88eefc2393a208b6d445489abd42088ac51523ba87071483db#npm:27.3.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/babel__core", "npm:7.1.16"],
|
|
["babel-plugin-istanbul", "npm:6.1.1"],
|
|
["babel-preset-jest", "virtual:2ce0db0eb856f26e31304cdf278162ed0c5c04aad945676a2c7d850879a6543394c4a31266f579256b4875ee8acc6f32443a5c1091a6e7231f82f619c8fb0d48#npm:27.2.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-dynamic-import-node", [
|
|
["npm:2.3.3", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-dynamic-import-node-npm-2.3.3-be081936a9-c9d24415bc.zip/node_modules/babel-plugin-dynamic-import-node/",
|
|
"packageDependencies": [
|
|
["babel-plugin-dynamic-import-node", "npm:2.3.3"],
|
|
["object.assign", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-istanbul", [
|
|
["npm:6.1.1", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-istanbul-npm-6.1.1-df824055e4-cb4fd95738.zip/node_modules/babel-plugin-istanbul/",
|
|
"packageDependencies": [
|
|
["babel-plugin-istanbul", "npm:6.1.1"],
|
|
["@babel/helper-plugin-utils", "npm:7.14.5"],
|
|
["@istanbuljs/load-nyc-config", "npm:1.1.0"],
|
|
["@istanbuljs/schema", "npm:0.1.3"],
|
|
["istanbul-lib-instrument", "npm:5.0.4"],
|
|
["test-exclude", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-jest-hoist", [
|
|
["npm:27.2.0", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-jest-hoist-npm-27.2.0-7c283fc87b-de6c19b546.zip/node_modules/babel-plugin-jest-hoist/",
|
|
"packageDependencies": [
|
|
["babel-plugin-jest-hoist", "npm:27.2.0"],
|
|
["@babel/template", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@types/babel__core", "npm:7.1.16"],
|
|
["@types/babel__traverse", "npm:7.14.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-macros", [
|
|
["npm:2.8.0", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-macros-npm-2.8.0-451367d7e7-59b09a21cf.zip/node_modules/babel-plugin-macros/",
|
|
"packageDependencies": [
|
|
["babel-plugin-macros", "npm:2.8.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["cosmiconfig", "npm:6.0.0"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-polyfill-corejs2", [
|
|
["npm:0.2.2", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-polyfill-corejs2-npm-0.2.2-0c748aafdb-eee45ecce7.zip/node_modules/babel-plugin-polyfill-corejs2/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-corejs2", "npm:0.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs2-virtual-7fa08d5897/0/cache/babel-plugin-polyfill-corejs2-npm-0.2.2-0c748aafdb-eee45ecce7.zip/node_modules/babel-plugin-polyfill-corejs2/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-corejs2", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2"],
|
|
["@babel/compat-data", "npm:7.15.0"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-define-polyfill-provider", "virtual:7fa08d5897524f8f758d7352bfcd3934ac5a5dfe7d284d858d8ee5d41d6834191ef969ef840e3f67416e9cddc27cc55b485977497ddb84557cd2e0460b587a49#npm:0.2.3"],
|
|
["@types/babel__core", null],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-polyfill-corejs3", [
|
|
["npm:0.2.5", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.2.5-eb1d14dee5-7d464001f6.zip/node_modules/babel-plugin-polyfill-corejs3/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-corejs3", "npm:0.2.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.5", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs3-virtual-79384b8535/0/cache/babel-plugin-polyfill-corejs3-npm-0.2.5-eb1d14dee5-7d464001f6.zip/node_modules/babel-plugin-polyfill-corejs3/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-corejs3", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.5"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-define-polyfill-provider", "virtual:7fa08d5897524f8f758d7352bfcd3934ac5a5dfe7d284d858d8ee5d41d6834191ef969ef840e3f67416e9cddc27cc55b485977497ddb84557cd2e0460b587a49#npm:0.2.3"],
|
|
["@types/babel__core", null],
|
|
["core-js-compat", "npm:3.19.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-plugin-polyfill-regenerator", [
|
|
["npm:0.2.2", {
|
|
"packageLocation": "./.yarn/cache/babel-plugin-polyfill-regenerator-npm-0.2.2-94b5595016-3e32e318fd.zip/node_modules/babel-plugin-polyfill-regenerator/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-regenerator", "npm:0.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-regenerator-virtual-c111111499/0/cache/babel-plugin-polyfill-regenerator-npm-0.2.2-94b5595016-3e32e318fd.zip/node_modules/babel-plugin-polyfill-regenerator/",
|
|
"packageDependencies": [
|
|
["babel-plugin-polyfill-regenerator", "virtual:9b0b7ea21e4c2600883aa04d1bae3e8613a665a4993622ac649c2243cb04487438513566fd6c4c50b46cbb534bb69e36a2704b25121b0b7e78093fc0ddd1dbb6#npm:0.2.2"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/helper-define-polyfill-provider", "virtual:7fa08d5897524f8f758d7352bfcd3934ac5a5dfe7d284d858d8ee5d41d6834191ef969ef840e3f67416e9cddc27cc55b485977497ddb84557cd2e0460b587a49#npm:0.2.3"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-preset-current-node-syntax", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-d118c27424.zip/node_modules/babel-preset-current-node-syntax/",
|
|
"packageDependencies": [
|
|
["babel-preset-current-node-syntax", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:49fd264d5166a9107dd518bf9be90043306dbdf86627926f0649b64300833fd00c32362f129c1f0919a594f66717fbdb7a08dae1b5f0a1d016eba91605df5c7b#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-preset-current-node-syntax-virtual-c74cafd554/0/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-d118c27424.zip/node_modules/babel-preset-current-node-syntax/",
|
|
"packageDependencies": [
|
|
["babel-preset-current-node-syntax", "virtual:49fd264d5166a9107dd518bf9be90043306dbdf86627926f0649b64300833fd00c32362f129c1f0919a594f66717fbdb7a08dae1b5f0a1d016eba91605df5c7b#npm:1.0.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/plugin-syntax-async-generators", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.4"],
|
|
["@babel/plugin-syntax-bigint", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-class-properties", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.12.13"],
|
|
["@babel/plugin-syntax-import-meta", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/plugin-syntax-json-strings", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.10.4"],
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.8.3"],
|
|
["@babel/plugin-syntax-top-level-await", "virtual:c74cafd5543211a1e29cb5b8da6c0eaca674000febc08174b38eea8876ecf3509003c11c5450b8b0d5da616a907ebefd4ba5f683116e5dcf0a107e5e902ad527#npm:7.14.5"],
|
|
["@types/babel__core", "npm:7.1.16"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-preset-current-node-syntax-virtual-be270ea13b/0/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-d118c27424.zip/node_modules/babel-preset-current-node-syntax/",
|
|
"packageDependencies": [
|
|
["babel-preset-current-node-syntax", "virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:1.0.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/plugin-syntax-async-generators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.4"],
|
|
["@babel/plugin-syntax-bigint", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-class-properties", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.12.13"],
|
|
["@babel/plugin-syntax-import-meta", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/plugin-syntax-json-strings", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-logical-assignment-operators", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-numeric-separator", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.10.4"],
|
|
["@babel/plugin-syntax-object-rest-spread", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-catch-binding", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-optional-chaining", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.8.3"],
|
|
["@babel/plugin-syntax-top-level-await", "virtual:be270ea13bef7d4f393e839fda553dbe5d7c927b421cb24124619c0eeecec13ef867a86d53571f20fedc6553f8c2e79fa9787d3236c9a41a1f37ad4ea0343da9#npm:7.14.5"],
|
|
["@types/babel__core", null]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["babel-preset-jest", [
|
|
["npm:27.2.0", {
|
|
"packageLocation": "./.yarn/cache/babel-preset-jest-npm-27.2.0-c41a40dfbe-c484e6e7c6.zip/node_modules/babel-preset-jest/",
|
|
"packageDependencies": [
|
|
["babel-preset-jest", "npm:27.2.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:2ce0db0eb856f26e31304cdf278162ed0c5c04aad945676a2c7d850879a6543394c4a31266f579256b4875ee8acc6f32443a5c1091a6e7231f82f619c8fb0d48#npm:27.2.0", {
|
|
"packageLocation": "./.yarn/__virtual__/babel-preset-jest-virtual-49fd264d51/0/cache/babel-preset-jest-npm-27.2.0-c41a40dfbe-c484e6e7c6.zip/node_modules/babel-preset-jest/",
|
|
"packageDependencies": [
|
|
["babel-preset-jest", "virtual:2ce0db0eb856f26e31304cdf278162ed0c5c04aad945676a2c7d850879a6543394c4a31266f579256b4875ee8acc6f32443a5c1091a6e7231f82f619c8fb0d48#npm:27.2.0"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@types/babel__core", "npm:7.1.16"],
|
|
["babel-plugin-jest-hoist", "npm:27.2.0"],
|
|
["babel-preset-current-node-syntax", "virtual:49fd264d5166a9107dd518bf9be90043306dbdf86627926f0649b64300833fd00c32362f129c1f0919a594f66717fbdb7a08dae1b5f0a1d016eba91605df5c7b#npm:1.0.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bail", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/bail-npm-2.0.2-42130cb251-aab4e8ccdc.zip/node_modules/bail/",
|
|
"packageDependencies": [
|
|
["bail", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["balanced-match", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/balanced-match-npm-1.0.2-a53c126459-9706c088a2.zip/node_modules/balanced-match/",
|
|
"packageDependencies": [
|
|
["balanced-match", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["base64-js", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/base64-js-npm-1.5.1-b2f7275641-669632eb37.zip/node_modules/base64-js/",
|
|
"packageDependencies": [
|
|
["base64-js", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bcrypt-pbkdf", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/bcrypt-pbkdf-npm-1.0.2-80db8b16ed-4edfc9fe7d.zip/node_modules/bcrypt-pbkdf/",
|
|
"packageDependencies": [
|
|
["bcrypt-pbkdf", "npm:1.0.2"],
|
|
["tweetnacl", "npm:0.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["before-after-hook", [
|
|
["npm:2.2.2", {
|
|
"packageLocation": "./.yarn/cache/before-after-hook-npm-2.2.2-b463f0552f-dc2e1ffe38.zip/node_modules/before-after-hook/",
|
|
"packageDependencies": [
|
|
["before-after-hook", "npm:2.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["big.js", [
|
|
["npm:5.2.2", {
|
|
"packageLocation": "./.yarn/cache/big.js-npm-5.2.2-e147c30820-b89b6e8419.zip/node_modules/big.js/",
|
|
"packageDependencies": [
|
|
["big.js", "npm:5.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bignumber.js", [
|
|
["npm:9.0.0", {
|
|
"packageLocation": "./.yarn/cache/bignumber.js-npm-9.0.0-ce190bcd7c-51f37890bc.zip/node_modules/bignumber.js/",
|
|
"packageDependencies": [
|
|
["bignumber.js", "npm:9.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.0.1", {
|
|
"packageLocation": "./.yarn/cache/bignumber.js-npm-9.0.1-270d0c8a55-6e72f6069d.zip/node_modules/bignumber.js/",
|
|
"packageDependencies": [
|
|
["bignumber.js", "npm:9.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["binary-extensions", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/binary-extensions-npm-2.2.0-180c33fec7-ccd267956c.zip/node_modules/binary-extensions/",
|
|
"packageDependencies": [
|
|
["binary-extensions", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bl", [
|
|
["npm:1.2.3", {
|
|
"packageLocation": "./.yarn/cache/bl-npm-1.2.3-49c4213ca5-123f097989.zip/node_modules/bl/",
|
|
"packageDependencies": [
|
|
["bl", "npm:1.2.3"],
|
|
["readable-stream", "npm:2.3.7"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.1", {
|
|
"packageLocation": "./.yarn/cache/bl-npm-2.2.1-f294e1ea12-4f5d9b2589.zip/node_modules/bl/",
|
|
"packageDependencies": [
|
|
["bl", "npm:2.2.1"],
|
|
["readable-stream", "npm:2.3.7"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/bl-npm-4.1.0-7f94cdcf3f-9e8521fa7e.zip/node_modules/bl/",
|
|
"packageDependencies": [
|
|
["bl", "npm:4.1.0"],
|
|
["buffer", "npm:5.7.1"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/bl-npm-5.0.0-cd18f87fd8-5dbbcf9cbc.zip/node_modules/bl/",
|
|
"packageDependencies": [
|
|
["bl", "npm:5.0.0"],
|
|
["buffer", "npm:6.0.3"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["block-stream", [
|
|
["npm:0.0.9", {
|
|
"packageLocation": "./.yarn/cache/block-stream-npm-0.0.9-ce3ced9c02-72733cbb81.zip/node_modules/block-stream/",
|
|
"packageDependencies": [
|
|
["block-stream", "npm:0.0.9"],
|
|
["inherits", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bn.js", [
|
|
["npm:4.12.0", {
|
|
"packageLocation": "./.yarn/cache/bn.js-npm-4.12.0-3ec6c884f6-39afb4f15f.zip/node_modules/bn.js/",
|
|
"packageDependencies": [
|
|
["bn.js", "npm:4.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/bn.js-npm-5.2.0-11748c0b07-6117170393.zip/node_modules/bn.js/",
|
|
"packageDependencies": [
|
|
["bn.js", "npm:5.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["brace-expansion", [
|
|
["npm:1.1.11", {
|
|
"packageLocation": "./.yarn/cache/brace-expansion-npm-1.1.11-fb95eb05ad-faf34a7bb0.zip/node_modules/brace-expansion/",
|
|
"packageDependencies": [
|
|
["brace-expansion", "npm:1.1.11"],
|
|
["balanced-match", "npm:1.0.2"],
|
|
["concat-map", "npm:0.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["braces", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/braces-npm-3.0.2-782240b28a-e2a8e769a8.zip/node_modules/braces/",
|
|
"packageDependencies": [
|
|
["braces", "npm:3.0.2"],
|
|
["fill-range", "npm:7.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["brorand", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/brorand-npm-1.1.0-ea86634c4b-8a05c9f3c4.zip/node_modules/brorand/",
|
|
"packageDependencies": [
|
|
["brorand", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browser-process-hrtime", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/browser-process-hrtime-npm-1.0.0-db700805c2-e30f868cdb.zip/node_modules/browser-process-hrtime/",
|
|
"packageDependencies": [
|
|
["browser-process-hrtime", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-aes", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/browserify-aes-npm-1.2.0-2ad4aeefbe-4a17c3eb55.zip/node_modules/browserify-aes/",
|
|
"packageDependencies": [
|
|
["browserify-aes", "npm:1.2.0"],
|
|
["buffer-xor", "npm:1.0.3"],
|
|
["cipher-base", "npm:1.0.4"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["evp_bytestokey", "npm:1.0.3"],
|
|
["inherits", "npm:2.0.4"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-cipher", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/browserify-cipher-npm-1.0.1-e00d75c093-2d8500acf1.zip/node_modules/browserify-cipher/",
|
|
"packageDependencies": [
|
|
["browserify-cipher", "npm:1.0.1"],
|
|
["browserify-aes", "npm:1.2.0"],
|
|
["browserify-des", "npm:1.0.2"],
|
|
["evp_bytestokey", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-des", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/browserify-des-npm-1.0.2-5d04e0cde2-b15a3e358a.zip/node_modules/browserify-des/",
|
|
"packageDependencies": [
|
|
["browserify-des", "npm:1.0.2"],
|
|
["cipher-base", "npm:1.0.4"],
|
|
["des.js", "npm:1.0.1"],
|
|
["inherits", "npm:2.0.4"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-rsa", [
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/browserify-rsa-npm-4.1.0-2a224a51bc-155f0c1358.zip/node_modules/browserify-rsa/",
|
|
"packageDependencies": [
|
|
["browserify-rsa", "npm:4.1.0"],
|
|
["bn.js", "npm:5.2.0"],
|
|
["randombytes", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-sign", [
|
|
["npm:4.2.1", {
|
|
"packageLocation": "./.yarn/cache/browserify-sign-npm-4.2.1-9a8530ca87-0221f190e3.zip/node_modules/browserify-sign/",
|
|
"packageDependencies": [
|
|
["browserify-sign", "npm:4.2.1"],
|
|
["bn.js", "npm:5.2.0"],
|
|
["browserify-rsa", "npm:4.1.0"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["create-hmac", "npm:1.1.7"],
|
|
["elliptic", "npm:6.5.4"],
|
|
["inherits", "npm:2.0.4"],
|
|
["parse-asn1", "npm:5.1.6"],
|
|
["readable-stream", "npm:3.6.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserify-zlib", [
|
|
["npm:0.2.0", {
|
|
"packageLocation": "./.yarn/cache/browserify-zlib-npm-0.2.0-eab4087284-5cd9d6a665.zip/node_modules/browserify-zlib/",
|
|
"packageDependencies": [
|
|
["browserify-zlib", "npm:0.2.0"],
|
|
["pako", "npm:1.0.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["browserslist", [
|
|
["npm:4.16.6", {
|
|
"packageLocation": "./.yarn/cache/browserslist-npm-4.16.6-a20cef1ca7-3dffc86892.zip/node_modules/browserslist/",
|
|
"packageDependencies": [
|
|
["browserslist", "npm:4.16.6"],
|
|
["caniuse-lite", "npm:1.0.30001279"],
|
|
["colorette", "npm:1.4.0"],
|
|
["electron-to-chromium", "npm:1.3.892"],
|
|
["escalade", "npm:3.1.1"],
|
|
["node-releases", "npm:1.1.77"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.17.5", {
|
|
"packageLocation": "./.yarn/cache/browserslist-npm-4.17.5-52ced5f3ad-0a1d762305.zip/node_modules/browserslist/",
|
|
"packageDependencies": [
|
|
["browserslist", "npm:4.17.5"],
|
|
["caniuse-lite", "npm:1.0.30001271"],
|
|
["electron-to-chromium", "npm:1.3.879"],
|
|
["escalade", "npm:3.1.1"],
|
|
["node-releases", "npm:2.0.1"],
|
|
["picocolors", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bser", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/bser-npm-2.1.1-cc902055ce-9ba4dc58ce.zip/node_modules/bser/",
|
|
"packageDependencies": [
|
|
["bser", "npm:2.1.1"],
|
|
["node-int64", "npm:0.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bson", [
|
|
["npm:1.1.6", {
|
|
"packageLocation": "./.yarn/cache/bson-npm-1.1.6-071be5c52e-75762c9b7e.zip/node_modules/bson/",
|
|
"packageDependencies": [
|
|
["bson", "npm:1.1.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer", [
|
|
["npm:4.9.2", {
|
|
"packageLocation": "./.yarn/cache/buffer-npm-4.9.2-9e40b5e87a-8801bc1ba0.zip/node_modules/buffer/",
|
|
"packageDependencies": [
|
|
["buffer", "npm:4.9.2"],
|
|
["base64-js", "npm:1.5.1"],
|
|
["ieee754", "npm:1.2.1"],
|
|
["isarray", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.6.0", {
|
|
"packageLocation": "./.yarn/cache/buffer-npm-5.6.0-e1494693bf-d659494c50.zip/node_modules/buffer/",
|
|
"packageDependencies": [
|
|
["buffer", "npm:5.6.0"],
|
|
["base64-js", "npm:1.5.1"],
|
|
["ieee754", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.7.1", {
|
|
"packageLocation": "./.yarn/cache/buffer-npm-5.7.1-513ef8259e-e2cf8429e1.zip/node_modules/buffer/",
|
|
"packageDependencies": [
|
|
["buffer", "npm:5.7.1"],
|
|
["base64-js", "npm:1.5.1"],
|
|
["ieee754", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.3", {
|
|
"packageLocation": "./.yarn/cache/buffer-npm-6.0.3-cd90dfedfe-5ad23293d9.zip/node_modules/buffer/",
|
|
"packageDependencies": [
|
|
["buffer", "npm:6.0.3"],
|
|
["base64-js", "npm:1.5.1"],
|
|
["ieee754", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-alloc", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/buffer-alloc-npm-1.2.0-388beee0c7-560cd27f3c.zip/node_modules/buffer-alloc/",
|
|
"packageDependencies": [
|
|
["buffer-alloc", "npm:1.2.0"],
|
|
["buffer-alloc-unsafe", "npm:1.1.0"],
|
|
["buffer-fill", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-alloc-unsafe", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/buffer-alloc-unsafe-npm-1.1.0-b5d7ccb44c-c5e18bf51f.zip/node_modules/buffer-alloc-unsafe/",
|
|
"packageDependencies": [
|
|
["buffer-alloc-unsafe", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-crc32", [
|
|
["npm:0.2.13", {
|
|
"packageLocation": "./.yarn/cache/buffer-crc32-npm-0.2.13-c4b6fceac1-06252347ae.zip/node_modules/buffer-crc32/",
|
|
"packageDependencies": [
|
|
["buffer-crc32", "npm:0.2.13"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-equal-constant-time", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/buffer-equal-constant-time-npm-1.0.1-41826f3419-80bb945f5d.zip/node_modules/buffer-equal-constant-time/",
|
|
"packageDependencies": [
|
|
["buffer-equal-constant-time", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-fill", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/buffer-fill-npm-1.0.0-915809118a-c29b4723dd.zip/node_modules/buffer-fill/",
|
|
"packageDependencies": [
|
|
["buffer-fill", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-from", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/buffer-from-npm-1.1.2-03d2f20d7e-0448524a56.zip/node_modules/buffer-from/",
|
|
"packageDependencies": [
|
|
["buffer-from", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-writer", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/buffer-writer-npm-2.0.0-5cd2ef55bc-11736b48bb.zip/node_modules/buffer-writer/",
|
|
"packageDependencies": [
|
|
["buffer-writer", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["buffer-xor", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/buffer-xor-npm-1.0.3-56bb81b0dd-10c520df29.zip/node_modules/buffer-xor/",
|
|
"packageDependencies": [
|
|
["buffer-xor", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["builtin-status-codes", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/builtin-status-codes-npm-3.0.0-e376b0580b-1119429cf4.zip/node_modules/builtin-status-codes/",
|
|
"packageDependencies": [
|
|
["builtin-status-codes", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["builtins", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/builtins-npm-1.0.3-f09d2d57f2-47ce94f7ee.zip/node_modules/builtins/",
|
|
"packageDependencies": [
|
|
["builtins", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["byline", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/byline-npm-5.0.0-dde6edb7d9-737ca83e8e.zip/node_modules/byline/",
|
|
"packageDependencies": [
|
|
["byline", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["byte-size", [
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/byte-size-npm-7.0.1-cda9f76d28-6791663a6d.zip/node_modules/byte-size/",
|
|
"packageDependencies": [
|
|
["byte-size", "npm:7.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["bytes", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/bytes-npm-3.1.0-19c5b15405-7c3b21c5d9.zip/node_modules/bytes/",
|
|
"packageDependencies": [
|
|
["bytes", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cacache", [
|
|
["npm:15.3.0", {
|
|
"packageLocation": "./.yarn/cache/cacache-npm-15.3.0-a7e5239c6a-a07327c27a.zip/node_modules/cacache/",
|
|
"packageDependencies": [
|
|
["cacache", "npm:15.3.0"],
|
|
["@npmcli/fs", "npm:1.0.0"],
|
|
["@npmcli/move-file", "npm:1.1.2"],
|
|
["chownr", "npm:2.0.0"],
|
|
["fs-minipass", "npm:2.1.0"],
|
|
["glob", "npm:7.2.0"],
|
|
["infer-owner", "npm:1.0.4"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-collect", "npm:1.0.2"],
|
|
["minipass-flush", "npm:1.0.5"],
|
|
["minipass-pipeline", "npm:1.2.4"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["p-map", "npm:4.0.0"],
|
|
["promise-inflight", "virtual:b85bc3f444ffaf1ed05d97da5b876360753cc42baad9edde6f8dfa4ddd18626276fd2905a01d195754cbea1c14bf81b5ad60fc333b9e366358ec67cbe0379524#npm:1.0.1"],
|
|
["rimraf", "npm:3.0.2"],
|
|
["ssri", "npm:8.0.1"],
|
|
["tar", "npm:6.1.11"],
|
|
["unique-filename", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cacheable-lookup", [
|
|
["npm:5.0.4", {
|
|
"packageLocation": "./.yarn/cache/cacheable-lookup-npm-5.0.4-8f13e8b44b-763e02cf91.zip/node_modules/cacheable-lookup/",
|
|
"packageDependencies": [
|
|
["cacheable-lookup", "npm:5.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cacheable-request", [
|
|
["npm:7.0.2", {
|
|
"packageLocation": "./.yarn/cache/cacheable-request-npm-7.0.2-e64cc641fc-6152813982.zip/node_modules/cacheable-request/",
|
|
"packageDependencies": [
|
|
["cacheable-request", "npm:7.0.2"],
|
|
["clone-response", "npm:1.0.2"],
|
|
["get-stream", "npm:5.2.0"],
|
|
["http-cache-semantics", "npm:4.1.0"],
|
|
["keyv", "npm:4.0.3"],
|
|
["lowercase-keys", "npm:2.0.0"],
|
|
["normalize-url", "npm:6.1.0"],
|
|
["responselike", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["call-bind", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/call-bind-npm-1.0.2-c957124861-f8e31de9d1.zip/node_modules/call-bind/",
|
|
"packageDependencies": [
|
|
["call-bind", "npm:1.0.2"],
|
|
["function-bind", "npm:1.1.1"],
|
|
["get-intrinsic", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["callsites", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/callsites-npm-3.1.0-268f989910-072d17b6ab.zip/node_modules/callsites/",
|
|
"packageDependencies": [
|
|
["callsites", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["camel-case", [
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/camel-case-npm-4.1.2-082bf67a9a-bcbd25cd25.zip/node_modules/camel-case/",
|
|
"packageDependencies": [
|
|
["camel-case", "npm:4.1.2"],
|
|
["pascal-case", "npm:3.1.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["camelcase", [
|
|
["npm:5.3.1", {
|
|
"packageLocation": "./.yarn/cache/camelcase-npm-5.3.1-5db8af62c5-e6effce26b.zip/node_modules/camelcase/",
|
|
"packageDependencies": [
|
|
["camelcase", "npm:5.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.2.0", {
|
|
"packageLocation": "./.yarn/cache/camelcase-npm-6.2.0-69f8c130ac-8335cfd0ec.zip/node_modules/camelcase/",
|
|
"packageDependencies": [
|
|
["camelcase", "npm:6.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["camelcase-keys", [
|
|
["npm:6.2.2", {
|
|
"packageLocation": "./.yarn/cache/camelcase-keys-npm-6.2.2-d13777ec12-43c9af1adf.zip/node_modules/camelcase-keys/",
|
|
"packageDependencies": [
|
|
["camelcase-keys", "npm:6.2.2"],
|
|
["camelcase", "npm:5.3.1"],
|
|
["map-obj", "npm:4.3.0"],
|
|
["quick-lru", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["caniuse-lite", [
|
|
["npm:1.0.30001271", {
|
|
"packageLocation": "./.yarn/cache/caniuse-lite-npm-1.0.30001271-40ad299ce0-0271e234e1.zip/node_modules/caniuse-lite/",
|
|
"packageDependencies": [
|
|
["caniuse-lite", "npm:1.0.30001271"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.30001279", {
|
|
"packageLocation": "./.yarn/cache/caniuse-lite-npm-1.0.30001279-68db227148-c033057771.zip/node_modules/caniuse-lite/",
|
|
"packageDependencies": [
|
|
["caniuse-lite", "npm:1.0.30001279"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["capital-case", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/capital-case-npm-1.0.4-90f8a4641d-41fa8fa87f.zip/node_modules/capital-case/",
|
|
"packageDependencies": [
|
|
["capital-case", "npm:1.0.4"],
|
|
["no-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"],
|
|
["upper-case-first", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["caseless", [
|
|
["npm:0.12.0", {
|
|
"packageLocation": "./.yarn/cache/caseless-npm-0.12.0-e83bc5df83-b43bd4c440.zip/node_modules/caseless/",
|
|
"packageDependencies": [
|
|
["caseless", "npm:0.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ccount", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/ccount-npm-2.0.1-f4b7827860-48193dada5.zip/node_modules/ccount/",
|
|
"packageDependencies": [
|
|
["ccount", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["chalk", [
|
|
["npm:2.4.2", {
|
|
"packageLocation": "./.yarn/cache/chalk-npm-2.4.2-3ea16dd91e-ec3661d38f.zip/node_modules/chalk/",
|
|
"packageDependencies": [
|
|
["chalk", "npm:2.4.2"],
|
|
["ansi-styles", "npm:3.2.1"],
|
|
["escape-string-regexp", "npm:1.0.5"],
|
|
["supports-color", "npm:5.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/chalk-npm-3.0.0-e813208025-8e3ddf3981.zip/node_modules/chalk/",
|
|
"packageDependencies": [
|
|
["chalk", "npm:3.0.0"],
|
|
["ansi-styles", "npm:4.3.0"],
|
|
["supports-color", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/chalk-npm-4.0.0-50e5418ea0-a9580afd4a.zip/node_modules/chalk/",
|
|
"packageDependencies": [
|
|
["chalk", "npm:4.0.0"],
|
|
["ansi-styles", "npm:4.3.0"],
|
|
["supports-color", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/chalk-npm-4.1.2-ba8b67ab80-fe75c9d5c7.zip/node_modules/chalk/",
|
|
"packageDependencies": [
|
|
["chalk", "npm:4.1.2"],
|
|
["ansi-styles", "npm:4.3.0"],
|
|
["supports-color", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["change-case", [
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/change-case-npm-4.1.2-9c42f72b39-e4bc4a093a.zip/node_modules/change-case/",
|
|
"packageDependencies": [
|
|
["change-case", "npm:4.1.2"],
|
|
["camel-case", "npm:4.1.2"],
|
|
["capital-case", "npm:1.0.4"],
|
|
["constant-case", "npm:3.0.4"],
|
|
["dot-case", "npm:3.0.4"],
|
|
["header-case", "npm:2.0.4"],
|
|
["no-case", "npm:3.0.4"],
|
|
["param-case", "npm:3.0.4"],
|
|
["pascal-case", "npm:3.1.2"],
|
|
["path-case", "npm:3.0.4"],
|
|
["sentence-case", "npm:3.0.4"],
|
|
["snake-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["char-regex", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/char-regex-npm-1.0.2-ecade5f97f-b563e4b603.zip/node_modules/char-regex/",
|
|
"packageDependencies": [
|
|
["char-regex", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["character-entities", [
|
|
["npm:1.2.4", {
|
|
"packageLocation": "./.yarn/cache/character-entities-npm-1.2.4-a5c359383c-e154571657.zip/node_modules/character-entities/",
|
|
"packageDependencies": [
|
|
["character-entities", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/character-entities-npm-2.0.1-80110fc43a-1165064dbe.zip/node_modules/character-entities/",
|
|
"packageDependencies": [
|
|
["character-entities", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["character-entities-legacy", [
|
|
["npm:1.1.4", {
|
|
"packageLocation": "./.yarn/cache/character-entities-legacy-npm-1.1.4-e3e7c8ee55-fe03a82c15.zip/node_modules/character-entities-legacy/",
|
|
"packageDependencies": [
|
|
["character-entities-legacy", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["character-reference-invalid", [
|
|
["npm:1.1.4", {
|
|
"packageLocation": "./.yarn/cache/character-reference-invalid-npm-1.1.4-e5e17a1a38-20274574c7.zip/node_modules/character-reference-invalid/",
|
|
"packageDependencies": [
|
|
["character-reference-invalid", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["chardet", [
|
|
["npm:0.7.0", {
|
|
"packageLocation": "./.yarn/cache/chardet-npm-0.7.0-27933dd6c7-6fd5da1f5d.zip/node_modules/chardet/",
|
|
"packageDependencies": [
|
|
["chardet", "npm:0.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["chevrotain", [
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/chevrotain-npm-9.1.0-9280f9d77f-632d0d7c69.zip/node_modules/chevrotain/",
|
|
"packageDependencies": [
|
|
["chevrotain", "npm:9.1.0"],
|
|
["@chevrotain/types", "npm:9.1.0"],
|
|
["@chevrotain/utils", "npm:9.1.0"],
|
|
["regexp-to-ast", "npm:0.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["chokidar", [
|
|
["npm:3.5.1", {
|
|
"packageLocation": "./.yarn/cache/chokidar-npm-3.5.1-205217279e-b7774e6e3a.zip/node_modules/chokidar/",
|
|
"packageDependencies": [
|
|
["chokidar", "npm:3.5.1"],
|
|
["anymatch", "npm:3.1.2"],
|
|
["braces", "npm:3.0.2"],
|
|
["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"],
|
|
["glob-parent", "npm:5.1.2"],
|
|
["is-binary-path", "npm:2.1.0"],
|
|
["is-glob", "npm:4.0.3"],
|
|
["normalize-path", "npm:3.0.0"],
|
|
["readdirp", "npm:3.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.5.2", {
|
|
"packageLocation": "./.yarn/cache/chokidar-npm-3.5.2-6752340fec-d1fda32fcd.zip/node_modules/chokidar/",
|
|
"packageDependencies": [
|
|
["chokidar", "npm:3.5.2"],
|
|
["anymatch", "npm:3.1.2"],
|
|
["braces", "npm:3.0.2"],
|
|
["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"],
|
|
["glob-parent", "npm:5.1.2"],
|
|
["is-binary-path", "npm:2.1.0"],
|
|
["is-glob", "npm:4.0.3"],
|
|
["normalize-path", "npm:3.0.0"],
|
|
["readdirp", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["chownr", [
|
|
["npm:1.1.4", {
|
|
"packageLocation": "./.yarn/cache/chownr-npm-1.1.4-5bd400ab08-115648f8eb.zip/node_modules/chownr/",
|
|
"packageDependencies": [
|
|
["chownr", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/chownr-npm-2.0.0-638f1c9c61-c57cf9dd07.zip/node_modules/chownr/",
|
|
"packageDependencies": [
|
|
["chownr", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ci-info", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/ci-info-npm-2.0.0-78012236a1-3b374666a8.zip/node_modules/ci-info/",
|
|
"packageDependencies": [
|
|
["ci-info", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/ci-info-npm-3.2.0-90f4cf0660-c68995a94e.zip/node_modules/ci-info/",
|
|
"packageDependencies": [
|
|
["ci-info", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cipher-base", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/cipher-base-npm-1.0.4-2e98b97140-47d3568dbc.zip/node_modules/cipher-base/",
|
|
"packageDependencies": [
|
|
["cipher-base", "npm:1.0.4"],
|
|
["inherits", "npm:2.0.4"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cjs-module-lexer", [
|
|
["npm:1.2.2", {
|
|
"packageLocation": "./.yarn/cache/cjs-module-lexer-npm-1.2.2-473ce063ea-977f3f042b.zip/node_modules/cjs-module-lexer/",
|
|
"packageDependencies": [
|
|
["cjs-module-lexer", "npm:1.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["classnames", [
|
|
["npm:2.2.6", {
|
|
"packageLocation": "./.yarn/cache/classnames-npm-2.2.6-98e9901cf4-09a4fda780.zip/node_modules/classnames/",
|
|
"packageDependencies": [
|
|
["classnames", "npm:2.2.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/classnames-npm-2.3.1-f2ae0a8d3c-14db8889d5.zip/node_modules/classnames/",
|
|
"packageDependencies": [
|
|
["classnames", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["clean-stack", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/clean-stack-npm-2.2.0-a8ce435a5c-2ac8cd2b2f.zip/node_modules/clean-stack/",
|
|
"packageDependencies": [
|
|
["clean-stack", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cli-cursor", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/cli-cursor-npm-3.1.0-fee1e46b5e-2692784c6c.zip/node_modules/cli-cursor/",
|
|
"packageDependencies": [
|
|
["cli-cursor", "npm:3.1.0"],
|
|
["restore-cursor", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/cli-cursor-npm-4.0.0-08e7cbaf41-ab3f3ea207.zip/node_modules/cli-cursor/",
|
|
"packageDependencies": [
|
|
["cli-cursor", "npm:4.0.0"],
|
|
["restore-cursor", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cli-spinners", [
|
|
["npm:2.6.1", {
|
|
"packageLocation": "./.yarn/cache/cli-spinners-npm-2.6.1-33ce2bad0f-423409baaa.zip/node_modules/cli-spinners/",
|
|
"packageDependencies": [
|
|
["cli-spinners", "npm:2.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cli-width", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/cli-width-npm-3.0.0-387b3f68f9-4c94af3769.zip/node_modules/cli-width/",
|
|
"packageDependencies": [
|
|
["cli-width", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["clipanion", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/clipanion-npm-3.1.0-ced87dbbea-bf350082e8.zip/node_modules/clipanion/",
|
|
"packageDependencies": [
|
|
["clipanion", "npm:3.1.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:11e49090eef2ab4a7d256d57407eff59125c10a45a2c4a95d4b4eed662e01c6bb0b545ee238f4cce0100c8d2885c1a88c24bcf184f4baba2c58b80f525a4f6ab#npm:3.1.0", {
|
|
"packageLocation": "./.yarn/__virtual__/clipanion-virtual-f094adc138/0/cache/clipanion-npm-3.1.0-ced87dbbea-bf350082e8.zip/node_modules/clipanion/",
|
|
"packageDependencies": [
|
|
["clipanion", "virtual:11e49090eef2ab4a7d256d57407eff59125c10a45a2c4a95d4b4eed662e01c6bb0b545ee238f4cce0100c8d2885c1a88c24bcf184f4baba2c58b80f525a4f6ab#npm:3.1.0"],
|
|
["@types/typanion", null],
|
|
["typanion", "npm:3.7.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/typanion"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cliui", [
|
|
["npm:7.0.4", {
|
|
"packageLocation": "./.yarn/cache/cliui-npm-7.0.4-d6b8a9edb6-ce2e8f578a.zip/node_modules/cliui/",
|
|
"packageDependencies": [
|
|
["cliui", "npm:7.0.4"],
|
|
["string-width", "npm:4.2.3"],
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["wrap-ansi", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["clone", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/clone-npm-1.0.4-a610fcbcf9-d06418b733.zip/node_modules/clone/",
|
|
"packageDependencies": [
|
|
["clone", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["clone-deep", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/clone-deep-npm-4.0.1-70adab92c8-770f912fe4.zip/node_modules/clone-deep/",
|
|
"packageDependencies": [
|
|
["clone-deep", "npm:4.0.1"],
|
|
["is-plain-object", "npm:2.0.4"],
|
|
["kind-of", "npm:6.0.3"],
|
|
["shallow-clone", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["clone-response", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/clone-response-npm-1.0.2-135ae8239d-2d0e61547f.zip/node_modules/clone-response/",
|
|
"packageDependencies": [
|
|
["clone-response", "npm:1.0.2"],
|
|
["mimic-response", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cluster-key-slot", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/cluster-key-slot-npm-1.1.0-c895b3234e-fc953c7520.zip/node_modules/cluster-key-slot/",
|
|
"packageDependencies": [
|
|
["cluster-key-slot", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cmd-shim", [
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/cmd-shim-npm-4.1.0-018e70f153-d25bb57a8a.zip/node_modules/cmd-shim/",
|
|
"packageDependencies": [
|
|
["cmd-shim", "npm:4.1.0"],
|
|
["mkdirp-infer-owner", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["co", [
|
|
["npm:4.6.0", {
|
|
"packageLocation": "./.yarn/cache/co-npm-4.6.0-03f2d1feb6-5210d92230.zip/node_modules/co/",
|
|
"packageDependencies": [
|
|
["co", "npm:4.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["code-point-at", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/code-point-at-npm-1.1.0-37de5fe566-17d5666611.zip/node_modules/code-point-at/",
|
|
"packageDependencies": [
|
|
["code-point-at", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["collect-v8-coverage", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/collect-v8-coverage-npm-1.0.1-39dec86bad-4efe0a1fcc.zip/node_modules/collect-v8-coverage/",
|
|
"packageDependencies": [
|
|
["collect-v8-coverage", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["color-convert", [
|
|
["npm:1.9.3", {
|
|
"packageLocation": "./.yarn/cache/color-convert-npm-1.9.3-1fe690075e-fd7a64a17c.zip/node_modules/color-convert/",
|
|
"packageDependencies": [
|
|
["color-convert", "npm:1.9.3"],
|
|
["color-name", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/color-convert-npm-2.0.1-79730e935b-79e6bdb9fd.zip/node_modules/color-convert/",
|
|
"packageDependencies": [
|
|
["color-convert", "npm:2.0.1"],
|
|
["color-name", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["color-name", [
|
|
["npm:1.1.3", {
|
|
"packageLocation": "./.yarn/cache/color-name-npm-1.1.3-728b7b5d39-09c5d3e33d.zip/node_modules/color-name/",
|
|
"packageDependencies": [
|
|
["color-name", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.1.4", {
|
|
"packageLocation": "./.yarn/cache/color-name-npm-1.1.4-025792b0ea-b044585952.zip/node_modules/color-name/",
|
|
"packageDependencies": [
|
|
["color-name", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["colorette", [
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/colorette-npm-1.4.0-7e94b44dc3-01c3c16058.zip/node_modules/colorette/",
|
|
"packageDependencies": [
|
|
["colorette", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.16", {
|
|
"packageLocation": "./.yarn/cache/colorette-npm-2.0.16-7b996485d7-cd55596a3a.zip/node_modules/colorette/",
|
|
"packageDependencies": [
|
|
["colorette", "npm:2.0.16"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["columnify", [
|
|
["npm:1.5.4", {
|
|
"packageLocation": "./.yarn/cache/columnify-npm-1.5.4-e5035327bd-f069393741.zip/node_modules/columnify/",
|
|
"packageDependencies": [
|
|
["columnify", "npm:1.5.4"],
|
|
["strip-ansi", "npm:3.0.1"],
|
|
["wcwidth", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["combined-stream", [
|
|
["npm:1.0.8", {
|
|
"packageLocation": "./.yarn/cache/combined-stream-npm-1.0.8-dc14d4a63a-49fa4aeb49.zip/node_modules/combined-stream/",
|
|
"packageDependencies": [
|
|
["combined-stream", "npm:1.0.8"],
|
|
["delayed-stream", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["comma-separated-tokens", [
|
|
["npm:1.0.8", {
|
|
"packageLocation": "./.yarn/cache/comma-separated-tokens-npm-1.0.8-00dbbf3418-0adcb07174.zip/node_modules/comma-separated-tokens/",
|
|
"packageDependencies": [
|
|
["comma-separated-tokens", "npm:1.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/comma-separated-tokens-npm-2.0.2-9359322477-8fa68ff260.zip/node_modules/comma-separated-tokens/",
|
|
"packageDependencies": [
|
|
["comma-separated-tokens", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["commander", [
|
|
["npm:2.20.3", {
|
|
"packageLocation": "./.yarn/cache/commander-npm-2.20.3-d8dcbaa39b-ab8c07884e.zip/node_modules/commander/",
|
|
"packageDependencies": [
|
|
["commander", "npm:2.20.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/commander-npm-4.1.1-22a0fe921b-d7b9913ff9.zip/node_modules/commander/",
|
|
"packageDependencies": [
|
|
["commander", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.1.0", {
|
|
"packageLocation": "./.yarn/cache/commander-npm-5.1.0-7e939e7832-0b7fec1712.zip/node_modules/commander/",
|
|
"packageDependencies": [
|
|
["commander", "npm:5.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.2.0", {
|
|
"packageLocation": "./.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip/node_modules/commander/",
|
|
"packageDependencies": [
|
|
["commander", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.3.0", {
|
|
"packageLocation": "./.yarn/cache/commander-npm-8.3.0-c0d18c66d5-0f82321821.zip/node_modules/commander/",
|
|
"packageDependencies": [
|
|
["commander", "npm:8.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["commondir", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/commondir-npm-1.0.1-291b790340-59715f2fc4.zip/node_modules/commondir/",
|
|
"packageDependencies": [
|
|
["commondir", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["compare-func", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/compare-func-npm-2.0.0-9cd7852f23-fb71d70632.zip/node_modules/compare-func/",
|
|
"packageDependencies": [
|
|
["compare-func", "npm:2.0.0"],
|
|
["array-ify", "npm:1.0.0"],
|
|
["dot-prop", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["compute-scroll-into-view", [
|
|
["npm:1.0.17", {
|
|
"packageLocation": "./.yarn/cache/compute-scroll-into-view-npm-1.0.17-708f0ecc3d-b20c05a10c.zip/node_modules/compute-scroll-into-view/",
|
|
"packageDependencies": [
|
|
["compute-scroll-into-view", "npm:1.0.17"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["concat-map", [
|
|
["npm:0.0.1", {
|
|
"packageLocation": "./.yarn/cache/concat-map-npm-0.0.1-85a921b7ee-902a9f5d89.zip/node_modules/concat-map/",
|
|
"packageDependencies": [
|
|
["concat-map", "npm:0.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["concat-stream", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/concat-stream-npm-2.0.0-8bb2ad5aa0-d7f75d48f0.zip/node_modules/concat-stream/",
|
|
"packageDependencies": [
|
|
["concat-stream", "npm:2.0.0"],
|
|
["buffer-from", "npm:1.1.2"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"],
|
|
["typedarray", "npm:0.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["config-chain", [
|
|
["npm:1.1.13", {
|
|
"packageLocation": "./.yarn/cache/config-chain-npm-1.1.13-82e06afbc4-828137a28e.zip/node_modules/config-chain/",
|
|
"packageDependencies": [
|
|
["config-chain", "npm:1.1.13"],
|
|
["ini", "npm:1.3.8"],
|
|
["proto-list", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["console-control-strings", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/console-control-strings-npm-1.1.0-e3160e5275-8755d76787.zip/node_modules/console-control-strings/",
|
|
"packageDependencies": [
|
|
["console-control-strings", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["constant-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/constant-case-npm-3.0.4-118b472e28-6c3346d51a.zip/node_modules/constant-case/",
|
|
"packageDependencies": [
|
|
["constant-case", "npm:3.0.4"],
|
|
["no-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"],
|
|
["upper-case", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["constants-browserify", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/constants-browserify-npm-1.0.0-b9a9bcfe4b-f7ac8c6d0b.zip/node_modules/constants-browserify/",
|
|
"packageDependencies": [
|
|
["constants-browserify", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-changelog-angular", [
|
|
["npm:5.0.13", {
|
|
"packageLocation": "./.yarn/cache/conventional-changelog-angular-npm-5.0.13-50e4a302c4-6ed4972fce.zip/node_modules/conventional-changelog-angular/",
|
|
"packageDependencies": [
|
|
["conventional-changelog-angular", "npm:5.0.13"],
|
|
["compare-func", "npm:2.0.0"],
|
|
["q", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-changelog-core", [
|
|
["npm:4.2.4", {
|
|
"packageLocation": "./.yarn/cache/conventional-changelog-core-npm-4.2.4-3507358941-56d5194040.zip/node_modules/conventional-changelog-core/",
|
|
"packageDependencies": [
|
|
["conventional-changelog-core", "npm:4.2.4"],
|
|
["add-stream", "npm:1.0.0"],
|
|
["conventional-changelog-writer", "npm:5.0.0"],
|
|
["conventional-commits-parser", "npm:3.2.3"],
|
|
["dateformat", "npm:3.0.3"],
|
|
["get-pkg-repo", "npm:4.2.1"],
|
|
["git-raw-commits", "npm:2.0.10"],
|
|
["git-remote-origin-url", "npm:2.0.0"],
|
|
["git-semver-tags", "npm:4.1.1"],
|
|
["lodash", "npm:4.17.21"],
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["q", "npm:1.5.1"],
|
|
["read-pkg", "npm:3.0.0"],
|
|
["read-pkg-up", "npm:3.0.0"],
|
|
["through2", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-changelog-preset-loader", [
|
|
["npm:2.3.4", {
|
|
"packageLocation": "./.yarn/cache/conventional-changelog-preset-loader-npm-2.3.4-a907f2e49a-23a889b7fc.zip/node_modules/conventional-changelog-preset-loader/",
|
|
"packageDependencies": [
|
|
["conventional-changelog-preset-loader", "npm:2.3.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-changelog-writer", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/conventional-changelog-writer-npm-5.0.0-acebc38f2a-c310b949d3.zip/node_modules/conventional-changelog-writer/",
|
|
"packageDependencies": [
|
|
["conventional-changelog-writer", "npm:5.0.0"],
|
|
["conventional-commits-filter", "npm:2.0.7"],
|
|
["dateformat", "npm:3.0.3"],
|
|
["handlebars", "npm:4.7.7"],
|
|
["json-stringify-safe", "npm:5.0.1"],
|
|
["lodash", "npm:4.17.21"],
|
|
["meow", "npm:8.1.2"],
|
|
["semver", "npm:6.3.0"],
|
|
["split", "npm:1.0.1"],
|
|
["through2", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-commits-filter", [
|
|
["npm:2.0.7", {
|
|
"packageLocation": "./.yarn/cache/conventional-commits-filter-npm-2.0.7-8762ee3bfa-feb567f680.zip/node_modules/conventional-commits-filter/",
|
|
"packageDependencies": [
|
|
["conventional-commits-filter", "npm:2.0.7"],
|
|
["lodash.ismatch", "npm:4.4.0"],
|
|
["modify-values", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-commits-parser", [
|
|
["npm:3.2.3", {
|
|
"packageLocation": "./.yarn/cache/conventional-commits-parser-npm-3.2.3-f108fda552-0f57b5cb7c.zip/node_modules/conventional-commits-parser/",
|
|
"packageDependencies": [
|
|
["conventional-commits-parser", "npm:3.2.3"],
|
|
["JSONStream", "npm:1.3.5"],
|
|
["is-text-path", "npm:1.0.1"],
|
|
["lodash", "npm:4.17.21"],
|
|
["meow", "npm:8.1.2"],
|
|
["split2", "npm:3.2.2"],
|
|
["through2", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["conventional-recommended-bump", [
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/conventional-recommended-bump-npm-6.1.0-18a6db0ce9-da1d7a5f3b.zip/node_modules/conventional-recommended-bump/",
|
|
"packageDependencies": [
|
|
["conventional-recommended-bump", "npm:6.1.0"],
|
|
["concat-stream", "npm:2.0.0"],
|
|
["conventional-changelog-preset-loader", "npm:2.3.4"],
|
|
["conventional-commits-filter", "npm:2.0.7"],
|
|
["conventional-commits-parser", "npm:3.2.3"],
|
|
["git-raw-commits", "npm:2.0.10"],
|
|
["git-semver-tags", "npm:4.1.1"],
|
|
["meow", "npm:8.1.2"],
|
|
["q", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["convert-source-map", [
|
|
["npm:1.7.0", {
|
|
"packageLocation": "./.yarn/cache/convert-source-map-npm-1.7.0-f9727424f7-bcd2e3ea7d.zip/node_modules/convert-source-map/",
|
|
"packageDependencies": [
|
|
["convert-source-map", "npm:1.7.0"],
|
|
["safe-buffer", "npm:5.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.8.0", {
|
|
"packageLocation": "./.yarn/cache/convert-source-map-npm-1.8.0-037f671dde-985d974a2d.zip/node_modules/convert-source-map/",
|
|
"packageDependencies": [
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["safe-buffer", "npm:5.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["copy-anything", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/copy-anything-npm-2.0.3-fb13168fff-50f6423fa7.zip/node_modules/copy-anything/",
|
|
"packageDependencies": [
|
|
["copy-anything", "npm:2.0.3"],
|
|
["is-what", "npm:3.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["copy-to-clipboard", [
|
|
["npm:3.3.1", {
|
|
"packageLocation": "./.yarn/cache/copy-to-clipboard-npm-3.3.1-18029bce99-3c7b1c333d.zip/node_modules/copy-to-clipboard/",
|
|
"packageDependencies": [
|
|
["copy-to-clipboard", "npm:3.3.1"],
|
|
["toggle-selection", "npm:1.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["copyfiles", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/copyfiles-npm-2.4.1-d8750b5d88-aea69873bb.zip/node_modules/copyfiles/",
|
|
"packageDependencies": [
|
|
["copyfiles", "npm:2.4.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["noms", "npm:0.0.0"],
|
|
["through2", "npm:2.0.5"],
|
|
["untildify", "npm:4.0.0"],
|
|
["yargs", "npm:16.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["core-js-compat", [
|
|
["npm:3.19.0", {
|
|
"packageLocation": "./.yarn/cache/core-js-compat-npm-3.19.0-f2ca834f94-78a497590b.zip/node_modules/core-js-compat/",
|
|
"packageDependencies": [
|
|
["core-js-compat", "npm:3.19.0"],
|
|
["browserslist", "npm:4.17.5"],
|
|
["semver", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["core-js-pure", [
|
|
["npm:3.19.0", {
|
|
"packageLocation": "./.yarn/unplugged/core-js-pure-npm-3.19.0-b23c7269f4/node_modules/core-js-pure/",
|
|
"packageDependencies": [
|
|
["core-js-pure", "npm:3.19.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["core-util-is", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/core-util-is-npm-1.0.2-9fc2b94dc3-7a4c925b49.zip/node_modules/core-util-is/",
|
|
"packageDependencies": [
|
|
["core-util-is", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/core-util-is-npm-1.0.3-ca74b76c90-9de8597363.zip/node_modules/core-util-is/",
|
|
"packageDependencies": [
|
|
["core-util-is", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cosmiconfig", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/cosmiconfig-npm-6.0.0-cb7d64a2b9-8eed7c854b.zip/node_modules/cosmiconfig/",
|
|
"packageDependencies": [
|
|
["cosmiconfig", "npm:6.0.0"],
|
|
["@types/parse-json", "npm:4.0.0"],
|
|
["import-fresh", "npm:3.3.0"],
|
|
["parse-json", "npm:5.2.0"],
|
|
["path-type", "npm:4.0.0"],
|
|
["yaml", "npm:1.10.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/cosmiconfig-npm-7.0.1-dd19ae2403-4be63e7117.zip/node_modules/cosmiconfig/",
|
|
"packageDependencies": [
|
|
["cosmiconfig", "npm:7.0.1"],
|
|
["@types/parse-json", "npm:4.0.0"],
|
|
["import-fresh", "npm:3.3.0"],
|
|
["parse-json", "npm:5.2.0"],
|
|
["path-type", "npm:4.0.0"],
|
|
["yaml", "npm:1.10.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["create-ecdh", [
|
|
["npm:4.0.4", {
|
|
"packageLocation": "./.yarn/cache/create-ecdh-npm-4.0.4-1048ce2035-0dd7fca971.zip/node_modules/create-ecdh/",
|
|
"packageDependencies": [
|
|
["create-ecdh", "npm:4.0.4"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["elliptic", "npm:6.5.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["create-hash", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/create-hash-npm-1.2.0-afd048e1ce-02a6ae3bb9.zip/node_modules/create-hash/",
|
|
"packageDependencies": [
|
|
["create-hash", "npm:1.2.0"],
|
|
["cipher-base", "npm:1.0.4"],
|
|
["inherits", "npm:2.0.4"],
|
|
["md5.js", "npm:1.3.5"],
|
|
["ripemd160", "npm:2.0.2"],
|
|
["sha.js", "npm:2.4.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["create-hmac", [
|
|
["npm:1.1.7", {
|
|
"packageLocation": "./.yarn/cache/create-hmac-npm-1.1.7-b4ef32668a-ba12bb2257.zip/node_modules/create-hmac/",
|
|
"packageDependencies": [
|
|
["create-hmac", "npm:1.1.7"],
|
|
["cipher-base", "npm:1.0.4"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["ripemd160", "npm:2.0.2"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["sha.js", "npm:2.4.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cross-spawn", [
|
|
["npm:7.0.3", {
|
|
"packageLocation": "./.yarn/cache/cross-spawn-npm-7.0.3-e4ff3e65b3-671cc7c728.zip/node_modules/cross-spawn/",
|
|
"packageDependencies": [
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["path-key", "npm:3.1.1"],
|
|
["shebang-command", "npm:2.0.0"],
|
|
["which", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["crypto", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/crypto-npm-1.0.1-7cb8e3dca6-087fe3165b.zip/node_modules/crypto/",
|
|
"packageDependencies": [
|
|
["crypto", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["crypto-browserify", [
|
|
["npm:3.12.0", {
|
|
"packageLocation": "./.yarn/cache/crypto-browserify-npm-3.12.0-bed454fef0-c1609af826.zip/node_modules/crypto-browserify/",
|
|
"packageDependencies": [
|
|
["crypto-browserify", "npm:3.12.0"],
|
|
["browserify-cipher", "npm:1.0.1"],
|
|
["browserify-sign", "npm:4.2.1"],
|
|
["create-ecdh", "npm:4.0.4"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["create-hmac", "npm:1.1.7"],
|
|
["diffie-hellman", "npm:5.0.3"],
|
|
["inherits", "npm:2.0.4"],
|
|
["pbkdf2", "npm:3.1.2"],
|
|
["public-encrypt", "npm:4.0.3"],
|
|
["randombytes", "npm:2.1.0"],
|
|
["randomfill", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["css.escape", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/css.escape-npm-1.5.1-b24d2ba77a-f6d38088d8.zip/node_modules/css.escape/",
|
|
"packageDependencies": [
|
|
["css.escape", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cssfontparser", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/cssfontparser-npm-1.2.1-f48947509b-952d487cdd.zip/node_modules/cssfontparser/",
|
|
"packageDependencies": [
|
|
["cssfontparser", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cssnano-preset-simple", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/cssnano-preset-simple-npm-3.0.0-42fae6d1e4-03ad717960.zip/node_modules/cssnano-preset-simple/",
|
|
"packageDependencies": [
|
|
["cssnano-preset-simple", "npm:3.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:8732698e821c69ed2f51979475d96a600c7ee90a7ccdaf2ecacc58a01613f5f386a3a12ad5c27b1cb4836c30b4da51b1f166012940c5e0a67aa5b78651eb1953#npm:3.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/cssnano-preset-simple-virtual-36a8e82534/0/cache/cssnano-preset-simple-npm-3.0.0-42fae6d1e4-03ad717960.zip/node_modules/cssnano-preset-simple/",
|
|
"packageDependencies": [
|
|
["cssnano-preset-simple", "virtual:8732698e821c69ed2f51979475d96a600c7ee90a7ccdaf2ecacc58a01613f5f386a3a12ad5c27b1cb4836c30b4da51b1f166012940c5e0a67aa5b78651eb1953#npm:3.0.0"],
|
|
["@types/postcss", null],
|
|
["caniuse-lite", "npm:1.0.30001279"],
|
|
["postcss", "npm:8.2.15"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/postcss",
|
|
"postcss"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cssnano-simple", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/cssnano-simple-npm-3.0.0-28645e9ae6-6d2410f912.zip/node_modules/cssnano-simple/",
|
|
"packageDependencies": [
|
|
["cssnano-simple", "npm:3.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:3.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/cssnano-simple-virtual-8732698e82/0/cache/cssnano-simple-npm-3.0.0-28645e9ae6-6d2410f912.zip/node_modules/cssnano-simple/",
|
|
"packageDependencies": [
|
|
["cssnano-simple", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:3.0.0"],
|
|
["@types/postcss", null],
|
|
["cssnano-preset-simple", "virtual:8732698e821c69ed2f51979475d96a600c7ee90a7ccdaf2ecacc58a01613f5f386a3a12ad5c27b1cb4836c30b4da51b1f166012940c5e0a67aa5b78651eb1953#npm:3.0.0"],
|
|
["postcss", "npm:8.2.15"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/postcss",
|
|
"postcss"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cssom", [
|
|
["npm:0.3.8", {
|
|
"packageLocation": "./.yarn/cache/cssom-npm-0.3.8-a9291d36ff-24beb3087c.zip/node_modules/cssom/",
|
|
"packageDependencies": [
|
|
["cssom", "npm:0.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.4.4", {
|
|
"packageLocation": "./.yarn/cache/cssom-npm-0.4.4-818f01a6e3-e3bc1076e7.zip/node_modules/cssom/",
|
|
"packageDependencies": [
|
|
["cssom", "npm:0.4.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["cssstyle", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/cssstyle-npm-2.3.0-b5d112c450-5f05e6fd2e.zip/node_modules/cssstyle/",
|
|
"packageDependencies": [
|
|
["cssstyle", "npm:2.3.0"],
|
|
["cssom", "npm:0.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["csstype", [
|
|
["npm:3.0.9", {
|
|
"packageLocation": "./.yarn/cache/csstype-npm-3.0.9-0801c4a6d7-199f9af7e6.zip/node_modules/csstype/",
|
|
"packageDependencies": [
|
|
["csstype", "npm:3.0.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["damerau-levenshtein", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/damerau-levenshtein-npm-1.0.7-dec33bdde6-ec8161cb38.zip/node_modules/damerau-levenshtein/",
|
|
"packageDependencies": [
|
|
["damerau-levenshtein", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dargs", [
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/dargs-npm-7.0.0-62701e0c7a-b8f1e3cba5.zip/node_modules/dargs/",
|
|
"packageDependencies": [
|
|
["dargs", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dashdash", [
|
|
["npm:1.14.1", {
|
|
"packageLocation": "./.yarn/cache/dashdash-npm-1.14.1-be8f10a286-3634c24957.zip/node_modules/dashdash/",
|
|
"packageDependencies": [
|
|
["dashdash", "npm:1.14.1"],
|
|
["assert-plus", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["data-uri-to-buffer", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/data-uri-to-buffer-npm-3.0.1-830646f9ee-c59c300968.zip/node_modules/data-uri-to-buffer/",
|
|
"packageDependencies": [
|
|
["data-uri-to-buffer", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["data-urls", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/data-urls-npm-2.0.0-2b80c32b82-97caf828aa.zip/node_modules/data-urls/",
|
|
"packageDependencies": [
|
|
["data-urls", "npm:2.0.0"],
|
|
["abab", "npm:2.0.5"],
|
|
["whatwg-mimetype", "npm:2.3.0"],
|
|
["whatwg-url", "npm:8.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["date-fns", [
|
|
["npm:2.25.0", {
|
|
"packageLocation": "./.yarn/cache/date-fns-npm-2.25.0-fe211b387d-8896dc1dde.zip/node_modules/date-fns/",
|
|
"packageDependencies": [
|
|
["date-fns", "npm:2.25.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["date-utils", [
|
|
["npm:1.2.21", {
|
|
"packageLocation": "./.yarn/cache/date-utils-npm-1.2.21-439b57f53d-be54eb6ecf.zip/node_modules/date-utils/",
|
|
"packageDependencies": [
|
|
["date-utils", "npm:1.2.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dateformat", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/dateformat-npm-3.0.3-ed02e5ddbd-ca4911148a.zip/node_modules/dateformat/",
|
|
"packageDependencies": [
|
|
["dateformat", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dayjs", [
|
|
["npm:1.10.7", {
|
|
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.7-34318a8e39-a0a4ca95ab.zip/node_modules/dayjs/",
|
|
"packageDependencies": [
|
|
["dayjs", "npm:1.10.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["debug", [
|
|
["npm:2.6.9", {
|
|
"packageLocation": "./.yarn/cache/debug-npm-2.6.9-7d4cb597dc-d2f51589ca.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "npm:2.6.9"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["npm:3.2.7", {
|
|
"packageLocation": "./.yarn/cache/debug-npm-3.2.7-754e818c7a-b3d8c59407.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "npm:3.2.7"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["npm:4.3.2", {
|
|
"packageLocation": "./.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "npm:4.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c18fd4c27b04dc0fe8ea07762cc6068411370ecc2aacfaa6402b4d062611f2e5b943137fcb315a06380a4251477a9aede8800b736dd466b8ea19692af4a05267#npm:2.6.9", {
|
|
"packageLocation": "./.yarn/__virtual__/debug-virtual-e72684755b/0/cache/debug-npm-2.6.9-7d4cb597dc-d2f51589ca.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "virtual:c18fd4c27b04dc0fe8ea07762cc6068411370ecc2aacfaa6402b4d062611f2e5b943137fcb315a06380a4251477a9aede8800b736dd466b8ea19692af4a05267#npm:2.6.9"],
|
|
["@types/supports-color", null],
|
|
["ms", "npm:2.0.0"],
|
|
["supports-color", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/supports-color",
|
|
"supports-color"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2", {
|
|
"packageLocation": "./.yarn/__virtual__/debug-virtual-e7b91ddb84/0/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["@types/supports-color", null],
|
|
["ms", "npm:2.1.2"],
|
|
["supports-color", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/supports-color",
|
|
"supports-color"
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["virtual:d9426786c635bc4b52511d6cc4b56156f50d780a698c0e20fc6caf10d3be51cbf176e79cff882f4d42a23ff4d0f89fe94222849578214e7fbae0f2754c82af02#npm:3.2.7", {
|
|
"packageLocation": "./.yarn/__virtual__/debug-virtual-b810fb6338/0/cache/debug-npm-3.2.7-754e818c7a-b3d8c59407.zip/node_modules/debug/",
|
|
"packageDependencies": [
|
|
["debug", "virtual:d9426786c635bc4b52511d6cc4b56156f50d780a698c0e20fc6caf10d3be51cbf176e79cff882f4d42a23ff4d0f89fe94222849578214e7fbae0f2754c82af02#npm:3.2.7"],
|
|
["@types/supports-color", null],
|
|
["ms", "npm:2.1.3"],
|
|
["supports-color", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/supports-color",
|
|
"supports-color"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["debuglog", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/debuglog-npm-1.0.1-c553c84ea5-970679f2eb.zip/node_modules/debuglog/",
|
|
"packageDependencies": [
|
|
["debuglog", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decamelize", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/decamelize-npm-1.2.0-c5a2fdc622-ad8c51a7e7.zip/node_modules/decamelize/",
|
|
"packageDependencies": [
|
|
["decamelize", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decamelize-keys", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/decamelize-keys-npm-1.1.0-75168ffadd-8bc5d32e03.zip/node_modules/decamelize-keys/",
|
|
"packageDependencies": [
|
|
["decamelize-keys", "npm:1.1.0"],
|
|
["decamelize", "npm:1.2.0"],
|
|
["map-obj", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decimal.js", [
|
|
["npm:10.3.1", {
|
|
"packageLocation": "./.yarn/cache/decimal.js-npm-10.3.1-797c736b6c-0351ac9f05.zip/node_modules/decimal.js/",
|
|
"packageDependencies": [
|
|
["decimal.js", "npm:10.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decode-named-character-reference", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/decode-named-character-reference-npm-1.0.1-ba9698d8bc-4f67b08821.zip/node_modules/decode-named-character-reference/",
|
|
"packageDependencies": [
|
|
["decode-named-character-reference", "npm:1.0.1"],
|
|
["character-entities", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decode-uri-component", [
|
|
["npm:0.2.0", {
|
|
"packageLocation": "./.yarn/cache/decode-uri-component-npm-0.2.0-5bcc0f3597-f3749344ab.zip/node_modules/decode-uri-component/",
|
|
"packageDependencies": [
|
|
["decode-uri-component", "npm:0.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress", [
|
|
["npm:4.2.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-npm-4.2.1-a79829cc55-8247a31c6d.zip/node_modules/decompress/",
|
|
"packageDependencies": [
|
|
["decompress", "npm:4.2.1"],
|
|
["decompress-tar", "npm:4.1.1"],
|
|
["decompress-tarbz2", "npm:4.1.1"],
|
|
["decompress-targz", "npm:4.1.1"],
|
|
["decompress-unzip", "npm:4.0.1"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["make-dir", "npm:1.3.0"],
|
|
["pify", "npm:2.3.0"],
|
|
["strip-dirs", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress-response", [
|
|
["npm:4.2.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-response-npm-4.2.1-abe5b4ebe4-4e783ca4df.zip/node_modules/decompress-response/",
|
|
"packageDependencies": [
|
|
["decompress-response", "npm:4.2.1"],
|
|
["mimic-response", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/decompress-response-npm-6.0.0-359de2878c-d377cf47e0.zip/node_modules/decompress-response/",
|
|
"packageDependencies": [
|
|
["decompress-response", "npm:6.0.0"],
|
|
["mimic-response", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress-tar", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-tar-npm-4.1.1-ff91950fee-42d5360b55.zip/node_modules/decompress-tar/",
|
|
"packageDependencies": [
|
|
["decompress-tar", "npm:4.1.1"],
|
|
["file-type", "npm:5.2.0"],
|
|
["is-stream", "npm:1.1.0"],
|
|
["tar-stream", "npm:1.6.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress-tarbz2", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-tarbz2-npm-4.1.1-69114342e0-519c813377.zip/node_modules/decompress-tarbz2/",
|
|
"packageDependencies": [
|
|
["decompress-tarbz2", "npm:4.1.1"],
|
|
["decompress-tar", "npm:4.1.1"],
|
|
["file-type", "npm:6.2.0"],
|
|
["is-stream", "npm:1.1.0"],
|
|
["seek-bzip", "npm:1.0.6"],
|
|
["unbzip2-stream", "npm:1.4.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress-targz", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-targz-npm-4.1.1-444d44d5aa-22738f58eb.zip/node_modules/decompress-targz/",
|
|
"packageDependencies": [
|
|
["decompress-targz", "npm:4.1.1"],
|
|
["decompress-tar", "npm:4.1.1"],
|
|
["file-type", "npm:5.2.0"],
|
|
["is-stream", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["decompress-unzip", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/decompress-unzip-npm-4.0.1-8d93b02d1f-ba9f3204ab.zip/node_modules/decompress-unzip/",
|
|
"packageDependencies": [
|
|
["decompress-unzip", "npm:4.0.1"],
|
|
["file-type", "npm:3.9.0"],
|
|
["get-stream", "npm:2.3.1"],
|
|
["pify", "npm:2.3.0"],
|
|
["yauzl", "npm:2.10.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dedent", [
|
|
["npm:0.7.0", {
|
|
"packageLocation": "./.yarn/cache/dedent-npm-0.7.0-2dbb45a4c5-87de191050.zip/node_modules/dedent/",
|
|
"packageDependencies": [
|
|
["dedent", "npm:0.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["deep-diff", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/deep-diff-npm-1.0.2-ab33725091-9de8b5eedc.zip/node_modules/deep-diff/",
|
|
"packageDependencies": [
|
|
["deep-diff", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["deep-extend", [
|
|
["npm:0.6.0", {
|
|
"packageLocation": "./.yarn/cache/deep-extend-npm-0.6.0-e182924219-7be7e5a8d4.zip/node_modules/deep-extend/",
|
|
"packageDependencies": [
|
|
["deep-extend", "npm:0.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["deep-is", [
|
|
["npm:0.1.4", {
|
|
"packageLocation": "./.yarn/cache/deep-is-npm-0.1.4-88938b5a67-edb65dd0d7.zip/node_modules/deep-is/",
|
|
"packageDependencies": [
|
|
["deep-is", "npm:0.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["deepmerge", [
|
|
["npm:4.2.2", {
|
|
"packageLocation": "./.yarn/cache/deepmerge-npm-4.2.2-112165ced2-a8c43a1ed8.zip/node_modules/deepmerge/",
|
|
"packageDependencies": [
|
|
["deepmerge", "npm:4.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["defaults", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/defaults-npm-1.0.3-e829107b9e-96e2112da6.zip/node_modules/defaults/",
|
|
"packageDependencies": [
|
|
["defaults", "npm:1.0.3"],
|
|
["clone", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["defer-to-connect", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/defer-to-connect-npm-2.0.1-9005cc8c60-8a9b50d2f2.zip/node_modules/defer-to-connect/",
|
|
"packageDependencies": [
|
|
["defer-to-connect", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["define-properties", [
|
|
["npm:1.1.3", {
|
|
"packageLocation": "./.yarn/cache/define-properties-npm-1.1.3-0f3115e2b9-da80dba55d.zip/node_modules/define-properties/",
|
|
"packageDependencies": [
|
|
["define-properties", "npm:1.1.3"],
|
|
["object-keys", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["delayed-stream", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/delayed-stream-npm-1.0.0-c5a4c4cc02-46fe6e83e2.zip/node_modules/delayed-stream/",
|
|
"packageDependencies": [
|
|
["delayed-stream", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["delegates", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/delegates-npm-1.0.0-9b1942d75f-a51744d9b5.zip/node_modules/delegates/",
|
|
"packageDependencies": [
|
|
["delegates", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["denque", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/denque-npm-1.5.1-2dd42d2dcb-4375ad19d5.zip/node_modules/denque/",
|
|
"packageDependencies": [
|
|
["denque", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["depd", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/depd-npm-1.1.2-b0c8414da7-6b406620d2.zip/node_modules/depd/",
|
|
"packageDependencies": [
|
|
["depd", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip/node_modules/depd/",
|
|
"packageDependencies": [
|
|
["depd", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["deprecation", [
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/deprecation-npm-2.3.1-e19c92d6e7-f56a05e182.zip/node_modules/deprecation/",
|
|
"packageDependencies": [
|
|
["deprecation", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dequal", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/dequal-npm-2.0.2-370927eb6c-86c7a2c59f.zip/node_modules/dequal/",
|
|
"packageDependencies": [
|
|
["dequal", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["des.js", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/des.js-npm-1.0.1-9f155eddb6-1ec2eedd7e.zip/node_modules/des.js/",
|
|
"packageDependencies": [
|
|
["des.js", "npm:1.0.1"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimalistic-assert", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["detect-indent", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/detect-indent-npm-5.0.0-123fa3fd0b-61763211da.zip/node_modules/detect-indent/",
|
|
"packageDependencies": [
|
|
["detect-indent", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/detect-indent-npm-6.1.0-d8c441ff7a-ab953a73c7.zip/node_modules/detect-indent/",
|
|
"packageDependencies": [
|
|
["detect-indent", "npm:6.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["detect-libc", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/detect-libc-npm-1.0.3-c30ac344d4-daaaed925f.zip/node_modules/detect-libc/",
|
|
"packageDependencies": [
|
|
["detect-libc", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["detect-newline", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/detect-newline-npm-3.1.0-6d33fa8d37-ae6cd429c4.zip/node_modules/detect-newline/",
|
|
"packageDependencies": [
|
|
["detect-newline", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dezalgo", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/dezalgo-npm-1.0.3-e2bc978ebd-8b26238db9.zip/node_modules/dezalgo/",
|
|
"packageDependencies": [
|
|
["dezalgo", "npm:1.0.3"],
|
|
["asap", "npm:2.0.6"],
|
|
["wrappy", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["diff", [
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/diff-npm-4.0.2-73133c7102-f2c09b0ce4.zip/node_modules/diff/",
|
|
"packageDependencies": [
|
|
["diff", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/diff-npm-5.0.0-ad6900db18-f19fe29284.zip/node_modules/diff/",
|
|
"packageDependencies": [
|
|
["diff", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["diff-sequences", [
|
|
["npm:27.0.6", {
|
|
"packageLocation": "./.yarn/cache/diff-sequences-npm-27.0.6-1eed05107b-f35ad024d4.zip/node_modules/diff-sequences/",
|
|
"packageDependencies": [
|
|
["diff-sequences", "npm:27.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["diffable-html", [
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/diffable-html-npm-4.1.0-f80ba38228-f7d76bbe2c.zip/node_modules/diffable-html/",
|
|
"packageDependencies": [
|
|
["diffable-html", "npm:4.1.0"],
|
|
["htmlparser2", "npm:3.10.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["diffie-hellman", [
|
|
["npm:5.0.3", {
|
|
"packageLocation": "./.yarn/cache/diffie-hellman-npm-5.0.3-cbef8f3171-0e620f3221.zip/node_modules/diffie-hellman/",
|
|
"packageDependencies": [
|
|
["diffie-hellman", "npm:5.0.3"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["miller-rabin", "npm:4.0.1"],
|
|
["randombytes", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dir-glob", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/dir-glob-npm-3.0.1-1aea628b1b-fa05e18324.zip/node_modules/dir-glob/",
|
|
"packageDependencies": [
|
|
["dir-glob", "npm:3.0.1"],
|
|
["path-type", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["doctrine", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/doctrine-npm-2.1.0-ac15d049b7-a45e277f7f.zip/node_modules/doctrine/",
|
|
"packageDependencies": [
|
|
["doctrine", "npm:2.1.0"],
|
|
["esutils", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/doctrine-npm-3.0.0-c6f1615f04-fd7673ca77.zip/node_modules/doctrine/",
|
|
"packageDependencies": [
|
|
["doctrine", "npm:3.0.0"],
|
|
["esutils", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dom-accessibility-api", [
|
|
["npm:0.5.9", {
|
|
"packageLocation": "./.yarn/cache/dom-accessibility-api-npm-0.5.9-3d574d6f64-3988bd1c58.zip/node_modules/dom-accessibility-api/",
|
|
"packageDependencies": [
|
|
["dom-accessibility-api", "npm:0.5.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dom-align", [
|
|
["npm:1.12.2", {
|
|
"packageLocation": "./.yarn/cache/dom-align-npm-1.12.2-def9f187ee-0523f4d7c8.zip/node_modules/dom-align/",
|
|
"packageDependencies": [
|
|
["dom-align", "npm:1.12.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dom-serializer", [
|
|
["npm:0.2.2", {
|
|
"packageLocation": "./.yarn/cache/dom-serializer-npm-0.2.2-2e24969c0e-376344893e.zip/node_modules/dom-serializer/",
|
|
"packageDependencies": [
|
|
["dom-serializer", "npm:0.2.2"],
|
|
["domelementtype", "npm:2.2.0"],
|
|
["entities", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["domain-browser", [
|
|
["npm:4.19.0", {
|
|
"packageLocation": "./.yarn/cache/domain-browser-npm-4.19.0-8d673cbdc6-1b77fa2a85.zip/node_modules/domain-browser/",
|
|
"packageDependencies": [
|
|
["domain-browser", "npm:4.19.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["domelementtype", [
|
|
["npm:1.3.1", {
|
|
"packageLocation": "./.yarn/cache/domelementtype-npm-1.3.1-87c4b5f9f4-7893da4021.zip/node_modules/domelementtype/",
|
|
"packageDependencies": [
|
|
["domelementtype", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/domelementtype-npm-2.2.0-c37b3b15bf-24cb386198.zip/node_modules/domelementtype/",
|
|
"packageDependencies": [
|
|
["domelementtype", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["domexception", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/domexception-npm-2.0.1-81b20626ae-d638e9cb05.zip/node_modules/domexception/",
|
|
"packageDependencies": [
|
|
["domexception", "npm:2.0.1"],
|
|
["webidl-conversions", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["domhandler", [
|
|
["npm:2.4.2", {
|
|
"packageLocation": "./.yarn/cache/domhandler-npm-2.4.2-497ea9cea1-49bd70c9c7.zip/node_modules/domhandler/",
|
|
"packageDependencies": [
|
|
["domhandler", "npm:2.4.2"],
|
|
["domelementtype", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dompurify", [
|
|
["npm:2.3.3", {
|
|
"packageLocation": "./.yarn/cache/dompurify-npm-2.3.3-a36506accf-947e366168.zip/node_modules/dompurify/",
|
|
"packageDependencies": [
|
|
["dompurify", "npm:2.3.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["domutils", [
|
|
["npm:1.7.0", {
|
|
"packageLocation": "./.yarn/cache/domutils-npm-1.7.0-7a1529fcfc-f60a725b1f.zip/node_modules/domutils/",
|
|
"packageDependencies": [
|
|
["domutils", "npm:1.7.0"],
|
|
["dom-serializer", "npm:0.2.2"],
|
|
["domelementtype", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dot-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/dot-case-npm-3.0.4-09675b5521-a65e351941.zip/node_modules/dot-case/",
|
|
"packageDependencies": [
|
|
["dot-case", "npm:3.0.4"],
|
|
["no-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dot-prop", [
|
|
["npm:5.3.0", {
|
|
"packageLocation": "./.yarn/cache/dot-prop-npm-5.3.0-7bf6ee1eb8-d577579009.zip/node_modules/dot-prop/",
|
|
"packageDependencies": [
|
|
["dot-prop", "npm:5.3.0"],
|
|
["is-obj", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/dot-prop-npm-6.0.1-de66211710-0f47600a4b.zip/node_modules/dot-prop/",
|
|
"packageDependencies": [
|
|
["dot-prop", "npm:6.0.1"],
|
|
["is-obj", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["dotenv", [
|
|
["npm:14.2.0", {
|
|
"packageLocation": "./.yarn/cache/dotenv-npm-14.2.0-b237345d26-85a0e44918.zip/node_modules/dotenv/",
|
|
"packageDependencies": [
|
|
["dotenv", "npm:14.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["duplexer", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/duplexer-npm-0.1.2-952c810235-62ba61a830.zip/node_modules/duplexer/",
|
|
"packageDependencies": [
|
|
["duplexer", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ecc-jsbn", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/ecc-jsbn-npm-0.1.2-85b7a7be89-22fef4b620.zip/node_modules/ecc-jsbn/",
|
|
"packageDependencies": [
|
|
["ecc-jsbn", "npm:0.1.2"],
|
|
["jsbn", "npm:0.1.1"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ecdsa-sig-formatter", [
|
|
["npm:1.0.11", {
|
|
"packageLocation": "./.yarn/cache/ecdsa-sig-formatter-npm-1.0.11-b6784e7852-207f9ab1c2.zip/node_modules/ecdsa-sig-formatter/",
|
|
"packageDependencies": [
|
|
["ecdsa-sig-formatter", "npm:1.0.11"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["echarts", [
|
|
["npm:5.2.1", {
|
|
"packageLocation": "./.yarn/cache/echarts-npm-5.2.1-9ab060fe24-61265a409b.zip/node_modules/echarts/",
|
|
"packageDependencies": [
|
|
["echarts", "npm:5.2.1"],
|
|
["tslib", "npm:2.3.0"],
|
|
["zrender", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["echarts-for-react", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/echarts-for-react-npm-3.0.1-6680875913-064becc7dd.zip/node_modules/echarts-for-react/",
|
|
"packageDependencies": [
|
|
["echarts-for-react", "npm:3.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:80340452f7a2143773390e8962fe504495bdbbbb548d3de37d9f561a9ed93a2a0ad90f0809f4b149dbc7dd5cef711ad15df3fd8610904528bbf246d0242a066f#npm:3.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/echarts-for-react-virtual-0cae3d84a2/0/cache/echarts-for-react-npm-3.0.1-6680875913-064becc7dd.zip/node_modules/echarts-for-react/",
|
|
"packageDependencies": [
|
|
["echarts-for-react", "virtual:80340452f7a2143773390e8962fe504495bdbbbb548d3de37d9f561a9ed93a2a0ad90f0809f4b149dbc7dd5cef711ad15df3fd8610904528bbf246d0242a066f#npm:3.0.1"],
|
|
["@types/echarts", null],
|
|
["@types/react", null],
|
|
["echarts", "npm:5.2.1"],
|
|
["fast-deep-equal", "npm:3.1.3"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["size-sensor", "npm:1.0.1"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/echarts",
|
|
"@types/react",
|
|
"echarts",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["electron-to-chromium", [
|
|
["npm:1.3.879", {
|
|
"packageLocation": "./.yarn/cache/electron-to-chromium-npm-1.3.879-1b71db6042-9f7bfa6c7b.zip/node_modules/electron-to-chromium/",
|
|
"packageDependencies": [
|
|
["electron-to-chromium", "npm:1.3.879"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.3.892", {
|
|
"packageLocation": "./.yarn/cache/electron-to-chromium-npm-1.3.892-c8e39378d7-330a185e71.zip/node_modules/electron-to-chromium/",
|
|
"packageDependencies": [
|
|
["electron-to-chromium", "npm:1.3.892"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["elliptic", [
|
|
["npm:6.5.4", {
|
|
"packageLocation": "./.yarn/cache/elliptic-npm-6.5.4-0ca8204a86-d56d21fd04.zip/node_modules/elliptic/",
|
|
"packageDependencies": [
|
|
["elliptic", "npm:6.5.4"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["brorand", "npm:1.1.0"],
|
|
["hash.js", "npm:1.1.7"],
|
|
["hmac-drbg", "npm:1.0.1"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimalistic-assert", "npm:1.0.1"],
|
|
["minimalistic-crypto-utils", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["emittery", [
|
|
["npm:0.8.1", {
|
|
"packageLocation": "./.yarn/cache/emittery-npm-0.8.1-9771f0f260-2457e8c7b0.zip/node_modules/emittery/",
|
|
"packageDependencies": [
|
|
["emittery", "npm:0.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["emoji-regex", [
|
|
["npm:8.0.0", {
|
|
"packageLocation": "./.yarn/cache/emoji-regex-npm-8.0.0-213764015c-d4c5c39d5a.zip/node_modules/emoji-regex/",
|
|
"packageDependencies": [
|
|
["emoji-regex", "npm:8.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.2.2", {
|
|
"packageLocation": "./.yarn/cache/emoji-regex-npm-9.2.2-e6fac8d058-8487182da7.zip/node_modules/emoji-regex/",
|
|
"packageDependencies": [
|
|
["emoji-regex", "npm:9.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["emojis-list", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/emojis-list-npm-2.1.0-e19a336e35-fb61fa6356.zip/node_modules/emojis-list/",
|
|
"packageDependencies": [
|
|
["emojis-list", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/emojis-list-npm-3.0.0-7faa48e6fd-ddaaa02542.zip/node_modules/emojis-list/",
|
|
"packageDependencies": [
|
|
["emojis-list", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["encoding", [
|
|
["npm:0.1.13", {
|
|
"packageLocation": "./.yarn/cache/encoding-npm-0.1.13-82a1837d30-bb98632f8f.zip/node_modules/encoding/",
|
|
"packageDependencies": [
|
|
["encoding", "npm:0.1.13"],
|
|
["iconv-lite", "npm:0.6.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["end-of-stream", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/end-of-stream-npm-1.1.0-318d442be5-9fa637e259.zip/node_modules/end-of-stream/",
|
|
"packageDependencies": [
|
|
["end-of-stream", "npm:1.1.0"],
|
|
["once", "npm:1.3.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.4.4", {
|
|
"packageLocation": "./.yarn/cache/end-of-stream-npm-1.4.4-497fc6dee1-530a5a5a1e.zip/node_modules/end-of-stream/",
|
|
"packageDependencies": [
|
|
["end-of-stream", "npm:1.4.4"],
|
|
["once", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["enquirer", [
|
|
["npm:2.3.6", {
|
|
"packageLocation": "./.yarn/cache/enquirer-npm-2.3.6-7899175762-1c0911e14a.zip/node_modules/enquirer/",
|
|
"packageDependencies": [
|
|
["enquirer", "npm:2.3.6"],
|
|
["ansi-colors", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["entities", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/entities-npm-1.1.2-78e77a4b6d-d537b02799.zip/node_modules/entities/",
|
|
"packageDependencies": [
|
|
["entities", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/entities-npm-2.2.0-0fc8d5b2f7-19010dacaf.zip/node_modules/entities/",
|
|
"packageDependencies": [
|
|
["entities", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["env-paths", [
|
|
["npm:2.2.1", {
|
|
"packageLocation": "./.yarn/cache/env-paths-npm-2.2.1-7c7577428c-65b5df55a8.zip/node_modules/env-paths/",
|
|
"packageDependencies": [
|
|
["env-paths", "npm:2.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["envinfo", [
|
|
["npm:7.8.1", {
|
|
"packageLocation": "./.yarn/cache/envinfo-npm-7.8.1-f320033691-de736c98d6.zip/node_modules/envinfo/",
|
|
"packageDependencies": [
|
|
["envinfo", "npm:7.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["err-code", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/err-code-npm-2.0.3-082e0ff9a7-8b7b1be20d.zip/node_modules/err-code/",
|
|
"packageDependencies": [
|
|
["err-code", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["errno", [
|
|
["npm:0.1.8", {
|
|
"packageLocation": "./.yarn/cache/errno-npm-0.1.8-10ebc185bf-1271f7b9fb.zip/node_modules/errno/",
|
|
"packageDependencies": [
|
|
["errno", "npm:0.1.8"],
|
|
["prr", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["error-ex", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/error-ex-npm-1.3.2-5654f80c0f-c1c2b8b65f.zip/node_modules/error-ex/",
|
|
"packageDependencies": [
|
|
["error-ex", "npm:1.3.2"],
|
|
["is-arrayish", "npm:0.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["es-abstract", [
|
|
["npm:1.19.1", {
|
|
"packageLocation": "./.yarn/cache/es-abstract-npm-1.19.1-885c72759a-b6be841067.zip/node_modules/es-abstract/",
|
|
"packageDependencies": [
|
|
["es-abstract", "npm:1.19.1"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["es-to-primitive", "npm:1.2.1"],
|
|
["function-bind", "npm:1.1.1"],
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["get-symbol-description", "npm:1.0.0"],
|
|
["has", "npm:1.0.3"],
|
|
["has-symbols", "npm:1.0.2"],
|
|
["internal-slot", "npm:1.0.3"],
|
|
["is-callable", "npm:1.2.4"],
|
|
["is-negative-zero", "npm:2.0.1"],
|
|
["is-regex", "npm:1.1.4"],
|
|
["is-shared-array-buffer", "npm:1.0.1"],
|
|
["is-string", "npm:1.0.7"],
|
|
["is-weakref", "npm:1.0.1"],
|
|
["object-inspect", "npm:1.11.0"],
|
|
["object-keys", "npm:1.1.1"],
|
|
["object.assign", "npm:4.1.2"],
|
|
["string.prototype.trimend", "npm:1.0.4"],
|
|
["string.prototype.trimstart", "npm:1.0.4"],
|
|
["unbox-primitive", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["es-to-primitive", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/es-to-primitive-npm-1.2.1-b7a7eac6c5-4ead6671a2.zip/node_modules/es-to-primitive/",
|
|
"packageDependencies": [
|
|
["es-to-primitive", "npm:1.2.1"],
|
|
["is-callable", "npm:1.2.4"],
|
|
["is-date-object", "npm:1.0.5"],
|
|
["is-symbol", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["es6-object-assign", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/es6-object-assign-npm-1.1.0-0565318480-8d4fdf6348.zip/node_modules/es6-object-assign/",
|
|
"packageDependencies": [
|
|
["es6-object-assign", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["escalade", [
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/escalade-npm-3.1.1-e02da076aa-a3e2a99f07.zip/node_modules/escalade/",
|
|
"packageDependencies": [
|
|
["escalade", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["escape-string-regexp", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/escape-string-regexp-npm-1.0.5-3284de402f-6092fda75c.zip/node_modules/escape-string-regexp/",
|
|
"packageDependencies": [
|
|
["escape-string-regexp", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/escape-string-regexp-npm-2.0.0-aef69d2a25-9f8a2d5743.zip/node_modules/escape-string-regexp/",
|
|
"packageDependencies": [
|
|
["escape-string-regexp", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/escape-string-regexp-npm-4.0.0-4b531d8d59-98b48897d9.zip/node_modules/escape-string-regexp/",
|
|
"packageDependencies": [
|
|
["escape-string-regexp", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/escape-string-regexp-npm-5.0.0-a663e825ce-20daabe197.zip/node_modules/escape-string-regexp/",
|
|
"packageDependencies": [
|
|
["escape-string-regexp", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["escodegen", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/escodegen-npm-2.0.0-6450b02925-5aa6b2966f.zip/node_modules/escodegen/",
|
|
"packageDependencies": [
|
|
["escodegen", "npm:2.0.0"],
|
|
["esprima", "npm:4.0.1"],
|
|
["estraverse", "npm:5.3.0"],
|
|
["esutils", "npm:2.0.3"],
|
|
["optionator", "npm:0.8.3"],
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint", [
|
|
["npm:8.3.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-npm-8.3.0-19231e7a87-c0338471fc.zip/node_modules/eslint/",
|
|
"packageDependencies": [
|
|
["eslint", "npm:8.3.0"],
|
|
["@eslint/eslintrc", "npm:1.0.4"],
|
|
["@humanwhocodes/config-array", "npm:0.6.0"],
|
|
["ajv", "npm:6.12.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["doctrine", "npm:3.0.0"],
|
|
["enquirer", "npm:2.3.6"],
|
|
["escape-string-regexp", "npm:4.0.0"],
|
|
["eslint-scope", "npm:7.1.0"],
|
|
["eslint-utils", "virtual:19231e7a876e62a3305ea09e400ae71af5d6561a052e08d6d8df6032aafb86b7102156f829b949f9bbfa05939834ad775dcdf5acafa1769e0ce3283c98e6e2c0#npm:3.0.0"],
|
|
["eslint-visitor-keys", "npm:3.1.0"],
|
|
["espree", "npm:9.1.0"],
|
|
["esquery", "npm:1.4.0"],
|
|
["esutils", "npm:2.0.3"],
|
|
["fast-deep-equal", "npm:3.1.3"],
|
|
["file-entry-cache", "npm:6.0.1"],
|
|
["functional-red-black-tree", "npm:1.0.1"],
|
|
["glob-parent", "npm:6.0.2"],
|
|
["globals", "npm:13.11.0"],
|
|
["ignore", "npm:4.0.6"],
|
|
["import-fresh", "npm:3.3.0"],
|
|
["imurmurhash", "npm:0.1.4"],
|
|
["is-glob", "npm:4.0.3"],
|
|
["js-yaml", "npm:4.1.0"],
|
|
["json-stable-stringify-without-jsonify", "npm:1.0.1"],
|
|
["levn", "npm:0.4.1"],
|
|
["lodash.merge", "npm:4.6.2"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["natural-compare", "npm:1.4.0"],
|
|
["optionator", "npm:0.9.1"],
|
|
["progress", "npm:2.0.3"],
|
|
["regexpp", "npm:3.2.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["strip-json-comments", "npm:3.1.1"],
|
|
["text-table", "npm:0.2.0"],
|
|
["v8-compile-cache", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-config-prettier", [
|
|
["npm:8.3.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-config-prettier-npm-8.3.0-f540cd1f53-df4cea3032.zip/node_modules/eslint-config-prettier/",
|
|
"packageDependencies": [
|
|
["eslint-config-prettier", "npm:8.3.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:8.3.0", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-config-prettier-virtual-286aafd773/0/cache/eslint-config-prettier-npm-8.3.0-f540cd1f53-df4cea3032.zip/node_modules/eslint-config-prettier/",
|
|
"packageDependencies": [
|
|
["eslint-config-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:8.3.0"],
|
|
["@types/eslint", null],
|
|
["eslint", "npm:8.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-import-resolver-node", [
|
|
["npm:0.3.6", {
|
|
"packageLocation": "./.yarn/cache/eslint-import-resolver-node-npm-0.3.6-d9426786c6-6266733af1.zip/node_modules/eslint-import-resolver-node/",
|
|
"packageDependencies": [
|
|
["eslint-import-resolver-node", "npm:0.3.6"],
|
|
["debug", "virtual:d9426786c635bc4b52511d6cc4b56156f50d780a698c0e20fc6caf10d3be51cbf176e79cff882f4d42a23ff4d0f89fe94222849578214e7fbae0f2754c82af02#npm:3.2.7"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-module-utils", [
|
|
["npm:2.7.1", {
|
|
"packageLocation": "./.yarn/cache/eslint-module-utils-npm-2.7.1-2b7798b493-c30dfa125a.zip/node_modules/eslint-module-utils/",
|
|
"packageDependencies": [
|
|
["eslint-module-utils", "npm:2.7.1"],
|
|
["debug", "virtual:d9426786c635bc4b52511d6cc4b56156f50d780a698c0e20fc6caf10d3be51cbf176e79cff882f4d42a23ff4d0f89fe94222849578214e7fbae0f2754c82af02#npm:3.2.7"],
|
|
["find-up", "npm:2.1.0"],
|
|
["pkg-dir", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-plugin-import", [
|
|
["npm:2.25.3", {
|
|
"packageLocation": "./.yarn/cache/eslint-plugin-import-npm-2.25.3-f5faefaae3-8bdf4b1faf.zip/node_modules/eslint-plugin-import/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-import", "npm:2.25.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:2.25.3", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-plugin-import-virtual-c18fd4c27b/0/cache/eslint-plugin-import-npm-2.25.3-f5faefaae3-8bdf4b1faf.zip/node_modules/eslint-plugin-import/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-import", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:2.25.3"],
|
|
["@types/eslint", null],
|
|
["array-includes", "npm:3.1.4"],
|
|
["array.prototype.flat", "npm:1.2.5"],
|
|
["debug", "virtual:c18fd4c27b04dc0fe8ea07762cc6068411370ecc2aacfaa6402b4d062611f2e5b943137fcb315a06380a4251477a9aede8800b736dd466b8ea19692af4a05267#npm:2.6.9"],
|
|
["doctrine", "npm:2.1.0"],
|
|
["eslint", "npm:8.3.0"],
|
|
["eslint-import-resolver-node", "npm:0.3.6"],
|
|
["eslint-module-utils", "npm:2.7.1"],
|
|
["has", "npm:1.0.3"],
|
|
["is-core-module", "npm:2.8.0"],
|
|
["is-glob", "npm:4.0.3"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["object.values", "npm:1.1.5"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"],
|
|
["tsconfig-paths", "npm:3.11.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-plugin-jsx-a11y", [
|
|
["npm:6.5.1", {
|
|
"packageLocation": "./.yarn/cache/eslint-plugin-jsx-a11y-npm-6.5.1-ea493bf2f2-311ab993ed.zip/node_modules/eslint-plugin-jsx-a11y/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-jsx-a11y", "npm:6.5.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:6.5.1", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-plugin-jsx-a11y-virtual-793a94172f/0/cache/eslint-plugin-jsx-a11y-npm-6.5.1-ea493bf2f2-311ab993ed.zip/node_modules/eslint-plugin-jsx-a11y/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-jsx-a11y", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:6.5.1"],
|
|
["@babel/runtime", "npm:7.16.3"],
|
|
["@types/eslint", null],
|
|
["aria-query", "npm:4.2.2"],
|
|
["array-includes", "npm:3.1.4"],
|
|
["ast-types-flow", "npm:0.0.7"],
|
|
["axe-core", "npm:4.3.5"],
|
|
["axobject-query", "npm:2.2.0"],
|
|
["damerau-levenshtein", "npm:1.0.7"],
|
|
["emoji-regex", "npm:9.2.2"],
|
|
["eslint", "npm:8.3.0"],
|
|
["has", "npm:1.0.3"],
|
|
["jsx-ast-utils", "npm:3.2.1"],
|
|
["language-tags", "npm:1.0.5"],
|
|
["minimatch", "npm:3.0.4"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-plugin-prettier", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-plugin-prettier-npm-4.0.0-e632552861-03d69177a3.zip/node_modules/eslint-plugin-prettier/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-prettier", "npm:4.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-plugin-prettier-virtual-f5a60a0139/0/cache/eslint-plugin-prettier-npm-4.0.0-e632552861-03d69177a3.zip/node_modules/eslint-plugin-prettier/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.0.0"],
|
|
["@types/eslint", null],
|
|
["@types/eslint-config-prettier", null],
|
|
["@types/prettier", null],
|
|
["eslint", "npm:8.3.0"],
|
|
["eslint-config-prettier", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:8.3.0"],
|
|
["prettier", "npm:2.4.1"],
|
|
["prettier-linter-helpers", "npm:1.0.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint-config-prettier",
|
|
"@types/eslint",
|
|
"@types/prettier",
|
|
"eslint-config-prettier",
|
|
"eslint",
|
|
"prettier"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-plugin-react", [
|
|
["npm:7.27.1", {
|
|
"packageLocation": "./.yarn/cache/eslint-plugin-react-npm-7.27.1-a0d982937f-db1ce303b5.zip/node_modules/eslint-plugin-react/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-react", "npm:7.27.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:7.27.1", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-plugin-react-virtual-2bfac7ebb7/0/cache/eslint-plugin-react-npm-7.27.1-a0d982937f-db1ce303b5.zip/node_modules/eslint-plugin-react/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-react", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:7.27.1"],
|
|
["@types/eslint", null],
|
|
["array-includes", "npm:3.1.4"],
|
|
["array.prototype.flatmap", "npm:1.2.5"],
|
|
["doctrine", "npm:2.1.0"],
|
|
["eslint", "npm:8.3.0"],
|
|
["estraverse", "npm:5.3.0"],
|
|
["jsx-ast-utils", "npm:3.2.1"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["object.entries", "npm:1.1.5"],
|
|
["object.fromentries", "npm:2.0.5"],
|
|
["object.hasown", "npm:1.1.0"],
|
|
["object.values", "npm:1.1.5"],
|
|
["prop-types", "npm:15.7.2"],
|
|
["resolve", "patch:resolve@npm%3A2.0.0-next.3#~builtin<compat/resolve>::version=2.0.0-next.3&hash=07638b"],
|
|
["semver", "npm:6.3.0"],
|
|
["string.prototype.matchall", "npm:4.0.6"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-plugin-react-hooks", [
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip/node_modules/eslint-plugin-react-hooks/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-react-hooks", "npm:4.3.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.3.0", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-plugin-react-hooks-virtual-aa600a6cfd/0/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip/node_modules/eslint-plugin-react-hooks/",
|
|
"packageDependencies": [
|
|
["eslint-plugin-react-hooks", "virtual:14dc3c5c29c93a240ee9920d64fd6833645f8d8a02afe23178a1bf927002b564a4b08cf8ebf9743280710b14fd76f4d49a30c662180d631d2b7265cbb3f04552#npm:4.3.0"],
|
|
["@types/eslint", null],
|
|
["eslint", "npm:8.3.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-scope", [
|
|
["npm:7.1.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-scope-npm-7.1.0-463f7a0979-2070470a07.zip/node_modules/eslint-scope/",
|
|
"packageDependencies": [
|
|
["eslint-scope", "npm:7.1.0"],
|
|
["esrecurse", "npm:4.3.0"],
|
|
["estraverse", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-utils", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",
|
|
"packageDependencies": [
|
|
["eslint-utils", "npm:3.0.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:19231e7a876e62a3305ea09e400ae71af5d6561a052e08d6d8df6032aafb86b7102156f829b949f9bbfa05939834ad775dcdf5acafa1769e0ce3283c98e6e2c0#npm:3.0.0", {
|
|
"packageLocation": "./.yarn/__virtual__/eslint-utils-virtual-e5761ed555/0/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",
|
|
"packageDependencies": [
|
|
["eslint-utils", "virtual:19231e7a876e62a3305ea09e400ae71af5d6561a052e08d6d8df6032aafb86b7102156f829b949f9bbfa05939834ad775dcdf5acafa1769e0ce3283c98e6e2c0#npm:3.0.0"],
|
|
["@types/eslint", null],
|
|
["eslint", "npm:8.3.0"],
|
|
["eslint-visitor-keys", "npm:2.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/eslint",
|
|
"eslint"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eslint-visitor-keys", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-visitor-keys-npm-2.1.0-c31806b6b9-e3081d7dd2.zip/node_modules/eslint-visitor-keys/",
|
|
"packageDependencies": [
|
|
["eslint-visitor-keys", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-visitor-keys-npm-3.0.0-4f581d5c84-352607f367.zip/node_modules/eslint-visitor-keys/",
|
|
"packageDependencies": [
|
|
["eslint-visitor-keys", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/eslint-visitor-keys-npm-3.1.0-9a6ffc9175-fd2d613bb3.zip/node_modules/eslint-visitor-keys/",
|
|
"packageDependencies": [
|
|
["eslint-visitor-keys", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["esm", [
|
|
["npm:3.2.25", {
|
|
"packageLocation": "./.yarn/cache/esm-npm-3.2.25-762b3ebd40-978aabe2de.zip/node_modules/esm/",
|
|
"packageDependencies": [
|
|
["esm", "npm:3.2.25"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["espree", [
|
|
["npm:9.0.0", {
|
|
"packageLocation": "./.yarn/cache/espree-npm-9.0.0-77ec52a2b9-f313c642e3.zip/node_modules/espree/",
|
|
"packageDependencies": [
|
|
["espree", "npm:9.0.0"],
|
|
["acorn", "npm:8.5.0"],
|
|
["acorn-jsx", "virtual:77ec52a2b9cceffd566df1c21862c553f048c3b3a9e61fef05be168830f015f2c6623bef122039c5545c88ac094f01e6a8057b73cb621a1ca41023cc601dfc59#npm:5.3.2"],
|
|
["eslint-visitor-keys", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/espree-npm-9.1.0-fd22538590-ba9b0f759c.zip/node_modules/espree/",
|
|
"packageDependencies": [
|
|
["espree", "npm:9.1.0"],
|
|
["acorn", "npm:8.6.0"],
|
|
["acorn-jsx", "virtual:fd2253859039a15030fecf2d1545fcad47d7bd43468b9166c71fdd4e35b538414e653775f5401c948ed8db3eb1925f84c66c161d39a27b19ee73fef5e721329e#npm:5.3.2"],
|
|
["eslint-visitor-keys", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["esprima", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/esprima-npm-4.0.1-1084e98778-b45bc805a6.zip/node_modules/esprima/",
|
|
"packageDependencies": [
|
|
["esprima", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["esquery", [
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/esquery-npm-1.4.0-f39408b1a7-a0807e17ab.zip/node_modules/esquery/",
|
|
"packageDependencies": [
|
|
["esquery", "npm:1.4.0"],
|
|
["estraverse", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["esrecurse", [
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/esrecurse-npm-4.3.0-10b86a887a-ebc17b1a33.zip/node_modules/esrecurse/",
|
|
"packageDependencies": [
|
|
["esrecurse", "npm:4.3.0"],
|
|
["estraverse", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["estraverse", [
|
|
["npm:5.3.0", {
|
|
"packageLocation": "./.yarn/cache/estraverse-npm-5.3.0-03284f8f63-072780882d.zip/node_modules/estraverse/",
|
|
"packageDependencies": [
|
|
["estraverse", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["esutils", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/esutils-npm-2.0.3-f865beafd5-22b5b08f74.zip/node_modules/esutils/",
|
|
"packageDependencies": [
|
|
["esutils", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["etag", [
|
|
["npm:1.8.1", {
|
|
"packageLocation": "./.yarn/cache/etag-npm-1.8.1-54a3b989d9-571aeb3dbe.zip/node_modules/etag/",
|
|
"packageDependencies": [
|
|
["etag", "npm:1.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["event-target-shim", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/event-target-shim-npm-5.0.1-cb48709025-1ffe3bb22a.zip/node_modules/event-target-shim/",
|
|
"packageDependencies": [
|
|
["event-target-shim", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["eventemitter3", [
|
|
["npm:4.0.7", {
|
|
"packageLocation": "./.yarn/cache/eventemitter3-npm-4.0.7-7afcdd74ae-1875311c42.zip/node_modules/eventemitter3/",
|
|
"packageDependencies": [
|
|
["eventemitter3", "npm:4.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["events", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/events-npm-1.1.1-ca9e5d580e-40431eb005.zip/node_modules/events/",
|
|
"packageDependencies": [
|
|
["events", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.3.0", {
|
|
"packageLocation": "./.yarn/cache/events-npm-3.3.0-c280bc7e48-f6f487ad21.zip/node_modules/events/",
|
|
"packageDependencies": [
|
|
["events", "npm:3.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["evp_bytestokey", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/evp_bytestokey-npm-1.0.3-4a2644aaea-ad4e1577f1.zip/node_modules/evp_bytestokey/",
|
|
"packageDependencies": [
|
|
["evp_bytestokey", "npm:1.0.3"],
|
|
["md5.js", "npm:1.3.5"],
|
|
["node-gyp", "npm:8.3.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["execa", [
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/cache/execa-npm-5.1.1-191347acf5-fba9022c8c.zip/node_modules/execa/",
|
|
"packageDependencies": [
|
|
["execa", "npm:5.1.1"],
|
|
["cross-spawn", "npm:7.0.3"],
|
|
["get-stream", "npm:6.0.1"],
|
|
["human-signals", "npm:2.1.0"],
|
|
["is-stream", "npm:2.0.1"],
|
|
["merge-stream", "npm:2.0.0"],
|
|
["npm-run-path", "npm:4.0.1"],
|
|
["onetime", "npm:5.1.2"],
|
|
["signal-exit", "npm:3.0.5"],
|
|
["strip-final-newline", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["exit", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/exit-npm-0.1.2-ef3761a67d-abc407f07a.zip/node_modules/exit/",
|
|
"packageDependencies": [
|
|
["exit", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["expand-template", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/expand-template-npm-2.0.3-80de959306-588c198472.zip/node_modules/expand-template/",
|
|
"packageDependencies": [
|
|
["expand-template", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["expect", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/expect-npm-27.3.1-c00331f3de-e7681ecc7a.zip/node_modules/expect/",
|
|
"packageDependencies": [
|
|
["expect", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["ansi-styles", "npm:5.2.0"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["jest-matcher-utils", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-regex-util", "npm:27.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["extend", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/extend-npm-3.0.2-e1ca07ac54-a50a8309ca.zip/node_modules/extend/",
|
|
"packageDependencies": [
|
|
["extend", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["external-editor", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/external-editor-npm-3.1.0-878e7807af-1c2a616a73.zip/node_modules/external-editor/",
|
|
"packageDependencies": [
|
|
["external-editor", "npm:3.1.0"],
|
|
["chardet", "npm:0.7.0"],
|
|
["iconv-lite", "npm:0.4.24"],
|
|
["tmp", "npm:0.0.33"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["extsprintf", [
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/extsprintf-npm-1.3.0-61a92b324c-cee7a4a1e3.zip/node_modules/extsprintf/",
|
|
"packageDependencies": [
|
|
["extsprintf", "npm:1.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/extsprintf-npm-1.4.0-2b015bcaab-184dc8a413.zip/node_modules/extsprintf/",
|
|
"packageDependencies": [
|
|
["extsprintf", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-deep-equal", [
|
|
["npm:3.1.3", {
|
|
"packageLocation": "./.yarn/cache/fast-deep-equal-npm-3.1.3-790edcfcf5-e21a9d8d84.zip/node_modules/fast-deep-equal/",
|
|
"packageDependencies": [
|
|
["fast-deep-equal", "npm:3.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-diff", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/fast-diff-npm-1.2.0-5ba4171bb6-1b5306eaa9.zip/node_modules/fast-diff/",
|
|
"packageDependencies": [
|
|
["fast-diff", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-glob", [
|
|
["npm:3.2.7", {
|
|
"packageLocation": "./.yarn/cache/fast-glob-npm-3.2.7-a2f0a45f5b-2f4708ff11.zip/node_modules/fast-glob/",
|
|
"packageDependencies": [
|
|
["fast-glob", "npm:3.2.7"],
|
|
["@nodelib/fs.stat", "npm:2.0.5"],
|
|
["@nodelib/fs.walk", "npm:1.2.8"],
|
|
["glob-parent", "npm:5.1.2"],
|
|
["merge2", "npm:1.4.1"],
|
|
["micromatch", "npm:4.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-json-stable-stringify", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/fast-json-stable-stringify-npm-2.1.0-02e8905fda-b191531e36.zip/node_modules/fast-json-stable-stringify/",
|
|
"packageDependencies": [
|
|
["fast-json-stable-stringify", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-levenshtein", [
|
|
["npm:2.0.6", {
|
|
"packageLocation": "./.yarn/cache/fast-levenshtein-npm-2.0.6-fcd74b8df5-92cfec0a8d.zip/node_modules/fast-levenshtein/",
|
|
"packageDependencies": [
|
|
["fast-levenshtein", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fast-text-encoding", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/fast-text-encoding-npm-1.0.3-0f6dc8b4a3-3e51365896.zip/node_modules/fast-text-encoding/",
|
|
"packageDependencies": [
|
|
["fast-text-encoding", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fastq", [
|
|
["npm:1.13.0", {
|
|
"packageLocation": "./.yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip/node_modules/fastq/",
|
|
"packageDependencies": [
|
|
["fastq", "npm:1.13.0"],
|
|
["reusify", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fault", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/fault-npm-1.0.4-2788bc13e3-5ac610d8b0.zip/node_modules/fault/",
|
|
"packageDependencies": [
|
|
["fault", "npm:1.0.4"],
|
|
["format", "npm:0.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fb-watchman", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/fb-watchman-npm-2.0.1-30005d50fe-8510230778.zip/node_modules/fb-watchman/",
|
|
"packageDependencies": [
|
|
["fb-watchman", "npm:2.0.1"],
|
|
["bser", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fd-slicer", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/fd-slicer-npm-1.1.0-3cade0050a-c8585fd571.zip/node_modules/fd-slicer/",
|
|
"packageDependencies": [
|
|
["fd-slicer", "npm:1.1.0"],
|
|
["pend", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["figures", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/figures-npm-3.2.0-85d357e955-85a6ad29e9.zip/node_modules/figures/",
|
|
"packageDependencies": [
|
|
["figures", "npm:3.2.0"],
|
|
["escape-string-regexp", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["file-entry-cache", [
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/file-entry-cache-npm-6.0.1-31965cf0af-f49701feaa.zip/node_modules/file-entry-cache/",
|
|
"packageDependencies": [
|
|
["file-entry-cache", "npm:6.0.1"],
|
|
["flat-cache", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["file-type", [
|
|
["npm:3.9.0", {
|
|
"packageLocation": "./.yarn/cache/file-type-npm-3.9.0-fec2c20533-1db70b2485.zip/node_modules/file-type/",
|
|
"packageDependencies": [
|
|
["file-type", "npm:3.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/file-type-npm-5.2.0-d8b09d0b59-b2b21c7fc3.zip/node_modules/file-type/",
|
|
"packageDependencies": [
|
|
["file-type", "npm:5.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.2.0", {
|
|
"packageLocation": "./.yarn/cache/file-type-npm-6.2.0-0b469e4b41-749540cefc.zip/node_modules/file-type/",
|
|
"packageDependencies": [
|
|
["file-type", "npm:6.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fill-range", [
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/fill-range-npm-7.0.1-b8b1817caa-cc283f4e65.zip/node_modules/fill-range/",
|
|
"packageDependencies": [
|
|
["fill-range", "npm:7.0.1"],
|
|
["to-regex-range", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["filter-obj", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/filter-obj-npm-1.1.0-84128fc26d-cf2104a7c4.zip/node_modules/filter-obj/",
|
|
"packageDependencies": [
|
|
["filter-obj", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["find-cache-dir", [
|
|
["npm:3.3.1", {
|
|
"packageLocation": "./.yarn/cache/find-cache-dir-npm-3.3.1-66916b4b23-0f7c22b65e.zip/node_modules/find-cache-dir/",
|
|
"packageDependencies": [
|
|
["find-cache-dir", "npm:3.3.1"],
|
|
["commondir", "npm:1.0.1"],
|
|
["make-dir", "npm:3.1.0"],
|
|
["pkg-dir", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.3.2", {
|
|
"packageLocation": "./.yarn/cache/find-cache-dir-npm-3.3.2-836e68dd83-1e61c2e64f.zip/node_modules/find-cache-dir/",
|
|
"packageDependencies": [
|
|
["find-cache-dir", "npm:3.3.2"],
|
|
["commondir", "npm:1.0.1"],
|
|
["make-dir", "npm:3.1.0"],
|
|
["pkg-dir", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["find-root", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/find-root-npm-1.1.0-a16a94005f-b2a59fe4b6.zip/node_modules/find-root/",
|
|
"packageDependencies": [
|
|
["find-root", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["find-up", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/find-up-npm-2.1.0-9f6cb1765c-43284fe4da.zip/node_modules/find-up/",
|
|
"packageDependencies": [
|
|
["find-up", "npm:2.1.0"],
|
|
["locate-path", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/find-up-npm-4.1.0-c3ccf8d855-4c172680e8.zip/node_modules/find-up/",
|
|
"packageDependencies": [
|
|
["find-up", "npm:4.1.0"],
|
|
["locate-path", "npm:5.0.0"],
|
|
["path-exists", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["flat-cache", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/flat-cache-npm-3.0.4-ee77e5911e-4fdd10ecbc.zip/node_modules/flat-cache/",
|
|
"packageDependencies": [
|
|
["flat-cache", "npm:3.0.4"],
|
|
["flatted", "npm:3.2.2"],
|
|
["rimraf", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["flatted", [
|
|
["npm:3.2.2", {
|
|
"packageLocation": "./.yarn/cache/flatted-npm-3.2.2-d61e116742-9d5e03fd93.zip/node_modules/flatted/",
|
|
"packageDependencies": [
|
|
["flatted", "npm:3.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["follow-redirects", [
|
|
["npm:1.14.4", {
|
|
"packageLocation": "./.yarn/cache/follow-redirects-npm-1.14.4-19eb02e590-d4ce74cf5c.zip/node_modules/follow-redirects/",
|
|
"packageDependencies": [
|
|
["follow-redirects", "npm:1.14.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:39e5c1e79ea63134f0cf339f4463df92854aaf708a45210afd29a0b4b9f67f95b34a1abbcabaae6d0033ad99a1d5f690ab51ed8e5d3283b87ccbc3a9ab3ec05f#npm:1.14.4", {
|
|
"packageLocation": "./.yarn/__virtual__/follow-redirects-virtual-85215bccf9/0/cache/follow-redirects-npm-1.14.4-19eb02e590-d4ce74cf5c.zip/node_modules/follow-redirects/",
|
|
"packageDependencies": [
|
|
["follow-redirects", "virtual:39e5c1e79ea63134f0cf339f4463df92854aaf708a45210afd29a0b4b9f67f95b34a1abbcabaae6d0033ad99a1d5f690ab51ed8e5d3283b87ccbc3a9ab3ec05f#npm:1.14.4"],
|
|
["@types/debug", null],
|
|
["debug", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/debug",
|
|
"debug"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["foreach", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/foreach-npm-2.0.5-9fbfc73114-dab4fbfef0.zip/node_modules/foreach/",
|
|
"packageDependencies": [
|
|
["foreach", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["forever-agent", [
|
|
["npm:0.6.1", {
|
|
"packageLocation": "./.yarn/cache/forever-agent-npm-0.6.1-01dae53bf9-766ae6e220.zip/node_modules/forever-agent/",
|
|
"packageDependencies": [
|
|
["forever-agent", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["form-data", [
|
|
["npm:2.3.3", {
|
|
"packageLocation": "./.yarn/cache/form-data-npm-2.3.3-c016cc11c0-10c1780fa1.zip/node_modules/form-data/",
|
|
"packageDependencies": [
|
|
["form-data", "npm:2.3.3"],
|
|
["asynckit", "npm:0.4.0"],
|
|
["combined-stream", "npm:1.0.8"],
|
|
["mime-types", "npm:2.1.33"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.5.1", {
|
|
"packageLocation": "./.yarn/cache/form-data-npm-2.5.1-47256351b5-5134ada56c.zip/node_modules/form-data/",
|
|
"packageDependencies": [
|
|
["form-data", "npm:2.5.1"],
|
|
["asynckit", "npm:0.4.0"],
|
|
["combined-stream", "npm:1.0.8"],
|
|
["mime-types", "npm:2.1.33"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/form-data-npm-3.0.1-d080d436e0-b019e8d35c.zip/node_modules/form-data/",
|
|
"packageDependencies": [
|
|
["form-data", "npm:3.0.1"],
|
|
["asynckit", "npm:0.4.0"],
|
|
["combined-stream", "npm:1.0.8"],
|
|
["mime-types", "npm:2.1.33"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/form-data-npm-4.0.0-916facec2d-01135bf867.zip/node_modules/form-data/",
|
|
"packageDependencies": [
|
|
["form-data", "npm:4.0.0"],
|
|
["asynckit", "npm:0.4.0"],
|
|
["combined-stream", "npm:1.0.8"],
|
|
["mime-types", "npm:2.1.33"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["format", [
|
|
["npm:0.2.2", {
|
|
"packageLocation": "./.yarn/cache/format-npm-0.2.2-679f3acc64-646a60e133.zip/node_modules/format/",
|
|
"packageDependencies": [
|
|
["format", "npm:0.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fs-constants", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/fs-constants-npm-1.0.0-59576b2177-18f5b71837.zip/node_modules/fs-constants/",
|
|
"packageDependencies": [
|
|
["fs-constants", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fs-extra", [
|
|
["npm:10.0.0", {
|
|
"packageLocation": "./.yarn/cache/fs-extra-npm-10.0.0-4f8c704115-5285a3d8f3.zip/node_modules/fs-extra/",
|
|
"packageDependencies": [
|
|
["fs-extra", "npm:10.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jsonfile", "npm:6.1.0"],
|
|
["universalify", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/fs-extra-npm-9.1.0-983c2ddb4c-ba71ba32e0.zip/node_modules/fs-extra/",
|
|
"packageDependencies": [
|
|
["fs-extra", "npm:9.1.0"],
|
|
["at-least-node", "npm:1.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jsonfile", "npm:6.1.0"],
|
|
["universalify", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fs-minipass", [
|
|
["npm:1.2.7", {
|
|
"packageLocation": "./.yarn/cache/fs-minipass-npm-1.2.7-0e18342ce1-40fd46a2b5.zip/node_modules/fs-minipass/",
|
|
"packageDependencies": [
|
|
["fs-minipass", "npm:1.2.7"],
|
|
["minipass", "npm:2.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/fs-minipass-npm-2.1.0-501ef87306-1b8d128dae.zip/node_modules/fs-minipass/",
|
|
"packageDependencies": [
|
|
["fs-minipass", "npm:2.1.0"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fs-readdir-recursive", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/fs-readdir-recursive-npm-1.1.0-258e230a4b-29d50f3d21.zip/node_modules/fs-readdir-recursive/",
|
|
"packageDependencies": [
|
|
["fs-readdir-recursive", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fs.realpath", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/fs.realpath-npm-1.0.0-c8f05d8126-99ddea01a7.zip/node_modules/fs.realpath/",
|
|
"packageDependencies": [
|
|
["fs.realpath", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fsevents", [
|
|
["patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7", {
|
|
"packageLocation": "./.yarn/unplugged/fsevents-patch-3340e2eb10/node_modules/fsevents/",
|
|
"packageDependencies": [
|
|
["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"],
|
|
["node-gyp", "npm:8.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["fstream", [
|
|
["npm:1.0.12", {
|
|
"packageLocation": "./.yarn/cache/fstream-npm-1.0.12-db27e8a713-e6998651ae.zip/node_modules/fstream/",
|
|
"packageDependencies": [
|
|
["fstream", "npm:1.0.12"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["inherits", "npm:2.0.4"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["rimraf", "npm:2.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["function-bind", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/function-bind-npm-1.1.1-b56b322ae9-b32fbaebb3.zip/node_modules/function-bind/",
|
|
"packageDependencies": [
|
|
["function-bind", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["functional-red-black-tree", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/functional-red-black-tree-npm-1.0.1-ccfe924dcd-ca6c170f37.zip/node_modules/functional-red-black-tree/",
|
|
"packageDependencies": [
|
|
["functional-red-black-tree", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gauge", [
|
|
["npm:2.7.4", {
|
|
"packageLocation": "./.yarn/cache/gauge-npm-2.7.4-2189a73529-a89b53cee6.zip/node_modules/gauge/",
|
|
"packageDependencies": [
|
|
["gauge", "npm:2.7.4"],
|
|
["aproba", "npm:1.2.0"],
|
|
["console-control-strings", "npm:1.1.0"],
|
|
["has-unicode", "npm:2.0.1"],
|
|
["object-assign", "npm:4.1.1"],
|
|
["signal-exit", "npm:3.0.5"],
|
|
["string-width", "npm:1.0.2"],
|
|
["strip-ansi", "npm:3.0.1"],
|
|
["wide-align", "npm:1.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gaxios", [
|
|
["npm:4.3.2", {
|
|
"packageLocation": "./.yarn/cache/gaxios-npm-4.3.2-b78acb4075-1305fc6a4b.zip/node_modules/gaxios/",
|
|
"packageDependencies": [
|
|
["gaxios", "npm:4.3.2"],
|
|
["abort-controller", "npm:3.0.0"],
|
|
["extend", "npm:3.0.2"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["is-stream", "npm:2.0.1"],
|
|
["node-fetch", "npm:2.6.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gcp-metadata", [
|
|
["npm:4.3.1", {
|
|
"packageLocation": "./.yarn/cache/gcp-metadata-npm-4.3.1-2410ad0276-b0b1b85ea2.zip/node_modules/gcp-metadata/",
|
|
"packageDependencies": [
|
|
["gcp-metadata", "npm:4.3.1"],
|
|
["gaxios", "npm:4.3.2"],
|
|
["json-bigint", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["generic-pool", [
|
|
["npm:3.8.2", {
|
|
"packageLocation": "./.yarn/cache/generic-pool-npm-3.8.2-e08966e1f1-f549077d90.zip/node_modules/generic-pool/",
|
|
"packageDependencies": [
|
|
["generic-pool", "npm:3.8.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gensync", [
|
|
["npm:1.0.0-beta.2", {
|
|
"packageLocation": "./.yarn/cache/gensync-npm-1.0.0-beta.2-224666d72f-a7437e58c6.zip/node_modules/gensync/",
|
|
"packageDependencies": [
|
|
["gensync", "npm:1.0.0-beta.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-caller-file", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/get-caller-file-npm-2.0.5-80e8a86305-b9769a836d.zip/node_modules/get-caller-file/",
|
|
"packageDependencies": [
|
|
["get-caller-file", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-intrinsic", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/get-intrinsic-npm-1.1.1-7e868745da-a9fe2ca8fa.zip/node_modules/get-intrinsic/",
|
|
"packageDependencies": [
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["function-bind", "npm:1.1.1"],
|
|
["has", "npm:1.0.3"],
|
|
["has-symbols", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-orientation", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/get-orientation-npm-1.1.2-1c1b381f3c-4b6b9ca03b.zip/node_modules/get-orientation/",
|
|
"packageDependencies": [
|
|
["get-orientation", "npm:1.1.2"],
|
|
["stream-parser", "npm:0.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-package-type", [
|
|
["npm:0.1.0", {
|
|
"packageLocation": "./.yarn/cache/get-package-type-npm-0.1.0-6c70cdc8ab-bba0811116.zip/node_modules/get-package-type/",
|
|
"packageDependencies": [
|
|
["get-package-type", "npm:0.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-pkg-repo", [
|
|
["npm:4.2.1", {
|
|
"packageLocation": "./.yarn/cache/get-pkg-repo-npm-4.2.1-b1cd052cb4-5abf169137.zip/node_modules/get-pkg-repo/",
|
|
"packageDependencies": [
|
|
["get-pkg-repo", "npm:4.2.1"],
|
|
["@hutson/parse-repository-url", "npm:3.0.2"],
|
|
["hosted-git-info", "npm:4.0.2"],
|
|
["through2", "npm:2.0.5"],
|
|
["yargs", "npm:16.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-port", [
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/cache/get-port-npm-5.1.1-2f6074007a-0162663ffe.zip/node_modules/get-port/",
|
|
"packageDependencies": [
|
|
["get-port", "npm:5.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-stream", [
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/get-stream-npm-2.3.1-1755f3cab9-d82c86556e.zip/node_modules/get-stream/",
|
|
"packageDependencies": [
|
|
["get-stream", "npm:2.3.1"],
|
|
["object-assign", "npm:4.1.1"],
|
|
["pinkie-promise", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/get-stream-npm-5.2.0-2cfd3b452b-8bc1a23174.zip/node_modules/get-stream/",
|
|
"packageDependencies": [
|
|
["get-stream", "npm:5.2.0"],
|
|
["pump", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/get-stream-npm-6.0.1-83e51a4642-e04ecece32.zip/node_modules/get-stream/",
|
|
"packageDependencies": [
|
|
["get-stream", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["get-symbol-description", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/get-symbol-description-npm-1.0.0-9c95a4bc1f-9ceff8fe96.zip/node_modules/get-symbol-description/",
|
|
"packageDependencies": [
|
|
["get-symbol-description", "npm:1.0.0"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["get-intrinsic", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["getopts", [
|
|
["npm:2.2.5", {
|
|
"packageLocation": "./.yarn/cache/getopts-npm-2.2.5-550074bd56-f8b21793e6.zip/node_modules/getopts/",
|
|
"packageDependencies": [
|
|
["getopts", "npm:2.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["getpass", [
|
|
["npm:0.1.7", {
|
|
"packageLocation": "./.yarn/cache/getpass-npm-0.1.7-519164a3be-ab18d55661.zip/node_modules/getpass/",
|
|
"packageDependencies": [
|
|
["getpass", "npm:0.1.7"],
|
|
["assert-plus", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["git-raw-commits", [
|
|
["npm:2.0.10", {
|
|
"packageLocation": "./.yarn/cache/git-raw-commits-npm-2.0.10-66e3a843dd-66e2d7b4cd.zip/node_modules/git-raw-commits/",
|
|
"packageDependencies": [
|
|
["git-raw-commits", "npm:2.0.10"],
|
|
["dargs", "npm:7.0.0"],
|
|
["lodash", "npm:4.17.21"],
|
|
["meow", "npm:8.1.2"],
|
|
["split2", "npm:3.2.2"],
|
|
["through2", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["git-remote-origin-url", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/git-remote-origin-url-npm-2.0.0-319debe0d1-85263a09c0.zip/node_modules/git-remote-origin-url/",
|
|
"packageDependencies": [
|
|
["git-remote-origin-url", "npm:2.0.0"],
|
|
["gitconfiglocal", "npm:1.0.0"],
|
|
["pify", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["git-semver-tags", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/git-semver-tags-npm-4.1.1-93b9747811-e16d02a515.zip/node_modules/git-semver-tags/",
|
|
"packageDependencies": [
|
|
["git-semver-tags", "npm:4.1.1"],
|
|
["meow", "npm:8.1.2"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["git-up", [
|
|
["npm:4.0.5", {
|
|
"packageLocation": "./.yarn/cache/git-up-npm-4.0.5-ee94e6e390-dd8f39a115.zip/node_modules/git-up/",
|
|
"packageDependencies": [
|
|
["git-up", "npm:4.0.5"],
|
|
["is-ssh", "npm:1.3.3"],
|
|
["parse-url", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["git-url-parse", [
|
|
["npm:11.6.0", {
|
|
"packageLocation": "./.yarn/cache/git-url-parse-npm-11.6.0-864c0a6898-18a7d0bbac.zip/node_modules/git-url-parse/",
|
|
"packageDependencies": [
|
|
["git-url-parse", "npm:11.6.0"],
|
|
["git-up", "npm:4.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gitconfiglocal", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/gitconfiglocal-npm-1.0.0-905970379d-e6d2764c15.zip/node_modules/gitconfiglocal/",
|
|
"packageDependencies": [
|
|
["gitconfiglocal", "npm:1.0.0"],
|
|
["ini", "npm:1.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["github-from-package", [
|
|
["npm:0.0.0", {
|
|
"packageLocation": "./.yarn/cache/github-from-package-npm-0.0.0-519f80c9a1-14e448192a.zip/node_modules/github-from-package/",
|
|
"packageDependencies": [
|
|
["github-from-package", "npm:0.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["glob", [
|
|
["npm:7.1.7", {
|
|
"packageLocation": "./.yarn/cache/glob-npm-7.1.7-5698ad9c48-b61f48973b.zip/node_modules/glob/",
|
|
"packageDependencies": [
|
|
["glob", "npm:7.1.7"],
|
|
["fs.realpath", "npm:1.0.0"],
|
|
["inflight", "npm:1.0.6"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["once", "npm:1.4.0"],
|
|
["path-is-absolute", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.2.0", {
|
|
"packageLocation": "./.yarn/cache/glob-npm-7.2.0-bb4644d239-78a8ea9423.zip/node_modules/glob/",
|
|
"packageDependencies": [
|
|
["glob", "npm:7.2.0"],
|
|
["fs.realpath", "npm:1.0.0"],
|
|
["inflight", "npm:1.0.6"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimatch", "npm:3.0.4"],
|
|
["once", "npm:1.4.0"],
|
|
["path-is-absolute", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["glob-parent", [
|
|
["npm:5.1.2", {
|
|
"packageLocation": "./.yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip/node_modules/glob-parent/",
|
|
"packageDependencies": [
|
|
["glob-parent", "npm:5.1.2"],
|
|
["is-glob", "npm:4.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.2", {
|
|
"packageLocation": "./.yarn/cache/glob-parent-npm-6.0.2-2cbef12738-c13ee97978.zip/node_modules/glob-parent/",
|
|
"packageDependencies": [
|
|
["glob-parent", "npm:6.0.2"],
|
|
["is-glob", "npm:4.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["glob-to-regexp", [
|
|
["npm:0.4.1", {
|
|
"packageLocation": "./.yarn/cache/glob-to-regexp-npm-0.4.1-cd697e0fc7-e795f4e8f0.zip/node_modules/glob-to-regexp/",
|
|
"packageDependencies": [
|
|
["glob-to-regexp", "npm:0.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["globals", [
|
|
["npm:11.12.0", {
|
|
"packageLocation": "./.yarn/cache/globals-npm-11.12.0-1fa7f41a6c-67051a45ec.zip/node_modules/globals/",
|
|
"packageDependencies": [
|
|
["globals", "npm:11.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:13.11.0", {
|
|
"packageLocation": "./.yarn/cache/globals-npm-13.11.0-472e1471b0-e9e5624154.zip/node_modules/globals/",
|
|
"packageDependencies": [
|
|
["globals", "npm:13.11.0"],
|
|
["type-fest", "npm:0.20.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["globby", [
|
|
["npm:11.0.4", {
|
|
"packageLocation": "./.yarn/cache/globby-npm-11.0.4-592ce71cca-d3e02d5e45.zip/node_modules/globby/",
|
|
"packageDependencies": [
|
|
["globby", "npm:11.0.4"],
|
|
["array-union", "npm:2.1.0"],
|
|
["dir-glob", "npm:3.0.1"],
|
|
["fast-glob", "npm:3.2.7"],
|
|
["ignore", "npm:5.1.8"],
|
|
["merge2", "npm:1.4.1"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["google-auth-library", [
|
|
["npm:6.1.6", {
|
|
"packageLocation": "./.yarn/cache/google-auth-library-npm-6.1.6-58e29c36a6-d65fcb43c8.zip/node_modules/google-auth-library/",
|
|
"packageDependencies": [
|
|
["google-auth-library", "npm:6.1.6"],
|
|
["arrify", "npm:2.0.1"],
|
|
["base64-js", "npm:1.5.1"],
|
|
["ecdsa-sig-formatter", "npm:1.0.11"],
|
|
["fast-text-encoding", "npm:1.0.3"],
|
|
["gaxios", "npm:4.3.2"],
|
|
["gcp-metadata", "npm:4.3.1"],
|
|
["gtoken", "npm:5.3.1"],
|
|
["jws", "npm:4.0.0"],
|
|
["lru-cache", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["google-p12-pem", [
|
|
["npm:3.1.2", {
|
|
"packageLocation": "./.yarn/cache/google-p12-pem-npm-3.1.2-3d78867c08-50456e1a73.zip/node_modules/google-p12-pem/",
|
|
"packageDependencies": [
|
|
["google-p12-pem", "npm:3.1.2"],
|
|
["node-forge", "npm:0.10.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["google-spreadsheet", [
|
|
["npm:3.1.15", {
|
|
"packageLocation": "./.yarn/cache/google-spreadsheet-npm-3.1.15-e71f176745-1ec37d71ee.zip/node_modules/google-spreadsheet/",
|
|
"packageDependencies": [
|
|
["google-spreadsheet", "npm:3.1.15"],
|
|
["axios", "npm:0.21.4"],
|
|
["google-auth-library", "npm:6.1.6"],
|
|
["lodash", "npm:4.17.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["got", [
|
|
["npm:11.8.2", {
|
|
"packageLocation": "./.yarn/cache/got-npm-11.8.2-c1eb105458-41ad7bf74f.zip/node_modules/got/",
|
|
"packageDependencies": [
|
|
["got", "npm:11.8.2"],
|
|
["@sindresorhus/is", "npm:4.2.0"],
|
|
["@szmarczak/http-timer", "npm:4.0.6"],
|
|
["@types/cacheable-request", "npm:6.0.2"],
|
|
["@types/responselike", "npm:1.0.0"],
|
|
["cacheable-lookup", "npm:5.0.4"],
|
|
["cacheable-request", "npm:7.0.2"],
|
|
["decompress-response", "npm:6.0.0"],
|
|
["http2-wrapper", "npm:1.0.3"],
|
|
["lowercase-keys", "npm:2.0.0"],
|
|
["p-cancelable", "npm:2.1.1"],
|
|
["responselike", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["graceful-fs", [
|
|
["npm:4.2.8", {
|
|
"packageLocation": "./.yarn/cache/graceful-fs-npm-4.2.8-37c16fc3d3-5d224c8969.zip/node_modules/graceful-fs/",
|
|
"packageDependencies": [
|
|
["graceful-fs", "npm:4.2.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["grapheme-splitter", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip/node_modules/grapheme-splitter/",
|
|
"packageDependencies": [
|
|
["grapheme-splitter", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["gtoken", [
|
|
["npm:5.3.1", {
|
|
"packageLocation": "./.yarn/cache/gtoken-npm-5.3.1-d316026d7b-7746679027.zip/node_modules/gtoken/",
|
|
"packageDependencies": [
|
|
["gtoken", "npm:5.3.1"],
|
|
["gaxios", "npm:4.3.2"],
|
|
["google-p12-pem", "npm:3.1.2"],
|
|
["jws", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["handlebars", [
|
|
["npm:4.7.7", {
|
|
"packageLocation": "./.yarn/cache/handlebars-npm-4.7.7-a9ccfabf80-1e79a43f5e.zip/node_modules/handlebars/",
|
|
"packageDependencies": [
|
|
["handlebars", "npm:4.7.7"],
|
|
["minimist", "npm:1.2.5"],
|
|
["neo-async", "npm:2.6.2"],
|
|
["source-map", "npm:0.6.1"],
|
|
["uglify-js", "npm:3.14.2"],
|
|
["wordwrap", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["har-schema", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/har-schema-npm-2.0.0-3a318c0ca5-d8946348f3.zip/node_modules/har-schema/",
|
|
"packageDependencies": [
|
|
["har-schema", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["har-validator", [
|
|
["npm:5.1.5", {
|
|
"packageLocation": "./.yarn/cache/har-validator-npm-5.1.5-bd9ac162f5-b998a7269c.zip/node_modules/har-validator/",
|
|
"packageDependencies": [
|
|
["har-validator", "npm:5.1.5"],
|
|
["ajv", "npm:6.12.6"],
|
|
["har-schema", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hard-rejection", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/hard-rejection-npm-2.1.0-a80f2a977d-7baaf80a0c.zip/node_modules/hard-rejection/",
|
|
"packageDependencies": [
|
|
["hard-rejection", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/has-npm-1.0.3-b7f00631c1-b9ad53d53b.zip/node_modules/has/",
|
|
"packageDependencies": [
|
|
["has", "npm:1.0.3"],
|
|
["function-bind", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has-bigints", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/has-bigints-npm-1.0.1-1b93717a74-44ab558681.zip/node_modules/has-bigints/",
|
|
"packageDependencies": [
|
|
["has-bigints", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has-flag", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/has-flag-npm-3.0.0-16ac11fe05-4a15638b45.zip/node_modules/has-flag/",
|
|
"packageDependencies": [
|
|
["has-flag", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/has-flag-npm-4.0.0-32af9f0536-261a135703.zip/node_modules/has-flag/",
|
|
"packageDependencies": [
|
|
["has-flag", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has-symbols", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/has-symbols-npm-1.0.2-50e53af115-2309c42607.zip/node_modules/has-symbols/",
|
|
"packageDependencies": [
|
|
["has-symbols", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has-tostringtag", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/has-tostringtag-npm-1.0.0-b1fcf3ab55-cc12eb28cb.zip/node_modules/has-tostringtag/",
|
|
"packageDependencies": [
|
|
["has-tostringtag", "npm:1.0.0"],
|
|
["has-symbols", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["has-unicode", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/has-unicode-npm-2.0.1-893adb4747-1eab07a743.zip/node_modules/has-unicode/",
|
|
"packageDependencies": [
|
|
["has-unicode", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hash-base", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/hash-base-npm-3.1.0-26fc5711dd-26b7e97ac3.zip/node_modules/hash-base/",
|
|
"packageDependencies": [
|
|
["hash-base", "npm:3.1.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hash.js", [
|
|
["npm:1.1.7", {
|
|
"packageLocation": "./.yarn/cache/hash.js-npm-1.1.7-f1ad187358-e350096e65.zip/node_modules/hash.js/",
|
|
"packageDependencies": [
|
|
["hash.js", "npm:1.1.7"],
|
|
["inherits", "npm:2.0.4"],
|
|
["minimalistic-assert", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-to-hyperscript", [
|
|
["npm:10.0.1", {
|
|
"packageLocation": "./.yarn/cache/hast-to-hyperscript-npm-10.0.1-33b59571af-0ec7a6f873.zip/node_modules/hast-to-hyperscript/",
|
|
"packageDependencies": [
|
|
["hast-to-hyperscript", "npm:10.0.1"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["comma-separated-tokens", "npm:2.0.2"],
|
|
["property-information", "npm:6.1.1"],
|
|
["space-separated-tokens", "npm:2.0.1"],
|
|
["style-to-object", "npm:0.3.0"],
|
|
["unist-util-is", "npm:5.1.1"],
|
|
["web-namespaces", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-util-from-parse5", [
|
|
["npm:7.1.0", {
|
|
"packageLocation": "./.yarn/cache/hast-util-from-parse5-npm-7.1.0-5fb5f26af8-4a77470004.zip/node_modules/hast-util-from-parse5/",
|
|
"packageDependencies": [
|
|
["hast-util-from-parse5", "npm:7.1.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/parse5", "npm:6.0.3"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["hastscript", "npm:7.0.2"],
|
|
["property-information", "npm:6.1.1"],
|
|
["vfile", "npm:5.2.0"],
|
|
["vfile-location", "npm:4.0.1"],
|
|
["web-namespaces", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-util-parse-selector", [
|
|
["npm:2.2.5", {
|
|
"packageLocation": "./.yarn/cache/hast-util-parse-selector-npm-2.2.5-cd773533ea-22ee4afbd1.zip/node_modules/hast-util-parse-selector/",
|
|
"packageDependencies": [
|
|
["hast-util-parse-selector", "npm:2.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/hast-util-parse-selector-npm-3.1.0-330bd581c8-8be1a23346.zip/node_modules/hast-util-parse-selector/",
|
|
"packageDependencies": [
|
|
["hast-util-parse-selector", "npm:3.1.0"],
|
|
["@types/hast", "npm:2.3.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-util-raw", [
|
|
["npm:7.2.1", {
|
|
"packageLocation": "./.yarn/cache/hast-util-raw-npm-7.2.1-77012751ca-344f8f27a4.zip/node_modules/hast-util-raw/",
|
|
"packageDependencies": [
|
|
["hast-util-raw", "npm:7.2.1"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/parse5", "npm:6.0.3"],
|
|
["hast-util-from-parse5", "npm:7.1.0"],
|
|
["hast-util-to-parse5", "npm:7.0.0"],
|
|
["html-void-elements", "npm:2.0.1"],
|
|
["parse5", "npm:6.0.1"],
|
|
["unist-util-position", "npm:4.0.1"],
|
|
["unist-util-visit", "npm:4.1.0"],
|
|
["vfile", "npm:5.2.0"],
|
|
["web-namespaces", "npm:2.0.1"],
|
|
["zwitch", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-util-to-parse5", [
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/hast-util-to-parse5-npm-7.0.0-1d97f79333-a30ceaca3f.zip/node_modules/hast-util-to-parse5/",
|
|
"packageDependencies": [
|
|
["hast-util-to-parse5", "npm:7.0.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/parse5", "npm:6.0.3"],
|
|
["hast-to-hyperscript", "npm:10.0.1"],
|
|
["property-information", "npm:6.1.1"],
|
|
["web-namespaces", "npm:2.0.1"],
|
|
["zwitch", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hast-util-whitespace", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/hast-util-whitespace-npm-2.0.0-ca41487059-abeb538607.zip/node_modules/hast-util-whitespace/",
|
|
"packageDependencies": [
|
|
["hast-util-whitespace", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hastscript", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/hastscript-npm-6.0.0-380b27a9f0-5e50b85af0.zip/node_modules/hastscript/",
|
|
"packageDependencies": [
|
|
["hastscript", "npm:6.0.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["comma-separated-tokens", "npm:1.0.8"],
|
|
["hast-util-parse-selector", "npm:2.2.5"],
|
|
["property-information", "npm:5.6.0"],
|
|
["space-separated-tokens", "npm:1.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.2", {
|
|
"packageLocation": "./.yarn/cache/hastscript-npm-7.0.2-1e552f9bb3-ee33aff714.zip/node_modules/hastscript/",
|
|
"packageDependencies": [
|
|
["hastscript", "npm:7.0.2"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["comma-separated-tokens", "npm:2.0.2"],
|
|
["hast-util-parse-selector", "npm:3.1.0"],
|
|
["property-information", "npm:6.1.1"],
|
|
["space-separated-tokens", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["he", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/he-npm-1.2.0-3b73a2ff07-3d4d6babcc.zip/node_modules/he/",
|
|
"packageDependencies": [
|
|
["he", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["header-case", [
|
|
["npm:2.0.4", {
|
|
"packageLocation": "./.yarn/cache/header-case-npm-2.0.4-7d19e19e6d-571c83eeb2.zip/node_modules/header-case/",
|
|
"packageDependencies": [
|
|
["header-case", "npm:2.0.4"],
|
|
["capital-case", "npm:1.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["highlight.js", [
|
|
["npm:10.7.3", {
|
|
"packageLocation": "./.yarn/cache/highlight.js-npm-10.7.3-247e67d5c0-defeafcd54.zip/node_modules/highlight.js/",
|
|
"packageDependencies": [
|
|
["highlight.js", "npm:10.7.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hmac-drbg", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/hmac-drbg-npm-1.0.1-3499ad31cd-bd30b6a68d.zip/node_modules/hmac-drbg/",
|
|
"packageDependencies": [
|
|
["hmac-drbg", "npm:1.0.1"],
|
|
["hash.js", "npm:1.1.7"],
|
|
["minimalistic-assert", "npm:1.0.1"],
|
|
["minimalistic-crypto-utils", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hoist-non-react-statics", [
|
|
["npm:3.3.2", {
|
|
"packageLocation": "./.yarn/cache/hoist-non-react-statics-npm-3.3.2-e7b709e6c1-b153827042.zip/node_modules/hoist-non-react-statics/",
|
|
"packageDependencies": [
|
|
["hoist-non-react-statics", "npm:3.3.2"],
|
|
["react-is", "npm:16.13.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hosted-git-info", [
|
|
["npm:2.8.9", {
|
|
"packageLocation": "./.yarn/cache/hosted-git-info-npm-2.8.9-62c44fa93f-c955394bda.zip/node_modules/hosted-git-info/",
|
|
"packageDependencies": [
|
|
["hosted-git-info", "npm:2.8.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/hosted-git-info-npm-4.0.2-7330924e0c-d1b2d77203.zip/node_modules/hosted-git-info/",
|
|
"packageDependencies": [
|
|
["hosted-git-info", "npm:4.0.2"],
|
|
["lru-cache", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["hpagent", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/hpagent-npm-0.1.2-f4fe59bad9-1918518ab9.zip/node_modules/hpagent/",
|
|
"packageDependencies": [
|
|
["hpagent", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["html-encoding-sniffer", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/html-encoding-sniffer-npm-2.0.1-381bf15a76-bf30cce461.zip/node_modules/html-encoding-sniffer/",
|
|
"packageDependencies": [
|
|
["html-encoding-sniffer", "npm:2.0.1"],
|
|
["whatwg-encoding", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["html-escaper", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/html-escaper-npm-2.0.2-38e51ef294-d2df2da3ad.zip/node_modules/html-escaper/",
|
|
"packageDependencies": [
|
|
["html-escaper", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["html-void-elements", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/html-void-elements-npm-2.0.1-2e8871982c-06d41f13b9.zip/node_modules/html-void-elements/",
|
|
"packageDependencies": [
|
|
["html-void-elements", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["htmlparser2", [
|
|
["npm:3.10.1", {
|
|
"packageLocation": "./.yarn/cache/htmlparser2-npm-3.10.1-1bc462e640-6875f7dd87.zip/node_modules/htmlparser2/",
|
|
"packageDependencies": [
|
|
["htmlparser2", "npm:3.10.1"],
|
|
["domelementtype", "npm:1.3.1"],
|
|
["domhandler", "npm:2.4.2"],
|
|
["domutils", "npm:1.7.0"],
|
|
["entities", "npm:1.1.2"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["http-cache-semantics", [
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/http-cache-semantics-npm-4.1.0-860520a31f-974de94a81.zip/node_modules/http-cache-semantics/",
|
|
"packageDependencies": [
|
|
["http-cache-semantics", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["http-errors", [
|
|
["npm:1.7.3", {
|
|
"packageLocation": "./.yarn/cache/http-errors-npm-1.7.3-f6dc83b082-a59f359473.zip/node_modules/http-errors/",
|
|
"packageDependencies": [
|
|
["http-errors", "npm:1.7.3"],
|
|
["depd", "npm:1.1.2"],
|
|
["inherits", "npm:2.0.4"],
|
|
["setprototypeof", "npm:1.1.1"],
|
|
["statuses", "npm:1.5.0"],
|
|
["toidentifier", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["http-proxy-agent", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/http-proxy-agent-npm-4.0.1-ce9ef61788-c6a5da5a19.zip/node_modules/http-proxy-agent/",
|
|
"packageDependencies": [
|
|
["http-proxy-agent", "npm:4.0.1"],
|
|
["@tootallnate/once", "npm:1.1.2"],
|
|
["agent-base", "npm:6.0.2"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["http-signature", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/http-signature-npm-1.2.0-ee92426f34-3324598712.zip/node_modules/http-signature/",
|
|
"packageDependencies": [
|
|
["http-signature", "npm:1.2.0"],
|
|
["assert-plus", "npm:1.0.0"],
|
|
["jsprim", "npm:1.4.1"],
|
|
["sshpk", "npm:1.16.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["http2-wrapper", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/http2-wrapper-npm-1.0.3-5b58ade1df-74160b862e.zip/node_modules/http2-wrapper/",
|
|
"packageDependencies": [
|
|
["http2-wrapper", "npm:1.0.3"],
|
|
["quick-lru", "npm:5.1.1"],
|
|
["resolve-alpn", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["https-browserify", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/https-browserify-npm-1.0.0-7d6b10abbc-09b35353e4.zip/node_modules/https-browserify/",
|
|
"packageDependencies": [
|
|
["https-browserify", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["https-proxy-agent", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/https-proxy-agent-npm-5.0.0-bb777903c3-165bfb090b.zip/node_modules/https-proxy-agent/",
|
|
"packageDependencies": [
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["agent-base", "npm:6.0.2"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["human-signals", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/human-signals-npm-2.1.0-f75815481d-b87fd89fce.zip/node_modules/human-signals/",
|
|
"packageDependencies": [
|
|
["human-signals", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["humanize-ms", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/humanize-ms-npm-1.2.1-e942bd7329-9c7a74a282.zip/node_modules/humanize-ms/",
|
|
"packageDependencies": [
|
|
["humanize-ms", "npm:1.2.1"],
|
|
["ms", "npm:2.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["iconv-lite", [
|
|
["npm:0.4.24", {
|
|
"packageLocation": "./.yarn/cache/iconv-lite-npm-0.4.24-c5c4ac6695-bd9f120f5a.zip/node_modules/iconv-lite/",
|
|
"packageDependencies": [
|
|
["iconv-lite", "npm:0.4.24"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.6.3", {
|
|
"packageLocation": "./.yarn/cache/iconv-lite-npm-0.6.3-24b8aae27e-3f60d47a5c.zip/node_modules/iconv-lite/",
|
|
"packageDependencies": [
|
|
["iconv-lite", "npm:0.6.3"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ieee754", [
|
|
["npm:1.1.13", {
|
|
"packageLocation": "./.yarn/cache/ieee754-npm-1.1.13-a57522ba12-102df1ba66.zip/node_modules/ieee754/",
|
|
"packageDependencies": [
|
|
["ieee754", "npm:1.1.13"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/ieee754-npm-1.2.1-fb63b3caeb-5144c0c981.zip/node_modules/ieee754/",
|
|
"packageDependencies": [
|
|
["ieee754", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ignore", [
|
|
["npm:4.0.6", {
|
|
"packageLocation": "./.yarn/cache/ignore-npm-4.0.6-66c0d6543e-248f82e50a.zip/node_modules/ignore/",
|
|
"packageDependencies": [
|
|
["ignore", "npm:4.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.1.8", {
|
|
"packageLocation": "./.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-967abadb61.zip/node_modules/ignore/",
|
|
"packageDependencies": [
|
|
["ignore", "npm:5.1.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ignore-walk", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/ignore-walk-npm-3.0.4-dc5095baa0-9e9c5ef6c3.zip/node_modules/ignore-walk/",
|
|
"packageDependencies": [
|
|
["ignore-walk", "npm:3.0.4"],
|
|
["minimatch", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["image-size", [
|
|
["npm:0.5.5", {
|
|
"packageLocation": "./.yarn/cache/image-size-npm-0.5.5-4dec53b956-6709d5cb73.zip/node_modules/image-size/",
|
|
"packageDependencies": [
|
|
["image-size", "npm:0.5.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/image-size-npm-1.0.0-0d3b1ec70c-2d9d1edc43.zip/node_modules/image-size/",
|
|
"packageDependencies": [
|
|
["image-size", "npm:1.0.0"],
|
|
["queue", "npm:6.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["import-fresh", [
|
|
["npm:3.3.0", {
|
|
"packageLocation": "./.yarn/cache/import-fresh-npm-3.3.0-3e34265ca9-2cacfad06e.zip/node_modules/import-fresh/",
|
|
"packageDependencies": [
|
|
["import-fresh", "npm:3.3.0"],
|
|
["parent-module", "npm:1.0.1"],
|
|
["resolve-from", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["import-local", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/import-local-npm-3.0.3-fd16a368c1-38ae57d35e.zip/node_modules/import-local/",
|
|
"packageDependencies": [
|
|
["import-local", "npm:3.0.3"],
|
|
["pkg-dir", "npm:4.2.0"],
|
|
["resolve-cwd", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["imurmurhash", [
|
|
["npm:0.1.4", {
|
|
"packageLocation": "./.yarn/cache/imurmurhash-npm-0.1.4-610c5068a0-7cae75c8cd.zip/node_modules/imurmurhash/",
|
|
"packageDependencies": [
|
|
["imurmurhash", "npm:0.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["indent-string", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/indent-string-npm-4.0.0-7b717435b2-824cfb9929.zip/node_modules/indent-string/",
|
|
"packageDependencies": [
|
|
["indent-string", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["infer-owner", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/infer-owner-npm-1.0.4-685ac3d2af-181e732764.zip/node_modules/infer-owner/",
|
|
"packageDependencies": [
|
|
["infer-owner", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["inflight", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/inflight-npm-1.0.6-ccedb4b908-f4f76aa072.zip/node_modules/inflight/",
|
|
"packageDependencies": [
|
|
["inflight", "npm:1.0.6"],
|
|
["once", "npm:1.4.0"],
|
|
["wrappy", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["inherits", [
|
|
["npm:2.0.4", {
|
|
"packageLocation": "./.yarn/cache/inherits-npm-2.0.4-c66b3957a0-4a48a73384.zip/node_modules/inherits/",
|
|
"packageDependencies": [
|
|
["inherits", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ini", [
|
|
["npm:1.3.8", {
|
|
"packageLocation": "./.yarn/cache/ini-npm-1.3.8-fb5040b4c0-dfd98b0ca3.zip/node_modules/ini/",
|
|
"packageDependencies": [
|
|
["ini", "npm:1.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["init-package-json", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/init-package-json-npm-2.0.5-0a754e285b-cbd3e2e791.zip/node_modules/init-package-json/",
|
|
"packageDependencies": [
|
|
["init-package-json", "npm:2.0.5"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["promzard", "npm:0.3.0"],
|
|
["read", "npm:1.0.7"],
|
|
["read-package-json", "npm:4.1.1"],
|
|
["semver", "npm:7.3.5"],
|
|
["validate-npm-package-license", "npm:3.0.4"],
|
|
["validate-npm-package-name", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["inline-style-parser", [
|
|
["npm:0.1.1", {
|
|
"packageLocation": "./.yarn/cache/inline-style-parser-npm-0.1.1-702eac409f-5d545056a3.zip/node_modules/inline-style-parser/",
|
|
"packageDependencies": [
|
|
["inline-style-parser", "npm:0.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["inquirer", [
|
|
["npm:7.3.3", {
|
|
"packageLocation": "./.yarn/cache/inquirer-npm-7.3.3-9e86782610-4d387fc1eb.zip/node_modules/inquirer/",
|
|
"packageDependencies": [
|
|
["inquirer", "npm:7.3.3"],
|
|
["ansi-escapes", "npm:4.3.2"],
|
|
["chalk", "npm:4.1.2"],
|
|
["cli-cursor", "npm:3.1.0"],
|
|
["cli-width", "npm:3.0.0"],
|
|
["external-editor", "npm:3.1.0"],
|
|
["figures", "npm:3.2.0"],
|
|
["lodash", "npm:4.17.21"],
|
|
["mute-stream", "npm:0.0.8"],
|
|
["run-async", "npm:2.4.1"],
|
|
["rxjs", "npm:6.6.7"],
|
|
["string-width", "npm:4.2.3"],
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["internal-slot", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/internal-slot-npm-1.0.3-9e05eea002-1944f92e98.zip/node_modules/internal-slot/",
|
|
"packageDependencies": [
|
|
["internal-slot", "npm:1.0.3"],
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["has", "npm:1.0.3"],
|
|
["side-channel", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["interpret", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/interpret-npm-2.2.0-3603a544e1-f51efef7cb.zip/node_modules/interpret/",
|
|
"packageDependencies": [
|
|
["interpret", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ip", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/ip-npm-1.1.5-af36318aa6-30133981f0.zip/node_modules/ip/",
|
|
"packageDependencies": [
|
|
["ip", "npm:1.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ip-regex", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/ip-regex-npm-2.1.0-7eb0f6c4ab-331d95052a.zip/node_modules/ip-regex/",
|
|
"packageDependencies": [
|
|
["ip-regex", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is", [
|
|
["npm:3.3.0", {
|
|
"packageLocation": "./.yarn/cache/is-npm-3.3.0-90b1d93580-81fad3b40c.zip/node_modules/is/",
|
|
"packageDependencies": [
|
|
["is", "npm:3.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-alphabetical", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-alphabetical-npm-1.0.4-94e2e7f984-6508cce44f.zip/node_modules/is-alphabetical/",
|
|
"packageDependencies": [
|
|
["is-alphabetical", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-alphanumerical", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-alphanumerical-npm-1.0.4-c96dc6d674-e2e491acc1.zip/node_modules/is-alphanumerical/",
|
|
"packageDependencies": [
|
|
["is-alphanumerical", "npm:1.0.4"],
|
|
["is-alphabetical", "npm:1.0.4"],
|
|
["is-decimal", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-arguments", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/is-arguments-npm-1.1.1-eff4f6d4d7-7f02700ec2.zip/node_modules/is-arguments/",
|
|
"packageDependencies": [
|
|
["is-arguments", "npm:1.1.1"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-arrayish", [
|
|
["npm:0.2.1", {
|
|
"packageLocation": "./.yarn/cache/is-arrayish-npm-0.2.1-23927dfb15-eef4417e3c.zip/node_modules/is-arrayish/",
|
|
"packageDependencies": [
|
|
["is-arrayish", "npm:0.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-bigint", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-bigint-npm-1.0.4-31c2eecbc9-c56edfe09b.zip/node_modules/is-bigint/",
|
|
"packageDependencies": [
|
|
["is-bigint", "npm:1.0.4"],
|
|
["has-bigints", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-binary-path", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-binary-path-npm-2.1.0-e61d46f557-84192eb88c.zip/node_modules/is-binary-path/",
|
|
"packageDependencies": [
|
|
["is-binary-path", "npm:2.1.0"],
|
|
["binary-extensions", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-boolean-object", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/is-boolean-object-npm-1.1.2-ecbd575e6a-c03b23dbaa.zip/node_modules/is-boolean-object/",
|
|
"packageDependencies": [
|
|
["is-boolean-object", "npm:1.1.2"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-buffer", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/is-buffer-npm-2.0.5-17e563f277-764c9ad8b5.zip/node_modules/is-buffer/",
|
|
"packageDependencies": [
|
|
["is-buffer", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-callable", [
|
|
["npm:1.2.4", {
|
|
"packageLocation": "./.yarn/cache/is-callable-npm-1.2.4-03fc17459c-1a28d57dc4.zip/node_modules/is-callable/",
|
|
"packageDependencies": [
|
|
["is-callable", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-ci", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-ci-npm-2.0.0-8662a0f445-77b8690575.zip/node_modules/is-ci/",
|
|
"packageDependencies": [
|
|
["is-ci", "npm:2.0.0"],
|
|
["ci-info", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-core-module", [
|
|
["npm:2.8.0", {
|
|
"packageLocation": "./.yarn/cache/is-core-module-npm-2.8.0-acc8c42f1b-f8b5271489.zip/node_modules/is-core-module/",
|
|
"packageDependencies": [
|
|
["is-core-module", "npm:2.8.0"],
|
|
["has", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-date-object", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/is-date-object-npm-1.0.5-88f3d08b5e-baa9077cdf.zip/node_modules/is-date-object/",
|
|
"packageDependencies": [
|
|
["is-date-object", "npm:1.0.5"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-decimal", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-decimal-npm-1.0.4-e67dbd40dd-ed483a3875.zip/node_modules/is-decimal/",
|
|
"packageDependencies": [
|
|
["is-decimal", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-docker", [
|
|
["npm:2.2.1", {
|
|
"packageLocation": "./.yarn/cache/is-docker-npm-2.2.1-3f18a53aff-3fef7ddbf0.zip/node_modules/is-docker/",
|
|
"packageDependencies": [
|
|
["is-docker", "npm:2.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-extglob", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/is-extglob-npm-2.1.1-0870ea68b5-df033653d0.zip/node_modules/is-extglob/",
|
|
"packageDependencies": [
|
|
["is-extglob", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-fullwidth-code-point", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-fullwidth-code-point-npm-1.0.0-0e436ba1ef-4d46a7465a.zip/node_modules/is-fullwidth-code-point/",
|
|
"packageDependencies": [
|
|
["is-fullwidth-code-point", "npm:1.0.0"],
|
|
["number-is-nan", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-44a30c2945.zip/node_modules/is-fullwidth-code-point/",
|
|
"packageDependencies": [
|
|
["is-fullwidth-code-point", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-generator-fn", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-generator-fn-npm-2.1.0-37895c2d2b-a6ad5492cf.zip/node_modules/is-generator-fn/",
|
|
"packageDependencies": [
|
|
["is-generator-fn", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-generator-function", [
|
|
["npm:1.0.10", {
|
|
"packageLocation": "./.yarn/cache/is-generator-function-npm-1.0.10-1d0f3809ef-d54644e7db.zip/node_modules/is-generator-function/",
|
|
"packageDependencies": [
|
|
["is-generator-function", "npm:1.0.10"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-glob", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/is-glob-npm-4.0.3-cb87bf1bdb-d381c1319f.zip/node_modules/is-glob/",
|
|
"packageDependencies": [
|
|
["is-glob", "npm:4.0.3"],
|
|
["is-extglob", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-hexadecimal", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-hexadecimal-npm-1.0.4-b4091da09e-a452e04758.zip/node_modules/is-hexadecimal/",
|
|
"packageDependencies": [
|
|
["is-hexadecimal", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-interactive", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-interactive-npm-2.0.0-dcec8b26d7-e8d52ad490.zip/node_modules/is-interactive/",
|
|
"packageDependencies": [
|
|
["is-interactive", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-lambda", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-lambda-npm-1.0.1-7ab55bc8a8-93a32f0194.zip/node_modules/is-lambda/",
|
|
"packageDependencies": [
|
|
["is-lambda", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-nan", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/is-nan-npm-1.3.2-a087d31a28-5dfadcef6a.zip/node_modules/is-nan/",
|
|
"packageDependencies": [
|
|
["is-nan", "npm:1.3.2"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-natural-number", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-natural-number-npm-4.0.1-b5fd86a31d-3e5e3d52e0.zip/node_modules/is-natural-number/",
|
|
"packageDependencies": [
|
|
["is-natural-number", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-negative-zero", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-negative-zero-npm-2.0.1-d8f3dbcfe1-a46f2e0cb5.zip/node_modules/is-negative-zero/",
|
|
"packageDependencies": [
|
|
["is-negative-zero", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-number", [
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-number-npm-7.0.0-060086935c-456ac6f8e0.zip/node_modules/is-number/",
|
|
"packageDependencies": [
|
|
["is-number", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-number-object", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/is-number-object-npm-1.0.6-88e8d0e936-c697704e8f.zip/node_modules/is-number-object/",
|
|
"packageDependencies": [
|
|
["is-number-object", "npm:1.0.6"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-obj", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-obj-npm-2.0.0-3d95e053f4-c9916ac8f4.zip/node_modules/is-obj/",
|
|
"packageDependencies": [
|
|
["is-obj", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-plain-obj", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-plain-obj-npm-1.1.0-1046f64c0b-0ee0480779.zip/node_modules/is-plain-obj/",
|
|
"packageDependencies": [
|
|
["is-plain-obj", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-plain-obj-npm-2.1.0-8dffd7ae9c-cec9100678.zip/node_modules/is-plain-obj/",
|
|
"packageDependencies": [
|
|
["is-plain-obj", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-plain-obj-npm-4.0.0-5401ea0d12-a6bb55a906.zip/node_modules/is-plain-obj/",
|
|
"packageDependencies": [
|
|
["is-plain-obj", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-plain-object", [
|
|
["npm:2.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-plain-object-npm-2.0.4-da3265d804-2a401140cf.zip/node_modules/is-plain-object/",
|
|
"packageDependencies": [
|
|
["is-plain-object", "npm:2.0.4"],
|
|
["isobject", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-plain-object-npm-5.0.0-285b70faa3-e32d27061e.zip/node_modules/is-plain-object/",
|
|
"packageDependencies": [
|
|
["is-plain-object", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-potential-custom-element-name", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-potential-custom-element-name-npm-1.0.1-f352f606f8-ced7bbbb64.zip/node_modules/is-potential-custom-element-name/",
|
|
"packageDependencies": [
|
|
["is-potential-custom-element-name", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-regex", [
|
|
["npm:1.1.4", {
|
|
"packageLocation": "./.yarn/cache/is-regex-npm-1.1.4-cca193ef11-362399b335.zip/node_modules/is-regex/",
|
|
"packageDependencies": [
|
|
["is-regex", "npm:1.1.4"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-shared-array-buffer", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-shared-array-buffer-npm-1.0.1-84bc270861-2ffb92533e.zip/node_modules/is-shared-array-buffer/",
|
|
"packageDependencies": [
|
|
["is-shared-array-buffer", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-ssh", [
|
|
["npm:1.3.3", {
|
|
"packageLocation": "./.yarn/cache/is-ssh-npm-1.3.3-dae2e96b9a-7a751facad.zip/node_modules/is-ssh/",
|
|
"packageDependencies": [
|
|
["is-ssh", "npm:1.3.3"],
|
|
["protocols", "npm:1.4.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-stream", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip/node_modules/is-stream/",
|
|
"packageDependencies": [
|
|
["is-stream", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-stream-npm-2.0.1-c802db55e7-b8e05ccdf9.zip/node_modules/is-stream/",
|
|
"packageDependencies": [
|
|
["is-stream", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-string", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/is-string-npm-1.0.7-9f7066daed-323b3d0462.zip/node_modules/is-string/",
|
|
"packageDependencies": [
|
|
["is-string", "npm:1.0.7"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-symbol", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/is-symbol-npm-1.0.4-eb9baac703-92805812ef.zip/node_modules/is-symbol/",
|
|
"packageDependencies": [
|
|
["is-symbol", "npm:1.0.4"],
|
|
["has-symbols", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-text-path", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-text-path-npm-1.0.1-92c78fe58d-fb5d78752c.zip/node_modules/is-text-path/",
|
|
"packageDependencies": [
|
|
["is-text-path", "npm:1.0.1"],
|
|
["text-extensions", "npm:1.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-typed-array", [
|
|
["npm:1.1.8", {
|
|
"packageLocation": "./.yarn/cache/is-typed-array-npm-1.1.8-147f090d0d-aa0f9f0716.zip/node_modules/is-typed-array/",
|
|
"packageDependencies": [
|
|
["is-typed-array", "npm:1.1.8"],
|
|
["available-typed-arrays", "npm:1.0.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["es-abstract", "npm:1.19.1"],
|
|
["foreach", "npm:2.0.5"],
|
|
["has-tostringtag", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-typedarray", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/is-typedarray-npm-1.0.0-bbd99de5b6-3508c6cd0a.zip/node_modules/is-typedarray/",
|
|
"packageDependencies": [
|
|
["is-typedarray", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-unicode-supported", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/is-unicode-supported-npm-1.1.0-272ac4ebf4-1f2504d943.zip/node_modules/is-unicode-supported/",
|
|
"packageDependencies": [
|
|
["is-unicode-supported", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-weakref", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/is-weakref-npm-1.0.1-152a166933-fdafb7b955.zip/node_modules/is-weakref/",
|
|
"packageDependencies": [
|
|
["is-weakref", "npm:1.0.1"],
|
|
["call-bind", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-what", [
|
|
["npm:3.14.1", {
|
|
"packageLocation": "./.yarn/cache/is-what-npm-3.14.1-7260378616-a9a6ce92d3.zip/node_modules/is-what/",
|
|
"packageDependencies": [
|
|
["is-what", "npm:3.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["is-wsl", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/is-wsl-npm-2.2.0-2ba10d6393-20849846ae.zip/node_modules/is-wsl/",
|
|
"packageDependencies": [
|
|
["is-wsl", "npm:2.2.0"],
|
|
["is-docker", "npm:2.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["isarray", [
|
|
["npm:0.0.1", {
|
|
"packageLocation": "./.yarn/cache/isarray-npm-0.0.1-92e37e0a70-49191f1425.zip/node_modules/isarray/",
|
|
"packageDependencies": [
|
|
["isarray", "npm:0.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/isarray-npm-1.0.0-db4f547720-f032df8e02.zip/node_modules/isarray/",
|
|
"packageDependencies": [
|
|
["isarray", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["isexe", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/isexe-npm-2.0.0-b58870bd2e-26bf6c5480.zip/node_modules/isexe/",
|
|
"packageDependencies": [
|
|
["isexe", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["isobject", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/isobject-npm-3.0.1-8145901fd2-db85c4c970.zip/node_modules/isobject/",
|
|
"packageDependencies": [
|
|
["isobject", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["isstream", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/isstream-npm-0.1.2-8581c75385-1eb2fe63a7.zip/node_modules/isstream/",
|
|
"packageDependencies": [
|
|
["isstream", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["istanbul-lib-coverage", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/istanbul-lib-coverage-npm-3.2.0-93f84b2c8c-a2a545033b.zip/node_modules/istanbul-lib-coverage/",
|
|
"packageDependencies": [
|
|
["istanbul-lib-coverage", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["istanbul-lib-instrument", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/istanbul-lib-instrument-npm-4.0.3-4d4c2263f8-fa1171d302.zip/node_modules/istanbul-lib-instrument/",
|
|
"packageDependencies": [
|
|
["istanbul-lib-instrument", "npm:4.0.3"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@istanbuljs/schema", "npm:0.1.3"],
|
|
["istanbul-lib-coverage", "npm:3.2.0"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.4", {
|
|
"packageLocation": "./.yarn/cache/istanbul-lib-instrument-npm-5.0.4-be339a60a8-cdde1dad2a.zip/node_modules/istanbul-lib-instrument/",
|
|
"packageDependencies": [
|
|
["istanbul-lib-instrument", "npm:5.0.4"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@istanbuljs/schema", "npm:0.1.3"],
|
|
["istanbul-lib-coverage", "npm:3.2.0"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["istanbul-lib-report", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/istanbul-lib-report-npm-3.0.0-660f97340a-3f29eb3f53.zip/node_modules/istanbul-lib-report/",
|
|
"packageDependencies": [
|
|
["istanbul-lib-report", "npm:3.0.0"],
|
|
["istanbul-lib-coverage", "npm:3.2.0"],
|
|
["make-dir", "npm:3.1.0"],
|
|
["supports-color", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["istanbul-lib-source-maps", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/istanbul-lib-source-maps-npm-4.0.1-af0f859df7-21ad3df45d.zip/node_modules/istanbul-lib-source-maps/",
|
|
"packageDependencies": [
|
|
["istanbul-lib-source-maps", "npm:4.0.1"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["istanbul-lib-coverage", "npm:3.2.0"],
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["istanbul-reports", [
|
|
["npm:3.0.5", {
|
|
"packageLocation": "./.yarn/cache/istanbul-reports-npm-3.0.5-2a13f8a7b1-b167411c4c.zip/node_modules/istanbul-reports/",
|
|
"packageDependencies": [
|
|
["istanbul-reports", "npm:3.0.5"],
|
|
["html-escaper", "npm:2.0.2"],
|
|
["istanbul-lib-report", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-npm-27.3.1-6ea4ebda94-ae4f0c83fb.zip/node_modules/jest/",
|
|
"packageDependencies": [
|
|
["jest", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/jest-virtual-af68d6f678/0/cache/jest-npm-27.3.1-6ea4ebda94-ae4f0c83fb.zip/node_modules/jest/",
|
|
"packageDependencies": [
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["@jest/core", "virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1"],
|
|
["@types/node-notifier", null],
|
|
["import-local", "npm:3.0.3"],
|
|
["jest-cli", "virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1"],
|
|
["node-notifier", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/node-notifier",
|
|
"node-notifier"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-canvas-mock", [
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-canvas-mock-npm-2.3.1-75424c30ba-82606d348c.zip/node_modules/jest-canvas-mock/",
|
|
"packageDependencies": [
|
|
["jest-canvas-mock", "npm:2.3.1"],
|
|
["cssfontparser", "npm:1.2.1"],
|
|
["moo-color", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-changed-files", [
|
|
["npm:27.3.0", {
|
|
"packageLocation": "./.yarn/cache/jest-changed-files-npm-27.3.0-97edea84fa-add4a688ad.zip/node_modules/jest-changed-files/",
|
|
"packageDependencies": [
|
|
["jest-changed-files", "npm:27.3.0"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["execa", "npm:5.1.1"],
|
|
["throat", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-circus", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-circus-npm-27.3.1-5f4c79344a-f3fc8ba6ae.zip/node_modules/jest-circus/",
|
|
"packageDependencies": [
|
|
["jest-circus", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["co", "npm:4.6.0"],
|
|
["dedent", "npm:0.7.0"],
|
|
["expect", "npm:27.3.1"],
|
|
["is-generator-fn", "npm:2.1.0"],
|
|
["jest-each", "npm:27.3.1"],
|
|
["jest-matcher-utils", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-runtime", "npm:27.3.1"],
|
|
["jest-snapshot", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"],
|
|
["slash", "npm:3.0.0"],
|
|
["stack-utils", "npm:2.0.5"],
|
|
["throat", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-cli", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-cli-npm-27.3.1-3bfc3a9cbc-e27187aa30.zip/node_modules/jest-cli/",
|
|
"packageDependencies": [
|
|
["jest-cli", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/jest-cli-virtual-bd2a5cf201/0/cache/jest-cli-npm-27.3.1-3bfc3a9cbc-e27187aa30.zip/node_modules/jest-cli/",
|
|
"packageDependencies": [
|
|
["jest-cli", "virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1"],
|
|
["@jest/core", "virtual:af68d6f678311180a45a680e04e11434c86c376da9567b4d15e7bd8144f2451a769cd72334ae005a259fb3e42d1f22f67a14ed6b6fb7570f5f33db491bb79152#npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node-notifier", null],
|
|
["chalk", "npm:4.1.2"],
|
|
["exit", "npm:0.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["import-local", "npm:3.0.3"],
|
|
["jest-config", "virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-validate", "npm:27.3.1"],
|
|
["node-notifier", null],
|
|
["prompts", "npm:2.4.2"],
|
|
["yargs", "npm:16.2.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/node-notifier",
|
|
"node-notifier"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-config", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-config-npm-27.3.1-8c4eee5f7f-1a86b03456.zip/node_modules/jest-config/",
|
|
"packageDependencies": [
|
|
["jest-config", "npm:27.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/jest-config-virtual-d2f7eb860a/0/cache/jest-config-npm-27.3.1-8c4eee5f7f-1a86b03456.zip/node_modules/jest-config/",
|
|
"packageDependencies": [
|
|
["jest-config", "virtual:cb19f75f945022b2f122e23a7fabfda5fd29dbe428d9dafe04084236826db93a73dc2b0923dc9f19e9f54715042f7fce694708d97841a78fdb24d65f60243658#npm:27.3.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@jest/test-sequencer", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/ts-node", null],
|
|
["babel-jest", "virtual:d2f7eb860a76977fd4be46c984eb8cc52d7ae99791635548c1ec7c27d8d4c2562d7beb72c525da88eefc2393a208b6d445489abd42088ac51523ba87071483db#npm:27.3.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["ci-info", "npm:3.2.0"],
|
|
["deepmerge", "npm:4.2.2"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-circus", "npm:27.3.1"],
|
|
["jest-environment-jsdom", "npm:27.3.1"],
|
|
["jest-environment-node", "npm:27.3.1"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["jest-jasmine2", "npm:27.3.1"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-runner", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-validate", "npm:27.3.1"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["pretty-format", "npm:27.3.1"],
|
|
["ts-node", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/ts-node",
|
|
"ts-node"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-diff", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-diff-npm-27.3.1-c347dd1e5a-49231a4ac4.zip/node_modules/jest-diff/",
|
|
"packageDependencies": [
|
|
["jest-diff", "npm:27.3.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["diff-sequences", "npm:27.0.6"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-docblock", [
|
|
["npm:27.0.6", {
|
|
"packageLocation": "./.yarn/cache/jest-docblock-npm-27.0.6-face832e4f-6d68b9f2be.zip/node_modules/jest-docblock/",
|
|
"packageDependencies": [
|
|
["jest-docblock", "npm:27.0.6"],
|
|
["detect-newline", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-each", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-each-npm-27.3.1-6eab67031e-61bbe4f5ab.zip/node_modules/jest-each/",
|
|
"packageDependencies": [
|
|
["jest-each", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["chalk", "npm:4.1.2"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-environment-jsdom", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-environment-jsdom-npm-27.3.1-2fb8134cca-669c4f417a.zip/node_modules/jest-environment-jsdom/",
|
|
"packageDependencies": [
|
|
["jest-environment-jsdom", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/fake-timers", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["jest-mock", "npm:27.3.0"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jsdom", "virtual:2fb8134cca879c352f6b6204cc6e303f31dc3b62f860619e421de0844463c9d4171042de8d7da05cb84c0b0d6b319c887761eb78ea5bce5779afd8d677792b73#npm:16.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-environment-node", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-environment-node-npm-27.3.1-14338e172c-40bab41957.zip/node_modules/jest-environment-node/",
|
|
"packageDependencies": [
|
|
["jest-environment-node", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/fake-timers", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["jest-mock", "npm:27.3.0"],
|
|
["jest-util", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-get-type", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-get-type-npm-27.3.1-fdb27a0157-b0b8db1d77.zip/node_modules/jest-get-type/",
|
|
"packageDependencies": [
|
|
["jest-get-type", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-haste-map", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-haste-map-npm-27.3.1-131c474221-43e1afa266.zip/node_modules/jest-haste-map/",
|
|
"packageDependencies": [
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/graceful-fs", "npm:4.1.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["anymatch", "npm:3.1.2"],
|
|
["fb-watchman", "npm:2.0.1"],
|
|
["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-serializer", "npm:27.0.6"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-worker", "npm:27.3.1"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["walker", "npm:1.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-jasmine2", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-jasmine2-npm-27.3.1-4725696a46-6ad4e3115b.zip/node_modules/jest-jasmine2/",
|
|
"packageDependencies": [
|
|
["jest-jasmine2", "npm:27.3.1"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/source-map", "npm:27.0.6"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["co", "npm:4.6.0"],
|
|
["expect", "npm:27.3.1"],
|
|
["is-generator-fn", "npm:2.1.0"],
|
|
["jest-each", "npm:27.3.1"],
|
|
["jest-matcher-utils", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-runtime", "npm:27.3.1"],
|
|
["jest-snapshot", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"],
|
|
["throat", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-leak-detector", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-leak-detector-npm-27.3.1-71a6f9cd9e-ff3ca19d42.zip/node_modules/jest-leak-detector/",
|
|
"packageDependencies": [
|
|
["jest-leak-detector", "npm:27.3.1"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-matcher-utils", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-matcher-utils-npm-27.3.1-8eb9f8e92d-118c428b55.zip/node_modules/jest-matcher-utils/",
|
|
"packageDependencies": [
|
|
["jest-matcher-utils", "npm:27.3.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["jest-diff", "npm:27.3.1"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-message-util", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-message-util-npm-27.3.1-0d163b84de-2d10734765.zip/node_modules/jest-message-util/",
|
|
"packageDependencies": [
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/stack-utils", "npm:2.0.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["micromatch", "npm:4.0.4"],
|
|
["pretty-format", "npm:27.3.1"],
|
|
["slash", "npm:3.0.0"],
|
|
["stack-utils", "npm:2.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-mock", [
|
|
["npm:27.3.0", {
|
|
"packageLocation": "./.yarn/cache/jest-mock-npm-27.3.0-97fac89a86-904b9116e0.zip/node_modules/jest-mock/",
|
|
"packageDependencies": [
|
|
["jest-mock", "npm:27.3.0"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-pnp-resolver", [
|
|
["npm:1.2.2", {
|
|
"packageLocation": "./.yarn/cache/jest-pnp-resolver-npm-1.2.2-da20f8bdfe-bd85dcc0e7.zip/node_modules/jest-pnp-resolver/",
|
|
"packageDependencies": [
|
|
["jest-pnp-resolver", "npm:1.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:21d7727b881e9b8fe645a0e32b8894fecd5e198a65396b6f1eb2b8e03dcd3a73d493ea8179201c406f207e6ed80b1d025a055ec25f8a1332e3091d65bd32a942#npm:1.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/jest-pnp-resolver-virtual-04d9fb0276/0/cache/jest-pnp-resolver-npm-1.2.2-da20f8bdfe-bd85dcc0e7.zip/node_modules/jest-pnp-resolver/",
|
|
"packageDependencies": [
|
|
["jest-pnp-resolver", "virtual:21d7727b881e9b8fe645a0e32b8894fecd5e198a65396b6f1eb2b8e03dcd3a73d493ea8179201c406f207e6ed80b1d025a055ec25f8a1332e3091d65bd32a942#npm:1.2.2"],
|
|
["@types/jest-resolve", null],
|
|
["jest-resolve", "npm:27.3.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/jest-resolve",
|
|
"jest-resolve"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-regex-util", [
|
|
["npm:27.0.6", {
|
|
"packageLocation": "./.yarn/cache/jest-regex-util-npm-27.0.6-02fca95995-4d613b00f2.zip/node_modules/jest-regex-util/",
|
|
"packageDependencies": [
|
|
["jest-regex-util", "npm:27.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-resolve", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-resolve-npm-27.3.1-21d7727b88-c391096537.zip/node_modules/jest-resolve/",
|
|
"packageDependencies": [
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["chalk", "npm:4.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-pnp-resolver", "virtual:21d7727b881e9b8fe645a0e32b8894fecd5e198a65396b6f1eb2b8e03dcd3a73d493ea8179201c406f207e6ed80b1d025a055ec25f8a1332e3091d65bd32a942#npm:1.2.2"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-validate", "npm:27.3.1"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"],
|
|
["resolve.exports", "npm:1.1.0"],
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-resolve-dependencies", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-resolve-dependencies-npm-27.3.1-4af8bfac05-33b215313b.zip/node_modules/jest-resolve-dependencies/",
|
|
"packageDependencies": [
|
|
["jest-resolve-dependencies", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-snapshot", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-runner", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-runner-npm-27.3.1-8695c20bb6-6fe50206fd.zip/node_modules/jest-runner/",
|
|
"packageDependencies": [
|
|
["jest-runner", "npm:27.3.1"],
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["emittery", "npm:0.8.1"],
|
|
["exit", "npm:0.1.2"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-docblock", "npm:27.0.6"],
|
|
["jest-environment-jsdom", "npm:27.3.1"],
|
|
["jest-environment-node", "npm:27.3.1"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-leak-detector", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-runtime", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-worker", "npm:27.3.1"],
|
|
["source-map-support", "npm:0.5.20"],
|
|
["throat", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-runtime", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-runtime-npm-27.3.1-91697e3944-b86c8c4812.zip/node_modules/jest-runtime/",
|
|
"packageDependencies": [
|
|
["jest-runtime", "npm:27.3.1"],
|
|
["@jest/console", "npm:27.3.1"],
|
|
["@jest/environment", "npm:27.3.1"],
|
|
["@jest/globals", "npm:27.3.1"],
|
|
["@jest/source-map", "npm:27.0.6"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/yargs", "npm:16.0.4"],
|
|
["chalk", "npm:4.1.2"],
|
|
["cjs-module-lexer", "npm:1.2.2"],
|
|
["collect-v8-coverage", "npm:1.0.1"],
|
|
["execa", "npm:5.1.1"],
|
|
["exit", "npm:0.1.2"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-mock", "npm:27.3.0"],
|
|
["jest-regex-util", "npm:27.0.6"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-snapshot", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["jest-validate", "npm:27.3.1"],
|
|
["slash", "npm:3.0.0"],
|
|
["strip-bom", "npm:4.0.0"],
|
|
["yargs", "npm:16.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-serializer", [
|
|
["npm:27.0.6", {
|
|
"packageLocation": "./.yarn/cache/jest-serializer-npm-27.0.6-c9c9a90be0-b0b8d97cb1.zip/node_modules/jest-serializer/",
|
|
"packageDependencies": [
|
|
["jest-serializer", "npm:27.0.6"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["graceful-fs", "npm:4.2.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-serializer-html", [
|
|
["npm:7.1.0", {
|
|
"packageLocation": "./.yarn/cache/jest-serializer-html-npm-7.1.0-1611a5a418-c1f003e3dd.zip/node_modules/jest-serializer-html/",
|
|
"packageDependencies": [
|
|
["jest-serializer-html", "npm:7.1.0"],
|
|
["diffable-html", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-snapshot", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-snapshot-npm-27.3.1-ea17f6e33e-e5607f1521.zip/node_modules/jest-snapshot/",
|
|
"packageDependencies": [
|
|
["jest-snapshot", "npm:27.3.1"],
|
|
["@babel/core", "npm:7.15.8"],
|
|
["@babel/generator", "npm:7.15.8"],
|
|
["@babel/parser", "npm:7.15.8"],
|
|
["@babel/plugin-syntax-typescript", "virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:7.14.5"],
|
|
["@babel/traverse", "npm:7.15.4"],
|
|
["@babel/types", "npm:7.15.6"],
|
|
["@jest/transform", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/babel__traverse", "npm:7.14.2"],
|
|
["@types/prettier", "npm:2.4.1"],
|
|
["babel-preset-current-node-syntax", "virtual:ea17f6e33ea7c5d16cb96dfef8386a0c994890507369d43752379aa3f0f2753390904bed905c5078b366a821ea8461ada99205d46da6ad05fa5e1fc24e033dc5#npm:1.0.1"],
|
|
["chalk", "npm:4.1.2"],
|
|
["expect", "npm:27.3.1"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["jest-diff", "npm:27.3.1"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["jest-haste-map", "npm:27.3.1"],
|
|
["jest-matcher-utils", "npm:27.3.1"],
|
|
["jest-message-util", "npm:27.3.1"],
|
|
["jest-resolve", "npm:27.3.1"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["natural-compare", "npm:1.4.0"],
|
|
["pretty-format", "npm:27.3.1"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-transform-yaml", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/jest-transform-yaml-npm-0.1.2-f72efc8ccd-09de46f70f.zip/node_modules/jest-transform-yaml/",
|
|
"packageDependencies": [
|
|
["jest-transform-yaml", "npm:0.1.2"],
|
|
["crypto", "npm:1.0.1"],
|
|
["js-yaml", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-util", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-util-npm-27.3.1-df89ea3a21-6958d418a8.zip/node_modules/jest-util/",
|
|
"packageDependencies": [
|
|
["jest-util", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["chalk", "npm:4.1.2"],
|
|
["ci-info", "npm:3.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-validate", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-validate-npm-27.3.1-ed47921dd5-0f402027cb.zip/node_modules/jest-validate/",
|
|
"packageDependencies": [
|
|
["jest-validate", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["camelcase", "npm:6.2.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["jest-get-type", "npm:27.3.1"],
|
|
["leven", "npm:3.1.0"],
|
|
["pretty-format", "npm:27.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-watcher", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-watcher-npm-27.3.1-3fae622386-c150bb81be.zip/node_modules/jest-watcher/",
|
|
"packageDependencies": [
|
|
["jest-watcher", "npm:27.3.1"],
|
|
["@jest/test-result", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["ansi-escapes", "npm:4.3.2"],
|
|
["chalk", "npm:4.1.2"],
|
|
["jest-util", "npm:27.3.1"],
|
|
["string-length", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jest-worker", [
|
|
["npm:27.0.0-next.5", {
|
|
"packageLocation": "./.yarn/cache/jest-worker-npm-27.0.0-next.5-6f53fab806-d56bfe67cd.zip/node_modules/jest-worker/",
|
|
"packageDependencies": [
|
|
["jest-worker", "npm:27.0.0-next.5"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["merge-stream", "npm:2.0.0"],
|
|
["supports-color", "npm:8.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/jest-worker-npm-27.3.1-21ad1addc5-125d46939d.zip/node_modules/jest-worker/",
|
|
"packageDependencies": [
|
|
["jest-worker", "npm:27.3.1"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["merge-stream", "npm:2.0.0"],
|
|
["supports-color", "npm:8.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jmespath", [
|
|
["npm:0.15.0", {
|
|
"packageLocation": "./.yarn/cache/jmespath-npm-0.15.0-df80ed6dd1-353bb9e69c.zip/node_modules/jmespath/",
|
|
"packageDependencies": [
|
|
["jmespath", "npm:0.15.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jose", [
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/jose-npm-4.2.0-63a879fd9e-d85cbf36ac.zip/node_modules/jose/",
|
|
"packageDependencies": [
|
|
["jose", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["js-tokens", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/js-tokens-npm-4.0.0-0ac852e9e2-8a95213a5a.zip/node_modules/js-tokens/",
|
|
"packageDependencies": [
|
|
["js-tokens", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["js-yaml", [
|
|
["npm:3.14.1", {
|
|
"packageLocation": "./.yarn/cache/js-yaml-npm-3.14.1-b968c6095e-bef146085f.zip/node_modules/js-yaml/",
|
|
"packageDependencies": [
|
|
["js-yaml", "npm:3.14.1"],
|
|
["argparse", "npm:1.0.10"],
|
|
["esprima", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip/node_modules/js-yaml/",
|
|
"packageDependencies": [
|
|
["js-yaml", "npm:4.1.0"],
|
|
["argparse", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsbi", [
|
|
["npm:3.2.5", {
|
|
"packageLocation": "./.yarn/cache/jsbi-npm-3.2.5-d7075bf5a0-642d1bb139.zip/node_modules/jsbi/",
|
|
"packageDependencies": [
|
|
["jsbi", "npm:3.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsbn", [
|
|
["npm:0.1.1", {
|
|
"packageLocation": "./.yarn/cache/jsbn-npm-0.1.1-0eb7132404-e5ff29c1b8.zip/node_modules/jsbn/",
|
|
"packageDependencies": [
|
|
["jsbn", "npm:0.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsdom", [
|
|
["npm:16.7.0", {
|
|
"packageLocation": "./.yarn/cache/jsdom-npm-16.7.0-216c5c4bf9-454b833718.zip/node_modules/jsdom/",
|
|
"packageDependencies": [
|
|
["jsdom", "npm:16.7.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:2fb8134cca879c352f6b6204cc6e303f31dc3b62f860619e421de0844463c9d4171042de8d7da05cb84c0b0d6b319c887761eb78ea5bce5779afd8d677792b73#npm:16.7.0", {
|
|
"packageLocation": "./.yarn/__virtual__/jsdom-virtual-7254fd8ce7/0/cache/jsdom-npm-16.7.0-216c5c4bf9-454b833718.zip/node_modules/jsdom/",
|
|
"packageDependencies": [
|
|
["jsdom", "virtual:2fb8134cca879c352f6b6204cc6e303f31dc3b62f860619e421de0844463c9d4171042de8d7da05cb84c0b0d6b319c887761eb78ea5bce5779afd8d677792b73#npm:16.7.0"],
|
|
["@types/canvas", null],
|
|
["abab", "npm:2.0.5"],
|
|
["acorn", "npm:8.5.0"],
|
|
["acorn-globals", "npm:6.0.0"],
|
|
["canvas", null],
|
|
["cssom", "npm:0.4.4"],
|
|
["cssstyle", "npm:2.3.0"],
|
|
["data-urls", "npm:2.0.0"],
|
|
["decimal.js", "npm:10.3.1"],
|
|
["domexception", "npm:2.0.1"],
|
|
["escodegen", "npm:2.0.0"],
|
|
["form-data", "npm:3.0.1"],
|
|
["html-encoding-sniffer", "npm:2.0.1"],
|
|
["http-proxy-agent", "npm:4.0.1"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["is-potential-custom-element-name", "npm:1.0.1"],
|
|
["nwsapi", "npm:2.2.0"],
|
|
["parse5", "npm:6.0.1"],
|
|
["saxes", "npm:5.0.1"],
|
|
["symbol-tree", "npm:3.2.4"],
|
|
["tough-cookie", "npm:4.0.0"],
|
|
["w3c-hr-time", "npm:1.0.2"],
|
|
["w3c-xmlserializer", "npm:2.0.0"],
|
|
["webidl-conversions", "npm:6.1.0"],
|
|
["whatwg-encoding", "npm:1.0.5"],
|
|
["whatwg-mimetype", "npm:2.3.0"],
|
|
["whatwg-url", "npm:8.7.0"],
|
|
["ws", "virtual:7254fd8ce77b68d889a3bdd3adbb30714345e4eabc20dd8acb030d6e3eee243c63ff0ce6a1521e60e11dc5384028500cf1f4f630567b5957b27a769fdfe8d8c4#npm:7.5.5"],
|
|
["xml-name-validator", "npm:3.0.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/canvas",
|
|
"canvas"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsesc", [
|
|
["npm:0.5.0", {
|
|
"packageLocation": "./.yarn/cache/jsesc-npm-0.5.0-6827074492-b8b44cbfc9.zip/node_modules/jsesc/",
|
|
"packageDependencies": [
|
|
["jsesc", "npm:0.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.5.2", {
|
|
"packageLocation": "./.yarn/cache/jsesc-npm-2.5.2-c5acb78804-4dc1907711.zip/node_modules/jsesc/",
|
|
"packageDependencies": [
|
|
["jsesc", "npm:2.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-bigint", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/json-bigint-npm-1.0.0-8e35bcb143-c67bb93ccb.zip/node_modules/json-bigint/",
|
|
"packageDependencies": [
|
|
["json-bigint", "npm:1.0.0"],
|
|
["bignumber.js", "npm:9.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-buffer", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/json-buffer-npm-3.0.1-f8f6d20603-9026b03edc.zip/node_modules/json-buffer/",
|
|
"packageDependencies": [
|
|
["json-buffer", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-file-plus", [
|
|
["npm:3.3.1", {
|
|
"packageLocation": "./.yarn/cache/json-file-plus-npm-3.3.1-7166c0c0e0-162c7a0c8f.zip/node_modules/json-file-plus/",
|
|
"packageDependencies": [
|
|
["json-file-plus", "npm:3.3.1"],
|
|
["is", "npm:3.3.0"],
|
|
["node.extend", "npm:2.0.2"],
|
|
["object.assign", "npm:4.1.2"],
|
|
["promiseback", "npm:2.0.3"],
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-parse-better-errors", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/json-parse-better-errors-npm-1.0.2-7f37637d19-ff2b5ba2a7.zip/node_modules/json-parse-better-errors/",
|
|
"packageDependencies": [
|
|
["json-parse-better-errors", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-parse-even-better-errors", [
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-798ed4cf33.zip/node_modules/json-parse-even-better-errors/",
|
|
"packageDependencies": [
|
|
["json-parse-even-better-errors", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-schema", [
|
|
["npm:0.2.3", {
|
|
"packageLocation": "./.yarn/cache/json-schema-npm-0.2.3-018ee3dfc9-bbc2070988.zip/node_modules/json-schema/",
|
|
"packageDependencies": [
|
|
["json-schema", "npm:0.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-schema-traverse", [
|
|
["npm:0.4.1", {
|
|
"packageLocation": "./.yarn/cache/json-schema-traverse-npm-0.4.1-4759091693-7486074d3b.zip/node_modules/json-schema-traverse/",
|
|
"packageDependencies": [
|
|
["json-schema-traverse", "npm:0.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/json-schema-traverse-npm-1.0.0-fb3684f4f0-02f2f466cd.zip/node_modules/json-schema-traverse/",
|
|
"packageDependencies": [
|
|
["json-schema-traverse", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-stable-stringify-without-jsonify", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/json-stable-stringify-without-jsonify-npm-1.0.1-b65772b28b-cff44156dd.zip/node_modules/json-stable-stringify-without-jsonify/",
|
|
"packageDependencies": [
|
|
["json-stable-stringify-without-jsonify", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json-stringify-safe", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/json-stringify-safe-npm-5.0.1-064ddd6ab4-48ec0adad5.zip/node_modules/json-stringify-safe/",
|
|
"packageDependencies": [
|
|
["json-stringify-safe", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json2mq", [
|
|
["npm:0.2.0", {
|
|
"packageLocation": "./.yarn/cache/json2mq-npm-0.2.0-aa8a6516b9-5672c3abdd.zip/node_modules/json2mq/",
|
|
"packageDependencies": [
|
|
["json2mq", "npm:0.2.0"],
|
|
["string-convert", "npm:0.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["json5", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/json5-npm-1.0.1-647fc8794b-e76ea23dbb.zip/node_modules/json5/",
|
|
"packageDependencies": [
|
|
["json5", "npm:1.0.1"],
|
|
["minimist", "npm:1.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/json5-npm-2.2.0-da49dc7cb5-e88fc5274b.zip/node_modules/json5/",
|
|
"packageDependencies": [
|
|
["json5", "npm:2.2.0"],
|
|
["minimist", "npm:1.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsonfile", [
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/jsonfile-npm-6.1.0-20a4796cee-7af3b8e1ac.zip/node_modules/jsonfile/",
|
|
"packageDependencies": [
|
|
["jsonfile", "npm:6.1.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["universalify", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsonparse", [
|
|
["npm:1.3.1", {
|
|
"packageLocation": "./.yarn/cache/jsonparse-npm-1.3.1-b6fde74828-6514a7be46.zip/node_modules/jsonparse/",
|
|
"packageDependencies": [
|
|
["jsonparse", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsonwebtoken", [
|
|
["npm:8.5.1", {
|
|
"packageLocation": "./.yarn/cache/jsonwebtoken-npm-8.5.1-c007670b76-93c9e3f23c.zip/node_modules/jsonwebtoken/",
|
|
"packageDependencies": [
|
|
["jsonwebtoken", "npm:8.5.1"],
|
|
["jws", "npm:3.2.2"],
|
|
["lodash.includes", "npm:4.3.0"],
|
|
["lodash.isboolean", "npm:3.0.3"],
|
|
["lodash.isinteger", "npm:4.0.4"],
|
|
["lodash.isnumber", "npm:3.0.3"],
|
|
["lodash.isplainobject", "npm:4.0.6"],
|
|
["lodash.isstring", "npm:4.0.1"],
|
|
["lodash.once", "npm:4.1.1"],
|
|
["ms", "npm:2.1.3"],
|
|
["semver", "npm:5.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsprim", [
|
|
["npm:1.4.1", {
|
|
"packageLocation": "./.yarn/cache/jsprim-npm-1.4.1-948d2c9ec3-6bcb20ec26.zip/node_modules/jsprim/",
|
|
"packageDependencies": [
|
|
["jsprim", "npm:1.4.1"],
|
|
["assert-plus", "npm:1.0.0"],
|
|
["extsprintf", "npm:1.3.0"],
|
|
["json-schema", "npm:0.2.3"],
|
|
["verror", "npm:1.10.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jsx-ast-utils", [
|
|
["npm:3.2.1", {
|
|
"packageLocation": "./.yarn/cache/jsx-ast-utils-npm-3.2.1-addc1eb80c-dcee22e638.zip/node_modules/jsx-ast-utils/",
|
|
"packageDependencies": [
|
|
["jsx-ast-utils", "npm:3.2.1"],
|
|
["array-includes", "npm:3.1.4"],
|
|
["object.assign", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jwa", [
|
|
["npm:1.4.1", {
|
|
"packageLocation": "./.yarn/cache/jwa-npm-1.4.1-4f19d6572c-ff30ea7c2d.zip/node_modules/jwa/",
|
|
"packageDependencies": [
|
|
["jwa", "npm:1.4.1"],
|
|
["buffer-equal-constant-time", "npm:1.0.1"],
|
|
["ecdsa-sig-formatter", "npm:1.0.11"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/jwa-npm-2.0.0-52a7c3f1ca-8f00b71ad5.zip/node_modules/jwa/",
|
|
"packageDependencies": [
|
|
["jwa", "npm:2.0.0"],
|
|
["buffer-equal-constant-time", "npm:1.0.1"],
|
|
["ecdsa-sig-formatter", "npm:1.0.11"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["jws", [
|
|
["npm:3.2.2", {
|
|
"packageLocation": "./.yarn/cache/jws-npm-3.2.2-c1ae59c7af-f0213fe5b7.zip/node_modules/jws/",
|
|
"packageDependencies": [
|
|
["jws", "npm:3.2.2"],
|
|
["jwa", "npm:1.4.1"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/jws-npm-4.0.0-2a24fd53b9-d68d07aa6d.zip/node_modules/jws/",
|
|
"packageDependencies": [
|
|
["jws", "npm:4.0.0"],
|
|
["jwa", "npm:2.0.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["keytar", [
|
|
["npm:7.7.0", {
|
|
"packageLocation": "./.yarn/unplugged/keytar-npm-7.7.0-36791f0b03/node_modules/keytar/",
|
|
"packageDependencies": [
|
|
["keytar", "npm:7.7.0"],
|
|
["node-addon-api", "npm:3.2.1"],
|
|
["node-gyp", "npm:8.3.0"],
|
|
["prebuild-install", "npm:6.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["keyv", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/keyv-npm-4.0.3-4018fb536e-770134225c.zip/node_modules/keyv/",
|
|
"packageDependencies": [
|
|
["keyv", "npm:4.0.3"],
|
|
["json-buffer", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["kind-of", [
|
|
["npm:6.0.3", {
|
|
"packageLocation": "./.yarn/cache/kind-of-npm-6.0.3-ab15f36220-3ab01e7b1d.zip/node_modules/kind-of/",
|
|
"packageDependencies": [
|
|
["kind-of", "npm:6.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["kleur", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/kleur-npm-3.0.3-f6f53649a4-df82cd1e17.zip/node_modules/kleur/",
|
|
"packageDependencies": [
|
|
["kleur", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.4", {
|
|
"packageLocation": "./.yarn/cache/kleur-npm-4.1.4-7a73ff57c6-7f6db36e37.zip/node_modules/kleur/",
|
|
"packageDependencies": [
|
|
["kleur", "npm:4.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["klona", [
|
|
["npm:2.0.4", {
|
|
"packageLocation": "./.yarn/cache/klona-npm-2.0.4-6bc4e7cd86-abc6690882.zip/node_modules/klona/",
|
|
"packageDependencies": [
|
|
["klona", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["knex", [
|
|
["npm:0.95.13", {
|
|
"packageLocation": "./.yarn/cache/knex-npm-0.95.13-1f9d4ad519-5d5dce81d3.zip/node_modules/knex/",
|
|
"packageDependencies": [
|
|
["knex", "npm:0.95.13"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:0.95.13", {
|
|
"packageLocation": "./.yarn/__virtual__/knex-virtual-32e97cecbe/0/cache/knex-npm-0.95.13-1f9d4ad519-5d5dce81d3.zip/node_modules/knex/",
|
|
"packageDependencies": [
|
|
["knex", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:0.95.13"],
|
|
["@types/mysql", null],
|
|
["@types/mysql2", null],
|
|
["@types/pg", null],
|
|
["@types/pg-native", null],
|
|
["@types/sqlite3", null],
|
|
["@types/tedious", null],
|
|
["colorette", "npm:2.0.16"],
|
|
["commander", "npm:7.2.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["escalade", "npm:3.1.1"],
|
|
["esm", "npm:3.2.25"],
|
|
["getopts", "npm:2.2.5"],
|
|
["interpret", "npm:2.2.0"],
|
|
["lodash", "npm:4.17.21"],
|
|
["mysql", "npm:2.18.1"],
|
|
["mysql2", null],
|
|
["pg", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:8.7.1"],
|
|
["pg-connection-string", "npm:2.5.0"],
|
|
["pg-native", null],
|
|
["rechoir", "npm:0.7.0"],
|
|
["resolve-from", "npm:5.0.0"],
|
|
["sqlite3", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:5.0.2"],
|
|
["tarn", "npm:3.0.1"],
|
|
["tedious", null],
|
|
["tildify", "npm:2.0.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/mysql2",
|
|
"@types/mysql",
|
|
"@types/pg-native",
|
|
"@types/pg",
|
|
"@types/sqlite3",
|
|
"@types/tedious",
|
|
"mysql2",
|
|
"mysql",
|
|
"pg-native",
|
|
"pg",
|
|
"sqlite3",
|
|
"tedious"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["language-subtag-registry", [
|
|
["npm:0.3.21", {
|
|
"packageLocation": "./.yarn/cache/language-subtag-registry-npm-0.3.21-b2d9abe624-5f794525a5.zip/node_modules/language-subtag-registry/",
|
|
"packageDependencies": [
|
|
["language-subtag-registry", "npm:0.3.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["language-tags", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/language-tags-npm-1.0.5-3a50e75c96-c81b5d8b9f.zip/node_modules/language-tags/",
|
|
"packageDependencies": [
|
|
["language-tags", "npm:1.0.5"],
|
|
["language-subtag-registry", "npm:0.3.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lerna", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/lerna-npm-4.0.0-1d3a89023c-b8a2791bcf.zip/node_modules/lerna/",
|
|
"packageDependencies": [
|
|
["lerna", "npm:4.0.0"],
|
|
["@lerna/add", "npm:4.0.0"],
|
|
["@lerna/bootstrap", "npm:4.0.0"],
|
|
["@lerna/changed", "npm:4.0.0"],
|
|
["@lerna/clean", "npm:4.0.0"],
|
|
["@lerna/cli", "npm:4.0.0"],
|
|
["@lerna/create", "npm:4.0.0"],
|
|
["@lerna/diff", "npm:4.0.0"],
|
|
["@lerna/exec", "npm:4.0.0"],
|
|
["@lerna/import", "npm:4.0.0"],
|
|
["@lerna/info", "npm:4.0.0"],
|
|
["@lerna/init", "npm:4.0.0"],
|
|
["@lerna/link", "npm:4.0.0"],
|
|
["@lerna/list", "npm:4.0.0"],
|
|
["@lerna/publish", "npm:4.0.0"],
|
|
["@lerna/run", "npm:4.0.0"],
|
|
["@lerna/version", "npm:4.0.0"],
|
|
["import-local", "npm:3.0.3"],
|
|
["npmlog", "npm:4.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["less", [
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/less-npm-4.1.2-e17029791b-d3cbc3e18a.zip/node_modules/less/",
|
|
"packageDependencies": [
|
|
["less", "npm:4.1.2"],
|
|
["copy-anything", "npm:2.0.3"],
|
|
["errno", "npm:0.1.8"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["image-size", "npm:0.5.5"],
|
|
["make-dir", "npm:2.1.0"],
|
|
["mime", "npm:1.6.0"],
|
|
["needle", "npm:2.9.1"],
|
|
["parse-node-version", "npm:1.0.1"],
|
|
["source-map", "npm:0.6.1"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["less-loader", [
|
|
["npm:10.2.0", {
|
|
"packageLocation": "./.yarn/cache/less-loader-npm-10.2.0-9c6619a5c0-42a2b56a9d.zip/node_modules/less-loader/",
|
|
"packageDependencies": [
|
|
["less-loader", "npm:10.2.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0", {
|
|
"packageLocation": "./.yarn/__virtual__/less-loader-virtual-0a8b084303/0/cache/less-loader-npm-10.2.0-9c6619a5c0-42a2b56a9d.zip/node_modules/less-loader/",
|
|
"packageDependencies": [
|
|
["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"],
|
|
["@types/less", null],
|
|
["@types/webpack", null],
|
|
["klona", "npm:2.0.4"],
|
|
["less", "npm:4.1.2"],
|
|
["webpack", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/less",
|
|
"@types/webpack",
|
|
"less",
|
|
"webpack"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["leven", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/leven-npm-3.1.0-b7697736a3-638401d534.zip/node_modules/leven/",
|
|
"packageDependencies": [
|
|
["leven", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["levn", [
|
|
["npm:0.3.0", {
|
|
"packageLocation": "./.yarn/cache/levn-npm-0.3.0-48d774b1c2-0d084a5242.zip/node_modules/levn/",
|
|
"packageDependencies": [
|
|
["levn", "npm:0.3.0"],
|
|
["prelude-ls", "npm:1.1.2"],
|
|
["type-check", "npm:0.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.4.1", {
|
|
"packageLocation": "./.yarn/cache/levn-npm-0.4.1-d183b2d7bb-12c5021c85.zip/node_modules/levn/",
|
|
"packageDependencies": [
|
|
["levn", "npm:0.4.1"],
|
|
["prelude-ls", "npm:1.2.1"],
|
|
["type-check", "npm:0.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["libnpmaccess", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/libnpmaccess-npm-4.0.3-712e974776-cc6b9fa0ab.zip/node_modules/libnpmaccess/",
|
|
"packageDependencies": [
|
|
["libnpmaccess", "npm:4.0.3"],
|
|
["aproba", "npm:2.0.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npm-registry-fetch", "npm:11.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["libnpmpublish", [
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/libnpmpublish-npm-4.0.2-8118e7577a-5aa83352bb.zip/node_modules/libnpmpublish/",
|
|
"packageDependencies": [
|
|
["libnpmpublish", "npm:4.0.2"],
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npm-registry-fetch", "npm:11.0.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["ssri", "npm:8.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lines-and-columns", [
|
|
["npm:1.1.6", {
|
|
"packageLocation": "./.yarn/cache/lines-and-columns-npm-1.1.6-23e74fab67-198a5436b1.zip/node_modules/lines-and-columns/",
|
|
"packageDependencies": [
|
|
["lines-and-columns", "npm:1.1.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["load-json-file", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/load-json-file-npm-4.0.0-c9f09d85eb-8f5d6d93ba.zip/node_modules/load-json-file/",
|
|
"packageDependencies": [
|
|
["load-json-file", "npm:4.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["parse-json", "npm:4.0.0"],
|
|
["pify", "npm:3.0.0"],
|
|
["strip-bom", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.2.0", {
|
|
"packageLocation": "./.yarn/cache/load-json-file-npm-6.2.0-516f143724-4429e430eb.zip/node_modules/load-json-file/",
|
|
"packageDependencies": [
|
|
["load-json-file", "npm:6.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["parse-json", "npm:5.2.0"],
|
|
["strip-bom", "npm:4.0.0"],
|
|
["type-fest", "npm:0.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["loader-utils", [
|
|
["npm:1.2.3", {
|
|
"packageLocation": "./.yarn/cache/loader-utils-npm-1.2.3-d5bb1b4e08-385407fc26.zip/node_modules/loader-utils/",
|
|
"packageDependencies": [
|
|
["loader-utils", "npm:1.2.3"],
|
|
["big.js", "npm:5.2.2"],
|
|
["emojis-list", "npm:2.1.0"],
|
|
["json5", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/loader-utils-npm-1.4.0-a56254a277-d150b15e7a.zip/node_modules/loader-utils/",
|
|
"packageDependencies": [
|
|
["loader-utils", "npm:1.4.0"],
|
|
["big.js", "npm:5.2.2"],
|
|
["emojis-list", "npm:3.0.0"],
|
|
["json5", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["locate-path", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/locate-path-npm-2.0.0-673d28b0ea-02d581edbb.zip/node_modules/locate-path/",
|
|
"packageDependencies": [
|
|
["locate-path", "npm:2.0.0"],
|
|
["p-locate", "npm:2.0.0"],
|
|
["path-exists", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/locate-path-npm-5.0.0-46580c43e4-83e51725e6.zip/node_modules/locate-path/",
|
|
"packageDependencies": [
|
|
["locate-path", "npm:5.0.0"],
|
|
["p-locate", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash", [
|
|
["npm:4.17.21", {
|
|
"packageLocation": "./.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip/node_modules/lodash/",
|
|
"packageDependencies": [
|
|
["lodash", "npm:4.17.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash-es", [
|
|
["npm:4.17.21", {
|
|
"packageLocation": "./.yarn/cache/lodash-es-npm-4.17.21-b45832dfce-05cbffad6e.zip/node_modules/lodash-es/",
|
|
"packageDependencies": [
|
|
["lodash-es", "npm:4.17.21"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash._reinterpolate", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/lodash._reinterpolate-npm-3.0.0-3c62ca439e-06d2d5f331.zip/node_modules/lodash._reinterpolate/",
|
|
"packageDependencies": [
|
|
["lodash._reinterpolate", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.debounce", [
|
|
["npm:4.0.8", {
|
|
"packageLocation": "./.yarn/cache/lodash.debounce-npm-4.0.8-f1d6e09799-a3f527d22c.zip/node_modules/lodash.debounce/",
|
|
"packageDependencies": [
|
|
["lodash.debounce", "npm:4.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.includes", [
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/lodash.includes-npm-4.3.0-3a2f6fa22c-71092c1305.zip/node_modules/lodash.includes/",
|
|
"packageDependencies": [
|
|
["lodash.includes", "npm:4.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.isboolean", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/lodash.isboolean-npm-3.0.3-b575b41488-b70068b4a8.zip/node_modules/lodash.isboolean/",
|
|
"packageDependencies": [
|
|
["lodash.isboolean", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.isinteger", [
|
|
["npm:4.0.4", {
|
|
"packageLocation": "./.yarn/cache/lodash.isinteger-npm-4.0.4-42add9f4e1-6034821b3f.zip/node_modules/lodash.isinteger/",
|
|
"packageDependencies": [
|
|
["lodash.isinteger", "npm:4.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.ismatch", [
|
|
["npm:4.4.0", {
|
|
"packageLocation": "./.yarn/cache/lodash.ismatch-npm-4.4.0-e538fd6c3d-a393917578.zip/node_modules/lodash.ismatch/",
|
|
"packageDependencies": [
|
|
["lodash.ismatch", "npm:4.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.isnumber", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/lodash.isnumber-npm-3.0.3-b3bb5f7347-913784275b.zip/node_modules/lodash.isnumber/",
|
|
"packageDependencies": [
|
|
["lodash.isnumber", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.isplainobject", [
|
|
["npm:4.0.6", {
|
|
"packageLocation": "./.yarn/cache/lodash.isplainobject-npm-4.0.6-d73937742f-29c6351f28.zip/node_modules/lodash.isplainobject/",
|
|
"packageDependencies": [
|
|
["lodash.isplainobject", "npm:4.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.isstring", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/lodash.isstring-npm-4.0.1-721fee791c-eaac87ae96.zip/node_modules/lodash.isstring/",
|
|
"packageDependencies": [
|
|
["lodash.isstring", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.merge", [
|
|
["npm:4.6.2", {
|
|
"packageLocation": "./.yarn/cache/lodash.merge-npm-4.6.2-77cb4416bf-ad580b4bdb.zip/node_modules/lodash.merge/",
|
|
"packageDependencies": [
|
|
["lodash.merge", "npm:4.6.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.once", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/lodash.once-npm-4.1.1-d8ba329ead-d768fa9f9b.zip/node_modules/lodash.once/",
|
|
"packageDependencies": [
|
|
["lodash.once", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.sortby", [
|
|
["npm:4.7.0", {
|
|
"packageLocation": "./.yarn/cache/lodash.sortby-npm-4.7.0-fda8ab950d-db170c9396.zip/node_modules/lodash.sortby/",
|
|
"packageDependencies": [
|
|
["lodash.sortby", "npm:4.7.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.template", [
|
|
["npm:4.5.0", {
|
|
"packageLocation": "./.yarn/cache/lodash.template-npm-4.5.0-5272df3039-ca64e5f07b.zip/node_modules/lodash.template/",
|
|
"packageDependencies": [
|
|
["lodash.template", "npm:4.5.0"],
|
|
["lodash._reinterpolate", "npm:3.0.0"],
|
|
["lodash.templatesettings", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lodash.templatesettings", [
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/lodash.templatesettings-npm-4.2.0-15fbdebcf4-863e025478.zip/node_modules/lodash.templatesettings/",
|
|
"packageDependencies": [
|
|
["lodash.templatesettings", "npm:4.2.0"],
|
|
["lodash._reinterpolate", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["log-symbols", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/log-symbols-npm-5.0.0-89c277ba9a-4acf69d0ca.zip/node_modules/log-symbols/",
|
|
"packageDependencies": [
|
|
["log-symbols", "npm:5.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["is-unicode-supported", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["longest-streak", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/longest-streak-npm-3.0.1-b7643ecd4e-3b59c4c04c.zip/node_modules/longest-streak/",
|
|
"packageDependencies": [
|
|
["longest-streak", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["loose-envify", [
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/loose-envify-npm-1.4.0-6307b72ccf-6517e24e0c.zip/node_modules/loose-envify/",
|
|
"packageDependencies": [
|
|
["loose-envify", "npm:1.4.0"],
|
|
["js-tokens", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lowdefy", [
|
|
["workspace:packages/cli", {
|
|
"packageLocation": "./packages/cli/",
|
|
"packageDependencies": [
|
|
["lowdefy", "workspace:packages/cli"],
|
|
["@lowdefy/helpers", "workspace:packages/utils/helpers"],
|
|
["@lowdefy/node-utils", "workspace:packages/utils/node-utils"],
|
|
["@swc/cli", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55"],
|
|
["@swc/core", "npm:1.2.130"],
|
|
["@swc/jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17"],
|
|
["axios", "npm:0.24.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["commander", "npm:8.3.0"],
|
|
["decompress", "npm:4.2.1"],
|
|
["decompress-targz", "npm:4.1.1"],
|
|
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.3.1"],
|
|
["js-yaml", "npm:4.1.0"],
|
|
["ora", "npm:6.0.1"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}]
|
|
]],
|
|
["lower-case", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/lower-case-npm-2.0.2-151055f1c2-83a0a5f159.zip/node_modules/lower-case/",
|
|
"packageDependencies": [
|
|
["lower-case", "npm:2.0.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lowercase-keys", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/lowercase-keys-npm-2.0.0-1876065a32-24d7ebd56c.zip/node_modules/lowercase-keys/",
|
|
"packageDependencies": [
|
|
["lowercase-keys", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lowlight", [
|
|
["npm:1.20.0", {
|
|
"packageLocation": "./.yarn/cache/lowlight-npm-1.20.0-771a13490e-14a1815d6b.zip/node_modules/lowlight/",
|
|
"packageDependencies": [
|
|
["lowlight", "npm:1.20.0"],
|
|
["fault", "npm:1.0.4"],
|
|
["highlight.js", "npm:10.7.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lru-cache", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/lru-cache-npm-6.0.0-b4c8668fe1-f97f499f89.zip/node_modules/lru-cache/",
|
|
"packageDependencies": [
|
|
["lru-cache", "npm:6.0.0"],
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["lz-string", [
|
|
["npm:1.4.4", {
|
|
"packageLocation": "./.yarn/cache/lz-string-npm-1.4.4-59a2091d3f-54e31238a6.zip/node_modules/lz-string/",
|
|
"packageDependencies": [
|
|
["lz-string", "npm:1.4.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["make-dir", [
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/make-dir-npm-1.3.0-692810d225-c564f6e7bb.zip/node_modules/make-dir/",
|
|
"packageDependencies": [
|
|
["make-dir", "npm:1.3.0"],
|
|
["pify", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/make-dir-npm-2.1.0-1ddaf205e7-043548886b.zip/node_modules/make-dir/",
|
|
"packageDependencies": [
|
|
["make-dir", "npm:2.1.0"],
|
|
["pify", "npm:4.0.1"],
|
|
["semver", "npm:5.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/make-dir-npm-3.1.0-d1d7505142-484200020a.zip/node_modules/make-dir/",
|
|
"packageDependencies": [
|
|
["make-dir", "npm:3.1.0"],
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["make-fetch-happen", [
|
|
["npm:8.0.14", {
|
|
"packageLocation": "./.yarn/cache/make-fetch-happen-npm-8.0.14-fa5d78adad-326fefde1a.zip/node_modules/make-fetch-happen/",
|
|
"packageDependencies": [
|
|
["make-fetch-happen", "npm:8.0.14"],
|
|
["agentkeepalive", "npm:4.1.4"],
|
|
["cacache", "npm:15.3.0"],
|
|
["http-cache-semantics", "npm:4.1.0"],
|
|
["http-proxy-agent", "npm:4.0.1"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["is-lambda", "npm:1.0.1"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-collect", "npm:1.0.2"],
|
|
["minipass-fetch", "npm:1.4.1"],
|
|
["minipass-flush", "npm:1.0.5"],
|
|
["minipass-pipeline", "npm:1.2.4"],
|
|
["promise-retry", "npm:2.0.1"],
|
|
["socks-proxy-agent", "npm:5.0.1"],
|
|
["ssri", "npm:8.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/make-fetch-happen-npm-9.1.0-23184ad7f6-0eb371c85f.zip/node_modules/make-fetch-happen/",
|
|
"packageDependencies": [
|
|
["make-fetch-happen", "npm:9.1.0"],
|
|
["agentkeepalive", "npm:4.1.4"],
|
|
["cacache", "npm:15.3.0"],
|
|
["http-cache-semantics", "npm:4.1.0"],
|
|
["http-proxy-agent", "npm:4.0.1"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["is-lambda", "npm:1.0.1"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-collect", "npm:1.0.2"],
|
|
["minipass-fetch", "npm:1.4.1"],
|
|
["minipass-flush", "npm:1.0.5"],
|
|
["minipass-pipeline", "npm:1.2.4"],
|
|
["negotiator", "npm:0.6.2"],
|
|
["promise-retry", "npm:2.0.1"],
|
|
["socks-proxy-agent", "npm:6.1.0"],
|
|
["ssri", "npm:8.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["makeerror", [
|
|
["npm:1.0.12", {
|
|
"packageLocation": "./.yarn/cache/makeerror-npm-1.0.12-69abf085d7-b38a025a12.zip/node_modules/makeerror/",
|
|
"packageDependencies": [
|
|
["makeerror", "npm:1.0.12"],
|
|
["tmpl", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["map-obj", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/map-obj-npm-1.0.1-fa55100fac-9949e7baec.zip/node_modules/map-obj/",
|
|
"packageDependencies": [
|
|
["map-obj", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/map-obj-npm-4.3.0-d53e32935d-fbc554934d.zip/node_modules/map-obj/",
|
|
"packageDependencies": [
|
|
["map-obj", "npm:4.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["markdown-table", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/markdown-table-npm-3.0.2-34de6c482e-7bd9eb54e7.zip/node_modules/markdown-table/",
|
|
"packageDependencies": [
|
|
["markdown-table", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["material-colors", [
|
|
["npm:1.2.6", {
|
|
"packageLocation": "./.yarn/cache/material-colors-npm-1.2.6-38f7e3d1c1-72d005cccc.zip/node_modules/material-colors/",
|
|
"packageDependencies": [
|
|
["material-colors", "npm:1.2.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["md5-file", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/md5-file-npm-5.0.0-e5f59abc62-c606a00ff5.zip/node_modules/md5-file/",
|
|
"packageDependencies": [
|
|
["md5-file", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["md5.js", [
|
|
["npm:1.3.5", {
|
|
"packageLocation": "./.yarn/cache/md5.js-npm-1.3.5-130901125a-098494d885.zip/node_modules/md5.js/",
|
|
"packageDependencies": [
|
|
["md5.js", "npm:1.3.5"],
|
|
["hash-base", "npm:3.1.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-definitions", [
|
|
["npm:5.1.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-definitions-npm-5.1.0-e5d0e87994-a5237dc592.zip/node_modules/mdast-util-definitions/",
|
|
"packageDependencies": [
|
|
["mdast-util-definitions", "npm:5.1.0"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-visit", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-find-and-replace", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-find-and-replace-npm-2.1.0-361756990b-2df955899e.zip/node_modules/mdast-util-find-and-replace/",
|
|
"packageDependencies": [
|
|
["mdast-util-find-and-replace", "npm:2.1.0"],
|
|
["escape-string-regexp", "npm:5.0.0"],
|
|
["unist-util-is", "npm:5.1.1"],
|
|
["unist-util-visit-parents", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-from-markdown", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-from-markdown-npm-1.2.0-0e8d4c3b86-fadc3521a3.zip/node_modules/mdast-util-from-markdown/",
|
|
"packageDependencies": [
|
|
["mdast-util-from-markdown", "npm:1.2.0"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["decode-named-character-reference", "npm:1.0.1"],
|
|
["mdast-util-to-string", "npm:3.1.0"],
|
|
["micromark", "npm:3.0.10"],
|
|
["micromark-util-decode-numeric-character-reference", "npm:1.0.0"],
|
|
["micromark-util-decode-string", "npm:1.0.2"],
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["unist-util-stringify-position", "npm:3.0.0"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-npm-2.0.0-177231f942-70c35ee810.zip/node_modules/mdast-util-gfm/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm", "npm:2.0.0"],
|
|
["mdast-util-gfm-autolink-literal", "npm:1.0.2"],
|
|
["mdast-util-gfm-footnote", "npm:1.0.0"],
|
|
["mdast-util-gfm-strikethrough", "npm:1.0.0"],
|
|
["mdast-util-gfm-table", "npm:1.0.1"],
|
|
["mdast-util-gfm-task-list-item", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm-autolink-literal", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-autolink-literal-npm-1.0.2-4c2861e554-75e12f21ec.zip/node_modules/mdast-util-gfm-autolink-literal/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm-autolink-literal", "npm:1.0.2"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["ccount", "npm:2.0.1"],
|
|
["mdast-util-find-and-replace", "npm:2.1.0"],
|
|
["micromark-util-character", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm-footnote", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-footnote-npm-1.0.0-e468760d63-45af2e4fee.zip/node_modules/mdast-util-gfm-footnote/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm-footnote", "npm:1.0.0"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-to-markdown", "npm:1.2.6"],
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["unist-util-visit", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm-strikethrough", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-strikethrough-npm-1.0.0-7c3299140b-4e57d69576.zip/node_modules/mdast-util-gfm-strikethrough/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm-strikethrough", "npm:1.0.0"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-to-markdown", "npm:1.2.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm-table", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-table-npm-1.0.1-c96e676de2-5b1fd47402.zip/node_modules/mdast-util-gfm-table/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm-table", "npm:1.0.1"],
|
|
["markdown-table", "npm:3.0.2"],
|
|
["mdast-util-to-markdown", "npm:1.2.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-gfm-task-list-item", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-gfm-task-list-item-npm-1.0.0-c86371f41b-7771c08a9c.zip/node_modules/mdast-util-gfm-task-list-item/",
|
|
"packageDependencies": [
|
|
["mdast-util-gfm-task-list-item", "npm:1.0.0"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-to-markdown", "npm:1.2.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-to-hast", [
|
|
["npm:11.3.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-to-hast-npm-11.3.0-e0e49d7416-a968d03461.zip/node_modules/mdast-util-to-hast/",
|
|
"packageDependencies": [
|
|
["mdast-util-to-hast", "npm:11.3.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["@types/mdurl", "npm:1.0.2"],
|
|
["mdast-util-definitions", "npm:5.1.0"],
|
|
["mdurl", "npm:1.0.1"],
|
|
["unist-builder", "npm:3.0.0"],
|
|
["unist-util-generated", "npm:2.0.0"],
|
|
["unist-util-position", "npm:4.0.1"],
|
|
["unist-util-visit", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-to-markdown", [
|
|
["npm:1.2.6", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-to-markdown-npm-1.2.6-8f0008c9b3-f15a24caff.zip/node_modules/mdast-util-to-markdown/",
|
|
"packageDependencies": [
|
|
["mdast-util-to-markdown", "npm:1.2.6"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["longest-streak", "npm:3.0.1"],
|
|
["mdast-util-to-string", "npm:3.1.0"],
|
|
["micromark-util-decode-string", "npm:1.0.2"],
|
|
["unist-util-visit", "npm:4.1.0"],
|
|
["zwitch", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdast-util-to-string", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/mdast-util-to-string-npm-3.1.0-d888f00663-f42ddd4e22.zip/node_modules/mdast-util-to-string/",
|
|
"packageDependencies": [
|
|
["mdast-util-to-string", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mdurl", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/mdurl-npm-1.0.1-054d974269-71731ecba9.zip/node_modules/mdurl/",
|
|
"packageDependencies": [
|
|
["mdurl", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["memory-pager", [
|
|
["npm:1.5.0", {
|
|
"packageLocation": "./.yarn/cache/memory-pager-npm-1.5.0-46e20e6c81-d1a2e68458.zip/node_modules/memory-pager/",
|
|
"packageDependencies": [
|
|
["memory-pager", "npm:1.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["meow", [
|
|
["npm:8.1.2", {
|
|
"packageLocation": "./.yarn/cache/meow-npm-8.1.2-bcfe48d4f3-bc23bf1b44.zip/node_modules/meow/",
|
|
"packageDependencies": [
|
|
["meow", "npm:8.1.2"],
|
|
["@types/minimist", "npm:1.2.2"],
|
|
["camelcase-keys", "npm:6.2.2"],
|
|
["decamelize-keys", "npm:1.1.0"],
|
|
["hard-rejection", "npm:2.1.0"],
|
|
["minimist-options", "npm:4.1.0"],
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["read-pkg-up", "npm:7.0.1"],
|
|
["redent", "npm:3.0.0"],
|
|
["trim-newlines", "npm:3.0.1"],
|
|
["type-fest", "npm:0.18.1"],
|
|
["yargs-parser", "npm:20.2.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["merge-stream", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/merge-stream-npm-2.0.0-2ac83efea5-6fa4dcc8d8.zip/node_modules/merge-stream/",
|
|
"packageDependencies": [
|
|
["merge-stream", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["merge2", [
|
|
["npm:1.4.1", {
|
|
"packageLocation": "./.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip/node_modules/merge2/",
|
|
"packageDependencies": [
|
|
["merge2", "npm:1.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark", [
|
|
["npm:3.0.10", {
|
|
"packageLocation": "./.yarn/cache/micromark-npm-3.0.10-8d661b8a4a-04663fe030.zip/node_modules/micromark/",
|
|
"packageDependencies": [
|
|
["micromark", "npm:3.0.10"],
|
|
["@types/debug", "npm:4.1.7"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["decode-named-character-reference", "npm:1.0.1"],
|
|
["micromark-core-commonmark", "npm:1.0.6"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-combine-extensions", "npm:1.0.0"],
|
|
["micromark-util-decode-numeric-character-reference", "npm:1.0.0"],
|
|
["micromark-util-encode", "npm:1.0.0"],
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["micromark-util-resolve-all", "npm:1.0.0"],
|
|
["micromark-util-sanitize-uri", "npm:1.0.0"],
|
|
["micromark-util-subtokenize", "npm:1.0.2"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-core-commonmark", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/micromark-core-commonmark-npm-1.0.6-fad8e6e27b-4b483c4607.zip/node_modules/micromark-core-commonmark/",
|
|
"packageDependencies": [
|
|
["micromark-core-commonmark", "npm:1.0.6"],
|
|
["decode-named-character-reference", "npm:1.0.1"],
|
|
["micromark-factory-destination", "npm:1.0.0"],
|
|
["micromark-factory-label", "npm:1.0.2"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-factory-title", "npm:1.0.2"],
|
|
["micromark-factory-whitespace", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-classify-character", "npm:1.0.0"],
|
|
["micromark-util-html-tag-name", "npm:1.0.0"],
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["micromark-util-resolve-all", "npm:1.0.0"],
|
|
["micromark-util-subtokenize", "npm:1.0.2"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-npm-2.0.0-97414714bb-1e98ca34b4.zip/node_modules/micromark-extension-gfm/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm", "npm:2.0.0"],
|
|
["micromark-extension-gfm-autolink-literal", "npm:1.0.3"],
|
|
["micromark-extension-gfm-footnote", "npm:1.0.3"],
|
|
["micromark-extension-gfm-strikethrough", "npm:1.0.4"],
|
|
["micromark-extension-gfm-table", "npm:1.0.5"],
|
|
["micromark-extension-gfm-tagfilter", "npm:1.0.1"],
|
|
["micromark-extension-gfm-task-list-item", "npm:1.0.3"],
|
|
["micromark-util-combine-extensions", "npm:1.0.0"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-autolink-literal", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-autolink-literal-npm-1.0.3-6a2bc2e0ba-bb181972ac.zip/node_modules/micromark-extension-gfm-autolink-literal/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-autolink-literal", "npm:1.0.3"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-sanitize-uri", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-footnote", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-footnote-npm-1.0.3-4f3ceb79de-81aaf12d23.zip/node_modules/micromark-extension-gfm-footnote/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-footnote", "npm:1.0.3"],
|
|
["micromark-core-commonmark", "npm:1.0.6"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["micromark-util-sanitize-uri", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-strikethrough", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-strikethrough-npm-1.0.4-a6c443c694-f43d316b85.zip/node_modules/micromark-extension-gfm-strikethrough/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-strikethrough", "npm:1.0.4"],
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-classify-character", "npm:1.0.0"],
|
|
["micromark-util-resolve-all", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-table", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-table-npm-1.0.5-50426629a0-f0aab3b433.zip/node_modules/micromark-extension-gfm-table/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-table", "npm:1.0.5"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-tagfilter", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-tagfilter-npm-1.0.1-1d737f93b4-63e8d68f25.zip/node_modules/micromark-extension-gfm-tagfilter/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-tagfilter", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-extension-gfm-task-list-item", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/micromark-extension-gfm-task-list-item-npm-1.0.3-a489b2309c-d320b0c530.zip/node_modules/micromark-extension-gfm-task-list-item/",
|
|
"packageDependencies": [
|
|
["micromark-extension-gfm-task-list-item", "npm:1.0.3"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-factory-destination", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-factory-destination-npm-1.0.0-ead4af0386-8e733ae9c1.zip/node_modules/micromark-factory-destination/",
|
|
"packageDependencies": [
|
|
["micromark-factory-destination", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-factory-label", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/micromark-factory-label-npm-1.0.2-aa46281fdc-957e9366bd.zip/node_modules/micromark-factory-label/",
|
|
"packageDependencies": [
|
|
["micromark-factory-label", "npm:1.0.2"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-factory-space", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-factory-space-npm-1.0.0-e5fee5c60c-70d3aafde4.zip/node_modules/micromark-factory-space/",
|
|
"packageDependencies": [
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-factory-title", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/micromark-factory-title-npm-1.0.2-3739fc0d5d-9a9cf66bab.zip/node_modules/micromark-factory-title/",
|
|
"packageDependencies": [
|
|
["micromark-factory-title", "npm:1.0.2"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-factory-whitespace", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-factory-whitespace-npm-1.0.0-ea665f7a7c-0888386e6e.zip/node_modules/micromark-factory-whitespace/",
|
|
"packageDependencies": [
|
|
["micromark-factory-whitespace", "npm:1.0.0"],
|
|
["micromark-factory-space", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-character", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-character-npm-1.1.0-fe6b5d2ff8-504a4e3321.zip/node_modules/micromark-util-character/",
|
|
"packageDependencies": [
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-chunked", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-chunked-npm-1.0.0-456e2b513f-c1efd56e8c.zip/node_modules/micromark-util-chunked/",
|
|
"packageDependencies": [
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-classify-character", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-classify-character-npm-1.0.0-68787d9dc2-180446e6a1.zip/node_modules/micromark-util-classify-character/",
|
|
"packageDependencies": [
|
|
["micromark-util-classify-character", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-combine-extensions", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-combine-extensions-npm-1.0.0-f13e57de5b-5304a820ef.zip/node_modules/micromark-util-combine-extensions/",
|
|
"packageDependencies": [
|
|
["micromark-util-combine-extensions", "npm:1.0.0"],
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-decode-numeric-character-reference", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-decode-numeric-character-reference-npm-1.0.0-68686444bf-f3ae2bb582.zip/node_modules/micromark-util-decode-numeric-character-reference/",
|
|
"packageDependencies": [
|
|
["micromark-util-decode-numeric-character-reference", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-decode-string", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-decode-string-npm-1.0.2-6aaf8c3c42-2dbb41c969.zip/node_modules/micromark-util-decode-string/",
|
|
"packageDependencies": [
|
|
["micromark-util-decode-string", "npm:1.0.2"],
|
|
["decode-named-character-reference", "npm:1.0.1"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-decode-numeric-character-reference", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-encode", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-encode-npm-1.0.0-d5e088bf87-16985a6b35.zip/node_modules/micromark-util-encode/",
|
|
"packageDependencies": [
|
|
["micromark-util-encode", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-html-tag-name", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-html-tag-name-npm-1.0.0-0b74ebd751-ed07ce9b9b.zip/node_modules/micromark-util-html-tag-name/",
|
|
"packageDependencies": [
|
|
["micromark-util-html-tag-name", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-normalize-identifier", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-normalize-identifier-npm-1.0.0-79f4e82268-d7c09d5e83.zip/node_modules/micromark-util-normalize-identifier/",
|
|
"packageDependencies": [
|
|
["micromark-util-normalize-identifier", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-resolve-all", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-resolve-all-npm-1.0.0-cb1a6324ae-409667f2bd.zip/node_modules/micromark-util-resolve-all/",
|
|
"packageDependencies": [
|
|
["micromark-util-resolve-all", "npm:1.0.0"],
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-sanitize-uri", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-sanitize-uri-npm-1.0.0-ca1fc53943-77448ec3a5.zip/node_modules/micromark-util-sanitize-uri/",
|
|
"packageDependencies": [
|
|
["micromark-util-sanitize-uri", "npm:1.0.0"],
|
|
["micromark-util-character", "npm:1.1.0"],
|
|
["micromark-util-encode", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-subtokenize", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-subtokenize-npm-1.0.2-9d0d437340-c32ee58a7e.zip/node_modules/micromark-util-subtokenize/",
|
|
"packageDependencies": [
|
|
["micromark-util-subtokenize", "npm:1.0.2"],
|
|
["micromark-util-chunked", "npm:1.0.0"],
|
|
["micromark-util-symbol", "npm:1.0.1"],
|
|
["micromark-util-types", "npm:1.0.2"],
|
|
["uvu", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-symbol", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-symbol-npm-1.0.1-e674dcf8f4-c6a3023b3a.zip/node_modules/micromark-util-symbol/",
|
|
"packageDependencies": [
|
|
["micromark-util-symbol", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromark-util-types", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/micromark-util-types-npm-1.0.2-83e6ddb6df-08dc901b7c.zip/node_modules/micromark-util-types/",
|
|
"packageDependencies": [
|
|
["micromark-util-types", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["micromatch", [
|
|
["npm:4.0.4", {
|
|
"packageLocation": "./.yarn/cache/micromatch-npm-4.0.4-9fdcbb7a0e-ef3d1c88e7.zip/node_modules/micromatch/",
|
|
"packageDependencies": [
|
|
["micromatch", "npm:4.0.4"],
|
|
["braces", "npm:3.0.2"],
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["miller-rabin", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/miller-rabin-npm-4.0.1-3426ac0bf7-00cd1ab838.zip/node_modules/miller-rabin/",
|
|
"packageDependencies": [
|
|
["miller-rabin", "npm:4.0.1"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["brorand", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mime", [
|
|
["npm:1.6.0", {
|
|
"packageLocation": "./.yarn/cache/mime-npm-1.6.0-60ae95038a-fef25e3926.zip/node_modules/mime/",
|
|
"packageDependencies": [
|
|
["mime", "npm:1.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mime-db", [
|
|
["npm:1.50.0", {
|
|
"packageLocation": "./.yarn/cache/mime-db-npm-1.50.0-ee51ad7b30-95fcc19c36.zip/node_modules/mime-db/",
|
|
"packageDependencies": [
|
|
["mime-db", "npm:1.50.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mime-types", [
|
|
["npm:2.1.33", {
|
|
"packageLocation": "./.yarn/cache/mime-types-npm-2.1.33-41bfef7da1-05f2a0b3f1.zip/node_modules/mime-types/",
|
|
"packageDependencies": [
|
|
["mime-types", "npm:2.1.33"],
|
|
["mime-db", "npm:1.50.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mimic-fn", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/mimic-fn-npm-2.1.0-4fbeb3abb4-d2421a3444.zip/node_modules/mimic-fn/",
|
|
"packageDependencies": [
|
|
["mimic-fn", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mimic-response", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/mimic-response-npm-1.0.1-f6f85dde84-034c78753b.zip/node_modules/mimic-response/",
|
|
"packageDependencies": [
|
|
["mimic-response", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/mimic-response-npm-2.1.0-037463e454-014fad6ab9.zip/node_modules/mimic-response/",
|
|
"packageDependencies": [
|
|
["mimic-response", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-25739fee32.zip/node_modules/mimic-response/",
|
|
"packageDependencies": [
|
|
["mimic-response", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["min-indent", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/min-indent-npm-1.0.1-77031f50e1-bfc6dd03c5.zip/node_modules/min-indent/",
|
|
"packageDependencies": [
|
|
["min-indent", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mingo", [
|
|
["npm:4.4.1", {
|
|
"packageLocation": "./.yarn/cache/mingo-npm-4.4.1-44a34bfeb5-9edcad35e1.zip/node_modules/mingo/",
|
|
"packageDependencies": [
|
|
["mingo", "npm:4.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minimalistic-assert", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/minimalistic-assert-npm-1.0.1-dc8bb23d29-cc7974a926.zip/node_modules/minimalistic-assert/",
|
|
"packageDependencies": [
|
|
["minimalistic-assert", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minimalistic-crypto-utils", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/minimalistic-crypto-utils-npm-1.0.1-e66b10822e-6e8a0422b3.zip/node_modules/minimalistic-crypto-utils/",
|
|
"packageDependencies": [
|
|
["minimalistic-crypto-utils", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minimatch", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/minimatch-npm-3.0.4-6e76f51c23-66ac295f8a.zip/node_modules/minimatch/",
|
|
"packageDependencies": [
|
|
["minimatch", "npm:3.0.4"],
|
|
["brace-expansion", "npm:1.1.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minimist", [
|
|
["npm:1.2.5", {
|
|
"packageLocation": "./.yarn/cache/minimist-npm-1.2.5-ced0e1f617-86706ce5b3.zip/node_modules/minimist/",
|
|
"packageDependencies": [
|
|
["minimist", "npm:1.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minimist-options", [
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/minimist-options-npm-4.1.0-64ca250fc1-8c040b3068.zip/node_modules/minimist-options/",
|
|
"packageDependencies": [
|
|
["minimist-options", "npm:4.1.0"],
|
|
["arrify", "npm:1.0.1"],
|
|
["is-plain-obj", "npm:1.1.0"],
|
|
["kind-of", "npm:6.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass", [
|
|
["npm:2.9.0", {
|
|
"packageLocation": "./.yarn/cache/minipass-npm-2.9.0-6335fbe4af-077b66f31b.zip/node_modules/minipass/",
|
|
"packageDependencies": [
|
|
["minipass", "npm:2.9.0"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["yallist", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.5", {
|
|
"packageLocation": "./.yarn/cache/minipass-npm-3.1.5-63d27aa1b8-8b410b9a5b.zip/node_modules/minipass/",
|
|
"packageDependencies": [
|
|
["minipass", "npm:3.1.5"],
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-collect", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/minipass-collect-npm-1.0.2-3b4676eab5-14df761028.zip/node_modules/minipass-collect/",
|
|
"packageDependencies": [
|
|
["minipass-collect", "npm:1.0.2"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-fetch", [
|
|
["npm:1.4.1", {
|
|
"packageLocation": "./.yarn/cache/minipass-fetch-npm-1.4.1-2d67357feb-ec93697bdb.zip/node_modules/minipass-fetch/",
|
|
"packageDependencies": [
|
|
["minipass-fetch", "npm:1.4.1"],
|
|
["encoding", "npm:0.1.13"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-sized", "npm:1.0.3"],
|
|
["minizlib", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-flush", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/minipass-flush-npm-1.0.5-efe79d9826-56269a0b22.zip/node_modules/minipass-flush/",
|
|
"packageDependencies": [
|
|
["minipass-flush", "npm:1.0.5"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-json-stream", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/minipass-json-stream-npm-1.0.1-96490706d6-791b696a27.zip/node_modules/minipass-json-stream/",
|
|
"packageDependencies": [
|
|
["minipass-json-stream", "npm:1.0.1"],
|
|
["jsonparse", "npm:1.3.1"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-pipeline", [
|
|
["npm:1.2.4", {
|
|
"packageLocation": "./.yarn/cache/minipass-pipeline-npm-1.2.4-5924cb077f-b14240dac0.zip/node_modules/minipass-pipeline/",
|
|
"packageDependencies": [
|
|
["minipass-pipeline", "npm:1.2.4"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minipass-sized", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/minipass-sized-npm-1.0.3-306d86f432-79076749fc.zip/node_modules/minipass-sized/",
|
|
"packageDependencies": [
|
|
["minipass-sized", "npm:1.0.3"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["minizlib", [
|
|
["npm:1.3.3", {
|
|
"packageLocation": "./.yarn/cache/minizlib-npm-1.3.3-b590e5bfb8-b0425c04d2.zip/node_modules/minizlib/",
|
|
"packageDependencies": [
|
|
["minizlib", "npm:1.3.3"],
|
|
["minipass", "npm:2.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.2", {
|
|
"packageLocation": "./.yarn/cache/minizlib-npm-2.1.2-ea89cd0cfb-f1fdeac0b0.zip/node_modules/minizlib/",
|
|
"packageDependencies": [
|
|
["minizlib", "npm:2.1.2"],
|
|
["minipass", "npm:3.1.5"],
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mkdirp", [
|
|
["npm:0.5.5", {
|
|
"packageLocation": "./.yarn/cache/mkdirp-npm-0.5.5-6bc76534fc-3bce20ea52.zip/node_modules/mkdirp/",
|
|
"packageDependencies": [
|
|
["mkdirp", "npm:0.5.5"],
|
|
["minimist", "npm:1.2.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/mkdirp-npm-1.0.4-37f6ef56b9-a96865108c.zip/node_modules/mkdirp/",
|
|
"packageDependencies": [
|
|
["mkdirp", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mkdirp-classic", [
|
|
["npm:0.5.3", {
|
|
"packageLocation": "./.yarn/cache/mkdirp-classic-npm-0.5.3-3b5c991910-3f4e088208.zip/node_modules/mkdirp-classic/",
|
|
"packageDependencies": [
|
|
["mkdirp-classic", "npm:0.5.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mkdirp-infer-owner", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/mkdirp-infer-owner-npm-2.0.0-de1fb05d31-d8f4ecd32f.zip/node_modules/mkdirp-infer-owner/",
|
|
"packageDependencies": [
|
|
["mkdirp-infer-owner", "npm:2.0.0"],
|
|
["chownr", "npm:2.0.0"],
|
|
["infer-owner", "npm:1.0.4"],
|
|
["mkdirp", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["modify-values", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/modify-values-npm-1.0.1-9b2377e166-8296610c60.zip/node_modules/modify-values/",
|
|
"packageDependencies": [
|
|
["modify-values", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["moment", [
|
|
["npm:2.29.1", {
|
|
"packageLocation": "./.yarn/cache/moment-npm-2.29.1-787d9fdafd-1e14d5f422.zip/node_modules/moment/",
|
|
"packageDependencies": [
|
|
["moment", "npm:2.29.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mongodb", [
|
|
["npm:3.7.3", {
|
|
"packageLocation": "./.yarn/cache/mongodb-npm-3.7.3-c479129d1e-ef7690fe6e.zip/node_modules/mongodb/",
|
|
"packageDependencies": [
|
|
["mongodb", "npm:3.7.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:3.7.3", {
|
|
"packageLocation": "./.yarn/__virtual__/mongodb-virtual-40cb457e1d/0/cache/mongodb-npm-3.7.3-c479129d1e-ef7690fe6e.zip/node_modules/mongodb/",
|
|
"packageDependencies": [
|
|
["mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:3.7.3"],
|
|
["@types/aws4", null],
|
|
["@types/bson-ext", null],
|
|
["@types/kerberos", null],
|
|
["@types/mongodb-client-encryption", null],
|
|
["@types/mongodb-extjson", null],
|
|
["@types/snappy", null],
|
|
["aws4", null],
|
|
["bl", "npm:2.2.1"],
|
|
["bson", "npm:1.1.6"],
|
|
["bson-ext", null],
|
|
["denque", "npm:1.5.1"],
|
|
["kerberos", null],
|
|
["mongodb-client-encryption", null],
|
|
["mongodb-extjson", null],
|
|
["optional-require", "npm:1.1.8"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["saslprep", "npm:1.0.3"],
|
|
["snappy", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/aws4",
|
|
"@types/bson-ext",
|
|
"@types/kerberos",
|
|
"@types/mongodb-client-encryption",
|
|
"@types/mongodb-extjson",
|
|
"@types/snappy",
|
|
"aws4",
|
|
"bson-ext",
|
|
"kerberos",
|
|
"mongodb-client-encryption",
|
|
"mongodb-extjson",
|
|
"snappy"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mongodb-memory-server", [
|
|
["npm:7.3.6", {
|
|
"packageLocation": "./.yarn/unplugged/mongodb-memory-server-npm-7.3.6-1008c38beb/node_modules/mongodb-memory-server/",
|
|
"packageDependencies": [
|
|
["mongodb-memory-server", "npm:7.3.6"],
|
|
["mongodb-memory-server-core", "npm:7.3.6"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mongodb-memory-server-core", [
|
|
["npm:7.3.6", {
|
|
"packageLocation": "./.yarn/cache/mongodb-memory-server-core-npm-7.3.6-0a51e320dc-5654b669d1.zip/node_modules/mongodb-memory-server-core/",
|
|
"packageDependencies": [
|
|
["mongodb-memory-server-core", "npm:7.3.6"],
|
|
["@types/tmp", "npm:0.2.2"],
|
|
["async-mutex", "npm:0.3.2"],
|
|
["camelcase", "npm:6.2.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["find-cache-dir", "npm:3.3.2"],
|
|
["get-port", "npm:5.1.1"],
|
|
["https-proxy-agent", "npm:5.0.0"],
|
|
["md5-file", "npm:5.0.0"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["mongodb", "virtual:8892fd55020404ef7b68cfff5e095a43035d4129ed154e1c28837e4f2c038ceb7761f36556ed437d5a606142082cb5505d80f52744c412cdeaaaf5d9c72e693c#npm:3.7.3"],
|
|
["new-find-package-json", "npm:1.1.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["tar-stream", "npm:2.2.0"],
|
|
["tmp", "npm:0.2.1"],
|
|
["tslib", "npm:2.3.1"],
|
|
["uuid", "npm:8.3.2"],
|
|
["yauzl", "npm:2.10.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["moo-color", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/moo-color-npm-1.0.2-2779af0966-9425438cf1.zip/node_modules/moo-color/",
|
|
"packageDependencies": [
|
|
["moo-color", "npm:1.0.2"],
|
|
["color-name", "npm:1.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mri", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/mri-npm-1.2.0-8ecee0357d-83f515abbc.zip/node_modules/mri/",
|
|
"packageDependencies": [
|
|
["mri", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ms", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/ms-npm-2.0.0-9e1101a471-0e6a22b8b7.zip/node_modules/ms/",
|
|
"packageDependencies": [
|
|
["ms", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.2", {
|
|
"packageLocation": "./.yarn/cache/ms-npm-2.1.2-ec0c1512ff-673cdb2c31.zip/node_modules/ms/",
|
|
"packageDependencies": [
|
|
["ms", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.3", {
|
|
"packageLocation": "./.yarn/cache/ms-npm-2.1.3-81ff3cfac1-aa92de6080.zip/node_modules/ms/",
|
|
"packageDependencies": [
|
|
["ms", "npm:2.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["msal", [
|
|
["npm:1.4.14", {
|
|
"packageLocation": "./.yarn/cache/msal-npm-1.4.14-6ff4175163-e77074d78c.zip/node_modules/msal/",
|
|
"packageDependencies": [
|
|
["msal", "npm:1.4.14"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mssql", [
|
|
["npm:7.2.1", {
|
|
"packageLocation": "./.yarn/cache/mssql-npm-7.2.1-e0b229133d-1f706eaea8.zip/node_modules/mssql/",
|
|
"packageDependencies": [
|
|
["mssql", "npm:7.2.1"],
|
|
["@tediousjs/connection-string", "npm:0.3.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["rfdc", "npm:1.3.0"],
|
|
["tarn", "npm:3.0.1"],
|
|
["tedious", "npm:11.8.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["multimatch", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/multimatch-npm-5.0.0-9938abf6fa-82c8030a53.zip/node_modules/multimatch/",
|
|
"packageDependencies": [
|
|
["multimatch", "npm:5.0.0"],
|
|
["@types/minimatch", "npm:3.0.5"],
|
|
["array-differ", "npm:3.0.0"],
|
|
["array-union", "npm:2.1.0"],
|
|
["arrify", "npm:2.0.1"],
|
|
["minimatch", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mute-stream", [
|
|
["npm:0.0.8", {
|
|
"packageLocation": "./.yarn/cache/mute-stream-npm-0.0.8-489a7d6c2b-ff48d251fc.zip/node_modules/mute-stream/",
|
|
"packageDependencies": [
|
|
["mute-stream", "npm:0.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["mysql", [
|
|
["npm:2.18.1", {
|
|
"packageLocation": "./.yarn/cache/mysql-npm-2.18.1-8fdb56201f-430dec8525.zip/node_modules/mysql/",
|
|
"packageDependencies": [
|
|
["mysql", "npm:2.18.1"],
|
|
["bignumber.js", "npm:9.0.0"],
|
|
["readable-stream", "npm:2.3.7"],
|
|
["safe-buffer", "npm:5.1.2"],
|
|
["sqlstring", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["nanoid", [
|
|
["npm:3.1.30", {
|
|
"packageLocation": "./.yarn/cache/nanoid-npm-3.1.30-58cf6fe7ec-276d0d4b0c.zip/node_modules/nanoid/",
|
|
"packageDependencies": [
|
|
["nanoid", "npm:3.1.30"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["napi-build-utils", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/napi-build-utils-npm-1.0.2-892e4bba56-06c14271ee.zip/node_modules/napi-build-utils/",
|
|
"packageDependencies": [
|
|
["napi-build-utils", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["native-duplexpair", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/native-duplexpair-npm-1.0.0-5ee9036c39-d849a8cb78.zip/node_modules/native-duplexpair/",
|
|
"packageDependencies": [
|
|
["native-duplexpair", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["natural-compare", [
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/natural-compare-npm-1.4.0-97b75b362d-23ad088b08.zip/node_modules/natural-compare/",
|
|
"packageDependencies": [
|
|
["natural-compare", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["needle", [
|
|
["npm:2.9.1", {
|
|
"packageLocation": "./.yarn/cache/needle-npm-2.9.1-f40e591726-746ae3a378.zip/node_modules/needle/",
|
|
"packageDependencies": [
|
|
["needle", "npm:2.9.1"],
|
|
["debug", "virtual:d9426786c635bc4b52511d6cc4b56156f50d780a698c0e20fc6caf10d3be51cbf176e79cff882f4d42a23ff4d0f89fe94222849578214e7fbae0f2754c82af02#npm:3.2.7"],
|
|
["iconv-lite", "npm:0.4.24"],
|
|
["sax", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["negotiator", [
|
|
["npm:0.6.2", {
|
|
"packageLocation": "./.yarn/cache/negotiator-npm-0.6.2-ba538e167a-dfddaff6c0.zip/node_modules/negotiator/",
|
|
"packageDependencies": [
|
|
["negotiator", "npm:0.6.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["neo-async", [
|
|
["npm:2.6.2", {
|
|
"packageLocation": "./.yarn/cache/neo-async-npm-2.6.2-75d6902586-deac9f8d00.zip/node_modules/neo-async/",
|
|
"packageDependencies": [
|
|
["neo-async", "npm:2.6.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["new-find-package-json", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/new-find-package-json-npm-1.1.0-e7457aa2e0-818e5a837f.zip/node_modules/new-find-package-json/",
|
|
"packageDependencies": [
|
|
["new-find-package-json", "npm:1.1.0"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["next", [
|
|
["npm:12.0.3", {
|
|
"packageLocation": "./.yarn/cache/next-npm-12.0.3-9304238c07-68be20fdc9.zip/node_modules/next/",
|
|
"packageDependencies": [
|
|
["next", "npm:12.0.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:12.0.3", {
|
|
"packageLocation": "./.yarn/__virtual__/next-virtual-1f878baf2c/0/cache/next-npm-12.0.3-9304238c07-68be20fdc9.zip/node_modules/next/",
|
|
"packageDependencies": [
|
|
["next", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:12.0.3"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@hapi/accept", "npm:5.0.2"],
|
|
["@napi-rs/triples", "npm:1.0.3"],
|
|
["@next/env", "npm:12.0.3"],
|
|
["@next/polyfill-module", "npm:12.0.3"],
|
|
["@next/react-dev-overlay", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3"],
|
|
["@next/react-refresh-utils", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:12.0.3"],
|
|
["@next/swc-android-arm64", "npm:12.0.3"],
|
|
["@next/swc-darwin-arm64", "npm:12.0.3"],
|
|
["@next/swc-darwin-x64", "npm:12.0.3"],
|
|
["@next/swc-linux-arm-gnueabihf", "npm:12.0.3"],
|
|
["@next/swc-linux-arm64-gnu", "npm:12.0.3"],
|
|
["@next/swc-linux-arm64-musl", "npm:12.0.3"],
|
|
["@next/swc-linux-x64-gnu", "npm:12.0.3"],
|
|
["@next/swc-linux-x64-musl", "npm:12.0.3"],
|
|
["@next/swc-win32-arm64-msvc", "npm:12.0.3"],
|
|
["@next/swc-win32-ia32-msvc", "npm:12.0.3"],
|
|
["@next/swc-win32-x64-msvc", "npm:12.0.3"],
|
|
["@types/fibers", null],
|
|
["@types/node-sass", null],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["@types/sass", null],
|
|
["acorn", "npm:8.5.0"],
|
|
["assert", "npm:2.0.0"],
|
|
["browserify-zlib", "npm:0.2.0"],
|
|
["browserslist", "npm:4.16.6"],
|
|
["buffer", "npm:5.6.0"],
|
|
["caniuse-lite", "npm:1.0.30001279"],
|
|
["chalk", "npm:2.4.2"],
|
|
["chokidar", "npm:3.5.1"],
|
|
["constants-browserify", "npm:1.0.0"],
|
|
["crypto-browserify", "npm:3.12.0"],
|
|
["cssnano-simple", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:3.0.0"],
|
|
["domain-browser", "npm:4.19.0"],
|
|
["encoding", "npm:0.1.13"],
|
|
["etag", "npm:1.8.1"],
|
|
["events", "npm:3.3.0"],
|
|
["fibers", null],
|
|
["find-cache-dir", "npm:3.3.1"],
|
|
["get-orientation", "npm:1.1.2"],
|
|
["https-browserify", "npm:1.0.0"],
|
|
["image-size", "npm:1.0.0"],
|
|
["jest-worker", "npm:27.0.0-next.5"],
|
|
["node-fetch", "npm:2.6.1"],
|
|
["node-html-parser", "npm:1.4.9"],
|
|
["node-sass", null],
|
|
["os-browserify", "npm:0.3.0"],
|
|
["p-limit", "npm:3.1.0"],
|
|
["path-browserify", "npm:1.0.1"],
|
|
["postcss", "npm:8.2.15"],
|
|
["process", "npm:0.11.10"],
|
|
["querystring-es3", "npm:0.2.1"],
|
|
["raw-body", "npm:2.4.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-is", "npm:17.0.2"],
|
|
["react-refresh", "npm:0.8.3"],
|
|
["regenerator-runtime", "npm:0.13.4"],
|
|
["sass", null],
|
|
["stream-browserify", "npm:3.0.0"],
|
|
["stream-http", "npm:3.1.1"],
|
|
["string_decoder", "npm:1.3.0"],
|
|
["styled-jsx", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:5.0.0-beta.3"],
|
|
["timers-browserify", "npm:2.0.12"],
|
|
["tty-browserify", "npm:0.0.1"],
|
|
["use-subscription", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:1.5.1"],
|
|
["util", "npm:0.12.4"],
|
|
["vm-browserify", "npm:1.1.2"],
|
|
["watchpack", "npm:2.1.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/fibers",
|
|
"@types/node-sass",
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"@types/sass",
|
|
"fibers",
|
|
"node-sass",
|
|
"react-dom",
|
|
"react",
|
|
"sass"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["next-auth", [
|
|
["npm:4.0.0-beta.6", {
|
|
"packageLocation": "./.yarn/cache/next-auth-npm-4.0.0-beta.6-7fd2f6be94-115157d2d3.zip/node_modules/next-auth/",
|
|
"packageDependencies": [
|
|
["next-auth", "npm:4.0.0-beta.6"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.0.0-beta.6", {
|
|
"packageLocation": "./.yarn/__virtual__/next-auth-virtual-465e0add14/0/cache/next-auth-npm-4.0.0-beta.6-7fd2f6be94-115157d2d3.zip/node_modules/next-auth/",
|
|
"packageDependencies": [
|
|
["next-auth", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.0.0-beta.6"],
|
|
["@babel/runtime", "npm:7.16.0"],
|
|
["@panva/hkdf", "npm:1.0.1"],
|
|
["@types/nodemailer", null],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["jose", "npm:4.2.0"],
|
|
["nodemailer", null],
|
|
["oauth", "npm:0.9.15"],
|
|
["openid-client", "npm:5.0.2"],
|
|
["preact", "npm:10.5.15"],
|
|
["preact-render-to-string", "virtual:465e0add14e1fddf1f349509a97876885626527fc91b439284c4e5895abca749616e7cbb00af9ce859e2e49eaa5bee0d246533f70d6a98d9b925c981072075b6#npm:5.1.19"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/nodemailer",
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"nodemailer",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["next-with-less", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/next-with-less-npm-2.0.2-82afd3c6bb-21777e6fe2.zip/node_modules/next-with-less/",
|
|
"packageDependencies": [
|
|
["next-with-less", "npm:2.0.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:2.0.2", {
|
|
"packageLocation": "./.yarn/__virtual__/next-with-less-virtual-6a1e4808f2/0/cache/next-with-less-npm-2.0.2-82afd3c6bb-21777e6fe2.zip/node_modules/next-with-less/",
|
|
"packageDependencies": [
|
|
["next-with-less", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:2.0.2"],
|
|
["@types/less", null],
|
|
["@types/less-loader", null],
|
|
["@types/next", null],
|
|
["clone-deep", "npm:4.0.1"],
|
|
["less", "npm:4.1.2"],
|
|
["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"],
|
|
["next", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:12.0.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/less-loader",
|
|
"@types/less",
|
|
"@types/next",
|
|
"less-loader",
|
|
"less",
|
|
"next"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["no-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/no-case-npm-3.0.4-12884c3d98-0b2ebc113d.zip/node_modules/no-case/",
|
|
"packageDependencies": [
|
|
["no-case", "npm:3.0.4"],
|
|
["lower-case", "npm:2.0.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-abi", [
|
|
["npm:2.30.1", {
|
|
"packageLocation": "./.yarn/cache/node-abi-npm-2.30.1-36a2c4e28a-3f4b0c912c.zip/node_modules/node-abi/",
|
|
"packageDependencies": [
|
|
["node-abi", "npm:2.30.1"],
|
|
["semver", "npm:5.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-abort-controller", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/node-abort-controller-npm-2.0.0-2635eee468-9276dab2db.zip/node_modules/node-abort-controller/",
|
|
"packageDependencies": [
|
|
["node-abort-controller", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-addon-api", [
|
|
["npm:3.2.1", {
|
|
"packageLocation": "./.yarn/unplugged/node-addon-api-npm-3.2.1-a29528f81d/node_modules/node-addon-api/",
|
|
"packageDependencies": [
|
|
["node-addon-api", "npm:3.2.1"],
|
|
["node-gyp", "npm:8.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-fetch", [
|
|
["npm:2.6.1", {
|
|
"packageLocation": "./.yarn/cache/node-fetch-npm-2.6.1-46c670dbc1-91075bedd5.zip/node_modules/node-fetch/",
|
|
"packageDependencies": [
|
|
["node-fetch", "npm:2.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.6.5", {
|
|
"packageLocation": "./.yarn/cache/node-fetch-npm-2.6.5-77aced0674-4e83db4507.zip/node_modules/node-fetch/",
|
|
"packageDependencies": [
|
|
["node-fetch", "npm:2.6.5"],
|
|
["whatwg-url", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-forge", [
|
|
["npm:0.10.0", {
|
|
"packageLocation": "./.yarn/cache/node-forge-npm-0.10.0-605ba7b28b-5aa6dc9922.zip/node_modules/node-forge/",
|
|
"packageDependencies": [
|
|
["node-forge", "npm:0.10.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-gyp", [
|
|
["npm:3.8.0", {
|
|
"packageLocation": "./.yarn/unplugged/node-gyp-npm-3.8.0-34b3928909/node_modules/node-gyp/",
|
|
"packageDependencies": [
|
|
["node-gyp", "npm:3.8.0"],
|
|
["fstream", "npm:1.0.12"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["nopt", "npm:3.0.6"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["osenv", "npm:0.1.5"],
|
|
["request", "npm:2.88.2"],
|
|
["rimraf", "npm:2.7.1"],
|
|
["semver", "npm:5.3.0"],
|
|
["tar", "npm:2.2.2"],
|
|
["which", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/unplugged/node-gyp-npm-5.1.1-9e002933ea/node_modules/node-gyp/",
|
|
"packageDependencies": [
|
|
["node-gyp", "npm:5.1.1"],
|
|
["env-paths", "npm:2.2.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["nopt", "npm:4.0.3"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["request", "npm:2.88.2"],
|
|
["rimraf", "npm:2.7.1"],
|
|
["semver", "npm:5.7.1"],
|
|
["tar", "npm:4.4.19"],
|
|
["which", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.1.2", {
|
|
"packageLocation": "./.yarn/unplugged/node-gyp-npm-7.1.2-002c5798eb/node_modules/node-gyp/",
|
|
"packageDependencies": [
|
|
["node-gyp", "npm:7.1.2"],
|
|
["env-paths", "npm:2.2.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["nopt", "npm:5.0.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["request", "npm:2.88.2"],
|
|
["rimraf", "npm:3.0.2"],
|
|
["semver", "npm:7.3.5"],
|
|
["tar", "npm:6.1.11"],
|
|
["which", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.3.0", {
|
|
"packageLocation": "./.yarn/unplugged/node-gyp-npm-8.3.0-11e93b166f/node_modules/node-gyp/",
|
|
"packageDependencies": [
|
|
["node-gyp", "npm:8.3.0"],
|
|
["env-paths", "npm:2.2.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["make-fetch-happen", "npm:9.1.0"],
|
|
["nopt", "npm:5.0.0"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["rimraf", "npm:3.0.2"],
|
|
["semver", "npm:7.3.5"],
|
|
["tar", "npm:6.1.11"],
|
|
["which", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-html-parser", [
|
|
["npm:1.4.9", {
|
|
"packageLocation": "./.yarn/cache/node-html-parser-npm-1.4.9-267030a0e0-fbcf5ea22f.zip/node_modules/node-html-parser/",
|
|
"packageDependencies": [
|
|
["node-html-parser", "npm:1.4.9"],
|
|
["he", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-int64", [
|
|
["npm:0.4.0", {
|
|
"packageLocation": "./.yarn/cache/node-int64-npm-0.4.0-0dc04ec3b2-d0b30b1ee6.zip/node_modules/node-int64/",
|
|
"packageDependencies": [
|
|
["node-int64", "npm:0.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-modules-regexp", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/node-modules-regexp-npm-1.0.0-2f5f5ba9c6-9954190353.zip/node_modules/node-modules-regexp/",
|
|
"packageDependencies": [
|
|
["node-modules-regexp", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-pre-gyp", [
|
|
["npm:0.11.0", {
|
|
"packageLocation": "./.yarn/unplugged/node-pre-gyp-npm-0.11.0-df386f4c01/node_modules/node-pre-gyp/",
|
|
"packageDependencies": [
|
|
["node-pre-gyp", "npm:0.11.0"],
|
|
["detect-libc", "npm:1.0.3"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["needle", "npm:2.9.1"],
|
|
["nopt", "npm:4.0.3"],
|
|
["npm-packlist", "npm:1.4.8"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["rc", "npm:1.2.8"],
|
|
["rimraf", "npm:2.7.1"],
|
|
["semver", "npm:5.7.1"],
|
|
["tar", "npm:4.4.19"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node-releases", [
|
|
["npm:1.1.77", {
|
|
"packageLocation": "./.yarn/cache/node-releases-npm-1.1.77-808fdb4df0-eb2fcb4531.zip/node_modules/node-releases/",
|
|
"packageDependencies": [
|
|
["node-releases", "npm:1.1.77"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/node-releases-npm-2.0.1-77b8e327f7-b20dd8d4bc.zip/node_modules/node-releases/",
|
|
"packageDependencies": [
|
|
["node-releases", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["node.extend", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/node.extend-npm-2.0.2-91a85f1c30-1fe3a1ca7f.zip/node_modules/node.extend/",
|
|
"packageDependencies": [
|
|
["node.extend", "npm:2.0.2"],
|
|
["has", "npm:1.0.3"],
|
|
["is", "npm:3.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["noms", [
|
|
["npm:0.0.0", {
|
|
"packageLocation": "./.yarn/cache/noms-npm-0.0.0-86eacf416e-a05f056dab.zip/node_modules/noms/",
|
|
"packageDependencies": [
|
|
["noms", "npm:0.0.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:1.0.34"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["nopt", [
|
|
["npm:3.0.6", {
|
|
"packageLocation": "./.yarn/cache/nopt-npm-3.0.6-370ee63cf6-7f8579029a.zip/node_modules/nopt/",
|
|
"packageDependencies": [
|
|
["nopt", "npm:3.0.6"],
|
|
["abbrev", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/nopt-npm-4.0.3-b35e68a869-66cd3b6021.zip/node_modules/nopt/",
|
|
"packageDependencies": [
|
|
["nopt", "npm:4.0.3"],
|
|
["abbrev", "npm:1.1.1"],
|
|
["osenv", "npm:0.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/nopt-npm-5.0.0-304b40fbfe-d35fdec187.zip/node_modules/nopt/",
|
|
"packageDependencies": [
|
|
["nopt", "npm:5.0.0"],
|
|
["abbrev", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["normalize-package-data", [
|
|
["npm:2.5.0", {
|
|
"packageLocation": "./.yarn/cache/normalize-package-data-npm-2.5.0-af0345deed-7999112efc.zip/node_modules/normalize-package-data/",
|
|
"packageDependencies": [
|
|
["normalize-package-data", "npm:2.5.0"],
|
|
["hosted-git-info", "npm:2.8.9"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"],
|
|
["semver", "npm:5.7.1"],
|
|
["validate-npm-package-license", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/normalize-package-data-npm-3.0.3-1a49056685-bbcee00339.zip/node_modules/normalize-package-data/",
|
|
"packageDependencies": [
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["hosted-git-info", "npm:4.0.2"],
|
|
["is-core-module", "npm:2.8.0"],
|
|
["semver", "npm:7.3.5"],
|
|
["validate-npm-package-license", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["normalize-path", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/normalize-path-npm-3.0.0-658ba7d77f-88eeb4da89.zip/node_modules/normalize-path/",
|
|
"packageDependencies": [
|
|
["normalize-path", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["normalize-url", [
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/normalize-url-npm-6.1.0-b95bc12ece-4a49446311.zip/node_modules/normalize-url/",
|
|
"packageDependencies": [
|
|
["normalize-url", "npm:6.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-bundled", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/npm-bundled-npm-1.1.2-e299e533ef-6e599155ef.zip/node_modules/npm-bundled/",
|
|
"packageDependencies": [
|
|
["npm-bundled", "npm:1.1.2"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-install-checks", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/npm-install-checks-npm-4.0.0-4dabe69bc2-8308ff48e6.zip/node_modules/npm-install-checks/",
|
|
"packageDependencies": [
|
|
["npm-install-checks", "npm:4.0.0"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-lifecycle", [
|
|
["npm:3.1.5", {
|
|
"packageLocation": "./.yarn/cache/npm-lifecycle-npm-3.1.5-d33bc42963-a0a47c8d47.zip/node_modules/npm-lifecycle/",
|
|
"packageDependencies": [
|
|
["npm-lifecycle", "npm:3.1.5"],
|
|
["byline", "npm:5.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["node-gyp", "npm:5.1.1"],
|
|
["resolve-from", "npm:4.0.0"],
|
|
["slide", "npm:1.1.6"],
|
|
["uid-number", "npm:0.0.6"],
|
|
["umask", "npm:1.1.0"],
|
|
["which", "npm:1.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-normalize-package-bin", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/npm-normalize-package-bin-npm-1.0.1-2cf38a5d95-ae7f15155a.zip/node_modules/npm-normalize-package-bin/",
|
|
"packageDependencies": [
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-package-arg", [
|
|
["npm:8.1.5", {
|
|
"packageLocation": "./.yarn/cache/npm-package-arg-npm-8.1.5-02a51cea62-ae76afbceb.zip/node_modules/npm-package-arg/",
|
|
"packageDependencies": [
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["hosted-git-info", "npm:4.0.2"],
|
|
["semver", "npm:7.3.5"],
|
|
["validate-npm-package-name", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-packlist", [
|
|
["npm:1.4.8", {
|
|
"packageLocation": "./.yarn/cache/npm-packlist-npm-1.4.8-ddca195225-85f764bd0f.zip/node_modules/npm-packlist/",
|
|
"packageDependencies": [
|
|
["npm-packlist", "npm:1.4.8"],
|
|
["ignore-walk", "npm:3.0.4"],
|
|
["npm-bundled", "npm:1.1.2"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.2", {
|
|
"packageLocation": "./.yarn/cache/npm-packlist-npm-2.2.2-41e202d14a-799ce94b07.zip/node_modules/npm-packlist/",
|
|
"packageDependencies": [
|
|
["npm-packlist", "npm:2.2.2"],
|
|
["glob", "npm:7.2.0"],
|
|
["ignore-walk", "npm:3.0.4"],
|
|
["npm-bundled", "npm:1.1.2"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-pick-manifest", [
|
|
["npm:6.1.1", {
|
|
"packageLocation": "./.yarn/cache/npm-pick-manifest-npm-6.1.1-880ed92d15-7a7b9475ae.zip/node_modules/npm-pick-manifest/",
|
|
"packageDependencies": [
|
|
["npm-pick-manifest", "npm:6.1.1"],
|
|
["npm-install-checks", "npm:4.0.0"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["semver", "npm:7.3.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-registry-fetch", [
|
|
["npm:11.0.0", {
|
|
"packageLocation": "./.yarn/cache/npm-registry-fetch-npm-11.0.0-290af9aa18-dda149cd86.zip/node_modules/npm-registry-fetch/",
|
|
"packageDependencies": [
|
|
["npm-registry-fetch", "npm:11.0.0"],
|
|
["make-fetch-happen", "npm:9.1.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-fetch", "npm:1.4.1"],
|
|
["minipass-json-stream", "npm:1.0.1"],
|
|
["minizlib", "npm:2.1.2"],
|
|
["npm-package-arg", "npm:8.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.0.0", {
|
|
"packageLocation": "./.yarn/cache/npm-registry-fetch-npm-9.0.0-3a14ee1925-b5376b72ef.zip/node_modules/npm-registry-fetch/",
|
|
"packageDependencies": [
|
|
["npm-registry-fetch", "npm:9.0.0"],
|
|
["@npmcli/ci-detect", "npm:1.4.0"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["make-fetch-happen", "npm:8.0.14"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minipass-fetch", "npm:1.4.1"],
|
|
["minipass-json-stream", "npm:1.0.1"],
|
|
["minizlib", "npm:2.1.2"],
|
|
["npm-package-arg", "npm:8.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npm-run-path", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/npm-run-path-npm-4.0.1-7aebd8bab3-5374c0cea4.zip/node_modules/npm-run-path/",
|
|
"packageDependencies": [
|
|
["npm-run-path", "npm:4.0.1"],
|
|
["path-key", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["npmlog", [
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/npmlog-npm-4.1.2-cfb32957b5-edbda9f95e.zip/node_modules/npmlog/",
|
|
"packageDependencies": [
|
|
["npmlog", "npm:4.1.2"],
|
|
["are-we-there-yet", "npm:1.1.7"],
|
|
["console-control-strings", "npm:1.1.0"],
|
|
["gauge", "npm:2.7.4"],
|
|
["set-blocking", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["number-is-nan", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/number-is-nan-npm-1.0.1-845325a0fe-13656bc9aa.zip/node_modules/number-is-nan/",
|
|
"packageDependencies": [
|
|
["number-is-nan", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["nunjucks", [
|
|
["npm:3.2.3", {
|
|
"packageLocation": "./.yarn/cache/nunjucks-npm-3.2.3-ae8b5fd14c-9d0125acf9.zip/node_modules/nunjucks/",
|
|
"packageDependencies": [
|
|
["nunjucks", "npm:3.2.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:958baa20af23620d24bd33b620fa5325f0f949e2d5c4a86a14ef21ec86d394dc4e9d9a848b33327dc4582cb50590ceea0e7f4dddc23aee671b6f69e232547245#npm:3.2.3", {
|
|
"packageLocation": "./.yarn/__virtual__/nunjucks-virtual-6924dd5ec2/0/cache/nunjucks-npm-3.2.3-ae8b5fd14c-9d0125acf9.zip/node_modules/nunjucks/",
|
|
"packageDependencies": [
|
|
["nunjucks", "virtual:958baa20af23620d24bd33b620fa5325f0f949e2d5c4a86a14ef21ec86d394dc4e9d9a848b33327dc4582cb50590ceea0e7f4dddc23aee671b6f69e232547245#npm:3.2.3"],
|
|
["@types/chokidar", null],
|
|
["a-sync-waterfall", "npm:1.0.1"],
|
|
["asap", "npm:2.0.6"],
|
|
["chokidar", null],
|
|
["commander", "npm:5.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/chokidar",
|
|
"chokidar"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["nwsapi", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/nwsapi-npm-2.2.0-8f05590043-5ef4a9bc0c.zip/node_modules/nwsapi/",
|
|
"packageDependencies": [
|
|
["nwsapi", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["oauth", [
|
|
["npm:0.9.15", {
|
|
"packageLocation": "./.yarn/cache/oauth-npm-0.9.15-a6aae972bc-957c0d8d85.zip/node_modules/oauth/",
|
|
"packageDependencies": [
|
|
["oauth", "npm:0.9.15"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["oauth-sign", [
|
|
["npm:0.9.0", {
|
|
"packageLocation": "./.yarn/cache/oauth-sign-npm-0.9.0-7aa9422221-8f5497a127.zip/node_modules/oauth-sign/",
|
|
"packageDependencies": [
|
|
["oauth-sign", "npm:0.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object-assign", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/object-assign-npm-4.1.1-1004ad6dec-fcc6e4ea8c.zip/node_modules/object-assign/",
|
|
"packageDependencies": [
|
|
["object-assign", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object-hash", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/object-hash-npm-2.2.0-d97a921cc1-55ba841e3a.zip/node_modules/object-hash/",
|
|
"packageDependencies": [
|
|
["object-hash", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object-inspect", [
|
|
["npm:1.11.0", {
|
|
"packageLocation": "./.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip/node_modules/object-inspect/",
|
|
"packageDependencies": [
|
|
["object-inspect", "npm:1.11.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object-is", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/object-is-npm-1.1.5-48a862602b-989b18c4cb.zip/node_modules/object-is/",
|
|
"packageDependencies": [
|
|
["object-is", "npm:1.1.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object-keys", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/object-keys-npm-1.1.1-1bf2f1be93-b363c5e764.zip/node_modules/object-keys/",
|
|
"packageDependencies": [
|
|
["object-keys", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.assign", [
|
|
["npm:4.1.2", {
|
|
"packageLocation": "./.yarn/cache/object.assign-npm-4.1.2-d52edada1c-d621d832ed.zip/node_modules/object.assign/",
|
|
"packageDependencies": [
|
|
["object.assign", "npm:4.1.2"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["has-symbols", "npm:1.0.2"],
|
|
["object-keys", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.entries", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/object.entries-npm-1.1.5-7a8fcbc43e-d658696f74.zip/node_modules/object.entries/",
|
|
"packageDependencies": [
|
|
["object.entries", "npm:1.1.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.fromentries", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/object.fromentries-npm-2.0.5-68ed942fa7-61a0b565de.zip/node_modules/object.fromentries/",
|
|
"packageDependencies": [
|
|
["object.fromentries", "npm:2.0.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.getownpropertydescriptors", [
|
|
["npm:2.1.3", {
|
|
"packageLocation": "./.yarn/cache/object.getownpropertydescriptors-npm-2.1.3-6d32c95ae6-1467873456.zip/node_modules/object.getownpropertydescriptors/",
|
|
"packageDependencies": [
|
|
["object.getownpropertydescriptors", "npm:2.1.3"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.hasown", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/object.hasown-npm-1.1.0-71b4d7da01-5c5d0b1b79.zip/node_modules/object.hasown/",
|
|
"packageDependencies": [
|
|
["object.hasown", "npm:1.1.0"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["object.values", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/object.values-npm-1.1.5-f1de7f3742-0f17e99741.zip/node_modules/object.values/",
|
|
"packageDependencies": [
|
|
["object.values", "npm:1.1.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["oidc-token-hash", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/oidc-token-hash-npm-5.0.1-9b98415c82-d62aa8c665.zip/node_modules/oidc-token-hash/",
|
|
"packageDependencies": [
|
|
["oidc-token-hash", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["once", [
|
|
["npm:1.3.3", {
|
|
"packageLocation": "./.yarn/cache/once-npm-1.3.3-595f0882a4-8e832de08b.zip/node_modules/once/",
|
|
"packageDependencies": [
|
|
["once", "npm:1.3.3"],
|
|
["wrappy", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.4.0", {
|
|
"packageLocation": "./.yarn/cache/once-npm-1.4.0-ccf03ef07a-cd0a885013.zip/node_modules/once/",
|
|
"packageDependencies": [
|
|
["once", "npm:1.4.0"],
|
|
["wrappy", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["onetime", [
|
|
["npm:5.1.2", {
|
|
"packageLocation": "./.yarn/cache/onetime-npm-5.1.2-3ed148fa42-2478859ef8.zip/node_modules/onetime/",
|
|
"packageDependencies": [
|
|
["onetime", "npm:5.1.2"],
|
|
["mimic-fn", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["open", [
|
|
["npm:7.4.2", {
|
|
"packageLocation": "./.yarn/cache/open-npm-7.4.2-a378c23959-3333900ec0.zip/node_modules/open/",
|
|
"packageDependencies": [
|
|
["open", "npm:7.4.2"],
|
|
["is-docker", "npm:2.2.1"],
|
|
["is-wsl", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["opener", [
|
|
["npm:1.5.2", {
|
|
"packageLocation": "./.yarn/cache/opener-npm-1.5.2-7a1aa69f14-33b620c0d5.zip/node_modules/opener/",
|
|
"packageDependencies": [
|
|
["opener", "npm:1.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["openid-client", [
|
|
["npm:5.0.2", {
|
|
"packageLocation": "./.yarn/cache/openid-client-npm-5.0.2-a781f98453-79acd48157.zip/node_modules/openid-client/",
|
|
"packageDependencies": [
|
|
["openid-client", "npm:5.0.2"],
|
|
["jose", "npm:4.2.0"],
|
|
["lru-cache", "npm:6.0.0"],
|
|
["object-hash", "npm:2.2.0"],
|
|
["oidc-token-hash", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["optional-require", [
|
|
["npm:1.1.8", {
|
|
"packageLocation": "./.yarn/cache/optional-require-npm-1.1.8-b94e3971c9-437db76f71.zip/node_modules/optional-require/",
|
|
"packageDependencies": [
|
|
["optional-require", "npm:1.1.8"],
|
|
["require-at", "npm:1.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["optionator", [
|
|
["npm:0.8.3", {
|
|
"packageLocation": "./.yarn/cache/optionator-npm-0.8.3-bc555bc5b7-b8695ddf3d.zip/node_modules/optionator/",
|
|
"packageDependencies": [
|
|
["optionator", "npm:0.8.3"],
|
|
["deep-is", "npm:0.1.4"],
|
|
["fast-levenshtein", "npm:2.0.6"],
|
|
["levn", "npm:0.3.0"],
|
|
["prelude-ls", "npm:1.1.2"],
|
|
["type-check", "npm:0.3.2"],
|
|
["word-wrap", "npm:1.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.9.1", {
|
|
"packageLocation": "./.yarn/cache/optionator-npm-0.9.1-577e397aae-dbc6fa0656.zip/node_modules/optionator/",
|
|
"packageDependencies": [
|
|
["optionator", "npm:0.9.1"],
|
|
["deep-is", "npm:0.1.4"],
|
|
["fast-levenshtein", "npm:2.0.6"],
|
|
["levn", "npm:0.4.1"],
|
|
["prelude-ls", "npm:1.2.1"],
|
|
["type-check", "npm:0.4.0"],
|
|
["word-wrap", "npm:1.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ora", [
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/ora-npm-6.0.1-05bbf96407-d2215b85a4.zip/node_modules/ora/",
|
|
"packageDependencies": [
|
|
["ora", "npm:6.0.1"],
|
|
["bl", "npm:5.0.0"],
|
|
["chalk", "npm:4.1.2"],
|
|
["cli-cursor", "npm:4.0.0"],
|
|
["cli-spinners", "npm:2.6.1"],
|
|
["is-interactive", "npm:2.0.0"],
|
|
["is-unicode-supported", "npm:1.1.0"],
|
|
["log-symbols", "npm:5.0.0"],
|
|
["strip-ansi", "npm:7.0.1"],
|
|
["wcwidth", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["os-browserify", [
|
|
["npm:0.3.0", {
|
|
"packageLocation": "./.yarn/cache/os-browserify-npm-0.3.0-cbc91c79a5-16e37ba3c0.zip/node_modules/os-browserify/",
|
|
"packageDependencies": [
|
|
["os-browserify", "npm:0.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["os-homedir", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/os-homedir-npm-1.0.2-01f82faa88-af609f5a7a.zip/node_modules/os-homedir/",
|
|
"packageDependencies": [
|
|
["os-homedir", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["os-tmpdir", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/os-tmpdir-npm-1.0.2-e305b0689b-5666560f7b.zip/node_modules/os-tmpdir/",
|
|
"packageDependencies": [
|
|
["os-tmpdir", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["osenv", [
|
|
["npm:0.1.5", {
|
|
"packageLocation": "./.yarn/cache/osenv-npm-0.1.5-435137eb60-779d261920.zip/node_modules/osenv/",
|
|
"packageDependencies": [
|
|
["osenv", "npm:0.1.5"],
|
|
["os-homedir", "npm:1.0.2"],
|
|
["os-tmpdir", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-cancelable", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/p-cancelable-npm-2.1.1-9388305f02-3dba12b4fb.zip/node_modules/p-cancelable/",
|
|
"packageDependencies": [
|
|
["p-cancelable", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-finally", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/p-finally-npm-1.0.0-35fbaa57c6-93a654c53d.zip/node_modules/p-finally/",
|
|
"packageDependencies": [
|
|
["p-finally", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-limit", [
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/p-limit-npm-1.3.0-fdb471d864-281c1c0b8c.zip/node_modules/p-limit/",
|
|
"packageDependencies": [
|
|
["p-limit", "npm:1.3.0"],
|
|
["p-try", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/p-limit-npm-2.3.0-94a0310039-84ff17f1a3.zip/node_modules/p-limit/",
|
|
"packageDependencies": [
|
|
["p-limit", "npm:2.3.0"],
|
|
["p-try", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/p-limit-npm-3.1.0-05d2ede37f-7c3690c4db.zip/node_modules/p-limit/",
|
|
"packageDependencies": [
|
|
["p-limit", "npm:3.1.0"],
|
|
["yocto-queue", "npm:0.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-locate", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/p-locate-npm-2.0.0-3a2ee263dd-e2dceb9b49.zip/node_modules/p-locate/",
|
|
"packageDependencies": [
|
|
["p-locate", "npm:2.0.0"],
|
|
["p-limit", "npm:1.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/p-locate-npm-4.1.0-eec6872537-513bd14a45.zip/node_modules/p-locate/",
|
|
"packageDependencies": [
|
|
["p-locate", "npm:4.1.0"],
|
|
["p-limit", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-map", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/p-map-npm-4.0.0-4677ae07c7-cb0ab21ec0.zip/node_modules/p-map/",
|
|
"packageDependencies": [
|
|
["p-map", "npm:4.0.0"],
|
|
["aggregate-error", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-map-series", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/p-map-series-npm-2.1.0-ae4fbfa711-69d4efbb69.zip/node_modules/p-map-series/",
|
|
"packageDependencies": [
|
|
["p-map-series", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-pipe", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/p-pipe-npm-3.1.0-147ab7fff2-ee9a260968.zip/node_modules/p-pipe/",
|
|
"packageDependencies": [
|
|
["p-pipe", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-queue", [
|
|
["npm:6.6.2", {
|
|
"packageLocation": "./.yarn/cache/p-queue-npm-6.6.2-b173c5bfa8-832642fcc4.zip/node_modules/p-queue/",
|
|
"packageDependencies": [
|
|
["p-queue", "npm:6.6.2"],
|
|
["eventemitter3", "npm:4.0.7"],
|
|
["p-timeout", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-reduce", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/p-reduce-npm-2.1.0-f5593a333c-99b26d3606.zip/node_modules/p-reduce/",
|
|
"packageDependencies": [
|
|
["p-reduce", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-timeout", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/p-timeout-npm-3.2.0-7fdb33f733-3dd0eaa048.zip/node_modules/p-timeout/",
|
|
"packageDependencies": [
|
|
["p-timeout", "npm:3.2.0"],
|
|
["p-finally", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-try", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/p-try-npm-1.0.0-7373139e40-3b5303f77e.zip/node_modules/p-try/",
|
|
"packageDependencies": [
|
|
["p-try", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/p-try-npm-2.2.0-e0390dbaf8-f8a8e9a769.zip/node_modules/p-try/",
|
|
"packageDependencies": [
|
|
["p-try", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["p-waterfall", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/p-waterfall-npm-2.1.1-83bd225df0-8588bb8b00.zip/node_modules/p-waterfall/",
|
|
"packageDependencies": [
|
|
["p-waterfall", "npm:2.1.1"],
|
|
["p-reduce", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["packet-reader", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/packet-reader-npm-1.0.0-e93c92246b-0b7516f0cb.zip/node_modules/packet-reader/",
|
|
"packageDependencies": [
|
|
["packet-reader", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pacote", [
|
|
["npm:11.3.5", {
|
|
"packageLocation": "./.yarn/cache/pacote-npm-11.3.5-a5f591fb50-4fae0b1429.zip/node_modules/pacote/",
|
|
"packageDependencies": [
|
|
["pacote", "npm:11.3.5"],
|
|
["@npmcli/git", "npm:2.1.0"],
|
|
["@npmcli/installed-package-contents", "npm:1.0.7"],
|
|
["@npmcli/promise-spawn", "npm:1.3.2"],
|
|
["@npmcli/run-script", "npm:1.8.6"],
|
|
["cacache", "npm:15.3.0"],
|
|
["chownr", "npm:2.0.0"],
|
|
["fs-minipass", "npm:2.1.0"],
|
|
["infer-owner", "npm:1.0.4"],
|
|
["minipass", "npm:3.1.5"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["npm-package-arg", "npm:8.1.5"],
|
|
["npm-packlist", "npm:2.2.2"],
|
|
["npm-pick-manifest", "npm:6.1.1"],
|
|
["npm-registry-fetch", "npm:11.0.0"],
|
|
["promise-retry", "npm:2.0.1"],
|
|
["read-package-json-fast", "npm:2.0.3"],
|
|
["rimraf", "npm:3.0.2"],
|
|
["ssri", "npm:8.0.1"],
|
|
["tar", "npm:6.1.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pako", [
|
|
["npm:1.0.11", {
|
|
"packageLocation": "./.yarn/cache/pako-npm-1.0.11-b8f1b69d3e-1be2bfa1f8.zip/node_modules/pako/",
|
|
"packageDependencies": [
|
|
["pako", "npm:1.0.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["param-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/param-case-npm-3.0.4-cfb242ad97-b34227fd0f.zip/node_modules/param-case/",
|
|
"packageDependencies": [
|
|
["param-case", "npm:3.0.4"],
|
|
["dot-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parent-module", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/parent-module-npm-1.0.1-1fae11b095-6ba8b25514.zip/node_modules/parent-module/",
|
|
"packageDependencies": [
|
|
["parent-module", "npm:1.0.1"],
|
|
["callsites", "npm:3.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-asn1", [
|
|
["npm:5.1.6", {
|
|
"packageLocation": "./.yarn/cache/parse-asn1-npm-5.1.6-6cc3a6eeae-9243311d1f.zip/node_modules/parse-asn1/",
|
|
"packageDependencies": [
|
|
["parse-asn1", "npm:5.1.6"],
|
|
["asn1.js", "npm:5.4.1"],
|
|
["browserify-aes", "npm:1.2.0"],
|
|
["evp_bytestokey", "npm:1.0.3"],
|
|
["pbkdf2", "npm:3.1.2"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-entities", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/parse-entities-npm-2.0.0-b7b4f46ff6-7addfd3e7d.zip/node_modules/parse-entities/",
|
|
"packageDependencies": [
|
|
["parse-entities", "npm:2.0.0"],
|
|
["character-entities", "npm:1.2.4"],
|
|
["character-entities-legacy", "npm:1.1.4"],
|
|
["character-reference-invalid", "npm:1.1.4"],
|
|
["is-alphanumerical", "npm:1.0.4"],
|
|
["is-decimal", "npm:1.0.4"],
|
|
["is-hexadecimal", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-json", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/parse-json-npm-4.0.0-a6f7771010-0fe227d410.zip/node_modules/parse-json/",
|
|
"packageDependencies": [
|
|
["parse-json", "npm:4.0.0"],
|
|
["error-ex", "npm:1.3.2"],
|
|
["json-parse-better-errors", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/parse-json-npm-5.2.0-00a63b1199-62085b17d6.zip/node_modules/parse-json/",
|
|
"packageDependencies": [
|
|
["parse-json", "npm:5.2.0"],
|
|
["@babel/code-frame", "npm:7.15.8"],
|
|
["error-ex", "npm:1.3.2"],
|
|
["json-parse-even-better-errors", "npm:2.3.1"],
|
|
["lines-and-columns", "npm:1.1.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-node-version", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/parse-node-version-npm-1.0.1-7dd3b14751-c192393b6a.zip/node_modules/parse-node-version/",
|
|
"packageDependencies": [
|
|
["parse-node-version", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-path", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/parse-path-npm-4.0.3-6d729a9baf-d1704c0027.zip/node_modules/parse-path/",
|
|
"packageDependencies": [
|
|
["parse-path", "npm:4.0.3"],
|
|
["is-ssh", "npm:1.3.3"],
|
|
["protocols", "npm:1.4.8"],
|
|
["qs", "npm:6.10.1"],
|
|
["query-string", "npm:6.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse-url", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/parse-url-npm-6.0.0-046c3c4219-6b680d1fdf.zip/node_modules/parse-url/",
|
|
"packageDependencies": [
|
|
["parse-url", "npm:6.0.0"],
|
|
["is-ssh", "npm:1.3.3"],
|
|
["normalize-url", "npm:6.1.0"],
|
|
["parse-path", "npm:4.0.3"],
|
|
["protocols", "npm:1.4.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["parse5", [
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/parse5-npm-6.0.1-70a35a494a-7d569a176c.zip/node_modules/parse5/",
|
|
"packageDependencies": [
|
|
["parse5", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pascal-case", [
|
|
["npm:3.1.2", {
|
|
"packageLocation": "./.yarn/cache/pascal-case-npm-3.1.2-35f5b9bff6-ba98bfd595.zip/node_modules/pascal-case/",
|
|
"packageDependencies": [
|
|
["pascal-case", "npm:3.1.2"],
|
|
["no-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-browserify", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/path-browserify-npm-1.0.1-f975d99a99-c6d7fa3764.zip/node_modules/path-browserify/",
|
|
"packageDependencies": [
|
|
["path-browserify", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/path-case-npm-3.0.4-5a1981bc0c-61de052622.zip/node_modules/path-case/",
|
|
"packageDependencies": [
|
|
["path-case", "npm:3.0.4"],
|
|
["dot-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-exists", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/path-exists-npm-3.0.0-e80371aa68-96e92643aa.zip/node_modules/path-exists/",
|
|
"packageDependencies": [
|
|
["path-exists", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/path-exists-npm-4.0.0-e9e4f63eb0-505807199d.zip/node_modules/path-exists/",
|
|
"packageDependencies": [
|
|
["path-exists", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-is-absolute", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/path-is-absolute-npm-1.0.1-31bc695ffd-060840f92c.zip/node_modules/path-is-absolute/",
|
|
"packageDependencies": [
|
|
["path-is-absolute", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-key", [
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/path-key-npm-3.1.1-0e66ea8321-55cd7a9dd4.zip/node_modules/path-key/",
|
|
"packageDependencies": [
|
|
["path-key", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-parse", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/path-parse-npm-1.0.7-09564527b7-49abf3d811.zip/node_modules/path-parse/",
|
|
"packageDependencies": [
|
|
["path-parse", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["path-type", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/path-type-npm-3.0.0-252361a0eb-735b35e256.zip/node_modules/path-type/",
|
|
"packageDependencies": [
|
|
["path-type", "npm:3.0.0"],
|
|
["pify", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/path-type-npm-4.0.0-10d47fc86a-5b1e2daa24.zip/node_modules/path-type/",
|
|
"packageDependencies": [
|
|
["path-type", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pbkdf2", [
|
|
["npm:3.1.2", {
|
|
"packageLocation": "./.yarn/cache/pbkdf2-npm-3.1.2-d67bbb584f-2c950a100b.zip/node_modules/pbkdf2/",
|
|
"packageDependencies": [
|
|
["pbkdf2", "npm:3.1.2"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["create-hmac", "npm:1.1.7"],
|
|
["ripemd160", "npm:2.0.2"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["sha.js", "npm:2.4.11"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pend", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/pend-npm-1.2.0-7a13d93266-6c72f52433.zip/node_modules/pend/",
|
|
"packageDependencies": [
|
|
["pend", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["performance-now", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/performance-now-npm-2.1.0-45e3ce7e49-534e641aa8.zip/node_modules/performance-now/",
|
|
"packageDependencies": [
|
|
["performance-now", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg", [
|
|
["npm:8.7.1", {
|
|
"packageLocation": "./.yarn/cache/pg-npm-8.7.1-47be8f5ecd-3a17d9a73d.zip/node_modules/pg/",
|
|
"packageDependencies": [
|
|
["pg", "npm:8.7.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:8.7.1", {
|
|
"packageLocation": "./.yarn/__virtual__/pg-virtual-18baaab869/0/cache/pg-npm-8.7.1-47be8f5ecd-3a17d9a73d.zip/node_modules/pg/",
|
|
"packageDependencies": [
|
|
["pg", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:8.7.1"],
|
|
["@types/pg-native", null],
|
|
["buffer-writer", "npm:2.0.0"],
|
|
["packet-reader", "npm:1.0.0"],
|
|
["pg-connection-string", "npm:2.5.0"],
|
|
["pg-native", null],
|
|
["pg-pool", "virtual:18baaab86962078a9a76a9edc2cb19696fb0813f3e02917287e38dece4eaae36077b9688d95bfaa5b28e67ed854ca66d6a7e4f53dd0640cd3296461c304e0547#npm:3.4.1"],
|
|
["pg-protocol", "npm:1.5.0"],
|
|
["pg-types", "npm:2.2.0"],
|
|
["pgpass", "npm:1.0.4"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/pg-native",
|
|
"pg-native"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg-connection-string", [
|
|
["npm:2.5.0", {
|
|
"packageLocation": "./.yarn/cache/pg-connection-string-npm-2.5.0-1ee5de9ab9-a6f3a068f7.zip/node_modules/pg-connection-string/",
|
|
"packageDependencies": [
|
|
["pg-connection-string", "npm:2.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg-int8", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/pg-int8-npm-1.0.1-5cd67f3e22-a1e3a05a69.zip/node_modules/pg-int8/",
|
|
"packageDependencies": [
|
|
["pg-int8", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg-pool", [
|
|
["npm:3.4.1", {
|
|
"packageLocation": "./.yarn/cache/pg-pool-npm-3.4.1-14f060ebff-50d68bd99a.zip/node_modules/pg-pool/",
|
|
"packageDependencies": [
|
|
["pg-pool", "npm:3.4.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:18baaab86962078a9a76a9edc2cb19696fb0813f3e02917287e38dece4eaae36077b9688d95bfaa5b28e67ed854ca66d6a7e4f53dd0640cd3296461c304e0547#npm:3.4.1", {
|
|
"packageLocation": "./.yarn/__virtual__/pg-pool-virtual-66373b26e2/0/cache/pg-pool-npm-3.4.1-14f060ebff-50d68bd99a.zip/node_modules/pg-pool/",
|
|
"packageDependencies": [
|
|
["pg-pool", "virtual:18baaab86962078a9a76a9edc2cb19696fb0813f3e02917287e38dece4eaae36077b9688d95bfaa5b28e67ed854ca66d6a7e4f53dd0640cd3296461c304e0547#npm:3.4.1"],
|
|
["@types/pg", null],
|
|
["pg", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:8.7.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/pg",
|
|
"pg"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg-protocol", [
|
|
["npm:1.5.0", {
|
|
"packageLocation": "./.yarn/cache/pg-protocol-npm-1.5.0-390f8d9ed8-b839d12caf.zip/node_modules/pg-protocol/",
|
|
"packageDependencies": [
|
|
["pg-protocol", "npm:1.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pg-types", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/pg-types-npm-2.2.0-a3360226c4-bf4ec3f594.zip/node_modules/pg-types/",
|
|
"packageDependencies": [
|
|
["pg-types", "npm:2.2.0"],
|
|
["pg-int8", "npm:1.0.1"],
|
|
["postgres-array", "npm:2.0.0"],
|
|
["postgres-bytea", "npm:1.0.0"],
|
|
["postgres-date", "npm:1.0.7"],
|
|
["postgres-interval", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pgpass", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/pgpass-npm-1.0.4-c96230be37-ea4751e9ec.zip/node_modules/pgpass/",
|
|
"packageDependencies": [
|
|
["pgpass", "npm:1.0.4"],
|
|
["split2", "npm:3.2.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["picocolors", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/picocolors-npm-1.0.0-d81e0b1927-a2e8092dd8.zip/node_modules/picocolors/",
|
|
"packageDependencies": [
|
|
["picocolors", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["picomatch", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/picomatch-npm-2.3.0-5e60e6c82d-16818720ea.zip/node_modules/picomatch/",
|
|
"packageDependencies": [
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pify", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/pify-npm-2.3.0-8b63310934-9503aaeaf4.zip/node_modules/pify/",
|
|
"packageDependencies": [
|
|
["pify", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/pify-npm-3.0.0-679ee405c8-6cdcbc3567.zip/node_modules/pify/",
|
|
"packageDependencies": [
|
|
["pify", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/pify-npm-4.0.1-062756097b-9c4e34278c.zip/node_modules/pify/",
|
|
"packageDependencies": [
|
|
["pify", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/pify-npm-5.0.0-f5abe8ab8d-443e3e198a.zip/node_modules/pify/",
|
|
"packageDependencies": [
|
|
["pify", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pinkie", [
|
|
["npm:2.0.4", {
|
|
"packageLocation": "./.yarn/cache/pinkie-npm-2.0.4-cffce4fb09-b12b10afea.zip/node_modules/pinkie/",
|
|
"packageDependencies": [
|
|
["pinkie", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pinkie-promise", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/pinkie-promise-npm-2.0.1-095439b8c5-b53a4a2e73.zip/node_modules/pinkie-promise/",
|
|
"packageDependencies": [
|
|
["pinkie-promise", "npm:2.0.1"],
|
|
["pinkie", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pirates", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/pirates-npm-4.0.1-377058e8fc-091e232aac.zip/node_modules/pirates/",
|
|
"packageDependencies": [
|
|
["pirates", "npm:4.0.1"],
|
|
["node-modules-regexp", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pkg-dir", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/pkg-dir-npm-2.0.0-2b4bf4abd1-8c72b71230.zip/node_modules/pkg-dir/",
|
|
"packageDependencies": [
|
|
["pkg-dir", "npm:2.0.0"],
|
|
["find-up", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/pkg-dir-npm-4.2.0-2b5d0a8d32-9863e3f351.zip/node_modules/pkg-dir/",
|
|
"packageDependencies": [
|
|
["pkg-dir", "npm:4.2.0"],
|
|
["find-up", "npm:4.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["platform", [
|
|
["npm:1.3.6", {
|
|
"packageLocation": "./.yarn/cache/platform-npm-1.3.6-8c3cef9352-6f472a09c6.zip/node_modules/platform/",
|
|
"packageDependencies": [
|
|
["platform", "npm:1.3.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pluralize", [
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/pluralize-npm-7.0.0-5e0212129c-e3f694924b.zip/node_modules/pluralize/",
|
|
"packageDependencies": [
|
|
["pluralize", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["postcss", [
|
|
["npm:8.2.15", {
|
|
"packageLocation": "./.yarn/cache/postcss-npm-8.2.15-8a34d0d953-07c309e531.zip/node_modules/postcss/",
|
|
"packageDependencies": [
|
|
["postcss", "npm:8.2.15"],
|
|
["colorette", "npm:1.4.0"],
|
|
["nanoid", "npm:3.1.30"],
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["postgres-array", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/postgres-array-npm-2.0.0-4f49dc1389-0e1e659888.zip/node_modules/postgres-array/",
|
|
"packageDependencies": [
|
|
["postgres-array", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["postgres-bytea", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/postgres-bytea-npm-1.0.0-8c2b81fa73-d844ae4ca7.zip/node_modules/postgres-bytea/",
|
|
"packageDependencies": [
|
|
["postgres-bytea", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["postgres-date", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/postgres-date-npm-1.0.7-aadfe5531e-5745001d47.zip/node_modules/postgres-date/",
|
|
"packageDependencies": [
|
|
["postgres-date", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["postgres-interval", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/postgres-interval-npm-1.2.0-ca6414744d-746b71f938.zip/node_modules/postgres-interval/",
|
|
"packageDependencies": [
|
|
["postgres-interval", "npm:1.2.0"],
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["preact", [
|
|
["npm:10.5.15", {
|
|
"packageLocation": "./.yarn/cache/preact-npm-10.5.15-85160105e7-1c9f025ed6.zip/node_modules/preact/",
|
|
"packageDependencies": [
|
|
["preact", "npm:10.5.15"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["preact-render-to-string", [
|
|
["npm:5.1.19", {
|
|
"packageLocation": "./.yarn/cache/preact-render-to-string-npm-5.1.19-12c6fd3420-b8b454d7b4.zip/node_modules/preact-render-to-string/",
|
|
"packageDependencies": [
|
|
["preact-render-to-string", "npm:5.1.19"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:465e0add14e1fddf1f349509a97876885626527fc91b439284c4e5895abca749616e7cbb00af9ce859e2e49eaa5bee0d246533f70d6a98d9b925c981072075b6#npm:5.1.19", {
|
|
"packageLocation": "./.yarn/__virtual__/preact-render-to-string-virtual-05b4e696f8/0/cache/preact-render-to-string-npm-5.1.19-12c6fd3420-b8b454d7b4.zip/node_modules/preact-render-to-string/",
|
|
"packageDependencies": [
|
|
["preact-render-to-string", "virtual:465e0add14e1fddf1f349509a97876885626527fc91b439284c4e5895abca749616e7cbb00af9ce859e2e49eaa5bee0d246533f70d6a98d9b925c981072075b6#npm:5.1.19"],
|
|
["@types/preact", null],
|
|
["preact", "npm:10.5.15"],
|
|
["pretty-format", "npm:3.8.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/preact",
|
|
"preact"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prebuild-install", [
|
|
["npm:6.1.4", {
|
|
"packageLocation": "./.yarn/cache/prebuild-install-npm-6.1.4-dba03730c6-de4313eda8.zip/node_modules/prebuild-install/",
|
|
"packageDependencies": [
|
|
["prebuild-install", "npm:6.1.4"],
|
|
["detect-libc", "npm:1.0.3"],
|
|
["expand-template", "npm:2.0.3"],
|
|
["github-from-package", "npm:0.0.0"],
|
|
["minimist", "npm:1.2.5"],
|
|
["mkdirp-classic", "npm:0.5.3"],
|
|
["napi-build-utils", "npm:1.0.2"],
|
|
["node-abi", "npm:2.30.1"],
|
|
["npmlog", "npm:4.1.2"],
|
|
["pump", "npm:3.0.0"],
|
|
["rc", "npm:1.2.8"],
|
|
["simple-get", "npm:3.1.0"],
|
|
["tar-fs", "npm:2.1.1"],
|
|
["tunnel-agent", "npm:0.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prelude-ls", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/prelude-ls-npm-1.1.2-a0daac0886-c4867c8748.zip/node_modules/prelude-ls/",
|
|
"packageDependencies": [
|
|
["prelude-ls", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/prelude-ls-npm-1.2.1-3e4d272a55-cd192ec0d0.zip/node_modules/prelude-ls/",
|
|
"packageDependencies": [
|
|
["prelude-ls", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prettier", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/prettier-npm-2.4.1-623aac91ee-cc6830588b.zip/node_modules/prettier/",
|
|
"packageDependencies": [
|
|
["prettier", "npm:2.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prettier-linter-helpers", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/prettier-linter-helpers-npm-1.0.0-6925131a7e-00ce8011cf.zip/node_modules/prettier-linter-helpers/",
|
|
"packageDependencies": [
|
|
["prettier-linter-helpers", "npm:1.0.0"],
|
|
["fast-diff", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pretty-bytes", [
|
|
["npm:5.6.0", {
|
|
"packageLocation": "./.yarn/cache/pretty-bytes-npm-5.6.0-0061079c9f-9c082500d1.zip/node_modules/pretty-bytes/",
|
|
"packageDependencies": [
|
|
["pretty-bytes", "npm:5.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pretty-format", [
|
|
["npm:27.3.1", {
|
|
"packageLocation": "./.yarn/cache/pretty-format-npm-27.3.1-872f4f2791-2979eae85a.zip/node_modules/pretty-format/",
|
|
"packageDependencies": [
|
|
["pretty-format", "npm:27.3.1"],
|
|
["@jest/types", "npm:27.2.5"],
|
|
["ansi-regex", "npm:5.0.1"],
|
|
["ansi-styles", "npm:5.2.0"],
|
|
["react-is", "npm:17.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.8.0", {
|
|
"packageLocation": "./.yarn/cache/pretty-format-npm-3.8.0-293db331d9-21a114d43e.zip/node_modules/pretty-format/",
|
|
"packageDependencies": [
|
|
["pretty-format", "npm:3.8.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prismjs", [
|
|
["npm:1.25.0", {
|
|
"packageLocation": "./.yarn/cache/prismjs-npm-1.25.0-8d60169ac0-04d8eae9d1.zip/node_modules/prismjs/",
|
|
"packageDependencies": [
|
|
["prismjs", "npm:1.25.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["process", [
|
|
["npm:0.11.10", {
|
|
"packageLocation": "./.yarn/cache/process-npm-0.11.10-aeb3b641ae-bfcce49814.zip/node_modules/process/",
|
|
"packageDependencies": [
|
|
["process", "npm:0.11.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["process-nextick-args", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/process-nextick-args-npm-2.0.1-b8d7971609-1d38588e52.zip/node_modules/process-nextick-args/",
|
|
"packageDependencies": [
|
|
["process-nextick-args", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["progress", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/progress-npm-2.0.3-d1f87e2ac6-f67403fe7b.zip/node_modules/progress/",
|
|
"packageDependencies": [
|
|
["progress", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promise", [
|
|
["npm:7.3.1", {
|
|
"packageLocation": "./.yarn/cache/promise-npm-7.3.1-5d81d474c0-475bb06913.zip/node_modules/promise/",
|
|
"packageDependencies": [
|
|
["promise", "npm:7.3.1"],
|
|
["asap", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promise-deferred", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/promise-deferred-npm-2.0.3-0b6eb75898-2e640ddd1e.zip/node_modules/promise-deferred/",
|
|
"packageDependencies": [
|
|
["promise-deferred", "npm:2.0.3"],
|
|
["promise", "npm:7.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promise-inflight", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/promise-inflight-npm-1.0.1-5bb925afac-2274948309.zip/node_modules/promise-inflight/",
|
|
"packageDependencies": [
|
|
["promise-inflight", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:b85bc3f444ffaf1ed05d97da5b876360753cc42baad9edde6f8dfa4ddd18626276fd2905a01d195754cbea1c14bf81b5ad60fc333b9e366358ec67cbe0379524#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/promise-inflight-virtual-838f1babdd/0/cache/promise-inflight-npm-1.0.1-5bb925afac-2274948309.zip/node_modules/promise-inflight/",
|
|
"packageDependencies": [
|
|
["promise-inflight", "virtual:b85bc3f444ffaf1ed05d97da5b876360753cc42baad9edde6f8dfa4ddd18626276fd2905a01d195754cbea1c14bf81b5ad60fc333b9e366358ec67cbe0379524#npm:1.0.1"],
|
|
["@types/bluebird", null],
|
|
["bluebird", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/bluebird",
|
|
"bluebird"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promise-retry", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/promise-retry-npm-2.0.1-871f0b01b7-f96a3f6d90.zip/node_modules/promise-retry/",
|
|
"packageDependencies": [
|
|
["promise-retry", "npm:2.0.1"],
|
|
["err-code", "npm:2.0.3"],
|
|
["retry", "npm:0.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promiseback", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/promiseback-npm-2.0.3-1de6df4a1a-c4d75176df.zip/node_modules/promiseback/",
|
|
"packageDependencies": [
|
|
["promiseback", "npm:2.0.3"],
|
|
["is-callable", "npm:1.2.4"],
|
|
["promise-deferred", "npm:2.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prompts", [
|
|
["npm:2.4.2", {
|
|
"packageLocation": "./.yarn/cache/prompts-npm-2.4.2-f5d25d5eea-d8fd1fe638.zip/node_modules/prompts/",
|
|
"packageDependencies": [
|
|
["prompts", "npm:2.4.2"],
|
|
["kleur", "npm:3.0.3"],
|
|
["sisteransi", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["promzard", [
|
|
["npm:0.3.0", {
|
|
"packageLocation": "./.yarn/cache/promzard-npm-0.3.0-a81958bbdb-443a3b39ac.zip/node_modules/promzard/",
|
|
"packageDependencies": [
|
|
["promzard", "npm:0.3.0"],
|
|
["read", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prop-types", [
|
|
["npm:15.7.2", {
|
|
"packageLocation": "./.yarn/cache/prop-types-npm-15.7.2-d7a04f2274-5eef82fdda.zip/node_modules/prop-types/",
|
|
"packageDependencies": [
|
|
["prop-types", "npm:15.7.2"],
|
|
["loose-envify", "npm:1.4.0"],
|
|
["object-assign", "npm:4.1.1"],
|
|
["react-is", "npm:16.13.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["property-information", [
|
|
["npm:5.6.0", {
|
|
"packageLocation": "./.yarn/cache/property-information-npm-5.6.0-1322d29e0f-fcf87c6542.zip/node_modules/property-information/",
|
|
"packageDependencies": [
|
|
["property-information", "npm:5.6.0"],
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.1.1", {
|
|
"packageLocation": "./.yarn/cache/property-information-npm-6.1.1-70a68a8891-654b1e5c35.zip/node_modules/property-information/",
|
|
"packageDependencies": [
|
|
["property-information", "npm:6.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["proto-list", [
|
|
["npm:1.2.4", {
|
|
"packageLocation": "./.yarn/cache/proto-list-npm-1.2.4-a96a43df28-4d4826e171.zip/node_modules/proto-list/",
|
|
"packageDependencies": [
|
|
["proto-list", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["protocols", [
|
|
["npm:1.4.8", {
|
|
"packageLocation": "./.yarn/cache/protocols-npm-1.4.8-f05b04a69f-2d555c013d.zip/node_modules/protocols/",
|
|
"packageDependencies": [
|
|
["protocols", "npm:1.4.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["prr", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/prr-npm-1.0.1-608d442761-3bca2db047.zip/node_modules/prr/",
|
|
"packageDependencies": [
|
|
["prr", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["psl", [
|
|
["npm:1.8.0", {
|
|
"packageLocation": "./.yarn/cache/psl-npm-1.8.0-226099d70e-6150048ed2.zip/node_modules/psl/",
|
|
"packageDependencies": [
|
|
["psl", "npm:1.8.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["public-encrypt", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/public-encrypt-npm-4.0.3-b25e19fada-215d446e43.zip/node_modules/public-encrypt/",
|
|
"packageDependencies": [
|
|
["public-encrypt", "npm:4.0.3"],
|
|
["bn.js", "npm:4.12.0"],
|
|
["browserify-rsa", "npm:4.1.0"],
|
|
["create-hash", "npm:1.2.0"],
|
|
["parse-asn1", "npm:5.1.6"],
|
|
["randombytes", "npm:2.1.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["pump", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/pump-npm-3.0.0-0080bf6a7a-e42e9229fb.zip/node_modules/pump/",
|
|
"packageDependencies": [
|
|
["pump", "npm:3.0.0"],
|
|
["end-of-stream", "npm:1.4.4"],
|
|
["once", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["punycode", [
|
|
["npm:1.3.2", {
|
|
"packageLocation": "./.yarn/cache/punycode-npm-1.3.2-3727a84cea-b8807fd594.zip/node_modules/punycode/",
|
|
"packageDependencies": [
|
|
["punycode", "npm:1.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/punycode-npm-2.1.1-26eb3e15cf-823bf443c6.zip/node_modules/punycode/",
|
|
"packageDependencies": [
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["q", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/q-npm-1.5.1-a28b3cfeaf-147baa93c8.zip/node_modules/q/",
|
|
"packageDependencies": [
|
|
["q", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["qs", [
|
|
["npm:6.10.1", {
|
|
"packageLocation": "./.yarn/cache/qs-npm-6.10.1-12d3ab7795-00e390dbf9.zip/node_modules/qs/",
|
|
"packageDependencies": [
|
|
["qs", "npm:6.10.1"],
|
|
["side-channel", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.5.2", {
|
|
"packageLocation": "./.yarn/cache/qs-npm-6.5.2-dbf9d8386b-24af7b9928.zip/node_modules/qs/",
|
|
"packageDependencies": [
|
|
["qs", "npm:6.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["query-string", [
|
|
["npm:6.14.1", {
|
|
"packageLocation": "./.yarn/cache/query-string-npm-6.14.1-dad16e37e6-f2c7347578.zip/node_modules/query-string/",
|
|
"packageDependencies": [
|
|
["query-string", "npm:6.14.1"],
|
|
["decode-uri-component", "npm:0.2.0"],
|
|
["filter-obj", "npm:1.1.0"],
|
|
["split-on-first", "npm:1.1.0"],
|
|
["strict-uri-encode", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/query-string-npm-7.0.1-4631368591-2eb990c0ea.zip/node_modules/query-string/",
|
|
"packageDependencies": [
|
|
["query-string", "npm:7.0.1"],
|
|
["decode-uri-component", "npm:0.2.0"],
|
|
["filter-obj", "npm:1.1.0"],
|
|
["split-on-first", "npm:1.1.0"],
|
|
["strict-uri-encode", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["querystring", [
|
|
["npm:0.2.0", {
|
|
"packageLocation": "./.yarn/cache/querystring-npm-0.2.0-421b870c92-8258d6734f.zip/node_modules/querystring/",
|
|
"packageDependencies": [
|
|
["querystring", "npm:0.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["querystring-es3", [
|
|
["npm:0.2.1", {
|
|
"packageLocation": "./.yarn/cache/querystring-es3-npm-0.2.1-f4632f2760-691e8d6b8b.zip/node_modules/querystring-es3/",
|
|
"packageDependencies": [
|
|
["querystring-es3", "npm:0.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["queue", [
|
|
["npm:6.0.2", {
|
|
"packageLocation": "./.yarn/cache/queue-npm-6.0.2-ebbcf599cf-ebc2363924.zip/node_modules/queue/",
|
|
"packageDependencies": [
|
|
["queue", "npm:6.0.2"],
|
|
["inherits", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["queue-microtask", [
|
|
["npm:1.2.3", {
|
|
"packageLocation": "./.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip/node_modules/queue-microtask/",
|
|
"packageDependencies": [
|
|
["queue-microtask", "npm:1.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["quick-lru", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/quick-lru-npm-4.0.1-ef8aa17c9c-bea46e1abf.zip/node_modules/quick-lru/",
|
|
"packageDependencies": [
|
|
["quick-lru", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-a516faa255.zip/node_modules/quick-lru/",
|
|
"packageDependencies": [
|
|
["quick-lru", "npm:5.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["randombytes", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/randombytes-npm-2.1.0-e3da76bccf-d779499376.zip/node_modules/randombytes/",
|
|
"packageDependencies": [
|
|
["randombytes", "npm:2.1.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["randomfill", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/randomfill-npm-1.0.4-a08651a679-33734bb578.zip/node_modules/randomfill/",
|
|
"packageDependencies": [
|
|
["randomfill", "npm:1.0.4"],
|
|
["randombytes", "npm:2.1.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["raw-body", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/raw-body-npm-2.4.1-e6e30ccf94-d5e9179d2f.zip/node_modules/raw-body/",
|
|
"packageDependencies": [
|
|
["raw-body", "npm:2.4.1"],
|
|
["bytes", "npm:3.1.0"],
|
|
["http-errors", "npm:1.7.3"],
|
|
["iconv-lite", "npm:0.4.24"],
|
|
["unpipe", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc", [
|
|
["npm:1.2.8", {
|
|
"packageLocation": "./.yarn/cache/rc-npm-1.2.8-d6768ac936-2e26e052f8.zip/node_modules/rc/",
|
|
"packageDependencies": [
|
|
["rc", "npm:1.2.8"],
|
|
["deep-extend", "npm:0.6.0"],
|
|
["ini", "npm:1.3.8"],
|
|
["minimist", "npm:1.2.5"],
|
|
["strip-json-comments", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-align", [
|
|
["npm:4.0.11", {
|
|
"packageLocation": "./.yarn/cache/rc-align-npm-4.0.11-3686db0c59-e929f21d24.zip/node_modules/rc-align/",
|
|
"packageDependencies": [
|
|
["rc-align", "npm:4.0.11"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:33e2f8bc62c190ac2abfcf58b27ab4402c2054d452c2afe2df17a9cff0ba8579b2f5e60db50fcc237383418d36f293661511ede6f20f52edf8dcf38cfe566b96#npm:4.0.11", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-align-virtual-784ffad0ab/0/cache/rc-align-npm-4.0.11-3686db0c59-e929f21d24.zip/node_modules/rc-align/",
|
|
"packageDependencies": [
|
|
["rc-align", "virtual:33e2f8bc62c190ac2abfcf58b27ab4402c2054d452c2afe2df17a9cff0ba8579b2f5e60db50fcc237383418d36f293661511ede6f20f52edf8dcf38cfe566b96#npm:4.0.11"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["dom-align", "npm:1.12.2"],
|
|
["lodash", "npm:4.17.21"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["resize-observer-polyfill", "npm:1.5.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-cascader", [
|
|
["npm:2.1.2", {
|
|
"packageLocation": "./.yarn/cache/rc-cascader-npm-2.1.2-f47faba72b-8db6936d63.zip/node_modules/rc-cascader/",
|
|
"packageDependencies": [
|
|
["rc-cascader", "npm:2.1.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.1.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-cascader-virtual-88fb7ded9f/0/cache/rc-cascader-npm-2.1.2-f47faba72b-8db6936d63.zip/node_modules/rc-cascader/",
|
|
"packageDependencies": [
|
|
["rc-cascader", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.1.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["array-tree-filter", "npm:2.1.0"],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-tree-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.6.1"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["warning", "npm:4.0.3"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-checkbox", [
|
|
["npm:2.3.2", {
|
|
"packageLocation": "./.yarn/cache/rc-checkbox-npm-2.3.2-294a86eac7-023e479d2f.zip/node_modules/rc-checkbox/",
|
|
"packageDependencies": [
|
|
["rc-checkbox", "npm:2.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.3.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-checkbox-virtual-749df59c68/0/cache/rc-checkbox-npm-2.3.2-294a86eac7-023e479d2f.zip/node_modules/rc-checkbox/",
|
|
"packageDependencies": [
|
|
["rc-checkbox", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.3.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-collapse", [
|
|
["npm:3.1.2", {
|
|
"packageLocation": "./.yarn/cache/rc-collapse-npm-3.1.2-1ffb0cd3dc-14d252736c.zip/node_modules/rc-collapse/",
|
|
"packageDependencies": [
|
|
["rc-collapse", "npm:3.1.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-collapse-virtual-2a7f50b3e1/0/cache/rc-collapse-npm-3.1.2-1ffb0cd3dc-14d252736c.zip/node_modules/rc-collapse/",
|
|
"packageDependencies": [
|
|
["rc-collapse", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-dialog", [
|
|
["npm:8.6.0", {
|
|
"packageLocation": "./.yarn/cache/rc-dialog-npm-8.6.0-0f5a57c9fe-4f6691129e.zip/node_modules/rc-dialog/",
|
|
"packageDependencies": [
|
|
["rc-dialog", "npm:8.6.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:8.6.0", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-dialog-virtual-ae823f103c/0/cache/rc-dialog-npm-8.6.0-0f5a57c9fe-4f6691129e.zip/node_modules/rc-dialog/",
|
|
"packageDependencies": [
|
|
["rc-dialog", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:8.6.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-drawer", [
|
|
["npm:4.4.2", {
|
|
"packageLocation": "./.yarn/cache/rc-drawer-npm-4.4.2-9490513807-45c02bb032.zip/node_modules/rc-drawer/",
|
|
"packageDependencies": [
|
|
["rc-drawer", "npm:4.4.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.4.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-drawer-virtual-773ef77ded/0/cache/rc-drawer-npm-4.4.2-9490513807-45c02bb032.zip/node_modules/rc-drawer/",
|
|
"packageDependencies": [
|
|
["rc-drawer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.4.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-dropdown", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/rc-dropdown-npm-3.2.0-8de031b9b8-8ef573563c.zip/node_modules/rc-dropdown/",
|
|
"packageDependencies": [
|
|
["rc-dropdown", "npm:3.2.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.0", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-dropdown-virtual-fc16a48a36/0/cache/rc-dropdown-npm-3.2.0-8de031b9b8-8ef573563c.zip/node_modules/rc-dropdown/",
|
|
"packageDependencies": [
|
|
["rc-dropdown", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-field-form", [
|
|
["npm:1.21.2", {
|
|
"packageLocation": "./.yarn/cache/rc-field-form-npm-1.21.2-781f850261-137ba7dd0e.zip/node_modules/rc-field-form/",
|
|
"packageDependencies": [
|
|
["rc-field-form", "npm:1.21.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.21.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-field-form-virtual-4d255e2d6b/0/cache/rc-field-form-npm-1.21.2-781f850261-137ba7dd0e.zip/node_modules/rc-field-form/",
|
|
"packageDependencies": [
|
|
["rc-field-form", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.21.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["async-validator", "npm:4.0.7"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-image", [
|
|
["npm:5.2.5", {
|
|
"packageLocation": "./.yarn/cache/rc-image-npm-5.2.5-557c2e2f3a-b30c4ee051.zip/node_modules/rc-image/",
|
|
"packageDependencies": [
|
|
["rc-image", "npm:5.2.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.5", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-image-virtual-399b899d2c/0/cache/rc-image-npm-5.2.5-557c2e2f3a-b30c4ee051.zip/node_modules/rc-image/",
|
|
"packageDependencies": [
|
|
["rc-image", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.5"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-dialog", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:8.6.0"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-input-number", [
|
|
["npm:7.3.3", {
|
|
"packageLocation": "./.yarn/cache/rc-input-number-npm-7.3.3-0abdae70da-efb1c84d5c.zip/node_modules/rc-input-number/",
|
|
"packageDependencies": [
|
|
["rc-input-number", "npm:7.3.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.3.3", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-input-number-virtual-36133cd081/0/cache/rc-input-number-npm-7.3.3-0abdae70da-efb1c84d5c.zip/node_modules/rc-input-number/",
|
|
"packageDependencies": [
|
|
["rc-input-number", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.3.3"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-mentions", [
|
|
["npm:1.6.1", {
|
|
"packageLocation": "./.yarn/cache/rc-mentions-npm-1.6.1-848eecb63b-fd2eb7e5b1.zip/node_modules/rc-mentions/",
|
|
"packageDependencies": [
|
|
["rc-mentions", "npm:1.6.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.6.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-mentions-virtual-c54ca316a6/0/cache/rc-mentions-npm-1.6.1-848eecb63b-fd2eb7e5b1.zip/node_modules/rc-mentions/",
|
|
"packageDependencies": [
|
|
["rc-mentions", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.6.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-menu", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.0.14"],
|
|
["rc-textarea", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.3.5"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-menu", [
|
|
["npm:9.0.14", {
|
|
"packageLocation": "./.yarn/cache/rc-menu-npm-9.0.14-3ce565de19-dc798724f5.zip/node_modules/rc-menu/",
|
|
"packageDependencies": [
|
|
["rc-menu", "npm:9.0.14"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.0.14", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-menu-virtual-f47de22100/0/cache/rc-menu-npm-9.0.14-3ce565de19-dc798724f5.zip/node_modules/rc-menu/",
|
|
"packageDependencies": [
|
|
["rc-menu", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.0.14"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-overflow", "virtual:f47de22100864dc6daca4e16ca2e43b01599e07a178294dbc687ad1a5c3747dffb9a2406353ca3177ee9e03a601f10dbdf72f84ad32be7851d86eccab975dd01#npm:1.2.2"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-motion", [
|
|
["npm:2.4.4", {
|
|
"packageLocation": "./.yarn/cache/rc-motion-npm-2.4.4-338c96e041-efbb27be05.zip/node_modules/rc-motion/",
|
|
"packageDependencies": [
|
|
["rc-motion", "npm:2.4.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-motion-virtual-16eeb5c0e0/0/cache/rc-motion-npm-2.4.4-338c96e041-efbb27be05.zip/node_modules/rc-motion/",
|
|
"packageDependencies": [
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-notification", [
|
|
["npm:4.5.7", {
|
|
"packageLocation": "./.yarn/cache/rc-notification-npm-4.5.7-046e5c3e10-7e62e00a86.zip/node_modules/rc-notification/",
|
|
"packageDependencies": [
|
|
["rc-notification", "npm:4.5.7"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.5.7", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-notification-virtual-a1cbda68d6/0/cache/rc-notification-npm-4.5.7-046e5c3e10-7e62e00a86.zip/node_modules/rc-notification/",
|
|
"packageDependencies": [
|
|
["rc-notification", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.5.7"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-overflow", [
|
|
["npm:1.2.2", {
|
|
"packageLocation": "./.yarn/cache/rc-overflow-npm-1.2.2-c723b5110e-e8c0a0689f.zip/node_modules/rc-overflow/",
|
|
"packageDependencies": [
|
|
["rc-overflow", "npm:1.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:f47de22100864dc6daca4e16ca2e43b01599e07a178294dbc687ad1a5c3747dffb9a2406353ca3177ee9e03a601f10dbdf72f84ad32be7851d86eccab975dd01#npm:1.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-overflow-virtual-416805a95a/0/cache/rc-overflow-npm-1.2.2-c723b5110e-e8c0a0689f.zip/node_modules/rc-overflow/",
|
|
"packageDependencies": [
|
|
["rc-overflow", "virtual:f47de22100864dc6daca4e16ca2e43b01599e07a178294dbc687ad1a5c3747dffb9a2406353ca3177ee9e03a601f10dbdf72f84ad32be7851d86eccab975dd01#npm:1.2.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-pagination", [
|
|
["npm:3.1.9", {
|
|
"packageLocation": "./.yarn/cache/rc-pagination-npm-3.1.9-024d951608-62ef6ff956.zip/node_modules/rc-pagination/",
|
|
"packageDependencies": [
|
|
["rc-pagination", "npm:3.1.9"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.9", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-pagination-virtual-c58c859dbc/0/cache/rc-pagination-npm-3.1.9-024d951608-62ef6ff956.zip/node_modules/rc-pagination/",
|
|
"packageDependencies": [
|
|
["rc-pagination", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.9"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-picker", [
|
|
["npm:2.5.19", {
|
|
"packageLocation": "./.yarn/cache/rc-picker-npm-2.5.19-3f0d713b9a-29eb13f1eb.zip/node_modules/rc-picker/",
|
|
"packageDependencies": [
|
|
["rc-picker", "npm:2.5.19"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.5.19", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-picker-virtual-a751776958/0/cache/rc-picker-npm-2.5.19-3f0d713b9a-29eb13f1eb.zip/node_modules/rc-picker/",
|
|
"packageDependencies": [
|
|
["rc-picker", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.5.19"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["date-fns", "npm:2.25.0"],
|
|
["dayjs", "npm:1.10.7"],
|
|
["moment", "npm:2.29.1"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-progress", [
|
|
["npm:3.1.4", {
|
|
"packageLocation": "./.yarn/cache/rc-progress-npm-3.1.4-f3065bc739-1ccf0038d9.zip/node_modules/rc-progress/",
|
|
"packageDependencies": [
|
|
["rc-progress", "npm:3.1.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.4", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-progress-virtual-0b08ebcd85/0/cache/rc-progress-npm-3.1.4-f3065bc739-1ccf0038d9.zip/node_modules/rc-progress/",
|
|
"packageDependencies": [
|
|
["rc-progress", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.1.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-rate", [
|
|
["npm:2.9.1", {
|
|
"packageLocation": "./.yarn/cache/rc-rate-npm-2.9.1-ed82a28c69-4a70ce66a7.zip/node_modules/rc-rate/",
|
|
"packageDependencies": [
|
|
["rc-rate", "npm:2.9.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.9.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-rate-virtual-3f3d72be7c/0/cache/rc-rate-npm-2.9.1-ed82a28c69-4a70ce66a7.zip/node_modules/rc-rate/",
|
|
"packageDependencies": [
|
|
["rc-rate", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:2.9.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-resize-observer", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/rc-resize-observer-npm-1.0.1-13cccadfd9-4e7fc2a1f5.zip/node_modules/rc-resize-observer/",
|
|
"packageDependencies": [
|
|
["rc-resize-observer", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-resize-observer-virtual-7ac60d6406/0/cache/rc-resize-observer-npm-1.0.1-13cccadfd9-4e7fc2a1f5.zip/node_modules/rc-resize-observer/",
|
|
"packageDependencies": [
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["resize-observer-polyfill", "npm:1.5.1"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-select", [
|
|
["npm:13.1.0-alpha.0", {
|
|
"packageLocation": "./.yarn/cache/rc-select-npm-13.1.0-alpha.0-447f2bbf24-ac9a5c1b1c.zip/node_modules/rc-select/",
|
|
"packageDependencies": [
|
|
["rc-select", "npm:13.1.0-alpha.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:13.1.0-alpha.0", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-select-virtual-9b1b75f9f9/0/cache/rc-select-npm-13.1.0-alpha.0-447f2bbf24-ac9a5c1b1c.zip/node_modules/rc-select/",
|
|
"packageDependencies": [
|
|
["rc-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:13.1.0-alpha.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-overflow", "virtual:f47de22100864dc6daca4e16ca2e43b01599e07a178294dbc687ad1a5c3747dffb9a2406353ca3177ee9e03a601f10dbdf72f84ad32be7851d86eccab975dd01#npm:1.2.2"],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["rc-virtual-list", "virtual:9b1b75f9f98cb9d4b7b4eb6cd3fc790abb76c0d168c3cff06c35773f696af3b59ae2c33df01b92ff7f518743815cfb87c9a3b8e555e66c909407426babfe7218#npm:3.4.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-slider", [
|
|
["npm:9.7.4", {
|
|
"packageLocation": "./.yarn/cache/rc-slider-npm-9.7.4-ef4f73b832-61f71868bd.zip/node_modules/rc-slider/",
|
|
"packageDependencies": [
|
|
["rc-slider", "npm:9.7.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.7.4", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-slider-virtual-2925d9617c/0/cache/rc-slider-npm-9.7.4-ef4f73b832-61f71868bd.zip/node_modules/rc-slider/",
|
|
"packageDependencies": [
|
|
["rc-slider", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.7.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-tooltip", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.1.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-steps", [
|
|
["npm:4.1.4", {
|
|
"packageLocation": "./.yarn/cache/rc-steps-npm-4.1.4-0aa60b267f-e10bfd18b3.zip/node_modules/rc-steps/",
|
|
"packageDependencies": [
|
|
["rc-steps", "npm:4.1.4"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.1.4", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-steps-virtual-049c45511c/0/cache/rc-steps-npm-4.1.4-0aa60b267f-e10bfd18b3.zip/node_modules/rc-steps/",
|
|
"packageDependencies": [
|
|
["rc-steps", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.1.4"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-switch", [
|
|
["npm:3.2.2", {
|
|
"packageLocation": "./.yarn/cache/rc-switch-npm-3.2.2-2c3abdce1a-c0242385fa.zip/node_modules/rc-switch/",
|
|
"packageDependencies": [
|
|
["rc-switch", "npm:3.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-switch-virtual-aa64c2cbd0/0/cache/rc-switch-npm-3.2.2-2c3abdce1a-c0242385fa.zip/node_modules/rc-switch/",
|
|
"packageDependencies": [
|
|
["rc-switch", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-table", [
|
|
["npm:7.18.1", {
|
|
"packageLocation": "./.yarn/cache/rc-table-npm-7.18.1-bb44d294d0-f5b825e173.zip/node_modules/rc-table/",
|
|
"packageDependencies": [
|
|
["rc-table", "npm:7.18.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.18.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-table-virtual-20c23067c3/0/cache/rc-table-npm-7.18.1-bb44d294d0-f5b825e173.zip/node_modules/rc-table/",
|
|
"packageDependencies": [
|
|
["rc-table", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:7.18.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-tabs", [
|
|
["npm:11.10.2", {
|
|
"packageLocation": "./.yarn/cache/rc-tabs-npm-11.10.2-e1c662acad-88429785ff.zip/node_modules/rc-tabs/",
|
|
"packageDependencies": [
|
|
["rc-tabs", "npm:11.10.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:11.10.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-tabs-virtual-6b661aa88c/0/cache/rc-tabs-npm-11.10.2-e1c662acad-88429785ff.zip/node_modules/rc-tabs/",
|
|
"packageDependencies": [
|
|
["rc-tabs", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:11.10.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-dropdown", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:3.2.0"],
|
|
["rc-menu", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:9.0.14"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-textarea", [
|
|
["npm:0.3.5", {
|
|
"packageLocation": "./.yarn/cache/rc-textarea-npm-0.3.5-d97cdb46de-b149781c96.zip/node_modules/rc-textarea/",
|
|
"packageDependencies": [
|
|
["rc-textarea", "npm:0.3.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.3.5", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-textarea-virtual-31ce948bb1/0/cache/rc-textarea-npm-0.3.5-d97cdb46de-b149781c96.zip/node_modules/rc-textarea/",
|
|
"packageDependencies": [
|
|
["rc-textarea", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:0.3.5"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-tooltip", [
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/cache/rc-tooltip-npm-5.1.1-fbe838c578-e65b175c28.zip/node_modules/rc-tooltip/",
|
|
"packageDependencies": [
|
|
["rc-tooltip", "npm:5.1.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.1.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-tooltip-virtual-ff18120984/0/cache/rc-tooltip-npm-5.1.1-fbe838c578-e65b175c28.zip/node_modules/rc-tooltip/",
|
|
"packageDependencies": [
|
|
["rc-tooltip", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.1.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-tree", [
|
|
["npm:5.2.2", {
|
|
"packageLocation": "./.yarn/cache/rc-tree-npm-5.2.2-a797e937e5-7b6751e5fd.zip/node_modules/rc-tree/",
|
|
"packageDependencies": [
|
|
["rc-tree", "npm:5.2.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-tree-virtual-c851dd4fc5/0/cache/rc-tree-npm-5.2.2-a797e937e5-7b6751e5fd.zip/node_modules/rc-tree/",
|
|
"packageDependencies": [
|
|
["rc-tree", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["rc-virtual-list", "virtual:9b1b75f9f98cb9d4b7b4eb6cd3fc790abb76c0d168c3cff06c35773f696af3b59ae2c33df01b92ff7f518743815cfb87c9a3b8e555e66c909407426babfe7218#npm:3.4.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-tree-select", [
|
|
["npm:4.6.1", {
|
|
"packageLocation": "./.yarn/cache/rc-tree-select-npm-4.6.1-994454e062-9c81eb6db3.zip/node_modules/rc-tree-select/",
|
|
"packageDependencies": [
|
|
["rc-tree-select", "npm:4.6.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.6.1", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-tree-select-virtual-068ecc12e6/0/cache/rc-tree-select-npm-4.6.1-994454e062-9c81eb6db3.zip/node_modules/rc-tree-select/",
|
|
"packageDependencies": [
|
|
["rc-tree-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.6.1"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-select", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:13.1.0-alpha.0"],
|
|
["rc-tree", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.2"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-trigger", [
|
|
["npm:5.2.10", {
|
|
"packageLocation": "./.yarn/cache/rc-trigger-npm-5.2.10-a2e0d1e680-0c71935467.zip/node_modules/rc-trigger/",
|
|
"packageDependencies": [
|
|
["rc-trigger", "npm:5.2.10"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-trigger-virtual-33e2f8bc62/0/cache/rc-trigger-npm-5.2.10-a2e0d1e680-0c71935467.zip/node_modules/rc-trigger/",
|
|
"packageDependencies": [
|
|
["rc-trigger", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:5.2.10"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-align", "virtual:33e2f8bc62c190ac2abfcf58b27ab4402c2054d452c2afe2df17a9cff0ba8579b2f5e60db50fcc237383418d36f293661511ede6f20f52edf8dcf38cfe566b96#npm:4.0.11"],
|
|
["rc-motion", "virtual:f494f6d4e058cb1c8a3b456f6099aff9bd740d65abfc014377b7a3f1e34fcb35eb64a962e127c8bfbedaa0555175b6f2cdc47011e32e2fb5f081d7d32f526c78#npm:2.4.4"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-upload", [
|
|
["npm:4.3.2", {
|
|
"packageLocation": "./.yarn/cache/rc-upload-npm-4.3.2-0203139072-e941901b28.zip/node_modules/rc-upload/",
|
|
"packageDependencies": [
|
|
["rc-upload", "npm:4.3.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.3.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-upload-virtual-6167dccdc9/0/cache/rc-upload-npm-4.3.2-0203139072-e941901b28.zip/node_modules/rc-upload/",
|
|
"packageDependencies": [
|
|
["rc-upload", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:4.3.2"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-util", [
|
|
["npm:5.14.0", {
|
|
"packageLocation": "./.yarn/cache/rc-util-npm-5.14.0-0c02420a93-9cf41398db.zip/node_modules/rc-util/",
|
|
"packageDependencies": [
|
|
["rc-util", "npm:5.14.0"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-util-virtual-aa26aa73cc/0/cache/rc-util-npm-5.14.0-0c02420a93-9cf41398db.zip/node_modules/rc-util/",
|
|
"packageDependencies": [
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-is", "npm:16.13.1"],
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rc-virtual-list", [
|
|
["npm:3.4.2", {
|
|
"packageLocation": "./.yarn/cache/rc-virtual-list-npm-3.4.2-e70e59865f-ed0954c6a0.zip/node_modules/rc-virtual-list/",
|
|
"packageDependencies": [
|
|
["rc-virtual-list", "npm:3.4.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:9b1b75f9f98cb9d4b7b4eb6cd3fc790abb76c0d168c3cff06c35773f696af3b59ae2c33df01b92ff7f518743815cfb87c9a3b8e555e66c909407426babfe7218#npm:3.4.2", {
|
|
"packageLocation": "./.yarn/__virtual__/rc-virtual-list-virtual-dede0aad02/0/cache/rc-virtual-list-npm-3.4.2-e70e59865f-ed0954c6a0.zip/node_modules/rc-virtual-list/",
|
|
"packageDependencies": [
|
|
["rc-virtual-list", "virtual:9b1b75f9f98cb9d4b7b4eb6cd3fc790abb76c0d168c3cff06c35773f696af3b59ae2c33df01b92ff7f518743815cfb87c9a3b8e555e66c909407426babfe7218#npm:3.4.2"],
|
|
["@types/react", null],
|
|
["@types/react-dom", null],
|
|
["classnames", "npm:2.3.1"],
|
|
["rc-resize-observer", "virtual:c26a095169fe3d1083c432cfa9f7e73792c19b4246e5bf677e0483b3cb56e43190d980ba8541cd59c3db933529655ecfc1eb11f01d2dd9fee55d253469fb2774#npm:1.0.1"],
|
|
["rc-util", "virtual:7e3863ece061dda54214da8dfaaa3f3663891078cb856975c7f9148a6d7b3bd1799941ca573699ce564591ced647a40f68190f57334e0215ccb39d95b04e29d6#npm:5.14.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react-dom",
|
|
"@types/react",
|
|
"react-dom",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react", [
|
|
["npm:18.0.0-alpha-327d5c484-20211106", {
|
|
"packageLocation": "./.yarn/cache/react-npm-18.0.0-alpha-327d5c484-20211106-81e2361e8b-2ee0d4b733.zip/node_modules/react/",
|
|
"packageDependencies": [
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["loose-envify", "npm:1.4.0"],
|
|
["object-assign", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-color", [
|
|
["npm:2.19.3", {
|
|
"packageLocation": "./.yarn/cache/react-color-npm-2.19.3-d63f96d772-40b49e1aa2.zip/node_modules/react-color/",
|
|
"packageDependencies": [
|
|
["react-color", "npm:2.19.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:0a20b9e617aa1128697d85dfc1773d0700f9410e369eeafa43bd745df98493fae6fb5b64e239c92296cab367dcf36c9f5f6d5f5c4ddec8933a9e30fac84ddeed#npm:2.19.3", {
|
|
"packageLocation": "./.yarn/__virtual__/react-color-virtual-21da8d308c/0/cache/react-color-npm-2.19.3-d63f96d772-40b49e1aa2.zip/node_modules/react-color/",
|
|
"packageDependencies": [
|
|
["react-color", "virtual:0a20b9e617aa1128697d85dfc1773d0700f9410e369eeafa43bd745df98493fae6fb5b64e239c92296cab367dcf36c9f5f6d5f5c4ddec8933a9e30fac84ddeed#npm:2.19.3"],
|
|
["@icons/material", "virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:0.2.4"],
|
|
["@types/react", null],
|
|
["lodash", "npm:4.17.21"],
|
|
["lodash-es", "npm:4.17.21"],
|
|
["material-colors", "npm:1.2.6"],
|
|
["prop-types", "npm:15.7.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["reactcss", "virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:1.2.3"],
|
|
["tinycolor2", "npm:1.4.2"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-dom", [
|
|
["npm:18.0.0-alpha-327d5c484-20211106", {
|
|
"packageLocation": "./.yarn/cache/react-dom-npm-18.0.0-alpha-327d5c484-20211106-657dab794f-c1da729219.zip/node_modules/react-dom/",
|
|
"packageDependencies": [
|
|
["react-dom", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106", {
|
|
"packageLocation": "./.yarn/__virtual__/react-dom-virtual-a861c1256e/0/cache/react-dom-npm-18.0.0-alpha-327d5c484-20211106-657dab794f-c1da729219.zip/node_modules/react-dom/",
|
|
"packageDependencies": [
|
|
["react-dom", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["@types/react", null],
|
|
["loose-envify", "npm:1.4.0"],
|
|
["object-assign", "npm:4.1.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["scheduler", "npm:0.21.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-icons", [
|
|
["npm:4.3.1", {
|
|
"packageLocation": "./.yarn/cache/react-icons-npm-4.3.1-46cb955834-2cc608acdd.zip/node_modules/react-icons/",
|
|
"packageDependencies": [
|
|
["react-icons", "npm:4.3.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.3.1", {
|
|
"packageLocation": "./.yarn/__virtual__/react-icons-virtual-0dd268c70d/0/cache/react-icons-npm-4.3.1-46cb955834-2cc608acdd.zip/node_modules/react-icons/",
|
|
"packageDependencies": [
|
|
["react-icons", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:4.3.1"],
|
|
["@types/react", null],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-is", [
|
|
["npm:16.13.1", {
|
|
"packageLocation": "./.yarn/cache/react-is-npm-16.13.1-a9b9382b4f-f7a19ac349.zip/node_modules/react-is/",
|
|
"packageDependencies": [
|
|
["react-is", "npm:16.13.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:17.0.2", {
|
|
"packageLocation": "./.yarn/cache/react-is-npm-17.0.2-091bbb8db6-9d6d111d89.zip/node_modules/react-is/",
|
|
"packageDependencies": [
|
|
["react-is", "npm:17.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-markdown", [
|
|
["npm:7.1.1", {
|
|
"packageLocation": "./.yarn/cache/react-markdown-npm-7.1.1-99b3af7151-108759c9e1.zip/node_modules/react-markdown/",
|
|
"packageDependencies": [
|
|
["react-markdown", "npm:7.1.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:7.1.1", {
|
|
"packageLocation": "./.yarn/__virtual__/react-markdown-virtual-240b91b52c/0/cache/react-markdown-npm-7.1.1-99b3af7151-108759c9e1.zip/node_modules/react-markdown/",
|
|
"packageDependencies": [
|
|
["react-markdown", "virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:7.1.1"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/react", null],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["comma-separated-tokens", "npm:2.0.2"],
|
|
["hast-util-whitespace", "npm:2.0.0"],
|
|
["prop-types", "npm:15.7.2"],
|
|
["property-information", "npm:6.1.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["react-is", "npm:17.0.2"],
|
|
["remark-parse", "npm:10.0.1"],
|
|
["remark-rehype", "npm:9.1.0"],
|
|
["space-separated-tokens", "npm:2.0.1"],
|
|
["style-to-object", "npm:0.3.0"],
|
|
["unified", "npm:10.1.1"],
|
|
["unist-util-visit", "npm:4.1.0"],
|
|
["vfile", "npm:5.2.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-refresh", [
|
|
["npm:0.8.3", {
|
|
"packageLocation": "./.yarn/cache/react-refresh-npm-0.8.3-9b3fb3900b-3cffe5a9cb.zip/node_modules/react-refresh/",
|
|
"packageDependencies": [
|
|
["react-refresh", "npm:0.8.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["react-syntax-highlighter", [
|
|
["npm:15.4.5", {
|
|
"packageLocation": "./.yarn/cache/react-syntax-highlighter-npm-15.4.5-3bc1054513-120bac5cfb.zip/node_modules/react-syntax-highlighter/",
|
|
"packageDependencies": [
|
|
["react-syntax-highlighter", "npm:15.4.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:15.4.5", {
|
|
"packageLocation": "./.yarn/__virtual__/react-syntax-highlighter-virtual-ec211cab09/0/cache/react-syntax-highlighter-npm-15.4.5-3bc1054513-120bac5cfb.zip/node_modules/react-syntax-highlighter/",
|
|
"packageDependencies": [
|
|
["react-syntax-highlighter", "virtual:5f524c741247cab5c10daa0e8e15ac36ad181d1b577a348511587c8a60cfabb8ae502afcaa3d6382784b87fb0c47cdaa2ab4a0769887b98e8e70603a2469c5de#npm:15.4.5"],
|
|
["@babel/runtime", "npm:7.15.4"],
|
|
["@types/react", null],
|
|
["highlight.js", "npm:10.7.3"],
|
|
["lowlight", "npm:1.20.0"],
|
|
["prismjs", "npm:1.25.0"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["refractor", "npm:3.5.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["reactcss", [
|
|
["npm:1.2.3", {
|
|
"packageLocation": "./.yarn/cache/reactcss-npm-1.2.3-16f7947bcd-c53e386a08.zip/node_modules/reactcss/",
|
|
"packageDependencies": [
|
|
["reactcss", "npm:1.2.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:1.2.3", {
|
|
"packageLocation": "./.yarn/__virtual__/reactcss-virtual-f860e02122/0/cache/reactcss-npm-1.2.3-16f7947bcd-c53e386a08.zip/node_modules/reactcss/",
|
|
"packageDependencies": [
|
|
["reactcss", "virtual:21da8d308c9b6d58324a3cae04b89069ff912cd1f595ab3cd4aa2756d304f55c57bdcf292af5c1bd4671895eaceb0ecedb2079087eeeccb09d782fe32fe9c2d9#npm:1.2.3"],
|
|
["@types/react", null],
|
|
["lodash", "npm:4.17.21"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read", [
|
|
["npm:1.0.7", {
|
|
"packageLocation": "./.yarn/cache/read-npm-1.0.7-950ec74ca8-2777c254e5.zip/node_modules/read/",
|
|
"packageDependencies": [
|
|
["read", "npm:1.0.7"],
|
|
["mute-stream", "npm:0.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-cmd-shim", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/read-cmd-shim-npm-2.0.0-bf49908226-024f0a092d.zip/node_modules/read-cmd-shim/",
|
|
"packageDependencies": [
|
|
["read-cmd-shim", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-package-json", [
|
|
["npm:2.1.2", {
|
|
"packageLocation": "./.yarn/cache/read-package-json-npm-2.1.2-145139bcf5-56a2642851.zip/node_modules/read-package-json/",
|
|
"packageDependencies": [
|
|
["read-package-json", "npm:2.1.2"],
|
|
["glob", "npm:7.2.0"],
|
|
["json-parse-even-better-errors", "npm:2.3.1"],
|
|
["normalize-package-data", "npm:2.5.0"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/read-package-json-npm-3.0.1-e5761fcd96-963904f00f.zip/node_modules/read-package-json/",
|
|
"packageDependencies": [
|
|
["read-package-json", "npm:3.0.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["json-parse-even-better-errors", "npm:2.3.1"],
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/read-package-json-npm-4.1.1-7696cd1b3e-d95f6e9747.zip/node_modules/read-package-json/",
|
|
"packageDependencies": [
|
|
["read-package-json", "npm:4.1.1"],
|
|
["glob", "npm:7.2.0"],
|
|
["json-parse-even-better-errors", "npm:2.3.1"],
|
|
["normalize-package-data", "npm:3.0.3"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-package-json-fast", [
|
|
["npm:2.0.3", {
|
|
"packageLocation": "./.yarn/cache/read-package-json-fast-npm-2.0.3-f163572d18-fca37b3b21.zip/node_modules/read-package-json-fast/",
|
|
"packageDependencies": [
|
|
["read-package-json-fast", "npm:2.0.3"],
|
|
["json-parse-even-better-errors", "npm:2.3.1"],
|
|
["npm-normalize-package-bin", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-package-tree", [
|
|
["npm:5.3.1", {
|
|
"packageLocation": "./.yarn/cache/read-package-tree-npm-5.3.1-99bbcdb445-dc2c1aaef6.zip/node_modules/read-package-tree/",
|
|
"packageDependencies": [
|
|
["read-package-tree", "npm:5.3.1"],
|
|
["read-package-json", "npm:2.1.2"],
|
|
["readdir-scoped-modules", "npm:1.1.0"],
|
|
["util-promisify", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-pkg", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/read-pkg-npm-3.0.0-41471436cb-398903ebae.zip/node_modules/read-pkg/",
|
|
"packageDependencies": [
|
|
["read-pkg", "npm:3.0.0"],
|
|
["load-json-file", "npm:4.0.0"],
|
|
["normalize-package-data", "npm:2.5.0"],
|
|
["path-type", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/read-pkg-npm-5.2.0-50426bd8dc-eb696e6052.zip/node_modules/read-pkg/",
|
|
"packageDependencies": [
|
|
["read-pkg", "npm:5.2.0"],
|
|
["@types/normalize-package-data", "npm:2.4.1"],
|
|
["normalize-package-data", "npm:2.5.0"],
|
|
["parse-json", "npm:5.2.0"],
|
|
["type-fest", "npm:0.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["read-pkg-up", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/read-pkg-up-npm-3.0.0-3d7faf047f-16175573f2.zip/node_modules/read-pkg-up/",
|
|
"packageDependencies": [
|
|
["read-pkg-up", "npm:3.0.0"],
|
|
["find-up", "npm:2.1.0"],
|
|
["read-pkg", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/read-pkg-up-npm-7.0.1-11895bed9a-e4e93ce70e.zip/node_modules/read-pkg-up/",
|
|
"packageDependencies": [
|
|
["read-pkg-up", "npm:7.0.1"],
|
|
["find-up", "npm:4.1.0"],
|
|
["read-pkg", "npm:5.2.0"],
|
|
["type-fest", "npm:0.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["readable-stream", [
|
|
["npm:1.0.34", {
|
|
"packageLocation": "./.yarn/cache/readable-stream-npm-1.0.34-db63158f3f-85042c537e.zip/node_modules/readable-stream/",
|
|
"packageDependencies": [
|
|
["readable-stream", "npm:1.0.34"],
|
|
["core-util-is", "npm:1.0.3"],
|
|
["inherits", "npm:2.0.4"],
|
|
["isarray", "npm:0.0.1"],
|
|
["string_decoder", "npm:0.10.31"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.3.7", {
|
|
"packageLocation": "./.yarn/cache/readable-stream-npm-2.3.7-77b22a9818-e4920cf754.zip/node_modules/readable-stream/",
|
|
"packageDependencies": [
|
|
["readable-stream", "npm:2.3.7"],
|
|
["core-util-is", "npm:1.0.3"],
|
|
["inherits", "npm:2.0.4"],
|
|
["isarray", "npm:1.0.0"],
|
|
["process-nextick-args", "npm:2.0.1"],
|
|
["safe-buffer", "npm:5.1.2"],
|
|
["string_decoder", "npm:1.1.1"],
|
|
["util-deprecate", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.6.0", {
|
|
"packageLocation": "./.yarn/cache/readable-stream-npm-3.6.0-23a4a5eb56-d4ea81502d.zip/node_modules/readable-stream/",
|
|
"packageDependencies": [
|
|
["readable-stream", "npm:3.6.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["string_decoder", "npm:1.3.0"],
|
|
["util-deprecate", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["readdir-scoped-modules", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/readdir-scoped-modules-npm-1.1.0-651d6882ac-6d9f334e40.zip/node_modules/readdir-scoped-modules/",
|
|
"packageDependencies": [
|
|
["readdir-scoped-modules", "npm:1.1.0"],
|
|
["debuglog", "npm:1.0.1"],
|
|
["dezalgo", "npm:1.0.3"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["once", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["readdirp", [
|
|
["npm:3.5.0", {
|
|
"packageLocation": "./.yarn/cache/readdirp-npm-3.5.0-a1b1568d32-6b1a9341e2.zip/node_modules/readdirp/",
|
|
"packageDependencies": [
|
|
["readdirp", "npm:3.5.0"],
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.6.0", {
|
|
"packageLocation": "./.yarn/cache/readdirp-npm-3.6.0-f950cc74ab-1ced032e6e.zip/node_modules/readdirp/",
|
|
"packageDependencies": [
|
|
["readdirp", "npm:3.6.0"],
|
|
["picomatch", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rechoir", [
|
|
["npm:0.7.0", {
|
|
"packageLocation": "./.yarn/cache/rechoir-npm-0.7.0-9bea79bab8-15f55f55e0.zip/node_modules/rechoir/",
|
|
"packageDependencies": [
|
|
["rechoir", "npm:0.7.0"],
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["redent", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/redent-npm-3.0.0-31892f4906-fa1ef20404.zip/node_modules/redent/",
|
|
"packageDependencies": [
|
|
["redent", "npm:3.0.0"],
|
|
["indent-string", "npm:4.0.0"],
|
|
["strip-indent", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["redis", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/redis-npm-4.0.1-f67132f4c3-0d5db4d8f6.zip/node_modules/redis/",
|
|
"packageDependencies": [
|
|
["redis", "npm:4.0.1"],
|
|
["@node-redis/client", "npm:1.0.1"],
|
|
["@node-redis/json", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1"],
|
|
["@node-redis/search", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.1"],
|
|
["@node-redis/time-series", "virtual:f67132f4c37915d5d3fb5f3193bfdee547d173c4fed469142c1600cdd7ebedddf432acd05ed7462f5a2431c3b7befd988d746e7776875da35dc216dba92f8793#npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["redis-errors", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/redis-errors-npm-1.2.0-a81fd9b0f1-f28ac26921.zip/node_modules/redis-errors/",
|
|
"packageDependencies": [
|
|
["redis-errors", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["redis-parser", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/redis-parser-npm-3.0.0-7ebe40abcb-89290ae530.zip/node_modules/redis-parser/",
|
|
"packageDependencies": [
|
|
["redis-parser", "npm:3.0.0"],
|
|
["redis-errors", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["refractor", [
|
|
["npm:3.5.0", {
|
|
"packageLocation": "./.yarn/cache/refractor-npm-3.5.0-b381207772-e8e8bfe8fc.zip/node_modules/refractor/",
|
|
"packageDependencies": [
|
|
["refractor", "npm:3.5.0"],
|
|
["hastscript", "npm:6.0.0"],
|
|
["parse-entities", "npm:2.0.0"],
|
|
["prismjs", "npm:1.25.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regenerate", [
|
|
["npm:1.4.2", {
|
|
"packageLocation": "./.yarn/cache/regenerate-npm-1.4.2-b296c5b63a-3317a09b2f.zip/node_modules/regenerate/",
|
|
"packageDependencies": [
|
|
["regenerate", "npm:1.4.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regenerate-unicode-properties", [
|
|
["npm:9.0.0", {
|
|
"packageLocation": "./.yarn/cache/regenerate-unicode-properties-npm-9.0.0-73b46c97bd-62df21c274.zip/node_modules/regenerate-unicode-properties/",
|
|
"packageDependencies": [
|
|
["regenerate-unicode-properties", "npm:9.0.0"],
|
|
["regenerate", "npm:1.4.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regenerator-runtime", [
|
|
["npm:0.13.4", {
|
|
"packageLocation": "./.yarn/cache/regenerator-runtime-npm-0.13.4-09f9ad5d1a-ba49669ddb.zip/node_modules/regenerator-runtime/",
|
|
"packageDependencies": [
|
|
["regenerator-runtime", "npm:0.13.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.13.9", {
|
|
"packageLocation": "./.yarn/cache/regenerator-runtime-npm-0.13.9-6d02340eec-65ed455fe5.zip/node_modules/regenerator-runtime/",
|
|
"packageDependencies": [
|
|
["regenerator-runtime", "npm:0.13.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regenerator-transform", [
|
|
["npm:0.14.5", {
|
|
"packageLocation": "./.yarn/cache/regenerator-transform-npm-0.14.5-40045884e9-a467a3b652.zip/node_modules/regenerator-transform/",
|
|
"packageDependencies": [
|
|
["regenerator-transform", "npm:0.14.5"],
|
|
["@babel/runtime", "npm:7.15.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regexp-to-ast", [
|
|
["npm:0.5.0", {
|
|
"packageLocation": "./.yarn/cache/regexp-to-ast-npm-0.5.0-1e96b9f3a0-72e32f2a12.zip/node_modules/regexp-to-ast/",
|
|
"packageDependencies": [
|
|
["regexp-to-ast", "npm:0.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regexp.prototype.flags", [
|
|
["npm:1.3.1", {
|
|
"packageLocation": "./.yarn/cache/regexp.prototype.flags-npm-1.3.1-f0c34f894f-343595db5a.zip/node_modules/regexp.prototype.flags/",
|
|
"packageDependencies": [
|
|
["regexp.prototype.flags", "npm:1.3.1"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regexpp", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/regexpp-npm-3.2.0-2513f32cfc-a78dc5c715.zip/node_modules/regexpp/",
|
|
"packageDependencies": [
|
|
["regexpp", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regexpu-core", [
|
|
["npm:4.8.0", {
|
|
"packageLocation": "./.yarn/cache/regexpu-core-npm-4.8.0-b5aa95540a-df92e3e648.zip/node_modules/regexpu-core/",
|
|
"packageDependencies": [
|
|
["regexpu-core", "npm:4.8.0"],
|
|
["regenerate", "npm:1.4.2"],
|
|
["regenerate-unicode-properties", "npm:9.0.0"],
|
|
["regjsgen", "npm:0.5.2"],
|
|
["regjsparser", "npm:0.7.0"],
|
|
["unicode-match-property-ecmascript", "npm:2.0.0"],
|
|
["unicode-match-property-value-ecmascript", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regjsgen", [
|
|
["npm:0.5.2", {
|
|
"packageLocation": "./.yarn/cache/regjsgen-npm-0.5.2-4c9c408ab2-87c83d8488.zip/node_modules/regjsgen/",
|
|
"packageDependencies": [
|
|
["regjsgen", "npm:0.5.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["regjsparser", [
|
|
["npm:0.7.0", {
|
|
"packageLocation": "./.yarn/cache/regjsparser-npm-0.7.0-a4d515e434-fefff9adca.zip/node_modules/regjsparser/",
|
|
"packageDependencies": [
|
|
["regjsparser", "npm:0.7.0"],
|
|
["jsesc", "npm:0.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rehype-raw", [
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/rehype-raw-npm-6.1.0-4ebba9ca17-ea978c4b10.zip/node_modules/rehype-raw/",
|
|
"packageDependencies": [
|
|
["rehype-raw", "npm:6.1.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["hast-util-raw", "npm:7.2.1"],
|
|
["unified", "npm:10.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["remark-gfm", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/remark-gfm-npm-3.0.1-4a9f6f751e-02254f74d6.zip/node_modules/remark-gfm/",
|
|
"packageDependencies": [
|
|
["remark-gfm", "npm:3.0.1"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-gfm", "npm:2.0.0"],
|
|
["micromark-extension-gfm", "npm:2.0.0"],
|
|
["unified", "npm:10.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["remark-parse", [
|
|
["npm:10.0.1", {
|
|
"packageLocation": "./.yarn/cache/remark-parse-npm-10.0.1-e654d7df78-505088e564.zip/node_modules/remark-parse/",
|
|
"packageDependencies": [
|
|
["remark-parse", "npm:10.0.1"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-from-markdown", "npm:1.2.0"],
|
|
["unified", "npm:10.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["remark-rehype", [
|
|
["npm:9.1.0", {
|
|
"packageLocation": "./.yarn/cache/remark-rehype-npm-9.1.0-0bd7036a2e-01d8177ce1.zip/node_modules/remark-rehype/",
|
|
"packageDependencies": [
|
|
["remark-rehype", "npm:9.1.0"],
|
|
["@types/hast", "npm:2.3.4"],
|
|
["@types/mdast", "npm:3.0.10"],
|
|
["mdast-util-to-hast", "npm:11.3.0"],
|
|
["unified", "npm:10.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["request", [
|
|
["npm:2.88.2", {
|
|
"packageLocation": "./.yarn/cache/request-npm-2.88.2-f4a57c72c4-4e112c087f.zip/node_modules/request/",
|
|
"packageDependencies": [
|
|
["request", "npm:2.88.2"],
|
|
["aws-sign2", "npm:0.7.0"],
|
|
["aws4", "npm:1.11.0"],
|
|
["caseless", "npm:0.12.0"],
|
|
["combined-stream", "npm:1.0.8"],
|
|
["extend", "npm:3.0.2"],
|
|
["forever-agent", "npm:0.6.1"],
|
|
["form-data", "npm:2.3.3"],
|
|
["har-validator", "npm:5.1.5"],
|
|
["http-signature", "npm:1.2.0"],
|
|
["is-typedarray", "npm:1.0.0"],
|
|
["isstream", "npm:0.1.2"],
|
|
["json-stringify-safe", "npm:5.0.1"],
|
|
["mime-types", "npm:2.1.33"],
|
|
["oauth-sign", "npm:0.9.0"],
|
|
["performance-now", "npm:2.1.0"],
|
|
["qs", "npm:6.5.2"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["tough-cookie", "npm:2.5.0"],
|
|
["tunnel-agent", "npm:0.6.0"],
|
|
["uuid", "npm:3.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["require-at", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/require-at-npm-1.0.6-eee905f868-7753a6ebad.zip/node_modules/require-at/",
|
|
"packageDependencies": [
|
|
["require-at", "npm:1.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["require-directory", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/require-directory-npm-2.1.1-8608aee50b-fb47e70bf0.zip/node_modules/require-directory/",
|
|
"packageDependencies": [
|
|
["require-directory", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["require-from-string", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/require-from-string-npm-2.0.2-8557e0db12-a03ef68954.zip/node_modules/require-from-string/",
|
|
"packageDependencies": [
|
|
["require-from-string", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resize-observer-polyfill", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/resize-observer-polyfill-npm-1.5.1-603120e8a0-57e7f79489.zip/node_modules/resize-observer-polyfill/",
|
|
"packageDependencies": [
|
|
["resize-observer-polyfill", "npm:1.5.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resolve", [
|
|
["patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b", {
|
|
"packageLocation": "./.yarn/cache/resolve-patch-b4a69197d3-a0dd7d16a8.zip/node_modules/resolve/",
|
|
"packageDependencies": [
|
|
["resolve", "patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=07638b"],
|
|
["is-core-module", "npm:2.8.0"],
|
|
["path-parse", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["patch:resolve@npm%3A2.0.0-next.3#~builtin<compat/resolve>::version=2.0.0-next.3&hash=07638b", {
|
|
"packageLocation": "./.yarn/cache/resolve-patch-00f699a708-21684b4d99.zip/node_modules/resolve/",
|
|
"packageDependencies": [
|
|
["resolve", "patch:resolve@npm%3A2.0.0-next.3#~builtin<compat/resolve>::version=2.0.0-next.3&hash=07638b"],
|
|
["is-core-module", "npm:2.8.0"],
|
|
["path-parse", "npm:1.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resolve-alpn", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/resolve-alpn-npm-1.2.1-af77edd28b-f558071fcb.zip/node_modules/resolve-alpn/",
|
|
"packageDependencies": [
|
|
["resolve-alpn", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resolve-cwd", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/resolve-cwd-npm-3.0.0-e6f4e296bf-546e081601.zip/node_modules/resolve-cwd/",
|
|
"packageDependencies": [
|
|
["resolve-cwd", "npm:3.0.0"],
|
|
["resolve-from", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resolve-from", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/resolve-from-npm-4.0.0-f758ec21bf-f4ba0b8494.zip/node_modules/resolve-from/",
|
|
"packageDependencies": [
|
|
["resolve-from", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/resolve-from-npm-5.0.0-15c9db4d33-4ceeb9113e.zip/node_modules/resolve-from/",
|
|
"packageDependencies": [
|
|
["resolve-from", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["resolve.exports", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/resolve.exports-npm-1.1.0-81756e03ba-52865af8ed.zip/node_modules/resolve.exports/",
|
|
"packageDependencies": [
|
|
["resolve.exports", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["responselike", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/responselike-npm-2.0.0-7813864e97-6a4d32c37d.zip/node_modules/responselike/",
|
|
"packageDependencies": [
|
|
["responselike", "npm:2.0.0"],
|
|
["lowercase-keys", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["restore-cursor", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/restore-cursor-npm-3.1.0-52c5a4c98f-f877dd8741.zip/node_modules/restore-cursor/",
|
|
"packageDependencies": [
|
|
["restore-cursor", "npm:3.1.0"],
|
|
["onetime", "npm:5.1.2"],
|
|
["signal-exit", "npm:3.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/restore-cursor-npm-4.0.0-d42254f39d-5b675c5a59.zip/node_modules/restore-cursor/",
|
|
"packageDependencies": [
|
|
["restore-cursor", "npm:4.0.0"],
|
|
["onetime", "npm:5.1.2"],
|
|
["signal-exit", "npm:3.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["retry", [
|
|
["npm:0.12.0", {
|
|
"packageLocation": "./.yarn/cache/retry-npm-0.12.0-72ac7fb4cc-623bd7d2e5.zip/node_modules/retry/",
|
|
"packageDependencies": [
|
|
["retry", "npm:0.12.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["reusify", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip/node_modules/reusify/",
|
|
"packageDependencies": [
|
|
["reusify", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rfdc", [
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/rfdc-npm-1.3.0-272f288ad8-fb2ba8512e.zip/node_modules/rfdc/",
|
|
"packageDependencies": [
|
|
["rfdc", "npm:1.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rimraf", [
|
|
["npm:2.7.1", {
|
|
"packageLocation": "./.yarn/cache/rimraf-npm-2.7.1-9a71f3cc37-cdc7f6eacb.zip/node_modules/rimraf/",
|
|
"packageDependencies": [
|
|
["rimraf", "npm:2.7.1"],
|
|
["glob", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/rimraf-npm-3.0.2-2cb7dac69a-87f4164e39.zip/node_modules/rimraf/",
|
|
"packageDependencies": [
|
|
["rimraf", "npm:3.0.2"],
|
|
["glob", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ripemd160", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/ripemd160-npm-2.0.2-7b1fb8dc76-006accc405.zip/node_modules/ripemd160/",
|
|
"packageDependencies": [
|
|
["ripemd160", "npm:2.0.2"],
|
|
["hash-base", "npm:3.1.0"],
|
|
["inherits", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["run-async", [
|
|
["npm:2.4.1", {
|
|
"packageLocation": "./.yarn/cache/run-async-npm-2.4.1-a94bb90861-a2c88aa15d.zip/node_modules/run-async/",
|
|
"packageDependencies": [
|
|
["run-async", "npm:2.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["run-parallel", [
|
|
["npm:1.2.0", {
|
|
"packageLocation": "./.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip/node_modules/run-parallel/",
|
|
"packageDependencies": [
|
|
["run-parallel", "npm:1.2.0"],
|
|
["queue-microtask", "npm:1.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["rxjs", [
|
|
["npm:6.6.7", {
|
|
"packageLocation": "./.yarn/cache/rxjs-npm-6.6.7-055046ea3c-bc334edef1.zip/node_modules/rxjs/",
|
|
"packageDependencies": [
|
|
["rxjs", "npm:6.6.7"],
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sade", [
|
|
["npm:1.7.4", {
|
|
"packageLocation": "./.yarn/cache/sade-npm-1.7.4-5946bee411-80a2c4ca08.zip/node_modules/sade/",
|
|
"packageDependencies": [
|
|
["sade", "npm:1.7.4"],
|
|
["mri", "npm:1.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["safe-buffer", [
|
|
["npm:5.1.2", {
|
|
"packageLocation": "./.yarn/cache/safe-buffer-npm-5.1.2-c27fedf6c4-f2f1f7943c.zip/node_modules/safe-buffer/",
|
|
"packageDependencies": [
|
|
["safe-buffer", "npm:5.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.2.1", {
|
|
"packageLocation": "./.yarn/cache/safe-buffer-npm-5.2.1-3481c8aa9b-b99c4b41fd.zip/node_modules/safe-buffer/",
|
|
"packageDependencies": [
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["safer-buffer", [
|
|
["npm:2.1.2", {
|
|
"packageLocation": "./.yarn/cache/safer-buffer-npm-2.1.2-8d5c0b705e-cab8f25ae6.zip/node_modules/safer-buffer/",
|
|
"packageDependencies": [
|
|
["safer-buffer", "npm:2.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["saslprep", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/saslprep-npm-1.0.3-8db649c346-4fdc0b70fb.zip/node_modules/saslprep/",
|
|
"packageDependencies": [
|
|
["saslprep", "npm:1.0.3"],
|
|
["sparse-bitfield", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sax", [
|
|
["npm:1.2.1", {
|
|
"packageLocation": "./.yarn/cache/sax-npm-1.2.1-fd2ad7b223-8dca7d5e1c.zip/node_modules/sax/",
|
|
"packageDependencies": [
|
|
["sax", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.2.4", {
|
|
"packageLocation": "./.yarn/cache/sax-npm-1.2.4-178f05f12f-d3df7d32b8.zip/node_modules/sax/",
|
|
"packageDependencies": [
|
|
["sax", "npm:1.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["saxes", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/saxes-npm-5.0.1-57abf031ae-5636b55cf1.zip/node_modules/saxes/",
|
|
"packageDependencies": [
|
|
["saxes", "npm:5.0.1"],
|
|
["xmlchars", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["scheduler", [
|
|
["npm:0.21.0-alpha-327d5c484-20211106", {
|
|
"packageLocation": "./.yarn/cache/scheduler-npm-0.21.0-alpha-327d5c484-20211106-0829114998-060056d9ec.zip/node_modules/scheduler/",
|
|
"packageDependencies": [
|
|
["scheduler", "npm:0.21.0-alpha-327d5c484-20211106"],
|
|
["loose-envify", "npm:1.4.0"],
|
|
["object-assign", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["scroll-into-view-if-needed", [
|
|
["npm:2.2.28", {
|
|
"packageLocation": "./.yarn/cache/scroll-into-view-if-needed-npm-2.2.28-0c00390269-0b18d33118.zip/node_modules/scroll-into-view-if-needed/",
|
|
"packageDependencies": [
|
|
["scroll-into-view-if-needed", "npm:2.2.28"],
|
|
["compute-scroll-into-view", "npm:1.0.17"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["secure-json-parse", [
|
|
["npm:2.4.0", {
|
|
"packageLocation": "./.yarn/cache/secure-json-parse-npm-2.4.0-161f104c50-efaafcaa08.zip/node_modules/secure-json-parse/",
|
|
"packageDependencies": [
|
|
["secure-json-parse", "npm:2.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["seek-bzip", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/seek-bzip-npm-1.0.6-cb7be69a1d-c2ab3291e7.zip/node_modules/seek-bzip/",
|
|
"packageDependencies": [
|
|
["seek-bzip", "npm:1.0.6"],
|
|
["commander", "npm:2.20.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["semver", [
|
|
["npm:5.3.0", {
|
|
"packageLocation": "./.yarn/cache/semver-npm-5.3.0-520e1d15f2-2717b14299.zip/node_modules/semver/",
|
|
"packageDependencies": [
|
|
["semver", "npm:5.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.7.1", {
|
|
"packageLocation": "./.yarn/cache/semver-npm-5.7.1-40bcea106b-57fd0acfd0.zip/node_modules/semver/",
|
|
"packageDependencies": [
|
|
["semver", "npm:5.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.3.0", {
|
|
"packageLocation": "./.yarn/cache/semver-npm-6.3.0-b3eace8bfd-1b26ecf6db.zip/node_modules/semver/",
|
|
"packageDependencies": [
|
|
["semver", "npm:6.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/semver-npm-7.0.0-218e8c00ca-272c11bf8d.zip/node_modules/semver/",
|
|
"packageDependencies": [
|
|
["semver", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.3.5", {
|
|
"packageLocation": "./.yarn/cache/semver-npm-7.3.5-618cf5db6a-5eafe6102b.zip/node_modules/semver/",
|
|
"packageDependencies": [
|
|
["semver", "npm:7.3.5"],
|
|
["lru-cache", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sentence-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/sentence-case-npm-3.0.4-ed6888d0bc-3cfe6c0143.zip/node_modules/sentence-case/",
|
|
"packageDependencies": [
|
|
["sentence-case", "npm:3.0.4"],
|
|
["no-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"],
|
|
["upper-case-first", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["set-blocking", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/set-blocking-npm-2.0.0-49e2cffa24-6e65a05f7c.zip/node_modules/set-blocking/",
|
|
"packageDependencies": [
|
|
["set-blocking", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["setimmediate", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/setimmediate-npm-1.0.5-54587459b6-c9a6f2c5b5.zip/node_modules/setimmediate/",
|
|
"packageDependencies": [
|
|
["setimmediate", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["setprototypeof", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/setprototypeof-npm-1.1.1-706b6318ec-a8bee29c1c.zip/node_modules/setprototypeof/",
|
|
"packageDependencies": [
|
|
["setprototypeof", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sha.js", [
|
|
["npm:2.4.11", {
|
|
"packageLocation": "./.yarn/cache/sha.js-npm-2.4.11-14868df4ca-ebd3f59d4b.zip/node_modules/sha.js/",
|
|
"packageDependencies": [
|
|
["sha.js", "npm:2.4.11"],
|
|
["inherits", "npm:2.0.4"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["shallow-clone", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/shallow-clone-npm-3.0.1-dab5873d0d-39b3dd9630.zip/node_modules/shallow-clone/",
|
|
"packageDependencies": [
|
|
["shallow-clone", "npm:3.0.1"],
|
|
["kind-of", "npm:6.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["shallowequal", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/shallowequal-npm-1.1.0-6688d419cb-f4c1de0837.zip/node_modules/shallowequal/",
|
|
"packageDependencies": [
|
|
["shallowequal", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["shebang-command", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/shebang-command-npm-2.0.0-eb2b01921d-6b52fe8727.zip/node_modules/shebang-command/",
|
|
"packageDependencies": [
|
|
["shebang-command", "npm:2.0.0"],
|
|
["shebang-regex", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["shebang-regex", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/shebang-regex-npm-3.0.0-899a0cd65e-1a2bcae50d.zip/node_modules/shebang-regex/",
|
|
"packageDependencies": [
|
|
["shebang-regex", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["shell-quote", [
|
|
["npm:1.7.3", {
|
|
"packageLocation": "./.yarn/cache/shell-quote-npm-1.7.3-76a78a6d77-aca58e73a3.zip/node_modules/shell-quote/",
|
|
"packageDependencies": [
|
|
["shell-quote", "npm:1.7.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["side-channel", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/side-channel-npm-1.0.4-e1f38b9e06-351e41b947.zip/node_modules/side-channel/",
|
|
"packageDependencies": [
|
|
["side-channel", "npm:1.0.4"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["object-inspect", "npm:1.11.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["signal-exit", [
|
|
["npm:3.0.5", {
|
|
"packageLocation": "./.yarn/cache/signal-exit-npm-3.0.5-dd7570d7b8-a1d3d0d63f.zip/node_modules/signal-exit/",
|
|
"packageDependencies": [
|
|
["signal-exit", "npm:3.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["simple-concat", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/simple-concat-npm-1.0.1-48df70de29-4d211042cc.zip/node_modules/simple-concat/",
|
|
"packageDependencies": [
|
|
["simple-concat", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["simple-get", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/simple-get-npm-3.1.0-8c6f03c4cd-cca91a9ab2.zip/node_modules/simple-get/",
|
|
"packageDependencies": [
|
|
["simple-get", "npm:3.1.0"],
|
|
["decompress-response", "npm:4.2.1"],
|
|
["once", "npm:1.4.0"],
|
|
["simple-concat", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sisteransi", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/sisteransi-npm-1.0.5-af60cc0cfa-aba6438f46.zip/node_modules/sisteransi/",
|
|
"packageDependencies": [
|
|
["sisteransi", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["size-sensor", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/size-sensor-npm-1.0.1-7327cd89a6-8af239ea1a.zip/node_modules/size-sensor/",
|
|
"packageDependencies": [
|
|
["size-sensor", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["slash", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/slash-npm-2.0.0-69009eac54-512d435073.zip/node_modules/slash/",
|
|
"packageDependencies": [
|
|
["slash", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/slash-npm-3.0.0-b87de2279a-94a93fff61.zip/node_modules/slash/",
|
|
"packageDependencies": [
|
|
["slash", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["slide", [
|
|
["npm:1.1.6", {
|
|
"packageLocation": "./.yarn/cache/slide-npm-1.1.6-14e4650dea-5768635d22.zip/node_modules/slide/",
|
|
"packageDependencies": [
|
|
["slide", "npm:1.1.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["smart-buffer", [
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/smart-buffer-npm-4.2.0-5ac3f668bb-b5167a7142.zip/node_modules/smart-buffer/",
|
|
"packageDependencies": [
|
|
["smart-buffer", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["snake-case", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/snake-case-npm-3.0.4-67f447c30d-0a7a79900b.zip/node_modules/snake-case/",
|
|
"packageDependencies": [
|
|
["snake-case", "npm:3.0.4"],
|
|
["dot-case", "npm:3.0.4"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["socks", [
|
|
["npm:2.6.1", {
|
|
"packageLocation": "./.yarn/cache/socks-npm-2.6.1-09133d0d22-2ca9d616e4.zip/node_modules/socks/",
|
|
"packageDependencies": [
|
|
["socks", "npm:2.6.1"],
|
|
["ip", "npm:1.1.5"],
|
|
["smart-buffer", "npm:4.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["socks-proxy-agent", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/socks-proxy-agent-npm-5.0.1-dc5271bb57-1b60c4977b.zip/node_modules/socks-proxy-agent/",
|
|
"packageDependencies": [
|
|
["socks-proxy-agent", "npm:5.0.1"],
|
|
["agent-base", "npm:6.0.2"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["socks", "npm:2.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/socks-proxy-agent-npm-6.1.0-b9990e465a-32ea0d62c8.zip/node_modules/socks-proxy-agent/",
|
|
"packageDependencies": [
|
|
["socks-proxy-agent", "npm:6.1.0"],
|
|
["agent-base", "npm:6.0.2"],
|
|
["debug", "virtual:d2b8ff4ca946871ce9c51afc08080842081037f97234326c5de214ae28f53dca6ac6f476930dda3959c7e5dd3099dbfed23e86d5461423e43cc737463b435caa#npm:4.3.2"],
|
|
["socks", "npm:2.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sort-keys", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/sort-keys-npm-2.0.0-4f517eb415-f0fd827fa9.zip/node_modules/sort-keys/",
|
|
"packageDependencies": [
|
|
["sort-keys", "npm:2.0.0"],
|
|
["is-plain-obj", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.2.0", {
|
|
"packageLocation": "./.yarn/cache/sort-keys-npm-4.2.0-bf52ceef80-1535ffd5a7.zip/node_modules/sort-keys/",
|
|
"packageDependencies": [
|
|
["sort-keys", "npm:4.2.0"],
|
|
["is-plain-obj", "npm:2.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["source-map", [
|
|
["npm:0.5.7", {
|
|
"packageLocation": "./.yarn/cache/source-map-npm-0.5.7-7c3f035429-5dc2043b93.zip/node_modules/source-map/",
|
|
"packageDependencies": [
|
|
["source-map", "npm:0.5.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.6.1", {
|
|
"packageLocation": "./.yarn/cache/source-map-npm-0.6.1-1a3621db16-59ce8640cf.zip/node_modules/source-map/",
|
|
"packageDependencies": [
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.7.3", {
|
|
"packageLocation": "./.yarn/cache/source-map-npm-0.7.3-e3b4f7982a-cd24efb3b8.zip/node_modules/source-map/",
|
|
"packageDependencies": [
|
|
["source-map", "npm:0.7.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.8.0-beta.0", {
|
|
"packageLocation": "./.yarn/cache/source-map-npm-0.8.0-beta.0-688a309e94-e94169be64.zip/node_modules/source-map/",
|
|
"packageDependencies": [
|
|
["source-map", "npm:0.8.0-beta.0"],
|
|
["whatwg-url", "npm:7.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["source-map-support", [
|
|
["npm:0.5.20", {
|
|
"packageLocation": "./.yarn/cache/source-map-support-npm-0.5.20-edfc5ce275-43946aff45.zip/node_modules/source-map-support/",
|
|
"packageDependencies": [
|
|
["source-map-support", "npm:0.5.20"],
|
|
["buffer-from", "npm:1.1.2"],
|
|
["source-map", "npm:0.6.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["space-separated-tokens", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/space-separated-tokens-npm-1.1.5-2352c83473-8ef68f1cfa.zip/node_modules/space-separated-tokens/",
|
|
"packageDependencies": [
|
|
["space-separated-tokens", "npm:1.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/space-separated-tokens-npm-2.0.1-b5e2dbf218-66e30a6382.zip/node_modules/space-separated-tokens/",
|
|
"packageDependencies": [
|
|
["space-separated-tokens", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sparse-bitfield", [
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/sparse-bitfield-npm-3.0.3-cb80d0c89f-174da88dbb.zip/node_modules/sparse-bitfield/",
|
|
"packageDependencies": [
|
|
["sparse-bitfield", "npm:3.0.3"],
|
|
["memory-pager", "npm:1.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["spdx-correct", [
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/spdx-correct-npm-3.1.1-47f574c27a-77ce438344.zip/node_modules/spdx-correct/",
|
|
"packageDependencies": [
|
|
["spdx-correct", "npm:3.1.1"],
|
|
["spdx-expression-parse", "npm:3.0.1"],
|
|
["spdx-license-ids", "npm:3.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["spdx-exceptions", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/spdx-exceptions-npm-2.3.0-2b68dad75a-cb69a26fa3.zip/node_modules/spdx-exceptions/",
|
|
"packageDependencies": [
|
|
["spdx-exceptions", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["spdx-expression-parse", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/spdx-expression-parse-npm-3.0.1-b718cbb35a-a1c6e104a2.zip/node_modules/spdx-expression-parse/",
|
|
"packageDependencies": [
|
|
["spdx-expression-parse", "npm:3.0.1"],
|
|
["spdx-exceptions", "npm:2.3.0"],
|
|
["spdx-license-ids", "npm:3.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["spdx-license-ids", [
|
|
["npm:3.0.10", {
|
|
"packageLocation": "./.yarn/cache/spdx-license-ids-npm-3.0.10-ef3d6b5c60-94fde6f558.zip/node_modules/spdx-license-ids/",
|
|
"packageDependencies": [
|
|
["spdx-license-ids", "npm:3.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["specificity", [
|
|
["npm:0.4.1", {
|
|
"packageLocation": "./.yarn/cache/specificity-npm-0.4.1-042c3c2fd5-e558f1098f.zip/node_modules/specificity/",
|
|
"packageDependencies": [
|
|
["specificity", "npm:0.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["split", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/split-npm-1.0.1-88871d88a2-12f4554a57.zip/node_modules/split/",
|
|
"packageDependencies": [
|
|
["split", "npm:1.0.1"],
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["split-on-first", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/split-on-first-npm-1.1.0-e2f3ab5e4e-16ff85b54d.zip/node_modules/split-on-first/",
|
|
"packageDependencies": [
|
|
["split-on-first", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["split2", [
|
|
["npm:3.2.2", {
|
|
"packageLocation": "./.yarn/cache/split2-npm-3.2.2-4ccd21b4f7-8127ddbedd.zip/node_modules/split2/",
|
|
"packageDependencies": [
|
|
["split2", "npm:3.2.2"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sprintf-js", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/sprintf-js-npm-1.0.3-73f0a322fa-19d79aec21.zip/node_modules/sprintf-js/",
|
|
"packageDependencies": [
|
|
["sprintf-js", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/sprintf-js-npm-1.1.2-ea16269a6d-d4bb464646.zip/node_modules/sprintf-js/",
|
|
"packageDependencies": [
|
|
["sprintf-js", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sqlite3", [
|
|
["npm:5.0.2", {
|
|
"packageLocation": "./.yarn/unplugged/sqlite3-virtual-8077a3ce56/node_modules/sqlite3/",
|
|
"packageDependencies": [
|
|
["sqlite3", "npm:5.0.2"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:5.0.2", {
|
|
"packageLocation": "./.yarn/unplugged/sqlite3-virtual-8077a3ce56/node_modules/sqlite3/",
|
|
"packageDependencies": [
|
|
["sqlite3", "virtual:d71d6ceb7acaf0344eb3c809fbafec1c0f2a945a526449ed4c3af2b6cfdd3665ab27f950a42ec1e1d490093a7a1bfb8d28c9ba4754ab9892568d530efd8b3a20#npm:5.0.2"],
|
|
["@types/node-gyp", null],
|
|
["node-addon-api", "npm:3.2.1"],
|
|
["node-gyp", "npm:3.8.0"],
|
|
["node-pre-gyp", "npm:0.11.0"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/node-gyp"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sqlstring", [
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/sqlstring-npm-2.3.1-2d4ffafe98-de4299cf9b.zip/node_modules/sqlstring/",
|
|
"packageDependencies": [
|
|
["sqlstring", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["sshpk", [
|
|
["npm:1.16.1", {
|
|
"packageLocation": "./.yarn/cache/sshpk-npm-1.16.1-feb759e7e0-5e76afd1ce.zip/node_modules/sshpk/",
|
|
"packageDependencies": [
|
|
["sshpk", "npm:1.16.1"],
|
|
["asn1", "npm:0.2.4"],
|
|
["assert-plus", "npm:1.0.0"],
|
|
["bcrypt-pbkdf", "npm:1.0.2"],
|
|
["dashdash", "npm:1.14.1"],
|
|
["ecc-jsbn", "npm:0.1.2"],
|
|
["getpass", "npm:0.1.7"],
|
|
["jsbn", "npm:0.1.1"],
|
|
["safer-buffer", "npm:2.1.2"],
|
|
["tweetnacl", "npm:0.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ssri", [
|
|
["npm:8.0.1", {
|
|
"packageLocation": "./.yarn/cache/ssri-npm-8.0.1-a369e72ce2-bc447f5af8.zip/node_modules/ssri/",
|
|
"packageDependencies": [
|
|
["ssri", "npm:8.0.1"],
|
|
["minipass", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stack-utils", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/stack-utils-npm-2.0.5-e0438f409a-76b69da0f5.zip/node_modules/stack-utils/",
|
|
"packageDependencies": [
|
|
["stack-utils", "npm:2.0.5"],
|
|
["escape-string-regexp", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stacktrace-parser", [
|
|
["npm:0.1.10", {
|
|
"packageLocation": "./.yarn/cache/stacktrace-parser-npm-0.1.10-36f3e571bd-f4fbddfc09.zip/node_modules/stacktrace-parser/",
|
|
"packageDependencies": [
|
|
["stacktrace-parser", "npm:0.1.10"],
|
|
["type-fest", "npm:0.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["statuses", [
|
|
["npm:1.5.0", {
|
|
"packageLocation": "./.yarn/cache/statuses-npm-1.5.0-f88f91b2e9-c469b9519d.zip/node_modules/statuses/",
|
|
"packageDependencies": [
|
|
["statuses", "npm:1.5.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stoppable", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/stoppable-npm-1.1.0-23cdcad1a6-63104fcbde.zip/node_modules/stoppable/",
|
|
"packageDependencies": [
|
|
["stoppable", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-browserify", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/stream-browserify-npm-3.0.0-4c0bd97245-4c47ef64d6.zip/node_modules/stream-browserify/",
|
|
"packageDependencies": [
|
|
["stream-browserify", "npm:3.0.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-buffers", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/stream-buffers-npm-3.0.2-81e4221c31-b09fdeea60.zip/node_modules/stream-buffers/",
|
|
"packageDependencies": [
|
|
["stream-buffers", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-http", [
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/stream-http-npm-3.1.1-6dfb396242-17d10d1357.zip/node_modules/stream-http/",
|
|
"packageDependencies": [
|
|
["stream-http", "npm:3.1.1"],
|
|
["builtin-status-codes", "npm:3.0.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"],
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-parser", [
|
|
["npm:0.3.1", {
|
|
"packageLocation": "./.yarn/cache/stream-parser-npm-0.3.1-0b70187c85-4d86ff8cff.zip/node_modules/stream-parser/",
|
|
"packageDependencies": [
|
|
["stream-parser", "npm:0.3.1"],
|
|
["debug", "virtual:c18fd4c27b04dc0fe8ea07762cc6068411370ecc2aacfaa6402b4d062611f2e5b943137fcb315a06380a4251477a9aede8800b736dd466b8ea19692af4a05267#npm:2.6.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-to-array", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/stream-to-array-npm-2.3.0-eaa32c31d8-7feaf63b38.zip/node_modules/stream-to-array/",
|
|
"packageDependencies": [
|
|
["stream-to-array", "npm:2.3.0"],
|
|
["any-promise", "npm:1.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stream-to-promise", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/stream-to-promise-npm-2.2.0-27f3ae7c38-2c9ddb69c3.zip/node_modules/stream-to-promise/",
|
|
"packageDependencies": [
|
|
["stream-to-promise", "npm:2.2.0"],
|
|
["any-promise", "npm:1.3.0"],
|
|
["end-of-stream", "npm:1.1.0"],
|
|
["stream-to-array", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strict-uri-encode", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/strict-uri-encode-npm-2.0.0-1ec3189376-eaac4cf978.zip/node_modules/strict-uri-encode/",
|
|
"packageDependencies": [
|
|
["strict-uri-encode", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string-convert", [
|
|
["npm:0.2.1", {
|
|
"packageLocation": "./.yarn/cache/string-convert-npm-0.2.1-f1a42cb9ea-1098b1d8e3.zip/node_modules/string-convert/",
|
|
"packageDependencies": [
|
|
["string-convert", "npm:0.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string-hash", [
|
|
["npm:1.1.3", {
|
|
"packageLocation": "./.yarn/cache/string-hash-npm-1.1.3-3cb8892e7c-104b8667a5.zip/node_modules/string-hash/",
|
|
"packageDependencies": [
|
|
["string-hash", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string-length", [
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/string-length-npm-4.0.2-675173c7a2-ce85533ef5.zip/node_modules/string-length/",
|
|
"packageDependencies": [
|
|
["string-length", "npm:4.0.2"],
|
|
["char-regex", "npm:1.0.2"],
|
|
["strip-ansi", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string-width", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/string-width-npm-1.0.2-01031f9add-5c79439e95.zip/node_modules/string-width/",
|
|
"packageDependencies": [
|
|
["string-width", "npm:1.0.2"],
|
|
["code-point-at", "npm:1.1.0"],
|
|
["is-fullwidth-code-point", "npm:1.0.0"],
|
|
["strip-ansi", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.2.3", {
|
|
"packageLocation": "./.yarn/cache/string-width-npm-4.2.3-2c27177bae-e52c10dc3f.zip/node_modules/string-width/",
|
|
"packageDependencies": [
|
|
["string-width", "npm:4.2.3"],
|
|
["emoji-regex", "npm:8.0.0"],
|
|
["is-fullwidth-code-point", "npm:3.0.0"],
|
|
["strip-ansi", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string.prototype.matchall", [
|
|
["npm:4.0.6", {
|
|
"packageLocation": "./.yarn/cache/string.prototype.matchall-npm-4.0.6-cf27cbea59-07aca53ddd.zip/node_modules/string.prototype.matchall/",
|
|
"packageDependencies": [
|
|
["string.prototype.matchall", "npm:4.0.6"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"],
|
|
["es-abstract", "npm:1.19.1"],
|
|
["get-intrinsic", "npm:1.1.1"],
|
|
["has-symbols", "npm:1.0.2"],
|
|
["internal-slot", "npm:1.0.3"],
|
|
["regexp.prototype.flags", "npm:1.3.1"],
|
|
["side-channel", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string.prototype.trimend", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/string.prototype.trimend-npm-1.0.4-a656b8fe24-17e5aa45c3.zip/node_modules/string.prototype.trimend/",
|
|
"packageDependencies": [
|
|
["string.prototype.trimend", "npm:1.0.4"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string.prototype.trimstart", [
|
|
["npm:1.0.4", {
|
|
"packageLocation": "./.yarn/cache/string.prototype.trimstart-npm-1.0.4-b31f5e7c85-3fb06818d3.zip/node_modules/string.prototype.trimstart/",
|
|
"packageDependencies": [
|
|
["string.prototype.trimstart", "npm:1.0.4"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["define-properties", "npm:1.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["string_decoder", [
|
|
["npm:0.10.31", {
|
|
"packageLocation": "./.yarn/cache/string_decoder-npm-0.10.31-851f3f7302-fe00f8e303.zip/node_modules/string_decoder/",
|
|
"packageDependencies": [
|
|
["string_decoder", "npm:0.10.31"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/string_decoder-npm-1.1.1-e46a6c1353-9ab7e56f9d.zip/node_modules/string_decoder/",
|
|
"packageDependencies": [
|
|
["string_decoder", "npm:1.1.1"],
|
|
["safe-buffer", "npm:5.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.3.0", {
|
|
"packageLocation": "./.yarn/cache/string_decoder-npm-1.3.0-2422117fd0-8417646695.zip/node_modules/string_decoder/",
|
|
"packageDependencies": [
|
|
["string_decoder", "npm:1.3.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-ansi", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/strip-ansi-npm-3.0.1-6aec1365b9-9b974de611.zip/node_modules/strip-ansi/",
|
|
"packageDependencies": [
|
|
["strip-ansi", "npm:3.0.1"],
|
|
["ansi-regex", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/strip-ansi-npm-6.0.1-caddc7cb40-f3cd25890a.zip/node_modules/strip-ansi/",
|
|
"packageDependencies": [
|
|
["strip-ansi", "npm:6.0.1"],
|
|
["ansi-regex", "npm:5.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.0.1", {
|
|
"packageLocation": "./.yarn/cache/strip-ansi-npm-7.0.1-668c121204-257f78fa43.zip/node_modules/strip-ansi/",
|
|
"packageDependencies": [
|
|
["strip-ansi", "npm:7.0.1"],
|
|
["ansi-regex", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-bom", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/strip-bom-npm-3.0.0-71e8f81ff9-8d50ff27b7.zip/node_modules/strip-bom/",
|
|
"packageDependencies": [
|
|
["strip-bom", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/strip-bom-npm-4.0.0-97d367a64d-9dbcfbaf50.zip/node_modules/strip-bom/",
|
|
"packageDependencies": [
|
|
["strip-bom", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-dirs", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/strip-dirs-npm-2.1.0-f0e727d3fc-9465547d71.zip/node_modules/strip-dirs/",
|
|
"packageDependencies": [
|
|
["strip-dirs", "npm:2.1.0"],
|
|
["is-natural-number", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-final-newline", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/strip-final-newline-npm-2.0.0-340c4f7c66-69412b5e25.zip/node_modules/strip-final-newline/",
|
|
"packageDependencies": [
|
|
["strip-final-newline", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-indent", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/strip-indent-npm-3.0.0-519e75a28d-18f045d57d.zip/node_modules/strip-indent/",
|
|
"packageDependencies": [
|
|
["strip-indent", "npm:3.0.0"],
|
|
["min-indent", "npm:1.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strip-json-comments", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/strip-json-comments-npm-2.0.1-e7883b2d04-1074ccb632.zip/node_modules/strip-json-comments/",
|
|
"packageDependencies": [
|
|
["strip-json-comments", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/strip-json-comments-npm-3.1.1-dcb2324823-492f73e272.zip/node_modules/strip-json-comments/",
|
|
"packageDependencies": [
|
|
["strip-json-comments", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stripe", [
|
|
["npm:8.186.0", {
|
|
"packageLocation": "./.yarn/cache/stripe-npm-8.186.0-8cf12459a8-82fb9b48d0.zip/node_modules/stripe/",
|
|
"packageDependencies": [
|
|
["stripe", "npm:8.186.0"],
|
|
["@types/node", "npm:16.11.6"],
|
|
["qs", "npm:6.10.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["strong-log-transformer", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/strong-log-transformer-npm-2.1.0-45addd9278-abf9a4ac14.zip/node_modules/strong-log-transformer/",
|
|
"packageDependencies": [
|
|
["strong-log-transformer", "npm:2.1.0"],
|
|
["duplexer", "npm:0.1.2"],
|
|
["minimist", "npm:1.2.5"],
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["style-to-object", [
|
|
["npm:0.3.0", {
|
|
"packageLocation": "./.yarn/cache/style-to-object-npm-0.3.0-612fa5e630-4d70840152.zip/node_modules/style-to-object/",
|
|
"packageDependencies": [
|
|
["style-to-object", "npm:0.3.0"],
|
|
["inline-style-parser", "npm:0.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["styled-jsx", [
|
|
["npm:5.0.0-beta.3", {
|
|
"packageLocation": "./.yarn/cache/styled-jsx-npm-5.0.0-beta.3-7438ddd560-cc328a92b5.zip/node_modules/styled-jsx/",
|
|
"packageDependencies": [
|
|
["styled-jsx", "npm:5.0.0-beta.3"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:5.0.0-beta.3", {
|
|
"packageLocation": "./.yarn/__virtual__/styled-jsx-virtual-53d78f03f6/0/cache/styled-jsx-npm-5.0.0-beta.3-7438ddd560-cc328a92b5.zip/node_modules/styled-jsx/",
|
|
"packageDependencies": [
|
|
["styled-jsx", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:5.0.0-beta.3"],
|
|
["@babel/core", null],
|
|
["@babel/plugin-syntax-jsx", "virtual:df8eb3e00fd03d983a51a4c8d2cee5bcda5b8a3cc1da26a8faff43942ab4038297db90cc68c76c83ee1e4a2c29b35bca5ec1e108197db49552dcda0c5fdc1f06#npm:7.14.5"],
|
|
["@babel/types", "npm:7.15.0"],
|
|
["@types/babel__core", null],
|
|
["@types/react", null],
|
|
["convert-source-map", "npm:1.7.0"],
|
|
["loader-utils", "npm:1.2.3"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
|
["source-map", "npm:0.7.3"],
|
|
["string-hash", "npm:1.1.3"],
|
|
["stylis", "npm:3.5.4"],
|
|
["stylis-rule-sheet", "virtual:53d78f03f641cec796c0fa3d28185b6f07846bc6eac2a00c5fb5a653755025318274e473d70d9c5cfb4db211917a2513ff8946732f23c0f8b48eb555320a5c4d#npm:0.0.10"]
|
|
],
|
|
"packagePeers": [
|
|
"@babel/core",
|
|
"@types/babel__core",
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stylis", [
|
|
["npm:3.5.4", {
|
|
"packageLocation": "./.yarn/cache/stylis-npm-3.5.4-a35153f87b-3673a748ad.zip/node_modules/stylis/",
|
|
"packageDependencies": [
|
|
["stylis", "npm:3.5.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.10", {
|
|
"packageLocation": "./.yarn/cache/stylis-npm-4.0.10-4c0fa47ff8-0fecaf5c23.zip/node_modules/stylis/",
|
|
"packageDependencies": [
|
|
["stylis", "npm:4.0.10"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["stylis-rule-sheet", [
|
|
["npm:0.0.10", {
|
|
"packageLocation": "./.yarn/cache/stylis-rule-sheet-npm-0.0.10-bc7763b753-97ad016c64.zip/node_modules/stylis-rule-sheet/",
|
|
"packageDependencies": [
|
|
["stylis-rule-sheet", "npm:0.0.10"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:53d78f03f641cec796c0fa3d28185b6f07846bc6eac2a00c5fb5a653755025318274e473d70d9c5cfb4db211917a2513ff8946732f23c0f8b48eb555320a5c4d#npm:0.0.10", {
|
|
"packageLocation": "./.yarn/__virtual__/stylis-rule-sheet-virtual-63e9ace7a8/0/cache/stylis-rule-sheet-npm-0.0.10-bc7763b753-97ad016c64.zip/node_modules/stylis-rule-sheet/",
|
|
"packageDependencies": [
|
|
["stylis-rule-sheet", "virtual:53d78f03f641cec796c0fa3d28185b6f07846bc6eac2a00c5fb5a653755025318274e473d70d9c5cfb4db211917a2513ff8946732f23c0f8b48eb555320a5c4d#npm:0.0.10"],
|
|
["@types/stylis", null],
|
|
["stylis", "npm:3.5.4"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/stylis",
|
|
"stylis"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["supports-color", [
|
|
["npm:5.5.0", {
|
|
"packageLocation": "./.yarn/cache/supports-color-npm-5.5.0-183ac537bc-95f6f4ba5a.zip/node_modules/supports-color/",
|
|
"packageDependencies": [
|
|
["supports-color", "npm:5.5.0"],
|
|
["has-flag", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.2.0", {
|
|
"packageLocation": "./.yarn/cache/supports-color-npm-7.2.0-606bfcf7da-3dda818de0.zip/node_modules/supports-color/",
|
|
"packageDependencies": [
|
|
["supports-color", "npm:7.2.0"],
|
|
["has-flag", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.1.1", {
|
|
"packageLocation": "./.yarn/cache/supports-color-npm-8.1.1-289e937149-c052193a7e.zip/node_modules/supports-color/",
|
|
"packageDependencies": [
|
|
["supports-color", "npm:8.1.1"],
|
|
["has-flag", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["supports-hyperlinks", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/supports-hyperlinks-npm-2.2.0-9b22a6271b-aef04fb41f.zip/node_modules/supports-hyperlinks/",
|
|
"packageDependencies": [
|
|
["supports-hyperlinks", "npm:2.2.0"],
|
|
["has-flag", "npm:4.0.0"],
|
|
["supports-color", "npm:7.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["swr", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/swr-npm-1.0.1-56a5f8efad-8aaa10c4c6.zip/node_modules/swr/",
|
|
"packageDependencies": [
|
|
["swr", "npm:1.0.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:b951ea20ab6cada5f665e8389a50d828047e6b6f10e6ebaddde1e74a94868ec6ec703ff140742f295ef663cf92da1bc80fe9bbeaab30196cba0e992f38cd19ea#npm:1.0.1", {
|
|
"packageLocation": "./.yarn/__virtual__/swr-virtual-cfa85c29d6/0/cache/swr-npm-1.0.1-56a5f8efad-8aaa10c4c6.zip/node_modules/swr/",
|
|
"packageDependencies": [
|
|
["swr", "virtual:b951ea20ab6cada5f665e8389a50d828047e6b6f10e6ebaddde1e74a94868ec6ec703ff140742f295ef663cf92da1bc80fe9bbeaab30196cba0e992f38cd19ea#npm:1.0.1"],
|
|
["@types/react", null],
|
|
["dequal", "npm:2.0.2"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["symbol-tree", [
|
|
["npm:3.2.4", {
|
|
"packageLocation": "./.yarn/cache/symbol-tree-npm-3.2.4-fe70cdb75b-6e8fc7e148.zip/node_modules/symbol-tree/",
|
|
"packageDependencies": [
|
|
["symbol-tree", "npm:3.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tar", [
|
|
["npm:2.2.2", {
|
|
"packageLocation": "./.yarn/cache/tar-npm-2.2.2-0ce6504da4-c0c3727d52.zip/node_modules/tar/",
|
|
"packageDependencies": [
|
|
["tar", "npm:2.2.2"],
|
|
["block-stream", "npm:0.0.9"],
|
|
["fstream", "npm:1.0.12"],
|
|
["inherits", "npm:2.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.4.19", {
|
|
"packageLocation": "./.yarn/cache/tar-npm-4.4.19-5f8e81b87e-423c8259b1.zip/node_modules/tar/",
|
|
"packageDependencies": [
|
|
["tar", "npm:4.4.19"],
|
|
["chownr", "npm:1.1.4"],
|
|
["fs-minipass", "npm:1.2.7"],
|
|
["minipass", "npm:2.9.0"],
|
|
["minizlib", "npm:1.3.3"],
|
|
["mkdirp", "npm:0.5.5"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["yallist", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.1.11", {
|
|
"packageLocation": "./.yarn/cache/tar-npm-6.1.11-e6ac3cba9c-a04c07bb9e.zip/node_modules/tar/",
|
|
"packageDependencies": [
|
|
["tar", "npm:6.1.11"],
|
|
["chownr", "npm:2.0.0"],
|
|
["fs-minipass", "npm:2.1.0"],
|
|
["minipass", "npm:3.1.5"],
|
|
["minizlib", "npm:2.1.2"],
|
|
["mkdirp", "npm:1.0.4"],
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tar-fs", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/tar-fs-npm-2.1.1-e374d3b7a2-f5b9a70059.zip/node_modules/tar-fs/",
|
|
"packageDependencies": [
|
|
["tar-fs", "npm:2.1.1"],
|
|
["chownr", "npm:1.1.4"],
|
|
["mkdirp-classic", "npm:0.5.3"],
|
|
["pump", "npm:3.0.0"],
|
|
["tar-stream", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tar-stream", [
|
|
["npm:1.6.2", {
|
|
"packageLocation": "./.yarn/cache/tar-stream-npm-1.6.2-f4a7fc08e2-a5d49e232d.zip/node_modules/tar-stream/",
|
|
"packageDependencies": [
|
|
["tar-stream", "npm:1.6.2"],
|
|
["bl", "npm:1.2.3"],
|
|
["buffer-alloc", "npm:1.2.0"],
|
|
["end-of-stream", "npm:1.4.4"],
|
|
["fs-constants", "npm:1.0.0"],
|
|
["readable-stream", "npm:2.3.7"],
|
|
["to-buffer", "npm:1.1.1"],
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/tar-stream-npm-2.2.0-884c79b510-699831a8b9.zip/node_modules/tar-stream/",
|
|
"packageDependencies": [
|
|
["tar-stream", "npm:2.2.0"],
|
|
["bl", "npm:4.1.0"],
|
|
["end-of-stream", "npm:1.4.4"],
|
|
["fs-constants", "npm:1.0.0"],
|
|
["inherits", "npm:2.0.4"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tarn", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/tarn-npm-3.0.1-afc495be8f-c7347ce8c4.zip/node_modules/tarn/",
|
|
"packageDependencies": [
|
|
["tarn", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tedious", [
|
|
["npm:11.8.0", {
|
|
"packageLocation": "./.yarn/cache/tedious-npm-11.8.0-9f381f1a26-d1de925db9.zip/node_modules/tedious/",
|
|
"packageDependencies": [
|
|
["tedious", "npm:11.8.0"],
|
|
["@azure/identity", "npm:1.5.2"],
|
|
["@azure/keyvault-keys", "npm:4.3.0"],
|
|
["@azure/ms-rest-nodeauth", "npm:3.1.0"],
|
|
["@js-joda/core", "npm:3.2.0"],
|
|
["adal-node", "npm:0.2.3"],
|
|
["bl", "npm:5.0.0"],
|
|
["depd", "npm:2.0.0"],
|
|
["iconv-lite", "npm:0.6.3"],
|
|
["jsbi", "npm:3.2.5"],
|
|
["native-duplexpair", "npm:1.0.0"],
|
|
["node-abort-controller", "npm:2.0.0"],
|
|
["punycode", "npm:2.1.1"],
|
|
["sprintf-js", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["temp-dir", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/temp-dir-npm-1.0.0-5828254ce3-cb2b58ddfb.zip/node_modules/temp-dir/",
|
|
"packageDependencies": [
|
|
["temp-dir", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["temp-write", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/temp-write-npm-4.0.0-19edc9e6b7-4f94187662.zip/node_modules/temp-write/",
|
|
"packageDependencies": [
|
|
["temp-write", "npm:4.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["is-stream", "npm:2.0.1"],
|
|
["make-dir", "npm:3.1.0"],
|
|
["temp-dir", "npm:1.0.0"],
|
|
["uuid", "npm:3.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["terminal-link", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/terminal-link-npm-2.1.1-de80341758-ce3d2cd3a4.zip/node_modules/terminal-link/",
|
|
"packageDependencies": [
|
|
["terminal-link", "npm:2.1.1"],
|
|
["ansi-escapes", "npm:4.3.2"],
|
|
["supports-hyperlinks", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["test-exclude", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/test-exclude-npm-6.0.0-3fb03d69df-3b34a3d771.zip/node_modules/test-exclude/",
|
|
"packageDependencies": [
|
|
["test-exclude", "npm:6.0.0"],
|
|
["@istanbuljs/schema", "npm:0.1.3"],
|
|
["glob", "npm:7.2.0"],
|
|
["minimatch", "npm:3.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["text-extensions", [
|
|
["npm:1.9.0", {
|
|
"packageLocation": "./.yarn/cache/text-extensions-npm-1.9.0-87655d768f-56a9962c1b.zip/node_modules/text-extensions/",
|
|
"packageDependencies": [
|
|
["text-extensions", "npm:1.9.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["text-table", [
|
|
["npm:0.2.0", {
|
|
"packageLocation": "./.yarn/cache/text-table-npm-0.2.0-d92a778b59-b6937a38c8.zip/node_modules/text-table/",
|
|
"packageDependencies": [
|
|
["text-table", "npm:0.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["throat", [
|
|
["npm:6.0.1", {
|
|
"packageLocation": "./.yarn/cache/throat-npm-6.0.1-1308a37a10-782d4171ee.zip/node_modules/throat/",
|
|
"packageDependencies": [
|
|
["throat", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["through", [
|
|
["npm:2.3.8", {
|
|
"packageLocation": "./.yarn/cache/through-npm-2.3.8-df5f72a16e-a38c3e0598.zip/node_modules/through/",
|
|
"packageDependencies": [
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["through2", [
|
|
["npm:2.0.5", {
|
|
"packageLocation": "./.yarn/cache/through2-npm-2.0.5-77d90f13cd-beb0f338aa.zip/node_modules/through2/",
|
|
"packageDependencies": [
|
|
["through2", "npm:2.0.5"],
|
|
["readable-stream", "npm:2.3.7"],
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/through2-npm-4.0.2-da7b2da443-ac7430bd54.zip/node_modules/through2/",
|
|
"packageDependencies": [
|
|
["through2", "npm:4.0.2"],
|
|
["readable-stream", "npm:3.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tildify", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/tildify-npm-2.0.0-324bfdd523-0f5fee9362.zip/node_modules/tildify/",
|
|
"packageDependencies": [
|
|
["tildify", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["timers-browserify", [
|
|
["npm:2.0.12", {
|
|
"packageLocation": "./.yarn/cache/timers-browserify-npm-2.0.12-ad02d37cc3-ec37ae2990.zip/node_modules/timers-browserify/",
|
|
"packageDependencies": [
|
|
["timers-browserify", "npm:2.0.12"],
|
|
["setimmediate", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tinycolor2", [
|
|
["npm:1.4.2", {
|
|
"packageLocation": "./.yarn/cache/tinycolor2-npm-1.4.2-462ba30c26-57ed262e08.zip/node_modules/tinycolor2/",
|
|
"packageDependencies": [
|
|
["tinycolor2", "npm:1.4.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tinylogic", [
|
|
["npm:1.0.3", {
|
|
"packageLocation": "./.yarn/cache/tinylogic-npm-1.0.3-bd596a96c4-fdf7fcc170.zip/node_modules/tinylogic/",
|
|
"packageDependencies": [
|
|
["tinylogic", "npm:1.0.3"],
|
|
["chevrotain", "npm:9.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tmp", [
|
|
["npm:0.0.33", {
|
|
"packageLocation": "./.yarn/cache/tmp-npm-0.0.33-bcbf65df2a-902d7aceb7.zip/node_modules/tmp/",
|
|
"packageDependencies": [
|
|
["tmp", "npm:0.0.33"],
|
|
["os-tmpdir", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.2.1", {
|
|
"packageLocation": "./.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip/node_modules/tmp/",
|
|
"packageDependencies": [
|
|
["tmp", "npm:0.2.1"],
|
|
["rimraf", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tmpl", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/tmpl-npm-1.0.5-d399ba37e2-cd922d9b85.zip/node_modules/tmpl/",
|
|
"packageDependencies": [
|
|
["tmpl", "npm:1.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["to-buffer", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/to-buffer-npm-1.1.1-0be2cf74fe-6c897f58c2.zip/node_modules/to-buffer/",
|
|
"packageDependencies": [
|
|
["to-buffer", "npm:1.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["to-fast-properties", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/to-fast-properties-npm-2.0.0-0dc60cc481-be2de62fe5.zip/node_modules/to-fast-properties/",
|
|
"packageDependencies": [
|
|
["to-fast-properties", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["to-regex-range", [
|
|
["npm:5.0.1", {
|
|
"packageLocation": "./.yarn/cache/to-regex-range-npm-5.0.1-f1e8263b00-f76fa01b3d.zip/node_modules/to-regex-range/",
|
|
"packageDependencies": [
|
|
["to-regex-range", "npm:5.0.1"],
|
|
["is-number", "npm:7.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["toggle-selection", [
|
|
["npm:1.0.6", {
|
|
"packageLocation": "./.yarn/cache/toggle-selection-npm-1.0.6-c506b73005-a90dc80ed1.zip/node_modules/toggle-selection/",
|
|
"packageDependencies": [
|
|
["toggle-selection", "npm:1.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["toidentifier", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/toidentifier-npm-1.0.0-5dad252f90-199e6bfca1.zip/node_modules/toidentifier/",
|
|
"packageDependencies": [
|
|
["toidentifier", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["totalist", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/totalist-npm-2.0.0-09525663e6-9cc5aa15c7.zip/node_modules/totalist/",
|
|
"packageDependencies": [
|
|
["totalist", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tough-cookie", [
|
|
["npm:2.5.0", {
|
|
"packageLocation": "./.yarn/cache/tough-cookie-npm-2.5.0-79a2fe43fe-16a8cd0902.zip/node_modules/tough-cookie/",
|
|
"packageDependencies": [
|
|
["tough-cookie", "npm:2.5.0"],
|
|
["psl", "npm:1.8.0"],
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/tough-cookie-npm-3.0.1-09a21f6bd7-796f6239bc.zip/node_modules/tough-cookie/",
|
|
"packageDependencies": [
|
|
["tough-cookie", "npm:3.0.1"],
|
|
["ip-regex", "npm:2.1.0"],
|
|
["psl", "npm:1.8.0"],
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/tough-cookie-npm-4.0.0-7c5f3086af-0891b37eb7.zip/node_modules/tough-cookie/",
|
|
"packageDependencies": [
|
|
["tough-cookie", "npm:4.0.0"],
|
|
["psl", "npm:1.8.0"],
|
|
["punycode", "npm:2.1.1"],
|
|
["universalify", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tr46", [
|
|
["npm:0.0.3", {
|
|
"packageLocation": "./.yarn/cache/tr46-npm-0.0.3-de53018915-726321c5ea.zip/node_modules/tr46/",
|
|
"packageDependencies": [
|
|
["tr46", "npm:0.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/tr46-npm-1.0.1-9547f343a4-96d4ed46bc.zip/node_modules/tr46/",
|
|
"packageDependencies": [
|
|
["tr46", "npm:1.0.1"],
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/tr46-npm-2.1.0-00af583f4f-ffe6049b9d.zip/node_modules/tr46/",
|
|
"packageDependencies": [
|
|
["tr46", "npm:2.1.0"],
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["treeify", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/treeify-npm-1.1.0-abf9292333-aa00dded22.zip/node_modules/treeify/",
|
|
"packageDependencies": [
|
|
["treeify", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["trim-newlines", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/trim-newlines-npm-3.0.1-22f1f216de-b530f3fadf.zip/node_modules/trim-newlines/",
|
|
"packageDependencies": [
|
|
["trim-newlines", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["trough", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/trough-npm-2.0.2-8482cac42b-e0c18f3fb4.zip/node_modules/trough/",
|
|
"packageDependencies": [
|
|
["trough", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tsconfig-paths", [
|
|
["npm:3.11.0", {
|
|
"packageLocation": "./.yarn/cache/tsconfig-paths-npm-3.11.0-c94f1e17fb-e14aaa6883.zip/node_modules/tsconfig-paths/",
|
|
"packageDependencies": [
|
|
["tsconfig-paths", "npm:3.11.0"],
|
|
["@types/json5", "npm:0.0.29"],
|
|
["json5", "npm:1.0.1"],
|
|
["minimist", "npm:1.2.5"],
|
|
["strip-bom", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tslib", [
|
|
["npm:1.14.1", {
|
|
"packageLocation": "./.yarn/cache/tslib-npm-1.14.1-102499115e-dbe628ef87.zip/node_modules/tslib/",
|
|
"packageDependencies": [
|
|
["tslib", "npm:1.14.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/tslib-npm-2.3.0-277e75e108-8869694c26.zip/node_modules/tslib/",
|
|
"packageDependencies": [
|
|
["tslib", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.3.1", {
|
|
"packageLocation": "./.yarn/cache/tslib-npm-2.3.1-0e21e18015-de17a98d46.zip/node_modules/tslib/",
|
|
"packageDependencies": [
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tty-browserify", [
|
|
["npm:0.0.1", {
|
|
"packageLocation": "./.yarn/cache/tty-browserify-npm-0.0.1-d2494d5a73-93b745d43f.zip/node_modules/tty-browserify/",
|
|
"packageDependencies": [
|
|
["tty-browserify", "npm:0.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tunnel", [
|
|
["npm:0.0.6", {
|
|
"packageLocation": "./.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-c362948df9.zip/node_modules/tunnel/",
|
|
"packageDependencies": [
|
|
["tunnel", "npm:0.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tunnel-agent", [
|
|
["npm:0.6.0", {
|
|
"packageLocation": "./.yarn/cache/tunnel-agent-npm-0.6.0-64345ab7eb-05f6510358.zip/node_modules/tunnel-agent/",
|
|
"packageDependencies": [
|
|
["tunnel-agent", "npm:0.6.0"],
|
|
["safe-buffer", "npm:5.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["tweetnacl", [
|
|
["npm:0.14.5", {
|
|
"packageLocation": "./.yarn/cache/tweetnacl-npm-0.14.5-a3f766c0d1-6061daba17.zip/node_modules/tweetnacl/",
|
|
"packageDependencies": [
|
|
["tweetnacl", "npm:0.14.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["typanion", [
|
|
["npm:3.7.1", {
|
|
"packageLocation": "./.yarn/cache/typanion-npm-3.7.1-b7ec4136b5-79f396a960.zip/node_modules/typanion/",
|
|
"packageDependencies": [
|
|
["typanion", "npm:3.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["type-check", [
|
|
["npm:0.3.2", {
|
|
"packageLocation": "./.yarn/cache/type-check-npm-0.3.2-a4a38bb0b6-dd3b149564.zip/node_modules/type-check/",
|
|
"packageDependencies": [
|
|
["type-check", "npm:0.3.2"],
|
|
["prelude-ls", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.4.0", {
|
|
"packageLocation": "./.yarn/cache/type-check-npm-0.4.0-60565800ce-ec688ebfc9.zip/node_modules/type-check/",
|
|
"packageDependencies": [
|
|
["type-check", "npm:0.4.0"],
|
|
["prelude-ls", "npm:1.2.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["type-detect", [
|
|
["npm:4.0.8", {
|
|
"packageLocation": "./.yarn/cache/type-detect-npm-4.0.8-8d8127b901-62b5628bff.zip/node_modules/type-detect/",
|
|
"packageDependencies": [
|
|
["type-detect", "npm:4.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["type-fest", [
|
|
["npm:0.18.1", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.18.1-47b079775d-e96dcee18a.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.18.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.20.2", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.20.2-b36432617f-4fb3272df2.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.20.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.21.3", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.21.3-5ff2a9c6fd-e6b32a3b38.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.21.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.4.1", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.4.1-bf35530fbf-25f882d9cc.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.4.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.6.0", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.6.0-76b229965b-b2188e6e4b.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.6.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.7.1", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.7.1-7b37912923-5b1b113529.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.7.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.8.1", {
|
|
"packageLocation": "./.yarn/cache/type-fest-npm-0.8.1-351ad028fe-d61c4b2eba.zip/node_modules/type-fest/",
|
|
"packageDependencies": [
|
|
["type-fest", "npm:0.8.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["typedarray", [
|
|
["npm:0.0.6", {
|
|
"packageLocation": "./.yarn/cache/typedarray-npm-0.0.6-37638b2241-33b39f3d0e.zip/node_modules/typedarray/",
|
|
"packageDependencies": [
|
|
["typedarray", "npm:0.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["typedarray-to-buffer", [
|
|
["npm:3.1.5", {
|
|
"packageLocation": "./.yarn/cache/typedarray-to-buffer-npm-3.1.5-aadc11995e-99c11aaa8f.zip/node_modules/typedarray-to-buffer/",
|
|
"packageDependencies": [
|
|
["typedarray-to-buffer", "npm:3.1.5"],
|
|
["is-typedarray", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["uglify-js", [
|
|
["npm:3.14.2", {
|
|
"packageLocation": "./.yarn/cache/uglify-js-npm-3.14.2-a003e21395-4d8e5c63b2.zip/node_modules/uglify-js/",
|
|
"packageDependencies": [
|
|
["uglify-js", "npm:3.14.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["uid-number", [
|
|
["npm:0.0.6", {
|
|
"packageLocation": "./.yarn/cache/uid-number-npm-0.0.6-132b4157eb-ff17525bb9.zip/node_modules/uid-number/",
|
|
"packageDependencies": [
|
|
["uid-number", "npm:0.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["umask", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/umask-npm-1.1.0-bf922a1fa8-5f7fd555ae.zip/node_modules/umask/",
|
|
"packageDependencies": [
|
|
["umask", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unbox-primitive", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/unbox-primitive-npm-1.0.1-50b9fde246-89d950e18f.zip/node_modules/unbox-primitive/",
|
|
"packageDependencies": [
|
|
["unbox-primitive", "npm:1.0.1"],
|
|
["function-bind", "npm:1.1.1"],
|
|
["has-bigints", "npm:1.0.1"],
|
|
["has-symbols", "npm:1.0.2"],
|
|
["which-boxed-primitive", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unbzip2-stream", [
|
|
["npm:1.4.3", {
|
|
"packageLocation": "./.yarn/cache/unbzip2-stream-npm-1.4.3-c5582d6a9f-0e67c4a91f.zip/node_modules/unbzip2-stream/",
|
|
"packageDependencies": [
|
|
["unbzip2-stream", "npm:1.4.3"],
|
|
["buffer", "npm:5.7.1"],
|
|
["through", "npm:2.3.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["underscore", [
|
|
["npm:1.13.1", {
|
|
"packageLocation": "./.yarn/cache/underscore-npm-1.13.1-5dc02ceeaa-69bb4e6dd9.zip/node_modules/underscore/",
|
|
"packageDependencies": [
|
|
["underscore", "npm:1.13.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unicode-canonical-property-names-ecmascript", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/unicode-canonical-property-names-ecmascript-npm-2.0.0-d2d8554a14-39be078afd.zip/node_modules/unicode-canonical-property-names-ecmascript/",
|
|
"packageDependencies": [
|
|
["unicode-canonical-property-names-ecmascript", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unicode-match-property-ecmascript", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/unicode-match-property-ecmascript-npm-2.0.0-97a00fd52c-1f34a7434a.zip/node_modules/unicode-match-property-ecmascript/",
|
|
"packageDependencies": [
|
|
["unicode-match-property-ecmascript", "npm:2.0.0"],
|
|
["unicode-canonical-property-names-ecmascript", "npm:2.0.0"],
|
|
["unicode-property-aliases-ecmascript", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unicode-match-property-value-ecmascript", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/unicode-match-property-value-ecmascript-npm-2.0.0-b52f4f7ca4-8fe6a09d90.zip/node_modules/unicode-match-property-value-ecmascript/",
|
|
"packageDependencies": [
|
|
["unicode-match-property-value-ecmascript", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unicode-property-aliases-ecmascript", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/unicode-property-aliases-ecmascript-npm-2.0.0-1636cb7768-dda4d39128.zip/node_modules/unicode-property-aliases-ecmascript/",
|
|
"packageDependencies": [
|
|
["unicode-property-aliases-ecmascript", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unified", [
|
|
["npm:10.1.1", {
|
|
"packageLocation": "./.yarn/cache/unified-npm-10.1.1-b4b2a49399-5419bd8d96.zip/node_modules/unified/",
|
|
"packageDependencies": [
|
|
["unified", "npm:10.1.1"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["bail", "npm:2.0.2"],
|
|
["extend", "npm:3.0.2"],
|
|
["is-buffer", "npm:2.0.5"],
|
|
["is-plain-obj", "npm:4.0.0"],
|
|
["trough", "npm:2.0.2"],
|
|
["vfile", "npm:5.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unique-filename", [
|
|
["npm:1.1.1", {
|
|
"packageLocation": "./.yarn/cache/unique-filename-npm-1.1.1-c885c5095b-cf4998c922.zip/node_modules/unique-filename/",
|
|
"packageDependencies": [
|
|
["unique-filename", "npm:1.1.1"],
|
|
["unique-slug", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unique-slug", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/unique-slug-npm-2.0.2-f6ba1ddeb7-5b6876a645.zip/node_modules/unique-slug/",
|
|
"packageDependencies": [
|
|
["unique-slug", "npm:2.0.2"],
|
|
["imurmurhash", "npm:0.1.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-builder", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/unist-builder-npm-3.0.0-7a683c2dbd-80459ee3c2.zip/node_modules/unist-builder/",
|
|
"packageDependencies": [
|
|
["unist-builder", "npm:3.0.0"],
|
|
["@types/unist", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-generated", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/unist-util-generated-npm-2.0.0-9eb541f36f-3a806793fa.zip/node_modules/unist-util-generated/",
|
|
"packageDependencies": [
|
|
["unist-util-generated", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-is", [
|
|
["npm:5.1.1", {
|
|
"packageLocation": "./.yarn/cache/unist-util-is-npm-5.1.1-eeef3df35f-e8743a19a3.zip/node_modules/unist-util-is/",
|
|
"packageDependencies": [
|
|
["unist-util-is", "npm:5.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-position", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/unist-util-position-npm-4.0.1-b1dc7e42c7-0fad25db39.zip/node_modules/unist-util-position/",
|
|
"packageDependencies": [
|
|
["unist-util-position", "npm:4.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-stringify-position", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/unist-util-stringify-position-npm-3.0.0-c58b9a941e-460d5e1606.zip/node_modules/unist-util-stringify-position/",
|
|
"packageDependencies": [
|
|
["unist-util-stringify-position", "npm:3.0.0"],
|
|
["@types/unist", "npm:2.0.6"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-visit", [
|
|
["npm:3.1.0", {
|
|
"packageLocation": "./.yarn/cache/unist-util-visit-npm-3.1.0-2f924a5a67-c37dbc0c55.zip/node_modules/unist-util-visit/",
|
|
"packageDependencies": [
|
|
["unist-util-visit", "npm:3.1.0"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-is", "npm:5.1.1"],
|
|
["unist-util-visit-parents", "npm:4.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.1.0", {
|
|
"packageLocation": "./.yarn/cache/unist-util-visit-npm-4.1.0-71b0165ce5-3521abee2e.zip/node_modules/unist-util-visit/",
|
|
"packageDependencies": [
|
|
["unist-util-visit", "npm:4.1.0"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-is", "npm:5.1.1"],
|
|
["unist-util-visit-parents", "npm:5.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unist-util-visit-parents", [
|
|
["npm:4.1.1", {
|
|
"packageLocation": "./.yarn/cache/unist-util-visit-parents-npm-4.1.1-e51641aced-49d78984a6.zip/node_modules/unist-util-visit-parents/",
|
|
"packageDependencies": [
|
|
["unist-util-visit-parents", "npm:4.1.1"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-is", "npm:5.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.1.0", {
|
|
"packageLocation": "./.yarn/cache/unist-util-visit-parents-npm-5.1.0-5b9348080b-7c413dbb3d.zip/node_modules/unist-util-visit-parents/",
|
|
"packageDependencies": [
|
|
["unist-util-visit-parents", "npm:5.1.0"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-is", "npm:5.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["universal-user-agent", [
|
|
["npm:6.0.0", {
|
|
"packageLocation": "./.yarn/cache/universal-user-agent-npm-6.0.0-b148fb997a-5092bbc80d.zip/node_modules/universal-user-agent/",
|
|
"packageDependencies": [
|
|
["universal-user-agent", "npm:6.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["universalify", [
|
|
["npm:0.1.2", {
|
|
"packageLocation": "./.yarn/cache/universalify-npm-0.1.2-9b22d31d2d-40cdc60f6e.zip/node_modules/universalify/",
|
|
"packageDependencies": [
|
|
["universalify", "npm:0.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/universalify-npm-2.0.0-03b8b418a8-2406a4edf4.zip/node_modules/universalify/",
|
|
"packageDependencies": [
|
|
["universalify", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["unpipe", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/unpipe-npm-1.0.0-2ed2a3c2bf-4fa18d8d8d.zip/node_modules/unpipe/",
|
|
"packageDependencies": [
|
|
["unpipe", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["untildify", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/untildify-npm-4.0.0-4a8b569825-39ced9c418.zip/node_modules/untildify/",
|
|
"packageDependencies": [
|
|
["untildify", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["upath", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/upath-npm-2.0.1-f0ea260247-2db04f24a0.zip/node_modules/upath/",
|
|
"packageDependencies": [
|
|
["upath", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["upper-case", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/upper-case-npm-2.0.2-6cf3bda96c-508723a2b0.zip/node_modules/upper-case/",
|
|
"packageDependencies": [
|
|
["upper-case", "npm:2.0.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["upper-case-first", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/upper-case-first-npm-2.0.2-8e0c5a851a-4487db4701.zip/node_modules/upper-case-first/",
|
|
"packageDependencies": [
|
|
["upper-case-first", "npm:2.0.2"],
|
|
["tslib", "npm:2.3.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["uri-js", [
|
|
["npm:4.4.1", {
|
|
"packageLocation": "./.yarn/cache/uri-js-npm-4.4.1-66d11cbcaf-7167432de6.zip/node_modules/uri-js/",
|
|
"packageDependencies": [
|
|
["uri-js", "npm:4.4.1"],
|
|
["punycode", "npm:2.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["url", [
|
|
["npm:0.10.3", {
|
|
"packageLocation": "./.yarn/cache/url-npm-0.10.3-37c0b27c3c-7b83ddb106.zip/node_modules/url/",
|
|
"packageDependencies": [
|
|
["url", "npm:0.10.3"],
|
|
["punycode", "npm:1.3.2"],
|
|
["querystring", "npm:0.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["use-subscription", [
|
|
["npm:1.5.1", {
|
|
"packageLocation": "./.yarn/cache/use-subscription-npm-1.5.1-d91d77edbb-96e64977a5.zip/node_modules/use-subscription/",
|
|
"packageDependencies": [
|
|
["use-subscription", "npm:1.5.1"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:1.5.1", {
|
|
"packageLocation": "./.yarn/__virtual__/use-subscription-virtual-2c2b358b4c/0/cache/use-subscription-npm-1.5.1-d91d77edbb-96e64977a5.zip/node_modules/use-subscription/",
|
|
"packageDependencies": [
|
|
["use-subscription", "virtual:1f878baf2c9570ba1124aa83145ce729ce7dd170200df5c65b69cbddf66dcaa5c70fa7d4d0a2605eadcb6b1e73168153a518aea0234fc86e1b911d9fb6c2c1ed#npm:1.5.1"],
|
|
["@types/react", null],
|
|
["object-assign", "npm:4.1.1"],
|
|
["react", "npm:18.0.0-alpha-327d5c484-20211106"]
|
|
],
|
|
"packagePeers": [
|
|
"@types/react",
|
|
"react"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["util", [
|
|
["npm:0.12.4", {
|
|
"packageLocation": "./.yarn/cache/util-npm-0.12.4-a022701e3b-8eac7a6e6b.zip/node_modules/util/",
|
|
"packageDependencies": [
|
|
["util", "npm:0.12.4"],
|
|
["inherits", "npm:2.0.4"],
|
|
["is-arguments", "npm:1.1.1"],
|
|
["is-generator-function", "npm:1.0.10"],
|
|
["is-typed-array", "npm:1.1.8"],
|
|
["safe-buffer", "npm:5.2.1"],
|
|
["which-typed-array", "npm:1.1.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["util-deprecate", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/util-deprecate-npm-1.0.2-e3fe1a219c-474acf1146.zip/node_modules/util-deprecate/",
|
|
"packageDependencies": [
|
|
["util-deprecate", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["util-promisify", [
|
|
["npm:2.1.0", {
|
|
"packageLocation": "./.yarn/cache/util-promisify-npm-2.1.0-99b8e9cdf0-75e74c4621.zip/node_modules/util-promisify/",
|
|
"packageDependencies": [
|
|
["util-promisify", "npm:2.1.0"],
|
|
["object.getownpropertydescriptors", "npm:2.1.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["uuid", [
|
|
["npm:3.3.2", {
|
|
"packageLocation": "./.yarn/cache/uuid-npm-3.3.2-62715051ac-8793629d27.zip/node_modules/uuid/",
|
|
"packageDependencies": [
|
|
["uuid", "npm:3.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.4.0", {
|
|
"packageLocation": "./.yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip/node_modules/uuid/",
|
|
"packageDependencies": [
|
|
["uuid", "npm:3.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.3.2", {
|
|
"packageLocation": "./.yarn/cache/uuid-npm-8.3.2-eca0baba53-5575a8a75c.zip/node_modules/uuid/",
|
|
"packageDependencies": [
|
|
["uuid", "npm:8.3.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["uvu", [
|
|
["npm:0.5.2", {
|
|
"packageLocation": "./.yarn/cache/uvu-npm-0.5.2-b2ea776eb0-369135a16d.zip/node_modules/uvu/",
|
|
"packageDependencies": [
|
|
["uvu", "npm:0.5.2"],
|
|
["dequal", "npm:2.0.2"],
|
|
["diff", "npm:5.0.0"],
|
|
["kleur", "npm:4.1.4"],
|
|
["sade", "npm:1.7.4"],
|
|
["totalist", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["v8-compile-cache", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/v8-compile-cache-npm-2.3.0-961375f150-adb0a271ea.zip/node_modules/v8-compile-cache/",
|
|
"packageDependencies": [
|
|
["v8-compile-cache", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["v8-to-istanbul", [
|
|
["npm:8.1.0", {
|
|
"packageLocation": "./.yarn/cache/v8-to-istanbul-npm-8.1.0-a7e185ca12-c7dabf9567.zip/node_modules/v8-to-istanbul/",
|
|
"packageDependencies": [
|
|
["v8-to-istanbul", "npm:8.1.0"],
|
|
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
|
["convert-source-map", "npm:1.8.0"],
|
|
["source-map", "npm:0.7.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["validate-npm-package-license", [
|
|
["npm:3.0.4", {
|
|
"packageLocation": "./.yarn/cache/validate-npm-package-license-npm-3.0.4-7af8adc7a8-35703ac889.zip/node_modules/validate-npm-package-license/",
|
|
"packageDependencies": [
|
|
["validate-npm-package-license", "npm:3.0.4"],
|
|
["spdx-correct", "npm:3.1.1"],
|
|
["spdx-expression-parse", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["validate-npm-package-name", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/validate-npm-package-name-npm-3.0.0-e44c263962-ce4c68207a.zip/node_modules/validate-npm-package-name/",
|
|
"packageDependencies": [
|
|
["validate-npm-package-name", "npm:3.0.0"],
|
|
["builtins", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["verror", [
|
|
["npm:1.10.0", {
|
|
"packageLocation": "./.yarn/cache/verror-npm-1.10.0-c3f839c579-c431df0bed.zip/node_modules/verror/",
|
|
"packageDependencies": [
|
|
["verror", "npm:1.10.0"],
|
|
["assert-plus", "npm:1.0.0"],
|
|
["core-util-is", "npm:1.0.2"],
|
|
["extsprintf", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["vfile", [
|
|
["npm:5.2.0", {
|
|
"packageLocation": "./.yarn/cache/vfile-npm-5.2.0-316febbe4f-9a2fc257ec.zip/node_modules/vfile/",
|
|
"packageDependencies": [
|
|
["vfile", "npm:5.2.0"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["is-buffer", "npm:2.0.5"],
|
|
["unist-util-stringify-position", "npm:3.0.0"],
|
|
["vfile-message", "npm:3.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["vfile-location", [
|
|
["npm:4.0.1", {
|
|
"packageLocation": "./.yarn/cache/vfile-location-npm-4.0.1-c53c414f48-cc0df62075.zip/node_modules/vfile-location/",
|
|
"packageDependencies": [
|
|
["vfile-location", "npm:4.0.1"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["vfile", "npm:5.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["vfile-message", [
|
|
["npm:3.0.2", {
|
|
"packageLocation": "./.yarn/cache/vfile-message-npm-3.0.2-7ab93a669e-02d50c6652.zip/node_modules/vfile-message/",
|
|
"packageDependencies": [
|
|
["vfile-message", "npm:3.0.2"],
|
|
["@types/unist", "npm:2.0.6"],
|
|
["unist-util-stringify-position", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["vm-browserify", [
|
|
["npm:1.1.2", {
|
|
"packageLocation": "./.yarn/cache/vm-browserify-npm-1.1.2-f96404b36f-10a1c50aab.zip/node_modules/vm-browserify/",
|
|
"packageDependencies": [
|
|
["vm-browserify", "npm:1.1.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["w3c-hr-time", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/w3c-hr-time-npm-1.0.2-87f88e51d9-ec3c2dacbf.zip/node_modules/w3c-hr-time/",
|
|
"packageDependencies": [
|
|
["w3c-hr-time", "npm:1.0.2"],
|
|
["browser-process-hrtime", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["w3c-xmlserializer", [
|
|
["npm:2.0.0", {
|
|
"packageLocation": "./.yarn/cache/w3c-xmlserializer-npm-2.0.0-f8f7bc8b42-ae25c51cf7.zip/node_modules/w3c-xmlserializer/",
|
|
"packageDependencies": [
|
|
["w3c-xmlserializer", "npm:2.0.0"],
|
|
["xml-name-validator", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["walker", [
|
|
["npm:1.0.8", {
|
|
"packageLocation": "./.yarn/cache/walker-npm-1.0.8-b0a05b9478-ad7a257ea1.zip/node_modules/walker/",
|
|
"packageDependencies": [
|
|
["walker", "npm:1.0.8"],
|
|
["makeerror", "npm:1.0.12"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["warning", [
|
|
["npm:4.0.3", {
|
|
"packageLocation": "./.yarn/cache/warning-npm-4.0.3-291e921d6d-4f2cb6a957.zip/node_modules/warning/",
|
|
"packageDependencies": [
|
|
["warning", "npm:4.0.3"],
|
|
["loose-envify", "npm:1.4.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["watchpack", [
|
|
["npm:2.1.1", {
|
|
"packageLocation": "./.yarn/cache/watchpack-npm-2.1.1-6185708078-4a2d7ed1b4.zip/node_modules/watchpack/",
|
|
"packageDependencies": [
|
|
["watchpack", "npm:2.1.1"],
|
|
["glob-to-regexp", "npm:0.4.1"],
|
|
["graceful-fs", "npm:4.2.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["wcwidth", [
|
|
["npm:1.0.1", {
|
|
"packageLocation": "./.yarn/cache/wcwidth-npm-1.0.1-05fa596453-814e9d1ddc.zip/node_modules/wcwidth/",
|
|
"packageDependencies": [
|
|
["wcwidth", "npm:1.0.1"],
|
|
["defaults", "npm:1.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["web-namespaces", [
|
|
["npm:2.0.1", {
|
|
"packageLocation": "./.yarn/cache/web-namespaces-npm-2.0.1-f7b8233848-b6d9f02f1a.zip/node_modules/web-namespaces/",
|
|
"packageDependencies": [
|
|
["web-namespaces", "npm:2.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["webidl-conversions", [
|
|
["npm:3.0.1", {
|
|
"packageLocation": "./.yarn/cache/webidl-conversions-npm-3.0.1-60310f6a2b-c92a0a6ab9.zip/node_modules/webidl-conversions/",
|
|
"packageDependencies": [
|
|
["webidl-conversions", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/webidl-conversions-npm-4.0.2-1d159e6409-c93d8dfe90.zip/node_modules/webidl-conversions/",
|
|
"packageDependencies": [
|
|
["webidl-conversions", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/webidl-conversions-npm-5.0.0-9649787484-ccf1ec2ca7.zip/node_modules/webidl-conversions/",
|
|
"packageDependencies": [
|
|
["webidl-conversions", "npm:5.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:6.1.0", {
|
|
"packageLocation": "./.yarn/cache/webidl-conversions-npm-6.1.0-0594fd577c-1f526507aa.zip/node_modules/webidl-conversions/",
|
|
"packageDependencies": [
|
|
["webidl-conversions", "npm:6.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["whatwg-encoding", [
|
|
["npm:1.0.5", {
|
|
"packageLocation": "./.yarn/cache/whatwg-encoding-npm-1.0.5-85e0fb7d7d-5be4efe111.zip/node_modules/whatwg-encoding/",
|
|
"packageDependencies": [
|
|
["whatwg-encoding", "npm:1.0.5"],
|
|
["iconv-lite", "npm:0.4.24"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["whatwg-mimetype", [
|
|
["npm:2.3.0", {
|
|
"packageLocation": "./.yarn/cache/whatwg-mimetype-npm-2.3.0-52eaa1d941-23eb885940.zip/node_modules/whatwg-mimetype/",
|
|
"packageDependencies": [
|
|
["whatwg-mimetype", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["whatwg-url", [
|
|
["npm:5.0.0", {
|
|
"packageLocation": "./.yarn/cache/whatwg-url-npm-5.0.0-374fb45e60-b8daed4ad3.zip/node_modules/whatwg-url/",
|
|
"packageDependencies": [
|
|
["whatwg-url", "npm:5.0.0"],
|
|
["tr46", "npm:0.0.3"],
|
|
["webidl-conversions", "npm:3.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:7.1.0", {
|
|
"packageLocation": "./.yarn/cache/whatwg-url-npm-7.1.0-d6cae01571-fecb07c872.zip/node_modules/whatwg-url/",
|
|
"packageDependencies": [
|
|
["whatwg-url", "npm:7.1.0"],
|
|
["lodash.sortby", "npm:4.7.0"],
|
|
["tr46", "npm:1.0.1"],
|
|
["webidl-conversions", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:8.7.0", {
|
|
"packageLocation": "./.yarn/cache/whatwg-url-npm-8.7.0-67af66db8f-a87abcc6ce.zip/node_modules/whatwg-url/",
|
|
"packageDependencies": [
|
|
["whatwg-url", "npm:8.7.0"],
|
|
["lodash", "npm:4.17.21"],
|
|
["tr46", "npm:2.1.0"],
|
|
["webidl-conversions", "npm:6.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["which", [
|
|
["npm:1.3.1", {
|
|
"packageLocation": "./.yarn/cache/which-npm-1.3.1-f0ebb8bdd8-f2e185c624.zip/node_modules/which/",
|
|
"packageDependencies": [
|
|
["which", "npm:1.3.1"],
|
|
["isexe", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/which-npm-2.0.2-320ddf72f7-1a5c563d3c.zip/node_modules/which/",
|
|
"packageDependencies": [
|
|
["which", "npm:2.0.2"],
|
|
["isexe", "npm:2.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["which-boxed-primitive", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/which-boxed-primitive-npm-1.0.2-e214f9ae5a-53ce774c73.zip/node_modules/which-boxed-primitive/",
|
|
"packageDependencies": [
|
|
["which-boxed-primitive", "npm:1.0.2"],
|
|
["is-bigint", "npm:1.0.4"],
|
|
["is-boolean-object", "npm:1.1.2"],
|
|
["is-number-object", "npm:1.0.6"],
|
|
["is-string", "npm:1.0.7"],
|
|
["is-symbol", "npm:1.0.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["which-typed-array", [
|
|
["npm:1.1.7", {
|
|
"packageLocation": "./.yarn/cache/which-typed-array-npm-1.1.7-7cf2d674e6-147837cf58.zip/node_modules/which-typed-array/",
|
|
"packageDependencies": [
|
|
["which-typed-array", "npm:1.1.7"],
|
|
["available-typed-arrays", "npm:1.0.5"],
|
|
["call-bind", "npm:1.0.2"],
|
|
["es-abstract", "npm:1.19.1"],
|
|
["foreach", "npm:2.0.5"],
|
|
["has-tostringtag", "npm:1.0.0"],
|
|
["is-typed-array", "npm:1.1.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["wide-align", [
|
|
["npm:1.1.5", {
|
|
"packageLocation": "./.yarn/cache/wide-align-npm-1.1.5-889d77e592-d5fc37cd56.zip/node_modules/wide-align/",
|
|
"packageDependencies": [
|
|
["wide-align", "npm:1.1.5"],
|
|
["string-width", "npm:4.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["word-wrap", [
|
|
["npm:1.2.3", {
|
|
"packageLocation": "./.yarn/cache/word-wrap-npm-1.2.3-7fb15ab002-30b48f91fc.zip/node_modules/word-wrap/",
|
|
"packageDependencies": [
|
|
["word-wrap", "npm:1.2.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["wordwrap", [
|
|
["npm:1.0.0", {
|
|
"packageLocation": "./.yarn/cache/wordwrap-npm-1.0.0-ae57a645e8-2a44b27881.zip/node_modules/wordwrap/",
|
|
"packageDependencies": [
|
|
["wordwrap", "npm:1.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["wrap-ansi", [
|
|
["npm:7.0.0", {
|
|
"packageLocation": "./.yarn/cache/wrap-ansi-npm-7.0.0-ad6e1a0554-a790b846fd.zip/node_modules/wrap-ansi/",
|
|
"packageDependencies": [
|
|
["wrap-ansi", "npm:7.0.0"],
|
|
["ansi-styles", "npm:4.3.0"],
|
|
["string-width", "npm:4.2.3"],
|
|
["strip-ansi", "npm:6.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["wrappy", [
|
|
["npm:1.0.2", {
|
|
"packageLocation": "./.yarn/cache/wrappy-npm-1.0.2-916de4d4b3-159da4805f.zip/node_modules/wrappy/",
|
|
"packageDependencies": [
|
|
["wrappy", "npm:1.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["write-file-atomic", [
|
|
["npm:2.4.3", {
|
|
"packageLocation": "./.yarn/cache/write-file-atomic-npm-2.4.3-f3fc725df3-2db81f92ae.zip/node_modules/write-file-atomic/",
|
|
"packageDependencies": [
|
|
["write-file-atomic", "npm:2.4.3"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["imurmurhash", "npm:0.1.4"],
|
|
["signal-exit", "npm:3.0.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:3.0.3", {
|
|
"packageLocation": "./.yarn/cache/write-file-atomic-npm-3.0.3-d948a237da-c55b24617c.zip/node_modules/write-file-atomic/",
|
|
"packageDependencies": [
|
|
["write-file-atomic", "npm:3.0.3"],
|
|
["imurmurhash", "npm:0.1.4"],
|
|
["is-typedarray", "npm:1.0.0"],
|
|
["signal-exit", "npm:3.0.5"],
|
|
["typedarray-to-buffer", "npm:3.1.5"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["write-json-file", [
|
|
["npm:3.2.0", {
|
|
"packageLocation": "./.yarn/cache/write-json-file-npm-3.2.0-965d80a41e-2b97ce2027.zip/node_modules/write-json-file/",
|
|
"packageDependencies": [
|
|
["write-json-file", "npm:3.2.0"],
|
|
["detect-indent", "npm:5.0.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["make-dir", "npm:2.1.0"],
|
|
["pify", "npm:4.0.1"],
|
|
["sort-keys", "npm:2.0.0"],
|
|
["write-file-atomic", "npm:2.4.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.3.0", {
|
|
"packageLocation": "./.yarn/cache/write-json-file-npm-4.3.0-89a21c4468-33908c5919.zip/node_modules/write-json-file/",
|
|
"packageDependencies": [
|
|
["write-json-file", "npm:4.3.0"],
|
|
["detect-indent", "npm:6.1.0"],
|
|
["graceful-fs", "npm:4.2.8"],
|
|
["is-plain-obj", "npm:2.1.0"],
|
|
["make-dir", "npm:3.1.0"],
|
|
["sort-keys", "npm:4.2.0"],
|
|
["write-file-atomic", "npm:3.0.3"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["write-pkg", [
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/write-pkg-npm-4.0.0-731dd7a942-7864d44370.zip/node_modules/write-pkg/",
|
|
"packageDependencies": [
|
|
["write-pkg", "npm:4.0.0"],
|
|
["sort-keys", "npm:2.0.0"],
|
|
["type-fest", "npm:0.4.1"],
|
|
["write-json-file", "npm:3.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["ws", [
|
|
["npm:7.5.5", {
|
|
"packageLocation": "./.yarn/cache/ws-npm-7.5.5-8f4a2a84a8-bd2b437256.zip/node_modules/ws/",
|
|
"packageDependencies": [
|
|
["ws", "npm:7.5.5"]
|
|
],
|
|
"linkType": "SOFT",
|
|
}],
|
|
["virtual:7254fd8ce77b68d889a3bdd3adbb30714345e4eabc20dd8acb030d6e3eee243c63ff0ce6a1521e60e11dc5384028500cf1f4f630567b5957b27a769fdfe8d8c4#npm:7.5.5", {
|
|
"packageLocation": "./.yarn/__virtual__/ws-virtual-913813dff0/0/cache/ws-npm-7.5.5-8f4a2a84a8-bd2b437256.zip/node_modules/ws/",
|
|
"packageDependencies": [
|
|
["ws", "virtual:7254fd8ce77b68d889a3bdd3adbb30714345e4eabc20dd8acb030d6e3eee243c63ff0ce6a1521e60e11dc5384028500cf1f4f630567b5957b27a769fdfe8d8c4#npm:7.5.5"],
|
|
["@types/bufferutil", null],
|
|
["@types/utf-8-validate", null],
|
|
["bufferutil", null],
|
|
["utf-8-validate", null]
|
|
],
|
|
"packagePeers": [
|
|
"@types/bufferutil",
|
|
"@types/utf-8-validate",
|
|
"bufferutil",
|
|
"utf-8-validate"
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xml-name-validator", [
|
|
["npm:3.0.0", {
|
|
"packageLocation": "./.yarn/cache/xml-name-validator-npm-3.0.0-10e74a38ea-b3ac459afe.zip/node_modules/xml-name-validator/",
|
|
"packageDependencies": [
|
|
["xml-name-validator", "npm:3.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xml2js", [
|
|
["npm:0.4.19", {
|
|
"packageLocation": "./.yarn/cache/xml2js-npm-0.4.19-104b7b16eb-ca8b2fee43.zip/node_modules/xml2js/",
|
|
"packageDependencies": [
|
|
["xml2js", "npm:0.4.19"],
|
|
["sax", "npm:1.2.4"],
|
|
["xmlbuilder", "npm:9.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:0.4.23", {
|
|
"packageLocation": "./.yarn/cache/xml2js-npm-0.4.23-93a8b2e10b-ca0cf2dfbf.zip/node_modules/xml2js/",
|
|
"packageDependencies": [
|
|
["xml2js", "npm:0.4.23"],
|
|
["sax", "npm:1.2.4"],
|
|
["xmlbuilder", "npm:11.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xmlbuilder", [
|
|
["npm:11.0.1", {
|
|
"packageLocation": "./.yarn/cache/xmlbuilder-npm-11.0.1-b8b04dc929-7152695e16.zip/node_modules/xmlbuilder/",
|
|
"packageDependencies": [
|
|
["xmlbuilder", "npm:11.0.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:9.0.7", {
|
|
"packageLocation": "./.yarn/cache/xmlbuilder-npm-9.0.7-44519dbccb-8193bb3238.zip/node_modules/xmlbuilder/",
|
|
"packageDependencies": [
|
|
["xmlbuilder", "npm:9.0.7"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xmlchars", [
|
|
["npm:2.2.0", {
|
|
"packageLocation": "./.yarn/cache/xmlchars-npm-2.2.0-8b78f0f5e4-8c70ac9407.zip/node_modules/xmlchars/",
|
|
"packageDependencies": [
|
|
["xmlchars", "npm:2.2.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xpath.js", [
|
|
["npm:1.1.0", {
|
|
"packageLocation": "./.yarn/cache/xpath.js-npm-1.1.0-21de325652-ca3e9cad82.zip/node_modules/xpath.js/",
|
|
"packageDependencies": [
|
|
["xpath.js", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["xtend", [
|
|
["npm:4.0.2", {
|
|
"packageLocation": "./.yarn/cache/xtend-npm-4.0.2-7f2375736e-ac5dfa738b.zip/node_modules/xtend/",
|
|
"packageDependencies": [
|
|
["xtend", "npm:4.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["y18n", [
|
|
["npm:5.0.8", {
|
|
"packageLocation": "./.yarn/cache/y18n-npm-5.0.8-5f3a0a7e62-54f0fb9562.zip/node_modules/y18n/",
|
|
"packageDependencies": [
|
|
["y18n", "npm:5.0.8"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yallist", [
|
|
["npm:3.1.1", {
|
|
"packageLocation": "./.yarn/cache/yallist-npm-3.1.1-a568a556b4-48f7bb00dc.zip/node_modules/yallist/",
|
|
"packageDependencies": [
|
|
["yallist", "npm:3.1.1"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:4.0.0", {
|
|
"packageLocation": "./.yarn/cache/yallist-npm-4.0.0-b493d9e907-343617202a.zip/node_modules/yallist/",
|
|
"packageDependencies": [
|
|
["yallist", "npm:4.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yaml", [
|
|
["npm:1.10.2", {
|
|
"packageLocation": "./.yarn/cache/yaml-npm-1.10.2-0e780aebdf-ce4ada136e.zip/node_modules/yaml/",
|
|
"packageDependencies": [
|
|
["yaml", "npm:1.10.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yaml-loader", [
|
|
["npm:0.6.0", {
|
|
"packageLocation": "./.yarn/cache/yaml-loader-npm-0.6.0-348c22dc2a-de6f070aaf.zip/node_modules/yaml-loader/",
|
|
"packageDependencies": [
|
|
["yaml-loader", "npm:0.6.0"],
|
|
["loader-utils", "npm:1.4.0"],
|
|
["yaml", "npm:1.10.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yargs", [
|
|
["npm:16.2.0", {
|
|
"packageLocation": "./.yarn/cache/yargs-npm-16.2.0-547873d425-b14afbb51e.zip/node_modules/yargs/",
|
|
"packageDependencies": [
|
|
["yargs", "npm:16.2.0"],
|
|
["cliui", "npm:7.0.4"],
|
|
["escalade", "npm:3.1.1"],
|
|
["get-caller-file", "npm:2.0.5"],
|
|
["require-directory", "npm:2.1.1"],
|
|
["string-width", "npm:4.2.3"],
|
|
["y18n", "npm:5.0.8"],
|
|
["yargs-parser", "npm:20.2.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:17.3.0", {
|
|
"packageLocation": "./.yarn/cache/yargs-npm-17.3.0-d4a72039e2-2b68733868.zip/node_modules/yargs/",
|
|
"packageDependencies": [
|
|
["yargs", "npm:17.3.0"],
|
|
["cliui", "npm:7.0.4"],
|
|
["escalade", "npm:3.1.1"],
|
|
["get-caller-file", "npm:2.0.5"],
|
|
["require-directory", "npm:2.1.1"],
|
|
["string-width", "npm:4.2.3"],
|
|
["y18n", "npm:5.0.8"],
|
|
["yargs-parser", "npm:21.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yargs-parser", [
|
|
["npm:20.2.4", {
|
|
"packageLocation": "./.yarn/cache/yargs-parser-npm-20.2.4-1de20916a6-d251998a37.zip/node_modules/yargs-parser/",
|
|
"packageDependencies": [
|
|
["yargs-parser", "npm:20.2.4"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:20.2.9", {
|
|
"packageLocation": "./.yarn/cache/yargs-parser-npm-20.2.9-a1d19e598d-8bb69015f2.zip/node_modules/yargs-parser/",
|
|
"packageDependencies": [
|
|
["yargs-parser", "npm:20.2.9"]
|
|
],
|
|
"linkType": "HARD",
|
|
}],
|
|
["npm:21.0.0", {
|
|
"packageLocation": "./.yarn/cache/yargs-parser-npm-21.0.0-d564c0a5d4-1e205fca1c.zip/node_modules/yargs-parser/",
|
|
"packageDependencies": [
|
|
["yargs-parser", "npm:21.0.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yauzl", [
|
|
["npm:2.10.0", {
|
|
"packageLocation": "./.yarn/cache/yauzl-npm-2.10.0-72e70ea021-7f21fe0bba.zip/node_modules/yauzl/",
|
|
"packageDependencies": [
|
|
["yauzl", "npm:2.10.0"],
|
|
["buffer-crc32", "npm:0.2.13"],
|
|
["fd-slicer", "npm:1.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["yocto-queue", [
|
|
["npm:0.1.0", {
|
|
"packageLocation": "./.yarn/cache/yocto-queue-npm-0.1.0-c6c9a7db29-f77b3d8d00.zip/node_modules/yocto-queue/",
|
|
"packageDependencies": [
|
|
["yocto-queue", "npm:0.1.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["zrender", [
|
|
["npm:5.2.1", {
|
|
"packageLocation": "./.yarn/cache/zrender-npm-5.2.1-b78dd813f4-4252ca7bd6.zip/node_modules/zrender/",
|
|
"packageDependencies": [
|
|
["zrender", "npm:5.2.1"],
|
|
["tslib", "npm:2.3.0"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]],
|
|
["zwitch", [
|
|
["npm:2.0.2", {
|
|
"packageLocation": "./.yarn/cache/zwitch-npm-2.0.2-a4cf7ec6e3-8edd7af837.zip/node_modules/zwitch/",
|
|
"packageDependencies": [
|
|
["zwitch", "npm:2.0.2"]
|
|
],
|
|
"linkType": "HARD",
|
|
}]
|
|
]]
|
|
]
|
|
}, {basePath: basePath || __dirname});
|
|
}
|
|
|
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
module.exports = factory();
|
|
else if(typeof define === 'function' && define.amd)
|
|
define([], factory);
|
|
else if(typeof exports === 'object')
|
|
exports["pnpHook"] = factory();
|
|
else
|
|
root["pnpHook"] = factory();
|
|
})(global, function() {
|
|
return /******/ (() => { // webpackBootstrap
|
|
/******/ var __webpack_modules__ = ({
|
|
|
|
/***/ 368:
|
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
|
|
var frozenFs = Object.assign({}, __webpack_require__(747));
|
|
var Module = typeof Module !== "undefined" ? Module : {};
|
|
var moduleOverrides = {};
|
|
var key;
|
|
for (key in Module) {
|
|
if (Module.hasOwnProperty(key)) {
|
|
moduleOverrides[key] = Module[key];
|
|
}
|
|
}
|
|
var arguments_ = [];
|
|
var thisProgram = "./this.program";
|
|
var quit_ = function(status, toThrow) {
|
|
throw toThrow;
|
|
};
|
|
var ENVIRONMENT_IS_WORKER = false;
|
|
var ENVIRONMENT_IS_NODE = true;
|
|
var scriptDirectory = "";
|
|
function locateFile(path) {
|
|
if (Module["locateFile"]) {
|
|
return Module["locateFile"](path, scriptDirectory);
|
|
}
|
|
return scriptDirectory + path;
|
|
}
|
|
var read_, readBinary;
|
|
var nodeFS;
|
|
var nodePath;
|
|
if (ENVIRONMENT_IS_NODE) {
|
|
if (ENVIRONMENT_IS_WORKER) {
|
|
scriptDirectory = __webpack_require__(622).dirname(scriptDirectory) + "/";
|
|
} else {
|
|
scriptDirectory = __dirname + "/";
|
|
}
|
|
read_ = function shell_read(filename, binary) {
|
|
var ret = tryParseAsDataURI(filename);
|
|
if (ret) {
|
|
return binary ? ret : ret.toString();
|
|
}
|
|
if (!nodeFS) nodeFS = frozenFs;
|
|
if (!nodePath) nodePath = __webpack_require__(622);
|
|
filename = nodePath["normalize"](filename);
|
|
return nodeFS["readFileSync"](filename, binary ? null : "utf8");
|
|
};
|
|
readBinary = function readBinary(filename) {
|
|
var ret = read_(filename, true);
|
|
if (!ret.buffer) {
|
|
ret = new Uint8Array(ret);
|
|
}
|
|
assert(ret.buffer);
|
|
return ret;
|
|
};
|
|
if (process["argv"].length > 1) {
|
|
thisProgram = process["argv"][1].replace(/\\/g, "/");
|
|
}
|
|
arguments_ = process["argv"].slice(2);
|
|
if (true) {
|
|
module["exports"] = Module;
|
|
}
|
|
quit_ = function(status) {
|
|
process["exit"](status);
|
|
};
|
|
Module["inspect"] = function() {
|
|
return "[Emscripten Module object]";
|
|
};
|
|
} else {
|
|
}
|
|
var out = Module["print"] || console.log.bind(console);
|
|
var err = Module["printErr"] || console.warn.bind(console);
|
|
for (key in moduleOverrides) {
|
|
if (moduleOverrides.hasOwnProperty(key)) {
|
|
Module[key] = moduleOverrides[key];
|
|
}
|
|
}
|
|
moduleOverrides = null;
|
|
if (Module["arguments"]) arguments_ = Module["arguments"];
|
|
if (Module["thisProgram"]) thisProgram = Module["thisProgram"];
|
|
if (Module["quit"]) quit_ = Module["quit"];
|
|
var STACK_ALIGN = 16;
|
|
function alignMemory(size, factor) {
|
|
if (!factor) factor = STACK_ALIGN;
|
|
return Math.ceil(size / factor) * factor;
|
|
}
|
|
var tempRet0 = 0;
|
|
var setTempRet0 = function(value) {
|
|
tempRet0 = value;
|
|
};
|
|
var wasmBinary;
|
|
if (Module["wasmBinary"]) wasmBinary = Module["wasmBinary"];
|
|
var noExitRuntime = Module["noExitRuntime"] || true;
|
|
if (typeof WebAssembly !== "object") {
|
|
abort("no native wasm support detected");
|
|
}
|
|
function getValue(ptr, type, noSafe) {
|
|
type = type || "i8";
|
|
if (type.charAt(type.length - 1) === "*") type = "i32";
|
|
switch (type) {
|
|
case "i1":
|
|
return HEAP8[ptr >> 0];
|
|
case "i8":
|
|
return HEAP8[ptr >> 0];
|
|
case "i16":
|
|
return HEAP16[ptr >> 1];
|
|
case "i32":
|
|
return HEAP32[ptr >> 2];
|
|
case "i64":
|
|
return HEAP32[ptr >> 2];
|
|
case "float":
|
|
return HEAPF32[ptr >> 2];
|
|
case "double":
|
|
return HEAPF64[ptr >> 3];
|
|
default:
|
|
abort("invalid type for getValue: " + type);
|
|
}
|
|
return null;
|
|
}
|
|
var wasmMemory;
|
|
var ABORT = false;
|
|
var EXITSTATUS;
|
|
function assert(condition, text) {
|
|
if (!condition) {
|
|
abort("Assertion failed: " + text);
|
|
}
|
|
}
|
|
function getCFunc(ident) {
|
|
var func = Module["_" + ident];
|
|
assert(
|
|
func,
|
|
"Cannot call unknown function " + ident + ", make sure it is exported"
|
|
);
|
|
return func;
|
|
}
|
|
function ccall(ident, returnType, argTypes, args, opts) {
|
|
var toC = {
|
|
string: function(str) {
|
|
var ret = 0;
|
|
if (str !== null && str !== undefined && str !== 0) {
|
|
var len = (str.length << 2) + 1;
|
|
ret = stackAlloc(len);
|
|
stringToUTF8(str, ret, len);
|
|
}
|
|
return ret;
|
|
},
|
|
array: function(arr) {
|
|
var ret = stackAlloc(arr.length);
|
|
writeArrayToMemory(arr, ret);
|
|
return ret;
|
|
}
|
|
};
|
|
function convertReturnValue(ret) {
|
|
if (returnType === "string") return UTF8ToString(ret);
|
|
if (returnType === "boolean") return Boolean(ret);
|
|
return ret;
|
|
}
|
|
var func = getCFunc(ident);
|
|
var cArgs = [];
|
|
var stack = 0;
|
|
if (args) {
|
|
for (var i = 0; i < args.length; i++) {
|
|
var converter = toC[argTypes[i]];
|
|
if (converter) {
|
|
if (stack === 0) stack = stackSave();
|
|
cArgs[i] = converter(args[i]);
|
|
} else {
|
|
cArgs[i] = args[i];
|
|
}
|
|
}
|
|
}
|
|
var ret = func.apply(null, cArgs);
|
|
ret = convertReturnValue(ret);
|
|
if (stack !== 0) stackRestore(stack);
|
|
return ret;
|
|
}
|
|
function cwrap(ident, returnType, argTypes, opts) {
|
|
argTypes = argTypes || [];
|
|
var numericArgs = argTypes.every(function(type) {
|
|
return type === "number";
|
|
});
|
|
var numericRet = returnType !== "string";
|
|
if (numericRet && numericArgs && !opts) {
|
|
return getCFunc(ident);
|
|
}
|
|
return function() {
|
|
return ccall(ident, returnType, argTypes, arguments, opts);
|
|
};
|
|
}
|
|
var UTF8Decoder =
|
|
typeof TextDecoder !== "undefined" ? new TextDecoder("utf8") : undefined;
|
|
function UTF8ArrayToString(heap, idx, maxBytesToRead) {
|
|
var endIdx = idx + maxBytesToRead;
|
|
var endPtr = idx;
|
|
while (heap[endPtr] && !(endPtr >= endIdx)) ++endPtr;
|
|
if (endPtr - idx > 16 && heap.subarray && UTF8Decoder) {
|
|
return UTF8Decoder.decode(heap.subarray(idx, endPtr));
|
|
} else {
|
|
var str = "";
|
|
while (idx < endPtr) {
|
|
var u0 = heap[idx++];
|
|
if (!(u0 & 128)) {
|
|
str += String.fromCharCode(u0);
|
|
continue;
|
|
}
|
|
var u1 = heap[idx++] & 63;
|
|
if ((u0 & 224) == 192) {
|
|
str += String.fromCharCode(((u0 & 31) << 6) | u1);
|
|
continue;
|
|
}
|
|
var u2 = heap[idx++] & 63;
|
|
if ((u0 & 240) == 224) {
|
|
u0 = ((u0 & 15) << 12) | (u1 << 6) | u2;
|
|
} else {
|
|
u0 = ((u0 & 7) << 18) | (u1 << 12) | (u2 << 6) | (heap[idx++] & 63);
|
|
}
|
|
if (u0 < 65536) {
|
|
str += String.fromCharCode(u0);
|
|
} else {
|
|
var ch = u0 - 65536;
|
|
str += String.fromCharCode(55296 | (ch >> 10), 56320 | (ch & 1023));
|
|
}
|
|
}
|
|
}
|
|
return str;
|
|
}
|
|
function UTF8ToString(ptr, maxBytesToRead) {
|
|
return ptr ? UTF8ArrayToString(HEAPU8, ptr, maxBytesToRead) : "";
|
|
}
|
|
function stringToUTF8Array(str, heap, outIdx, maxBytesToWrite) {
|
|
if (!(maxBytesToWrite > 0)) return 0;
|
|
var startIdx = outIdx;
|
|
var endIdx = outIdx + maxBytesToWrite - 1;
|
|
for (var i = 0; i < str.length; ++i) {
|
|
var u = str.charCodeAt(i);
|
|
if (u >= 55296 && u <= 57343) {
|
|
var u1 = str.charCodeAt(++i);
|
|
u = (65536 + ((u & 1023) << 10)) | (u1 & 1023);
|
|
}
|
|
if (u <= 127) {
|
|
if (outIdx >= endIdx) break;
|
|
heap[outIdx++] = u;
|
|
} else if (u <= 2047) {
|
|
if (outIdx + 1 >= endIdx) break;
|
|
heap[outIdx++] = 192 | (u >> 6);
|
|
heap[outIdx++] = 128 | (u & 63);
|
|
} else if (u <= 65535) {
|
|
if (outIdx + 2 >= endIdx) break;
|
|
heap[outIdx++] = 224 | (u >> 12);
|
|
heap[outIdx++] = 128 | ((u >> 6) & 63);
|
|
heap[outIdx++] = 128 | (u & 63);
|
|
} else {
|
|
if (outIdx + 3 >= endIdx) break;
|
|
heap[outIdx++] = 240 | (u >> 18);
|
|
heap[outIdx++] = 128 | ((u >> 12) & 63);
|
|
heap[outIdx++] = 128 | ((u >> 6) & 63);
|
|
heap[outIdx++] = 128 | (u & 63);
|
|
}
|
|
}
|
|
heap[outIdx] = 0;
|
|
return outIdx - startIdx;
|
|
}
|
|
function stringToUTF8(str, outPtr, maxBytesToWrite) {
|
|
return stringToUTF8Array(str, HEAPU8, outPtr, maxBytesToWrite);
|
|
}
|
|
function lengthBytesUTF8(str) {
|
|
var len = 0;
|
|
for (var i = 0; i < str.length; ++i) {
|
|
var u = str.charCodeAt(i);
|
|
if (u >= 55296 && u <= 57343)
|
|
u = (65536 + ((u & 1023) << 10)) | (str.charCodeAt(++i) & 1023);
|
|
if (u <= 127) ++len;
|
|
else if (u <= 2047) len += 2;
|
|
else if (u <= 65535) len += 3;
|
|
else len += 4;
|
|
}
|
|
return len;
|
|
}
|
|
function allocateUTF8(str) {
|
|
var size = lengthBytesUTF8(str) + 1;
|
|
var ret = _malloc(size);
|
|
if (ret) stringToUTF8Array(str, HEAP8, ret, size);
|
|
return ret;
|
|
}
|
|
function writeArrayToMemory(array, buffer) {
|
|
HEAP8.set(array, buffer);
|
|
}
|
|
function alignUp(x, multiple) {
|
|
if (x % multiple > 0) {
|
|
x += multiple - (x % multiple);
|
|
}
|
|
return x;
|
|
}
|
|
var buffer, HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64;
|
|
function updateGlobalBufferAndViews(buf) {
|
|
buffer = buf;
|
|
Module["HEAP8"] = HEAP8 = new Int8Array(buf);
|
|
Module["HEAP16"] = HEAP16 = new Int16Array(buf);
|
|
Module["HEAP32"] = HEAP32 = new Int32Array(buf);
|
|
Module["HEAPU8"] = HEAPU8 = new Uint8Array(buf);
|
|
Module["HEAPU16"] = HEAPU16 = new Uint16Array(buf);
|
|
Module["HEAPU32"] = HEAPU32 = new Uint32Array(buf);
|
|
Module["HEAPF32"] = HEAPF32 = new Float32Array(buf);
|
|
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
|
|
}
|
|
var INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;
|
|
var wasmTable;
|
|
var __ATPRERUN__ = [];
|
|
var __ATINIT__ = [];
|
|
var __ATPOSTRUN__ = [];
|
|
var runtimeInitialized = false;
|
|
function preRun() {
|
|
if (Module["preRun"]) {
|
|
if (typeof Module["preRun"] == "function")
|
|
Module["preRun"] = [Module["preRun"]];
|
|
while (Module["preRun"].length) {
|
|
addOnPreRun(Module["preRun"].shift());
|
|
}
|
|
}
|
|
callRuntimeCallbacks(__ATPRERUN__);
|
|
}
|
|
function initRuntime() {
|
|
runtimeInitialized = true;
|
|
if (!Module["noFSInit"] && !FS.init.initialized) FS.init();
|
|
TTY.init();
|
|
callRuntimeCallbacks(__ATINIT__);
|
|
}
|
|
function postRun() {
|
|
if (Module["postRun"]) {
|
|
if (typeof Module["postRun"] == "function")
|
|
Module["postRun"] = [Module["postRun"]];
|
|
while (Module["postRun"].length) {
|
|
addOnPostRun(Module["postRun"].shift());
|
|
}
|
|
}
|
|
callRuntimeCallbacks(__ATPOSTRUN__);
|
|
}
|
|
function addOnPreRun(cb) {
|
|
__ATPRERUN__.unshift(cb);
|
|
}
|
|
function addOnInit(cb) {
|
|
__ATINIT__.unshift(cb);
|
|
}
|
|
function addOnPostRun(cb) {
|
|
__ATPOSTRUN__.unshift(cb);
|
|
}
|
|
var runDependencies = 0;
|
|
var runDependencyWatcher = null;
|
|
var dependenciesFulfilled = null;
|
|
function getUniqueRunDependency(id) {
|
|
return id;
|
|
}
|
|
function addRunDependency(id) {
|
|
runDependencies++;
|
|
if (Module["monitorRunDependencies"]) {
|
|
Module["monitorRunDependencies"](runDependencies);
|
|
}
|
|
}
|
|
function removeRunDependency(id) {
|
|
runDependencies--;
|
|
if (Module["monitorRunDependencies"]) {
|
|
Module["monitorRunDependencies"](runDependencies);
|
|
}
|
|
if (runDependencies == 0) {
|
|
if (runDependencyWatcher !== null) {
|
|
clearInterval(runDependencyWatcher);
|
|
runDependencyWatcher = null;
|
|
}
|
|
if (dependenciesFulfilled) {
|
|
var callback = dependenciesFulfilled;
|
|
dependenciesFulfilled = null;
|
|
callback();
|
|
}
|
|
}
|
|
}
|
|
Module["preloadedImages"] = {};
|
|
Module["preloadedAudios"] = {};
|
|
function abort(what) {
|
|
if (Module["onAbort"]) {
|
|
Module["onAbort"](what);
|
|
}
|
|
what += "";
|
|
err(what);
|
|
ABORT = true;
|
|
EXITSTATUS = 1;
|
|
what = "abort(" + what + "). Build with -s ASSERTIONS=1 for more info.";
|
|
var e = new WebAssembly.RuntimeError(what);
|
|
throw e;
|
|
}
|
|
var dataURIPrefix = "data:application/octet-stream;base64,";
|
|
function isDataURI(filename) {
|
|
return filename.startsWith(dataURIPrefix);
|
|
}
|
|
var wasmBinaryFile =
|
|
"data:application/octet-stream;base64,AGFzbQEAAAABlAInYAF/AX9gA39/fwF/YAF/AGACf38Bf2ACf38AYAV/f39/fwF/YAR/f39/AX9gA39/fwBgBH9+f38Bf2AAAX9gBX9/f35/AX5gA39+fwF/YAF/AX5gAn9+AX9gBH9/fn8BfmADf35/AX5gA39/fgF/YAR/f35/AX9gBn9/f39/fwF/YAR/f39/AGADf39+AX5gAn5/AX9gA398fwBgBH9/f38BfmADf39/AX5gBn98f39/fwF/YAV/f35/fwF/YAV/fn9/fwF/YAV/f39/fwBgAn9+AGACf38BfmACf3wAYAh/fn5/f39+fwF/YAV/f39+fwBgAABgBX5+f35/AX5gAnx/AXxgAn9+AX5gBX9/f39/AX4CeRQBYQFhAAIBYQFiAAABYQFjAAMBYQFkAAYBYQFlAAEBYQFmAAABYQFnAAYBYQFoAAABYQFpAAMBYQFqAAMBYQFrAAMBYQFsAAMBYQFtAAABYQFuAAUBYQFvAAEBYQFwAAMBYQFxAAEBYQFyAAABYQFzAAEBYQF0AAADggKAAgcCAgQAAQECAgANBAQOBwICAhwLEw0AAA0dFAwMAAcCDBAeAgMCAwIAAgEABwgUBBUIBgADAAwABAgIAgEGBgABAB8XAQEDAhMCAwUFEQICIA8GAgMYAQgCAQAABwUBGAAaAxIBAAcEAyERCCIHAQsVAQMABQMDAwAFBAACIwYAAQEAGw0bFw0BBAALCwMDDAwAAwAHJAMBBAgaAQECBQMBAwMABwcHAgICAiURCwgICwEmCQkAAAAKAAIABQAGBgUFBQEDBgYGBRISBgQBAQEAAAIJBgABAA4AAQEPCQABBBkJCQkAAAADCgoBAQIQAAAAAgEDAwkEAQoABQ4AAAkEBQFwAR8fBQcBAYACgIACBgkBfwFB0KDBAgsHvgI8AXUCAAF2AIABAXcAkwIBeADxAQF5AM8BAXoAzQEBQQDLAQFCAMoBAUMAyQEBRADIAQFFAMcBAUYAkgIBRwCRAgFIAI4CAUkA6QEBSgDiAQFLAOEBAUwAPQFNAOABAU4A+gEBTwD5AQFQAPIBAVEA+wEBUgDfAQFTAN4BAVQA3QEBVQDcAQFWAOMBAVcA2wEBWADaAQFZANkBAVoA2AEBXwDXAQEkAOoBAmFhAJwBAmJhANYBAmNhANUBAmRhANQBAmVhADECZmEA6wECZ2EAGwJoYQDOAQJpYQBJAmphANMBAmthANIBAmxhAGgCbWEA0QECbmEA6AECb2EA0AECcGEA5AECcWEAigICcmEA+AECc2EA9wECdGEA9gECdWEA5wECdmEA5gECd2EA5QECeGEAGAJ5YQAVAnphAQAJQQEAQQELHswBkAKNAo8CjAKLArYBiQKIAocChgKFAoQCgwKCAoECgAL/Af4B/QH8AVr1AfQB8wHwAe8B7gHtAewBCq2RCYACQAEBfyMAQRBrIgMgADYCDCADIAE2AgggAyACNgIEIAMoAgwEQCADKAIMIAMoAgg2AgAgAygCDCADKAIENgIECwvMDAEHfwJAIABFDQAgAEEIayIDIABBBGsoAgAiAUF4cSIAaiEFAkAgAUEBcQ0AIAFBA3FFDQEgAyADKAIAIgFrIgNByJsBKAIASQ0BIAAgAWohACADQcybASgCAEcEQCABQf8BTQRAIAMoAggiAiABQQN2IgRBA3RB4JsBakYaIAIgAygCDCIBRgRAQbibAUG4mwEoAgBBfiAEd3E2AgAMAwsgAiABNgIMIAEgAjYCCAwCCyADKAIYIQYCQCADIAMoAgwiAUcEQCADKAIIIgIgATYCDCABIAI2AggMAQsCQCADQRRqIgIoAgAiBA0AIANBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAQJAIAMgAygCHCICQQJ0QeidAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQbybAUG8mwEoAgBBfiACd3E2AgAMAwsgBkEQQRQgBigCECADRhtqIAE2AgAgAUUNAgsgASAGNgIYIAMoAhAiAgRAIAEgAjYCECACIAE2AhgLIAMoAhQiAkUNASABIAI2AhQgAiABNgIYDAELIAUoAgQiAUEDcUEDRw0AQcCbASAANgIAIAUgAUF+cTYCBCADIABBAXI2AgQgACADaiAANgIADwsgAyAFTw0AIAUoAgQiAUEBcUUNAAJAIAFBAnFFBEAgBUHQmwEoAgBGBEBB0JsBIAM2AgBBxJsBQcSbASgCACAAaiIANgIAIAMgAEEBcjYCBCADQcybASgCAEcNA0HAmwFBADYCAEHMmwFBADYCAA8LIAVBzJsBKAIARgRAQcybASADNgIAQcCbAUHAmwEoAgAgAGoiADYCACADIABBAXI2AgQgACADaiAANgIADwsgAUF4cSAAaiEAAkAgAUH/AU0EQCAFKAIIIgIgAUEDdiIEQQN0QeCbAWpGGiACIAUoAgwiAUYEQEG4mwFBuJsBKAIAQX4gBHdxNgIADAILIAIgATYCDCABIAI2AggMAQsgBSgCGCEGAkAgBSAFKAIMIgFHBEAgBSgCCCICQcibASgCAEkaIAIgATYCDCABIAI2AggMAQsCQCAFQRRqIgIoAgAiBA0AIAVBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAAJAIAUgBSgCHCICQQJ0QeidAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQbybAUG8mwEoAgBBfiACd3E2AgAMAgsgBkEQQRQgBigCECAFRhtqIAE2AgAgAUUNAQsgASAGNgIYIAUoAhAiAgRAIAEgAjYCECACIAE2AhgLIAUoAhQiAkUNACABIAI2AhQgAiABNgIYCyADIABBAXI2AgQgACADaiAANgIAIANBzJsBKAIARw0BQcCbASAANgIADwsgBSABQX5xNgIEIAMgAEEBcjYCBCAAIANqIAA2AgALIABB/wFNBEAgAEEDdiIBQQN0QeCbAWohAAJ/QbibASgCACICQQEgAXQiAXFFBEBBuJsBIAEgAnI2AgAgAAwBCyAAKAIICyECIAAgAzYCCCACIAM2AgwgAyAANgIMIAMgAjYCCA8LQR8hAiADQgA3AhAgAEH///8HTQRAIABBCHYiASABQYD+P2pBEHZBCHEiAXQiAiACQYDgH2pBEHZBBHEiAnQiBCAEQYCAD2pBEHZBAnEiBHRBD3YgASACciAEcmsiAUEBdCAAIAFBFWp2QQFxckEcaiECCyADIAI2AhwgAkECdEHonQFqIQECQAJAAkBBvJsBKAIAIgRBASACdCIHcUUEQEG8mwEgBCAHcjYCACABIAM2AgAgAyABNgIYDAELIABBAEEZIAJBAXZrIAJBH0YbdCECIAEoAgAhAQNAIAEiBCgCBEF4cSAARg0CIAJBHXYhASACQQF0IQIgBCABQQRxaiIHQRBqKAIAIgENAAsgByADNgIQIAMgBDYCGAsgAyADNgIMIAMgAzYCCAwBCyAEKAIIIgAgAzYCDCAEIAM2AgggA0EANgIYIAMgBDYCDCADIAA2AggLQdibAUHYmwEoAgBBAWsiAEF/IAAbNgIACwtCAQF/IwBBEGsiASQAIAEgADYCDCABKAIMBEAgASgCDC0AAUEBcQRAIAEoAgwoAgQQFQsgASgCDBAVCyABQRBqJAALQwEBfyMAQRBrIgIkACACIAA2AgwgAiABNgIIIAIoAgwCfyMAQRBrIgAgAigCCDYCDCAAKAIMQQxqCxBDIAJBEGokAAuiLgEMfyMAQRBrIgwkAAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAQfQBTQRAQbibASgCACIFQRAgAEELakF4cSAAQQtJGyIIQQN2IgJ2IgFBA3EEQCABQX9zQQFxIAJqIgNBA3QiAUHomwFqKAIAIgRBCGohAAJAIAQoAggiAiABQeCbAWoiAUYEQEG4mwEgBUF+IAN3cTYCAAwBCyACIAE2AgwgASACNgIICyAEIANBA3QiAUEDcjYCBCABIARqIgEgASgCBEEBcjYCBAwNCyAIQcCbASgCACIKTQ0BIAEEQAJAQQIgAnQiAEEAIABrciABIAJ0cSIAQQAgAGtxQQFrIgAgAEEMdkEQcSICdiIBQQV2QQhxIgAgAnIgASAAdiIBQQJ2QQRxIgByIAEgAHYiAUEBdkECcSIAciABIAB2IgFBAXZBAXEiAHIgASAAdmoiA0EDdCIAQeibAWooAgAiBCgCCCIBIABB4JsBaiIARgRAQbibASAFQX4gA3dxIgU2AgAMAQsgASAANgIMIAAgATYCCAsgBEEIaiEAIAQgCEEDcjYCBCAEIAhqIgIgA0EDdCIBIAhrIgNBAXI2AgQgASAEaiADNgIAIAoEQCAKQQN2IgFBA3RB4JsBaiEHQcybASgCACEEAn8gBUEBIAF0IgFxRQRAQbibASABIAVyNgIAIAcMAQsgBygCCAshASAHIAQ2AgggASAENgIMIAQgBzYCDCAEIAE2AggLQcybASACNgIAQcCbASADNgIADA0LQbybASgCACIGRQ0BIAZBACAGa3FBAWsiACAAQQx2QRBxIgJ2IgFBBXZBCHEiACACciABIAB2IgFBAnZBBHEiAHIgASAAdiIBQQF2QQJxIgByIAEgAHYiAUEBdkEBcSIAciABIAB2akECdEHonQFqKAIAIgEoAgRBeHEgCGshAyABIQIDQAJAIAIoAhAiAEUEQCACKAIUIgBFDQELIAAoAgRBeHEgCGsiAiADIAIgA0kiAhshAyAAIAEgAhshASAAIQIMAQsLIAEgCGoiCSABTQ0CIAEoAhghCyABIAEoAgwiBEcEQCABKAIIIgBByJsBKAIASRogACAENgIMIAQgADYCCAwMCyABQRRqIgIoAgAiAEUEQCABKAIQIgBFDQQgAUEQaiECCwNAIAIhByAAIgRBFGoiAigCACIADQAgBEEQaiECIAQoAhAiAA0ACyAHQQA2AgAMCwtBfyEIIABBv39LDQAgAEELaiIAQXhxIQhBvJsBKAIAIglFDQBBACAIayEDAkACQAJAAn9BACAIQYACSQ0AGkEfIAhB////B0sNABogAEEIdiIAIABBgP4/akEQdkEIcSICdCIAIABBgOAfakEQdkEEcSIBdCIAIABBgIAPakEQdkECcSIAdEEPdiABIAJyIAByayIAQQF0IAggAEEVanZBAXFyQRxqCyIFQQJ0QeidAWooAgAiAkUEQEEAIQAMAQtBACEAIAhBAEEZIAVBAXZrIAVBH0YbdCEBA0ACQCACKAIEQXhxIAhrIgcgA08NACACIQQgByIDDQBBACEDIAIhAAwDCyAAIAIoAhQiByAHIAIgAUEddkEEcWooAhAiAkYbIAAgBxshACABQQF0IQEgAg0ACwsgACAEckUEQEECIAV0IgBBACAAa3IgCXEiAEUNAyAAQQAgAGtxQQFrIgAgAEEMdkEQcSICdiIBQQV2QQhxIgAgAnIgASAAdiIBQQJ2QQRxIgByIAEgAHYiAUEBdkECcSIAciABIAB2IgFBAXZBAXEiAHIgASAAdmpBAnRB6J0BaigCACEACyAARQ0BCwNAIAAoAgRBeHEgCGsiASADSSECIAEgAyACGyEDIAAgBCACGyEEIAAoAhAiAQR/IAEFIAAoAhQLIgANAAsLIARFDQAgA0HAmwEoAgAgCGtPDQAgBCAIaiIGIARNDQEgBCgCGCEFIAQgBCgCDCIBRwRAIAQoAggiAEHImwEoAgBJGiAAIAE2AgwgASAANgIIDAoLIARBFGoiAigCACIARQRAIAQoAhAiAEUNBCAEQRBqIQILA0AgAiEHIAAiAUEUaiICKAIAIgANACABQRBqIQIgASgCECIADQALIAdBADYCAAwJCyAIQcCbASgCACICTQRAQcybASgCACEDAkAgAiAIayIBQRBPBEBBwJsBIAE2AgBBzJsBIAMgCGoiADYCACAAIAFBAXI2AgQgAiADaiABNgIAIAMgCEEDcjYCBAwBC0HMmwFBADYCAEHAmwFBADYCACADIAJBA3I2AgQgAiADaiIAIAAoAgRBAXI2AgQLIANBCGohAAwLCyAIQcSbASgCACIGSQRAQcSbASAGIAhrIgE2AgBB0JsBQdCbASgCACICIAhqIgA2AgAgACABQQFyNgIEIAIgCEEDcjYCBCACQQhqIQAMCwtBACEAIAhBL2oiCQJ/QZCfASgCAARAQZifASgCAAwBC0GcnwFCfzcCAEGUnwFCgKCAgICABDcCAEGQnwEgDEEMakFwcUHYqtWqBXM2AgBBpJ8BQQA2AgBB9J4BQQA2AgBBgCALIgFqIgVBACABayIHcSICIAhNDQpB8J4BKAIAIgQEQEHongEoAgAiAyACaiIBIANNDQsgASAESw0LC0H0ngEtAABBBHENBQJAAkBB0JsBKAIAIgMEQEH4ngEhAANAIAMgACgCACIBTwRAIAEgACgCBGogA0sNAwsgACgCCCIADQALC0EAEDwiAUF/Rg0GIAIhBUGUnwEoAgAiA0EBayIAIAFxBEAgAiABayAAIAFqQQAgA2txaiEFCyAFIAhNDQYgBUH+////B0sNBkHwngEoAgAiBARAQeieASgCACIDIAVqIgAgA00NByAAIARLDQcLIAUQPCIAIAFHDQEMCAsgBSAGayAHcSIFQf7///8HSw0FIAUQPCIBIAAoAgAgACgCBGpGDQQgASEACwJAIABBf0YNACAIQTBqIAVNDQBBmJ8BKAIAIgEgCSAFa2pBACABa3EiAUH+////B0sEQCAAIQEMCAsgARA8QX9HBEAgASAFaiEFIAAhAQwIC0EAIAVrEDwaDAULIAAiAUF/Rw0GDAQLAAtBACEEDAcLQQAhAQwFCyABQX9HDQILQfSeAUH0ngEoAgBBBHI2AgALIAJB/v///wdLDQEgAhA8IQFBABA8IQAgAUF/Rg0BIABBf0YNASAAIAFNDQEgACABayIFIAhBKGpNDQELQeieAUHongEoAgAgBWoiADYCAEHsngEoAgAgAEkEQEHsngEgADYCAAsCQAJAAkBB0JsBKAIAIgcEQEH4ngEhAANAIAEgACgCACIDIAAoAgQiAmpGDQIgACgCCCIADQALDAILQcibASgCACIAQQAgACABTRtFBEBByJsBIAE2AgALQQAhAEH8ngEgBTYCAEH4ngEgATYCAEHYmwFBfzYCAEHcmwFBkJ8BKAIANgIAQYSfAUEANgIAA0AgAEEDdCIDQeibAWogA0HgmwFqIgI2AgAgA0HsmwFqIAI2AgAgAEEBaiIAQSBHDQALQcSbASAFQShrIgNBeCABa0EHcUEAIAFBCGpBB3EbIgBrIgI2AgBB0JsBIAAgAWoiADYCACAAIAJBAXI2AgQgASADakEoNgIEQdSbAUGgnwEoAgA2AgAMAgsgAC0ADEEIcQ0AIAMgB0sNACABIAdNDQAgACACIAVqNgIEQdCbASAHQXggB2tBB3FBACAHQQhqQQdxGyIAaiICNgIAQcSbAUHEmwEoAgAgBWoiASAAayIANgIAIAIgAEEBcjYCBCABIAdqQSg2AgRB1JsBQaCfASgCADYCAAwBC0HImwEoAgAgAUsEQEHImwEgATYCAAsgASAFaiECQfieASEAAkACQAJAAkACQAJAA0AgAiAAKAIARwRAIAAoAggiAA0BDAILCyAALQAMQQhxRQ0BC0H4ngEhAANAIAcgACgCACICTwRAIAIgACgCBGoiBCAHSw0DCyAAKAIIIQAMAAsACyAAIAE2AgAgACAAKAIEIAVqNgIEIAFBeCABa0EHcUEAIAFBCGpBB3EbaiIJIAhBA3I2AgQgAkF4IAJrQQdxQQAgAkEIakEHcRtqIgUgCCAJaiIGayECIAUgB0YEQEHQmwEgBjYCAEHEmwFBxJsBKAIAIAJqIgA2AgAgBiAAQQFyNgIEDAMLIAVBzJsBKAIARgRAQcybASAGNgIAQcCbAUHAmwEoAgAgAmoiADYCACAGIABBAXI2AgQgACAGaiAANgIADAMLIAUoAgQiAEEDcUEBRgRAIABBeHEhBwJAIABB/wFNBEAgBSgCCCIDIABBA3YiAEEDdEHgmwFqRhogAyAFKAIMIgFGBEBBuJsBQbibASgCAEF+IAB3cTYCAAwCCyADIAE2AgwgASADNgIIDAELIAUoAhghCAJAIAUgBSgCDCIBRwRAIAUoAggiACABNgIMIAEgADYCCAwBCwJAIAVBFGoiACgCACIDDQAgBUEQaiIAKAIAIgMNAEEAIQEMAQsDQCAAIQQgAyIBQRRqIgAoAgAiAw0AIAFBEGohACABKAIQIgMNAAsgBEEANgIACyAIRQ0AAkAgBSAFKAIcIgNBAnRB6J0BaiIAKAIARgRAIAAgATYCACABDQFBvJsBQbybASgCAEF+IAN3cTYCAAwCCyAIQRBBFCAIKAIQIAVGG2ogATYCACABRQ0BCyABIAg2AhggBSgCECIABEAgASAANgIQIAAgATYCGAsgBSgCFCIARQ0AIAEgADYCFCAAIAE2AhgLIAUgB2ohBSACIAdqIQILIAUgBSgCBEF+cTYCBCAGIAJBAXI2AgQgAiAGaiACNgIAIAJB/wFNBEAgAkEDdiIAQQN0QeCbAWohAgJ/QbibASgCACIBQQEgAHQiAHFFBEBBuJsBIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwDC0EfIQAgAkH///8HTQRAIAJBCHYiACAAQYD+P2pBEHZBCHEiA3QiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASADciAAcmsiAEEBdCACIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRB6J0BaiEEAkBBvJsBKAIAIgNBASAAdCIBcUUEQEG8mwEgASADcjYCACAEIAY2AgAgBiAENgIYDAELIAJBAEEZIABBAXZrIABBH0YbdCEAIAQoAgAhAQNAIAEiAygCBEF4cSACRg0DIABBHXYhASAAQQF0IQAgAyABQQRxaiIEKAIQIgENAAsgBCAGNgIQIAYgAzYCGAsgBiAGNgIMIAYgBjYCCAwCC0HEmwEgBUEoayIDQXggAWtBB3FBACABQQhqQQdxGyIAayICNgIAQdCbASAAIAFqIgA2AgAgACACQQFyNgIEIAEgA2pBKDYCBEHUmwFBoJ8BKAIANgIAIAcgBEEnIARrQQdxQQAgBEEna0EHcRtqQS9rIgAgACAHQRBqSRsiAkEbNgIEIAJBgJ8BKQIANwIQIAJB+J4BKQIANwIIQYCfASACQQhqNgIAQfyeASAFNgIAQfieASABNgIAQYSfAUEANgIAIAJBGGohAANAIABBBzYCBCAAQQhqIQEgAEEEaiEAIAEgBEkNAAsgAiAHRg0DIAIgAigCBEF+cTYCBCAHIAIgB2siBEEBcjYCBCACIAQ2AgAgBEH/AU0EQCAEQQN2IgBBA3RB4JsBaiECAn9BuJsBKAIAIgFBASAAdCIAcUUEQEG4mwEgACABcjYCACACDAELIAIoAggLIQAgAiAHNgIIIAAgBzYCDCAHIAI2AgwgByAANgIIDAQLQR8hACAHQgA3AhAgBEH///8HTQRAIARBCHYiACAAQYD+P2pBEHZBCHEiAnQiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASACciAAcmsiAEEBdCAEIABBFWp2QQFxckEcaiEACyAHIAA2AhwgAEECdEHonQFqIQMCQEG8mwEoAgAiAkEBIAB0IgFxRQRAQbybASABIAJyNgIAIAMgBzYCACAHIAM2AhgMAQsgBEEAQRkgAEEBdmsgAEEfRht0IQAgAygCACEBA0AgASICKAIEQXhxIARGDQQgAEEddiEBIABBAXQhACACIAFBBHFqIgMoAhAiAQ0ACyADIAc2AhAgByACNgIYCyAHIAc2AgwgByAHNgIIDAMLIAMoAggiACAGNgIMIAMgBjYCCCAGQQA2AhggBiADNgIMIAYgADYCCAsgCUEIaiEADAULIAIoAggiACAHNgIMIAIgBzYCCCAHQQA2AhggByACNgIMIAcgADYCCAtBxJsBKAIAIgAgCE0NAEHEmwEgACAIayIBNgIAQdCbAUHQmwEoAgAiAiAIaiIANgIAIAAgAUEBcjYCBCACIAhBA3I2AgQgAkEIaiEADAMLQbSbAUEwNgIAQQAhAAwCCwJAIAVFDQACQCAEKAIcIgJBAnRB6J0BaiIAKAIAIARGBEAgACABNgIAIAENAUG8mwEgCUF+IAJ3cSIJNgIADAILIAVBEEEUIAUoAhAgBEYbaiABNgIAIAFFDQELIAEgBTYCGCAEKAIQIgAEQCABIAA2AhAgACABNgIYCyAEKAIUIgBFDQAgASAANgIUIAAgATYCGAsCQCADQQ9NBEAgBCADIAhqIgBBA3I2AgQgACAEaiIAIAAoAgRBAXI2AgQMAQsgBCAIQQNyNgIEIAYgA0EBcjYCBCADIAZqIAM2AgAgA0H/AU0EQCADQQN2IgBBA3RB4JsBaiECAn9BuJsBKAIAIgFBASAAdCIAcUUEQEG4mwEgACABcjYCACACDAELIAIoAggLIQAgAiAGNgIIIAAgBjYCDCAGIAI2AgwgBiAANgIIDAELQR8hACADQf///wdNBEAgA0EIdiIAIABBgP4/akEQdkEIcSICdCIAIABBgOAfakEQdkEEcSIBdCIAIABBgIAPakEQdkECcSIAdEEPdiABIAJyIAByayIAQQF0IAMgAEEVanZBAXFyQRxqIQALIAYgADYCHCAGQgA3AhAgAEECdEHonQFqIQICQAJAIAlBASAAdCIBcUUEQEG8mwEgASAJcjYCACACIAY2AgAgBiACNgIYDAELIANBAEEZIABBAXZrIABBH0YbdCEAIAIoAgAhCANAIAgiASgCBEF4cSADRg0CIABBHXYhAiAAQQF0IQAgASACQQRxaiICKAIQIggNAAsgAiAGNgIQIAYgATYCGAsgBiAGNgIMIAYgBjYCCAwBCyABKAIIIgAgBjYCDCABIAY2AgggBkEANgIYIAYgATYCDCAGIAA2AggLIARBCGohAAwBCwJAIAtFDQACQCABKAIcIgJBAnRB6J0BaiIAKAIAIAFGBEAgACAENgIAIAQNAUG8mwEgBkF+IAJ3cTYCAAwCCyALQRBBFCALKAIQIAFGG2ogBDYCACAERQ0BCyAEIAs2AhggASgCECIABEAgBCAANgIQIAAgBDYCGAsgASgCFCIARQ0AIAQgADYCFCAAIAQ2AhgLAkAgA0EPTQRAIAEgAyAIaiIAQQNyNgIEIAAgAWoiACAAKAIEQQFyNgIEDAELIAEgCEEDcjYCBCAJIANBAXI2AgQgAyAJaiADNgIAIAoEQCAKQQN2IgBBA3RB4JsBaiEEQcybASgCACECAn9BASAAdCIAIAVxRQRAQbibASAAIAVyNgIAIAQMAQsgBCgCCAshACAEIAI2AgggACACNgIMIAIgBDYCDCACIAA2AggLQcybASAJNgIAQcCbASADNgIACyABQQhqIQALIAxBEGokACAAC4MEAQN/IAJBgARPBEAgACABIAIQEhogAA8LIAAgAmohAwJAIAAgAXNBA3FFBEACQCAAQQNxRQRAIAAhAgwBCyACQQFIBEAgACECDAELIAAhAgNAIAIgAS0AADoAACABQQFqIQEgAkEBaiICQQNxRQ0BIAIgA0kNAAsLAkAgA0F8cSIEQcAASQ0AIAIgBEFAaiIFSw0AA0AgAiABKAIANgIAIAIgASgCBDYCBCACIAEoAgg2AgggAiABKAIMNgIMIAIgASgCEDYCECACIAEoAhQ2AhQgAiABKAIYNgIYIAIgASgCHDYCHCACIAEoAiA2AiAgAiABKAIkNgIkIAIgASgCKDYCKCACIAEoAiw2AiwgAiABKAIwNgIwIAIgASgCNDYCNCACIAEoAjg2AjggAiABKAI8NgI8IAFBQGshASACQUBrIgIgBU0NAAsLIAIgBE8NAQNAIAIgASgCADYCACABQQRqIQEgAkEEaiICIARJDQALDAELIANBBEkEQCAAIQIMAQsgACADQQRrIgRLBEAgACECDAELIAAhAgNAIAIgAS0AADoAACACIAEtAAE6AAEgAiABLQACOgACIAIgAS0AAzoAAyABQQRqIQEgAkEEaiICIARNDQALCyACIANJBEADQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADRw0ACwsgAAu4GAECfyMAQRBrIgQkACAEIAA2AgwgBCABNgIIIAQgAjYCBCAEKAIMIQAgBCgCCCECIAQoAgQhAyMAQSBrIgEkACABIAA2AhggASACNgIUIAEgAzYCEAJAIAEoAhRFBEAgAUEANgIcDAELIAFBATYCDCABLQAMBEAgASgCFCECIAEoAhAhAyMAQSBrIgAgASgCGDYCHCAAIAI2AhggACADNgIUIAAgACgCHDYCECAAIAAoAhBBf3M2AhADQCAAKAIUBH8gACgCGEEDcUEARwVBAAtBAXEEQCAAKAIQIQIgACAAKAIYIgNBAWo2AhggACADLQAAIAJzQf8BcUECdEGQFWooAgAgACgCEEEIdnM2AhAgACAAKAIUQQFrNgIUDAELCyAAIAAoAhg2AgwDQCAAKAIUQSBPBEAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQFWooAgAgACgCEEEQdkH/AXFBAnRBkB1qKAIAIAAoAhBB/wFxQQJ0QZAtaigCACAAKAIQQQh2Qf8BcUECdEGQJWooAgBzc3M2AhAgACAAKAIUQSBrNgIUDAELCwNAIAAoAhRBBE8EQCAAIAAoAgwiAkEEajYCDCAAIAIoAgAgACgCEHM2AhAgACAAKAIQQRh2QQJ0QZAVaigCACAAKAIQQRB2Qf8BcUECdEGQHWooAgAgACgCEEH/AXFBAnRBkC1qKAIAIAAoAhBBCHZB/wFxQQJ0QZAlaigCAHNzczYCECAAIAAoAhRBBGs2AhQMAQsLIAAgACgCDDYCGCAAKAIUBEADQCAAKAIQIQIgACAAKAIYIgNBAWo2AhggACADLQAAIAJzQf8BcUECdEGQFWooAgAgACgCEEEIdnM2AhAgACAAKAIUQQFrIgI2AhQgAg0ACwsgACAAKAIQQX9zNgIQIAEgACgCEDYCHAwBCyABKAIUIQIgASgCECEDIwBBIGsiACABKAIYNgIcIAAgAjYCGCAAIAM2AhQgACAAKAIcQQh2QYD+A3EgACgCHEEYdmogACgCHEGA/gNxQQh0aiAAKAIcQf8BcUEYdGo2AhAgACAAKAIQQX9zNgIQA0AgACgCFAR/IAAoAhhBA3FBAEcFQQALQQFxBEAgACgCEEEYdiECIAAgACgCGCIDQQFqNgIYIAAgAy0AACACc0ECdEGQNWooAgAgACgCEEEIdHM2AhAgACAAKAIUQQFrNgIUDAELCyAAIAAoAhg2AgwDQCAAKAIUQSBPBEAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQzQBqKAIAIAAoAhBBEHZB/wFxQQJ0QZDFAGooAgAgACgCEEH/AXFBAnRBkDVqKAIAIAAoAhBBCHZB/wFxQQJ0QZA9aigCAHNzczYCECAAIAAoAgwiAkEEajYCDCAAIAIoAgAgACgCEHM2AhAgACAAKAIQQRh2QQJ0QZDNAGooAgAgACgCEEEQdkH/AXFBAnRBkMUAaigCACAAKAIQQf8BcUECdEGQNWooAgAgACgCEEEIdkH/AXFBAnRBkD1qKAIAc3NzNgIQIAAgACgCDCICQQRqNgIMIAAgAigCACAAKAIQczYCECAAIAAoAhBBGHZBAnRBkM0AaigCACAAKAIQQRB2Qf8BcUECdEGQxQBqKAIAIAAoAhBB/wFxQQJ0QZA1aigCACAAKAIQQQh2Qf8BcUECdEGQPWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQzQBqKAIAIAAoAhBBEHZB/wFxQQJ0QZDFAGooAgAgACgCEEH/AXFBAnRBkDVqKAIAIAAoAhBBCHZB/wFxQQJ0QZA9aigCAHNzczYCECAAIAAoAgwiAkEEajYCDCAAIAIoAgAgACgCEHM2AhAgACAAKAIQQRh2QQJ0QZDNAGooAgAgACgCEEEQdkH/AXFBAnRBkMUAaigCACAAKAIQQf8BcUECdEGQNWooAgAgACgCEEEIdkH/AXFBAnRBkD1qKAIAc3NzNgIQIAAgACgCDCICQQRqNgIMIAAgAigCACAAKAIQczYCECAAIAAoAhBBGHZBAnRBkM0AaigCACAAKAIQQRB2Qf8BcUECdEGQxQBqKAIAIAAoAhBB/wFxQQJ0QZA1aigCACAAKAIQQQh2Qf8BcUECdEGQPWooAgBzc3M2AhAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQzQBqKAIAIAAoAhBBEHZB/wFxQQJ0QZDFAGooAgAgACgCEEH/AXFBAnRBkDVqKAIAIAAoAhBBCHZB/wFxQQJ0QZA9aigCAHNzczYCECAAIAAoAgwiAkEEajYCDCAAIAIoAgAgACgCEHM2AhAgACAAKAIQQRh2QQJ0QZDNAGooAgAgACgCEEEQdkH/AXFBAnRBkMUAaigCACAAKAIQQf8BcUECdEGQNWooAgAgACgCEEEIdkH/AXFBAnRBkD1qKAIAc3NzNgIQIAAgACgCFEEgazYCFAwBCwsDQCAAKAIUQQRPBEAgACAAKAIMIgJBBGo2AgwgACACKAIAIAAoAhBzNgIQIAAgACgCEEEYdkECdEGQzQBqKAIAIAAoAhBBEHZB/wFxQQJ0QZDFAGooAgAgACgCEEH/AXFBAnRBkDVqKAIAIAAoAhBBCHZB/wFxQQJ0QZA9aigCAHNzczYCECAAIAAoAhRBBGs2AhQMAQsLIAAgACgCDDYCGCAAKAIUBEADQCAAKAIQQRh2IQIgACAAKAIYIgNBAWo2AhggACADLQAAIAJzQQJ0QZA1aigCACAAKAIQQQh0czYCECAAIAAoAhRBAWsiAjYCFCACDQALCyAAIAAoAhBBf3M2AhAgASAAKAIQQQh2QYD+A3EgACgCEEEYdmogACgCEEGA/gNxQQh0aiAAKAIQQf8BcUEYdGo2AhwLIAEoAhwhACABQSBqJAAgBEEQaiQAIAAL7AIBAn8jAEEQayIBJAAgASAANgIMAkAgASgCDEUNACABKAIMKAIwBEAgASgCDCIAIAAoAjBBAWs2AjALIAEoAgwoAjANACABKAIMKAIgBEAgASgCDEEBNgIgIAEoAgwQMRoLIAEoAgwoAiRBAUYEQCABKAIMEGcLAkAgASgCDCgCLEUNACABKAIMLQAoQQFxDQAgASgCDCECIwBBEGsiACABKAIMKAIsNgIMIAAgAjYCCCAAQQA2AgQDQCAAKAIEIAAoAgwoAkRJBEAgACgCDCgCTCAAKAIEQQJ0aigCACAAKAIIRgRAIAAoAgwoAkwgACgCBEECdGogACgCDCgCTCAAKAIMKAJEQQFrQQJ0aigCADYCACAAKAIMIgAgACgCREEBazYCRAUgACAAKAIEQQFqNgIEDAILCwsLIAEoAgxBAEIAQQUQIRogASgCDCgCAARAIAEoAgwoAgAQGwsgASgCDBAVCyABQRBqJAALnwIBAn8jAEEQayIBJAAgASAANgIMIAEgASgCDCgCHDYCBCABKAIEIQIjAEEQayIAJAAgACACNgIMIAAoAgwQuwEgAEEQaiQAIAEgASgCBCgCFDYCCCABKAIIIAEoAgwoAhBLBEAgASABKAIMKAIQNgIICwJAIAEoAghFDQAgASgCDCgCDCABKAIEKAIQIAEoAggQGRogASgCDCIAIAEoAgggACgCDGo2AgwgASgCBCIAIAEoAgggACgCEGo2AhAgASgCDCIAIAEoAgggACgCFGo2AhQgASgCDCIAIAAoAhAgASgCCGs2AhAgASgCBCIAIAAoAhQgASgCCGs2AhQgASgCBCgCFA0AIAEoAgQgASgCBCgCCDYCEAsgAUEQaiQAC2ABAX8jAEEQayIBJAAgASAANgIIIAEgASgCCEICEB42AgQCQCABKAIERQRAIAFBADsBDgwBCyABIAEoAgQtAAAgASgCBC0AAUEIdGo7AQ4LIAEvAQ4hACABQRBqJAAgAAvpAQEBfyMAQSBrIgIkACACIAA2AhwgAiABNwMQIAIpAxAhASMAQSBrIgAgAigCHDYCGCAAIAE3AxACQAJAAkAgACgCGC0AAEEBcUUNACAAKQMQIAAoAhgpAxAgACkDEHxWDQAgACgCGCkDCCAAKAIYKQMQIAApAxB8Wg0BCyAAKAIYQQA6AAAgAEEANgIcDAELIAAgACgCGCgCBCAAKAIYKQMQp2o2AgwgACAAKAIMNgIcCyACIAAoAhw2AgwgAigCDARAIAIoAhwiACACKQMQIAApAxB8NwMQCyACKAIMIQAgAkEgaiQAIAALbwEBfyMAQRBrIgIkACACIAA2AgggAiABOwEGIAIgAigCCEICEB42AgACQCACKAIARQRAIAJBfzYCDAwBCyACKAIAIAIvAQY6AAAgAigCACACLwEGQQh2OgABIAJBADYCDAsgAigCDBogAkEQaiQAC48BAQF/IwBBEGsiAiQAIAIgADYCCCACIAE2AgQgAiACKAIIQgQQHjYCAAJAIAIoAgBFBEAgAkF/NgIMDAELIAIoAgAgAigCBDoAACACKAIAIAIoAgRBCHY6AAEgAigCACACKAIEQRB2OgACIAIoAgAgAigCBEEYdjoAAyACQQA2AgwLIAIoAgwaIAJBEGokAAu2AgEBfyMAQTBrIgQkACAEIAA2AiQgBCABNgIgIAQgAjcDGCAEIAM2AhQCQCAEKAIkKQMYQgEgBCgCFK2Gg1AEQCAEKAIkQQxqQRxBABAUIARCfzcDKAwBCwJAIAQoAiQoAgBFBEAgBCAEKAIkKAIIIAQoAiAgBCkDGCAEKAIUIAQoAiQoAgQRDgA3AwgMAQsgBCAEKAIkKAIAIAQoAiQoAgggBCgCICAEKQMYIAQoAhQgBCgCJCgCBBEKADcDCAsgBCkDCEIAUwRAAkAgBCgCFEEERg0AIAQoAhRBDkYNAAJAIAQoAiQgBEIIQQQQIUIAUwRAIAQoAiRBDGpBFEEAEBQMAQsgBCgCJEEMaiAEKAIAIAQoAgQQFAsLCyAEIAQpAwg3AygLIAQpAyghAiAEQTBqJAAgAgsXACAALQAAQSBxRQRAIAEgAiAAEHIaCwtQAQF/IwBBEGsiASQAIAEgADYCDANAIAEoAgwEQCABIAEoAgwoAgA2AgggASgCDCgCDBAVIAEoAgwQFSABIAEoAgg2AgwMAQsLIAFBEGokAAt9AQF/IwBBEGsiASQAIAEgADYCDCABKAIMBEAgAUIANwMAA0AgASkDACABKAIMKQMIWkUEQCABKAIMKAIAIAEpAwCnQQR0ahBiIAEgASkDAEIBfDcDAAwBCwsgASgCDCgCABAVIAEoAgwoAigQJSABKAIMEBULIAFBEGokAAs+AQF/IwBBEGsiASQAIAEgADYCDCABKAIMBEAgASgCDCgCABAVIAEoAgwoAgwQFSABKAIMEBULIAFBEGokAAtuAQF/IwBBgAJrIgUkAAJAIARBgMAEcQ0AIAIgA0wNACAFIAFB/wFxIAIgA2siAkGAAiACQYACSSIBGxAyIAFFBEADQCAAIAVBgAIQIiACQYACayICQf8BSw0ACwsgACAFIAIQIgsgBUGAAmokAAvRAQEBfyMAQTBrIgMkACADIAA2AiggAyABNwMgIAMgAjYCHAJAIAMoAigtAChBAXEEQCADQX82AiwMAQsCQCADKAIoKAIgBEAgAygCHEUNASADKAIcQQFGDQEgAygCHEECRg0BCyADKAIoQQxqQRJBABAUIANBfzYCLAwBCyADIAMpAyA3AwggAyADKAIcNgIQIAMoAiggA0EIakIQQQYQIUIAUwRAIANBfzYCLAwBCyADKAIoQQA6ADQgA0EANgIsCyADKAIsIQAgA0EwaiQAIAALmBcBAn8jAEEwayIEJAAgBCAANgIsIAQgATYCKCAEIAI2AiQgBCADNgIgIARBADYCFAJAIAQoAiwoAoQBQQBKBEAgBCgCLCgCACgCLEECRgRAIwBBEGsiACAEKAIsNgIIIABB/4D/n382AgQgAEEANgIAAkADQCAAKAIAQR9MBEACQCAAKAIEQQFxRQ0AIAAoAghBlAFqIAAoAgBBAnRqLwEARQ0AIABBADYCDAwDCyAAIAAoAgBBAWo2AgAgACAAKAIEQQF2NgIEDAELCwJAAkAgACgCCC8BuAENACAAKAIILwG8AQ0AIAAoAggvAcgBRQ0BCyAAQQE2AgwMAQsgAEEgNgIAA0AgACgCAEGAAkgEQCAAKAIIQZQBaiAAKAIAQQJ0ai8BAARAIABBATYCDAwDBSAAIAAoAgBBAWo2AgAMAgsACwsgAEEANgIMCyAAKAIMIQAgBCgCLCgCACAANgIsCyAEKAIsIAQoAixBmBZqEHsgBCgCLCAEKAIsQaQWahB7IAQoAiwhASMAQRBrIgAkACAAIAE2AgwgACgCDCAAKAIMQZQBaiAAKAIMKAKcFhC5ASAAKAIMIAAoAgxBiBNqIAAoAgwoAqgWELkBIAAoAgwgACgCDEGwFmoQeyAAQRI2AggDQAJAIAAoAghBA0gNACAAKAIMQfwUaiAAKAIILQDgbEECdGovAQINACAAIAAoAghBAWs2AggMAQsLIAAoAgwiASABKAKoLSAAKAIIQQNsQRFqajYCqC0gACgCCCEBIABBEGokACAEIAE2AhQgBCAEKAIsKAKoLUEKakEDdjYCHCAEIAQoAiwoAqwtQQpqQQN2NgIYIAQoAhggBCgCHE0EQCAEIAQoAhg2AhwLDAELIAQgBCgCJEEFaiIANgIYIAQgADYCHAsCQAJAIAQoAhwgBCgCJEEEakkNACAEKAIoRQ0AIAQoAiwgBCgCKCAEKAIkIAQoAiAQXAwBCwJAAkAgBCgCLCgCiAFBBEcEQCAEKAIYIAQoAhxHDQELIARBAzYCEAJAIAQoAiwoArwtQRAgBCgCEGtKBEAgBCAEKAIgQQJqNgIMIAQoAiwiACAALwG4LSAEKAIMQf//A3EgBCgCLCgCvC10cjsBuC0gBCgCLC8BuC1B/wFxIQEgBCgCLCgCCCECIAQoAiwiAygCFCEAIAMgAEEBajYCFCAAIAJqIAE6AAAgBCgCLC8BuC1BCHYhASAEKAIsKAIIIQIgBCgCLCIDKAIUIQAgAyAAQQFqNgIUIAAgAmogAToAACAEKAIsIAQoAgxB//8DcUEQIAQoAiwoArwta3U7AbgtIAQoAiwiACAAKAK8LSAEKAIQQRBrajYCvC0MAQsgBCgCLCIAIAAvAbgtIAQoAiBBAmpB//8DcSAEKAIsKAK8LXRyOwG4LSAEKAIsIgAgBCgCECAAKAK8LWo2ArwtCyAEKAIsQZDgAEGQ6QAQugEMAQsgBEEDNgIIAkAgBCgCLCgCvC1BECAEKAIIa0oEQCAEIAQoAiBBBGo2AgQgBCgCLCIAIAAvAbgtIAQoAgRB//8DcSAEKAIsKAK8LXRyOwG4LSAEKAIsLwG4LUH/AXEhASAEKAIsKAIIIQIgBCgCLCIDKAIUIQAgAyAAQQFqNgIUIAAgAmogAToAACAEKAIsLwG4LUEIdiEBIAQoAiwoAgghAiAEKAIsIgMoAhQhACADIABBAWo2AhQgACACaiABOgAAIAQoAiwgBCgCBEH//wNxQRAgBCgCLCgCvC1rdTsBuC0gBCgCLCIAIAAoArwtIAQoAghBEGtqNgK8LQwBCyAEKAIsIgAgAC8BuC0gBCgCIEEEakH//wNxIAQoAiwoArwtdHI7AbgtIAQoAiwiACAEKAIIIAAoArwtajYCvC0LIAQoAiwhASAEKAIsKAKcFkEBaiECIAQoAiwoAqgWQQFqIQMgBCgCFEEBaiEFIwBBQGoiACQAIAAgATYCPCAAIAI2AjggACADNgI0IAAgBTYCMCAAQQU2AigCQCAAKAI8KAK8LUEQIAAoAihrSgRAIAAgACgCOEGBAms2AiQgACgCPCIBIAEvAbgtIAAoAiRB//8DcSAAKAI8KAK8LXRyOwG4LSAAKAI8LwG4LUH/AXEhAiAAKAI8KAIIIQMgACgCPCIFKAIUIQEgBSABQQFqNgIUIAEgA2ogAjoAACAAKAI8LwG4LUEIdiECIAAoAjwoAgghAyAAKAI8IgUoAhQhASAFIAFBAWo2AhQgASADaiACOgAAIAAoAjwgACgCJEH//wNxQRAgACgCPCgCvC1rdTsBuC0gACgCPCIBIAEoArwtIAAoAihBEGtqNgK8LQwBCyAAKAI8IgEgAS8BuC0gACgCOEGBAmtB//8DcSAAKAI8KAK8LXRyOwG4LSAAKAI8IgEgACgCKCABKAK8LWo2ArwtCyAAQQU2AiACQCAAKAI8KAK8LUEQIAAoAiBrSgRAIAAgACgCNEEBazYCHCAAKAI8IgEgAS8BuC0gACgCHEH//wNxIAAoAjwoArwtdHI7AbgtIAAoAjwvAbgtQf8BcSECIAAoAjwoAgghAyAAKAI8IgUoAhQhASAFIAFBAWo2AhQgASADaiACOgAAIAAoAjwvAbgtQQh2IQIgACgCPCgCCCEDIAAoAjwiBSgCFCEBIAUgAUEBajYCFCABIANqIAI6AAAgACgCPCAAKAIcQf//A3FBECAAKAI8KAK8LWt1OwG4LSAAKAI8IgEgASgCvC0gACgCIEEQa2o2ArwtDAELIAAoAjwiASABLwG4LSAAKAI0QQFrQf//A3EgACgCPCgCvC10cjsBuC0gACgCPCIBIAAoAiAgASgCvC1qNgK8LQsgAEEENgIYAkAgACgCPCgCvC1BECAAKAIYa0oEQCAAIAAoAjBBBGs2AhQgACgCPCIBIAEvAbgtIAAoAhRB//8DcSAAKAI8KAK8LXRyOwG4LSAAKAI8LwG4LUH/AXEhAiAAKAI8KAIIIQMgACgCPCIFKAIUIQEgBSABQQFqNgIUIAEgA2ogAjoAACAAKAI8LwG4LUEIdiECIAAoAjwoAgghAyAAKAI8IgUoAhQhASAFIAFBAWo2AhQgASADaiACOgAAIAAoAjwgACgCFEH//wNxQRAgACgCPCgCvC1rdTsBuC0gACgCPCIBIAEoArwtIAAoAhhBEGtqNgK8LQwBCyAAKAI8IgEgAS8BuC0gACgCMEEEa0H//wNxIAAoAjwoArwtdHI7AbgtIAAoAjwiASAAKAIYIAEoArwtajYCvC0LIABBADYCLANAIAAoAiwgACgCMEgEQCAAQQM2AhACQCAAKAI8KAK8LUEQIAAoAhBrSgRAIAAgACgCPEH8FGogACgCLC0A4GxBAnRqLwECNgIMIAAoAjwiASABLwG4LSAAKAIMQf//A3EgACgCPCgCvC10cjsBuC0gACgCPC8BuC1B/wFxIQIgACgCPCgCCCEDIAAoAjwiBSgCFCEBIAUgAUEBajYCFCABIANqIAI6AAAgACgCPC8BuC1BCHYhAiAAKAI8KAIIIQMgACgCPCIFKAIUIQEgBSABQQFqNgIUIAEgA2ogAjoAACAAKAI8IAAoAgxB//8DcUEQIAAoAjwoArwta3U7AbgtIAAoAjwiASABKAK8LSAAKAIQQRBrajYCvC0MAQsgACgCPCIBIAEvAbgtIAAoAjxB/BRqIAAoAiwtAOBsQQJ0ai8BAiAAKAI8KAK8LXRyOwG4LSAAKAI8IgEgACgCECABKAK8LWo2ArwtCyAAIAAoAixBAWo2AiwMAQsLIAAoAjwgACgCPEGUAWogACgCOEEBaxC4ASAAKAI8IAAoAjxBiBNqIAAoAjRBAWsQuAEgAEFAayQAIAQoAiwgBCgCLEGUAWogBCgCLEGIE2oQugELCyAEKAIsEL0BIAQoAiAEQCAEKAIsELwBCyAEQTBqJAAL1AEBAX8jAEEgayICJAAgAiAANgIYIAIgATcDECACIAIoAhhFOgAPAkAgAigCGEUEQCACIAIpAxCnEBgiADYCGCAARQRAIAJBADYCHAwCCwsgAkEYEBgiADYCCCAARQRAIAItAA9BAXEEQCACKAIYEBULIAJBADYCHAwBCyACKAIIQQE6AAAgAigCCCACKAIYNgIEIAIoAgggAikDEDcDCCACKAIIQgA3AxAgAigCCCACLQAPQQFxOgABIAIgAigCCDYCHAsgAigCHCEAIAJBIGokACAAC3gBAX8jAEEQayIBJAAgASAANgIIIAEgASgCCEIEEB42AgQCQCABKAIERQRAIAFBADYCDAwBCyABIAEoAgQtAAAgASgCBC0AASABKAIELQACIAEoAgQtAANBCHRqQQh0akEIdGo2AgwLIAEoAgwhACABQRBqJAAgAAt/AQN/IAAhAQJAIABBA3EEQANAIAEtAABFDQIgAUEBaiIBQQNxDQALCwNAIAEiAkEEaiEBIAIoAgAiA0F/cyADQYGChAhrcUGAgYKEeHFFDQALIANB/wFxRQRAIAIgAGsPCwNAIAItAAEhAyACQQFqIgEhAiADDQALCyABIABrC2EBAX8jAEEQayICIAA2AgggAiABNwMAAkAgAikDACACKAIIKQMIVgRAIAIoAghBADoAACACQX82AgwMAQsgAigCCEEBOgAAIAIoAgggAikDADcDECACQQA2AgwLIAIoAgwL7wEBAX8jAEEgayICJAAgAiAANgIYIAIgATcDECACIAIoAhhCCBAeNgIMAkAgAigCDEUEQCACQX82AhwMAQsgAigCDCACKQMQQv8BgzwAACACKAIMIAIpAxBCCIhC/wGDPAABIAIoAgwgAikDEEIQiEL/AYM8AAIgAigCDCACKQMQQhiIQv8BgzwAAyACKAIMIAIpAxBCIIhC/wGDPAAEIAIoAgwgAikDEEIoiEL/AYM8AAUgAigCDCACKQMQQjCIQv8BgzwABiACKAIMIAIpAxBCOIhC/wGDPAAHIAJBADYCHAsgAigCHBogAkEgaiQAC4cDAQF/IwBBMGsiAyQAIAMgADYCJCADIAE2AiAgAyACNwMYAkAgAygCJC0AKEEBcQRAIANCfzcDKAwBCwJAAkAgAygCJCgCIEUNACADKQMYQv///////////wBWDQAgAykDGFANASADKAIgDQELIAMoAiRBDGpBEkEAEBQgA0J/NwMoDAELIAMoAiQtADVBAXEEQCADQn83AygMAQsCfyMAQRBrIgAgAygCJDYCDCAAKAIMLQA0QQFxCwRAIANCADcDKAwBCyADKQMYUARAIANCADcDKAwBCyADQgA3AxADQCADKQMQIAMpAxhUBEAgAyADKAIkIAMoAiAgAykDEKdqIAMpAxggAykDEH1BARAhIgI3AwggAkIAUwRAIAMoAiRBAToANSADKQMQUARAIANCfzcDKAwECyADIAMpAxA3AygMAwsgAykDCFAEQCADKAIkQQE6ADQFIAMgAykDCCADKQMQfDcDEAwCCwsLIAMgAykDEDcDKAsgAykDKCECIANBMGokACACCzYBAX8jAEEQayIBIAA2AgwCfiABKAIMLQAAQQFxBEAgASgCDCkDCCABKAIMKQMQfQwBC0IACwuyAQIBfwF+IwBBEGsiASQAIAEgADYCBCABIAEoAgRC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AkEBNgIQIAJBADYCCANAAkAgAigCCCACKAIYLwEETw0AAkAgAigCDCACKAIIai0AAEEfSwRAIAIoAgwgAigCCGotAABBgAFJDQELIAIoAgwgAigCCGotAABBDUYNACACKAIMIAIoAghqLQAAQQpGDQAgAigCDCACKAIIai0AAEEJRgRADAELIAJBAzYCEAJAIAIoAgwgAigCCGotAABB4AFxQcABRgRAIAJBATYCAAwBCwJAIAIoAgwgAigCCGotAABB8AFxQeABRgRAIAJBAjYCAAwBCwJAIAIoAgwgAigCCGotAABB+AFxQfABRgRAIAJBAzYCAAwBCyACQQQ2AhAMBAsLCyACKAIYLwEEIAIoAgggAigCAGpNBEAgAkEENgIQDAILIAJBATYCBANAIAIoAgQgAigCAE0EQCACKAIMIAIoAgggAigCBGpqLQAAQcABcUGAAUcEQCACQQQ2AhAMBgUgAiACKAIEQQFqNgIEDAILAAsLIAIgAigCACACKAIIajYCCAsgAiACKAIIQQFqNgIIDAELCwsgAigCGCACKAIQNgIIIAIoAhQEQAJAIAIoAhRBAkcNACACKAIQQQNHDQAgAkECNgIQIAIoAhhBAjYCCAsCQCACKAIUIAIoAhBGDQAgAigCEEEBRg0AIAJBBTYCHAwCCwsgAiACKAIQNgIcCyACKAIcC2oBAX8jAEEQayIBIAA2AgwgASgCDEIANwMAIAEoAgxBADYCCCABKAIMQn83AxAgASgCDEEANgIsIAEoAgxBfzYCKCABKAIMQgA3AxggASgCDEIANwMgIAEoAgxBADsBMCABKAIMQQA7ATILUgECf0GQlwEoAgAiASAAQQNqQXxxIgJqIQACQCACQQAgACABTRsNACAAPwBBEHRLBEAgABATRQ0BC0GQlwEgADYCACABDwtBtJsBQTA2AgBBfwuNBQEDfyMAQRBrIgEkACABIAA2AgwgASgCDARAIAEoAgwoAgAEQCABKAIMKAIAEDEaIAEoAgwoAgAQGwsgASgCDCgCHBAVIAEoAgwoAiAQJSABKAIMKAIkECUgASgCDCgCUCECIwBBEGsiACQAIAAgAjYCDCAAKAIMBEAgACgCDCgCEARAIABBADYCCANAIAAoAgggACgCDCgCAEkEQCAAKAIMKAIQIAAoAghBAnRqKAIABEAgACgCDCgC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A3EQHwsgAygCpAEoAhQgA0GeAWogA0GcAWoQgQEgAygCTCADLwGeARAfIAMoAkwgAy8BnAEQHwJAAkAgAy0AhQFBAXFFDQAgAygCpAEpAyhCFFoNACADKAJMQQAQIAwBCyADKAJMIAMoAqQBKAIYECALAkACQCADKAKgAUGAAnFBgAJHDQAgAygCpAEpAyBC/////w9UBEAgAygCpAEpAyhC/////w9UDQELIAMoAkxBfxAgIAMoAkxBfxAgDAELAkAgAygCpAEpAyBC/////w9UBEAgAygCTCADKAKkASkDIKcQIAwBCyADKAJMQX8QIAsCQCADKAKkASkDKEL/////D1QEQCADKAJMIAMoAqQBKQMopxAgDAELIAMoAkxBfxAgCwsgAygCTCADKAKkASgCMBBTQf//A3EQHyADIAMoAqQBKAI0IAMoAqABEIYBQf//A3EgAygCkAFBgAYQhgFB//8DcWo2AogBIAMoAkwgAygCiAFB//8DcRAfIAMoAqABQYACcUUEQCADKAJMIAMoAqQBKAI4EFNB//8DcRAfIAMoAkwgAygCpAEoAjxB//8DcRAfIAMoAkwgAygCpAEvAUAQHyADKAJMIAMoAqQBKAJEECACQCADKAKkASkDSEL/////D1QEQCADKAJMIAMoAqQBKQNIpxAgDAELIAMoAkxBfxAgCwsCfyMAQRBrIgAgAygCTDYCDCAAKAIMLQAAQQFxRQsEQCADKAKoAUEIakEUQQAQFCADKAJMEBYgAygCkAEQIyADQX82AqwBDAELIAMoAqgBIANB0ABqAn4jAEEQayIAIAMoAkw2AgwCfiAAKAIMLQAAQQFxBEAgACgCDCkDEAwBC0IACwsQNUEASARAIAMoAkwQFiADKAKQARAjIANBfzYCrAEMAQsgAygCTBAWIAMoAqQBKAIwBEAgAygCqAEgAygCpAEoAjAQigFBAEgEQCADKAKQARAjIANBfzYCrAEMAgsLIAMoApABBEAgAygCqAEgAygCkAFBgAYQhQFBAEgEQCADKAKQARAjIANBfzYCrAEMAgsLIAMoApABECMgAygCpAEoAjQEQCADKAKoASADKAKkASgCNCADKAKgARCFAUEASARAIANBfzYCrAEMAgsLIAMoAqABQYACcUUEQCADKAKkASgCOARAIAMoAqgBIAMoAqQBKAI4EIoB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HCAAIAAoAhRBAWo2AhQMAQsLIAAoAggQR0EBcUUEQCAAKAIgQRRBABAUIAAoAggQFiAAQX82AiwMAQsgACgCCBAWIAAgACgCHDYCLAsgACgCLCECIABBMGokACADIAIiADYCBCAAQQBIBEAgA0IANwMoDAELIAMpAwggAygCBK18Qv///////////wBWBEAgAygCFEEEQRYQFCADQgA3AygMAQsgAyADKQMIIAMoAgStfDcDKAsgAykDKCEBIANBMGokACABC20BAX8jAEEgayIEJAAgBCAANgIYIAQgATYCFCAEIAI2AhAgBCADNgIMAkAgBCgCGEUEQCAEQQA2AhwMAQsgBCAEKAIUIAQoAhAgBCgCDCAEKAIYQQhqEJIBNgIcCyAEKAIcIQAgBEEgaiQAIAALVQEBfyMAQRBrIgEkACABIAA2AgwCQAJAIAEoAgwoAiRBAUYNACABKAIMKAIkQQJGDQAMAQsgASgCDEEAQgBBChAhGiABKAIMQQA2AiQLIAFBEGokAAumAQEBfyMAQRBrIgIkACACIAA2AgggAiABNgIEAkAgAigCCC0AKEEBcQRAIAJBfzYCDAwBCyACKAIIKAIABEAgAigCCCgCACACKAIEEGhBAEgEQCACKAIIQQxqIAIoAggoAgAQFyACQX82AgwMAgsLIAIoAgggAkEEakIEQRMQIUIAUwRAIAJBfzYCDAwBCyACQQA2AgwLIAIoAgwhACACQRBqJAAgAAuNCAIBfwF+IwBBkAFrIgMkACADIAA2AoQBIAMgATYCgAEgAyACNgJ8IAMQTwJAIAMoAoABKQMIQgBSBEAgAyADKAKAASgCACgCACkDSDcDYCADIAMoAoABKAIAKAIAKQNINwNoDAELIANCADcDYCADQgA3A2gLIANCADcDcAJAA0AgAykDcCADKAKAASkDCFQEQCADKAKAASgCACADKQNwp0EEdGooAgApA0ggAykDaFQEQCADIAMoAoABKAIAIAMpA3CnQQR0aigCACkDSDcDaAsgAykDaCADKAKAASkDIFYEQCADKAJ8QRNBABAUIANCfzcDiAEMAwsgAyADKAKAASgCACADKQNwp0EEdGooAgApA0ggAygCgAEoAgAgAykDcKdBBHRqKAIAKQMgfCADKAKAASgCACADKQNwp0EEdGooAgAoAjAQU0H//wNxrXxC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DEECdGooAgBBAnRqLwEASA0AAkAgAygCGCADKAIQQQJ0ai8BACADKAIYIAMoAhxB3BZqIAMoAgxBAnRqKAIAQQJ0ai8BAEcNACADKAIQIAMoAhxB2Chqai0AACADKAIcQdwWaiADKAIMQQJ0aigCACADKAIcQdgoamotAABKDQAMAQsgAygCHEHcFmogAygCFEECdGogAygCHEHcFmogAygCDEECdGooAgA2AgAgAyADKAIMNgIUIAMgAygCDEEBdDYCDAwBCwsgAygCHEHcFmogAygCFEECdGogAygCEDYCAAvXEwEDfyMAQTBrIgIkACACIAA2AiwgAiABNgIoIAIgAigCKCgCADYCJCACIAIoAigoAggoAgA2AiAgAiACKAIoKAIIKAIMNgIcIAJBfzYCECACKAIsQQA2AtAoIAIoAixBvQQ2AtQoIAJBADYCGANAIAIoAhggAigCHEgEQAJAIAIoAiQgAigCGEECdGovAQAEQCACIAIoAhgiATYCECACKAIsQdwWaiEDIAIoAiwiBCgC0ChBAWohACAEIAA2AtAoIABBAnQgA2ogATYCACACKAIYIAIoAixB2ChqakEAOgAADAELIAIoAiQgAigCGEECdGpBADsBAgsgAiACKAIYQQFqNgIYDAELCwNAIAIoAiwoAtAoQQJIBEACQCACKAIQQQJIBEAgAiACKAIQQQFqIgA2AhAMAQtBACEACyACKAIsQdwWaiEDIAIoAiwiBCgC0ChBAWohASAEIAE2AtAoIAFBAnQgA2ogADYCACACIAA2AgwgAigCJCACKAIMQQJ0akEBOwEAIAIoAgwgAigCLEHYKGpqQQA6AAAgAigCLCIAIAAoAqgtQQFrNgKoLSACKAIgBEAgAigCLCIAIAAoAqwtIAIoAiAgAigCDEECdGovAQJrNgKsLQsMAQsLIAIoAiggAigCEDYCBCACIAIoAiwoAtAoQQJtNgIYA0AgAigCGEEBTgRAIAIoAiwgAigCJCACKAIYEHogAiACKAIYQQFrNgIYDAELCyACIAIoAhw2AgwDQCACIAIoAiwoAuAWNgIYIAIoAixB3BZqIQEgAigCLCIDKALQKCEAIAMgAEEBazYC0CggAigCLCAAQQJ0IAFqKAIANgLgFiACKAIsIAIoAiRBARB6IAIgAigCLCgC4BY2AhQgAigCGCEBIAIoAixB3BZqIQMgAigCLCIEKALUKEEBayEAIAQgADYC1CggAEECdCADaiABNgIAIAIoAhQhASACKAIsQdwWaiEDIAIoAiwiBCgC1ChBAWshACAEIAA2AtQoIABBAnQgA2ogATYCACACKAIkIAIoAgxBAnRqIAIoAiQgAigCGEECdGovAQAgAigCJCACKAIUQQJ0ai8BAGo7AQAgAigCDCACKAIsQdgoamoCfyACKAIYIAIoAixB2Chqai0AACACKAIUIAIoAixB2Chqai0AAE4EQCACKAIYIAIoAixB2Chqai0AAAwBCyACKAIUIAIoAixB2Chqai0AAAtBAWo6AAAgAigCJCACKAIUQQJ0aiACKAIMIgA7AQIgAigCJCACKAIYQQJ0aiAAOwECIAIgAigCDCIAQQFqNgIMIAIoAiwgADYC4BYgAigCLCACKAIkQQEQeiACKAIsKALQKEECTg0ACyACKAIsKALgFiEBIAIoAixB3BZqIQMgAigCLCIEKALUKEEBayEAIAQgADYC1CggAEECdCADaiABNgIAIAIoAighASMAQUBqIgAgAigCLDYCPCAAIAE2AjggACAAKAI4KAIANgI0IAAgACgCOCgCBDYCMCAAIAAoAjgoAggoAgA2AiwgACAAKAI4KAIIKAIENgIoIAAgACgCOCgCCCgCCDYCJCAAIAAoAjgoAggoAhA2AiAgAEEANgIEIABBADYCEANAIAAoAhBBD0wEQCAAKAI8QbwWaiAAKAIQQQF0akEAOwEAIAAgACgCEEEBajYCEAwBCwsgACgCNCAAKAI8QdwWaiAAKAI8KALUKEECdGooAgBBAnRqQQA7AQIgACAAKAI8KALUKEEBajYCHANAIAAoAhxBvQRIBEAgACAAKAI8QdwWaiAAKAIcQQJ0aigCADYCGCAAIAAoAjQgACgCNCAAKAIYQQJ0ai8BAkECdGovAQJBAWo2AhAgACgCECAAKAIgSgRAIAAgACgCIDYCECAAIAAoAgRBAWo2AgQLIAAoAjQgACgCGEECdGogACgCEDsBAiAAKAIYIAAoAjBMBEAgACgCPCAAKAIQQQF0akG8FmoiASABLwEAQQFqOwEAIABBADYCDCAAKAIYIAAoAiROBEAgACAAKAIoIAAoAhggACgCJGtBAnRqKAIANgIMCyAAIAAoAjQgACgCGEECdGovAQA7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EANAIAMpAxAgAykDCFpFBEAgAygCKCgCACADKQMQp0EEdGoQkAEgAyADKQMQQgF8NwMQDAELCyADKAIoIAMpAwgiATcDECADKAIoIAE3AwggA0EBOgAvCyADLQAvQQFxIQAgA0EwaiQAIAALzAEBAX8jAEEgayICJAAgAiAANwMQIAIgATYCDCACQTAQGCIBNgIIAkAgAUUEQCACKAIMQQ5BABAUIAJBADYCHAwBCyACKAIIQQA2AgAgAigCCEIANwMQIAIoAghCADcDCCACKAIIQgA3AyAgAigCCEIANwMYIAIoAghBADYCKCACKAIIQQA6ACwgAigCCCACKQMQIAIoAgwQgwFBAXFFBEAgAigCCBAkIAJBADYCHAwBCyACIAIoAgg2AhwLIAIoAhwhASACQSBqJAAgAQvWAgEBfyMAQSBrIgMkACADIAA2AhggAyABNgIUIAMgAjYCECADIANBDGpCBBApNgIIAkAgAygCCEUEQCADQX82AhwMAQsDQCADKAIUBEAgAygCFCgCBCADKAIQcUGABnEEQCADKAIIQgAQLBogAygCCCADKAIULwEIEB8gAygCCCADKAIULwEKEB8CfyMAQRBrIgAgAygCCDYCDCAAKAIMLQAAQQFxRQsEQCADKAIYQQhqQRRBABAUIAMoAggQFiADQX82AhwMBAsgAygCGCADQQxqQgQQNUEASARAIAMoAggQFiADQX82AhwMBAsgAygCFC8BCgRAIAMoAhggAygCFCgCDCADKAIULwEKrRA1QQBIBEAgAygCCBAWIANBfzYCHAwFCwsLIAMgAygCFCgCADYCFAwBCwsgAygCCBAWIANBADYCHAsgAygCHCEAIANBIGokACAAC2gBAX8jAEEQayICIAA2AgwgAiABNgIIIAJBADsBBgNAIAIoAgwEQCACKAIMKAIEIAIoAghxQYAGcQRAIAIgAigCDC8BCiACLwEGQQRqajsBBgsgAiACKAIMKAIANgIMDAELCyACLwEGC/ABAQF/IwBBEGsiASQAIAEgADYCDCABIAEoAgw2AgggAUEANgIEA0AgASgCDARAAkACQCABKAIMLwEIQfXGAUYNACABKAIMLwEIQfXgAUYNACABKAIMLwEIQYGyAkYNACABKAIMLwEIQQFHDQELIAEgASgCDCgCADYCACABKAIIIAEoAgxGBEAg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IAEpA4ABIAEpAzB8IAEpA5gBIAEpAzh8VgRAIAEoApABQRVBABAUIAFBADYCrAEMAQsCQCABKAKUAUEEcUUNACABKQOAASABKQMwfCABKQOYASABKQM4fFENACABKAKQAUEVQQAQFCABQQA2AqwBDAELIAEpAyggASkDMEIugFYEQCABKAKQAUEVQQAQFCABQQA2AqwBDAELIAEgASkDKCABKAKQARCEASIFNgKMASAFRQRAIAFBADYCrAEMAQsgASgCjAFBAToALCABKAKMASABKQMwNwMYIAEoAowBIAEpA4ABNwMgIAEgASgCjAE2AqwBCyABKAKsASEFIAFBsAFqJAAgACAFNgJQDAELIAAoAmQgACkDMBAsGiAAKAJkIQUgACkDWCEJIAAoAmgoAhQhBiAAKAJUIQcjAEHQAGsiASQAIAEgBTYCSCABIAk3A0AgASAGNgI8IAEgBzYCOAJAIAEoAkgQL0IWVARAIAEoAjhBFUEAEBQgAUEANgJMDAELIwBBEGsiBSABKAJINgIMIAECfiAFKAIMLQAAQQFxBEAgBSgCDCkDEAwBC0IACzcDCCABKAJIQgQQHhogASgCSBAqBEAgASgCOEEBQQAQFCABQQA2AkwMAQsgASABKAJIEB1B//8Dca03AyggASABKAJIEB1B//8Dca03AyAgASkDICABKQMoUgRAIAEoAjhBE0EAEBQgAUEANgJMDAELIAEgASgCSBAqrTcDGCABIAEoAkgQKq03AxAgASkDECABKQMQIAEpAxh8VgRAIAEoAjhBBEEWEBQgAUEANgJMDAELIAEpAxAgASkDGHwgASkDQCABKQMIfFYEQCABKAI4QRVBABAUIAFBADYCTAwBCwJAIAEoAjxBBHFFDQAgASkDECABKQMYfCABKQNAIAEpAwh8UQ0AIAEoAjhBFUEAEBQgAUEANgJMDAELIAEgASkDICABKAI4EIQBIgU2AjQgBUUEQCABQQA2AkwMAQsgASgCNEEAOgAsIAEoAjQgASkDGDcDGCABKAI0IAEpAxA3AyAgASABKAI0NgJMCyABKAJMIQUgAUHQAGokACAAIAU2AlALIAAoAlBFBEAgAEEANgJsDAELIAAoAmQgACkDMEIUfBAsGiAAIAAoAmQQHTsBTiAAKAJQKQMgIAAoAlApAxh8IAApA1ggACkDMHxWBEAg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IAIgAigCLCIAQQFqNgIsIAAtAAEhASACIAIoAigiAEEBajYCKEEAIAAtAAEgAUcNABogAiACKAIsIgBBAWo2AiwgAC0AASEBIAIgAigCKCIAQQFqNgIoQQAgAC0AASABRw0AGiACIAIoAiwiAEEBajYCLCAALQABIQEgAiACKAIoIgBBAWo2AihBACAALQABIAFHDQAaIAIgAigCLCIAQQFqNgIsIAAtAAEhASACIAIoAigiAEEBajYCKEEAIAAtAAEgAUcNABogAiACKAIsIgBBAWo2AiwgAC0AASEBIAIgAigCKCIAQQFqNgIoQQAgAC0AASABRw0AGiACKAIsIAIoAgxJC0EBcQ0ACyACQYICIAIoAgwgAigCLGtrNgIkIAIgAigCDEGCAms2AiwgAigCJCACKAIgSgRAIAIoAjggAigCNDYCcCACIAIoAiQ2AiAgAigCJCACKAIcTg0CIAIgAigCLCACKAIgQQFrai0AADoACyACIAIoAiwgAigCIGotAAA6AAoLCyACIAIoAhQgAigCNCACKAIQcUEBdGovAQAiATYCNEEAIQAgASACKAIYSwR/IAIgAigCMEEBayIANgIwIABBAEcFQQALQQFxDQELCwJAIAIoAiAgAigCOCgCdE0EQCACIAIoAiA2AjwMAQsgAiACKAI4KAJ0NgI8CyACKAI8C5IQAQF/IwBBMGsiAiQAIAIgADYCKCACIAE2AiQgAgJ/IAIoAigoAiwgAigCKCgCDEEFa0kEQCACKAIoKAIsDAELIAIoAigoAgxBBWsLNgIgIAJBADYCECACIAIoAigoAgAoAgQ2AgwDQAJAIAJB//8DNgIcIAIgAigCKCgCvC1BKmpBA3U2AhQgAigCKCgCACgCECACKAIUSQ0AIAIgAigCKCgCACgCECACKAIUazYCFCACIAIoAigoAmwgAigCKCgCXGs2AhggAigCHCACKAIYIAIoAigoAgAoAgRqSwRAIAIgAigCGCACKAIoKAIAKAIEajYCHAsgAigCHCACKAIUSwRAIAIgAigCFDYCHAsCQCACKAIcIAIoAiBPDQACQCACKAIcRQRAIAIoAiRBBEcNAQsgAigCJEUNACACKAIcIAIoAhggAigCKCgCACgCBGpGDQELDAELQQAhACACIAIoAiRBBEYEfyACKAIcIAIoAhggAigCKCgCACgCBGpGBUEAC0EBcTYCECACKAIoQQBBACACKAIQEFwgAigCKCgCCCACKAIoKAIUQQRraiACKAIcOgAAIAIoAigoAgggAigCKCgCFEEDa2ogAigCHEEIdjoAACACKAIoKAIIIAIoAigoAhRBAmtqIAIoAhxBf3M6AAAgAigCKCgCCCACKAIoKAIUQQFraiACKAIcQX9zQQh2OgAAIAIoAigoAgAQHCACKAIYBEAgAigCGCACKAIcSwRAIAIgAigCHDYCGAsgAigCKCgCACgCDCACKAIoKAI4IAIoAigoAlxqIAIoAhgQGRogAigCKCgCACIAIAIoAhggACgCDGo2AgwgAigCKCgCACIAIAAoAhAgAigCGGs2AhAgAigCKCgCACIAIAIoAhggACgCFGo2AhQgAigCKCIAIAIoAhggACgCXGo2AlwgAiACKAIcIAIoAhhrNgIcCyACKAIcBEAgAigCKCgCACACKAIoKAIAKAIMIAIoAhwQeBogAigCKCgCACIAIAIoAhwgACgCDGo2AgwgAigCKCgCACIAIAAoAhAgAigCHGs2AhAgAigCKCgCACIAIAIoAhwgACgCFGo2AhQLIAIoAhBFDQELCyACIAIoAgwgAigCKCgCACgCBGs2AgwgAigCDARAAkAgAigCDCACKAIoKAIsTwRAIAIoAihBAjYCsC0gAigCKCgCOCACKAIoKAIAKAIAIAIoAigoAixrIAIoAigoAiwQGRogAigCKCACKAIoKAIsNgJsDAELIAIoAgwgAigCKCgCPCACKAIoKAJsa08EQCACKAIoIgAgACgCbCACKAIoKAIsazYCbCACKAIoKAI4IAIoAigoAjggAigCKCgCLGogAigCKCgCbBAZGiACKAIoKAKwLUECSQRAIAIoAigiACAAKAKwLUEBajYCsC0LCyACKAIoKAI4IAIoAigoAmxqIAIoAigoAgAoAgAgAigCDGsgAigCDBAZGiACKAIoIgAgAigCDCAAKAJsajYCbAsgAigCKCACKAIoKAJsNgJcIAIoAigiAQJ/IAIoAgwgAigCKCgCLCACKAIoKAK0LWtLBEAgAigCKCgCLCACKAIoKAK0LWsMAQsgAigCDAsgASgCtC1qNgK0LQsgAigCKCgCwC0gAigCKCgCbEkEQCACKAIoIAIoAigoAmw2AsAtCwJAIAIoAhAEQCACQQM2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mwFCADcDAEGYmwFCADcDAEGQmwFCADcDAEGImwFCADcDAEGAmwFCADcDAEH4mgFCADcDAEHwmgFCADcDAEHwmgEL1QQBBX8jAEGwAWsiASQAIAEgADYCqAEgASgCqAEQNwJAAkAgASgCqAEoAgBBAE4EQCABKAKoASgCAEGAFCgCAEgNAQsgASABKAKoASgCADYCECABQSBqQY8SIAFBEGoQcCABQQA2AqQBIAEgAUEgajYCoAEMAQsgASABKAKoASgCAEECdEGAE2ooAgA2AqQBAkACQAJAAkAgASgCqAEoAgBBAnRBkBRqKAIAQQFrDgIAAQILIAEoAqgBKAIEIQJBkJkBKAIAIQRBACEAAkACQANAIAIgAEGgiAFqLQAARwRAQdcAIQMgAEEBaiIAQdcARw0BDAILCyAAIgMNAEGAiQEhAgwBC0GAiQEhAANAIAAtAAAhBSAAQQFqIgIhACAFDQAgAiEAIANBAWsiAw0ACwsgBCgCFBogASACNgKgAQwCCyMAQRBrIgAgASgCqAEoAgQ2AgwgAUEAIAAoAgxrQQJ0QajZAGooAgA2AqABDAELIAFBADYCoAELCwJAIAEoAqABRQRAIAEgASgCpAE2AqwBDAELIAEgASgCoAEQKwJ/IAEoAqQBBEAgASgCpAEQK0ECagwBC0EAC2pBAWoQGCIANgIcIABFBEAgAUG4EygCADYCrAEMAQsgASgCHCEAAn8gASgCpAEEQCABKAKkAQwBC0H6EgshA0HfEkH6EiABKAKkARshAiABIAEoAqABNgIIIAEgAjYCBCABIAM2AgAgAEG+CiABEHAgASgCqAEgASgCHDYCCCABIAEoAhw2AqwBCyABKAKsASEAIAFBsAFqJAAgAAszAQF/IAAoAhQiAyABIAIgACgCECADayIBIAEgAksbIgEQGRogACAAKAIUIAFqNgIUIAILjwUCBn4BfyABIAEoAgBBD2pBcHEiAUEQajYCACAAAnwgASkDACEDIAEpAwghBiMAQSBrIggkAAJAIAZC////////////AIMiBEKAgICAgIDAgDx9IARCgICAgICAwP/DAH1UBEAgBkIEhiADQjyIhCEEIANC//////////8PgyIDQoGAgICAgICACFoEQCAEQoGAgICAgICAwAB8IQIMAgsgBEKAgICAgICAgEB9IQIgA0KAgICAgICAgAiFQgBSDQEgAiAEQgGDfCECDAELIANQIARCgICAgICAwP//AFQgBEKAgICAgIDA//8AURtFBEAgBkIEhiADQjyIhEL/////////A4NCgICAgICAgPz/AIQhAgwBC0KAgICAgICA+P8AIQIgBEL///////+//8MAVg0AQgAhAiAEQjCIpyIAQZH3AEkNACADIQIgBkL///////8/g0KAgICAgIDAAIQiBSEHAkAgAEGB9wBrIgFBwABxBEAgAiABQUBqrYYhB0IAIQIMAQsgAUUNACAHIAGtIgSGIAJBwAAgAWutiIQhByACIASGIQILIAggAjcDECAIIAc3AxgCQEGB+AAgAGsiAEHAAHEEQCAFIABBQGqtiCEDQgAhBQwBCyAARQ0AIAVBwAAgAGuthiADIACtIgKIhCEDIAUgAoghBQsgCCADNwMAIAggBTcDCCAIKQMIQgSGIAgpAwAiA0I8iIQhAiAIKQMQIAgpAxiEQgBSrSADQv//////////D4OEIgNCgYCAgICAgIAIWgRAIAJCAXwhAgwBCyADQoCAgICAgICACIVCAFINACACQgGDIAJ8IQILIAhBIGokACACIAZCgICAgICAgICAf4OEvws5AwALrRcDEn8CfgF8IwBBsARrIgkkACAJQQA2AiwCQCABvSIYQn9XBEBBASESQa4IIRMgAZoiAb0hGAwBCyAEQYAQcQRAQQEhEkGxCCETDAELQbQIQa8IIARBAXEiEhshEyASRSEXCwJAIBhCgICAgICAgPj/AINCgICAgICAgPj/AFEEQCAAQSAgAiASQQNqIg0gBEH//3txECYgACATIBIQIiAAQeQLQbUSIAVBIHEiAxtBjw1BuRIgAxsgASABYhtBAxAiDAELIAlBEGohEAJAAn8CQCABIAlBLGoQqQEiASABoCIBRAAAAAAAAAAAYgRAIAkgCSgCLCIGQQFrNgIsIAVBIHIiFEHhAEcNAQwDCyAFQSByIhRB4QBGDQIgCSgCLCELQQYgAyADQQBIGwwBCyAJIAZBHWsiCzYCLCABRAAAAAAAALBBoiEBQQYgAyADQQBIGwshCiAJQTBqIAlB0AJqIAtBAEgbIg4hBwNAIAcCfyABRAAAAAAAAPBBYyABRAAAAAAAAAAAZnEEQCABqwwBC0EACyIDNgIAIAdBBGohByABIAO4oUQA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HCECIAEgASgCGCIDQQFqNgIYQQAgAy0AASACRw0AGiABKAIcIQIgASABKAIYIgNBAWo2AhhBACADLQABIAJHDQAaIAEoAhwhAiABIAEoAhgiA0EBajYCGEEAIAMtAAEgAkcNABogASgCHCECIAEgASgCGCIDQQFqNgIYQQAgAy0AASACRw0AGiABKAIcIQIgASABKAIYIgNBAWo2AhhBACADLQABIAJHDQAaIAEoAhwhAiABIAEoAhgiA0EBajYCGEEAIAMtAAEgAkcNABogASgCGCABKAIUSQtBAXENAAsgASgCKEGCAiABKAIUIAEoAhhrazYCYCABKAIoKAJgIAEoAigoAnRLBEAgASgCKCABKAIoKAJ0NgJgCwsLAkAgASgCKCgCYEEDTwRAIAEgASgCKCgCYEEDazoAEyABQQE7ARAgASgCKCICKAKkLSACKAKgLUEBdGogAS8BEDsBACABLQATIQMgASgCKCICKAKYLSEEIAIgAigCoC0iAkEBajYCoC0gAiAEaiADOgAAIAEgAS8BEEEBazsBECABKAIoIAEtABNB0N0Aai0AAEECdGpBmAlqIgIgAi8BAEEBajsBACABKAIoQYgTagJ/IAEvARBBgAJJBEAgAS8BEC0A0FkMAQsgAS8BEEEHdkGAAmotANBZC0ECdGoiAiACLwEAQQFqOwEAIAEgASgCKCgCoC0gASgCKCgCnC1BAWtGNgIgIAEoAigiAiACKAJ0IAEoAigoAmBrNgJ0IAEoAigiAiABKAIoKAJgIAIoAmxqNgJsIAEoAihBADYCYAwBCyABIAEoAigiAigCOCACKAJsai0AADoADyABKAIoIgIoAqQtIAIoAqAtQQF0akEAOwEAIAEtAA8hAyABKAIoIgIoApgtIQQgAiACKAKgLSICQQFqNgKgLSACIARqIAM6AAAgASgCKCABLQAPQQJ0aiICIAIvAZQBQQFqOwGUASABIAEoAigoAqAtIAEoAigoApwtQQFrRjYCICABKAIoIgIgAigCdEEBazYCdCABKAIoIgIgAigCbEEBajYCbAsgASgCIARAIAEoAigCfyABKAIoKAJcQQBOBEAgASgCKCgCOCABKAIoKAJcagwBC0EACyABKAIoKAJsIAEoAigoAlxrQQAQKCABKAIoIAEoAigoAmw2AlwgASgCKCgCABAcIAEoAigo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QCABKAIoQQ9JBEAgASABKAJQIgJBAWo2AlAgASABKAIsIAItAAAgASgCKHRqNgIsIAEgASgCKEEIajYCKCABIAEoAlAiAkEBajYCUCABIAEoAiwgAi0AACABKAIodGo2AiwgASABKAIoQQhqNgIoCyABIAEoAiQgASgCLCABKAIccUECdGooAQA2ARACQAJAA0AgASABLQARNgIMIAEgASgCLCABKAIMdjYCLCABIAEoAiggASgCDGs2AiggASABLQAQNgIMIAEoAgxFBEAgAS8BEiECIAEgASgCSCIDQQFqNgJIIAMgAjoAAAwCCyABKAIMQRBxBEAgASABLwESNgIIIAEgASgCDEEPcTYCDCABKAIMBEAgASgCKCABKAIMSQRAIAEgASgCUCICQQFqNgJQIAEgASgCLCACLQAAIAEoAih0ajYCLCABIAEoAihBCGo2AigLIAEgASgCCCABKAIsQQEgASgCDHRBAWtxajYCCCABIAEoAiwgASgCDHY2AiwgASABKAIoIAEoAgxrNgIoCyABKAIoQQ9JBEAgASABKAJQIgJBAWo2AlAgASABKAIsIAItAAAgASgCKHRqNgIsIAEgASgCKEEIajYCKCABIAEoAlAiAkEBajYCUCABIAEoAiwgAi0AACABKAIodGo2AiwgASABKAIoQQhqNgIoCyABIAEoAiAgASgCLCABKAIYcUECdGooAQA2ARACQANAIAEgAS0AETYCDCABIAEoAiwgASgCDHY2AiwgASABKAIoIAEoAgxrNgIoIAEgAS0AEDYCDCABKAIMQRBxBEAgASABLwESNgIEIAEgASgCDEEPcTYCDCABKAIoIAEoAgxJBEAgASABKAJQIgJBAWo2AlAgASABKAIsIAItAAAgASgCKHRqNgIsIAEgASgCKEEIajYCKCABKAIoIAEoAgxJBEAgASABKAJQIgJBAWo2AlAgASABKAIsIAItAAAgASgCKHRqNgIsIAEgASgCKEEIajYCKAsLIAEgASgCBCABKAIsQQEgASgCDHRBAWtxajYCBCABIAEoAiwgASgCDHY2AiwgASABKAIoIAEoAgxrNgIoIAEgASgCSCABKAJEazYCDAJAIAEoAgQgASgCDEsEQCABIAEoAgQgASgCDGs2AgwgASgCDCABKAI4SwRAIAEoAlQoAsQ3BEAgASgCXEHdDDYCGCABKAJUQdH+ADYCBAwKCwsgASABKAIwNgIAAkAgASgCNEUEQCABIAEoAgAgASgCPCABKAIMa2o2AgAgASgCDCABKAIISQRAIAEgASgCCCABKAIMazYCCANAIAEgASgCACICQQFqNgIAIAItAAAhAiABIAEoAkgiA0EBajYCSCADIAI6AAAgASABKAIMQQFrIgI2AgwgAg0ACyABIAEoAkggASgCBGs2AgALDAELAkAgASgCNCABKAIMSQRAIAEgASgCACABKAI8IAEoAjRqIAEoAgxrajYCACABIAEoAgwgASgCNGs2AgwgASgCDCABKAIISQRAIAEgASgCCCABKAIMazYCCANAIAEgASgCACICQQFqNgIAIAItAAAhAiABIAEoAkgiA0EBajYCSCADIAI6AAAgASABKAIMQQFrIgI2AgwgAg0ACyABIAEoAjA2AgAgASgCNCABKAIISQRAIAEgASgCNDYCDCABIAEoAgggASgCDGs2AggDQCABIAEoAgAiAkEBajYCACACLQAAIQIgASABKAJIIgNBAWo2AkggAyACOgAAIAEgASgCDEEBayICNgIMIAINAAsgASABKAJIIAEoAgRrNgIACwsMAQsgASABKAIAIAEoAjQgASgCDGtqNgIAIAEoAgwgASgCCEkEQCABIAEoAgggASgCDGs2AggDQCABIAEoAgAiAkEBajYCACACLQAAIQIgASABKAJIIgNBAWo2AkggAyACOgAAIAEgASgCDEEBayICNgIMIAINAAsgASABKAJIIAEoAgRrNgIACwsLA0AgASgCCEECSwRAIAEgASgCACICQQFqNgIAIAItAAAhAiABIAEoAkgiA0EBajYCSCADIAI6AAAgASABKAIAIgJBAWo2AgAgAi0AACECIAEgASgCSCIDQQFqNgJIIAMgAjoAACABIAEoAgAiAkEBajYCACACLQAAIQIgASABKAJIIgNBAWo2AkggAyACOgAAIAEgASgCCEEDazYCCAwBCwsMAQsgASABKAJIIAEoAgRrNgIAA0AgASABKAIAIgJBAWo2AgAgAi0AACECIAEgASgCSCIDQQFqNgJIIAMgAjoAACABIAEoAgAiAkEBajYCACACLQAAIQIgASABKAJIIgNBAWo2AkggAyACOgAAIAEgASgCACICQQFqNgIAIAItAAAhAiABIAEoAkgi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ZWFkIGVycm9yAFpsaWIgZXJyb3IAZGF0YSBlcnJvcgBDUkMgZXJyb3IAaW5jb21wYXRpYmxlIHZlcnNpb24AbmFuAC9kZXYvdXJhbmRvbQBpbnZhbGlkIGNvZGUgLS0gbWlzc2luZyBlbmQtb2YtYmxvY2sAaW5jb3JyZWN0IGhlYWRlciBjaGVjawBpbmNvcnJlY3QgbGVuZ3RoIGNoZWNrAGluY29ycmVjdCBkYXRhIGNoZWNrAGludmFsaWQgZGlzdGFuY2UgdG9vIGZhciBiYWNrAGhlYWRlciBjcmMgbWlzbWF0Y2gAaW5mAGludmFsaWQgd2luZG93IHNpemUAUmVhZC1vbmx5IGFyY2hpdmUATm90IGEgemlwIGFyY2hpdmUAUmVzb3VyY2Ugc3RpbGwgaW4gdXNlAE1hbGxvYyBmYWlsdXJlAGludmFsaWQgYmxvY2sgdHlwZQBGYWlsdXJlIHRvIGNyZWF0ZSB0ZW1wb3JhcnkgZmlsZQBDYW4ndCBvcGVuIGZpbGUATm8gc3VjaCBmaWxlAFByZW1hdHVyZSBlbmQgb2YgZmlsZQBDYW4ndCByZW1vdmUgZmlsZQBpbnZhbGlkIGxpdGVyYWwvbGVuZ3RoIGNvZGUAaW52YWxpZCBkaXN0YW5jZSBjb2RlAHVua25vd24gY29tcHJlc3Npb24gbWV0aG9kAHN0cmVhbSBlbmQAQ29tcHJlc3NlZCBkYXRhIGludmFsaWQATXVsdGktZGlzayB6aXAgYXJjaGl2ZXMgbm90IHN1cHBvcnRlZABPcGVyYXRpb24gbm90IHN1cHBvcnRlZABFbmNyeXB0aW9uIG1ldGhvZCBub3Qgc3VwcG9ydGVkAENvbXByZXNzaW9uIG1ldGhvZCBub3Qgc3VwcG9ydGVkAEVudHJ5IGhhcyBiZWVuIGRlbGV0ZWQAQ29udGFpbmluZyB6aXAgYXJjaGl2ZSB3YXMgY2xvc2VkAENsb3NpbmcgemlwIGFyY2hpdmUgZmFpbGVkAFJlbmFtaW5nIHRlbXBvcmFyeSBmaWxlIGZhaWxlZABFbnRyeSBoYXMgYmVlbiBjaGFuZ2VkAE5vIHBhc3N3b3JkIHByb3ZpZGVkAFdyb25nIHBhc3N3b3JkIHByb3ZpZGVkAFVua25vd24gZXJyb3IgJWQAcmIAcitiAHJ3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CADcAAgAPAAIALwACAB8AAgA/AAIAAIACACCAAgAQgAIAMIACAAiAAgAogAIAGIACADiAAgAEgAIAJIACABSAAgA0gAIADIACACyAAgAcgAIAPIACAAKAAgAigAIAEoACADKAAgAKgAIAKoACABqAAgA6gAIABoACACaAAgAWgAIANoACAA6AAgAugAIAHoACAD6AAgABgAIAIYACABGAAgAxgAIACYACACmAAgAZgAIAOYACAAWAAgAlgAIAFYACADWAAgANgAIALYACAB2AAgA9gAIAA4ACACOAAgATgAIAM4ACAAuAAgArgAIAG4ACADuAAgAHgAIAJ4ACABeAAgA3gAIAD4ACAC+AAgAfgAIAP4ACAABAAgAgQAIAEEACADBAAgAIQAIAKEACABhAAgA4QAIABEACACRAAgAUQAIANEACAAxAAgAsQAIAHEACADxAAgACQAIAIkACABJAAgAyQAIACkACACpAAgAaQAIAOkACAAZAAgAmQAIAFkACADZAAgAOQAIALkACAB5AAgA+QAIAAUACACFAAgARQAIAMUACAAlAAgApQAIAGUACADlAAgAFQAIAJUACABVAAgA1QAIADUACAC1AAgAdQAIAPUACAANAAgAjQAIAE0ACADNAAgALQAIAK0ACABtAAgA7QAIAB0ACACdAAgAXQAIAN0ACAA9AAgAvQAIAH0ACAD9AAgAEwAJABMBCQCTAAkAkwEJAFMACQBTAQkA0wAJANMBCQAzAAkAMwEJALMACQCzAQkAcwAJAHMBCQDzAAkA8wEJAAsACQALAQkAiwAJAIsBCQBLAAkASwEJAMsACQDLAQkAKwAJACsBCQCrAAkAqwEJAGsACQBrAQkA6wAJAOsBCQAbAAkAGwEJAJsACQCbAQkAWwAJAFsBCQDbAAkA2wEJADsACQA7AQkAuwAJALsBCQB7AAkAewEJAPsACQD7AQkABwAJAAcBCQCHAAkAhwEJAEcACQBHAQkAxwAJAMcBCQAnAAkAJwEJAKcACQCnAQkAZwAJAGcBCQDnAAkA5wEJABcACQAXAQkAlwAJAJcBCQBXAAkAVwEJANcACQDXAQkANwAJADcBCQC3AAkAtwEJAHcACQB3AQkA9wAJAPcBCQAPAAkADwEJAI8ACQCPAQkATwAJAE8BCQDPAAkAzwEJAC8ACQAvAQkArwAJAK8BCQBvAAkAbwEJAO8ACQDvAQkAHwAJAB8BCQCfAAkAnwEJAF8ACQBfAQkA3wAJAN8BCQA/AAkAPwEJAL8ACQC/AQkAfwAJAH8BCQD/AAkA/wEJAAAABwBAAAcAIAAHAGAABwAQAAcAUAAHADAABwBwAAcACAAHAEgABwAoAAcAaAAHABgABwBYAAcAOAAHAHgABwAEAAcARAAHACQABwBkAAcAFAAHAFQABwA0AAcAdAAHAAMACACDAAgAQwAIAMMACAAjAAgAowAIAGMACADjAAgAAAAFABAABQAIAAUAGAAFAAQABQAUAAUADAAFABwABQACAAUAEgAFAAoABQAaAAUABgAFABYABQAOAAUAHgAFAAEABQARAAUACQAFABkABQAFAAUAFQAFAA0ABQAdAAUAAwAFABMABQALAAUAGwAFAAcABQAXAAUAQbDqAAtNAQAAAAEAAAABAAAAAQAAAAIAAAACAAAAAgAAAAIAAAADAAAAAwAAAAMAAAADAAAABAAAAAQAAAAEAAAABAAAAAUAAAAFAAAABQAAAAUAQaDrAAtlAQAAAAEAAAACAAAAAgAAAAMAAAADAAAABAAAAAQAAAAFAAAABQAAAAYAAAAGAAAABwAAAAcAAAAIAAAACAAAAAkAAAAJAAAACgAAAAoAAAALAAAACwAAAAwAAAAMAAAADQAAAA0AQdDsAAsjAgAAAAMAAAAHAAAAAAAAABAREgAIBwkGCgULBAwDDQIOAQ8AQYTtAAtpAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAAgAAAAKAAAADAAAAA4AAAAQAAAAFAAAABgAAAAcAAAAIAAAACgAAAAwAAAAOAAAAEAAAABQAAAAYAAAAHAAAACAAAAAoAAAAMAAAADgAEGE7gALegEAAAACAAAAAwAAAAQAAAAGAAAACAAAAAwAAAAQAAAAGAAAACAAAAAwAAAAQAAAAGAAAACAAAAAwAAAAAABAACAAQAAAAIAAAADAAAABAAAAAYAAAAIAAAADAAAABAAAAAYAAAAIAAAADAAAABAAAAAYAAAMS4yLjExAEGI7wALbQcAAAAEAAQACAAEAAgAAAAEAAUAEAAIAAgAAAAEAAYAIAAgAAgAAAAEAAQAEAAQAAkAAAAIABAAIAAgAAkAAAAIABAAgACAAAkAAAAIACAAgAAAAQkAAAAgAIAAAgEABAkAAAAgAAIBAgEAEAkAQYDwAAulAgMABAAFAAYABwAIAAkACgALAA0ADwARABMAFwAbAB8AIwArADMAOwBDAFMAYwBzAIMAowDDAOMAAgEAAAAAAAAQABAAEAAQABAAEAAQABAAEQARABEAEQASABIAEgASABMAEwATABMAFAAUABQAFAAVABUAFQAVABAATQDKAAAAAQACAAMABAAFAAcACQANABEAGQAhADEAQQBhAIEAwQABAYEBAQIBAwEEAQYBCAEMARABGAEgATABQAFgAAAAABAAEAAQABAAEQARABIAEgATABMAFAAUABUAFQAWABYAFwAXABgAGAAZABkAGgAaABsAGwAcABwAHQAdAEAAQAAQABEAEgAAAAgABwAJAAYACgAFAAsABAAMAAMADQACAA4AAQAPAEGw8gALwRFgBwAAAAhQAAAIEAAUCHMAEgcfAAAIcAAACDAAAAnAABAHCgAACGAAAAggAAAJoAAACAAAAAiAAAAIQAAACeAAEAcGAAAIWAAACBgAAAmQABMHOwAACHgAAAg4AAAJ0AARBxEAAAhoAAAIKAAACbAAAAgIAAAIiAAACEgAAAnwABAHBAAACFQAAAgUABUI4wATBysAAAh0AAAINAAACcgAEQcNAAAIZAAACCQAAAmoAAAIBAAACIQAAAhEAAAJ6AAQBwgAAAhcAAAIHAAACZgAFAdTAAAIfAAACDwAAAnYABIHFwAACGwAAAgsAAAJuAAACAwAAAiMAAAITAAACfgAEAcDAAAIUgAACBIAFQijABMHIwAACHIAAAgyAAAJxAARBwsAAAhiAAAIIgAACaQAAAgCAAAIggAACEIAAAnkABAHBwAACFoAAAgaAAAJlAAUB0MAAAh6AAAIOgAACdQAEgcTAAAIagAACCoAAAm0AAAICgAACIoAAAhKAAAJ9AAQBwUAAAhWAAAIFgBACAAAEwczAAAIdgAACDYAAAnMABEHDwAACGYAAAgmAAAJrAAACAYAAAiGAAAIRgAACewAEAcJAAAIXgAACB4AAAmcABQHYwAACH4AAAg+AAAJ3AASBxsAAAhuAAAILgAACbwAAAgOAAAIjgAACE4AAAn8AGAHAAAACFEAAAgRABUIgwASBx8AAAhxAAAIMQAACcIAEAcKAAAIYQAACCEAAAmiAAAIAQAACIEAAAhBAAAJ4gAQBwYAAAhZAAAIGQAACZIAEwc7AAAIeQAACDkAAAnSABEHEQAACGkAAAgpAAAJsgAACAkAAAiJAAAISQAACfIAEAcEAAAIVQAACBUAEAgCARMHKwAACHUAAAg1AAAJygARBw0AAAhlAAAIJQAACaoAAAgFAAAIhQAACEUAAAnqABAHCAAACF0AAAgdAAAJmgAUB1MAAAh9AAAIPQAACdoAEgcXAAAIbQAACC0AAAm6AAAIDQAACI0AAAhNAAAJ+gAQBwMAAAhTAAAIEwAVCMMAEwcjAAAIcwAACDMAAAnGABEHCwAACGMAAAgjAAAJpgAACAMAAAiDAAAIQwAACeYAEAcHAAAIWwAACBsAAAmWABQHQwAACHsAAAg7AAAJ1gASBxMAAAhrAAAIKwAACbYAAAgLAAAIiwAACEsAAAn2ABAHBQAACFcAAAgXAEAIAAATBzMAAAh3AAAINwAACc4AEQcPAAAIZwAACCcAAAmuAAAIBwAACIcAAAhHAAAJ7gAQBwkAAAhfAAAIHwAACZ4AFAdjAAAIfwAACD8AAAneABIHGwAACG8AAAgvAAAJvgAACA8AAAiPAAAITwAACf4AYAcAAAAIUAAACBAAFAhzABIHHwAACHAAAAgwAAAJwQAQBwoAAAhgAAAIIAAACaEAAAgAAAAIgAAACEAAAAnhABAHBgAACFgAAAgYAAAJkQATBzsAAAh4AAAIOAAACdEAEQcRAAAIaAAACCgAAAmxAAAICAAACIgAAAhIAAAJ8QAQBwQAAAhUAAAIFAAVCOMAEwcrAAAIdAAACDQAAAnJABEHDQAACGQAAAgkAAAJqQAACAQAAAiEAAAIRAAACekAEAcIAAAIXAAACBwAAAmZABQHUwAACHwAAAg8AAAJ2QASBxcAAAhsAAAILAAACbkAAAgMAAAIjAAACEwAAAn5ABAHAwAACFIAAAgSABUIowATByMAAAhyAAAIMgAACcUAEQcLAAAIYgAACCIAAAmlAAAIAgAACIIAAAhCAAAJ5QAQBwcAAAhaAAAIGgAACZUAFAdDAAAIegAACDoAAAnVABIHEwAACGoAAAgqAAAJtQAACAoAAAiKAAAISgAACfUAEAcFAAAIVgAACBYAQAgAABMHMwAACHYAAAg2AAAJzQARBw8AAAhmAAAIJgAACa0AAAgGAAAIhgAACEYAAAntABAHCQAACF4AAAgeAAAJnQAUB2MAAAh+AAAIPgAACd0AEgcbAAAIbgAACC4AAAm9AAAIDgAACI4AAAhOAAAJ/QBgBwAAAAhRAAAIEQAVCIMAEgcfAAAIcQAACDEAAAnDABAHCgAACGEAAAghAAAJowAACAEAAAiBAAAIQQAACeMAEAcGAAAIWQAACBkAAAmTABMHOwAACHkAAAg5AAAJ0wARBxEAAAhpAAAIKQAACbMAAAgJAAAIiQAACEkAAAnzABAHBAAACFUAAAgVABAIAgETBysAAAh1AAAINQAACcsAEQcNAAAIZQAACCUAAAmrAAAIBQAACIUAAAhFAAAJ6wAQBwgAAAhdAAAIHQAACZsAFAdTAAAIfQAACD0AAAnbABIHFwAACG0AAAgtAAAJuwAACA0AAAiNAAAITQAACfsAEAcDAAAIUwAACBMAFQjDABMHIwAACHMAAAgzAAAJxwARBwsAAAhjAAAIIwAACacAAAgDAAAIgwAACEMAAAnnABAHBwAACFsAAAgbAAAJlwAUB0MAAAh7AAAIOwAACdcAEgcTAAAIawAACCsAAAm3AAAICwAACIsAAAhLAAAJ9wAQBwUAAAhXAAAIFwBACAAAEwczAAAIdwAACDcAAAnPABEHDwAACGcAAAgnAAAJrwAACAcAAAiHAAAIRwAACe8AEAcJAAAIXwAACB8AAAmfABQHYwAACH8AAAg/AAAJ3wASBxsAAAhvAAAILwAACb8AAAgPAAAIjwAACE8AAAn/ABAFAQAXBQEBEwURABsFARARBQUAGQUBBBUFQQAdBQFAEAUDABgFAQIUBSEAHAUBIBIFCQAaBQEIFgWBAEAFAAAQBQIAFwWBARMFGQAbBQEYEQUHABkFAQYVBWEAHQUBYBAFBAAYBQEDFAUxABwFATASBQ0AGgUBDBYFwQBABQAAEQAKABEREQAAAAAFAAAAAAAACQAAAAALAAAAAAAAAAARAA8KERERAwoHAAEACQsLAAAJBgsAAAsABhEAAAAREREAQYGEAQshCwAAAAAAAAAAEQAKChEREQAKAAACAAkLAAAACQALAAALAEG7hAELAQwAQceEAQsVDAAAAAAMAAAAAAkMAAAAAAAMAAAMAEH1hAELAQ4AQYGFAQsVDQAAAAQNAAAAAAkOAAAAAAAOAAAOAEGvhQELARAAQbuFAQseDwAAAAAPAAAAAAkQAAAAAAAQAAAQAAASAAAAEhISAEHyhQELDhIAAAASEhIAAAAAAAAJAEGjhgELAQsAQa+GAQsVCgAAAAAKAAAAAAkLAAAAAAALAAALAEHdhgELAQwAQemGAQsnDAAAAAAMAAAAAAkMAAAAAAAMAAAMAAAwMTIzNDU2Nzg5QUJDREVGAEG0hwELARkAQduHAQsF//////8AQaCIAQtXGRJEOwI/LEcUPTMwChsGRktFNw9JDo4XA0AdPGkrNh9KLRwBICUpIQgMFRYiLhA4Pgs0MRhkdHV2L0EJfzkRI0MyQomKiwUEJignDSoeNYwHGkiTE5SVAEGAiQELig5JbGxlZ2FsIGJ5dGUgc2VxdWVuY2UARG9tYWluIGVycm9yAFJlc3VsdCBub3QgcmVwcmVzZW50YWJsZQBOb3QgYSB0dHkAUGVybWlzc2lvbiBkZW5pZWQAT3BlcmF0aW9uIG5vdCBwZXJtaXR0ZWQATm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQBObyBzdWNoIHByb2Nlc3MARmlsZSBleGlzdHMAVmFsdWUgdG9vIGxhcmdlIGZvciBkYXRhIHR5cGUATm8gc3BhY2UgbGVmdCBvbiBkZXZpY2UAT3V0IG9mIG1lbW9yeQBSZXNvdXJjZSBidXN5AEludGVycnVwdGVkIHN5c3RlbSBjYWxsAFJlc291cmNlIHRlbXBvcmFyaWx5IHVuYXZhaWxhYmxlAEludmFsaWQgc2VlawBDcm9zcy1kZXZpY2UgbGluawBSZWFkLW9ubHkgZmlsZSBzeXN0ZW0ARGlyZWN0b3J5IG5vdCBlbXB0eQBDb25uZWN0aW9uIHJlc2V0IGJ5IHBlZXIAT3BlcmF0aW9uIHRpbWVkIG91dABDb25uZWN0aW9uIHJlZnVzZWQASG9zdCBpcyBkb3duAEhvc3QgaXMgdW5yZWFjaGFibGUAQWRkcmVzcyBpbiB1c2UAQnJva2VuIHBpcGUASS9PIGVycm9yAE5vIHN1Y2ggZGV2aWNlIG9yIGFkZHJlc3MAQmxvY2sgZGV2aWNlIHJlcXVpcmVkAE5vIHN1Y2ggZGV2aWNlAE5vdCBhIGRpcmVjdG9yeQBJcyBhIGRpcmVjdG9yeQBUZXh0IGZpbGUgYnVzeQBFeGVjIGZvcm1hdCBlcnJvcgBJbnZhbGlkIGFyZ3VtZW50AEFyZ3VtZW50IGxpc3QgdG9vIGxvbmcAU3ltYm9saWMgbGluayBsb29wAEZpbGVuYW1lIHRvbyBsb25nAFRvbyBtYW55IG9wZW4gZmlsZXMgaW4gc3lzdGVtAE5vIGZpbGUgZGVzY3JpcHRvcnMgYXZhaWxhYmxlAEJhZCBmaWxlIGRlc2NyaXB0b3IATm8gY2hpbGQgcHJvY2VzcwBCYWQgYWRkcmVzcwBGaWxlIHRvbyBsYXJnZQBUb28gbWFueSBsaW5rcwBObyBsb2NrcyBhdmFpbGFibGUAUmVzb3VyY2UgZGVhZGxvY2sgd291bGQgb2NjdXIAU3RhdGUgbm90IHJlY292ZXJhYmxlAFByZXZpb3VzIG93bmVyIGRpZWQAT3BlcmF0aW9uIGNhbmNlbGVkAEZ1bmN0aW9uIG5vdCBpbXBsZW1lbnRlZABObyBtZXNzYWdlIG9mIGRlc2lyZWQgdHlwZQBJZGVudGlmaWVyIHJlbW92ZWQARGV2aWNlIG5vdCBhIHN0cmVhbQBObyBkYXRhIGF2YWlsYWJsZQBEZXZpY2UgdGltZW91dABPdXQgb2Ygc3RyZWFtcyByZXNvdXJjZXMATGluayBoYXMgYmVlbiBzZXZlcmVkAFByb3RvY29sIGVycm9yAEJhZCBtZXNzYWdlAEZpbGUgZGVzY3JpcHRvciBpbiBiYWQgc3RhdGUATm90IGEgc29ja2V0AERlc3RpbmF0aW9uIGFkZHJlc3MgcmVxdWlyZWQATWVzc2FnZSB0b28gbGFyZ2UAUHJvdG9jb2wgd3JvbmcgdHlwZSBmb3Igc29ja2V0AFByb3RvY29sIG5vdCBhdmFpbGFibGUAUHJvdG9jb2wgbm90IHN1cHBvcnRlZABTb2NrZXQgdHlwZSBub3Qgc3VwcG9ydGVkAE5vdCBzdXBwb3J0ZWQAUHJvdG9jb2wgZmFtaWx5IG5vdCBzdXBwb3J0ZWQAQWRkcmVzcyBmYW1pbHkgbm90IHN1cHBvcnRlZCBieSBwcm90b2NvbABBZGRyZXNzIG5vdCBhdmFpbGFibGUATmV0d29yayBpcyBkb3duAE5ldHdvcmsgdW5yZWFjaGFibGUAQ29ubmVjdGlvbiByZXNldCBieSBuZXR3b3JrAENvbm5lY3Rpb24gYWJvcnRlZABObyBidWZmZXIgc3BhY2UgYXZhaWxhYmxlAFNvY2tldCBpcyBjb25uZWN0ZWQAU29ja2V0IG5vdCBjb25uZWN0ZWQAQ2Fubm90IHNlbmQgYWZ0ZXIgc29ja2V0IHNodXRkb3duAE9wZXJhdGlvbiBhbHJlYWR5IGluIHByb2dyZXNzAE9wZXJhdGlvbiBpbiBwcm9ncmVzcwBTdGFsZSBmaWxlIGhhbmRsZQBSZW1vdGUgSS9PIGVycm9yAFF1b3RhIGV4Y2VlZGVkAE5vIG1lZGl1bSBmb3VuZABXcm9uZyBtZWRpdW0gdHlwZQBObyBlcnJvciBpbmZvcm1hdGlvbgBBkJcBC1JQUFAACgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABEAAAASAAAACwAAAAwAAAANAAAADgAAAA8AAAAQAAAAEQAAAAEAAAAIAAAAlEsAALRLAEGQmQELAgxQAEHImQELCR8AAADkTAAAAwBB5JkBC4wBLfRRWM+MscBG9rXLKTEDxwRbcDC0Xf0geH+LmthZKVBoSImrp1YDbP+3zYg/1He0K6WjcPG65Kj8QYP92W/hinovLXSWBx8NCV4Ddixw90ClLKdvV0GoqnTfoFhkA0rHxDxTrq9fGAQVseNtKIarDKS/Q/DpUIE5VxZSN/////////////////////8=";
|
|
if (!isDataURI(wasmBinaryFile)) {
|
|
wasmBinaryFile = locateFile(wasmBinaryFile);
|
|
}
|
|
function getBinary(file) {
|
|
try {
|
|
if (file == wasmBinaryFile && wasmBinary) {
|
|
return new Uint8Array(wasmBinary);
|
|
}
|
|
var binary = tryParseAsDataURI(file);
|
|
if (binary) {
|
|
return binary;
|
|
}
|
|
if (readBinary) {
|
|
return readBinary(file);
|
|
} else {
|
|
throw "sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)";
|
|
}
|
|
} catch (err) {
|
|
abort(err);
|
|
}
|
|
}
|
|
function instantiateSync(file, info) {
|
|
var instance;
|
|
var module;
|
|
var binary;
|
|
try {
|
|
binary = getBinary(file);
|
|
module = new WebAssembly.Module(binary);
|
|
instance = new WebAssembly.Instance(module, info);
|
|
} catch (e) {
|
|
var str = e.toString();
|
|
err("failed to compile wasm module: " + str);
|
|
if (str.includes("imported Memory") || str.includes("memory import")) {
|
|
err(
|
|
"Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time)."
|
|
);
|
|
}
|
|
throw e;
|
|
}
|
|
return [instance, module];
|
|
}
|
|
function createWasm() {
|
|
var info = { a: asmLibraryArg };
|
|
function receiveInstance(instance, module) {
|
|
var exports = instance.exports;
|
|
Module["asm"] = exports;
|
|
wasmMemory = Module["asm"]["u"];
|
|
updateGlobalBufferAndViews(wasmMemory.buffer);
|
|
wasmTable = Module["asm"]["za"];
|
|
addOnInit(Module["asm"]["v"]);
|
|
removeRunDependency("wasm-instantiate");
|
|
}
|
|
addRunDependency("wasm-instantiate");
|
|
if (Module["instantiateWasm"]) {
|
|
try {
|
|
var exports = Module["instantiateWasm"](info, receiveInstance);
|
|
return exports;
|
|
} catch (e) {
|
|
err("Module.instantiateWasm callback failed with error: " + e);
|
|
return false;
|
|
}
|
|
}
|
|
var result = instantiateSync(wasmBinaryFile, info);
|
|
receiveInstance(result[0]);
|
|
return Module["asm"];
|
|
}
|
|
var tempDouble;
|
|
var tempI64;
|
|
function callRuntimeCallbacks(callbacks) {
|
|
while (callbacks.length > 0) {
|
|
var callback = callbacks.shift();
|
|
if (typeof callback == "function") {
|
|
callback(Module);
|
|
continue;
|
|
}
|
|
var func = callback.func;
|
|
if (typeof func === "number") {
|
|
if (callback.arg === undefined) {
|
|
wasmTable.get(func)();
|
|
} else {
|
|
wasmTable.get(func)(callback.arg);
|
|
}
|
|
} else {
|
|
func(callback.arg === undefined ? null : callback.arg);
|
|
}
|
|
}
|
|
}
|
|
function _gmtime_r(time, tmPtr) {
|
|
var date = new Date(HEAP32[time >> 2] * 1e3);
|
|
HEAP32[tmPtr >> 2] = date.getUTCSeconds();
|
|
HEAP32[(tmPtr + 4) >> 2] = date.getUTCMinutes();
|
|
HEAP32[(tmPtr + 8) >> 2] = date.getUTCHours();
|
|
HEAP32[(tmPtr + 12) >> 2] = date.getUTCDate();
|
|
HEAP32[(tmPtr + 16) >> 2] = date.getUTCMonth();
|
|
HEAP32[(tmPtr + 20) >> 2] = date.getUTCFullYear() - 1900;
|
|
HEAP32[(tmPtr + 24) >> 2] = date.getUTCDay();
|
|
HEAP32[(tmPtr + 36) >> 2] = 0;
|
|
HEAP32[(tmPtr + 32) >> 2] = 0;
|
|
var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0);
|
|
var yday = ((date.getTime() - start) / (1e3 * 60 * 60 * 24)) | 0;
|
|
HEAP32[(tmPtr + 28) >> 2] = yday;
|
|
if (!_gmtime_r.GMTString) _gmtime_r.GMTString = allocateUTF8("GMT");
|
|
HEAP32[(tmPtr + 40) >> 2] = _gmtime_r.GMTString;
|
|
return tmPtr;
|
|
}
|
|
function ___gmtime_r(a0, a1) {
|
|
return _gmtime_r(a0, a1);
|
|
}
|
|
var PATH = {
|
|
splitPath: function(filename) {
|
|
var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;
|
|
return splitPathRe.exec(filename).slice(1);
|
|
},
|
|
normalizeArray: function(parts, allowAboveRoot) {
|
|
var up = 0;
|
|
for (var i = parts.length - 1; i >= 0; i--) {
|
|
var last = parts[i];
|
|
if (last === ".") {
|
|
parts.splice(i, 1);
|
|
} else if (last === "..") {
|
|
parts.splice(i, 1);
|
|
up++;
|
|
} else if (up) {
|
|
parts.splice(i, 1);
|
|
up--;
|
|
}
|
|
}
|
|
if (allowAboveRoot) {
|
|
for (; up; up--) {
|
|
parts.unshift("..");
|
|
}
|
|
}
|
|
return parts;
|
|
},
|
|
normalize: function(path) {
|
|
var isAbsolute = path.charAt(0) === "/",
|
|
trailingSlash = path.substr(-1) === "/";
|
|
path = PATH.normalizeArray(
|
|
path.split("/").filter(function(p) {
|
|
return !!p;
|
|
}),
|
|
!isAbsolute
|
|
).join("/");
|
|
if (!path && !isAbsolute) {
|
|
path = ".";
|
|
}
|
|
if (path && trailingSlash) {
|
|
path += "/";
|
|
}
|
|
return (isAbsolute ? "/" : "") + path;
|
|
},
|
|
dirname: function(path) {
|
|
var result = PATH.splitPath(path),
|
|
root = result[0],
|
|
dir = result[1];
|
|
if (!root && !dir) {
|
|
return ".";
|
|
}
|
|
if (dir) {
|
|
dir = dir.substr(0, dir.length - 1);
|
|
}
|
|
return root + dir;
|
|
},
|
|
basename: function(path) {
|
|
if (path === "/") return "/";
|
|
path = PATH.normalize(path);
|
|
path = path.replace(/\/$/, "");
|
|
var lastSlash = path.lastIndexOf("/");
|
|
if (lastSlash === -1) return path;
|
|
return path.substr(lastSlash + 1);
|
|
},
|
|
extname: function(path) {
|
|
return PATH.splitPath(path)[3];
|
|
},
|
|
join: function() {
|
|
var paths = Array.prototype.slice.call(arguments, 0);
|
|
return PATH.normalize(paths.join("/"));
|
|
},
|
|
join2: function(l, r) {
|
|
return PATH.normalize(l + "/" + r);
|
|
}
|
|
};
|
|
function getRandomDevice() {
|
|
if (
|
|
typeof crypto === "object" &&
|
|
typeof crypto["getRandomValues"] === "function"
|
|
) {
|
|
var randomBuffer = new Uint8Array(1);
|
|
return function() {
|
|
crypto.getRandomValues(randomBuffer);
|
|
return randomBuffer[0];
|
|
};
|
|
} else if (ENVIRONMENT_IS_NODE) {
|
|
try {
|
|
var crypto_module = __webpack_require__(417);
|
|
return function() {
|
|
return crypto_module["randomBytes"](1)[0];
|
|
};
|
|
} catch (e) {}
|
|
}
|
|
return function() {
|
|
abort("randomDevice");
|
|
};
|
|
}
|
|
var PATH_FS = {
|
|
resolve: function() {
|
|
var resolvedPath = "",
|
|
resolvedAbsolute = false;
|
|
for (var i = arguments.length - 1; i >= -1 && !resolvedAbsolute; i--) {
|
|
var path = i >= 0 ? arguments[i] : FS.cwd();
|
|
if (typeof path !== "string") {
|
|
throw new TypeError("Arguments to path.resolve must be strings");
|
|
} else if (!path) {
|
|
return "";
|
|
}
|
|
resolvedPath = path + "/" + resolvedPath;
|
|
resolvedAbsolute = path.charAt(0) === "/";
|
|
}
|
|
resolvedPath = PATH.normalizeArray(
|
|
resolvedPath.split("/").filter(function(p) {
|
|
return !!p;
|
|
}),
|
|
!resolvedAbsolute
|
|
).join("/");
|
|
return (resolvedAbsolute ? "/" : "") + resolvedPath || ".";
|
|
},
|
|
relative: function(from, to) {
|
|
from = PATH_FS.resolve(from).substr(1);
|
|
to = PATH_FS.resolve(to).substr(1);
|
|
function trim(arr) {
|
|
var start = 0;
|
|
for (; start < arr.length; start++) {
|
|
if (arr[start] !== "") break;
|
|
}
|
|
var end = arr.length - 1;
|
|
for (; end >= 0; end--) {
|
|
if (arr[end] !== "") break;
|
|
}
|
|
if (start > end) return [];
|
|
return arr.slice(start, end - start + 1);
|
|
}
|
|
var fromParts = trim(from.split("/"));
|
|
var toParts = trim(to.split("/"));
|
|
var length = Math.min(fromParts.length, toParts.length);
|
|
var samePartsLength = length;
|
|
for (var i = 0; i < length; i++) {
|
|
if (fromParts[i] !== toParts[i]) {
|
|
samePartsLength = i;
|
|
break;
|
|
}
|
|
}
|
|
var outputParts = [];
|
|
for (var i = samePartsLength; i < fromParts.length; i++) {
|
|
outputParts.push("..");
|
|
}
|
|
outputParts = outputParts.concat(toParts.slice(samePartsLength));
|
|
return outputParts.join("/");
|
|
}
|
|
};
|
|
var TTY = {
|
|
ttys: [],
|
|
init: function() {},
|
|
shutdown: function() {},
|
|
register: function(dev, ops) {
|
|
TTY.ttys[dev] = { input: [], output: [], ops: ops };
|
|
FS.registerDevice(dev, TTY.stream_ops);
|
|
},
|
|
stream_ops: {
|
|
open: function(stream) {
|
|
var tty = TTY.ttys[stream.node.rdev];
|
|
if (!tty) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
stream.tty = tty;
|
|
stream.seekable = false;
|
|
},
|
|
close: function(stream) {
|
|
stream.tty.ops.flush(stream.tty);
|
|
},
|
|
flush: function(stream) {
|
|
stream.tty.ops.flush(stream.tty);
|
|
},
|
|
read: function(stream, buffer, offset, length, pos) {
|
|
if (!stream.tty || !stream.tty.ops.get_char) {
|
|
throw new FS.ErrnoError(60);
|
|
}
|
|
var bytesRead = 0;
|
|
for (var i = 0; i < length; i++) {
|
|
var result;
|
|
try {
|
|
result = stream.tty.ops.get_char(stream.tty);
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(29);
|
|
}
|
|
if (result === undefined && bytesRead === 0) {
|
|
throw new FS.ErrnoError(6);
|
|
}
|
|
if (result === null || result === undefined) break;
|
|
bytesRead++;
|
|
buffer[offset + i] = result;
|
|
}
|
|
if (bytesRead) {
|
|
stream.node.timestamp = Date.now();
|
|
}
|
|
return bytesRead;
|
|
},
|
|
write: function(stream, buffer, offset, length, pos) {
|
|
if (!stream.tty || !stream.tty.ops.put_char) {
|
|
throw new FS.ErrnoError(60);
|
|
}
|
|
try {
|
|
for (var i = 0; i < length; i++) {
|
|
stream.tty.ops.put_char(stream.tty, buffer[offset + i]);
|
|
}
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(29);
|
|
}
|
|
if (length) {
|
|
stream.node.timestamp = Date.now();
|
|
}
|
|
return i;
|
|
}
|
|
},
|
|
default_tty_ops: {
|
|
get_char: function(tty) {
|
|
if (!tty.input.length) {
|
|
var result = null;
|
|
if (ENVIRONMENT_IS_NODE) {
|
|
var BUFSIZE = 256;
|
|
var buf = Buffer.alloc ? Buffer.alloc(BUFSIZE) : new Buffer(BUFSIZE);
|
|
var bytesRead = 0;
|
|
try {
|
|
bytesRead = nodeFS.readSync(
|
|
process.stdin.fd,
|
|
buf,
|
|
0,
|
|
BUFSIZE,
|
|
null
|
|
);
|
|
} catch (e) {
|
|
if (e.toString().includes("EOF")) bytesRead = 0;
|
|
else throw e;
|
|
}
|
|
if (bytesRead > 0) {
|
|
result = buf.slice(0, bytesRead).toString("utf-8");
|
|
} else {
|
|
result = null;
|
|
}
|
|
} else if (
|
|
typeof window != "undefined" &&
|
|
typeof window.prompt == "function"
|
|
) {
|
|
result = window.prompt("Input: ");
|
|
if (result !== null) {
|
|
result += "\n";
|
|
}
|
|
} else if (typeof readline == "function") {
|
|
result = readline();
|
|
if (result !== null) {
|
|
result += "\n";
|
|
}
|
|
}
|
|
if (!result) {
|
|
return null;
|
|
}
|
|
tty.input = intArrayFromString(result, true);
|
|
}
|
|
return tty.input.shift();
|
|
},
|
|
put_char: function(tty, val) {
|
|
if (val === null || val === 10) {
|
|
out(UTF8ArrayToString(tty.output, 0));
|
|
tty.output = [];
|
|
} else {
|
|
if (val != 0) tty.output.push(val);
|
|
}
|
|
},
|
|
flush: function(tty) {
|
|
if (tty.output && tty.output.length > 0) {
|
|
out(UTF8ArrayToString(tty.output, 0));
|
|
tty.output = [];
|
|
}
|
|
}
|
|
},
|
|
default_tty1_ops: {
|
|
put_char: function(tty, val) {
|
|
if (val === null || val === 10) {
|
|
err(UTF8ArrayToString(tty.output, 0));
|
|
tty.output = [];
|
|
} else {
|
|
if (val != 0) tty.output.push(val);
|
|
}
|
|
},
|
|
flush: function(tty) {
|
|
if (tty.output && tty.output.length > 0) {
|
|
err(UTF8ArrayToString(tty.output, 0));
|
|
tty.output = [];
|
|
}
|
|
}
|
|
}
|
|
};
|
|
function mmapAlloc(size) {
|
|
var alignedSize = alignMemory(size, 65536);
|
|
var ptr = _malloc(alignedSize);
|
|
while (size < alignedSize) HEAP8[ptr + size++] = 0;
|
|
return ptr;
|
|
}
|
|
var MEMFS = {
|
|
ops_table: null,
|
|
mount: function(mount) {
|
|
return MEMFS.createNode(null, "/", 16384 | 511, 0);
|
|
},
|
|
createNode: function(parent, name, mode, dev) {
|
|
if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
if (!MEMFS.ops_table) {
|
|
MEMFS.ops_table = {
|
|
dir: {
|
|
node: {
|
|
getattr: MEMFS.node_ops.getattr,
|
|
setattr: MEMFS.node_ops.setattr,
|
|
lookup: MEMFS.node_ops.lookup,
|
|
mknod: MEMFS.node_ops.mknod,
|
|
rename: MEMFS.node_ops.rename,
|
|
unlink: MEMFS.node_ops.unlink,
|
|
rmdir: MEMFS.node_ops.rmdir,
|
|
readdir: MEMFS.node_ops.readdir,
|
|
symlink: MEMFS.node_ops.symlink
|
|
},
|
|
stream: { llseek: MEMFS.stream_ops.llseek }
|
|
},
|
|
file: {
|
|
node: {
|
|
getattr: MEMFS.node_ops.getattr,
|
|
setattr: MEMFS.node_ops.setattr
|
|
},
|
|
stream: {
|
|
llseek: MEMFS.stream_ops.llseek,
|
|
read: MEMFS.stream_ops.read,
|
|
write: MEMFS.stream_ops.write,
|
|
allocate: MEMFS.stream_ops.allocate,
|
|
mmap: MEMFS.stream_ops.mmap,
|
|
msync: MEMFS.stream_ops.msync
|
|
}
|
|
},
|
|
link: {
|
|
node: {
|
|
getattr: MEMFS.node_ops.getattr,
|
|
setattr: MEMFS.node_ops.setattr,
|
|
readlink: MEMFS.node_ops.readlink
|
|
},
|
|
stream: {}
|
|
},
|
|
chrdev: {
|
|
node: {
|
|
getattr: MEMFS.node_ops.getattr,
|
|
setattr: MEMFS.node_ops.setattr
|
|
},
|
|
stream: FS.chrdev_stream_ops
|
|
}
|
|
};
|
|
}
|
|
var node = FS.createNode(parent, name, mode, dev);
|
|
if (FS.isDir(node.mode)) {
|
|
node.node_ops = MEMFS.ops_table.dir.node;
|
|
node.stream_ops = MEMFS.ops_table.dir.stream;
|
|
node.contents = {};
|
|
} else if (FS.isFile(node.mode)) {
|
|
node.node_ops = MEMFS.ops_table.file.node;
|
|
node.stream_ops = MEMFS.ops_table.file.stream;
|
|
node.usedBytes = 0;
|
|
node.contents = null;
|
|
} else if (FS.isLink(node.mode)) {
|
|
node.node_ops = MEMFS.ops_table.link.node;
|
|
node.stream_ops = MEMFS.ops_table.link.stream;
|
|
} else if (FS.isChrdev(node.mode)) {
|
|
node.node_ops = MEMFS.ops_table.chrdev.node;
|
|
node.stream_ops = MEMFS.ops_table.chrdev.stream;
|
|
}
|
|
node.timestamp = Date.now();
|
|
if (parent) {
|
|
parent.contents[name] = node;
|
|
parent.timestamp = node.timestamp;
|
|
}
|
|
return node;
|
|
},
|
|
getFileDataAsTypedArray: function(node) {
|
|
if (!node.contents) return new Uint8Array(0);
|
|
if (node.contents.subarray)
|
|
return node.contents.subarray(0, node.usedBytes);
|
|
return new Uint8Array(node.contents);
|
|
},
|
|
expandFileStorage: function(node, newCapacity) {
|
|
var prevCapacity = node.contents ? node.contents.length : 0;
|
|
if (prevCapacity >= newCapacity) return;
|
|
var CAPACITY_DOUBLING_MAX = 1024 * 1024;
|
|
newCapacity = Math.max(
|
|
newCapacity,
|
|
(prevCapacity * (prevCapacity < CAPACITY_DOUBLING_MAX ? 2 : 1.125)) >>> 0
|
|
);
|
|
if (prevCapacity != 0) newCapacity = Math.max(newCapacity, 256);
|
|
var oldContents = node.contents;
|
|
node.contents = new Uint8Array(newCapacity);
|
|
if (node.usedBytes > 0)
|
|
node.contents.set(oldContents.subarray(0, node.usedBytes), 0);
|
|
},
|
|
resizeFileStorage: function(node, newSize) {
|
|
if (node.usedBytes == newSize) return;
|
|
if (newSize == 0) {
|
|
node.contents = null;
|
|
node.usedBytes = 0;
|
|
} else {
|
|
var oldContents = node.contents;
|
|
node.contents = new Uint8Array(newSize);
|
|
if (oldContents) {
|
|
node.contents.set(
|
|
oldContents.subarray(0, Math.min(newSize, node.usedBytes))
|
|
);
|
|
}
|
|
node.usedBytes = newSize;
|
|
}
|
|
},
|
|
node_ops: {
|
|
getattr: function(node) {
|
|
var attr = {};
|
|
attr.dev = FS.isChrdev(node.mode) ? node.id : 1;
|
|
attr.ino = node.id;
|
|
attr.mode = node.mode;
|
|
attr.nlink = 1;
|
|
attr.uid = 0;
|
|
attr.gid = 0;
|
|
attr.rdev = node.rdev;
|
|
if (FS.isDir(node.mode)) {
|
|
attr.size = 4096;
|
|
} else if (FS.isFile(node.mode)) {
|
|
attr.size = node.usedBytes;
|
|
} else if (FS.isLink(node.mode)) {
|
|
attr.size = node.link.length;
|
|
} else {
|
|
attr.size = 0;
|
|
}
|
|
attr.atime = new Date(node.timestamp);
|
|
attr.mtime = new Date(node.timestamp);
|
|
attr.ctime = new Date(node.timestamp);
|
|
attr.blksize = 4096;
|
|
attr.blocks = Math.ceil(attr.size / attr.blksize);
|
|
return attr;
|
|
},
|
|
setattr: function(node, attr) {
|
|
if (attr.mode !== undefined) {
|
|
node.mode = attr.mode;
|
|
}
|
|
if (attr.timestamp !== undefined) {
|
|
node.timestamp = attr.timestamp;
|
|
}
|
|
if (attr.size !== undefined) {
|
|
MEMFS.resizeFileStorage(node, attr.size);
|
|
}
|
|
},
|
|
lookup: function(parent, name) {
|
|
throw FS.genericErrors[44];
|
|
},
|
|
mknod: function(parent, name, mode, dev) {
|
|
return MEMFS.createNode(parent, name, mode, dev);
|
|
},
|
|
rename: function(old_node, new_dir, new_name) {
|
|
if (FS.isDir(old_node.mode)) {
|
|
var new_node;
|
|
try {
|
|
new_node = FS.lookupNode(new_dir, new_name);
|
|
} catch (e) {}
|
|
if (new_node) {
|
|
for (var i in new_node.contents) {
|
|
throw new FS.ErrnoError(55);
|
|
}
|
|
}
|
|
}
|
|
delete old_node.parent.contents[old_node.name];
|
|
old_node.parent.timestamp = Date.now();
|
|
old_node.name = new_name;
|
|
new_dir.contents[new_name] = old_node;
|
|
new_dir.timestamp = old_node.parent.timestamp;
|
|
old_node.parent = new_dir;
|
|
},
|
|
unlink: function(parent, name) {
|
|
delete parent.contents[name];
|
|
parent.timestamp = Date.now();
|
|
},
|
|
rmdir: function(parent, name) {
|
|
var node = FS.lookupNode(parent, name);
|
|
for (var i in node.contents) {
|
|
throw new FS.ErrnoError(55);
|
|
}
|
|
delete parent.contents[name];
|
|
parent.timestamp = Date.now();
|
|
},
|
|
readdir: function(node) {
|
|
var entries = [".", ".."];
|
|
for (var key in node.contents) {
|
|
if (!node.contents.hasOwnProperty(key)) {
|
|
continue;
|
|
}
|
|
entries.push(key);
|
|
}
|
|
return entries;
|
|
},
|
|
symlink: function(parent, newname, oldpath) {
|
|
var node = MEMFS.createNode(parent, newname, 511 | 40960, 0);
|
|
node.link = oldpath;
|
|
return node;
|
|
},
|
|
readlink: function(node) {
|
|
if (!FS.isLink(node.mode)) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
return node.link;
|
|
}
|
|
},
|
|
stream_ops: {
|
|
read: function(stream, buffer, offset, length, position) {
|
|
var contents = stream.node.contents;
|
|
if (position >= stream.node.usedBytes) return 0;
|
|
var size = Math.min(stream.node.usedBytes - position, length);
|
|
if (size > 8 && contents.subarray) {
|
|
buffer.set(contents.subarray(position, position + size), offset);
|
|
} else {
|
|
for (var i = 0; i < size; i++)
|
|
buffer[offset + i] = contents[position + i];
|
|
}
|
|
return size;
|
|
},
|
|
write: function(stream, buffer, offset, length, position, canOwn) {
|
|
if (buffer.buffer === HEAP8.buffer) {
|
|
canOwn = false;
|
|
}
|
|
if (!length) return 0;
|
|
var node = stream.node;
|
|
node.timestamp = Date.now();
|
|
if (buffer.subarray && (!node.contents || node.contents.subarray)) {
|
|
if (canOwn) {
|
|
node.contents = buffer.subarray(offset, offset + length);
|
|
node.usedBytes = length;
|
|
return length;
|
|
} else if (node.usedBytes === 0 && position === 0) {
|
|
node.contents = buffer.slice(offset, offset + length);
|
|
node.usedBytes = length;
|
|
return length;
|
|
} else if (position + length <= node.usedBytes) {
|
|
node.contents.set(buffer.subarray(offset, offset + length), position);
|
|
return length;
|
|
}
|
|
}
|
|
MEMFS.expandFileStorage(node, position + length);
|
|
if (node.contents.subarray && buffer.subarray) {
|
|
node.contents.set(buffer.subarray(offset, offset + length), position);
|
|
} else {
|
|
for (var i = 0; i < length; i++) {
|
|
node.contents[position + i] = buffer[offset + i];
|
|
}
|
|
}
|
|
node.usedBytes = Math.max(node.usedBytes, position + length);
|
|
return length;
|
|
},
|
|
llseek: function(stream, offset, whence) {
|
|
var position = offset;
|
|
if (whence === 1) {
|
|
position += stream.position;
|
|
} else if (whence === 2) {
|
|
if (FS.isFile(stream.node.mode)) {
|
|
position += stream.node.usedBytes;
|
|
}
|
|
}
|
|
if (position < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
return position;
|
|
},
|
|
allocate: function(stream, offset, length) {
|
|
MEMFS.expandFileStorage(stream.node, offset + length);
|
|
stream.node.usedBytes = Math.max(stream.node.usedBytes, offset + length);
|
|
},
|
|
mmap: function(stream, address, length, position, prot, flags) {
|
|
if (address !== 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if (!FS.isFile(stream.node.mode)) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
var ptr;
|
|
var allocated;
|
|
var contents = stream.node.contents;
|
|
if (!(flags & 2) && contents.buffer === buffer) {
|
|
allocated = false;
|
|
ptr = contents.byteOffset;
|
|
} else {
|
|
if (position > 0 || position + length < contents.length) {
|
|
if (contents.subarray) {
|
|
contents = contents.subarray(position, position + length);
|
|
} else {
|
|
contents = Array.prototype.slice.call(
|
|
contents,
|
|
position,
|
|
position + length
|
|
);
|
|
}
|
|
}
|
|
allocated = true;
|
|
ptr = mmapAlloc(length);
|
|
if (!ptr) {
|
|
throw new FS.ErrnoError(48);
|
|
}
|
|
HEAP8.set(contents, ptr);
|
|
}
|
|
return { ptr: ptr, allocated: allocated };
|
|
},
|
|
msync: function(stream, buffer, offset, length, mmapFlags) {
|
|
if (!FS.isFile(stream.node.mode)) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
if (mmapFlags & 2) {
|
|
return 0;
|
|
}
|
|
var bytesWritten = MEMFS.stream_ops.write(
|
|
stream,
|
|
buffer,
|
|
0,
|
|
length,
|
|
offset,
|
|
false
|
|
);
|
|
return 0;
|
|
}
|
|
}
|
|
};
|
|
var ERRNO_CODES = {
|
|
EPERM: 63,
|
|
ENOENT: 44,
|
|
ESRCH: 71,
|
|
EINTR: 27,
|
|
EIO: 29,
|
|
ENXIO: 60,
|
|
E2BIG: 1,
|
|
ENOEXEC: 45,
|
|
EBADF: 8,
|
|
ECHILD: 12,
|
|
EAGAIN: 6,
|
|
EWOULDBLOCK: 6,
|
|
ENOMEM: 48,
|
|
EACCES: 2,
|
|
EFAULT: 21,
|
|
ENOTBLK: 105,
|
|
EBUSY: 10,
|
|
EEXIST: 20,
|
|
EXDEV: 75,
|
|
ENODEV: 43,
|
|
ENOTDIR: 54,
|
|
EISDIR: 31,
|
|
EINVAL: 28,
|
|
ENFILE: 41,
|
|
EMFILE: 33,
|
|
ENOTTY: 59,
|
|
ETXTBSY: 74,
|
|
EFBIG: 22,
|
|
ENOSPC: 51,
|
|
ESPIPE: 70,
|
|
EROFS: 69,
|
|
EMLINK: 34,
|
|
EPIPE: 64,
|
|
EDOM: 18,
|
|
ERANGE: 68,
|
|
ENOMSG: 49,
|
|
EIDRM: 24,
|
|
ECHRNG: 106,
|
|
EL2NSYNC: 156,
|
|
EL3HLT: 107,
|
|
EL3RST: 108,
|
|
ELNRNG: 109,
|
|
EUNATCH: 110,
|
|
ENOCSI: 111,
|
|
EL2HLT: 112,
|
|
EDEADLK: 16,
|
|
ENOLCK: 46,
|
|
EBADE: 113,
|
|
EBADR: 114,
|
|
EXFULL: 115,
|
|
ENOANO: 104,
|
|
EBADRQC: 103,
|
|
EBADSLT: 102,
|
|
EDEADLOCK: 16,
|
|
EBFONT: 101,
|
|
ENOSTR: 100,
|
|
ENODATA: 116,
|
|
ETIME: 117,
|
|
ENOSR: 118,
|
|
ENONET: 119,
|
|
ENOPKG: 120,
|
|
EREMOTE: 121,
|
|
ENOLINK: 47,
|
|
EADV: 122,
|
|
ESRMNT: 123,
|
|
ECOMM: 124,
|
|
EPROTO: 65,
|
|
EMULTIHOP: 36,
|
|
EDOTDOT: 125,
|
|
EBADMSG: 9,
|
|
ENOTUNIQ: 126,
|
|
EBADFD: 127,
|
|
EREMCHG: 128,
|
|
ELIBACC: 129,
|
|
ELIBBAD: 130,
|
|
ELIBSCN: 131,
|
|
ELIBMAX: 132,
|
|
ELIBEXEC: 133,
|
|
ENOSYS: 52,
|
|
ENOTEMPTY: 55,
|
|
ENAMETOOLONG: 37,
|
|
ELOOP: 32,
|
|
EOPNOTSUPP: 138,
|
|
EPFNOSUPPORT: 139,
|
|
ECONNRESET: 15,
|
|
ENOBUFS: 42,
|
|
EAFNOSUPPORT: 5,
|
|
EPROTOTYPE: 67,
|
|
ENOTSOCK: 57,
|
|
ENOPROTOOPT: 50,
|
|
ESHUTDOWN: 140,
|
|
ECONNREFUSED: 14,
|
|
EADDRINUSE: 3,
|
|
ECONNABORTED: 13,
|
|
ENETUNREACH: 40,
|
|
ENETDOWN: 38,
|
|
ETIMEDOUT: 73,
|
|
EHOSTDOWN: 142,
|
|
EHOSTUNREACH: 23,
|
|
EINPROGRESS: 26,
|
|
EALREADY: 7,
|
|
EDESTADDRREQ: 17,
|
|
EMSGSIZE: 35,
|
|
EPROTONOSUPPORT: 66,
|
|
ESOCKTNOSUPPORT: 137,
|
|
EADDRNOTAVAIL: 4,
|
|
ENETRESET: 39,
|
|
EISCONN: 30,
|
|
ENOTCONN: 53,
|
|
ETOOMANYREFS: 141,
|
|
EUSERS: 136,
|
|
EDQUOT: 19,
|
|
ESTALE: 72,
|
|
ENOTSUP: 138,
|
|
ENOMEDIUM: 148,
|
|
EILSEQ: 25,
|
|
EOVERFLOW: 61,
|
|
ECANCELED: 11,
|
|
ENOTRECOVERABLE: 56,
|
|
EOWNERDEAD: 62,
|
|
ESTRPIPE: 135
|
|
};
|
|
var NODEFS = {
|
|
isWindows: false,
|
|
staticInit: function() {
|
|
NODEFS.isWindows = !!process.platform.match(/^win/);
|
|
var flags = { fs: fs.constants };
|
|
if (flags["fs"]) {
|
|
flags = flags["fs"];
|
|
}
|
|
NODEFS.flagsForNodeMap = {
|
|
1024: flags["O_APPEND"],
|
|
64: flags["O_CREAT"],
|
|
128: flags["O_EXCL"],
|
|
256: flags["O_NOCTTY"],
|
|
0: flags["O_RDONLY"],
|
|
2: flags["O_RDWR"],
|
|
4096: flags["O_SYNC"],
|
|
512: flags["O_TRUNC"],
|
|
1: flags["O_WRONLY"]
|
|
};
|
|
},
|
|
bufferFrom: function(arrayBuffer) {
|
|
return Buffer["alloc"] ? Buffer.from(arrayBuffer) : new Buffer(arrayBuffer);
|
|
},
|
|
convertNodeCode: function(e) {
|
|
var code = e.code;
|
|
return ERRNO_CODES[code];
|
|
},
|
|
mount: function(mount) {
|
|
return NODEFS.createNode(null, "/", NODEFS.getMode(mount.opts.root), 0);
|
|
},
|
|
createNode: function(parent, name, mode, dev) {
|
|
if (!FS.isDir(mode) && !FS.isFile(mode) && !FS.isLink(mode)) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var node = FS.createNode(parent, name, mode);
|
|
node.node_ops = NODEFS.node_ops;
|
|
node.stream_ops = NODEFS.stream_ops;
|
|
return node;
|
|
},
|
|
getMode: function(path) {
|
|
var stat;
|
|
try {
|
|
stat = fs.lstatSync(path);
|
|
if (NODEFS.isWindows) {
|
|
stat.mode = stat.mode | ((stat.mode & 292) >> 2);
|
|
}
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
return stat.mode;
|
|
},
|
|
realPath: function(node) {
|
|
var parts = [];
|
|
while (node.parent !== node) {
|
|
parts.push(node.name);
|
|
node = node.parent;
|
|
}
|
|
parts.push(node.mount.opts.root);
|
|
parts.reverse();
|
|
return PATH.join.apply(null, parts);
|
|
},
|
|
flagsForNode: function(flags) {
|
|
flags &= ~2097152;
|
|
flags &= ~2048;
|
|
flags &= ~32768;
|
|
flags &= ~524288;
|
|
var newFlags = 0;
|
|
for (var k in NODEFS.flagsForNodeMap) {
|
|
if (flags & k) {
|
|
newFlags |= NODEFS.flagsForNodeMap[k];
|
|
flags ^= k;
|
|
}
|
|
}
|
|
if (!flags) {
|
|
return newFlags;
|
|
} else {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
},
|
|
node_ops: {
|
|
getattr: function(node) {
|
|
var path = NODEFS.realPath(node);
|
|
var stat;
|
|
try {
|
|
stat = fs.lstatSync(path);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
if (NODEFS.isWindows && !stat.blksize) {
|
|
stat.blksize = 4096;
|
|
}
|
|
if (NODEFS.isWindows && !stat.blocks) {
|
|
stat.blocks = ((stat.size + stat.blksize - 1) / stat.blksize) | 0;
|
|
}
|
|
return {
|
|
dev: stat.dev,
|
|
ino: stat.ino,
|
|
mode: stat.mode,
|
|
nlink: stat.nlink,
|
|
uid: stat.uid,
|
|
gid: stat.gid,
|
|
rdev: stat.rdev,
|
|
size: stat.size,
|
|
atime: stat.atime,
|
|
mtime: stat.mtime,
|
|
ctime: stat.ctime,
|
|
blksize: stat.blksize,
|
|
blocks: stat.blocks
|
|
};
|
|
},
|
|
setattr: function(node, attr) {
|
|
var path = NODEFS.realPath(node);
|
|
try {
|
|
if (attr.mode !== undefined) {
|
|
fs.chmodSync(path, attr.mode);
|
|
node.mode = attr.mode;
|
|
}
|
|
if (attr.timestamp !== undefined) {
|
|
var date = new Date(attr.timestamp);
|
|
fs.utimesSync(path, date, date);
|
|
}
|
|
if (attr.size !== undefined) {
|
|
fs.truncateSync(path, attr.size);
|
|
}
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
lookup: function(parent, name) {
|
|
var path = PATH.join2(NODEFS.realPath(parent), name);
|
|
var mode = NODEFS.getMode(path);
|
|
return NODEFS.createNode(parent, name, mode);
|
|
},
|
|
mknod: function(parent, name, mode, dev) {
|
|
var node = NODEFS.createNode(parent, name, mode, dev);
|
|
var path = NODEFS.realPath(node);
|
|
try {
|
|
if (FS.isDir(node.mode)) {
|
|
fs.mkdirSync(path, node.mode);
|
|
} else {
|
|
fs.writeFileSync(path, "", { mode: node.mode });
|
|
}
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
return node;
|
|
},
|
|
rename: function(oldNode, newDir, newName) {
|
|
var oldPath = NODEFS.realPath(oldNode);
|
|
var newPath = PATH.join2(NODEFS.realPath(newDir), newName);
|
|
try {
|
|
fs.renameSync(oldPath, newPath);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
oldNode.name = newName;
|
|
},
|
|
unlink: function(parent, name) {
|
|
var path = PATH.join2(NODEFS.realPath(parent), name);
|
|
try {
|
|
fs.unlinkSync(path);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
rmdir: function(parent, name) {
|
|
var path = PATH.join2(NODEFS.realPath(parent), name);
|
|
try {
|
|
fs.rmdirSync(path);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
readdir: function(node) {
|
|
var path = NODEFS.realPath(node);
|
|
try {
|
|
return fs.readdirSync(path);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
symlink: function(parent, newName, oldPath) {
|
|
var newPath = PATH.join2(NODEFS.realPath(parent), newName);
|
|
try {
|
|
fs.symlinkSync(oldPath, newPath);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
readlink: function(node) {
|
|
var path = NODEFS.realPath(node);
|
|
try {
|
|
path = fs.readlinkSync(path);
|
|
path = NODEJS_PATH.relative(
|
|
NODEJS_PATH.resolve(node.mount.opts.root),
|
|
path
|
|
);
|
|
return path;
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
}
|
|
},
|
|
stream_ops: {
|
|
open: function(stream) {
|
|
var path = NODEFS.realPath(stream.node);
|
|
try {
|
|
if (FS.isFile(stream.node.mode)) {
|
|
stream.nfd = fs.openSync(path, NODEFS.flagsForNode(stream.flags));
|
|
}
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
close: function(stream) {
|
|
try {
|
|
if (FS.isFile(stream.node.mode) && stream.nfd) {
|
|
fs.closeSync(stream.nfd);
|
|
}
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
read: function(stream, buffer, offset, length, position) {
|
|
if (length === 0) return 0;
|
|
try {
|
|
return fs.readSync(
|
|
stream.nfd,
|
|
NODEFS.bufferFrom(buffer.buffer),
|
|
offset,
|
|
length,
|
|
position
|
|
);
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
write: function(stream, buffer, offset, length, position) {
|
|
try {
|
|
return fs.writeSync(
|
|
stream.nfd,
|
|
NODEFS.bufferFrom(buffer.buffer),
|
|
offset,
|
|
length,
|
|
position
|
|
);
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
},
|
|
llseek: function(stream, offset, whence) {
|
|
var position = offset;
|
|
if (whence === 1) {
|
|
position += stream.position;
|
|
} else if (whence === 2) {
|
|
if (FS.isFile(stream.node.mode)) {
|
|
try {
|
|
var stat = fs.fstatSync(stream.nfd);
|
|
position += stat.size;
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
|
|
}
|
|
}
|
|
}
|
|
if (position < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
return position;
|
|
},
|
|
mmap: function(stream, address, length, position, prot, flags) {
|
|
if (address !== 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if (!FS.isFile(stream.node.mode)) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
var ptr = mmapAlloc(length);
|
|
NODEFS.stream_ops.read(stream, HEAP8, ptr, length, position);
|
|
return { ptr: ptr, allocated: true };
|
|
},
|
|
msync: function(stream, buffer, offset, length, mmapFlags) {
|
|
if (!FS.isFile(stream.node.mode)) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
if (mmapFlags & 2) {
|
|
return 0;
|
|
}
|
|
var bytesWritten = NODEFS.stream_ops.write(
|
|
stream,
|
|
buffer,
|
|
0,
|
|
length,
|
|
offset,
|
|
false
|
|
);
|
|
return 0;
|
|
}
|
|
}
|
|
};
|
|
var NODERAWFS = {
|
|
lookupPath: function(path) {
|
|
return { path: path, node: { mode: NODEFS.getMode(path) } };
|
|
},
|
|
createStandardStreams: function() {
|
|
FS.streams[0] = {
|
|
fd: 0,
|
|
nfd: 0,
|
|
position: 0,
|
|
path: "",
|
|
flags: 0,
|
|
tty: true,
|
|
seekable: false
|
|
};
|
|
for (var i = 1; i < 3; i++) {
|
|
FS.streams[i] = {
|
|
fd: i,
|
|
nfd: i,
|
|
position: 0,
|
|
path: "",
|
|
flags: 577,
|
|
tty: true,
|
|
seekable: false
|
|
};
|
|
}
|
|
},
|
|
cwd: function() {
|
|
return process.cwd();
|
|
},
|
|
chdir: function() {
|
|
process.chdir.apply(void 0, arguments);
|
|
},
|
|
mknod: function(path, mode) {
|
|
if (FS.isDir(path)) {
|
|
fs.mkdirSync(path, mode);
|
|
} else {
|
|
fs.writeFileSync(path, "", { mode: mode });
|
|
}
|
|
},
|
|
mkdir: function() {
|
|
fs.mkdirSync.apply(void 0, arguments);
|
|
},
|
|
symlink: function() {
|
|
fs.symlinkSync.apply(void 0, arguments);
|
|
},
|
|
rename: function() {
|
|
fs.renameSync.apply(void 0, arguments);
|
|
},
|
|
rmdir: function() {
|
|
fs.rmdirSync.apply(void 0, arguments);
|
|
},
|
|
readdir: function() {
|
|
fs.readdirSync.apply(void 0, arguments);
|
|
},
|
|
unlink: function() {
|
|
fs.unlinkSync.apply(void 0, arguments);
|
|
},
|
|
readlink: function() {
|
|
return fs.readlinkSync.apply(void 0, arguments);
|
|
},
|
|
stat: function() {
|
|
return fs.statSync.apply(void 0, arguments);
|
|
},
|
|
lstat: function() {
|
|
return fs.lstatSync.apply(void 0, arguments);
|
|
},
|
|
chmod: function() {
|
|
fs.chmodSync.apply(void 0, arguments);
|
|
},
|
|
fchmod: function() {
|
|
fs.fchmodSync.apply(void 0, arguments);
|
|
},
|
|
chown: function() {
|
|
fs.chownSync.apply(void 0, arguments);
|
|
},
|
|
fchown: function() {
|
|
fs.fchownSync.apply(void 0, arguments);
|
|
},
|
|
truncate: function() {
|
|
fs.truncateSync.apply(void 0, arguments);
|
|
},
|
|
ftruncate: function(fd, len) {
|
|
if (len < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
fs.ftruncateSync.apply(void 0, arguments);
|
|
},
|
|
utime: function() {
|
|
fs.utimesSync.apply(void 0, arguments);
|
|
},
|
|
open: function(path, flags, mode, suggestFD) {
|
|
if (typeof flags === "string") {
|
|
flags = VFS.modeStringToFlags(flags);
|
|
}
|
|
var nfd = fs.openSync(path, NODEFS.flagsForNode(flags), mode);
|
|
var fd = suggestFD != null ? suggestFD : FS.nextfd(nfd);
|
|
var stream = {
|
|
fd: fd,
|
|
nfd: nfd,
|
|
position: 0,
|
|
path: path,
|
|
flags: flags,
|
|
seekable: true
|
|
};
|
|
FS.streams[fd] = stream;
|
|
return stream;
|
|
},
|
|
close: function(stream) {
|
|
if (!stream.stream_ops) {
|
|
fs.closeSync(stream.nfd);
|
|
}
|
|
FS.closeStream(stream.fd);
|
|
},
|
|
llseek: function(stream, offset, whence) {
|
|
if (stream.stream_ops) {
|
|
return VFS.llseek(stream, offset, whence);
|
|
}
|
|
var position = offset;
|
|
if (whence === 1) {
|
|
position += stream.position;
|
|
} else if (whence === 2) {
|
|
position += fs.fstatSync(stream.nfd).size;
|
|
} else if (whence !== 0) {
|
|
throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
|
|
}
|
|
if (position < 0) {
|
|
throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
|
|
}
|
|
stream.position = position;
|
|
return position;
|
|
},
|
|
read: function(stream, buffer, offset, length, position) {
|
|
if (stream.stream_ops) {
|
|
return VFS.read(stream, buffer, offset, length, position);
|
|
}
|
|
var seeking = typeof position !== "undefined";
|
|
if (!seeking && stream.seekable) position = stream.position;
|
|
var bytesRead = fs.readSync(
|
|
stream.nfd,
|
|
NODEFS.bufferFrom(buffer.buffer),
|
|
offset,
|
|
length,
|
|
position
|
|
);
|
|
if (!seeking) stream.position += bytesRead;
|
|
return bytesRead;
|
|
},
|
|
write: function(stream, buffer, offset, length, position) {
|
|
if (stream.stream_ops) {
|
|
return VFS.write(stream, buffer, offset, length, position);
|
|
}
|
|
if (stream.flags & +"1024") {
|
|
FS.llseek(stream, 0, +"2");
|
|
}
|
|
var seeking = typeof position !== "undefined";
|
|
if (!seeking && stream.seekable) position = stream.position;
|
|
var bytesWritten = fs.writeSync(
|
|
stream.nfd,
|
|
NODEFS.bufferFrom(buffer.buffer),
|
|
offset,
|
|
length,
|
|
position
|
|
);
|
|
if (!seeking) stream.position += bytesWritten;
|
|
return bytesWritten;
|
|
},
|
|
allocate: function() {
|
|
throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP);
|
|
},
|
|
mmap: function(stream, address, length, position, prot, flags) {
|
|
if (stream.stream_ops) {
|
|
return VFS.mmap(stream, address, length, position, prot, flags);
|
|
}
|
|
if (address !== 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var ptr = mmapAlloc(length);
|
|
FS.read(stream, HEAP8, ptr, length, position);
|
|
return { ptr: ptr, allocated: true };
|
|
},
|
|
msync: function(stream, buffer, offset, length, mmapFlags) {
|
|
if (stream.stream_ops) {
|
|
return VFS.msync(stream, buffer, offset, length, mmapFlags);
|
|
}
|
|
if (mmapFlags & 2) {
|
|
return 0;
|
|
}
|
|
FS.write(stream, buffer, 0, length, offset);
|
|
return 0;
|
|
},
|
|
munmap: function() {
|
|
return 0;
|
|
},
|
|
ioctl: function() {
|
|
throw new FS.ErrnoError(ERRNO_CODES.ENOTTY);
|
|
}
|
|
};
|
|
var FS = {
|
|
root: null,
|
|
mounts: [],
|
|
devices: {},
|
|
streams: [],
|
|
nextInode: 1,
|
|
nameTable: null,
|
|
currentPath: "/",
|
|
initialized: false,
|
|
ignorePermissions: true,
|
|
trackingDelegate: {},
|
|
tracking: { openFlags: { READ: 1, WRITE: 2 } },
|
|
ErrnoError: null,
|
|
genericErrors: {},
|
|
filesystems: null,
|
|
syncFSRequests: 0,
|
|
lookupPath: function(path, opts) {
|
|
path = PATH_FS.resolve(FS.cwd(), path);
|
|
opts = opts || {};
|
|
if (!path) return { path: "", node: null };
|
|
var defaults = { follow_mount: true, recurse_count: 0 };
|
|
for (var key in defaults) {
|
|
if (opts[key] === undefined) {
|
|
opts[key] = defaults[key];
|
|
}
|
|
}
|
|
if (opts.recurse_count > 8) {
|
|
throw new FS.ErrnoError(32);
|
|
}
|
|
var parts = PATH.normalizeArray(
|
|
path.split("/").filter(function(p) {
|
|
return !!p;
|
|
}),
|
|
false
|
|
);
|
|
var current = FS.root;
|
|
var current_path = "/";
|
|
for (var i = 0; i < parts.length; i++) {
|
|
var islast = i === parts.length - 1;
|
|
if (islast && opts.parent) {
|
|
break;
|
|
}
|
|
current = FS.lookupNode(current, parts[i]);
|
|
current_path = PATH.join2(current_path, parts[i]);
|
|
if (FS.isMountpoint(current)) {
|
|
if (!islast || (islast && opts.follow_mount)) {
|
|
current = current.mounted.root;
|
|
}
|
|
}
|
|
if (!islast || opts.follow) {
|
|
var count = 0;
|
|
while (FS.isLink(current.mode)) {
|
|
var link = FS.readlink(current_path);
|
|
current_path = PATH_FS.resolve(PATH.dirname(current_path), link);
|
|
var lookup = FS.lookupPath(current_path, {
|
|
recurse_count: opts.recurse_count
|
|
});
|
|
current = lookup.node;
|
|
if (count++ > 40) {
|
|
throw new FS.ErrnoError(32);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return { path: current_path, node: current };
|
|
},
|
|
getPath: function(node) {
|
|
var path;
|
|
while (true) {
|
|
if (FS.isRoot(node)) {
|
|
var mount = node.mount.mountpoint;
|
|
if (!path) return mount;
|
|
return mount[mount.length - 1] !== "/"
|
|
? mount + "/" + path
|
|
: mount + path;
|
|
}
|
|
path = path ? node.name + "/" + path : node.name;
|
|
node = node.parent;
|
|
}
|
|
},
|
|
hashName: function(parentid, name) {
|
|
var hash = 0;
|
|
for (var i = 0; i < name.length; i++) {
|
|
hash = ((hash << 5) - hash + name.charCodeAt(i)) | 0;
|
|
}
|
|
return ((parentid + hash) >>> 0) % FS.nameTable.length;
|
|
},
|
|
hashAddNode: function(node) {
|
|
var hash = FS.hashName(node.parent.id, node.name);
|
|
node.name_next = FS.nameTable[hash];
|
|
FS.nameTable[hash] = node;
|
|
},
|
|
hashRemoveNode: function(node) {
|
|
var hash = FS.hashName(node.parent.id, node.name);
|
|
if (FS.nameTable[hash] === node) {
|
|
FS.nameTable[hash] = node.name_next;
|
|
} else {
|
|
var current = FS.nameTable[hash];
|
|
while (current) {
|
|
if (current.name_next === node) {
|
|
current.name_next = node.name_next;
|
|
break;
|
|
}
|
|
current = current.name_next;
|
|
}
|
|
}
|
|
},
|
|
lookupNode: function(parent, name) {
|
|
var errCode = FS.mayLookup(parent);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode, parent);
|
|
}
|
|
var hash = FS.hashName(parent.id, name);
|
|
for (var node = FS.nameTable[hash]; node; node = node.name_next) {
|
|
var nodeName = node.name;
|
|
if (node.parent.id === parent.id && nodeName === name) {
|
|
return node;
|
|
}
|
|
}
|
|
return FS.lookup(parent, name);
|
|
},
|
|
createNode: function(parent, name, mode, rdev) {
|
|
var node = new FS.FSNode(parent, name, mode, rdev);
|
|
FS.hashAddNode(node);
|
|
return node;
|
|
},
|
|
destroyNode: function(node) {
|
|
FS.hashRemoveNode(node);
|
|
},
|
|
isRoot: function(node) {
|
|
return node === node.parent;
|
|
},
|
|
isMountpoint: function(node) {
|
|
return !!node.mounted;
|
|
},
|
|
isFile: function(mode) {
|
|
return (mode & 61440) === 32768;
|
|
},
|
|
isDir: function(mode) {
|
|
return (mode & 61440) === 16384;
|
|
},
|
|
isLink: function(mode) {
|
|
return (mode & 61440) === 40960;
|
|
},
|
|
isChrdev: function(mode) {
|
|
return (mode & 61440) === 8192;
|
|
},
|
|
isBlkdev: function(mode) {
|
|
return (mode & 61440) === 24576;
|
|
},
|
|
isFIFO: function(mode) {
|
|
return (mode & 61440) === 4096;
|
|
},
|
|
isSocket: function(mode) {
|
|
return (mode & 49152) === 49152;
|
|
},
|
|
flagModes: { r: 0, "r+": 2, w: 577, "w+": 578, a: 1089, "a+": 1090 },
|
|
modeStringToFlags: function(str) {
|
|
var flags = FS.flagModes[str];
|
|
if (typeof flags === "undefined") {
|
|
throw new Error("Unknown file open mode: " + str);
|
|
}
|
|
return flags;
|
|
},
|
|
flagsToPermissionString: function(flag) {
|
|
var perms = ["r", "w", "rw"][flag & 3];
|
|
if (flag & 512) {
|
|
perms += "w";
|
|
}
|
|
return perms;
|
|
},
|
|
nodePermissions: function(node, perms) {
|
|
if (FS.ignorePermissions) {
|
|
return 0;
|
|
}
|
|
if (perms.includes("r") && !(node.mode & 292)) {
|
|
return 2;
|
|
} else if (perms.includes("w") && !(node.mode & 146)) {
|
|
return 2;
|
|
} else if (perms.includes("x") && !(node.mode & 73)) {
|
|
return 2;
|
|
}
|
|
return 0;
|
|
},
|
|
mayLookup: function(dir) {
|
|
var errCode = FS.nodePermissions(dir, "x");
|
|
if (errCode) return errCode;
|
|
if (!dir.node_ops.lookup) return 2;
|
|
return 0;
|
|
},
|
|
mayCreate: function(dir, name) {
|
|
try {
|
|
var node = FS.lookupNode(dir, name);
|
|
return 20;
|
|
} catch (e) {}
|
|
return FS.nodePermissions(dir, "wx");
|
|
},
|
|
mayDelete: function(dir, name, isdir) {
|
|
var node;
|
|
try {
|
|
node = FS.lookupNode(dir, name);
|
|
} catch (e) {
|
|
return e.errno;
|
|
}
|
|
var errCode = FS.nodePermissions(dir, "wx");
|
|
if (errCode) {
|
|
return errCode;
|
|
}
|
|
if (isdir) {
|
|
if (!FS.isDir(node.mode)) {
|
|
return 54;
|
|
}
|
|
if (FS.isRoot(node) || FS.getPath(node) === FS.cwd()) {
|
|
return 10;
|
|
}
|
|
} else {
|
|
if (FS.isDir(node.mode)) {
|
|
return 31;
|
|
}
|
|
}
|
|
return 0;
|
|
},
|
|
mayOpen: function(node, flags) {
|
|
if (!node) {
|
|
return 44;
|
|
}
|
|
if (FS.isLink(node.mode)) {
|
|
return 32;
|
|
} else if (FS.isDir(node.mode)) {
|
|
if (FS.flagsToPermissionString(flags) !== "r" || flags & 512) {
|
|
return 31;
|
|
}
|
|
}
|
|
return FS.nodePermissions(node, FS.flagsToPermissionString(flags));
|
|
},
|
|
MAX_OPEN_FDS: 4096,
|
|
nextfd: function(fd_start, fd_end) {
|
|
fd_start = fd_start || 0;
|
|
fd_end = fd_end || FS.MAX_OPEN_FDS;
|
|
for (var fd = fd_start; fd <= fd_end; fd++) {
|
|
if (!FS.streams[fd]) {
|
|
return fd;
|
|
}
|
|
}
|
|
throw new FS.ErrnoError(33);
|
|
},
|
|
getStream: function(fd) {
|
|
return FS.streams[fd];
|
|
},
|
|
createStream: function(stream, fd_start, fd_end) {
|
|
if (!FS.FSStream) {
|
|
FS.FSStream = function() {};
|
|
FS.FSStream.prototype = {
|
|
object: {
|
|
get: function() {
|
|
return this.node;
|
|
},
|
|
set: function(val) {
|
|
this.node = val;
|
|
}
|
|
},
|
|
isRead: {
|
|
get: function() {
|
|
return (this.flags & 2097155) !== 1;
|
|
}
|
|
},
|
|
isWrite: {
|
|
get: function() {
|
|
return (this.flags & 2097155) !== 0;
|
|
}
|
|
},
|
|
isAppend: {
|
|
get: function() {
|
|
return this.flags & 1024;
|
|
}
|
|
}
|
|
};
|
|
}
|
|
var newStream = new FS.FSStream();
|
|
for (var p in stream) {
|
|
newStream[p] = stream[p];
|
|
}
|
|
stream = newStream;
|
|
var fd = FS.nextfd(fd_start, fd_end);
|
|
stream.fd = fd;
|
|
FS.streams[fd] = stream;
|
|
return stream;
|
|
},
|
|
closeStream: function(fd) {
|
|
FS.streams[fd] = null;
|
|
},
|
|
chrdev_stream_ops: {
|
|
open: function(stream) {
|
|
var device = FS.getDevice(stream.node.rdev);
|
|
stream.stream_ops = device.stream_ops;
|
|
if (stream.stream_ops.open) {
|
|
stream.stream_ops.open(stream);
|
|
}
|
|
},
|
|
llseek: function() {
|
|
throw new FS.ErrnoError(70);
|
|
}
|
|
},
|
|
major: function(dev) {
|
|
return dev >> 8;
|
|
},
|
|
minor: function(dev) {
|
|
return dev & 255;
|
|
},
|
|
makedev: function(ma, mi) {
|
|
return (ma << 8) | mi;
|
|
},
|
|
registerDevice: function(dev, ops) {
|
|
FS.devices[dev] = { stream_ops: ops };
|
|
},
|
|
getDevice: function(dev) {
|
|
return FS.devices[dev];
|
|
},
|
|
getMounts: function(mount) {
|
|
var mounts = [];
|
|
var check = [mount];
|
|
while (check.length) {
|
|
var m = check.pop();
|
|
mounts.push(m);
|
|
check.push.apply(check, m.mounts);
|
|
}
|
|
return mounts;
|
|
},
|
|
syncfs: function(populate, callback) {
|
|
if (typeof populate === "function") {
|
|
callback = populate;
|
|
populate = false;
|
|
}
|
|
FS.syncFSRequests++;
|
|
if (FS.syncFSRequests > 1) {
|
|
err(
|
|
"warning: " +
|
|
FS.syncFSRequests +
|
|
" FS.syncfs operations in flight at once, probably just doing extra work"
|
|
);
|
|
}
|
|
var mounts = FS.getMounts(FS.root.mount);
|
|
var completed = 0;
|
|
function doCallback(errCode) {
|
|
FS.syncFSRequests--;
|
|
return callback(errCode);
|
|
}
|
|
function done(errCode) {
|
|
if (errCode) {
|
|
if (!done.errored) {
|
|
done.errored = true;
|
|
return doCallback(errCode);
|
|
}
|
|
return;
|
|
}
|
|
if (++completed >= mounts.length) {
|
|
doCallback(null);
|
|
}
|
|
}
|
|
mounts.forEach(function(mount) {
|
|
if (!mount.type.syncfs) {
|
|
return done(null);
|
|
}
|
|
mount.type.syncfs(mount, populate, done);
|
|
});
|
|
},
|
|
mount: function(type, opts, mountpoint) {
|
|
var root = mountpoint === "/";
|
|
var pseudo = !mountpoint;
|
|
var node;
|
|
if (root && FS.root) {
|
|
throw new FS.ErrnoError(10);
|
|
} else if (!root && !pseudo) {
|
|
var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
|
|
mountpoint = lookup.path;
|
|
node = lookup.node;
|
|
if (FS.isMountpoint(node)) {
|
|
throw new FS.ErrnoError(10);
|
|
}
|
|
if (!FS.isDir(node.mode)) {
|
|
throw new FS.ErrnoError(54);
|
|
}
|
|
}
|
|
var mount = { type: type, opts: opts, mountpoint: mountpoint, mounts: [] };
|
|
var mountRoot = type.mount(mount);
|
|
mountRoot.mount = mount;
|
|
mount.root = mountRoot;
|
|
if (root) {
|
|
FS.root = mountRoot;
|
|
} else if (node) {
|
|
node.mounted = mount;
|
|
if (node.mount) {
|
|
node.mount.mounts.push(mount);
|
|
}
|
|
}
|
|
return mountRoot;
|
|
},
|
|
unmount: function(mountpoint) {
|
|
var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
|
|
if (!FS.isMountpoint(lookup.node)) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var node = lookup.node;
|
|
var mount = node.mounted;
|
|
var mounts = FS.getMounts(mount);
|
|
Object.keys(FS.nameTable).forEach(function(hash) {
|
|
var current = FS.nameTable[hash];
|
|
while (current) {
|
|
var next = current.name_next;
|
|
if (mounts.includes(current.mount)) {
|
|
FS.destroyNode(current);
|
|
}
|
|
current = next;
|
|
}
|
|
});
|
|
node.mounted = null;
|
|
var idx = node.mount.mounts.indexOf(mount);
|
|
node.mount.mounts.splice(idx, 1);
|
|
},
|
|
lookup: function(parent, name) {
|
|
return parent.node_ops.lookup(parent, name);
|
|
},
|
|
mknod: function(path, mode, dev) {
|
|
var lookup = FS.lookupPath(path, { parent: true });
|
|
var parent = lookup.node;
|
|
var name = PATH.basename(path);
|
|
if (!name || name === "." || name === "..") {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var errCode = FS.mayCreate(parent, name);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
if (!parent.node_ops.mknod) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
return parent.node_ops.mknod(parent, name, mode, dev);
|
|
},
|
|
create: function(path, mode) {
|
|
mode = mode !== undefined ? mode : 438;
|
|
mode &= 4095;
|
|
mode |= 32768;
|
|
return FS.mknod(path, mode, 0);
|
|
},
|
|
mkdir: function(path, mode) {
|
|
mode = mode !== undefined ? mode : 511;
|
|
mode &= 511 | 512;
|
|
mode |= 16384;
|
|
return FS.mknod(path, mode, 0);
|
|
},
|
|
mkdirTree: function(path, mode) {
|
|
var dirs = path.split("/");
|
|
var d = "";
|
|
for (var i = 0; i < dirs.length; ++i) {
|
|
if (!dirs[i]) continue;
|
|
d += "/" + dirs[i];
|
|
try {
|
|
FS.mkdir(d, mode);
|
|
} catch (e) {
|
|
if (e.errno != 20) throw e;
|
|
}
|
|
}
|
|
},
|
|
mkdev: function(path, mode, dev) {
|
|
if (typeof dev === "undefined") {
|
|
dev = mode;
|
|
mode = 438;
|
|
}
|
|
mode |= 8192;
|
|
return FS.mknod(path, mode, dev);
|
|
},
|
|
symlink: function(oldpath, newpath) {
|
|
if (!PATH_FS.resolve(oldpath)) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
var lookup = FS.lookupPath(newpath, { parent: true });
|
|
var parent = lookup.node;
|
|
if (!parent) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
var newname = PATH.basename(newpath);
|
|
var errCode = FS.mayCreate(parent, newname);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
if (!parent.node_ops.symlink) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
return parent.node_ops.symlink(parent, newname, oldpath);
|
|
},
|
|
rename: function(old_path, new_path) {
|
|
var old_dirname = PATH.dirname(old_path);
|
|
var new_dirname = PATH.dirname(new_path);
|
|
var old_name = PATH.basename(old_path);
|
|
var new_name = PATH.basename(new_path);
|
|
var lookup, old_dir, new_dir;
|
|
lookup = FS.lookupPath(old_path, { parent: true });
|
|
old_dir = lookup.node;
|
|
lookup = FS.lookupPath(new_path, { parent: true });
|
|
new_dir = lookup.node;
|
|
if (!old_dir || !new_dir) throw new FS.ErrnoError(44);
|
|
if (old_dir.mount !== new_dir.mount) {
|
|
throw new FS.ErrnoError(75);
|
|
}
|
|
var old_node = FS.lookupNode(old_dir, old_name);
|
|
var relative = PATH_FS.relative(old_path, new_dirname);
|
|
if (relative.charAt(0) !== ".") {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
relative = PATH_FS.relative(new_path, old_dirname);
|
|
if (relative.charAt(0) !== ".") {
|
|
throw new FS.ErrnoError(55);
|
|
}
|
|
var new_node;
|
|
try {
|
|
new_node = FS.lookupNode(new_dir, new_name);
|
|
} catch (e) {}
|
|
if (old_node === new_node) {
|
|
return;
|
|
}
|
|
var isdir = FS.isDir(old_node.mode);
|
|
var errCode = FS.mayDelete(old_dir, old_name, isdir);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
errCode = new_node
|
|
? FS.mayDelete(new_dir, new_name, isdir)
|
|
: FS.mayCreate(new_dir, new_name);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
if (!old_dir.node_ops.rename) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
if (FS.isMountpoint(old_node) || (new_node && FS.isMountpoint(new_node))) {
|
|
throw new FS.ErrnoError(10);
|
|
}
|
|
if (new_dir !== old_dir) {
|
|
errCode = FS.nodePermissions(old_dir, "w");
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
}
|
|
try {
|
|
if (FS.trackingDelegate["willMovePath"]) {
|
|
FS.trackingDelegate["willMovePath"](old_path, new_path);
|
|
}
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['willMovePath']('" +
|
|
old_path +
|
|
"', '" +
|
|
new_path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
FS.hashRemoveNode(old_node);
|
|
try {
|
|
old_dir.node_ops.rename(old_node, new_dir, new_name);
|
|
} catch (e) {
|
|
throw e;
|
|
} finally {
|
|
FS.hashAddNode(old_node);
|
|
}
|
|
try {
|
|
if (FS.trackingDelegate["onMovePath"])
|
|
FS.trackingDelegate["onMovePath"](old_path, new_path);
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['onMovePath']('" +
|
|
old_path +
|
|
"', '" +
|
|
new_path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
},
|
|
rmdir: function(path) {
|
|
var lookup = FS.lookupPath(path, { parent: true });
|
|
var parent = lookup.node;
|
|
var name = PATH.basename(path);
|
|
var node = FS.lookupNode(parent, name);
|
|
var errCode = FS.mayDelete(parent, name, true);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
if (!parent.node_ops.rmdir) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
if (FS.isMountpoint(node)) {
|
|
throw new FS.ErrnoError(10);
|
|
}
|
|
try {
|
|
if (FS.trackingDelegate["willDeletePath"]) {
|
|
FS.trackingDelegate["willDeletePath"](path);
|
|
}
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['willDeletePath']('" +
|
|
path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
parent.node_ops.rmdir(parent, name);
|
|
FS.destroyNode(node);
|
|
try {
|
|
if (FS.trackingDelegate["onDeletePath"])
|
|
FS.trackingDelegate["onDeletePath"](path);
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['onDeletePath']('" +
|
|
path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
},
|
|
readdir: function(path) {
|
|
var lookup = FS.lookupPath(path, { follow: true });
|
|
var node = lookup.node;
|
|
if (!node.node_ops.readdir) {
|
|
throw new FS.ErrnoError(54);
|
|
}
|
|
return node.node_ops.readdir(node);
|
|
},
|
|
unlink: function(path) {
|
|
var lookup = FS.lookupPath(path, { parent: true });
|
|
var parent = lookup.node;
|
|
var name = PATH.basename(path);
|
|
var node = FS.lookupNode(parent, name);
|
|
var errCode = FS.mayDelete(parent, name, false);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
if (!parent.node_ops.unlink) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
if (FS.isMountpoint(node)) {
|
|
throw new FS.ErrnoError(10);
|
|
}
|
|
try {
|
|
if (FS.trackingDelegate["willDeletePath"]) {
|
|
FS.trackingDelegate["willDeletePath"](path);
|
|
}
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['willDeletePath']('" +
|
|
path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
parent.node_ops.unlink(parent, name);
|
|
FS.destroyNode(node);
|
|
try {
|
|
if (FS.trackingDelegate["onDeletePath"])
|
|
FS.trackingDelegate["onDeletePath"](path);
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['onDeletePath']('" +
|
|
path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
},
|
|
readlink: function(path) {
|
|
var lookup = FS.lookupPath(path);
|
|
var link = lookup.node;
|
|
if (!link) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
if (!link.node_ops.readlink) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
return PATH_FS.resolve(
|
|
FS.getPath(link.parent),
|
|
link.node_ops.readlink(link)
|
|
);
|
|
},
|
|
stat: function(path, dontFollow) {
|
|
var lookup = FS.lookupPath(path, { follow: !dontFollow });
|
|
var node = lookup.node;
|
|
if (!node) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
if (!node.node_ops.getattr) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
return node.node_ops.getattr(node);
|
|
},
|
|
lstat: function(path) {
|
|
return FS.stat(path, true);
|
|
},
|
|
chmod: function(path, mode, dontFollow) {
|
|
var node;
|
|
if (typeof path === "string") {
|
|
var lookup = FS.lookupPath(path, { follow: !dontFollow });
|
|
node = lookup.node;
|
|
} else {
|
|
node = path;
|
|
}
|
|
if (!node.node_ops.setattr) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
node.node_ops.setattr(node, {
|
|
mode: (mode & 4095) | (node.mode & ~4095),
|
|
timestamp: Date.now()
|
|
});
|
|
},
|
|
lchmod: function(path, mode) {
|
|
FS.chmod(path, mode, true);
|
|
},
|
|
fchmod: function(fd, mode) {
|
|
var stream = FS.getStream(fd);
|
|
if (!stream) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
FS.chmod(stream.node, mode);
|
|
},
|
|
chown: function(path, uid, gid, dontFollow) {
|
|
var node;
|
|
if (typeof path === "string") {
|
|
var lookup = FS.lookupPath(path, { follow: !dontFollow });
|
|
node = lookup.node;
|
|
} else {
|
|
node = path;
|
|
}
|
|
if (!node.node_ops.setattr) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
node.node_ops.setattr(node, { timestamp: Date.now() });
|
|
},
|
|
lchown: function(path, uid, gid) {
|
|
FS.chown(path, uid, gid, true);
|
|
},
|
|
fchown: function(fd, uid, gid) {
|
|
var stream = FS.getStream(fd);
|
|
if (!stream) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
FS.chown(stream.node, uid, gid);
|
|
},
|
|
truncate: function(path, len) {
|
|
if (len < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var node;
|
|
if (typeof path === "string") {
|
|
var lookup = FS.lookupPath(path, { follow: true });
|
|
node = lookup.node;
|
|
} else {
|
|
node = path;
|
|
}
|
|
if (!node.node_ops.setattr) {
|
|
throw new FS.ErrnoError(63);
|
|
}
|
|
if (FS.isDir(node.mode)) {
|
|
throw new FS.ErrnoError(31);
|
|
}
|
|
if (!FS.isFile(node.mode)) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var errCode = FS.nodePermissions(node, "w");
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
node.node_ops.setattr(node, { size: len, timestamp: Date.now() });
|
|
},
|
|
ftruncate: function(fd, len) {
|
|
var stream = FS.getStream(fd);
|
|
if (!stream) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if ((stream.flags & 2097155) === 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
FS.truncate(stream.node, len);
|
|
},
|
|
utime: function(path, atime, mtime) {
|
|
var lookup = FS.lookupPath(path, { follow: true });
|
|
var node = lookup.node;
|
|
node.node_ops.setattr(node, { timestamp: Math.max(atime, mtime) });
|
|
},
|
|
open: function(path, flags, mode, fd_start, fd_end) {
|
|
if (path === "") {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
flags = typeof flags === "string" ? FS.modeStringToFlags(flags) : flags;
|
|
mode = typeof mode === "undefined" ? 438 : mode;
|
|
if (flags & 64) {
|
|
mode = (mode & 4095) | 32768;
|
|
} else {
|
|
mode = 0;
|
|
}
|
|
var node;
|
|
if (typeof path === "object") {
|
|
node = path;
|
|
} else {
|
|
path = PATH.normalize(path);
|
|
try {
|
|
var lookup = FS.lookupPath(path, { follow: !(flags & 131072) });
|
|
node = lookup.node;
|
|
} catch (e) {}
|
|
}
|
|
var created = false;
|
|
if (flags & 64) {
|
|
if (node) {
|
|
if (flags & 128) {
|
|
throw new FS.ErrnoError(20);
|
|
}
|
|
} else {
|
|
node = FS.mknod(path, mode, 0);
|
|
created = true;
|
|
}
|
|
}
|
|
if (!node) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
if (FS.isChrdev(node.mode)) {
|
|
flags &= ~512;
|
|
}
|
|
if (flags & 65536 && !FS.isDir(node.mode)) {
|
|
throw new FS.ErrnoError(54);
|
|
}
|
|
if (!created) {
|
|
var errCode = FS.mayOpen(node, flags);
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
}
|
|
if (flags & 512) {
|
|
FS.truncate(node, 0);
|
|
}
|
|
flags &= ~(128 | 512 | 131072);
|
|
var stream = FS.createStream(
|
|
{
|
|
node: node,
|
|
path: FS.getPath(node),
|
|
flags: flags,
|
|
seekable: true,
|
|
position: 0,
|
|
stream_ops: node.stream_ops,
|
|
ungotten: [],
|
|
error: false
|
|
},
|
|
fd_start,
|
|
fd_end
|
|
);
|
|
if (stream.stream_ops.open) {
|
|
stream.stream_ops.open(stream);
|
|
}
|
|
if (Module["logReadFiles"] && !(flags & 1)) {
|
|
if (!FS.readFiles) FS.readFiles = {};
|
|
if (!(path in FS.readFiles)) {
|
|
FS.readFiles[path] = 1;
|
|
err("FS.trackingDelegate error on read file: " + path);
|
|
}
|
|
}
|
|
try {
|
|
if (FS.trackingDelegate["onOpenFile"]) {
|
|
var trackingFlags = 0;
|
|
if ((flags & 2097155) !== 1) {
|
|
trackingFlags |= FS.tracking.openFlags.READ;
|
|
}
|
|
if ((flags & 2097155) !== 0) {
|
|
trackingFlags |= FS.tracking.openFlags.WRITE;
|
|
}
|
|
FS.trackingDelegate["onOpenFile"](path, trackingFlags);
|
|
}
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['onOpenFile']('" +
|
|
path +
|
|
"', flags) threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
return stream;
|
|
},
|
|
close: function(stream) {
|
|
if (FS.isClosed(stream)) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (stream.getdents) stream.getdents = null;
|
|
try {
|
|
if (stream.stream_ops.close) {
|
|
stream.stream_ops.close(stream);
|
|
}
|
|
} catch (e) {
|
|
throw e;
|
|
} finally {
|
|
FS.closeStream(stream.fd);
|
|
}
|
|
stream.fd = null;
|
|
},
|
|
isClosed: function(stream) {
|
|
return stream.fd === null;
|
|
},
|
|
llseek: function(stream, offset, whence) {
|
|
if (FS.isClosed(stream)) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (!stream.seekable || !stream.stream_ops.llseek) {
|
|
throw new FS.ErrnoError(70);
|
|
}
|
|
if (whence != 0 && whence != 1 && whence != 2) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
stream.position = stream.stream_ops.llseek(stream, offset, whence);
|
|
stream.ungotten = [];
|
|
return stream.position;
|
|
},
|
|
read: function(stream, buffer, offset, length, position) {
|
|
if (length < 0 || position < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if (FS.isClosed(stream)) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if ((stream.flags & 2097155) === 1) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (FS.isDir(stream.node.mode)) {
|
|
throw new FS.ErrnoError(31);
|
|
}
|
|
if (!stream.stream_ops.read) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
var seeking = typeof position !== "undefined";
|
|
if (!seeking) {
|
|
position = stream.position;
|
|
} else if (!stream.seekable) {
|
|
throw new FS.ErrnoError(70);
|
|
}
|
|
var bytesRead = stream.stream_ops.read(
|
|
stream,
|
|
buffer,
|
|
offset,
|
|
length,
|
|
position
|
|
);
|
|
if (!seeking) stream.position += bytesRead;
|
|
return bytesRead;
|
|
},
|
|
write: function(stream, buffer, offset, length, position, canOwn) {
|
|
if (length < 0 || position < 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if (FS.isClosed(stream)) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if ((stream.flags & 2097155) === 0) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (FS.isDir(stream.node.mode)) {
|
|
throw new FS.ErrnoError(31);
|
|
}
|
|
if (!stream.stream_ops.write) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if (stream.seekable && stream.flags & 1024) {
|
|
FS.llseek(stream, 0, 2);
|
|
}
|
|
var seeking = typeof position !== "undefined";
|
|
if (!seeking) {
|
|
position = stream.position;
|
|
} else if (!stream.seekable) {
|
|
throw new FS.ErrnoError(70);
|
|
}
|
|
var bytesWritten = stream.stream_ops.write(
|
|
stream,
|
|
buffer,
|
|
offset,
|
|
length,
|
|
position,
|
|
canOwn
|
|
);
|
|
if (!seeking) stream.position += bytesWritten;
|
|
try {
|
|
if (stream.path && FS.trackingDelegate["onWriteToFile"])
|
|
FS.trackingDelegate["onWriteToFile"](stream.path);
|
|
} catch (e) {
|
|
err(
|
|
"FS.trackingDelegate['onWriteToFile']('" +
|
|
stream.path +
|
|
"') threw an exception: " +
|
|
e.message
|
|
);
|
|
}
|
|
return bytesWritten;
|
|
},
|
|
allocate: function(stream, offset, length) {
|
|
if (FS.isClosed(stream)) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (offset < 0 || length <= 0) {
|
|
throw new FS.ErrnoError(28);
|
|
}
|
|
if ((stream.flags & 2097155) === 0) {
|
|
throw new FS.ErrnoError(8);
|
|
}
|
|
if (!FS.isFile(stream.node.mode) && !FS.isDir(stream.node.mode)) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
if (!stream.stream_ops.allocate) {
|
|
throw new FS.ErrnoError(138);
|
|
}
|
|
stream.stream_ops.allocate(stream, offset, length);
|
|
},
|
|
mmap: function(stream, address, length, position, prot, flags) {
|
|
if (
|
|
(prot & 2) !== 0 &&
|
|
(flags & 2) === 0 &&
|
|
(stream.flags & 2097155) !== 2
|
|
) {
|
|
throw new FS.ErrnoError(2);
|
|
}
|
|
if ((stream.flags & 2097155) === 1) {
|
|
throw new FS.ErrnoError(2);
|
|
}
|
|
if (!stream.stream_ops.mmap) {
|
|
throw new FS.ErrnoError(43);
|
|
}
|
|
return stream.stream_ops.mmap(
|
|
stream,
|
|
address,
|
|
length,
|
|
position,
|
|
prot,
|
|
flags
|
|
);
|
|
},
|
|
msync: function(stream, buffer, offset, length, mmapFlags) {
|
|
if (!stream || !stream.stream_ops.msync) {
|
|
return 0;
|
|
}
|
|
return stream.stream_ops.msync(stream, buffer, offset, length, mmapFlags);
|
|
},
|
|
munmap: function(stream) {
|
|
return 0;
|
|
},
|
|
ioctl: function(stream, cmd, arg) {
|
|
if (!stream.stream_ops.ioctl) {
|
|
throw new FS.ErrnoError(59);
|
|
}
|
|
return stream.stream_ops.ioctl(stream, cmd, arg);
|
|
},
|
|
readFile: function(path, opts) {
|
|
opts = opts || {};
|
|
opts.flags = opts.flags || 0;
|
|
opts.encoding = opts.encoding || "binary";
|
|
if (opts.encoding !== "utf8" && opts.encoding !== "binary") {
|
|
throw new Error('Invalid encoding type "' + opts.encoding + '"');
|
|
}
|
|
var ret;
|
|
var stream = FS.open(path, opts.flags);
|
|
var stat = FS.stat(path);
|
|
var length = stat.size;
|
|
var buf = new Uint8Array(length);
|
|
FS.read(stream, buf, 0, length, 0);
|
|
if (opts.encoding === "utf8") {
|
|
ret = UTF8ArrayToString(buf, 0);
|
|
} else if (opts.encoding === "binary") {
|
|
ret = buf;
|
|
}
|
|
FS.close(stream);
|
|
return ret;
|
|
},
|
|
writeFile: function(path, data, opts) {
|
|
opts = opts || {};
|
|
opts.flags = opts.flags || 577;
|
|
var stream = FS.open(path, opts.flags, opts.mode);
|
|
if (typeof data === "string") {
|
|
var buf = new Uint8Array(lengthBytesUTF8(data) + 1);
|
|
var actualNumBytes = stringToUTF8Array(data, buf, 0, buf.length);
|
|
FS.write(stream, buf, 0, actualNumBytes, undefined, opts.canOwn);
|
|
} else if (ArrayBuffer.isView(data)) {
|
|
FS.write(stream, data, 0, data.byteLength, undefined, opts.canOwn);
|
|
} else {
|
|
throw new Error("Unsupported data type");
|
|
}
|
|
FS.close(stream);
|
|
},
|
|
cwd: function() {
|
|
return FS.currentPath;
|
|
},
|
|
chdir: function(path) {
|
|
var lookup = FS.lookupPath(path, { follow: true });
|
|
if (lookup.node === null) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
if (!FS.isDir(lookup.node.mode)) {
|
|
throw new FS.ErrnoError(54);
|
|
}
|
|
var errCode = FS.nodePermissions(lookup.node, "x");
|
|
if (errCode) {
|
|
throw new FS.ErrnoError(errCode);
|
|
}
|
|
FS.currentPath = lookup.path;
|
|
},
|
|
createDefaultDirectories: function() {
|
|
FS.mkdir("/tmp");
|
|
FS.mkdir("/home");
|
|
FS.mkdir("/home/web_user");
|
|
},
|
|
createDefaultDevices: function() {
|
|
FS.mkdir("/dev");
|
|
FS.registerDevice(FS.makedev(1, 3), {
|
|
read: function() {
|
|
return 0;
|
|
},
|
|
write: function(stream, buffer, offset, length, pos) {
|
|
return length;
|
|
}
|
|
});
|
|
FS.mkdev("/dev/null", FS.makedev(1, 3));
|
|
TTY.register(FS.makedev(5, 0), TTY.default_tty_ops);
|
|
TTY.register(FS.makedev(6, 0), TTY.default_tty1_ops);
|
|
FS.mkdev("/dev/tty", FS.makedev(5, 0));
|
|
FS.mkdev("/dev/tty1", FS.makedev(6, 0));
|
|
var random_device = getRandomDevice();
|
|
FS.createDevice("/dev", "random", random_device);
|
|
FS.createDevice("/dev", "urandom", random_device);
|
|
FS.mkdir("/dev/shm");
|
|
FS.mkdir("/dev/shm/tmp");
|
|
},
|
|
createSpecialDirectories: function() {
|
|
FS.mkdir("/proc");
|
|
var proc_self = FS.mkdir("/proc/self");
|
|
FS.mkdir("/proc/self/fd");
|
|
FS.mount(
|
|
{
|
|
mount: function() {
|
|
var node = FS.createNode(proc_self, "fd", 16384 | 511, 73);
|
|
node.node_ops = {
|
|
lookup: function(parent, name) {
|
|
var fd = +name;
|
|
var stream = FS.getStream(fd);
|
|
if (!stream) throw new FS.ErrnoError(8);
|
|
var ret = {
|
|
parent: null,
|
|
mount: { mountpoint: "fake" },
|
|
node_ops: {
|
|
readlink: function() {
|
|
return stream.path;
|
|
}
|
|
}
|
|
};
|
|
ret.parent = ret;
|
|
return ret;
|
|
}
|
|
};
|
|
return node;
|
|
}
|
|
},
|
|
{},
|
|
"/proc/self/fd"
|
|
);
|
|
},
|
|
createStandardStreams: function() {
|
|
if (Module["stdin"]) {
|
|
FS.createDevice("/dev", "stdin", Module["stdin"]);
|
|
} else {
|
|
FS.symlink("/dev/tty", "/dev/stdin");
|
|
}
|
|
if (Module["stdout"]) {
|
|
FS.createDevice("/dev", "stdout", null, Module["stdout"]);
|
|
} else {
|
|
FS.symlink("/dev/tty", "/dev/stdout");
|
|
}
|
|
if (Module["stderr"]) {
|
|
FS.createDevice("/dev", "stderr", null, Module["stderr"]);
|
|
} else {
|
|
FS.symlink("/dev/tty1", "/dev/stderr");
|
|
}
|
|
var stdin = FS.open("/dev/stdin", 0);
|
|
var stdout = FS.open("/dev/stdout", 1);
|
|
var stderr = FS.open("/dev/stderr", 1);
|
|
},
|
|
ensureErrnoError: function() {
|
|
if (FS.ErrnoError) return;
|
|
FS.ErrnoError = function ErrnoError(errno, node) {
|
|
this.node = node;
|
|
this.setErrno = function(errno) {
|
|
this.errno = errno;
|
|
};
|
|
this.setErrno(errno);
|
|
this.message = "FS error";
|
|
};
|
|
FS.ErrnoError.prototype = new Error();
|
|
FS.ErrnoError.prototype.constructor = FS.ErrnoError;
|
|
[44].forEach(function(code) {
|
|
FS.genericErrors[code] = new FS.ErrnoError(code);
|
|
FS.genericErrors[code].stack = "<generic error, no stack>";
|
|
});
|
|
},
|
|
staticInit: function() {
|
|
FS.ensureErrnoError();
|
|
FS.nameTable = new Array(4096);
|
|
FS.mount(MEMFS, {}, "/");
|
|
FS.createDefaultDirectories();
|
|
FS.createDefaultDevices();
|
|
FS.createSpecialDirectories();
|
|
FS.filesystems = { MEMFS: MEMFS, NODEFS: NODEFS };
|
|
},
|
|
init: function(input, output, error) {
|
|
FS.init.initialized = true;
|
|
FS.ensureErrnoError();
|
|
Module["stdin"] = input || Module["stdin"];
|
|
Module["stdout"] = output || Module["stdout"];
|
|
Module["stderr"] = error || Module["stderr"];
|
|
FS.createStandardStreams();
|
|
},
|
|
quit: function() {
|
|
FS.init.initialized = false;
|
|
var fflush = Module["_fflush"];
|
|
if (fflush) fflush(0);
|
|
for (var i = 0; i < FS.streams.length; i++) {
|
|
var stream = FS.streams[i];
|
|
if (!stream) {
|
|
continue;
|
|
}
|
|
FS.close(stream);
|
|
}
|
|
},
|
|
getMode: function(canRead, canWrite) {
|
|
var mode = 0;
|
|
if (canRead) mode |= 292 | 73;
|
|
if (canWrite) mode |= 146;
|
|
return mode;
|
|
},
|
|
findObject: function(path, dontResolveLastLink) {
|
|
var ret = FS.analyzePath(path, dontResolveLastLink);
|
|
if (ret.exists) {
|
|
return ret.object;
|
|
} else {
|
|
return null;
|
|
}
|
|
},
|
|
analyzePath: function(path, dontResolveLastLink) {
|
|
try {
|
|
var lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
|
|
path = lookup.path;
|
|
} catch (e) {}
|
|
var ret = {
|
|
isRoot: false,
|
|
exists: false,
|
|
error: 0,
|
|
name: null,
|
|
path: null,
|
|
object: null,
|
|
parentExists: false,
|
|
parentPath: null,
|
|
parentObject: null
|
|
};
|
|
try {
|
|
var lookup = FS.lookupPath(path, { parent: true });
|
|
ret.parentExists = true;
|
|
ret.parentPath = lookup.path;
|
|
ret.parentObject = lookup.node;
|
|
ret.name = PATH.basename(path);
|
|
lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
|
|
ret.exists = true;
|
|
ret.path = lookup.path;
|
|
ret.object = lookup.node;
|
|
ret.name = lookup.node.name;
|
|
ret.isRoot = lookup.path === "/";
|
|
} catch (e) {
|
|
ret.error = e.errno;
|
|
}
|
|
return ret;
|
|
},
|
|
createPath: function(parent, path, canRead, canWrite) {
|
|
parent = typeof parent === "string" ? parent : FS.getPath(parent);
|
|
var parts = path.split("/").reverse();
|
|
while (parts.length) {
|
|
var part = parts.pop();
|
|
if (!part) continue;
|
|
var current = PATH.join2(parent, part);
|
|
try {
|
|
FS.mkdir(current);
|
|
} catch (e) {}
|
|
parent = current;
|
|
}
|
|
return current;
|
|
},
|
|
createFile: function(parent, name, properties, canRead, canWrite) {
|
|
var path = PATH.join2(
|
|
typeof parent === "string" ? parent : FS.getPath(parent),
|
|
name
|
|
);
|
|
var mode = FS.getMode(canRead, canWrite);
|
|
return FS.create(path, mode);
|
|
},
|
|
createDataFile: function(parent, name, data, canRead, canWrite, canOwn) {
|
|
var path = name
|
|
? PATH.join2(
|
|
typeof parent === "string" ? parent : FS.getPath(parent),
|
|
name
|
|
)
|
|
: parent;
|
|
var mode = FS.getMode(canRead, canWrite);
|
|
var node = FS.create(path, mode);
|
|
if (data) {
|
|
if (typeof data === "string") {
|
|
var arr = new Array(data.length);
|
|
for (var i = 0, len = data.length; i < len; ++i)
|
|
arr[i] = data.charCodeAt(i);
|
|
data = arr;
|
|
}
|
|
FS.chmod(node, mode | 146);
|
|
var stream = FS.open(node, 577);
|
|
FS.write(stream, data, 0, data.length, 0, canOwn);
|
|
FS.close(stream);
|
|
FS.chmod(node, mode);
|
|
}
|
|
return node;
|
|
},
|
|
createDevice: function(parent, name, input, output) {
|
|
var path = PATH.join2(
|
|
typeof parent === "string" ? parent : FS.getPath(parent),
|
|
name
|
|
);
|
|
var mode = FS.getMode(!!input, !!output);
|
|
if (!FS.createDevice.major) FS.createDevice.major = 64;
|
|
var dev = FS.makedev(FS.createDevice.major++, 0);
|
|
FS.registerDevice(dev, {
|
|
open: function(stream) {
|
|
stream.seekable = false;
|
|
},
|
|
close: function(stream) {
|
|
if (output && output.buffer && output.buffer.length) {
|
|
output(10);
|
|
}
|
|
},
|
|
read: function(stream, buffer, offset, length, pos) {
|
|
var bytesRead = 0;
|
|
for (var i = 0; i < length; i++) {
|
|
var result;
|
|
try {
|
|
result = input();
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(29);
|
|
}
|
|
if (result === undefined && bytesRead === 0) {
|
|
throw new FS.ErrnoError(6);
|
|
}
|
|
if (result === null || result === undefined) break;
|
|
bytesRead++;
|
|
buffer[offset + i] = result;
|
|
}
|
|
if (bytesRead) {
|
|
stream.node.timestamp = Date.now();
|
|
}
|
|
return bytesRead;
|
|
},
|
|
write: function(stream, buffer, offset, length, pos) {
|
|
for (var i = 0; i < length; i++) {
|
|
try {
|
|
output(buffer[offset + i]);
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(29);
|
|
}
|
|
}
|
|
if (length) {
|
|
stream.node.timestamp = Date.now();
|
|
}
|
|
return i;
|
|
}
|
|
});
|
|
return FS.mkdev(path, mode, dev);
|
|
},
|
|
forceLoadFile: function(obj) {
|
|
if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
|
|
if (typeof XMLHttpRequest !== "undefined") {
|
|
throw new Error(
|
|
"Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread."
|
|
);
|
|
} else if (read_) {
|
|
try {
|
|
obj.contents = intArrayFromString(read_(obj.url), true);
|
|
obj.usedBytes = obj.contents.length;
|
|
} catch (e) {
|
|
throw new FS.ErrnoError(29);
|
|
}
|
|
} else {
|
|
throw new Error("Cannot load without read() or XMLHttpRequest.");
|
|
}
|
|
},
|
|
createLazyFile: function(parent, name, url, canRead, canWrite) {
|
|
function LazyUint8Array() {
|
|
this.lengthKnown = false;
|
|
this.chunks = [];
|
|
}
|
|
LazyUint8Array.prototype.get = function LazyUint8Array_get(idx) {
|
|
if (idx > this.length - 1 || idx < 0) {
|
|
return undefined;
|
|
}
|
|
var chunkOffset = idx % this.chunkSize;
|
|
var chunkNum = (idx / this.chunkSize) | 0;
|
|
return this.getter(chunkNum)[chunkOffset];
|
|
};
|
|
LazyUint8Array.prototype.setDataGetter = function LazyUint8Array_setDataGetter(
|
|
getter
|
|
) {
|
|
this.getter = getter;
|
|
};
|
|
LazyUint8Array.prototype.cacheLength = function LazyUint8Array_cacheLength() {
|
|
var xhr = new XMLHttpRequest();
|
|
xhr.open("HEAD", url, false);
|
|
xhr.send(null);
|
|
if (!((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304))
|
|
throw new Error("Couldn't load " + url + ". Status: " + xhr.status);
|
|
var datalength = Number(xhr.getResponseHeader("Content-length"));
|
|
var header;
|
|
var hasByteServing =
|
|
(header = xhr.getResponseHeader("Accept-Ranges")) && header === "bytes";
|
|
var usesGzip =
|
|
(header = xhr.getResponseHeader("Content-Encoding")) &&
|
|
header === "gzip";
|
|
var chunkSize = 1024 * 1024;
|
|
if (!hasByteServing) chunkSize = datalength;
|
|
var doXHR = function(from, to) {
|
|
if (from > to)
|
|
throw new Error(
|
|
"invalid range (" + from + ", " + to + ") or no bytes requested!"
|
|
);
|
|
if (to > datalength - 1)
|
|
throw new Error(
|
|
"only " + datalength + " bytes available! programmer error!"
|
|
);
|
|
var xhr = new XMLHttpRequest();
|
|
xhr.open("GET", url, false);
|
|
if (datalength !== chunkSize)
|
|
xhr.setRequestHeader("Range", "bytes=" + from + "-" + to);
|
|
if (typeof Uint8Array != "undefined") xhr.responseType = "arraybuffer";
|
|
if (xhr.overrideMimeType) {
|
|
xhr.overrideMimeType("text/plain; charset=x-user-defined");
|
|
}
|
|
xhr.send(null);
|
|
if (!((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304))
|
|
throw new Error("Couldn't load " + url + ". Status: " + xhr.status);
|
|
if (xhr.response !== undefined) {
|
|
return new Uint8Array(xhr.response || []);
|
|
} else {
|
|
return intArrayFromString(xhr.responseText || "", true);
|
|
}
|
|
};
|
|
var lazyArray = this;
|
|
lazyArray.setDataGetter(function(chunkNum) {
|
|
var start = chunkNum * chunkSize;
|
|
var end = (chunkNum + 1) * chunkSize - 1;
|
|
end = Math.min(end, datalength - 1);
|
|
if (typeof lazyArray.chunks[chunkNum] === "undefined") {
|
|
lazyArray.chunks[chunkNum] = doXHR(start, end);
|
|
}
|
|
if (typeof lazyArray.chunks[chunkNum] === "undefined")
|
|
throw new Error("doXHR failed!");
|
|
return lazyArray.chunks[chunkNum];
|
|
});
|
|
if (usesGzip || !datalength) {
|
|
chunkSize = datalength = 1;
|
|
datalength = this.getter(0).length;
|
|
chunkSize = datalength;
|
|
out(
|
|
"LazyFiles on gzip forces download of the whole file when length is accessed"
|
|
);
|
|
}
|
|
this._length = datalength;
|
|
this._chunkSize = chunkSize;
|
|
this.lengthKnown = true;
|
|
};
|
|
if (typeof XMLHttpRequest !== "undefined") {
|
|
if (!ENVIRONMENT_IS_WORKER)
|
|
throw "Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";
|
|
var lazyArray = new LazyUint8Array();
|
|
Object.defineProperties(lazyArray, {
|
|
length: {
|
|
get: function() {
|
|
if (!this.lengthKnown) {
|
|
this.cacheLength();
|
|
}
|
|
return this._length;
|
|
}
|
|
},
|
|
chunkSize: {
|
|
get: function() {
|
|
if (!this.lengthKnown) {
|
|
this.cacheLength();
|
|
}
|
|
return this._chunkSize;
|
|
}
|
|
}
|
|
});
|
|
var properties = { isDevice: false, contents: lazyArray };
|
|
} else {
|
|
var properties = { isDevice: false, url: url };
|
|
}
|
|
var node = FS.createFile(parent, name, properties, canRead, canWrite);
|
|
if (properties.contents) {
|
|
node.contents = properties.contents;
|
|
} else if (properties.url) {
|
|
node.contents = null;
|
|
node.url = properties.url;
|
|
}
|
|
Object.defineProperties(node, {
|
|
usedBytes: {
|
|
get: function() {
|
|
return this.contents.length;
|
|
}
|
|
}
|
|
});
|
|
var stream_ops = {};
|
|
var keys = Object.keys(node.stream_ops);
|
|
keys.forEach(function(key) {
|
|
var fn = node.stream_ops[key];
|
|
stream_ops[key] = function forceLoadLazyFile() {
|
|
FS.forceLoadFile(node);
|
|
return fn.apply(null, arguments);
|
|
};
|
|
});
|
|
stream_ops.read = function stream_ops_read(
|
|
stream,
|
|
buffer,
|
|
offset,
|
|
length,
|
|
position
|
|
) {
|
|
FS.forceLoadFile(node);
|
|
var contents = stream.node.contents;
|
|
if (position >= contents.length) return 0;
|
|
var size = Math.min(contents.length - position, length);
|
|
if (contents.slice) {
|
|
for (var i = 0; i < size; i++) {
|
|
buffer[offset + i] = contents[position + i];
|
|
}
|
|
} else {
|
|
for (var i = 0; i < size; i++) {
|
|
buffer[offset + i] = contents.get(position + i);
|
|
}
|
|
}
|
|
return size;
|
|
};
|
|
node.stream_ops = stream_ops;
|
|
return node;
|
|
},
|
|
createPreloadedFile: function(
|
|
parent,
|
|
name,
|
|
url,
|
|
canRead,
|
|
canWrite,
|
|
onload,
|
|
onerror,
|
|
dontCreateFile,
|
|
canOwn,
|
|
preFinish
|
|
) {
|
|
Browser.init();
|
|
var fullname = name ? PATH_FS.resolve(PATH.join2(parent, name)) : parent;
|
|
var dep = getUniqueRunDependency("cp " + fullname);
|
|
function processData(byteArray) {
|
|
function finish(byteArray) {
|
|
if (preFinish) preFinish();
|
|
if (!dontCreateFile) {
|
|
FS.createDataFile(parent, name, byteArray, canRead, canWrite, canOwn);
|
|
}
|
|
if (onload) onload();
|
|
removeRunDependency(dep);
|
|
}
|
|
var handled = false;
|
|
Module["preloadPlugins"].forEach(function(plugin) {
|
|
if (handled) return;
|
|
if (plugin["canHandle"](fullname)) {
|
|
plugin["handle"](byteArray, fullname, finish, function() {
|
|
if (onerror) onerror();
|
|
removeRunDependency(dep);
|
|
});
|
|
handled = true;
|
|
}
|
|
});
|
|
if (!handled) finish(byteArray);
|
|
}
|
|
addRunDependency(dep);
|
|
if (typeof url == "string") {
|
|
Browser.asyncLoad(
|
|
url,
|
|
function(byteArray) {
|
|
processData(byteArray);
|
|
},
|
|
onerror
|
|
);
|
|
} else {
|
|
processData(url);
|
|
}
|
|
},
|
|
indexedDB: function() {
|
|
return (
|
|
window.indexedDB ||
|
|
window.mozIndexedDB ||
|
|
window.webkitIndexedDB ||
|
|
window.msIndexedDB
|
|
);
|
|
},
|
|
DB_NAME: function() {
|
|
return "EM_FS_" + window.location.pathname;
|
|
},
|
|
DB_VERSION: 20,
|
|
DB_STORE_NAME: "FILE_DATA",
|
|
saveFilesToDB: function(paths, onload, onerror) {
|
|
onload = onload || function() {};
|
|
onerror = onerror || function() {};
|
|
var indexedDB = FS.indexedDB();
|
|
try {
|
|
var openRequest = indexedDB.open(FS.DB_NAME(), FS.DB_VERSION);
|
|
} catch (e) {
|
|
return onerror(e);
|
|
}
|
|
openRequest.onupgradeneeded = function openRequest_onupgradeneeded() {
|
|
out("creating db");
|
|
var db = openRequest.result;
|
|
db.createObjectStore(FS.DB_STORE_NAME);
|
|
};
|
|
openRequest.onsuccess = function openRequest_onsuccess() {
|
|
var db = openRequest.result;
|
|
var transaction = db.transaction([FS.DB_STORE_NAME], "readwrite");
|
|
var files = transaction.objectStore(FS.DB_STORE_NAME);
|
|
var ok = 0,
|
|
fail = 0,
|
|
total = paths.length;
|
|
function finish() {
|
|
if (fail == 0) onload();
|
|
else onerror();
|
|
}
|
|
paths.forEach(function(path) {
|
|
var putRequest = files.put(FS.analyzePath(path).object.contents, path);
|
|
putRequest.onsuccess = function putRequest_onsuccess() {
|
|
ok++;
|
|
if (ok + fail == total) finish();
|
|
};
|
|
putRequest.onerror = function putRequest_onerror() {
|
|
fail++;
|
|
if (ok + fail == total) finish();
|
|
};
|
|
});
|
|
transaction.onerror = onerror;
|
|
};
|
|
openRequest.onerror = onerror;
|
|
},
|
|
loadFilesFromDB: function(paths, onload, onerror) {
|
|
onload = onload || function() {};
|
|
onerror = onerror || function() {};
|
|
var indexedDB = FS.indexedDB();
|
|
try {
|
|
var openRequest = indexedDB.open(FS.DB_NAME(), FS.DB_VERSION);
|
|
} catch (e) {
|
|
return onerror(e);
|
|
}
|
|
openRequest.onupgradeneeded = onerror;
|
|
openRequest.onsuccess = function openRequest_onsuccess() {
|
|
var db = openRequest.result;
|
|
try {
|
|
var transaction = db.transaction([FS.DB_STORE_NAME], "readonly");
|
|
} catch (e) {
|
|
onerror(e);
|
|
return;
|
|
}
|
|
var files = transaction.objectStore(FS.DB_STORE_NAME);
|
|
var ok = 0,
|
|
fail = 0,
|
|
total = paths.length;
|
|
function finish() {
|
|
if (fail == 0) onload();
|
|
else onerror();
|
|
}
|
|
paths.forEach(function(path) {
|
|
var getRequest = files.get(path);
|
|
getRequest.onsuccess = function getRequest_onsuccess() {
|
|
if (FS.analyzePath(path).exists) {
|
|
FS.unlink(path);
|
|
}
|
|
FS.createDataFile(
|
|
PATH.dirname(path),
|
|
PATH.basename(path),
|
|
getRequest.result,
|
|
true,
|
|
true,
|
|
true
|
|
);
|
|
ok++;
|
|
if (ok + fail == total) finish();
|
|
};
|
|
getRequest.onerror = function getRequest_onerror() {
|
|
fail++;
|
|
if (ok + fail == total) finish();
|
|
};
|
|
});
|
|
transaction.onerror = onerror;
|
|
};
|
|
openRequest.onerror = onerror;
|
|
}
|
|
};
|
|
var SYSCALLS = {
|
|
mappings: {},
|
|
DEFAULT_POLLMASK: 5,
|
|
umask: 511,
|
|
calculateAt: function(dirfd, path, allowEmpty) {
|
|
if (path[0] === "/") {
|
|
return path;
|
|
}
|
|
var dir;
|
|
if (dirfd === -100) {
|
|
dir = FS.cwd();
|
|
} else {
|
|
var dirstream = FS.getStream(dirfd);
|
|
if (!dirstream) throw new FS.ErrnoError(8);
|
|
dir = dirstream.path;
|
|
}
|
|
if (path.length == 0) {
|
|
if (!allowEmpty) {
|
|
throw new FS.ErrnoError(44);
|
|
}
|
|
return dir;
|
|
}
|
|
return PATH.join2(dir, path);
|
|
},
|
|
doStat: function(func, path, buf) {
|
|
try {
|
|
var stat = func(path);
|
|
} catch (e) {
|
|
if (
|
|
e &&
|
|
e.node &&
|
|
PATH.normalize(path) !== PATH.normalize(FS.getPath(e.node))
|
|
) {
|
|
return -54;
|
|
}
|
|
throw e;
|
|
}
|
|
HEAP32[buf >> 2] = stat.dev;
|
|
HEAP32[(buf + 4) >> 2] = 0;
|
|
HEAP32[(buf + 8) >> 2] = stat.ino;
|
|
HEAP32[(buf + 12) >> 2] = stat.mode;
|
|
HEAP32[(buf + 16) >> 2] = stat.nlink;
|
|
HEAP32[(buf + 20) >> 2] = stat.uid;
|
|
HEAP32[(buf + 24) >> 2] = stat.gid;
|
|
HEAP32[(buf + 28) >> 2] = stat.rdev;
|
|
HEAP32[(buf + 32) >> 2] = 0;
|
|
(tempI64 = [
|
|
stat.size >>> 0,
|
|
((tempDouble = stat.size),
|
|
+Math.abs(tempDouble) >= 1
|
|
? tempDouble > 0
|
|
? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>>
|
|
0
|
|
: ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>>
|
|
0
|
|
: 0)
|
|
]),
|
|
(HEAP32[(buf + 40) >> 2] = tempI64[0]),
|
|
(HEAP32[(buf + 44) >> 2] = tempI64[1]);
|
|
HEAP32[(buf + 48) >> 2] = 4096;
|
|
HEAP32[(buf + 52) >> 2] = stat.blocks;
|
|
HEAP32[(buf + 56) >> 2] = (stat.atime.getTime() / 1e3) | 0;
|
|
HEAP32[(buf + 60) >> 2] = 0;
|
|
HEAP32[(buf + 64) >> 2] = (stat.mtime.getTime() / 1e3) | 0;
|
|
HEAP32[(buf + 68) >> 2] = 0;
|
|
HEAP32[(buf + 72) >> 2] = (stat.ctime.getTime() / 1e3) | 0;
|
|
HEAP32[(buf + 76) >> 2] = 0;
|
|
(tempI64 = [
|
|
stat.ino >>> 0,
|
|
((tempDouble = stat.ino),
|
|
+Math.abs(tempDouble) >= 1
|
|
? tempDouble > 0
|
|
? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>>
|
|
0
|
|
: ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>>
|
|
0
|
|
: 0)
|
|
]),
|
|
(HEAP32[(buf + 80) >> 2] = tempI64[0]),
|
|
(HEAP32[(buf + 84) >> 2] = tempI64[1]);
|
|
return 0;
|
|
},
|
|
doMsync: function(addr, stream, len, flags, offset) {
|
|
var buffer = HEAPU8.slice(addr, addr + len);
|
|
FS.msync(stream, buffer, offset, len, flags);
|
|
},
|
|
doMkdir: function(path, mode) {
|
|
path = PATH.normalize(path);
|
|
if (path[path.length - 1] === "/") path = path.substr(0, path.length - 1);
|
|
FS.mkdir(path, mode, 0);
|
|
return 0;
|
|
},
|
|
doMknod: function(path, mode, dev) {
|
|
switch (mode & 61440) {
|
|
case 32768:
|
|
case 8192:
|
|
case 24576:
|
|
case 4096:
|
|
case 49152:
|
|
break;
|
|
default:
|
|
return -28;
|
|
}
|
|
FS.mknod(path, mode, dev);
|
|
return 0;
|
|
},
|
|
doReadlink: function(path, buf, bufsize) {
|
|
if (bufsize <= 0) return -28;
|
|
var ret = FS.readlink(path);
|
|
var len = Math.min(bufsize, lengthBytesUTF8(ret));
|
|
var endChar = HEAP8[buf + len];
|
|
stringToUTF8(ret, buf, bufsize + 1);
|
|
HEAP8[buf + len] = endChar;
|
|
return len;
|
|
},
|
|
doAccess: function(path, amode) {
|
|
if (amode & ~7) {
|
|
return -28;
|
|
}
|
|
var node;
|
|
var lookup = FS.lookupPath(path, { follow: true });
|
|
node = lookup.node;
|
|
if (!node) {
|
|
return -44;
|
|
}
|
|
var perms = "";
|
|
if (amode & 4) perms += "r";
|
|
if (amode & 2) perms += "w";
|
|
if (amode & 1) perms += "x";
|
|
if (perms && FS.nodePermissions(node, perms)) {
|
|
return -2;
|
|
}
|
|
return 0;
|
|
},
|
|
doDup: function(path, flags, suggestFD) {
|
|
var suggest = FS.getStream(suggestFD);
|
|
if (suggest) FS.close(suggest);
|
|
return FS.open(path, flags, 0, suggestFD, suggestFD).fd;
|
|
},
|
|
doReadv: function(stream, iov, iovcnt, offset) {
|
|
var ret = 0;
|
|
for (var i = 0; i < iovcnt; i++) {
|
|
var ptr = HEAP32[(iov + i * 8) >> 2];
|
|
var len = HEAP32[(iov + (i * 8 + 4)) >> 2];
|
|
var curr = FS.read(stream, HEAP8, ptr, len, offset);
|
|
if (curr < 0) return -1;
|
|
ret += curr;
|
|
if (curr < len) break;
|
|
}
|
|
return ret;
|
|
},
|
|
doWritev: function(stream, iov, iovcnt, offset) {
|
|
var ret = 0;
|
|
for (var i = 0; i < iovcnt; i++) {
|
|
var ptr = HEAP32[(iov + i * 8) >> 2];
|
|
var len = HEAP32[(iov + (i * 8 + 4)) >> 2];
|
|
var curr = FS.write(stream, HEAP8, ptr, len, offset);
|
|
if (curr < 0) return -1;
|
|
ret += curr;
|
|
}
|
|
return ret;
|
|
},
|
|
varargs: undefined,
|
|
get: function() {
|
|
SYSCALLS.varargs += 4;
|
|
var ret = HEAP32[(SYSCALLS.varargs - 4) >> 2];
|
|
return ret;
|
|
},
|
|
getStr: function(ptr) {
|
|
var ret = UTF8ToString(ptr);
|
|
return ret;
|
|
},
|
|
getStreamFromFD: function(fd) {
|
|
var stream = FS.getStream(fd);
|
|
if (!stream) throw new FS.ErrnoError(8);
|
|
return stream;
|
|
},
|
|
get64: function(low, high) {
|
|
return low;
|
|
}
|
|
};
|
|
function ___sys_chmod(path, mode) {
|
|
try {
|
|
path = SYSCALLS.getStr(path);
|
|
FS.chmod(path, mode);
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function setErrNo(value) {
|
|
HEAP32[___errno_location() >> 2] = value;
|
|
return value;
|
|
}
|
|
function ___sys_fcntl64(fd, cmd, varargs) {
|
|
SYSCALLS.varargs = varargs;
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
switch (cmd) {
|
|
case 0: {
|
|
var arg = SYSCALLS.get();
|
|
if (arg < 0) {
|
|
return -28;
|
|
}
|
|
var newStream;
|
|
newStream = FS.open(stream.path, stream.flags, 0, arg);
|
|
return newStream.fd;
|
|
}
|
|
case 1:
|
|
case 2:
|
|
return 0;
|
|
case 3:
|
|
return stream.flags;
|
|
case 4: {
|
|
var arg = SYSCALLS.get();
|
|
stream.flags |= arg;
|
|
return 0;
|
|
}
|
|
case 12: {
|
|
var arg = SYSCALLS.get();
|
|
var offset = 0;
|
|
HEAP16[(arg + offset) >> 1] = 2;
|
|
return 0;
|
|
}
|
|
case 13:
|
|
case 14:
|
|
return 0;
|
|
case 16:
|
|
case 8:
|
|
return -28;
|
|
case 9:
|
|
setErrNo(28);
|
|
return -1;
|
|
default: {
|
|
return -28;
|
|
}
|
|
}
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_fstat64(fd, buf) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
return SYSCALLS.doStat(FS.stat, stream.path, buf);
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_ioctl(fd, op, varargs) {
|
|
SYSCALLS.varargs = varargs;
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
switch (op) {
|
|
case 21509:
|
|
case 21505: {
|
|
if (!stream.tty) return -59;
|
|
return 0;
|
|
}
|
|
case 21510:
|
|
case 21511:
|
|
case 21512:
|
|
case 21506:
|
|
case 21507:
|
|
case 21508: {
|
|
if (!stream.tty) return -59;
|
|
return 0;
|
|
}
|
|
case 21519: {
|
|
if (!stream.tty) return -59;
|
|
var argp = SYSCALLS.get();
|
|
HEAP32[argp >> 2] = 0;
|
|
return 0;
|
|
}
|
|
case 21520: {
|
|
if (!stream.tty) return -59;
|
|
return -28;
|
|
}
|
|
case 21531: {
|
|
var argp = SYSCALLS.get();
|
|
return FS.ioctl(stream, op, argp);
|
|
}
|
|
case 21523: {
|
|
if (!stream.tty) return -59;
|
|
return 0;
|
|
}
|
|
case 21524: {
|
|
if (!stream.tty) return -59;
|
|
return 0;
|
|
}
|
|
default:
|
|
abort("bad ioctl syscall " + op);
|
|
}
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_open(path, flags, varargs) {
|
|
SYSCALLS.varargs = varargs;
|
|
try {
|
|
var pathname = SYSCALLS.getStr(path);
|
|
var mode = varargs ? SYSCALLS.get() : 0;
|
|
var stream = FS.open(pathname, flags, mode);
|
|
return stream.fd;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_rename(old_path, new_path) {
|
|
try {
|
|
old_path = SYSCALLS.getStr(old_path);
|
|
new_path = SYSCALLS.getStr(new_path);
|
|
FS.rename(old_path, new_path);
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_rmdir(path) {
|
|
try {
|
|
path = SYSCALLS.getStr(path);
|
|
FS.rmdir(path);
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_stat64(path, buf) {
|
|
try {
|
|
path = SYSCALLS.getStr(path);
|
|
return SYSCALLS.doStat(FS.stat, path, buf);
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function ___sys_unlink(path) {
|
|
try {
|
|
path = SYSCALLS.getStr(path);
|
|
FS.unlink(path);
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return -e.errno;
|
|
}
|
|
}
|
|
function _emscripten_memcpy_big(dest, src, num) {
|
|
HEAPU8.copyWithin(dest, src, src + num);
|
|
}
|
|
function emscripten_realloc_buffer(size) {
|
|
try {
|
|
wasmMemory.grow((size - buffer.byteLength + 65535) >>> 16);
|
|
updateGlobalBufferAndViews(wasmMemory.buffer);
|
|
return 1;
|
|
} catch (e) {}
|
|
}
|
|
function _emscripten_resize_heap(requestedSize) {
|
|
var oldSize = HEAPU8.length;
|
|
requestedSize = requestedSize >>> 0;
|
|
var maxHeapSize = 2147483648;
|
|
if (requestedSize > maxHeapSize) {
|
|
return false;
|
|
}
|
|
for (var cutDown = 1; cutDown <= 4; cutDown *= 2) {
|
|
var overGrownHeapSize = oldSize * (1 + 0.2 / cutDown);
|
|
overGrownHeapSize = Math.min(overGrownHeapSize, requestedSize + 100663296);
|
|
var newSize = Math.min(
|
|
maxHeapSize,
|
|
alignUp(Math.max(requestedSize, overGrownHeapSize), 65536)
|
|
);
|
|
var replacement = emscripten_realloc_buffer(newSize);
|
|
if (replacement) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
function _fd_close(fd) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
FS.close(stream);
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return e.errno;
|
|
}
|
|
}
|
|
function _fd_fdstat_get(fd, pbuf) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
var type = stream.tty
|
|
? 2
|
|
: FS.isDir(stream.mode)
|
|
? 3
|
|
: FS.isLink(stream.mode)
|
|
? 7
|
|
: 4;
|
|
HEAP8[pbuf >> 0] = type;
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return e.errno;
|
|
}
|
|
}
|
|
function _fd_read(fd, iov, iovcnt, pnum) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
var num = SYSCALLS.doReadv(stream, iov, iovcnt);
|
|
HEAP32[pnum >> 2] = num;
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return e.errno;
|
|
}
|
|
}
|
|
function _fd_seek(fd, offset_low, offset_high, whence, newOffset) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
var HIGH_OFFSET = 4294967296;
|
|
var offset = offset_high * HIGH_OFFSET + (offset_low >>> 0);
|
|
var DOUBLE_LIMIT = 9007199254740992;
|
|
if (offset <= -DOUBLE_LIMIT || offset >= DOUBLE_LIMIT) {
|
|
return -61;
|
|
}
|
|
FS.llseek(stream, offset, whence);
|
|
(tempI64 = [
|
|
stream.position >>> 0,
|
|
((tempDouble = stream.position),
|
|
+Math.abs(tempDouble) >= 1
|
|
? tempDouble > 0
|
|
? (Math.min(+Math.floor(tempDouble / 4294967296), 4294967295) | 0) >>>
|
|
0
|
|
: ~~+Math.ceil((tempDouble - +(~~tempDouble >>> 0)) / 4294967296) >>>
|
|
0
|
|
: 0)
|
|
]),
|
|
(HEAP32[newOffset >> 2] = tempI64[0]),
|
|
(HEAP32[(newOffset + 4) >> 2] = tempI64[1]);
|
|
if (stream.getdents && offset === 0 && whence === 0) stream.getdents = null;
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return e.errno;
|
|
}
|
|
}
|
|
function _fd_write(fd, iov, iovcnt, pnum) {
|
|
try {
|
|
var stream = SYSCALLS.getStreamFromFD(fd);
|
|
var num = SYSCALLS.doWritev(stream, iov, iovcnt);
|
|
HEAP32[pnum >> 2] = num;
|
|
return 0;
|
|
} catch (e) {
|
|
if (typeof FS === "undefined" || !(e instanceof FS.ErrnoError)) abort(e);
|
|
return e.errno;
|
|
}
|
|
}
|
|
function _setTempRet0(val) {
|
|
setTempRet0(val);
|
|
}
|
|
function _time(ptr) {
|
|
var ret = (Date.now() / 1e3) | 0;
|
|
if (ptr) {
|
|
HEAP32[ptr >> 2] = ret;
|
|
}
|
|
return ret;
|
|
}
|
|
function _tzset() {
|
|
if (_tzset.called) return;
|
|
_tzset.called = true;
|
|
var currentYear = new Date().getFullYear();
|
|
var winter = new Date(currentYear, 0, 1);
|
|
var summer = new Date(currentYear, 6, 1);
|
|
var winterOffset = winter.getTimezoneOffset();
|
|
var summerOffset = summer.getTimezoneOffset();
|
|
var stdTimezoneOffset = Math.max(winterOffset, summerOffset);
|
|
HEAP32[__get_timezone() >> 2] = stdTimezoneOffset * 60;
|
|
HEAP32[__get_daylight() >> 2] = Number(winterOffset != summerOffset);
|
|
function extractZone(date) {
|
|
var match = date.toTimeString().match(/\(([A-Za-z ]+)\)$/);
|
|
return match ? match[1] : "GMT";
|
|
}
|
|
var winterName = extractZone(winter);
|
|
var summerName = extractZone(summer);
|
|
var winterNamePtr = allocateUTF8(winterName);
|
|
var summerNamePtr = allocateUTF8(summerName);
|
|
if (summerOffset < winterOffset) {
|
|
HEAP32[__get_tzname() >> 2] = winterNamePtr;
|
|
HEAP32[(__get_tzname() + 4) >> 2] = summerNamePtr;
|
|
} else {
|
|
HEAP32[__get_tzname() >> 2] = summerNamePtr;
|
|
HEAP32[(__get_tzname() + 4) >> 2] = winterNamePtr;
|
|
}
|
|
}
|
|
function _timegm(tmPtr) {
|
|
_tzset();
|
|
var time = Date.UTC(
|
|
HEAP32[(tmPtr + 20) >> 2] + 1900,
|
|
HEAP32[(tmPtr + 16) >> 2],
|
|
HEAP32[(tmPtr + 12) >> 2],
|
|
HEAP32[(tmPtr + 8) >> 2],
|
|
HEAP32[(tmPtr + 4) >> 2],
|
|
HEAP32[tmPtr >> 2],
|
|
0
|
|
);
|
|
var date = new Date(time);
|
|
HEAP32[(tmPtr + 24) >> 2] = date.getUTCDay();
|
|
var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0);
|
|
var yday = ((date.getTime() - start) / (1e3 * 60 * 60 * 24)) | 0;
|
|
HEAP32[(tmPtr + 28) >> 2] = yday;
|
|
return (date.getTime() / 1e3) | 0;
|
|
}
|
|
var FSNode = function(parent, name, mode, rdev) {
|
|
if (!parent) {
|
|
parent = this;
|
|
}
|
|
this.parent = parent;
|
|
this.mount = parent.mount;
|
|
this.mounted = null;
|
|
this.id = FS.nextInode++;
|
|
this.name = name;
|
|
this.mode = mode;
|
|
this.node_ops = {};
|
|
this.stream_ops = {};
|
|
this.rdev = rdev;
|
|
};
|
|
var readMode = 292 | 73;
|
|
var writeMode = 146;
|
|
Object.defineProperties(FSNode.prototype, {
|
|
read: {
|
|
get: function() {
|
|
return (this.mode & readMode) === readMode;
|
|
},
|
|
set: function(val) {
|
|
val ? (this.mode |= readMode) : (this.mode &= ~readMode);
|
|
}
|
|
},
|
|
write: {
|
|
get: function() {
|
|
return (this.mode & writeMode) === writeMode;
|
|
},
|
|
set: function(val) {
|
|
val ? (this.mode |= writeMode) : (this.mode &= ~writeMode);
|
|
}
|
|
},
|
|
isFolder: {
|
|
get: function() {
|
|
return FS.isDir(this.mode);
|
|
}
|
|
},
|
|
isDevice: {
|
|
get: function() {
|
|
return FS.isChrdev(this.mode);
|
|
}
|
|
}
|
|
});
|
|
FS.FSNode = FSNode;
|
|
FS.staticInit();
|
|
if (ENVIRONMENT_IS_NODE) {
|
|
var fs = frozenFs;
|
|
var NODEJS_PATH = __webpack_require__(622);
|
|
NODEFS.staticInit();
|
|
}
|
|
if (ENVIRONMENT_IS_NODE) {
|
|
var _wrapNodeError = function(func) {
|
|
return function() {
|
|
try {
|
|
return func.apply(this, arguments);
|
|
} catch (e) {
|
|
if (!e.code) throw e;
|
|
throw new FS.ErrnoError(ERRNO_CODES[e.code]);
|
|
}
|
|
};
|
|
};
|
|
var VFS = Object.assign({}, FS);
|
|
for (var _key in NODERAWFS) FS[_key] = _wrapNodeError(NODERAWFS[_key]);
|
|
} else {
|
|
throw new Error(
|
|
"NODERAWFS is currently only supported on Node.js environment."
|
|
);
|
|
}
|
|
function intArrayFromString(stringy, dontAddNull, length) {
|
|
var len = length > 0 ? length : lengthBytesUTF8(stringy) + 1;
|
|
var u8array = new Array(len);
|
|
var numBytesWritten = stringToUTF8Array(stringy, u8array, 0, u8array.length);
|
|
if (dontAddNull) u8array.length = numBytesWritten;
|
|
return u8array;
|
|
}
|
|
var decodeBase64 =
|
|
typeof atob === "function"
|
|
? atob
|
|
: function(input) {
|
|
var keyStr =
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
var output = "";
|
|
var chr1, chr2, chr3;
|
|
var enc1, enc2, enc3, enc4;
|
|
var i = 0;
|
|
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
|
|
do {
|
|
enc1 = keyStr.indexOf(input.charAt(i++));
|
|
enc2 = keyStr.indexOf(input.charAt(i++));
|
|
enc3 = keyStr.indexOf(input.charAt(i++));
|
|
enc4 = keyStr.indexOf(input.charAt(i++));
|
|
chr1 = (enc1 << 2) | (enc2 >> 4);
|
|
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
|
|
chr3 = ((enc3 & 3) << 6) | enc4;
|
|
output = output + String.fromCharCode(chr1);
|
|
if (enc3 !== 64) {
|
|
output = output + String.fromCharCode(chr2);
|
|
}
|
|
if (enc4 !== 64) {
|
|
output = output + String.fromCharCode(chr3);
|
|
}
|
|
} while (i < input.length);
|
|
return output;
|
|
};
|
|
function intArrayFromBase64(s) {
|
|
if (typeof ENVIRONMENT_IS_NODE === "boolean" && ENVIRONMENT_IS_NODE) {
|
|
var buf;
|
|
try {
|
|
buf = Buffer.from(s, "base64");
|
|
} catch (_) {
|
|
buf = new Buffer(s, "base64");
|
|
}
|
|
return new Uint8Array(buf["buffer"], buf["byteOffset"], buf["byteLength"]);
|
|
}
|
|
try {
|
|
var decoded = decodeBase64(s);
|
|
var bytes = new Uint8Array(decoded.length);
|
|
for (var i = 0; i < decoded.length; ++i) {
|
|
bytes[i] = decoded.charCodeAt(i);
|
|
}
|
|
return bytes;
|
|
} catch (_) {
|
|
throw new Error("Converting base64 string to bytes failed.");
|
|
}
|
|
}
|
|
function tryParseAsDataURI(filename) {
|
|
if (!isDataURI(filename)) {
|
|
return;
|
|
}
|
|
return intArrayFromBase64(filename.slice(dataURIPrefix.length));
|
|
}
|
|
var asmLibraryArg = {
|
|
l: ___gmtime_r,
|
|
p: ___sys_chmod,
|
|
e: ___sys_fcntl64,
|
|
k: ___sys_fstat64,
|
|
o: ___sys_ioctl,
|
|
q: ___sys_open,
|
|
i: ___sys_rename,
|
|
r: ___sys_rmdir,
|
|
c: ___sys_stat64,
|
|
h: ___sys_unlink,
|
|
s: _emscripten_memcpy_big,
|
|
t: _emscripten_resize_heap,
|
|
f: _fd_close,
|
|
j: _fd_fdstat_get,
|
|
g: _fd_read,
|
|
n: _fd_seek,
|
|
d: _fd_write,
|
|
a: _setTempRet0,
|
|
b: _time,
|
|
m: _timegm
|
|
};
|
|
var asm = createWasm();
|
|
var ___wasm_call_ctors = (Module["___wasm_call_ctors"] = asm["v"]);
|
|
var _zipstruct_stat = (Module["_zipstruct_stat"] = asm["w"]);
|
|
var _zipstruct_statS = (Module["_zipstruct_statS"] = asm["x"]);
|
|
var _zipstruct_stat_name = (Module["_zipstruct_stat_name"] = asm["y"]);
|
|
var _zipstruct_stat_index = (Module["_zipstruct_stat_index"] = asm["z"]);
|
|
var _zipstruct_stat_size = (Module["_zipstruct_stat_size"] = asm["A"]);
|
|
var _zipstruct_stat_mtime = (Module["_zipstruct_stat_mtime"] = asm["B"]);
|
|
var _zipstruct_stat_crc = (Module["_zipstruct_stat_crc"] = asm["C"]);
|
|
var _zipstruct_error = (Module["_zipstruct_error"] = asm["D"]);
|
|
var _zipstruct_errorS = (Module["_zipstruct_errorS"] = asm["E"]);
|
|
var _zipstruct_error_code_zip = (Module["_zipstruct_error_code_zip"] =
|
|
asm["F"]);
|
|
var _zipstruct_stat_comp_size = (Module["_zipstruct_stat_comp_size"] =
|
|
asm["G"]);
|
|
var _zipstruct_stat_comp_method = (Module["_zipstruct_stat_comp_method"] =
|
|
asm["H"]);
|
|
var _zip_close = (Module["_zip_close"] = asm["I"]);
|
|
var _zip_delete = (Module["_zip_delete"] = asm["J"]);
|
|
var _zip_dir_add = (Module["_zip_dir_add"] = asm["K"]);
|
|
var _zip_discard = (Module["_zip_discard"] = asm["L"]);
|
|
var _zip_error_init_with_code = (Module["_zip_error_init_with_code"] =
|
|
asm["M"]);
|
|
var _zip_get_error = (Module["_zip_get_error"] = asm["N"]);
|
|
var _zip_file_get_error = (Module["_zip_file_get_error"] = asm["O"]);
|
|
var _zip_error_strerror = (Module["_zip_error_strerror"] = asm["P"]);
|
|
var _zip_fclose = (Module["_zip_fclose"] = asm["Q"]);
|
|
var _zip_file_add = (Module["_zip_file_add"] = asm["R"]);
|
|
var _zip_file_get_external_attributes = (Module[
|
|
"_zip_file_get_external_attributes"
|
|
] = asm["S"]);
|
|
var _zip_file_set_external_attributes = (Module[
|
|
"_zip_file_set_external_attributes"
|
|
] = asm["T"]);
|
|
var _zip_file_set_mtime = (Module["_zip_file_set_mtime"] = asm["U"]);
|
|
var _zip_fopen = (Module["_zip_fopen"] = asm["V"]);
|
|
var _zip_fopen_index = (Module["_zip_fopen_index"] = asm["W"]);
|
|
var _zip_fread = (Module["_zip_fread"] = asm["X"]);
|
|
var _zip_get_name = (Module["_zip_get_name"] = asm["Y"]);
|
|
var _zip_get_num_entries = (Module["_zip_get_num_entries"] = asm["Z"]);
|
|
var _zip_name_locate = (Module["_zip_name_locate"] = asm["_"]);
|
|
var _zip_open = (Module["_zip_open"] = asm["$"]);
|
|
var _zip_open_from_source = (Module["_zip_open_from_source"] = asm["aa"]);
|
|
var _zip_set_file_compression = (Module["_zip_set_file_compression"] =
|
|
asm["ba"]);
|
|
var _zip_source_buffer = (Module["_zip_source_buffer"] = asm["ca"]);
|
|
var _zip_source_buffer_create = (Module["_zip_source_buffer_create"] =
|
|
asm["da"]);
|
|
var _zip_source_close = (Module["_zip_source_close"] = asm["ea"]);
|
|
var _zip_source_error = (Module["_zip_source_error"] = asm["fa"]);
|
|
var _zip_source_free = (Module["_zip_source_free"] = asm["ga"]);
|
|
var _zip_source_keep = (Module["_zip_source_keep"] = asm["ha"]);
|
|
var _zip_source_open = (Module["_zip_source_open"] = asm["ia"]);
|
|
var _zip_source_read = (Module["_zip_source_read"] = asm["ja"]);
|
|
var _zip_source_seek = (Module["_zip_source_seek"] = asm["ka"]);
|
|
var _zip_source_set_mtime = (Module["_zip_source_set_mtime"] = asm["la"]);
|
|
var _zip_source_tell = (Module["_zip_source_tell"] = asm["ma"]);
|
|
var _zip_stat = (Module["_zip_stat"] = asm["na"]);
|
|
var _zip_stat_index = (Module["_zip_stat_index"] = asm["oa"]);
|
|
var _zip_ext_count_symlinks = (Module["_zip_ext_count_symlinks"] = asm["pa"]);
|
|
var ___errno_location = (Module["___errno_location"] = asm["qa"]);
|
|
var __get_tzname = (Module["__get_tzname"] = asm["ra"]);
|
|
var __get_daylight = (Module["__get_daylight"] = asm["sa"]);
|
|
var __get_timezone = (Module["__get_timezone"] = asm["ta"]);
|
|
var stackSave = (Module["stackSave"] = asm["ua"]);
|
|
var stackRestore = (Module["stackRestore"] = asm["va"]);
|
|
var stackAlloc = (Module["stackAlloc"] = asm["wa"]);
|
|
var _malloc = (Module["_malloc"] = asm["xa"]);
|
|
var _free = (Module["_free"] = asm["ya"]);
|
|
Module["cwrap"] = cwrap;
|
|
Module["getValue"] = getValue;
|
|
var calledRun;
|
|
dependenciesFulfilled = function runCaller() {
|
|
if (!calledRun) run();
|
|
if (!calledRun) dependenciesFulfilled = runCaller;
|
|
};
|
|
function run(args) {
|
|
args = args || arguments_;
|
|
if (runDependencies > 0) {
|
|
return;
|
|
}
|
|
preRun();
|
|
if (runDependencies > 0) {
|
|
return;
|
|
}
|
|
function doRun() {
|
|
if (calledRun) return;
|
|
calledRun = true;
|
|
Module["calledRun"] = true;
|
|
if (ABORT) return;
|
|
initRuntime();
|
|
if (Module["onRuntimeInitialized"]) Module["onRuntimeInitialized"]();
|
|
postRun();
|
|
}
|
|
if (Module["setStatus"]) {
|
|
Module["setStatus"]("Running...");
|
|
setTimeout(function() {
|
|
setTimeout(function() {
|
|
Module["setStatus"]("");
|
|
}, 1);
|
|
doRun();
|
|
}, 1);
|
|
} else {
|
|
doRun();
|
|
}
|
|
}
|
|
Module["run"] = run;
|
|
if (Module["preInit"]) {
|
|
if (typeof Module["preInit"] == "function")
|
|
Module["preInit"] = [Module["preInit"]];
|
|
while (Module["preInit"].length > 0) {
|
|
Module["preInit"].pop()();
|
|
}
|
|
}
|
|
run();
|
|
|
|
|
|
/***/ }),
|
|
|
|
/***/ 417:
|
|
/***/ ((module) => {
|
|
|
|
"use strict";
|
|
module.exports = require("crypto");;
|
|
|
|
/***/ }),
|
|
|
|
/***/ 747:
|
|
/***/ ((module) => {
|
|
|
|
"use strict";
|
|
module.exports = require("fs");;
|
|
|
|
/***/ }),
|
|
|
|
/***/ 282:
|
|
/***/ ((module) => {
|
|
|
|
"use strict";
|
|
module.exports = require("module");;
|
|
|
|
/***/ }),
|
|
|
|
/***/ 622:
|
|
/***/ ((module) => {
|
|
|
|
"use strict";
|
|
module.exports = require("path");;
|
|
|
|
/***/ })
|
|
|
|
/******/ });
|
|
/************************************************************************/
|
|
/******/ // The module cache
|
|
/******/ var __webpack_module_cache__ = {};
|
|
/******/
|
|
/******/ // The require function
|
|
/******/ function __webpack_require__(moduleId) {
|
|
/******/ // Check if module is in cache
|
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
/******/ if (cachedModule !== undefined) {
|
|
/******/ return cachedModule.exports;
|
|
/******/ }
|
|
/******/ // Create a new module (and put it into the cache)
|
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
/******/ // no module.id needed
|
|
/******/ // no module.loaded needed
|
|
/******/ exports: {}
|
|
/******/ };
|
|
/******/
|
|
/******/ // Execute the module function
|
|
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
/******/
|
|
/******/ // Return the exports of the module
|
|
/******/ return module.exports;
|
|
/******/ }
|
|
/******/
|
|
/************************************************************************/
|
|
/******/ /* webpack/runtime/compat get default export */
|
|
/******/ (() => {
|
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
/******/ __webpack_require__.n = (module) => {
|
|
/******/ var getter = module && module.__esModule ?
|
|
/******/ () => (module['default']) :
|
|
/******/ () => (module);
|
|
/******/ __webpack_require__.d(getter, { a: getter });
|
|
/******/ return getter;
|
|
/******/ };
|
|
/******/ })();
|
|
/******/
|
|
/******/ /* webpack/runtime/define property getters */
|
|
/******/ (() => {
|
|
/******/ // define getter functions for harmony exports
|
|
/******/ __webpack_require__.d = (exports, definition) => {
|
|
/******/ for(var key in definition) {
|
|
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
/******/ }
|
|
/******/ }
|
|
/******/ };
|
|
/******/ })();
|
|
/******/
|
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
/******/ (() => {
|
|
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
/******/ })();
|
|
/******/
|
|
/************************************************************************/
|
|
var __webpack_exports__ = {};
|
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
(() => {
|
|
"use strict";
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
"default": () => (/* binding */ _entryPoint)
|
|
});
|
|
|
|
// EXTERNAL MODULE: external "fs"
|
|
var external_fs_ = __webpack_require__(747);
|
|
var external_fs_default = /*#__PURE__*/__webpack_require__.n(external_fs_);
|
|
;// CONCATENATED MODULE: external "os"
|
|
const external_os_namespaceObject = require("os");;
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/constants.ts
|
|
const constants_S_IFMT = 0o170000;
|
|
const constants_S_IFDIR = 0o040000;
|
|
const constants_S_IFREG = 0o100000;
|
|
const constants_S_IFLNK = 0o120000;
|
|
/**
|
|
* Unix timestamp for `1984-06-22T21:50:00.000Z`
|
|
*
|
|
* It needs to be after 1980-01-01 because that's what Zip supports, and it
|
|
* needs to have a slight offset to account for different timezones (because
|
|
* zip assumes that all times are local to whoever writes the file, which is
|
|
* really silly).
|
|
*/
|
|
|
|
const SAFE_TIME = 456789000;
|
|
// EXTERNAL MODULE: external "path"
|
|
var external_path_ = __webpack_require__(622);
|
|
var external_path_default = /*#__PURE__*/__webpack_require__.n(external_path_);
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/path.ts
|
|
|
|
var PathType;
|
|
|
|
(function (PathType) {
|
|
PathType[PathType["File"] = 0] = "File";
|
|
PathType[PathType["Portable"] = 1] = "Portable";
|
|
PathType[PathType["Native"] = 2] = "Native";
|
|
})(PathType || (PathType = {}));
|
|
|
|
const PortablePath = {
|
|
root: `/`,
|
|
dot: `.`
|
|
};
|
|
const Filename = {
|
|
nodeModules: `node_modules`,
|
|
manifest: `package.json`,
|
|
lockfile: `yarn.lock`,
|
|
virtual: `__virtual__`,
|
|
|
|
/**
|
|
* @deprecated
|
|
*/
|
|
pnpJs: `.pnp.js`,
|
|
pnpCjs: `.pnp.cjs`,
|
|
rc: `.yarnrc.yml`
|
|
};
|
|
const npath = Object.create((external_path_default()));
|
|
const ppath = Object.create((external_path_default()).posix);
|
|
|
|
npath.cwd = () => process.cwd();
|
|
|
|
ppath.cwd = () => toPortablePath(process.cwd());
|
|
|
|
ppath.resolve = (...segments) => {
|
|
if (segments.length > 0 && ppath.isAbsolute(segments[0])) {
|
|
return external_path_default().posix.resolve(...segments);
|
|
} else {
|
|
return external_path_default().posix.resolve(ppath.cwd(), ...segments);
|
|
}
|
|
};
|
|
|
|
const contains = function (pathUtils, from, to) {
|
|
from = pathUtils.normalize(from);
|
|
to = pathUtils.normalize(to);
|
|
if (from === to) return `.`;
|
|
if (!from.endsWith(pathUtils.sep)) from = from + pathUtils.sep;
|
|
|
|
if (to.startsWith(from)) {
|
|
return to.slice(from.length);
|
|
} else {
|
|
return null;
|
|
}
|
|
};
|
|
|
|
npath.fromPortablePath = fromPortablePath;
|
|
npath.toPortablePath = toPortablePath;
|
|
|
|
npath.contains = (from, to) => contains(npath, from, to);
|
|
|
|
ppath.contains = (from, to) => contains(ppath, from, to);
|
|
|
|
const WINDOWS_PATH_REGEXP = /^([a-zA-Z]:.*)$/;
|
|
const UNC_WINDOWS_PATH_REGEXP = /^\\\\(\.\\)?(.*)$/;
|
|
const PORTABLE_PATH_REGEXP = /^\/([a-zA-Z]:.*)$/;
|
|
const UNC_PORTABLE_PATH_REGEXP = /^\/unc\/(\.dot\/)?(.*)$/; // Path should look like "/N:/berry/scripts/plugin-pack.js"
|
|
// And transform to "N:\berry\scripts\plugin-pack.js"
|
|
|
|
function fromPortablePath(p) {
|
|
if (process.platform !== `win32`) return p;
|
|
let portablePathMatch, uncPortablePathMatch;
|
|
if (portablePathMatch = p.match(PORTABLE_PATH_REGEXP)) p = portablePathMatch[1];else if (uncPortablePathMatch = p.match(UNC_PORTABLE_PATH_REGEXP)) p = `\\\\${uncPortablePathMatch[1] ? `.\\` : ``}${uncPortablePathMatch[2]}`;else return p;
|
|
return p.replace(/\//g, `\\`);
|
|
} // Path should look like "N:/berry/scripts/plugin-pack.js"
|
|
// And transform to "/N:/berry/scripts/plugin-pack.js"
|
|
|
|
|
|
function toPortablePath(p) {
|
|
if (process.platform !== `win32`) return p;
|
|
let windowsPathMatch, uncWindowsPathMatch;
|
|
if (windowsPathMatch = p.match(WINDOWS_PATH_REGEXP)) p = `/${windowsPathMatch[1]}`;else if (uncWindowsPathMatch = p.match(UNC_WINDOWS_PATH_REGEXP)) p = `/unc/${uncWindowsPathMatch[1] ? `.dot/` : ``}${uncWindowsPathMatch[2]}`;
|
|
return p.replace(/\\/g, `/`);
|
|
}
|
|
|
|
function convertPath(targetPathUtils, sourcePath) {
|
|
return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath);
|
|
}
|
|
function toFilename(filename) {
|
|
if (npath.parse(filename).dir !== `` || ppath.parse(filename).dir !== ``) throw new Error(`Invalid filename: "${filename}"`);
|
|
return filename;
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/algorithms/copyPromise.ts
|
|
|
|
|
|
|
|
const defaultTime = new Date(SAFE_TIME * 1000);
|
|
var LinkStrategy;
|
|
|
|
(function (LinkStrategy) {
|
|
LinkStrategy["Allow"] = "allow";
|
|
LinkStrategy["ReadOnly"] = "readOnly";
|
|
})(LinkStrategy || (LinkStrategy = {}));
|
|
|
|
async function copyPromise(destinationFs, destination, sourceFs, source, opts) {
|
|
const normalizedDestination = destinationFs.pathUtils.normalize(destination);
|
|
const normalizedSource = sourceFs.pathUtils.normalize(source);
|
|
const prelayout = [];
|
|
const postlayout = [];
|
|
const referenceTime = opts.stableTime ? {
|
|
mtime: defaultTime,
|
|
atime: defaultTime
|
|
} : await sourceFs.lstatPromise(normalizedSource);
|
|
await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), {
|
|
utimes: [referenceTime.atime, referenceTime.mtime]
|
|
});
|
|
const updateTime = typeof destinationFs.lutimesPromise === `function` ? destinationFs.lutimesPromise.bind(destinationFs) : destinationFs.utimesPromise.bind(destinationFs);
|
|
await copyImpl(prelayout, postlayout, updateTime, destinationFs, normalizedDestination, sourceFs, normalizedSource, opts);
|
|
|
|
for (const operation of prelayout) await operation();
|
|
|
|
await Promise.all(postlayout.map(operation => {
|
|
return operation();
|
|
}));
|
|
}
|
|
|
|
async function copyImpl(prelayout, postlayout, updateTime, destinationFs, destination, sourceFs, source, opts) {
|
|
var _a, _b;
|
|
|
|
const destinationStat = await maybeLStat(destinationFs, destination);
|
|
const sourceStat = await sourceFs.lstatPromise(source);
|
|
const referenceTime = opts.stableTime ? {
|
|
mtime: defaultTime,
|
|
atime: defaultTime
|
|
} : sourceStat;
|
|
let updated;
|
|
|
|
switch (true) {
|
|
case sourceStat.isDirectory():
|
|
{
|
|
updated = await copyFolder(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts);
|
|
}
|
|
break;
|
|
|
|
case sourceStat.isFile():
|
|
{
|
|
updated = await copyFile(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts);
|
|
}
|
|
break;
|
|
|
|
case sourceStat.isSymbolicLink():
|
|
{
|
|
updated = await copySymlink(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts);
|
|
}
|
|
break;
|
|
|
|
default:
|
|
{
|
|
throw new Error(`Unsupported file type (${sourceStat.mode})`);
|
|
}
|
|
break;
|
|
}
|
|
|
|
if (updated || ((_a = destinationStat === null || destinationStat === void 0 ? void 0 : destinationStat.mtime) === null || _a === void 0 ? void 0 : _a.getTime()) !== referenceTime.mtime.getTime() || ((_b = destinationStat === null || destinationStat === void 0 ? void 0 : destinationStat.atime) === null || _b === void 0 ? void 0 : _b.getTime()) !== referenceTime.atime.getTime()) {
|
|
postlayout.push(() => updateTime(destination, referenceTime.atime, referenceTime.mtime));
|
|
updated = true;
|
|
}
|
|
|
|
if (destinationStat === null || (destinationStat.mode & 0o777) !== (sourceStat.mode & 0o777)) {
|
|
postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 0o777));
|
|
updated = true;
|
|
}
|
|
|
|
return updated;
|
|
}
|
|
|
|
async function maybeLStat(baseFs, p) {
|
|
try {
|
|
return await baseFs.lstatPromise(p);
|
|
} catch (e) {
|
|
return null;
|
|
}
|
|
}
|
|
|
|
async function copyFolder(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) {
|
|
if (destinationStat !== null && !destinationStat.isDirectory()) {
|
|
if (opts.overwrite) {
|
|
prelayout.push(async () => destinationFs.removePromise(destination));
|
|
destinationStat = null;
|
|
} else {
|
|
return false;
|
|
}
|
|
}
|
|
|
|
let updated = false;
|
|
|
|
if (destinationStat === null) {
|
|
prelayout.push(async () => {
|
|
try {
|
|
await destinationFs.mkdirPromise(destination, {
|
|
mode: sourceStat.mode
|
|
});
|
|
} catch (err) {
|
|
if (err.code !== `EEXIST`) {
|
|
throw err;
|
|
}
|
|
}
|
|
});
|
|
updated = true;
|
|
}
|
|
|
|
const entries = await sourceFs.readdirPromise(source);
|
|
|
|
if (opts.stableSort) {
|
|
for (const entry of entries.sort()) {
|
|
if (await copyImpl(prelayout, postlayout, updateTime, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), opts)) {
|
|
updated = true;
|
|
}
|
|
}
|
|
} else {
|
|
const entriesUpdateStatus = await Promise.all(entries.map(async entry => {
|
|
await copyImpl(prelayout, postlayout, updateTime, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), opts);
|
|
}));
|
|
|
|
if (entriesUpdateStatus.some(status => status)) {
|
|
updated = true;
|
|
}
|
|
}
|
|
|
|
return updated;
|
|
}
|
|
|
|
const isCloneSupportedCache = new WeakMap();
|
|
|
|
function makeLinkOperation(opFs, destination, source, sourceStat, linkStrategy) {
|
|
return async () => {
|
|
await opFs.linkPromise(source, destination);
|
|
|
|
if (linkStrategy === LinkStrategy.ReadOnly) {
|
|
// We mutate the stat, otherwise it'll be reset by copyImpl
|
|
sourceStat.mode &= ~0o222;
|
|
await opFs.chmodPromise(destination, sourceStat.mode);
|
|
}
|
|
};
|
|
}
|
|
|
|
function makeCloneLinkOperation(opFs, destination, source, sourceStat, linkStrategy) {
|
|
const isCloneSupported = isCloneSupportedCache.get(opFs);
|
|
|
|
if (typeof isCloneSupported === `undefined`) {
|
|
return async () => {
|
|
try {
|
|
await opFs.copyFilePromise(source, destination, (external_fs_default()).constants.COPYFILE_FICLONE_FORCE);
|
|
isCloneSupportedCache.set(opFs, true);
|
|
} catch (err) {
|
|
if (err.code === `ENOSYS` || err.code === `ENOTSUP`) {
|
|
isCloneSupportedCache.set(opFs, false);
|
|
await makeLinkOperation(opFs, destination, source, sourceStat, linkStrategy)();
|
|
} else {
|
|
throw err;
|
|
}
|
|
}
|
|
};
|
|
} else {
|
|
if (isCloneSupported) {
|
|
return async () => opFs.copyFilePromise(source, destination, (external_fs_default()).constants.COPYFILE_FICLONE_FORCE);
|
|
} else {
|
|
return makeLinkOperation(opFs, destination, source, sourceStat, linkStrategy);
|
|
}
|
|
}
|
|
}
|
|
|
|
async function copyFile(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) {
|
|
var _a;
|
|
|
|
if (destinationStat !== null) {
|
|
if (opts.overwrite) {
|
|
prelayout.push(async () => destinationFs.removePromise(destination));
|
|
destinationStat = null;
|
|
} else {
|
|
return false;
|
|
}
|
|
}
|
|
|
|
const linkStrategy = (_a = opts.linkStrategy) !== null && _a !== void 0 ? _a : null;
|
|
const op = destinationFs === sourceFs ? linkStrategy !== null ? makeCloneLinkOperation(destinationFs, destination, source, sourceStat, linkStrategy) : async () => destinationFs.copyFilePromise(source, destination, (external_fs_default()).constants.COPYFILE_FICLONE) : linkStrategy !== null ? makeLinkOperation(destinationFs, destination, source, sourceStat, linkStrategy) : async () => destinationFs.writeFilePromise(destination, await sourceFs.readFilePromise(source));
|
|
prelayout.push(async () => op());
|
|
return true;
|
|
}
|
|
|
|
async function copySymlink(prelayout, postlayout, updateTime, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) {
|
|
if (destinationStat !== null) {
|
|
if (opts.overwrite) {
|
|
prelayout.push(async () => destinationFs.removePromise(destination));
|
|
destinationStat = null;
|
|
} else {
|
|
return false;
|
|
}
|
|
}
|
|
|
|
prelayout.push(async () => {
|
|
await destinationFs.symlinkPromise(convertPath(destinationFs.pathUtils, await sourceFs.readlinkPromise(source)), destination);
|
|
});
|
|
return true;
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/FakeFS.ts
|
|
|
|
|
|
|
|
class FakeFS {
|
|
constructor(pathUtils) {
|
|
this.pathUtils = pathUtils;
|
|
}
|
|
|
|
async *genTraversePromise(init, {
|
|
stableSort = false
|
|
} = {}) {
|
|
const stack = [init];
|
|
|
|
while (stack.length > 0) {
|
|
const p = stack.shift();
|
|
const entry = await this.lstatPromise(p);
|
|
|
|
if (entry.isDirectory()) {
|
|
const entries = await this.readdirPromise(p);
|
|
|
|
if (stableSort) {
|
|
for (const entry of entries.sort()) {
|
|
stack.push(this.pathUtils.join(p, entry));
|
|
}
|
|
} else {
|
|
throw new Error(`Not supported`);
|
|
}
|
|
} else {
|
|
yield p;
|
|
}
|
|
}
|
|
}
|
|
|
|
async removePromise(p, {
|
|
recursive = true,
|
|
maxRetries = 5
|
|
} = {}) {
|
|
let stat;
|
|
|
|
try {
|
|
stat = await this.lstatPromise(p);
|
|
} catch (error) {
|
|
if (error.code === `ENOENT`) {
|
|
return;
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
if (stat.isDirectory()) {
|
|
if (recursive) {
|
|
const entries = await this.readdirPromise(p);
|
|
await Promise.all(entries.map(entry => {
|
|
return this.removePromise(this.pathUtils.resolve(p, entry));
|
|
}));
|
|
} // 5 gives 1s worth of retries at worst
|
|
|
|
|
|
let t = 0;
|
|
|
|
do {
|
|
try {
|
|
await this.rmdirPromise(p);
|
|
break;
|
|
} catch (error) {
|
|
if (error.code === `EBUSY` || error.code === `ENOTEMPTY`) {
|
|
if (maxRetries === 0) {
|
|
break;
|
|
} else {
|
|
await new Promise(resolve => setTimeout(resolve, t * 100));
|
|
continue;
|
|
}
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
} while (t++ < maxRetries);
|
|
} else {
|
|
await this.unlinkPromise(p);
|
|
}
|
|
}
|
|
|
|
removeSync(p, {
|
|
recursive = true
|
|
} = {}) {
|
|
let stat;
|
|
|
|
try {
|
|
stat = this.lstatSync(p);
|
|
} catch (error) {
|
|
if (error.code === `ENOENT`) {
|
|
return;
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
if (stat.isDirectory()) {
|
|
if (recursive) for (const entry of this.readdirSync(p)) this.removeSync(this.pathUtils.resolve(p, entry));
|
|
this.rmdirSync(p);
|
|
} else {
|
|
this.unlinkSync(p);
|
|
}
|
|
}
|
|
|
|
async mkdirpPromise(p, {
|
|
chmod,
|
|
utimes
|
|
} = {}) {
|
|
p = this.resolve(p);
|
|
if (p === this.pathUtils.dirname(p)) return;
|
|
const parts = p.split(this.pathUtils.sep);
|
|
|
|
for (let u = 2; u <= parts.length; ++u) {
|
|
const subPath = parts.slice(0, u).join(this.pathUtils.sep);
|
|
|
|
if (!this.existsSync(subPath)) {
|
|
try {
|
|
await this.mkdirPromise(subPath);
|
|
} catch (error) {
|
|
if (error.code === `EEXIST`) {
|
|
continue;
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
if (chmod != null) await this.chmodPromise(subPath, chmod);
|
|
|
|
if (utimes != null) {
|
|
await this.utimesPromise(subPath, utimes[0], utimes[1]);
|
|
} else {
|
|
const parentStat = await this.statPromise(this.pathUtils.dirname(subPath));
|
|
await this.utimesPromise(subPath, parentStat.atime, parentStat.mtime);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
mkdirpSync(p, {
|
|
chmod,
|
|
utimes
|
|
} = {}) {
|
|
p = this.resolve(p);
|
|
if (p === this.pathUtils.dirname(p)) return;
|
|
const parts = p.split(this.pathUtils.sep);
|
|
|
|
for (let u = 2; u <= parts.length; ++u) {
|
|
const subPath = parts.slice(0, u).join(this.pathUtils.sep);
|
|
|
|
if (!this.existsSync(subPath)) {
|
|
try {
|
|
this.mkdirSync(subPath);
|
|
} catch (error) {
|
|
if (error.code === `EEXIST`) {
|
|
continue;
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
if (chmod != null) this.chmodSync(subPath, chmod);
|
|
|
|
if (utimes != null) {
|
|
this.utimesSync(subPath, utimes[0], utimes[1]);
|
|
} else {
|
|
const parentStat = this.statSync(this.pathUtils.dirname(subPath));
|
|
this.utimesSync(subPath, parentStat.atime, parentStat.mtime);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
async copyPromise(destination, source, {
|
|
baseFs = this,
|
|
overwrite = true,
|
|
stableSort = false,
|
|
stableTime = false,
|
|
linkStrategy = null
|
|
} = {}) {
|
|
return await copyPromise(this, destination, baseFs, source, {
|
|
overwrite,
|
|
stableSort,
|
|
stableTime,
|
|
linkStrategy
|
|
});
|
|
}
|
|
|
|
copySync(destination, source, {
|
|
baseFs = this,
|
|
overwrite = true
|
|
} = {}) {
|
|
const stat = baseFs.lstatSync(source);
|
|
const exists = this.existsSync(destination);
|
|
|
|
if (stat.isDirectory()) {
|
|
this.mkdirpSync(destination);
|
|
const directoryListing = baseFs.readdirSync(source);
|
|
|
|
for (const entry of directoryListing) {
|
|
this.copySync(this.pathUtils.join(destination, entry), baseFs.pathUtils.join(source, entry), {
|
|
baseFs,
|
|
overwrite
|
|
});
|
|
}
|
|
} else if (stat.isFile()) {
|
|
if (!exists || overwrite) {
|
|
if (exists) this.removeSync(destination);
|
|
const content = baseFs.readFileSync(source);
|
|
this.writeFileSync(destination, content);
|
|
}
|
|
} else if (stat.isSymbolicLink()) {
|
|
if (!exists || overwrite) {
|
|
if (exists) this.removeSync(destination);
|
|
const target = baseFs.readlinkSync(source);
|
|
this.symlinkSync(convertPath(this.pathUtils, target), destination);
|
|
}
|
|
} else {
|
|
throw new Error(`Unsupported file type (file: ${source}, mode: 0o${stat.mode.toString(8).padStart(6, `0`)})`);
|
|
}
|
|
|
|
const mode = stat.mode & 0o777;
|
|
this.chmodSync(destination, mode);
|
|
}
|
|
|
|
async changeFilePromise(p, content, opts = {}) {
|
|
if (Buffer.isBuffer(content)) {
|
|
return this.changeFileBufferPromise(p, content, opts);
|
|
} else {
|
|
return this.changeFileTextPromise(p, content, opts);
|
|
}
|
|
}
|
|
|
|
async changeFileBufferPromise(p, content, {
|
|
mode
|
|
} = {}) {
|
|
let current = Buffer.alloc(0);
|
|
|
|
try {
|
|
current = await this.readFilePromise(p);
|
|
} catch (error) {// ignore errors, no big deal
|
|
}
|
|
|
|
if (Buffer.compare(current, content) === 0) return;
|
|
await this.writeFilePromise(p, content, {
|
|
mode
|
|
});
|
|
}
|
|
|
|
async changeFileTextPromise(p, content, {
|
|
automaticNewlines,
|
|
mode
|
|
} = {}) {
|
|
let current = ``;
|
|
|
|
try {
|
|
current = await this.readFilePromise(p, `utf8`);
|
|
} catch (error) {// ignore errors, no big deal
|
|
}
|
|
|
|
const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content;
|
|
if (current === normalizedContent) return;
|
|
await this.writeFilePromise(p, normalizedContent, {
|
|
mode
|
|
});
|
|
}
|
|
|
|
changeFileSync(p, content, opts = {}) {
|
|
if (Buffer.isBuffer(content)) {
|
|
return this.changeFileBufferSync(p, content, opts);
|
|
} else {
|
|
return this.changeFileTextSync(p, content, opts);
|
|
}
|
|
}
|
|
|
|
changeFileBufferSync(p, content, {
|
|
mode
|
|
} = {}) {
|
|
let current = Buffer.alloc(0);
|
|
|
|
try {
|
|
current = this.readFileSync(p);
|
|
} catch (error) {// ignore errors, no big deal
|
|
}
|
|
|
|
if (Buffer.compare(current, content) === 0) return;
|
|
this.writeFileSync(p, content, {
|
|
mode
|
|
});
|
|
}
|
|
|
|
changeFileTextSync(p, content, {
|
|
automaticNewlines = false,
|
|
mode
|
|
} = {}) {
|
|
let current = ``;
|
|
|
|
try {
|
|
current = this.readFileSync(p, `utf8`);
|
|
} catch (error) {// ignore errors, no big deal
|
|
}
|
|
|
|
const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content;
|
|
if (current === normalizedContent) return;
|
|
this.writeFileSync(p, normalizedContent, {
|
|
mode
|
|
});
|
|
}
|
|
|
|
async movePromise(fromP, toP) {
|
|
try {
|
|
await this.renamePromise(fromP, toP);
|
|
} catch (error) {
|
|
if (error.code === `EXDEV`) {
|
|
await this.copyPromise(toP, fromP);
|
|
await this.removePromise(fromP);
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
}
|
|
|
|
moveSync(fromP, toP) {
|
|
try {
|
|
this.renameSync(fromP, toP);
|
|
} catch (error) {
|
|
if (error.code === `EXDEV`) {
|
|
this.copySync(toP, fromP);
|
|
this.removeSync(fromP);
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
}
|
|
|
|
async lockPromise(affectedPath, callback) {
|
|
const lockPath = `${affectedPath}.flock`;
|
|
const interval = 1000 / 60;
|
|
const startTime = Date.now();
|
|
let fd = null; // Even when we detect that a lock file exists, we still look inside to see
|
|
// whether the pid that created it is still alive. It's not foolproof
|
|
// (there are false positive), but there are no false negative and that's
|
|
// all that matters in 99% of the cases.
|
|
|
|
const isAlive = async () => {
|
|
let pid;
|
|
|
|
try {
|
|
[pid] = await this.readJsonPromise(lockPath);
|
|
} catch (error) {
|
|
// If we can't read the file repeatedly, we assume the process was
|
|
// aborted before even writing finishing writing the payload.
|
|
return Date.now() - startTime < 500;
|
|
}
|
|
|
|
try {
|
|
// "As a special case, a signal of 0 can be used to test for the
|
|
// existence of a process" - so we check whether it's alive.
|
|
process.kill(pid, 0);
|
|
return true;
|
|
} catch (error) {
|
|
return false;
|
|
}
|
|
};
|
|
|
|
while (fd === null) {
|
|
try {
|
|
fd = await this.openPromise(lockPath, `wx`);
|
|
} catch (error) {
|
|
if (error.code === `EEXIST`) {
|
|
if (!(await isAlive())) {
|
|
try {
|
|
await this.unlinkPromise(lockPath);
|
|
continue;
|
|
} catch (error) {// No big deal if we can't remove it. Just fallback to wait for
|
|
// it to be eventually released by its owner.
|
|
}
|
|
}
|
|
|
|
if (Date.now() - startTime < 60 * 1000) {
|
|
await new Promise(resolve => setTimeout(resolve, interval));
|
|
} else {
|
|
throw new Error(`Couldn't acquire a lock in a reasonable time (via ${lockPath})`);
|
|
}
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
}
|
|
|
|
await this.writePromise(fd, JSON.stringify([process.pid]));
|
|
|
|
try {
|
|
return await callback();
|
|
} finally {
|
|
try {
|
|
// closePromise needs to come before unlinkPromise otherwise another process can attempt
|
|
// to get the file handle after the unlink but before close resuling in
|
|
// EPERM: operation not permitted, open
|
|
await this.closePromise(fd);
|
|
await this.unlinkPromise(lockPath);
|
|
} catch (error) {// noop
|
|
}
|
|
}
|
|
}
|
|
|
|
async readJsonPromise(p) {
|
|
const content = await this.readFilePromise(p, `utf8`);
|
|
|
|
try {
|
|
return JSON.parse(content);
|
|
} catch (error) {
|
|
error.message += ` (in ${p})`;
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
readJsonSync(p) {
|
|
const content = this.readFileSync(p, `utf8`);
|
|
|
|
try {
|
|
return JSON.parse(content);
|
|
} catch (error) {
|
|
error.message += ` (in ${p})`;
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
async writeJsonPromise(p, data) {
|
|
return await this.writeFilePromise(p, `${JSON.stringify(data, null, 2)}\n`);
|
|
}
|
|
|
|
writeJsonSync(p, data) {
|
|
return this.writeFileSync(p, `${JSON.stringify(data, null, 2)}\n`);
|
|
}
|
|
|
|
async preserveTimePromise(p, cb) {
|
|
const stat = await this.lstatPromise(p);
|
|
const result = await cb();
|
|
if (typeof result !== `undefined`) p = result;
|
|
|
|
if (this.lutimesPromise) {
|
|
await this.lutimesPromise(p, stat.atime, stat.mtime);
|
|
} else if (!stat.isSymbolicLink()) {
|
|
await this.utimesPromise(p, stat.atime, stat.mtime);
|
|
}
|
|
}
|
|
|
|
async preserveTimeSync(p, cb) {
|
|
const stat = this.lstatSync(p);
|
|
const result = cb();
|
|
if (typeof result !== `undefined`) p = result;
|
|
|
|
if (this.lutimesSync) {
|
|
this.lutimesSync(p, stat.atime, stat.mtime);
|
|
} else if (!stat.isSymbolicLink()) {
|
|
this.utimesSync(p, stat.atime, stat.mtime);
|
|
}
|
|
}
|
|
|
|
}
|
|
class BasePortableFakeFS extends FakeFS {
|
|
constructor() {
|
|
super(ppath);
|
|
}
|
|
|
|
}
|
|
|
|
function getEndOfLine(content) {
|
|
const matches = content.match(/\r?\n/g);
|
|
if (matches === null) return external_os_namespaceObject.EOL;
|
|
const crlf = matches.filter(nl => nl === `\r\n`).length;
|
|
const lf = matches.length - crlf;
|
|
return crlf > lf ? `\r\n` : `\n`;
|
|
}
|
|
|
|
function normalizeLineEndings(originalContent, newContent) {
|
|
return newContent.replace(/\r?\n/g, getEndOfLine(originalContent));
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/errors.ts
|
|
function makeError(code, message) {
|
|
return Object.assign(new Error(`${code}: ${message}`), {
|
|
code
|
|
});
|
|
}
|
|
|
|
function EBUSY(message) {
|
|
return makeError(`EBUSY`, message);
|
|
}
|
|
function ENOSYS(message, reason) {
|
|
return makeError(`ENOSYS`, `${message}, ${reason}`);
|
|
}
|
|
function EINVAL(reason) {
|
|
return makeError(`EINVAL`, `invalid argument, ${reason}`);
|
|
}
|
|
function EBADF(reason) {
|
|
return makeError(`EBADF`, `bad file descriptor, ${reason}`);
|
|
}
|
|
function ENOENT(reason) {
|
|
return makeError(`ENOENT`, `no such file or directory, ${reason}`);
|
|
}
|
|
function ENOTDIR(reason) {
|
|
return makeError(`ENOTDIR`, `not a directory, ${reason}`);
|
|
}
|
|
function EISDIR(reason) {
|
|
return makeError(`EISDIR`, `illegal operation on a directory, ${reason}`);
|
|
}
|
|
function EEXIST(reason) {
|
|
return makeError(`EEXIST`, `file already exists, ${reason}`);
|
|
}
|
|
function EROFS(reason) {
|
|
return makeError(`EROFS`, `read-only filesystem, ${reason}`);
|
|
}
|
|
function ENOTEMPTY(reason) {
|
|
return makeError(`ENOTEMPTY`, `directory not empty, ${reason}`);
|
|
}
|
|
function EOPNOTSUPP(reason) {
|
|
return makeError(`EOPNOTSUPP`, `operation not supported, ${reason}`);
|
|
} // ------------------------------------------------------------------------
|
|
|
|
function ERR_DIR_CLOSED() {
|
|
return makeError(`ERR_DIR_CLOSED`, `Directory handle was closed`);
|
|
} // ------------------------------------------------------------------------
|
|
|
|
class LibzipError extends Error {
|
|
constructor(message, code) {
|
|
super(message);
|
|
this.name = `Libzip Error`;
|
|
this.code = code;
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/NodeFS.ts
|
|
|
|
|
|
|
|
|
|
class NodeFS extends BasePortableFakeFS {
|
|
constructor(realFs = (external_fs_default())) {
|
|
super();
|
|
this.realFs = realFs; // @ts-expect-error
|
|
|
|
if (typeof this.realFs.lutimes !== `undefined`) {
|
|
this.lutimesPromise = this.lutimesPromiseImpl;
|
|
this.lutimesSync = this.lutimesSyncImpl;
|
|
}
|
|
}
|
|
|
|
getExtractHint() {
|
|
return false;
|
|
}
|
|
|
|
getRealPath() {
|
|
return PortablePath.root;
|
|
}
|
|
|
|
resolve(p) {
|
|
return ppath.resolve(p);
|
|
}
|
|
|
|
async openPromise(p, flags, mode) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.open(npath.fromPortablePath(p), flags, mode, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
openSync(p, flags, mode) {
|
|
return this.realFs.openSync(npath.fromPortablePath(p), flags, mode);
|
|
}
|
|
|
|
async opendirPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (typeof opts !== `undefined`) {
|
|
this.realFs.opendir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.opendir(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
}
|
|
}).then(dir => {
|
|
return Object.defineProperty(dir, `path`, {
|
|
value: p,
|
|
configurable: true,
|
|
writable: true
|
|
});
|
|
});
|
|
}
|
|
|
|
opendirSync(p, opts) {
|
|
const dir = typeof opts !== `undefined` ? this.realFs.opendirSync(npath.fromPortablePath(p), opts) : this.realFs.opendirSync(npath.fromPortablePath(p));
|
|
return Object.defineProperty(dir, `path`, {
|
|
value: p,
|
|
configurable: true,
|
|
writable: true
|
|
});
|
|
}
|
|
|
|
async readPromise(fd, buffer, offset = 0, length = 0, position = -1) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.read(fd, buffer, offset, length, position, (error, bytesRead) => {
|
|
if (error) {
|
|
reject(error);
|
|
} else {
|
|
resolve(bytesRead);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
|
|
readSync(fd, buffer, offset, length, position) {
|
|
return this.realFs.readSync(fd, buffer, offset, length, position);
|
|
}
|
|
|
|
async writePromise(fd, buffer, offset, length, position) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (typeof buffer === `string`) {
|
|
return this.realFs.write(fd, buffer, offset, this.makeCallback(resolve, reject));
|
|
} else {
|
|
return this.realFs.write(fd, buffer, offset, length, position, this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
writeSync(fd, buffer, offset, length, position) {
|
|
if (typeof buffer === `string`) {
|
|
return this.realFs.writeSync(fd, buffer, offset);
|
|
} else {
|
|
return this.realFs.writeSync(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
async closePromise(fd) {
|
|
await new Promise((resolve, reject) => {
|
|
this.realFs.close(fd, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
closeSync(fd) {
|
|
this.realFs.closeSync(fd);
|
|
}
|
|
|
|
createReadStream(p, opts) {
|
|
const realPath = p !== null ? npath.fromPortablePath(p) : p;
|
|
return this.realFs.createReadStream(realPath, opts);
|
|
}
|
|
|
|
createWriteStream(p, opts) {
|
|
const realPath = p !== null ? npath.fromPortablePath(p) : p;
|
|
return this.realFs.createWriteStream(realPath, opts);
|
|
}
|
|
|
|
async realpathPromise(p) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject));
|
|
}).then(path => {
|
|
return npath.toPortablePath(path);
|
|
});
|
|
}
|
|
|
|
realpathSync(p) {
|
|
return npath.toPortablePath(this.realFs.realpathSync(npath.fromPortablePath(p), {}));
|
|
}
|
|
|
|
async existsPromise(p) {
|
|
return await new Promise(resolve => {
|
|
this.realFs.exists(npath.fromPortablePath(p), resolve);
|
|
});
|
|
}
|
|
|
|
accessSync(p, mode) {
|
|
return this.realFs.accessSync(npath.fromPortablePath(p), mode);
|
|
}
|
|
|
|
async accessPromise(p, mode) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.access(npath.fromPortablePath(p), mode, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
existsSync(p) {
|
|
return this.realFs.existsSync(npath.fromPortablePath(p));
|
|
}
|
|
|
|
async statPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (opts) {
|
|
this.realFs.stat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.stat(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
statSync(p, opts) {
|
|
if (opts) {
|
|
return this.realFs.statSync(npath.fromPortablePath(p), opts);
|
|
} else {
|
|
return this.realFs.statSync(npath.fromPortablePath(p));
|
|
}
|
|
}
|
|
|
|
async fstatPromise(fd, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (opts) {
|
|
// @ts-expect-error - The node typings doesn't know about the options
|
|
this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.fstat(fd, this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
fstatSync(fd, opts) {
|
|
if (opts) {
|
|
// @ts-expect-error - The node typings doesn't know about the options
|
|
return this.realFs.fstatSync(fd, opts);
|
|
} else {
|
|
return this.realFs.fstatSync(fd);
|
|
}
|
|
}
|
|
|
|
async lstatPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (opts) {
|
|
// @ts-expect-error - TS does not know this takes options
|
|
this.realFs.lstat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.lstat(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
lstatSync(p, opts) {
|
|
if (opts) {
|
|
// @ts-expect-error - TS does not know this takes options
|
|
return this.realFs.lstatSync(npath.fromPortablePath(p), opts);
|
|
} else {
|
|
return this.realFs.lstatSync(npath.fromPortablePath(p));
|
|
}
|
|
}
|
|
|
|
async chmodPromise(p, mask) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.chmod(npath.fromPortablePath(p), mask, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
chmodSync(p, mask) {
|
|
return this.realFs.chmodSync(npath.fromPortablePath(p), mask);
|
|
}
|
|
|
|
async chownPromise(p, uid, gid) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.chown(npath.fromPortablePath(p), uid, gid, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
chownSync(p, uid, gid) {
|
|
return this.realFs.chownSync(npath.fromPortablePath(p), uid, gid);
|
|
}
|
|
|
|
async renamePromise(oldP, newP) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.rename(npath.fromPortablePath(oldP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
renameSync(oldP, newP) {
|
|
return this.realFs.renameSync(npath.fromPortablePath(oldP), npath.fromPortablePath(newP));
|
|
}
|
|
|
|
async copyFilePromise(sourceP, destP, flags = 0) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.copyFile(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
copyFileSync(sourceP, destP, flags = 0) {
|
|
return this.realFs.copyFileSync(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags);
|
|
}
|
|
|
|
async appendFilePromise(p, content, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
|
|
if (opts) {
|
|
this.realFs.appendFile(fsNativePath, content, opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.appendFile(fsNativePath, content, this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
appendFileSync(p, content, opts) {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
|
|
if (opts) {
|
|
this.realFs.appendFileSync(fsNativePath, content, opts);
|
|
} else {
|
|
this.realFs.appendFileSync(fsNativePath, content);
|
|
}
|
|
}
|
|
|
|
async writeFilePromise(p, content, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
|
|
if (opts) {
|
|
this.realFs.writeFile(fsNativePath, content, opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.writeFile(fsNativePath, content, this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
writeFileSync(p, content, opts) {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
|
|
if (opts) {
|
|
this.realFs.writeFileSync(fsNativePath, content, opts);
|
|
} else {
|
|
this.realFs.writeFileSync(fsNativePath, content);
|
|
}
|
|
}
|
|
|
|
async unlinkPromise(p) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.unlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
unlinkSync(p) {
|
|
return this.realFs.unlinkSync(npath.fromPortablePath(p));
|
|
}
|
|
|
|
async utimesPromise(p, atime, mtime) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.utimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
utimesSync(p, atime, mtime) {
|
|
this.realFs.utimesSync(npath.fromPortablePath(p), atime, mtime);
|
|
}
|
|
|
|
async lutimesPromiseImpl(p, atime, mtime) {
|
|
// @ts-expect-error: Not yet in DefinitelyTyped
|
|
const lutimes = this.realFs.lutimes;
|
|
if (typeof lutimes === `undefined`) throw ENOSYS(`unavailable Node binding`, `lutimes '${p}'`);
|
|
return await new Promise((resolve, reject) => {
|
|
lutimes.call(this.realFs, npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
lutimesSyncImpl(p, atime, mtime) {
|
|
// @ts-expect-error: Not yet in DefinitelyTyped
|
|
const lutimesSync = this.realFs.lutimesSync;
|
|
if (typeof lutimesSync === `undefined`) throw ENOSYS(`unavailable Node binding`, `lutimes '${p}'`);
|
|
lutimesSync.call(this.realFs, npath.fromPortablePath(p), atime, mtime);
|
|
}
|
|
|
|
async mkdirPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.mkdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
mkdirSync(p, opts) {
|
|
return this.realFs.mkdirSync(npath.fromPortablePath(p), opts);
|
|
}
|
|
|
|
async rmdirPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
// TODO: always pass opts when min node version is 12.10+
|
|
if (opts) {
|
|
this.realFs.rmdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.rmdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
rmdirSync(p, opts) {
|
|
return this.realFs.rmdirSync(npath.fromPortablePath(p), opts);
|
|
}
|
|
|
|
async linkPromise(existingP, newP) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.link(npath.fromPortablePath(existingP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
linkSync(existingP, newP) {
|
|
return this.realFs.linkSync(npath.fromPortablePath(existingP), npath.fromPortablePath(newP));
|
|
}
|
|
|
|
async symlinkPromise(target, p, type) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.symlink(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
symlinkSync(target, p, type) {
|
|
return this.realFs.symlinkSync(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type);
|
|
}
|
|
|
|
async readFilePromise(p, encoding) {
|
|
return await new Promise((resolve, reject) => {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
this.realFs.readFile(fsNativePath, encoding, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
readFileSync(p, encoding) {
|
|
const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p;
|
|
return this.realFs.readFileSync(fsNativePath, encoding);
|
|
}
|
|
|
|
async readdirPromise(p, opts) {
|
|
return await new Promise((resolve, reject) => {
|
|
if (opts === null || opts === void 0 ? void 0 : opts.withFileTypes) {
|
|
this.realFs.readdir(npath.fromPortablePath(p), {
|
|
withFileTypes: true
|
|
}, this.makeCallback(resolve, reject));
|
|
} else {
|
|
this.realFs.readdir(npath.fromPortablePath(p), this.makeCallback(value => resolve(value), reject));
|
|
}
|
|
});
|
|
}
|
|
|
|
readdirSync(p, opts) {
|
|
if (opts === null || opts === void 0 ? void 0 : opts.withFileTypes) {
|
|
return this.realFs.readdirSync(npath.fromPortablePath(p), {
|
|
withFileTypes: true
|
|
});
|
|
} else {
|
|
return this.realFs.readdirSync(npath.fromPortablePath(p));
|
|
}
|
|
}
|
|
|
|
async readlinkPromise(p) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.readlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject));
|
|
}).then(path => {
|
|
return npath.toPortablePath(path);
|
|
});
|
|
}
|
|
|
|
readlinkSync(p) {
|
|
return npath.toPortablePath(this.realFs.readlinkSync(npath.fromPortablePath(p)));
|
|
}
|
|
|
|
async truncatePromise(p, len) {
|
|
return await new Promise((resolve, reject) => {
|
|
this.realFs.truncate(npath.fromPortablePath(p), len, this.makeCallback(resolve, reject));
|
|
});
|
|
}
|
|
|
|
truncateSync(p, len) {
|
|
return this.realFs.truncateSync(npath.fromPortablePath(p), len);
|
|
}
|
|
|
|
watch(p, a, b) {
|
|
return this.realFs.watch(npath.fromPortablePath(p), // @ts-expect-error
|
|
a, b);
|
|
}
|
|
|
|
watchFile(p, a, b) {
|
|
return this.realFs.watchFile(npath.fromPortablePath(p), // @ts-expect-error
|
|
a, b);
|
|
}
|
|
|
|
unwatchFile(p, cb) {
|
|
return this.realFs.unwatchFile(npath.fromPortablePath(p), cb);
|
|
}
|
|
|
|
makeCallback(resolve, reject) {
|
|
return (err, result) => {
|
|
if (err) {
|
|
reject(err);
|
|
} else {
|
|
resolve(result);
|
|
}
|
|
};
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/ProxiedFS.ts
|
|
|
|
class ProxiedFS extends FakeFS {
|
|
getExtractHint(hints) {
|
|
return this.baseFs.getExtractHint(hints);
|
|
}
|
|
|
|
resolve(path) {
|
|
return this.mapFromBase(this.baseFs.resolve(this.mapToBase(path)));
|
|
}
|
|
|
|
getRealPath() {
|
|
return this.mapFromBase(this.baseFs.getRealPath());
|
|
}
|
|
|
|
async openPromise(p, flags, mode) {
|
|
return this.baseFs.openPromise(this.mapToBase(p), flags, mode);
|
|
}
|
|
|
|
openSync(p, flags, mode) {
|
|
return this.baseFs.openSync(this.mapToBase(p), flags, mode);
|
|
}
|
|
|
|
async opendirPromise(p, opts) {
|
|
return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(p), opts), {
|
|
path: p
|
|
});
|
|
}
|
|
|
|
opendirSync(p, opts) {
|
|
return Object.assign(this.baseFs.opendirSync(this.mapToBase(p), opts), {
|
|
path: p
|
|
});
|
|
}
|
|
|
|
async readPromise(fd, buffer, offset, length, position) {
|
|
return await this.baseFs.readPromise(fd, buffer, offset, length, position);
|
|
}
|
|
|
|
readSync(fd, buffer, offset, length, position) {
|
|
return this.baseFs.readSync(fd, buffer, offset, length, position);
|
|
}
|
|
|
|
async writePromise(fd, buffer, offset, length, position) {
|
|
if (typeof buffer === `string`) {
|
|
return await this.baseFs.writePromise(fd, buffer, offset);
|
|
} else {
|
|
return await this.baseFs.writePromise(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
writeSync(fd, buffer, offset, length, position) {
|
|
if (typeof buffer === `string`) {
|
|
return this.baseFs.writeSync(fd, buffer, offset);
|
|
} else {
|
|
return this.baseFs.writeSync(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
async closePromise(fd) {
|
|
return this.baseFs.closePromise(fd);
|
|
}
|
|
|
|
closeSync(fd) {
|
|
this.baseFs.closeSync(fd);
|
|
}
|
|
|
|
createReadStream(p, opts) {
|
|
return this.baseFs.createReadStream(p !== null ? this.mapToBase(p) : p, opts);
|
|
}
|
|
|
|
createWriteStream(p, opts) {
|
|
return this.baseFs.createWriteStream(p !== null ? this.mapToBase(p) : p, opts);
|
|
}
|
|
|
|
async realpathPromise(p) {
|
|
return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(p)));
|
|
}
|
|
|
|
realpathSync(p) {
|
|
return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(p)));
|
|
}
|
|
|
|
async existsPromise(p) {
|
|
return this.baseFs.existsPromise(this.mapToBase(p));
|
|
}
|
|
|
|
existsSync(p) {
|
|
return this.baseFs.existsSync(this.mapToBase(p));
|
|
}
|
|
|
|
accessSync(p, mode) {
|
|
return this.baseFs.accessSync(this.mapToBase(p), mode);
|
|
}
|
|
|
|
async accessPromise(p, mode) {
|
|
return this.baseFs.accessPromise(this.mapToBase(p), mode);
|
|
}
|
|
|
|
async statPromise(p, opts) {
|
|
return this.baseFs.statPromise(this.mapToBase(p), opts);
|
|
}
|
|
|
|
statSync(p, opts) {
|
|
return this.baseFs.statSync(this.mapToBase(p), opts);
|
|
}
|
|
|
|
async fstatPromise(fd, opts) {
|
|
return this.baseFs.fstatPromise(fd, opts);
|
|
}
|
|
|
|
fstatSync(fd, opts) {
|
|
return this.baseFs.fstatSync(fd, opts);
|
|
}
|
|
|
|
async lstatPromise(p, opts) {
|
|
return this.baseFs.lstatPromise(this.mapToBase(p), opts);
|
|
}
|
|
|
|
lstatSync(p, opts) {
|
|
return this.baseFs.lstatSync(this.mapToBase(p), opts);
|
|
}
|
|
|
|
async chmodPromise(p, mask) {
|
|
return this.baseFs.chmodPromise(this.mapToBase(p), mask);
|
|
}
|
|
|
|
chmodSync(p, mask) {
|
|
return this.baseFs.chmodSync(this.mapToBase(p), mask);
|
|
}
|
|
|
|
async chownPromise(p, uid, gid) {
|
|
return this.baseFs.chownPromise(this.mapToBase(p), uid, gid);
|
|
}
|
|
|
|
chownSync(p, uid, gid) {
|
|
return this.baseFs.chownSync(this.mapToBase(p), uid, gid);
|
|
}
|
|
|
|
async renamePromise(oldP, newP) {
|
|
return this.baseFs.renamePromise(this.mapToBase(oldP), this.mapToBase(newP));
|
|
}
|
|
|
|
renameSync(oldP, newP) {
|
|
return this.baseFs.renameSync(this.mapToBase(oldP), this.mapToBase(newP));
|
|
}
|
|
|
|
async copyFilePromise(sourceP, destP, flags = 0) {
|
|
return this.baseFs.copyFilePromise(this.mapToBase(sourceP), this.mapToBase(destP), flags);
|
|
}
|
|
|
|
copyFileSync(sourceP, destP, flags = 0) {
|
|
return this.baseFs.copyFileSync(this.mapToBase(sourceP), this.mapToBase(destP), flags);
|
|
}
|
|
|
|
async appendFilePromise(p, content, opts) {
|
|
return this.baseFs.appendFilePromise(this.fsMapToBase(p), content, opts);
|
|
}
|
|
|
|
appendFileSync(p, content, opts) {
|
|
return this.baseFs.appendFileSync(this.fsMapToBase(p), content, opts);
|
|
}
|
|
|
|
async writeFilePromise(p, content, opts) {
|
|
return this.baseFs.writeFilePromise(this.fsMapToBase(p), content, opts);
|
|
}
|
|
|
|
writeFileSync(p, content, opts) {
|
|
return this.baseFs.writeFileSync(this.fsMapToBase(p), content, opts);
|
|
}
|
|
|
|
async unlinkPromise(p) {
|
|
return this.baseFs.unlinkPromise(this.mapToBase(p));
|
|
}
|
|
|
|
unlinkSync(p) {
|
|
return this.baseFs.unlinkSync(this.mapToBase(p));
|
|
}
|
|
|
|
async utimesPromise(p, atime, mtime) {
|
|
return this.baseFs.utimesPromise(this.mapToBase(p), atime, mtime);
|
|
}
|
|
|
|
utimesSync(p, atime, mtime) {
|
|
return this.baseFs.utimesSync(this.mapToBase(p), atime, mtime);
|
|
}
|
|
|
|
async mkdirPromise(p, opts) {
|
|
return this.baseFs.mkdirPromise(this.mapToBase(p), opts);
|
|
}
|
|
|
|
mkdirSync(p, opts) {
|
|
return this.baseFs.mkdirSync(this.mapToBase(p), opts);
|
|
}
|
|
|
|
async rmdirPromise(p, opts) {
|
|
return this.baseFs.rmdirPromise(this.mapToBase(p), opts);
|
|
}
|
|
|
|
rmdirSync(p, opts) {
|
|
return this.baseFs.rmdirSync(this.mapToBase(p), opts);
|
|
}
|
|
|
|
async linkPromise(existingP, newP) {
|
|
return this.baseFs.linkPromise(this.mapToBase(existingP), this.mapToBase(newP));
|
|
}
|
|
|
|
linkSync(existingP, newP) {
|
|
return this.baseFs.linkSync(this.mapToBase(existingP), this.mapToBase(newP));
|
|
}
|
|
|
|
async symlinkPromise(target, p, type) {
|
|
const mappedP = this.mapToBase(p);
|
|
if (this.pathUtils.isAbsolute(target)) return this.baseFs.symlinkPromise(this.mapToBase(target), mappedP, type);
|
|
const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target));
|
|
const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget);
|
|
return this.baseFs.symlinkPromise(mappedTarget, mappedP, type);
|
|
}
|
|
|
|
symlinkSync(target, p, type) {
|
|
const mappedP = this.mapToBase(p);
|
|
if (this.pathUtils.isAbsolute(target)) return this.baseFs.symlinkSync(this.mapToBase(target), mappedP, type);
|
|
const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target));
|
|
const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget);
|
|
return this.baseFs.symlinkSync(mappedTarget, mappedP, type);
|
|
}
|
|
|
|
async readFilePromise(p, encoding) {
|
|
// This weird condition is required to tell TypeScript that the signatures are proper (otherwise it thinks that only the generic one is covered)
|
|
if (encoding === `utf8`) {
|
|
return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding);
|
|
} else {
|
|
return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding);
|
|
}
|
|
}
|
|
|
|
readFileSync(p, encoding) {
|
|
// This weird condition is required to tell TypeScript that the signatures are proper (otherwise it thinks that only the generic one is covered)
|
|
if (encoding === `utf8`) {
|
|
return this.baseFs.readFileSync(this.fsMapToBase(p), encoding);
|
|
} else {
|
|
return this.baseFs.readFileSync(this.fsMapToBase(p), encoding);
|
|
}
|
|
}
|
|
|
|
async readdirPromise(p, opts) {
|
|
return this.baseFs.readdirPromise(this.mapToBase(p), opts);
|
|
}
|
|
|
|
readdirSync(p, opts) {
|
|
return this.baseFs.readdirSync(this.mapToBase(p), opts);
|
|
}
|
|
|
|
async readlinkPromise(p) {
|
|
return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(p)));
|
|
}
|
|
|
|
readlinkSync(p) {
|
|
return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(p)));
|
|
}
|
|
|
|
async truncatePromise(p, len) {
|
|
return this.baseFs.truncatePromise(this.mapToBase(p), len);
|
|
}
|
|
|
|
truncateSync(p, len) {
|
|
return this.baseFs.truncateSync(this.mapToBase(p), len);
|
|
}
|
|
|
|
watch(p, a, b) {
|
|
return this.baseFs.watch(this.mapToBase(p), // @ts-expect-error
|
|
a, b);
|
|
}
|
|
|
|
watchFile(p, a, b) {
|
|
return this.baseFs.watchFile(this.mapToBase(p), // @ts-expect-error
|
|
a, b);
|
|
}
|
|
|
|
unwatchFile(p, cb) {
|
|
return this.baseFs.unwatchFile(this.mapToBase(p), cb);
|
|
}
|
|
|
|
fsMapToBase(p) {
|
|
if (typeof p === `number`) {
|
|
return p;
|
|
} else {
|
|
return this.mapToBase(p);
|
|
}
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/VirtualFS.ts
|
|
|
|
|
|
|
|
const NUMBER_REGEXP = /^[0-9]+$/; // $0: full path
|
|
// $1: virtual folder
|
|
// $2: virtual segment
|
|
// $3: hash
|
|
// $4: depth
|
|
// $5: subpath
|
|
|
|
const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/;
|
|
const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/;
|
|
class VirtualFS extends ProxiedFS {
|
|
constructor({
|
|
baseFs = new NodeFS()
|
|
} = {}) {
|
|
super(ppath);
|
|
this.baseFs = baseFs;
|
|
}
|
|
|
|
static makeVirtualPath(base, component, to) {
|
|
if (ppath.basename(base) !== `__virtual__`) throw new Error(`Assertion failed: Virtual folders must be named "__virtual__"`);
|
|
if (!ppath.basename(component).match(VALID_COMPONENT)) throw new Error(`Assertion failed: Virtual components must be ended by an hexadecimal hash`); // Obtains the relative distance between the virtual path and its actual target
|
|
|
|
const target = ppath.relative(ppath.dirname(base), to);
|
|
const segments = target.split(`/`); // Counts how many levels we need to go back to start applying the rest of the path
|
|
|
|
let depth = 0;
|
|
|
|
while (depth < segments.length && segments[depth] === `..`) depth += 1;
|
|
|
|
const finalSegments = segments.slice(depth);
|
|
const fullVirtualPath = ppath.join(base, component, String(depth), ...finalSegments);
|
|
return fullVirtualPath;
|
|
}
|
|
|
|
static resolveVirtual(p) {
|
|
const match = p.match(VIRTUAL_REGEXP);
|
|
if (!match || !match[3] && match[5]) return p;
|
|
const target = ppath.dirname(match[1]);
|
|
if (!match[3] || !match[4]) return target;
|
|
const isnum = NUMBER_REGEXP.test(match[4]);
|
|
if (!isnum) return p;
|
|
const depth = Number(match[4]);
|
|
const backstep = `../`.repeat(depth);
|
|
const subpath = match[5] || `.`;
|
|
return VirtualFS.resolveVirtual(ppath.join(target, backstep, subpath));
|
|
}
|
|
|
|
getExtractHint(hints) {
|
|
return this.baseFs.getExtractHint(hints);
|
|
}
|
|
|
|
getRealPath() {
|
|
return this.baseFs.getRealPath();
|
|
}
|
|
|
|
realpathSync(p) {
|
|
const match = p.match(VIRTUAL_REGEXP);
|
|
if (!match) return this.baseFs.realpathSync(p);
|
|
if (!match[5]) return p;
|
|
const realpath = this.baseFs.realpathSync(this.mapToBase(p));
|
|
return VirtualFS.makeVirtualPath(match[1], match[3], realpath);
|
|
}
|
|
|
|
async realpathPromise(p) {
|
|
const match = p.match(VIRTUAL_REGEXP);
|
|
if (!match) return await this.baseFs.realpathPromise(p);
|
|
if (!match[5]) return p;
|
|
const realpath = await this.baseFs.realpathPromise(this.mapToBase(p));
|
|
return VirtualFS.makeVirtualPath(match[1], match[3], realpath);
|
|
}
|
|
|
|
mapToBase(p) {
|
|
if (p === ``) return p;
|
|
if (this.pathUtils.isAbsolute(p)) return VirtualFS.resolveVirtual(p);
|
|
const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot));
|
|
const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p));
|
|
return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot;
|
|
}
|
|
|
|
mapFromBase(p) {
|
|
return p;
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: external "stream"
|
|
const external_stream_namespaceObject = require("stream");;
|
|
;// CONCATENATED MODULE: external "util"
|
|
const external_util_namespaceObject = require("util");;
|
|
;// CONCATENATED MODULE: external "zlib"
|
|
const external_zlib_namespaceObject = require("zlib");;
|
|
var external_zlib_default = /*#__PURE__*/__webpack_require__.n(external_zlib_namespaceObject);
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/algorithms/opendir.ts
|
|
|
|
class CustomDir {
|
|
constructor(path, nextDirent, opts = {}) {
|
|
this.path = path;
|
|
this.nextDirent = nextDirent;
|
|
this.opts = opts;
|
|
this.closed = false;
|
|
}
|
|
|
|
throwIfClosed() {
|
|
if (this.closed) {
|
|
throw ERR_DIR_CLOSED();
|
|
}
|
|
}
|
|
|
|
async *[Symbol.asyncIterator]() {
|
|
try {
|
|
let dirent; // eslint-disable-next-line no-cond-assign
|
|
|
|
while ((dirent = await this.read()) !== null) {
|
|
yield dirent;
|
|
}
|
|
} finally {
|
|
await this.close();
|
|
}
|
|
}
|
|
|
|
read(cb) {
|
|
const dirent = this.readSync();
|
|
if (typeof cb !== `undefined`) return cb(null, dirent);
|
|
return Promise.resolve(dirent);
|
|
}
|
|
|
|
readSync() {
|
|
this.throwIfClosed();
|
|
return this.nextDirent();
|
|
}
|
|
|
|
close(cb) {
|
|
this.closeSync();
|
|
if (typeof cb !== `undefined`) return cb(null);
|
|
return Promise.resolve();
|
|
}
|
|
|
|
closeSync() {
|
|
var _a, _b;
|
|
|
|
this.throwIfClosed();
|
|
(_b = (_a = this.opts).onClose) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
this.closed = true;
|
|
}
|
|
|
|
}
|
|
function opendir(fakeFs, path, entries, opts) {
|
|
const nextDirent = () => {
|
|
const filename = entries.shift();
|
|
if (typeof filename === `undefined`) return null;
|
|
return Object.assign(fakeFs.statSync(fakeFs.pathUtils.join(path, filename)), {
|
|
name: filename
|
|
});
|
|
};
|
|
|
|
return new CustomDir(path, nextDirent, opts);
|
|
}
|
|
;// CONCATENATED MODULE: external "events"
|
|
const external_events_namespaceObject = require("events");;
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/statUtils.ts
|
|
|
|
|
|
const DEFAULT_MODE = constants_S_IFREG | 0o644;
|
|
class DirEntry {
|
|
constructor() {
|
|
this.name = ``;
|
|
this.mode = 0;
|
|
}
|
|
|
|
isBlockDevice() {
|
|
return false;
|
|
}
|
|
|
|
isCharacterDevice() {
|
|
return false;
|
|
}
|
|
|
|
isDirectory() {
|
|
return (this.mode & S_IFMT) === S_IFDIR;
|
|
}
|
|
|
|
isFIFO() {
|
|
return false;
|
|
}
|
|
|
|
isFile() {
|
|
return (this.mode & S_IFMT) === S_IFREG;
|
|
}
|
|
|
|
isSocket() {
|
|
return false;
|
|
}
|
|
|
|
isSymbolicLink() {
|
|
return (this.mode & S_IFMT) === S_IFLNK;
|
|
}
|
|
|
|
}
|
|
class StatEntry {
|
|
constructor() {
|
|
this.uid = 0;
|
|
this.gid = 0;
|
|
this.size = 0;
|
|
this.blksize = 0;
|
|
this.atimeMs = 0;
|
|
this.mtimeMs = 0;
|
|
this.ctimeMs = 0;
|
|
this.birthtimeMs = 0;
|
|
this.atime = new Date(0);
|
|
this.mtime = new Date(0);
|
|
this.ctime = new Date(0);
|
|
this.birthtime = new Date(0);
|
|
this.dev = 0;
|
|
this.ino = 0;
|
|
this.mode = DEFAULT_MODE;
|
|
this.nlink = 1;
|
|
this.rdev = 0;
|
|
this.blocks = 1;
|
|
}
|
|
|
|
isBlockDevice() {
|
|
return false;
|
|
}
|
|
|
|
isCharacterDevice() {
|
|
return false;
|
|
}
|
|
|
|
isDirectory() {
|
|
return (this.mode & constants_S_IFMT) === constants_S_IFDIR;
|
|
}
|
|
|
|
isFIFO() {
|
|
return false;
|
|
}
|
|
|
|
isFile() {
|
|
return (this.mode & constants_S_IFMT) === constants_S_IFREG;
|
|
}
|
|
|
|
isSocket() {
|
|
return false;
|
|
}
|
|
|
|
isSymbolicLink() {
|
|
return (this.mode & constants_S_IFMT) === constants_S_IFLNK;
|
|
}
|
|
|
|
}
|
|
class BigIntStatsEntry {
|
|
constructor() {
|
|
this.uid = BigInt(0);
|
|
this.gid = BigInt(0);
|
|
this.size = BigInt(0);
|
|
this.blksize = BigInt(0);
|
|
this.atimeMs = BigInt(0);
|
|
this.mtimeMs = BigInt(0);
|
|
this.ctimeMs = BigInt(0);
|
|
this.birthtimeMs = BigInt(0);
|
|
this.atimeNs = BigInt(0);
|
|
this.mtimeNs = BigInt(0);
|
|
this.ctimeNs = BigInt(0);
|
|
this.birthtimeNs = BigInt(0);
|
|
this.atime = new Date(0);
|
|
this.mtime = new Date(0);
|
|
this.ctime = new Date(0);
|
|
this.birthtime = new Date(0);
|
|
this.dev = BigInt(0);
|
|
this.ino = BigInt(0);
|
|
this.mode = BigInt(DEFAULT_MODE);
|
|
this.nlink = BigInt(1);
|
|
this.rdev = BigInt(0);
|
|
this.blocks = BigInt(1);
|
|
}
|
|
|
|
isBlockDevice() {
|
|
return false;
|
|
}
|
|
|
|
isCharacterDevice() {
|
|
return false;
|
|
}
|
|
|
|
isDirectory() {
|
|
return (this.mode & BigInt(constants_S_IFMT)) === BigInt(constants_S_IFDIR);
|
|
}
|
|
|
|
isFIFO() {
|
|
return false;
|
|
}
|
|
|
|
isFile() {
|
|
return (this.mode & BigInt(constants_S_IFMT)) === BigInt(constants_S_IFREG);
|
|
}
|
|
|
|
isSocket() {
|
|
return false;
|
|
}
|
|
|
|
isSymbolicLink() {
|
|
return (this.mode & BigInt(constants_S_IFMT)) === BigInt(constants_S_IFLNK);
|
|
}
|
|
|
|
}
|
|
function makeDefaultStats() {
|
|
return new StatEntry();
|
|
}
|
|
function makeEmptyStats() {
|
|
return clearStats(makeDefaultStats());
|
|
}
|
|
/**
|
|
* Mutates the provided stats object to zero it out then returns it for convenience
|
|
*/
|
|
|
|
function clearStats(stats) {
|
|
for (const key in stats) {
|
|
if (Object.prototype.hasOwnProperty.call(stats, key)) {
|
|
const element = stats[key];
|
|
|
|
if (typeof element === `number`) {
|
|
// @ts-expect-error Typescript can't tell that stats[key] is a number
|
|
stats[key] = 0;
|
|
} else if (typeof element === `bigint`) {
|
|
// @ts-expect-error Typescript can't tell that stats[key] is a bigint
|
|
stats[key] = BigInt(0);
|
|
} else if (external_util_namespaceObject.types.isDate(element)) {
|
|
// @ts-expect-error Typescript can't tell that stats[key] is a bigint
|
|
stats[key] = new Date(0);
|
|
}
|
|
}
|
|
}
|
|
|
|
return stats;
|
|
}
|
|
function convertToBigIntStats(stats) {
|
|
const bigintStats = new BigIntStatsEntry();
|
|
|
|
for (const key in stats) {
|
|
if (Object.prototype.hasOwnProperty.call(stats, key)) {
|
|
const element = stats[key];
|
|
|
|
if (typeof element === `number`) {
|
|
// @ts-expect-error Typescript isn't able to tell this is valid
|
|
bigintStats[key] = BigInt(element);
|
|
} else if (external_util_namespaceObject.types.isDate(element)) {
|
|
// @ts-expect-error Typescript isn't able to tell this is valid
|
|
bigintStats[key] = new Date(element);
|
|
}
|
|
}
|
|
}
|
|
|
|
bigintStats.atimeNs = bigintStats.atimeMs * BigInt(1e6);
|
|
bigintStats.mtimeNs = bigintStats.mtimeMs * BigInt(1e6);
|
|
bigintStats.ctimeNs = bigintStats.ctimeMs * BigInt(1e6);
|
|
bigintStats.birthtimeNs = bigintStats.birthtimeMs * BigInt(1e6);
|
|
return bigintStats;
|
|
}
|
|
function areStatsEqual(a, b) {
|
|
if (a.atimeMs !== b.atimeMs) return false;
|
|
if (a.birthtimeMs !== b.birthtimeMs) return false;
|
|
if (a.blksize !== b.blksize) return false;
|
|
if (a.blocks !== b.blocks) return false;
|
|
if (a.ctimeMs !== b.ctimeMs) return false;
|
|
if (a.dev !== b.dev) return false;
|
|
if (a.gid !== b.gid) return false;
|
|
if (a.ino !== b.ino) return false;
|
|
if (a.isBlockDevice() !== b.isBlockDevice()) return false;
|
|
if (a.isCharacterDevice() !== b.isCharacterDevice()) return false;
|
|
if (a.isDirectory() !== b.isDirectory()) return false;
|
|
if (a.isFIFO() !== b.isFIFO()) return false;
|
|
if (a.isFile() !== b.isFile()) return false;
|
|
if (a.isSocket() !== b.isSocket()) return false;
|
|
if (a.isSymbolicLink() !== b.isSymbolicLink()) return false;
|
|
if (a.mode !== b.mode) return false;
|
|
if (a.mtimeMs !== b.mtimeMs) return false;
|
|
if (a.nlink !== b.nlink) return false;
|
|
if (a.rdev !== b.rdev) return false;
|
|
if (a.size !== b.size) return false;
|
|
if (a.uid !== b.uid) return false;
|
|
const aN = a;
|
|
const bN = b;
|
|
if (aN.atimeNs !== bN.atimeNs) return false;
|
|
if (aN.mtimeNs !== bN.mtimeNs) return false;
|
|
if (aN.ctimeNs !== bN.ctimeNs) return false;
|
|
if (aN.birthtimeNs !== bN.birthtimeNs) return false;
|
|
return true;
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/algorithms/watchFile/CustomStatWatcher.ts
|
|
|
|
|
|
var Event;
|
|
|
|
(function (Event) {
|
|
Event["Change"] = "change";
|
|
Event["Stop"] = "stop";
|
|
})(Event || (Event = {}));
|
|
|
|
var Status;
|
|
|
|
(function (Status) {
|
|
Status["Ready"] = "ready";
|
|
Status["Running"] = "running";
|
|
Status["Stopped"] = "stopped";
|
|
})(Status || (Status = {}));
|
|
|
|
function assertStatus(current, expected) {
|
|
if (current !== expected) {
|
|
throw new Error(`Invalid StatWatcher status: expected '${expected}', got '${current}'`);
|
|
}
|
|
}
|
|
class CustomStatWatcher extends external_events_namespaceObject.EventEmitter {
|
|
constructor(fakeFs, path, {
|
|
bigint = false
|
|
} = {}) {
|
|
super();
|
|
this.status = Status.Ready;
|
|
this.changeListeners = new Map();
|
|
this.startTimeout = null;
|
|
this.fakeFs = fakeFs;
|
|
this.path = path;
|
|
this.bigint = bigint;
|
|
this.lastStats = this.stat();
|
|
}
|
|
|
|
static create(fakeFs, path, opts) {
|
|
const statWatcher = new CustomStatWatcher(fakeFs, path, opts);
|
|
statWatcher.start();
|
|
return statWatcher;
|
|
}
|
|
|
|
start() {
|
|
assertStatus(this.status, Status.Ready);
|
|
this.status = Status.Running; // Node allows other listeners to be registered up to 3 milliseconds
|
|
// after the watcher has been started, so that's what we're doing too
|
|
|
|
this.startTimeout = setTimeout(() => {
|
|
this.startTimeout = null; // Per the Node FS docs:
|
|
// "When an fs.watchFile operation results in an ENOENT error,
|
|
// it will invoke the listener once, with all the fields zeroed
|
|
// (or, for dates, the Unix Epoch)."
|
|
|
|
if (!this.fakeFs.existsSync(this.path)) {
|
|
this.emit(Event.Change, this.lastStats, this.lastStats);
|
|
}
|
|
}, 3);
|
|
}
|
|
|
|
stop() {
|
|
assertStatus(this.status, Status.Running);
|
|
this.status = Status.Stopped;
|
|
|
|
if (this.startTimeout !== null) {
|
|
clearTimeout(this.startTimeout);
|
|
this.startTimeout = null;
|
|
}
|
|
|
|
this.emit(Event.Stop);
|
|
}
|
|
|
|
stat() {
|
|
try {
|
|
return this.fakeFs.statSync(this.path, {
|
|
bigint: this.bigint
|
|
});
|
|
} catch (error) {
|
|
// From observation, all errors seem to be mostly ignored by Node.
|
|
// Checked with ENOENT, ENOTDIR, EPERM
|
|
const statInstance = this.bigint ? new BigIntStatsEntry() : new StatEntry();
|
|
return clearStats(statInstance);
|
|
}
|
|
}
|
|
/**
|
|
* Creates an interval whose callback compares the current stats with the previous stats and notifies all listeners in case of changes.
|
|
*
|
|
* @param opts.persistent Decides whether the interval should be immediately unref-ed.
|
|
*/
|
|
|
|
|
|
makeInterval(opts) {
|
|
const interval = setInterval(() => {
|
|
const currentStats = this.stat();
|
|
const previousStats = this.lastStats;
|
|
if (areStatsEqual(currentStats, previousStats)) return;
|
|
this.lastStats = currentStats;
|
|
this.emit(Event.Change, currentStats, previousStats);
|
|
}, opts.interval);
|
|
return opts.persistent ? interval : interval.unref();
|
|
}
|
|
/**
|
|
* Registers a listener and assigns it an interval.
|
|
*/
|
|
|
|
|
|
registerChangeListener(listener, opts) {
|
|
this.addListener(Event.Change, listener);
|
|
this.changeListeners.set(listener, this.makeInterval(opts));
|
|
}
|
|
/**
|
|
* Unregisters the listener and clears the assigned interval.
|
|
*/
|
|
|
|
|
|
unregisterChangeListener(listener) {
|
|
this.removeListener(Event.Change, listener);
|
|
const interval = this.changeListeners.get(listener);
|
|
if (typeof interval !== `undefined`) clearInterval(interval);
|
|
this.changeListeners.delete(listener);
|
|
}
|
|
/**
|
|
* Unregisters all listeners and clears all assigned intervals.
|
|
*/
|
|
|
|
|
|
unregisterAllChangeListeners() {
|
|
for (const listener of this.changeListeners.keys()) {
|
|
this.unregisterChangeListener(listener);
|
|
}
|
|
}
|
|
|
|
hasChangeListeners() {
|
|
return this.changeListeners.size > 0;
|
|
}
|
|
/**
|
|
* Refs all stored intervals.
|
|
*/
|
|
|
|
|
|
ref() {
|
|
for (const interval of this.changeListeners.values()) interval.ref();
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* Unrefs all stored intervals.
|
|
*/
|
|
|
|
|
|
unref() {
|
|
for (const interval of this.changeListeners.values()) interval.unref();
|
|
|
|
return this;
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/algorithms/watchFile.ts
|
|
|
|
const statWatchersByFakeFS = new WeakMap();
|
|
function watchFile(fakeFs, path, a, b) {
|
|
let bigint;
|
|
let persistent;
|
|
let interval;
|
|
let listener;
|
|
|
|
switch (typeof a) {
|
|
case `function`:
|
|
{
|
|
bigint = false;
|
|
persistent = true;
|
|
interval = 5007;
|
|
listener = a;
|
|
}
|
|
break;
|
|
|
|
default:
|
|
{
|
|
({
|
|
bigint = false,
|
|
persistent = true,
|
|
interval = 5007
|
|
} = a);
|
|
listener = b;
|
|
}
|
|
break;
|
|
}
|
|
|
|
let statWatchers = statWatchersByFakeFS.get(fakeFs);
|
|
if (typeof statWatchers === `undefined`) statWatchersByFakeFS.set(fakeFs, statWatchers = new Map());
|
|
let statWatcher = statWatchers.get(path);
|
|
|
|
if (typeof statWatcher === `undefined`) {
|
|
statWatcher = CustomStatWatcher.create(fakeFs, path, {
|
|
bigint
|
|
});
|
|
statWatchers.set(path, statWatcher);
|
|
}
|
|
|
|
statWatcher.registerChangeListener(listener, {
|
|
persistent,
|
|
interval
|
|
});
|
|
return statWatcher;
|
|
}
|
|
function unwatchFile(fakeFs, path, cb) {
|
|
const statWatchers = statWatchersByFakeFS.get(fakeFs);
|
|
if (typeof statWatchers === `undefined`) return;
|
|
const statWatcher = statWatchers.get(path);
|
|
if (typeof statWatcher === `undefined`) return;
|
|
if (typeof cb === `undefined`) statWatcher.unregisterAllChangeListeners();else statWatcher.unregisterChangeListener(cb);
|
|
|
|
if (!statWatcher.hasChangeListeners()) {
|
|
statWatcher.stop();
|
|
statWatchers.delete(path);
|
|
}
|
|
}
|
|
function unwatchAllFiles(fakeFs) {
|
|
const statWatchers = statWatchersByFakeFS.get(fakeFs);
|
|
if (typeof statWatchers === `undefined`) return;
|
|
|
|
for (const path of statWatchers.keys()) {
|
|
unwatchFile(fakeFs, path);
|
|
}
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/ZipFS.ts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const DEFAULT_COMPRESSION_LEVEL = `mixed`;
|
|
|
|
function toUnixTimestamp(time) {
|
|
if (typeof time === `string` && String(+time) === time) return +time;
|
|
|
|
if (Number.isFinite(time)) {
|
|
if (time < 0) {
|
|
return Date.now() / 1000;
|
|
} else {
|
|
return time;
|
|
}
|
|
} // convert to 123.456 UNIX timestamp
|
|
|
|
|
|
if ((0,external_util_namespaceObject.isDate)(time)) return time.getTime() / 1000;
|
|
throw new Error(`Invalid time`);
|
|
}
|
|
|
|
function makeEmptyArchive() {
|
|
return Buffer.from([0x50, 0x4B, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]);
|
|
}
|
|
class ZipFS extends BasePortableFakeFS {
|
|
constructor(source, opts) {
|
|
super();
|
|
this.lzSource = null;
|
|
this.listings = new Map();
|
|
this.entries = new Map();
|
|
/**
|
|
* A cache of indices mapped to file sources.
|
|
* Populated by `setFileSource` calls.
|
|
* Required for supporting read after write.
|
|
*/
|
|
|
|
this.fileSources = new Map();
|
|
this.fds = new Map();
|
|
this.nextFd = 0;
|
|
this.ready = false;
|
|
this.readOnly = false;
|
|
this.libzip = opts.libzip;
|
|
const pathOptions = opts;
|
|
this.level = typeof pathOptions.level !== `undefined` ? pathOptions.level : DEFAULT_COMPRESSION_LEVEL;
|
|
source !== null && source !== void 0 ? source : source = makeEmptyArchive();
|
|
|
|
if (typeof source === `string`) {
|
|
const {
|
|
baseFs = new NodeFS()
|
|
} = pathOptions;
|
|
this.baseFs = baseFs;
|
|
this.path = source;
|
|
} else {
|
|
this.path = null;
|
|
this.baseFs = null;
|
|
}
|
|
|
|
if (opts.stats) {
|
|
this.stats = opts.stats;
|
|
} else {
|
|
if (typeof source === `string`) {
|
|
try {
|
|
this.stats = this.baseFs.statSync(source);
|
|
} catch (error) {
|
|
if (error.code === `ENOENT` && pathOptions.create) {
|
|
this.stats = makeDefaultStats();
|
|
} else {
|
|
throw error;
|
|
}
|
|
}
|
|
} else {
|
|
this.stats = makeDefaultStats();
|
|
}
|
|
}
|
|
|
|
const errPtr = this.libzip.malloc(4);
|
|
|
|
try {
|
|
let flags = 0;
|
|
if (typeof source === `string` && pathOptions.create) flags |= this.libzip.ZIP_CREATE | this.libzip.ZIP_TRUNCATE;
|
|
|
|
if (opts.readOnly) {
|
|
flags |= this.libzip.ZIP_RDONLY;
|
|
this.readOnly = true;
|
|
}
|
|
|
|
if (typeof source === `string`) {
|
|
this.zip = this.libzip.open(npath.fromPortablePath(source), flags, errPtr);
|
|
} else {
|
|
const lzSource = this.allocateUnattachedSource(source);
|
|
|
|
try {
|
|
this.zip = this.libzip.openFromSource(lzSource, flags, errPtr);
|
|
this.lzSource = lzSource;
|
|
} catch (error) {
|
|
this.libzip.source.free(lzSource);
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
if (this.zip === 0) {
|
|
const error = this.libzip.struct.errorS();
|
|
this.libzip.error.initWithCode(error, this.libzip.getValue(errPtr, `i32`));
|
|
throw this.makeLibzipError(error);
|
|
}
|
|
} finally {
|
|
this.libzip.free(errPtr);
|
|
}
|
|
|
|
this.listings.set(PortablePath.root, new Set());
|
|
const entryCount = this.libzip.getNumEntries(this.zip, 0);
|
|
|
|
for (let t = 0; t < entryCount; ++t) {
|
|
const raw = this.libzip.getName(this.zip, t, 0);
|
|
if (ppath.isAbsolute(raw)) continue;
|
|
const p = ppath.resolve(PortablePath.root, raw);
|
|
this.registerEntry(p, t); // If the raw path is a directory, register it
|
|
// to prevent empty folder being skipped
|
|
|
|
if (raw.endsWith(`/`)) {
|
|
this.registerListing(p);
|
|
}
|
|
}
|
|
|
|
this.symlinkCount = this.libzip.ext.countSymlinks(this.zip);
|
|
if (this.symlinkCount === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
this.ready = true;
|
|
}
|
|
|
|
makeLibzipError(error) {
|
|
const errorCode = this.libzip.struct.errorCodeZip(error);
|
|
const strerror = this.libzip.error.strerror(error);
|
|
const libzipError = new LibzipError(strerror, this.libzip.errors[errorCode]); // This error should never come up because of the file source cache
|
|
|
|
if (errorCode === this.libzip.errors.ZIP_ER_CHANGED) throw new Error(`Assertion failed: Unexpected libzip error: ${libzipError.message}`);
|
|
return libzipError;
|
|
}
|
|
|
|
getExtractHint(hints) {
|
|
for (const fileName of this.entries.keys()) {
|
|
const ext = this.pathUtils.extname(fileName);
|
|
|
|
if (hints.relevantExtensions.has(ext)) {
|
|
return true;
|
|
}
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
getAllFiles() {
|
|
return Array.from(this.entries.keys());
|
|
}
|
|
|
|
getRealPath() {
|
|
if (!this.path) throw new Error(`ZipFS don't have real paths when loaded from a buffer`);
|
|
return this.path;
|
|
}
|
|
|
|
getBufferAndClose() {
|
|
this.prepareClose();
|
|
if (!this.lzSource) throw new Error(`ZipFS was not created from a Buffer`);
|
|
|
|
try {
|
|
// Prevent close from cleaning up the source
|
|
this.libzip.source.keep(this.lzSource); // Close the zip archive
|
|
|
|
if (this.libzip.close(this.zip) === -1) throw this.makeLibzipError(this.libzip.getError(this.zip)); // Open the source for reading
|
|
|
|
if (this.libzip.source.open(this.lzSource) === -1) throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); // Move to the end of source
|
|
|
|
if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_END) === -1) throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); // Get the size of source
|
|
|
|
const size = this.libzip.source.tell(this.lzSource);
|
|
if (size === -1) throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); // Move to the start of source
|
|
|
|
if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_SET) === -1) throw this.makeLibzipError(this.libzip.source.error(this.lzSource));
|
|
const buffer = this.libzip.malloc(size);
|
|
if (!buffer) throw new Error(`Couldn't allocate enough memory`);
|
|
|
|
try {
|
|
const rc = this.libzip.source.read(this.lzSource, buffer, size);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.source.error(this.lzSource));else if (rc < size) throw new Error(`Incomplete read`);else if (rc > size) throw new Error(`Overread`);
|
|
const memory = this.libzip.HEAPU8.subarray(buffer, buffer + size);
|
|
return Buffer.from(memory);
|
|
} finally {
|
|
this.libzip.free(buffer);
|
|
}
|
|
} finally {
|
|
this.libzip.source.close(this.lzSource);
|
|
this.libzip.source.free(this.lzSource);
|
|
this.ready = false;
|
|
}
|
|
}
|
|
|
|
prepareClose() {
|
|
if (!this.ready) throw EBUSY(`archive closed, close`);
|
|
unwatchAllFiles(this);
|
|
}
|
|
|
|
saveAndClose() {
|
|
if (!this.path || !this.baseFs) throw new Error(`ZipFS cannot be saved and must be discarded when loaded from a buffer`);
|
|
this.prepareClose();
|
|
|
|
if (this.readOnly) {
|
|
this.discardAndClose();
|
|
return;
|
|
}
|
|
|
|
const newMode = this.baseFs.existsSync(this.path) || this.stats.mode === DEFAULT_MODE ? undefined : this.stats.mode; // zip_close doesn't persist empty archives
|
|
|
|
if (this.entries.size === 0) {
|
|
this.discardAndClose();
|
|
this.baseFs.writeFileSync(this.path, makeEmptyArchive(), {
|
|
mode: newMode
|
|
});
|
|
} else {
|
|
const rc = this.libzip.close(this.zip);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
|
|
if (typeof newMode !== `undefined`) {
|
|
this.baseFs.chmodSync(this.path, newMode);
|
|
}
|
|
}
|
|
|
|
this.ready = false;
|
|
}
|
|
|
|
discardAndClose() {
|
|
this.prepareClose();
|
|
this.libzip.discard(this.zip);
|
|
this.ready = false;
|
|
}
|
|
|
|
resolve(p) {
|
|
return ppath.resolve(PortablePath.root, p);
|
|
}
|
|
|
|
async openPromise(p, flags, mode) {
|
|
return this.openSync(p, flags, mode);
|
|
}
|
|
|
|
openSync(p, flags, mode) {
|
|
const fd = this.nextFd++;
|
|
this.fds.set(fd, {
|
|
cursor: 0,
|
|
p
|
|
});
|
|
return fd;
|
|
}
|
|
|
|
hasOpenFileHandles() {
|
|
return !!this.fds.size;
|
|
}
|
|
|
|
async opendirPromise(p, opts) {
|
|
return this.opendirSync(p, opts);
|
|
}
|
|
|
|
opendirSync(p, opts = {}) {
|
|
const resolvedP = this.resolveFilename(`opendir '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`opendir '${p}'`);
|
|
const directoryListing = this.listings.get(resolvedP);
|
|
if (!directoryListing) throw ENOTDIR(`opendir '${p}'`);
|
|
const entries = [...directoryListing];
|
|
const fd = this.openSync(resolvedP, `r`);
|
|
|
|
const onClose = () => {
|
|
this.closeSync(fd);
|
|
};
|
|
|
|
return opendir(this, resolvedP, entries, {
|
|
onClose
|
|
});
|
|
}
|
|
|
|
async readPromise(fd, buffer, offset, length, position) {
|
|
return this.readSync(fd, buffer, offset, length, position);
|
|
}
|
|
|
|
readSync(fd, buffer, offset = 0, length = buffer.byteLength, position = -1) {
|
|
const entry = this.fds.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`read`);
|
|
let realPosition;
|
|
if (position === -1 || position === null) realPosition = entry.cursor;else realPosition = position;
|
|
const source = this.readFileSync(entry.p);
|
|
source.copy(buffer, offset, realPosition, realPosition + length);
|
|
const bytesRead = Math.max(0, Math.min(source.length - realPosition, length));
|
|
if (position === -1 || position === null) entry.cursor += bytesRead;
|
|
return bytesRead;
|
|
}
|
|
|
|
async writePromise(fd, buffer, offset, length, position) {
|
|
if (typeof buffer === `string`) {
|
|
return this.writeSync(fd, buffer, position);
|
|
} else {
|
|
return this.writeSync(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
writeSync(fd, buffer, offset, length, position) {
|
|
const entry = this.fds.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`read`);
|
|
throw new Error(`Unimplemented`);
|
|
}
|
|
|
|
async closePromise(fd) {
|
|
return this.closeSync(fd);
|
|
}
|
|
|
|
closeSync(fd) {
|
|
const entry = this.fds.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`read`);
|
|
this.fds.delete(fd);
|
|
}
|
|
|
|
createReadStream(p, {
|
|
encoding
|
|
} = {}) {
|
|
if (p === null) throw new Error(`Unimplemented`);
|
|
const fd = this.openSync(p, `r`);
|
|
const stream = Object.assign(new external_stream_namespaceObject.PassThrough({
|
|
emitClose: true,
|
|
autoDestroy: true,
|
|
destroy: (error, callback) => {
|
|
clearImmediate(immediate);
|
|
this.closeSync(fd);
|
|
callback(error);
|
|
}
|
|
}), {
|
|
close() {
|
|
stream.destroy();
|
|
},
|
|
|
|
bytesRead: 0,
|
|
path: p
|
|
});
|
|
const immediate = setImmediate(async () => {
|
|
try {
|
|
const data = await this.readFilePromise(p, encoding);
|
|
stream.bytesRead = data.length;
|
|
stream.end(data);
|
|
} catch (error) {
|
|
stream.destroy(error);
|
|
}
|
|
});
|
|
return stream;
|
|
}
|
|
|
|
createWriteStream(p, {
|
|
encoding
|
|
} = {}) {
|
|
if (this.readOnly) throw EROFS(`open '${p}'`);
|
|
if (p === null) throw new Error(`Unimplemented`);
|
|
const chunks = [];
|
|
const fd = this.openSync(p, `w`);
|
|
const stream = Object.assign(new external_stream_namespaceObject.PassThrough({
|
|
autoDestroy: true,
|
|
emitClose: true,
|
|
destroy: (error, callback) => {
|
|
try {
|
|
if (error) {
|
|
callback(error);
|
|
} else {
|
|
this.writeFileSync(p, Buffer.concat(chunks), encoding);
|
|
callback(null);
|
|
}
|
|
} catch (err) {
|
|
callback(err);
|
|
} finally {
|
|
this.closeSync(fd);
|
|
}
|
|
}
|
|
}), {
|
|
bytesWritten: 0,
|
|
path: p,
|
|
|
|
close() {
|
|
stream.destroy();
|
|
}
|
|
|
|
});
|
|
stream.on(`data`, chunk => {
|
|
const chunkBuffer = Buffer.from(chunk);
|
|
stream.bytesWritten += chunkBuffer.length;
|
|
chunks.push(chunkBuffer);
|
|
});
|
|
return stream;
|
|
}
|
|
|
|
async realpathPromise(p) {
|
|
return this.realpathSync(p);
|
|
}
|
|
|
|
realpathSync(p) {
|
|
const resolvedP = this.resolveFilename(`lstat '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`lstat '${p}'`);
|
|
return resolvedP;
|
|
}
|
|
|
|
async existsPromise(p) {
|
|
return this.existsSync(p);
|
|
}
|
|
|
|
existsSync(p) {
|
|
if (!this.ready) throw EBUSY(`archive closed, existsSync '${p}'`);
|
|
|
|
if (this.symlinkCount === 0) {
|
|
const resolvedP = ppath.resolve(PortablePath.root, p);
|
|
return this.entries.has(resolvedP) || this.listings.has(resolvedP);
|
|
}
|
|
|
|
let resolvedP;
|
|
|
|
try {
|
|
resolvedP = this.resolveFilename(`stat '${p}'`, p);
|
|
} catch (error) {
|
|
return false;
|
|
}
|
|
|
|
return this.entries.has(resolvedP) || this.listings.has(resolvedP);
|
|
}
|
|
|
|
async accessPromise(p, mode) {
|
|
return this.accessSync(p, mode);
|
|
}
|
|
|
|
accessSync(p, mode = external_fs_.constants.F_OK) {
|
|
const resolvedP = this.resolveFilename(`access '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`access '${p}'`);
|
|
|
|
if (this.readOnly && mode & external_fs_.constants.W_OK) {
|
|
throw EROFS(`access '${p}'`);
|
|
}
|
|
}
|
|
|
|
async statPromise(p, opts) {
|
|
return this.statSync(p, opts);
|
|
}
|
|
|
|
statSync(p, opts) {
|
|
const resolvedP = this.resolveFilename(`stat '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`stat '${p}'`);
|
|
if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) throw ENOTDIR(`stat '${p}'`);
|
|
return this.statImpl(`stat '${p}'`, resolvedP, opts);
|
|
}
|
|
|
|
async fstatPromise(fd, opts) {
|
|
return this.fstatSync(fd, opts);
|
|
}
|
|
|
|
fstatSync(fd, opts) {
|
|
const entry = this.fds.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`fstatSync`);
|
|
const {
|
|
p
|
|
} = entry;
|
|
const resolvedP = this.resolveFilename(`stat '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`stat '${p}'`);
|
|
if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) throw ENOTDIR(`stat '${p}'`);
|
|
return this.statImpl(`fstat '${p}'`, resolvedP, opts);
|
|
}
|
|
|
|
async lstatPromise(p, opts) {
|
|
return this.lstatSync(p, opts);
|
|
}
|
|
|
|
lstatSync(p, opts) {
|
|
const resolvedP = this.resolveFilename(`lstat '${p}'`, p, false);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`lstat '${p}'`);
|
|
if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) throw ENOTDIR(`lstat '${p}'`);
|
|
return this.statImpl(`lstat '${p}'`, resolvedP, opts);
|
|
}
|
|
|
|
statImpl(reason, p, opts = {}) {
|
|
const entry = this.entries.get(p); // File, or explicit directory
|
|
|
|
if (typeof entry !== `undefined`) {
|
|
const stat = this.libzip.struct.statS();
|
|
const rc = this.libzip.statIndex(this.zip, entry, 0, 0, stat);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
const uid = this.stats.uid;
|
|
const gid = this.stats.gid;
|
|
const size = this.libzip.struct.statSize(stat) >>> 0;
|
|
const blksize = 512;
|
|
const blocks = Math.ceil(size / blksize);
|
|
const mtimeMs = (this.libzip.struct.statMtime(stat) >>> 0) * 1000;
|
|
const atimeMs = mtimeMs;
|
|
const birthtimeMs = mtimeMs;
|
|
const ctimeMs = mtimeMs;
|
|
const atime = new Date(atimeMs);
|
|
const birthtime = new Date(birthtimeMs);
|
|
const ctime = new Date(ctimeMs);
|
|
const mtime = new Date(mtimeMs);
|
|
const type = this.listings.has(p) ? constants_S_IFDIR : this.isSymbolicLink(entry) ? constants_S_IFLNK : constants_S_IFREG;
|
|
const defaultMode = type === constants_S_IFDIR ? 0o755 : 0o644;
|
|
const mode = type | this.getUnixMode(entry, defaultMode) & 0o777;
|
|
const crc = this.libzip.struct.statCrc(stat);
|
|
const statInstance = Object.assign(new StatEntry(), {
|
|
uid,
|
|
gid,
|
|
size,
|
|
blksize,
|
|
blocks,
|
|
atime,
|
|
birthtime,
|
|
ctime,
|
|
mtime,
|
|
atimeMs,
|
|
birthtimeMs,
|
|
ctimeMs,
|
|
mtimeMs,
|
|
mode,
|
|
crc
|
|
});
|
|
return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance;
|
|
} // Implicit directory
|
|
|
|
|
|
if (this.listings.has(p)) {
|
|
const uid = this.stats.uid;
|
|
const gid = this.stats.gid;
|
|
const size = 0;
|
|
const blksize = 512;
|
|
const blocks = 0;
|
|
const atimeMs = this.stats.mtimeMs;
|
|
const birthtimeMs = this.stats.mtimeMs;
|
|
const ctimeMs = this.stats.mtimeMs;
|
|
const mtimeMs = this.stats.mtimeMs;
|
|
const atime = new Date(atimeMs);
|
|
const birthtime = new Date(birthtimeMs);
|
|
const ctime = new Date(ctimeMs);
|
|
const mtime = new Date(mtimeMs);
|
|
const mode = constants_S_IFDIR | 0o755;
|
|
const crc = 0;
|
|
const statInstance = Object.assign(new StatEntry(), {
|
|
uid,
|
|
gid,
|
|
size,
|
|
blksize,
|
|
blocks,
|
|
atime,
|
|
birthtime,
|
|
ctime,
|
|
mtime,
|
|
atimeMs,
|
|
birthtimeMs,
|
|
ctimeMs,
|
|
mtimeMs,
|
|
mode,
|
|
crc
|
|
});
|
|
return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance;
|
|
}
|
|
|
|
throw new Error(`Unreachable`);
|
|
}
|
|
|
|
getUnixMode(index, defaultMode) {
|
|
const rc = this.libzip.file.getExternalAttributes(this.zip, index, 0, 0, this.libzip.uint08S, this.libzip.uint32S);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
const opsys = this.libzip.getValue(this.libzip.uint08S, `i8`) >>> 0;
|
|
if (opsys !== this.libzip.ZIP_OPSYS_UNIX) return defaultMode;
|
|
return this.libzip.getValue(this.libzip.uint32S, `i32`) >>> 16;
|
|
}
|
|
|
|
registerListing(p) {
|
|
let listing = this.listings.get(p);
|
|
if (listing) return listing;
|
|
const parentListing = this.registerListing(ppath.dirname(p));
|
|
listing = new Set();
|
|
parentListing.add(ppath.basename(p));
|
|
this.listings.set(p, listing);
|
|
return listing;
|
|
}
|
|
|
|
registerEntry(p, index) {
|
|
const parentListing = this.registerListing(ppath.dirname(p));
|
|
parentListing.add(ppath.basename(p));
|
|
this.entries.set(p, index);
|
|
}
|
|
|
|
unregisterListing(p) {
|
|
this.listings.delete(p);
|
|
const parentListing = this.listings.get(ppath.dirname(p));
|
|
parentListing === null || parentListing === void 0 ? void 0 : parentListing.delete(ppath.basename(p));
|
|
}
|
|
|
|
unregisterEntry(p) {
|
|
this.unregisterListing(p);
|
|
const entry = this.entries.get(p);
|
|
this.entries.delete(p);
|
|
if (typeof entry === `undefined`) return;
|
|
this.fileSources.delete(entry);
|
|
|
|
if (this.isSymbolicLink(entry)) {
|
|
this.symlinkCount--;
|
|
}
|
|
}
|
|
|
|
deleteEntry(p, index) {
|
|
this.unregisterEntry(p);
|
|
const rc = this.libzip.delete(this.zip, index);
|
|
|
|
if (rc === -1) {
|
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
}
|
|
}
|
|
|
|
resolveFilename(reason, p, resolveLastComponent = true) {
|
|
if (!this.ready) throw EBUSY(`archive closed, ${reason}`);
|
|
let resolvedP = ppath.resolve(PortablePath.root, p);
|
|
if (resolvedP === `/`) return PortablePath.root;
|
|
const fileIndex = this.entries.get(resolvedP);
|
|
|
|
if (resolveLastComponent && fileIndex !== undefined) {
|
|
if (this.symlinkCount !== 0 && this.isSymbolicLink(fileIndex)) {
|
|
const target = this.getFileSource(fileIndex).toString();
|
|
return this.resolveFilename(reason, ppath.resolve(ppath.dirname(resolvedP), target), true);
|
|
} else {
|
|
return resolvedP;
|
|
}
|
|
}
|
|
|
|
while (true) {
|
|
const parentP = this.resolveFilename(reason, ppath.dirname(resolvedP), true);
|
|
const isDir = this.listings.has(parentP);
|
|
const doesExist = this.entries.has(parentP);
|
|
if (!isDir && !doesExist) throw ENOENT(reason);
|
|
if (!isDir) throw ENOTDIR(reason);
|
|
resolvedP = ppath.resolve(parentP, ppath.basename(resolvedP));
|
|
if (!resolveLastComponent || this.symlinkCount === 0) break;
|
|
const index = this.libzip.name.locate(this.zip, resolvedP.slice(1));
|
|
if (index === -1) break;
|
|
|
|
if (this.isSymbolicLink(index)) {
|
|
const target = this.getFileSource(index).toString();
|
|
resolvedP = ppath.resolve(ppath.dirname(resolvedP), target);
|
|
} else {
|
|
break;
|
|
}
|
|
}
|
|
|
|
return resolvedP;
|
|
}
|
|
|
|
allocateBuffer(content) {
|
|
if (!Buffer.isBuffer(content)) content = Buffer.from(content);
|
|
const buffer = this.libzip.malloc(content.byteLength);
|
|
if (!buffer) throw new Error(`Couldn't allocate enough memory`); // Copy the file into the Emscripten heap
|
|
|
|
const heap = new Uint8Array(this.libzip.HEAPU8.buffer, buffer, content.byteLength);
|
|
heap.set(content);
|
|
return {
|
|
buffer,
|
|
byteLength: content.byteLength
|
|
};
|
|
}
|
|
|
|
allocateUnattachedSource(content) {
|
|
const error = this.libzip.struct.errorS();
|
|
const {
|
|
buffer,
|
|
byteLength
|
|
} = this.allocateBuffer(content);
|
|
const source = this.libzip.source.fromUnattachedBuffer(buffer, byteLength, 0, true, error);
|
|
|
|
if (source === 0) {
|
|
this.libzip.free(error);
|
|
throw this.makeLibzipError(error);
|
|
}
|
|
|
|
return source;
|
|
}
|
|
|
|
allocateSource(content) {
|
|
const {
|
|
buffer,
|
|
byteLength
|
|
} = this.allocateBuffer(content);
|
|
const source = this.libzip.source.fromBuffer(this.zip, buffer, byteLength, 0, true);
|
|
|
|
if (source === 0) {
|
|
this.libzip.free(buffer);
|
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
}
|
|
|
|
return source;
|
|
}
|
|
|
|
setFileSource(p, content) {
|
|
const buffer = Buffer.isBuffer(content) ? content : Buffer.from(content);
|
|
const target = ppath.relative(PortablePath.root, p);
|
|
const lzSource = this.allocateSource(content);
|
|
|
|
try {
|
|
const newIndex = this.libzip.file.add(this.zip, target, lzSource, this.libzip.ZIP_FL_OVERWRITE);
|
|
if (newIndex === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
|
|
if (this.level !== `mixed`) {
|
|
// Use store for level 0, and deflate for 1..9
|
|
let method;
|
|
if (this.level === 0) method = this.libzip.ZIP_CM_STORE;else method = this.libzip.ZIP_CM_DEFLATE;
|
|
const rc = this.libzip.file.setCompression(this.zip, newIndex, 0, method, this.level);
|
|
|
|
if (rc === -1) {
|
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
}
|
|
}
|
|
|
|
this.fileSources.set(newIndex, buffer);
|
|
return newIndex;
|
|
} catch (error) {
|
|
this.libzip.source.free(lzSource);
|
|
throw error;
|
|
}
|
|
}
|
|
|
|
isSymbolicLink(index) {
|
|
if (this.symlinkCount === 0) return false;
|
|
const attrs = this.libzip.file.getExternalAttributes(this.zip, index, 0, 0, this.libzip.uint08S, this.libzip.uint32S);
|
|
if (attrs === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
const opsys = this.libzip.getValue(this.libzip.uint08S, `i8`) >>> 0;
|
|
if (opsys !== this.libzip.ZIP_OPSYS_UNIX) return false;
|
|
const attributes = this.libzip.getValue(this.libzip.uint32S, `i32`) >>> 16;
|
|
return (attributes & constants_S_IFMT) === constants_S_IFLNK;
|
|
}
|
|
|
|
getFileSource(index, opts = {
|
|
asyncDecompress: false
|
|
}) {
|
|
const cachedFileSource = this.fileSources.get(index);
|
|
if (typeof cachedFileSource !== `undefined`) return cachedFileSource;
|
|
const stat = this.libzip.struct.statS();
|
|
const rc = this.libzip.statIndex(this.zip, index, 0, 0, stat);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
const size = this.libzip.struct.statCompSize(stat);
|
|
const compressionMethod = this.libzip.struct.statCompMethod(stat);
|
|
const buffer = this.libzip.malloc(size);
|
|
|
|
try {
|
|
const file = this.libzip.fopenIndex(this.zip, index, 0, this.libzip.ZIP_FL_COMPRESSED);
|
|
if (file === 0) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
|
|
try {
|
|
const rc = this.libzip.fread(file, buffer, size, 0);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.file.getError(file));else if (rc < size) throw new Error(`Incomplete read`);else if (rc > size) throw new Error(`Overread`);
|
|
const memory = this.libzip.HEAPU8.subarray(buffer, buffer + size);
|
|
const data = Buffer.from(memory);
|
|
|
|
if (compressionMethod === 0) {
|
|
this.fileSources.set(index, data);
|
|
return data;
|
|
} else if (opts.asyncDecompress) {
|
|
return new Promise((resolve, reject) => {
|
|
external_zlib_default().inflateRaw(data, (error, result) => {
|
|
if (error) {
|
|
reject(error);
|
|
} else {
|
|
this.fileSources.set(index, result);
|
|
resolve(result);
|
|
}
|
|
});
|
|
});
|
|
} else {
|
|
const decompressedData = external_zlib_default().inflateRawSync(data);
|
|
this.fileSources.set(index, decompressedData);
|
|
return decompressedData;
|
|
}
|
|
} finally {
|
|
this.libzip.fclose(file);
|
|
}
|
|
} finally {
|
|
this.libzip.free(buffer);
|
|
}
|
|
}
|
|
|
|
async chmodPromise(p, mask) {
|
|
return this.chmodSync(p, mask);
|
|
}
|
|
|
|
chmodSync(p, mask) {
|
|
if (this.readOnly) throw EROFS(`chmod '${p}'`); // We don't allow to make the extracted entries group-writable
|
|
|
|
mask &= 0o755;
|
|
const resolvedP = this.resolveFilename(`chmod '${p}'`, p, false);
|
|
const entry = this.entries.get(resolvedP);
|
|
if (typeof entry === `undefined`) throw new Error(`Assertion failed: The entry should have been registered (${resolvedP})`);
|
|
const oldMod = this.getUnixMode(entry, constants_S_IFREG | 0o000);
|
|
const newMod = oldMod & ~0o777 | mask;
|
|
const rc = this.libzip.file.setExternalAttributes(this.zip, entry, 0, 0, this.libzip.ZIP_OPSYS_UNIX, newMod << 16);
|
|
|
|
if (rc === -1) {
|
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
}
|
|
}
|
|
|
|
async chownPromise(p, uid, gid) {
|
|
return this.chownSync(p, uid, gid);
|
|
}
|
|
|
|
chownSync(p, uid, gid) {
|
|
throw new Error(`Unimplemented`);
|
|
}
|
|
|
|
async renamePromise(oldP, newP) {
|
|
return this.renameSync(oldP, newP);
|
|
}
|
|
|
|
renameSync(oldP, newP) {
|
|
throw new Error(`Unimplemented`);
|
|
}
|
|
|
|
async copyFilePromise(sourceP, destP, flags) {
|
|
const {
|
|
indexSource,
|
|
indexDest,
|
|
resolvedDestP
|
|
} = this.prepareCopyFile(sourceP, destP, flags);
|
|
const source = await this.getFileSource(indexSource, {
|
|
asyncDecompress: true
|
|
});
|
|
const newIndex = this.setFileSource(resolvedDestP, source);
|
|
|
|
if (newIndex !== indexDest) {
|
|
this.registerEntry(resolvedDestP, newIndex);
|
|
}
|
|
}
|
|
|
|
copyFileSync(sourceP, destP, flags = 0) {
|
|
const {
|
|
indexSource,
|
|
indexDest,
|
|
resolvedDestP
|
|
} = this.prepareCopyFile(sourceP, destP, flags);
|
|
const source = this.getFileSource(indexSource);
|
|
const newIndex = this.setFileSource(resolvedDestP, source);
|
|
|
|
if (newIndex !== indexDest) {
|
|
this.registerEntry(resolvedDestP, newIndex);
|
|
}
|
|
}
|
|
|
|
prepareCopyFile(sourceP, destP, flags = 0) {
|
|
if (this.readOnly) throw EROFS(`copyfile '${sourceP} -> '${destP}'`);
|
|
if ((flags & external_fs_.constants.COPYFILE_FICLONE_FORCE) !== 0) throw ENOSYS(`unsupported clone operation`, `copyfile '${sourceP}' -> ${destP}'`);
|
|
const resolvedSourceP = this.resolveFilename(`copyfile '${sourceP} -> ${destP}'`, sourceP);
|
|
const indexSource = this.entries.get(resolvedSourceP);
|
|
if (typeof indexSource === `undefined`) throw EINVAL(`copyfile '${sourceP}' -> '${destP}'`);
|
|
const resolvedDestP = this.resolveFilename(`copyfile '${sourceP}' -> ${destP}'`, destP);
|
|
const indexDest = this.entries.get(resolvedDestP);
|
|
if ((flags & (external_fs_.constants.COPYFILE_EXCL | external_fs_.constants.COPYFILE_FICLONE_FORCE)) !== 0 && typeof indexDest !== `undefined`) throw EEXIST(`copyfile '${sourceP}' -> '${destP}'`);
|
|
return {
|
|
indexSource,
|
|
resolvedDestP,
|
|
indexDest
|
|
};
|
|
}
|
|
|
|
async appendFilePromise(p, content, opts) {
|
|
if (this.readOnly) throw EROFS(`open '${p}'`);
|
|
if (typeof opts === `undefined`) opts = {
|
|
flag: `a`
|
|
};else if (typeof opts === `string`) opts = {
|
|
flag: `a`,
|
|
encoding: opts
|
|
};else if (typeof opts.flag === `undefined`) opts = {
|
|
flag: `a`,
|
|
...opts
|
|
};
|
|
return this.writeFilePromise(p, content, opts);
|
|
}
|
|
|
|
appendFileSync(p, content, opts = {}) {
|
|
if (this.readOnly) throw EROFS(`open '${p}'`);
|
|
if (typeof opts === `undefined`) opts = {
|
|
flag: `a`
|
|
};else if (typeof opts === `string`) opts = {
|
|
flag: `a`,
|
|
encoding: opts
|
|
};else if (typeof opts.flag === `undefined`) opts = {
|
|
flag: `a`,
|
|
...opts
|
|
};
|
|
return this.writeFileSync(p, content, opts);
|
|
}
|
|
|
|
fdToPath(fd, reason) {
|
|
var _a;
|
|
|
|
const path = (_a = this.fds.get(fd)) === null || _a === void 0 ? void 0 : _a.p;
|
|
if (typeof path === `undefined`) throw EBADF(reason);
|
|
return path;
|
|
}
|
|
|
|
async writeFilePromise(p, content, opts) {
|
|
const {
|
|
encoding,
|
|
mode,
|
|
index,
|
|
resolvedP
|
|
} = this.prepareWriteFile(p, opts);
|
|
if (index !== undefined && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) content = Buffer.concat([await this.getFileSource(index, {
|
|
asyncDecompress: true
|
|
}), Buffer.from(content)]);
|
|
if (encoding !== null) content = content.toString(encoding);
|
|
const newIndex = this.setFileSource(resolvedP, content);
|
|
if (newIndex !== index) this.registerEntry(resolvedP, newIndex);
|
|
|
|
if (mode !== null) {
|
|
await this.chmodPromise(resolvedP, mode);
|
|
}
|
|
}
|
|
|
|
writeFileSync(p, content, opts) {
|
|
const {
|
|
encoding,
|
|
mode,
|
|
index,
|
|
resolvedP
|
|
} = this.prepareWriteFile(p, opts);
|
|
if (index !== undefined && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) content = Buffer.concat([this.getFileSource(index), Buffer.from(content)]);
|
|
if (encoding !== null) content = content.toString(encoding);
|
|
const newIndex = this.setFileSource(resolvedP, content);
|
|
if (newIndex !== index) this.registerEntry(resolvedP, newIndex);
|
|
|
|
if (mode !== null) {
|
|
this.chmodSync(resolvedP, mode);
|
|
}
|
|
}
|
|
|
|
prepareWriteFile(p, opts) {
|
|
if (typeof p === `number`) p = this.fdToPath(p, `read`);
|
|
if (this.readOnly) throw EROFS(`open '${p}'`);
|
|
const resolvedP = this.resolveFilename(`open '${p}'`, p);
|
|
if (this.listings.has(resolvedP)) throw EISDIR(`open '${p}'`);
|
|
let encoding = null,
|
|
mode = null;
|
|
|
|
if (typeof opts === `string`) {
|
|
encoding = opts;
|
|
} else if (typeof opts === `object`) {
|
|
({
|
|
encoding = null,
|
|
mode = null
|
|
} = opts);
|
|
}
|
|
|
|
const index = this.entries.get(resolvedP);
|
|
return {
|
|
encoding,
|
|
mode,
|
|
resolvedP,
|
|
index
|
|
};
|
|
}
|
|
|
|
async unlinkPromise(p) {
|
|
return this.unlinkSync(p);
|
|
}
|
|
|
|
unlinkSync(p) {
|
|
if (this.readOnly) throw EROFS(`unlink '${p}'`);
|
|
const resolvedP = this.resolveFilename(`unlink '${p}'`, p);
|
|
if (this.listings.has(resolvedP)) throw EISDIR(`unlink '${p}'`);
|
|
const index = this.entries.get(resolvedP);
|
|
if (typeof index === `undefined`) throw EINVAL(`unlink '${p}'`);
|
|
this.deleteEntry(resolvedP, index);
|
|
}
|
|
|
|
async utimesPromise(p, atime, mtime) {
|
|
return this.utimesSync(p, atime, mtime);
|
|
}
|
|
|
|
utimesSync(p, atime, mtime) {
|
|
if (this.readOnly) throw EROFS(`utimes '${p}'`);
|
|
const resolvedP = this.resolveFilename(`utimes '${p}'`, p);
|
|
this.utimesImpl(resolvedP, mtime);
|
|
}
|
|
|
|
async lutimesPromise(p, atime, mtime) {
|
|
return this.lutimesSync(p, atime, mtime);
|
|
}
|
|
|
|
lutimesSync(p, atime, mtime) {
|
|
if (this.readOnly) throw EROFS(`lutimes '${p}'`);
|
|
const resolvedP = this.resolveFilename(`utimes '${p}'`, p, false);
|
|
this.utimesImpl(resolvedP, mtime);
|
|
}
|
|
|
|
utimesImpl(resolvedP, mtime) {
|
|
if (this.listings.has(resolvedP)) if (!this.entries.has(resolvedP)) this.hydrateDirectory(resolvedP);
|
|
const entry = this.entries.get(resolvedP);
|
|
if (entry === undefined) throw new Error(`Unreachable`);
|
|
const rc = this.libzip.file.setMtime(this.zip, entry, 0, toUnixTimestamp(mtime), 0);
|
|
|
|
if (rc === -1) {
|
|
throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
}
|
|
}
|
|
|
|
async mkdirPromise(p, opts) {
|
|
return this.mkdirSync(p, opts);
|
|
}
|
|
|
|
mkdirSync(p, {
|
|
mode = 0o755,
|
|
recursive = false
|
|
} = {}) {
|
|
if (recursive) {
|
|
this.mkdirpSync(p, {
|
|
chmod: mode
|
|
});
|
|
return;
|
|
}
|
|
|
|
if (this.readOnly) throw EROFS(`mkdir '${p}'`);
|
|
const resolvedP = this.resolveFilename(`mkdir '${p}'`, p);
|
|
if (this.entries.has(resolvedP) || this.listings.has(resolvedP)) throw EEXIST(`mkdir '${p}'`);
|
|
this.hydrateDirectory(resolvedP);
|
|
this.chmodSync(resolvedP, mode);
|
|
}
|
|
|
|
async rmdirPromise(p, opts) {
|
|
return this.rmdirSync(p, opts);
|
|
}
|
|
|
|
rmdirSync(p, {
|
|
recursive = false
|
|
} = {}) {
|
|
if (this.readOnly) throw EROFS(`rmdir '${p}'`);
|
|
|
|
if (recursive) {
|
|
this.removeSync(p);
|
|
return;
|
|
}
|
|
|
|
const resolvedP = this.resolveFilename(`rmdir '${p}'`, p);
|
|
const directoryListing = this.listings.get(resolvedP);
|
|
if (!directoryListing) throw ENOTDIR(`rmdir '${p}'`);
|
|
if (directoryListing.size > 0) throw ENOTEMPTY(`rmdir '${p}'`);
|
|
const index = this.entries.get(resolvedP);
|
|
if (typeof index === `undefined`) throw EINVAL(`rmdir '${p}'`);
|
|
this.deleteEntry(p, index);
|
|
}
|
|
|
|
hydrateDirectory(resolvedP) {
|
|
const index = this.libzip.dir.add(this.zip, ppath.relative(PortablePath.root, resolvedP));
|
|
if (index === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
this.registerListing(resolvedP);
|
|
this.registerEntry(resolvedP, index);
|
|
return index;
|
|
}
|
|
|
|
async linkPromise(existingP, newP) {
|
|
return this.linkSync(existingP, newP);
|
|
}
|
|
|
|
linkSync(existingP, newP) {
|
|
// Zip archives don't support hard links:
|
|
// https://stackoverflow.com/questions/8859616/are-hard-links-possible-within-a-zip-archive
|
|
throw EOPNOTSUPP(`link '${existingP}' -> '${newP}'`);
|
|
}
|
|
|
|
async symlinkPromise(target, p) {
|
|
return this.symlinkSync(target, p);
|
|
}
|
|
|
|
symlinkSync(target, p) {
|
|
if (this.readOnly) throw EROFS(`symlink '${target}' -> '${p}'`);
|
|
const resolvedP = this.resolveFilename(`symlink '${target}' -> '${p}'`, p);
|
|
if (this.listings.has(resolvedP)) throw EISDIR(`symlink '${target}' -> '${p}'`);
|
|
if (this.entries.has(resolvedP)) throw EEXIST(`symlink '${target}' -> '${p}'`);
|
|
const index = this.setFileSource(resolvedP, target);
|
|
this.registerEntry(resolvedP, index);
|
|
const rc = this.libzip.file.setExternalAttributes(this.zip, index, 0, 0, this.libzip.ZIP_OPSYS_UNIX, (constants_S_IFLNK | 0o777) << 16);
|
|
if (rc === -1) throw this.makeLibzipError(this.libzip.getError(this.zip));
|
|
this.symlinkCount += 1;
|
|
}
|
|
|
|
async readFilePromise(p, encoding) {
|
|
// This is messed up regarding the TS signatures
|
|
if (typeof encoding === `object`) // @ts-expect-error
|
|
encoding = encoding ? encoding.encoding : undefined;
|
|
const data = await this.readFileBuffer(p, {
|
|
asyncDecompress: true
|
|
});
|
|
return encoding ? data.toString(encoding) : data;
|
|
}
|
|
|
|
readFileSync(p, encoding) {
|
|
// This is messed up regarding the TS signatures
|
|
if (typeof encoding === `object`) // @ts-expect-error
|
|
encoding = encoding ? encoding.encoding : undefined;
|
|
const data = this.readFileBuffer(p);
|
|
return encoding ? data.toString(encoding) : data;
|
|
}
|
|
|
|
readFileBuffer(p, opts = {
|
|
asyncDecompress: false
|
|
}) {
|
|
if (typeof p === `number`) p = this.fdToPath(p, `read`);
|
|
const resolvedP = this.resolveFilename(`open '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`open '${p}'`); // Ensures that the last component is a directory, if the user said so (even if it is we'll throw right after with EISDIR anyway)
|
|
|
|
if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) throw ENOTDIR(`open '${p}'`);
|
|
if (this.listings.has(resolvedP)) throw EISDIR(`read`);
|
|
const entry = this.entries.get(resolvedP);
|
|
if (entry === undefined) throw new Error(`Unreachable`);
|
|
return this.getFileSource(entry, opts);
|
|
}
|
|
|
|
async readdirPromise(p, opts) {
|
|
return this.readdirSync(p, opts);
|
|
}
|
|
|
|
readdirSync(p, opts) {
|
|
const resolvedP = this.resolveFilename(`scandir '${p}'`, p);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`scandir '${p}'`);
|
|
const directoryListing = this.listings.get(resolvedP);
|
|
if (!directoryListing) throw ENOTDIR(`scandir '${p}'`);
|
|
const entries = [...directoryListing];
|
|
if (!(opts === null || opts === void 0 ? void 0 : opts.withFileTypes)) return entries;
|
|
return entries.map(name => {
|
|
return Object.assign(this.statImpl(`lstat`, ppath.join(p, name)), {
|
|
name
|
|
});
|
|
});
|
|
}
|
|
|
|
async readlinkPromise(p) {
|
|
const entry = this.prepareReadlink(p);
|
|
return (await this.getFileSource(entry, {
|
|
asyncDecompress: true
|
|
})).toString();
|
|
}
|
|
|
|
readlinkSync(p) {
|
|
const entry = this.prepareReadlink(p);
|
|
return this.getFileSource(entry).toString();
|
|
}
|
|
|
|
prepareReadlink(p) {
|
|
const resolvedP = this.resolveFilename(`readlink '${p}'`, p, false);
|
|
if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) throw ENOENT(`readlink '${p}'`); // Ensure that the last component is a directory (if it is we'll throw right after with EISDIR anyway)
|
|
|
|
if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) throw ENOTDIR(`open '${p}'`);
|
|
if (this.listings.has(resolvedP)) throw EINVAL(`readlink '${p}'`);
|
|
const entry = this.entries.get(resolvedP);
|
|
if (entry === undefined) throw new Error(`Unreachable`);
|
|
if (!this.isSymbolicLink(entry)) throw EINVAL(`readlink '${p}'`);
|
|
return entry;
|
|
}
|
|
|
|
async truncatePromise(p, len = 0) {
|
|
const resolvedP = this.resolveFilename(`open '${p}'`, p);
|
|
const index = this.entries.get(resolvedP);
|
|
if (typeof index === `undefined`) throw EINVAL(`open '${p}'`);
|
|
const source = await this.getFileSource(index, {
|
|
asyncDecompress: true
|
|
});
|
|
const truncated = Buffer.alloc(len, 0x00);
|
|
source.copy(truncated);
|
|
return await this.writeFilePromise(p, truncated);
|
|
}
|
|
|
|
truncateSync(p, len = 0) {
|
|
const resolvedP = this.resolveFilename(`open '${p}'`, p);
|
|
const index = this.entries.get(resolvedP);
|
|
if (typeof index === `undefined`) throw EINVAL(`open '${p}'`);
|
|
const source = this.getFileSource(index);
|
|
const truncated = Buffer.alloc(len, 0x00);
|
|
source.copy(truncated);
|
|
return this.writeFileSync(p, truncated);
|
|
}
|
|
|
|
watch(p, a, b) {
|
|
let persistent;
|
|
|
|
switch (typeof a) {
|
|
case `function`:
|
|
case `string`:
|
|
case `undefined`:
|
|
{
|
|
persistent = true;
|
|
}
|
|
break;
|
|
|
|
default:
|
|
{
|
|
({
|
|
persistent = true
|
|
} = a);
|
|
}
|
|
break;
|
|
}
|
|
|
|
if (!persistent) return {
|
|
on: () => {},
|
|
close: () => {}
|
|
};
|
|
const interval = setInterval(() => {}, 24 * 60 * 60 * 1000);
|
|
return {
|
|
on: () => {},
|
|
close: () => {
|
|
clearInterval(interval);
|
|
}
|
|
};
|
|
}
|
|
|
|
watchFile(p, a, b) {
|
|
const resolvedP = ppath.resolve(PortablePath.root, p);
|
|
return watchFile(this, resolvedP, a, b);
|
|
}
|
|
|
|
unwatchFile(p, cb) {
|
|
const resolvedP = ppath.resolve(PortablePath.root, p);
|
|
return unwatchFile(this, resolvedP, cb);
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/ZipOpenFS.ts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const ZIP_FD = 0x80000000;
|
|
/**
|
|
* Extracts the archive part (ending in the first instance of `extension`) from a path.
|
|
*
|
|
* The indexOf-based implementation is ~3.7x faster than a RegExp-based implementation.
|
|
*/
|
|
|
|
const getArchivePart = (path, extension) => {
|
|
let idx = path.indexOf(extension);
|
|
if (idx <= 0) return null;
|
|
let nextCharIdx = idx;
|
|
|
|
while (idx >= 0) {
|
|
nextCharIdx = idx + extension.length;
|
|
if (path[nextCharIdx] === ppath.sep) break; // Disallow files named ".zip"
|
|
|
|
if (path[idx - 1] === ppath.sep) return null;
|
|
idx = path.indexOf(extension, nextCharIdx);
|
|
} // The path either has to end in ".zip" or contain an archive subpath (".zip/...")
|
|
|
|
|
|
if (path.length > nextCharIdx && path[nextCharIdx] !== ppath.sep) return null;
|
|
return path.slice(0, nextCharIdx);
|
|
};
|
|
class ZipOpenFS extends BasePortableFakeFS {
|
|
constructor({
|
|
libzip,
|
|
baseFs = new NodeFS(),
|
|
filter = null,
|
|
maxOpenFiles = Infinity,
|
|
readOnlyArchives = false,
|
|
useCache = true,
|
|
maxAge = 5000,
|
|
fileExtensions = null
|
|
}) {
|
|
super();
|
|
this.fdMap = new Map();
|
|
this.nextFd = 3;
|
|
this.isZip = new Set();
|
|
this.notZip = new Set();
|
|
this.realPaths = new Map();
|
|
this.limitOpenFilesTimeout = null;
|
|
this.libzipFactory = typeof libzip !== `function` ? () => libzip : libzip;
|
|
this.baseFs = baseFs;
|
|
this.zipInstances = useCache ? new Map() : null;
|
|
this.filter = filter;
|
|
this.maxOpenFiles = maxOpenFiles;
|
|
this.readOnlyArchives = readOnlyArchives;
|
|
this.maxAge = maxAge;
|
|
this.fileExtensions = fileExtensions;
|
|
}
|
|
|
|
static async openPromise(fn, opts) {
|
|
const zipOpenFs = new ZipOpenFS(opts);
|
|
|
|
try {
|
|
return await fn(zipOpenFs);
|
|
} finally {
|
|
zipOpenFs.saveAndClose();
|
|
}
|
|
}
|
|
|
|
get libzip() {
|
|
if (typeof this.libzipInstance === `undefined`) this.libzipInstance = this.libzipFactory();
|
|
return this.libzipInstance;
|
|
}
|
|
|
|
getExtractHint(hints) {
|
|
return this.baseFs.getExtractHint(hints);
|
|
}
|
|
|
|
getRealPath() {
|
|
return this.baseFs.getRealPath();
|
|
}
|
|
|
|
saveAndClose() {
|
|
unwatchAllFiles(this);
|
|
|
|
if (this.zipInstances) {
|
|
for (const [path, {
|
|
zipFs
|
|
}] of this.zipInstances.entries()) {
|
|
zipFs.saveAndClose();
|
|
this.zipInstances.delete(path);
|
|
}
|
|
}
|
|
}
|
|
|
|
discardAndClose() {
|
|
unwatchAllFiles(this);
|
|
|
|
if (this.zipInstances) {
|
|
for (const [path, {
|
|
zipFs
|
|
}] of this.zipInstances.entries()) {
|
|
zipFs.discardAndClose();
|
|
this.zipInstances.delete(path);
|
|
}
|
|
}
|
|
}
|
|
|
|
resolve(p) {
|
|
return this.baseFs.resolve(p);
|
|
}
|
|
|
|
remapFd(zipFs, fd) {
|
|
const remappedFd = this.nextFd++ | ZIP_FD;
|
|
this.fdMap.set(remappedFd, [zipFs, fd]);
|
|
return remappedFd;
|
|
}
|
|
|
|
async openPromise(p, flags, mode) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.openPromise(p, flags, mode);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return this.remapFd(zipFs, await zipFs.openPromise(subPath, flags, mode));
|
|
});
|
|
}
|
|
|
|
openSync(p, flags, mode) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.openSync(p, flags, mode);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return this.remapFd(zipFs, zipFs.openSync(subPath, flags, mode));
|
|
});
|
|
}
|
|
|
|
async opendirPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.opendirPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.opendirPromise(subPath, opts);
|
|
}, {
|
|
requireSubpath: false
|
|
});
|
|
}
|
|
|
|
opendirSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.opendirSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.opendirSync(subPath, opts);
|
|
}, {
|
|
requireSubpath: false
|
|
});
|
|
}
|
|
|
|
async readPromise(fd, buffer, offset, length, position) {
|
|
if ((fd & ZIP_FD) === 0) return await this.baseFs.readPromise(fd, buffer, offset, length, position);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`read`);
|
|
const [zipFs, realFd] = entry;
|
|
return await zipFs.readPromise(realFd, buffer, offset, length, position);
|
|
}
|
|
|
|
readSync(fd, buffer, offset, length, position) {
|
|
if ((fd & ZIP_FD) === 0) return this.baseFs.readSync(fd, buffer, offset, length, position);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`readSync`);
|
|
const [zipFs, realFd] = entry;
|
|
return zipFs.readSync(realFd, buffer, offset, length, position);
|
|
}
|
|
|
|
async writePromise(fd, buffer, offset, length, position) {
|
|
if ((fd & ZIP_FD) === 0) {
|
|
if (typeof buffer === `string`) {
|
|
return await this.baseFs.writePromise(fd, buffer, offset);
|
|
} else {
|
|
return await this.baseFs.writePromise(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`write`);
|
|
const [zipFs, realFd] = entry;
|
|
|
|
if (typeof buffer === `string`) {
|
|
return await zipFs.writePromise(realFd, buffer, offset);
|
|
} else {
|
|
return await zipFs.writePromise(realFd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
writeSync(fd, buffer, offset, length, position) {
|
|
if ((fd & ZIP_FD) === 0) {
|
|
if (typeof buffer === `string`) {
|
|
return this.baseFs.writeSync(fd, buffer, offset);
|
|
} else {
|
|
return this.baseFs.writeSync(fd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`writeSync`);
|
|
const [zipFs, realFd] = entry;
|
|
|
|
if (typeof buffer === `string`) {
|
|
return zipFs.writeSync(realFd, buffer, offset);
|
|
} else {
|
|
return zipFs.writeSync(realFd, buffer, offset, length, position);
|
|
}
|
|
}
|
|
|
|
async closePromise(fd) {
|
|
if ((fd & ZIP_FD) === 0) return await this.baseFs.closePromise(fd);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`close`);
|
|
this.fdMap.delete(fd);
|
|
const [zipFs, realFd] = entry;
|
|
return await zipFs.closePromise(realFd);
|
|
}
|
|
|
|
closeSync(fd) {
|
|
if ((fd & ZIP_FD) === 0) return this.baseFs.closeSync(fd);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`closeSync`);
|
|
this.fdMap.delete(fd);
|
|
const [zipFs, realFd] = entry;
|
|
return zipFs.closeSync(realFd);
|
|
}
|
|
|
|
createReadStream(p, opts) {
|
|
if (p === null) return this.baseFs.createReadStream(p, opts);
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.createReadStream(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.createReadStream(subPath, opts);
|
|
});
|
|
}
|
|
|
|
createWriteStream(p, opts) {
|
|
if (p === null) return this.baseFs.createWriteStream(p, opts);
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.createWriteStream(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.createWriteStream(subPath, opts);
|
|
});
|
|
}
|
|
|
|
async realpathPromise(p) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.realpathPromise(p);
|
|
}, async (zipFs, {
|
|
archivePath,
|
|
subPath
|
|
}) => {
|
|
let realArchivePath = this.realPaths.get(archivePath);
|
|
|
|
if (typeof realArchivePath === `undefined`) {
|
|
realArchivePath = await this.baseFs.realpathPromise(archivePath);
|
|
this.realPaths.set(archivePath, realArchivePath);
|
|
}
|
|
|
|
return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, await zipFs.realpathPromise(subPath)));
|
|
});
|
|
}
|
|
|
|
realpathSync(p) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.realpathSync(p);
|
|
}, (zipFs, {
|
|
archivePath,
|
|
subPath
|
|
}) => {
|
|
let realArchivePath = this.realPaths.get(archivePath);
|
|
|
|
if (typeof realArchivePath === `undefined`) {
|
|
realArchivePath = this.baseFs.realpathSync(archivePath);
|
|
this.realPaths.set(archivePath, realArchivePath);
|
|
}
|
|
|
|
return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, zipFs.realpathSync(subPath)));
|
|
});
|
|
}
|
|
|
|
async existsPromise(p) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.existsPromise(p);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.existsPromise(subPath);
|
|
});
|
|
}
|
|
|
|
existsSync(p) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.existsSync(p);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.existsSync(subPath);
|
|
});
|
|
}
|
|
|
|
async accessPromise(p, mode) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.accessPromise(p, mode);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.accessPromise(subPath, mode);
|
|
});
|
|
}
|
|
|
|
accessSync(p, mode) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.accessSync(p, mode);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.accessSync(subPath, mode);
|
|
});
|
|
}
|
|
|
|
async statPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.statPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.statPromise(subPath, opts);
|
|
});
|
|
}
|
|
|
|
statSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.statSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.statSync(subPath, opts);
|
|
});
|
|
}
|
|
|
|
async fstatPromise(fd, opts) {
|
|
if ((fd & ZIP_FD) === 0) return this.baseFs.fstatPromise(fd, opts);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`fstat`);
|
|
const [zipFs, realFd] = entry;
|
|
return zipFs.fstatPromise(realFd, opts);
|
|
}
|
|
|
|
fstatSync(fd, opts) {
|
|
if ((fd & ZIP_FD) === 0) return this.baseFs.fstatSync(fd, opts);
|
|
const entry = this.fdMap.get(fd);
|
|
if (typeof entry === `undefined`) throw EBADF(`fstatSync`);
|
|
const [zipFs, realFd] = entry;
|
|
return zipFs.fstatSync(realFd, opts);
|
|
}
|
|
|
|
async lstatPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.lstatPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.lstatPromise(subPath, opts);
|
|
});
|
|
}
|
|
|
|
lstatSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.lstatSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.lstatSync(subPath, opts);
|
|
});
|
|
}
|
|
|
|
async chmodPromise(p, mask) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.chmodPromise(p, mask);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.chmodPromise(subPath, mask);
|
|
});
|
|
}
|
|
|
|
chmodSync(p, mask) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.chmodSync(p, mask);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.chmodSync(subPath, mask);
|
|
});
|
|
}
|
|
|
|
async chownPromise(p, uid, gid) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.chownPromise(p, uid, gid);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.chownPromise(subPath, uid, gid);
|
|
});
|
|
}
|
|
|
|
chownSync(p, uid, gid) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.chownSync(p, uid, gid);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.chownSync(subPath, uid, gid);
|
|
});
|
|
}
|
|
|
|
async renamePromise(oldP, newP) {
|
|
return await this.makeCallPromise(oldP, async () => {
|
|
return await this.makeCallPromise(newP, async () => {
|
|
return await this.baseFs.renamePromise(oldP, newP);
|
|
}, async () => {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
});
|
|
}, async (zipFsO, {
|
|
subPath: subPathO
|
|
}) => {
|
|
return await this.makeCallPromise(newP, async () => {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
}, async (zipFsN, {
|
|
subPath: subPathN
|
|
}) => {
|
|
if (zipFsO !== zipFsN) {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
} else {
|
|
return await zipFsO.renamePromise(subPathO, subPathN);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
|
|
renameSync(oldP, newP) {
|
|
return this.makeCallSync(oldP, () => {
|
|
return this.makeCallSync(newP, () => {
|
|
return this.baseFs.renameSync(oldP, newP);
|
|
}, () => {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
});
|
|
}, (zipFsO, {
|
|
subPath: subPathO
|
|
}) => {
|
|
return this.makeCallSync(newP, () => {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
}, (zipFsN, {
|
|
subPath: subPathN
|
|
}) => {
|
|
if (zipFsO !== zipFsN) {
|
|
throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), {
|
|
code: `EEXDEV`
|
|
});
|
|
} else {
|
|
return zipFsO.renameSync(subPathO, subPathN);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
|
|
async copyFilePromise(sourceP, destP, flags = 0) {
|
|
const fallback = async (sourceFs, sourceP, destFs, destP) => {
|
|
if ((flags & external_fs_.constants.COPYFILE_FICLONE_FORCE) !== 0) throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP}' -> ${destP}'`), {
|
|
code: `EXDEV`
|
|
});
|
|
if (flags & external_fs_.constants.COPYFILE_EXCL && (await this.existsPromise(sourceP))) throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP}' -> '${destP}'`), {
|
|
code: `EEXIST`
|
|
});
|
|
let content;
|
|
|
|
try {
|
|
content = await sourceFs.readFilePromise(sourceP);
|
|
} catch (error) {
|
|
throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP}' -> '${destP}'`), {
|
|
code: `EINVAL`
|
|
});
|
|
}
|
|
|
|
await destFs.writeFilePromise(destP, content);
|
|
};
|
|
|
|
return await this.makeCallPromise(sourceP, async () => {
|
|
return await this.makeCallPromise(destP, async () => {
|
|
return await this.baseFs.copyFilePromise(sourceP, destP, flags);
|
|
}, async (zipFsD, {
|
|
subPath: subPathD
|
|
}) => {
|
|
return await fallback(this.baseFs, sourceP, zipFsD, subPathD);
|
|
});
|
|
}, async (zipFsS, {
|
|
subPath: subPathS
|
|
}) => {
|
|
return await this.makeCallPromise(destP, async () => {
|
|
return await fallback(zipFsS, subPathS, this.baseFs, destP);
|
|
}, async (zipFsD, {
|
|
subPath: subPathD
|
|
}) => {
|
|
if (zipFsS !== zipFsD) {
|
|
return await fallback(zipFsS, subPathS, zipFsD, subPathD);
|
|
} else {
|
|
return await zipFsS.copyFilePromise(subPathS, subPathD, flags);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
|
|
copyFileSync(sourceP, destP, flags = 0) {
|
|
const fallback = (sourceFs, sourceP, destFs, destP) => {
|
|
if ((flags & external_fs_.constants.COPYFILE_FICLONE_FORCE) !== 0) throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP}' -> ${destP}'`), {
|
|
code: `EXDEV`
|
|
});
|
|
if (flags & external_fs_.constants.COPYFILE_EXCL && this.existsSync(sourceP)) throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP}' -> '${destP}'`), {
|
|
code: `EEXIST`
|
|
});
|
|
let content;
|
|
|
|
try {
|
|
content = sourceFs.readFileSync(sourceP);
|
|
} catch (error) {
|
|
throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP}' -> '${destP}'`), {
|
|
code: `EINVAL`
|
|
});
|
|
}
|
|
|
|
destFs.writeFileSync(destP, content);
|
|
};
|
|
|
|
return this.makeCallSync(sourceP, () => {
|
|
return this.makeCallSync(destP, () => {
|
|
return this.baseFs.copyFileSync(sourceP, destP, flags);
|
|
}, (zipFsD, {
|
|
subPath: subPathD
|
|
}) => {
|
|
return fallback(this.baseFs, sourceP, zipFsD, subPathD);
|
|
});
|
|
}, (zipFsS, {
|
|
subPath: subPathS
|
|
}) => {
|
|
return this.makeCallSync(destP, () => {
|
|
return fallback(zipFsS, subPathS, this.baseFs, destP);
|
|
}, (zipFsD, {
|
|
subPath: subPathD
|
|
}) => {
|
|
if (zipFsS !== zipFsD) {
|
|
return fallback(zipFsS, subPathS, zipFsD, subPathD);
|
|
} else {
|
|
return zipFsS.copyFileSync(subPathS, subPathD, flags);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
|
|
async appendFilePromise(p, content, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.appendFilePromise(p, content, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.appendFilePromise(subPath, content, opts);
|
|
});
|
|
}
|
|
|
|
appendFileSync(p, content, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.appendFileSync(p, content, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.appendFileSync(subPath, content, opts);
|
|
});
|
|
}
|
|
|
|
async writeFilePromise(p, content, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.writeFilePromise(p, content, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.writeFilePromise(subPath, content, opts);
|
|
});
|
|
}
|
|
|
|
writeFileSync(p, content, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.writeFileSync(p, content, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.writeFileSync(subPath, content, opts);
|
|
});
|
|
}
|
|
|
|
async unlinkPromise(p) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.unlinkPromise(p);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.unlinkPromise(subPath);
|
|
});
|
|
}
|
|
|
|
unlinkSync(p) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.unlinkSync(p);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.unlinkSync(subPath);
|
|
});
|
|
}
|
|
|
|
async utimesPromise(p, atime, mtime) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.utimesPromise(p, atime, mtime);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.utimesPromise(subPath, atime, mtime);
|
|
});
|
|
}
|
|
|
|
utimesSync(p, atime, mtime) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.utimesSync(p, atime, mtime);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.utimesSync(subPath, atime, mtime);
|
|
});
|
|
}
|
|
|
|
async mkdirPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.mkdirPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.mkdirPromise(subPath, opts);
|
|
});
|
|
}
|
|
|
|
mkdirSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.mkdirSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.mkdirSync(subPath, opts);
|
|
});
|
|
}
|
|
|
|
async rmdirPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.rmdirPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.rmdirPromise(subPath, opts);
|
|
});
|
|
}
|
|
|
|
rmdirSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.rmdirSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.rmdirSync(subPath, opts);
|
|
});
|
|
}
|
|
|
|
async linkPromise(existingP, newP) {
|
|
return await this.makeCallPromise(newP, async () => {
|
|
return await this.baseFs.linkPromise(existingP, newP);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.linkPromise(existingP, subPath);
|
|
});
|
|
}
|
|
|
|
linkSync(existingP, newP) {
|
|
return this.makeCallSync(newP, () => {
|
|
return this.baseFs.linkSync(existingP, newP);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.linkSync(existingP, subPath);
|
|
});
|
|
}
|
|
|
|
async symlinkPromise(target, p, type) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.symlinkPromise(target, p, type);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.symlinkPromise(target, subPath);
|
|
});
|
|
}
|
|
|
|
symlinkSync(target, p, type) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.symlinkSync(target, p, type);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.symlinkSync(target, subPath);
|
|
});
|
|
}
|
|
|
|
async readFilePromise(p, encoding) {
|
|
return this.makeCallPromise(p, async () => {
|
|
// This weird switch is required to tell TypeScript that the signatures are proper (otherwise it thinks that only the generic one is covered)
|
|
switch (encoding) {
|
|
case `utf8`:
|
|
return await this.baseFs.readFilePromise(p, encoding);
|
|
|
|
default:
|
|
return await this.baseFs.readFilePromise(p, encoding);
|
|
}
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.readFilePromise(subPath, encoding);
|
|
});
|
|
}
|
|
|
|
readFileSync(p, encoding) {
|
|
return this.makeCallSync(p, () => {
|
|
// This weird switch is required to tell TypeScript that the signatures are proper (otherwise it thinks that only the generic one is covered)
|
|
switch (encoding) {
|
|
case `utf8`:
|
|
return this.baseFs.readFileSync(p, encoding);
|
|
|
|
default:
|
|
return this.baseFs.readFileSync(p, encoding);
|
|
}
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.readFileSync(subPath, encoding);
|
|
});
|
|
}
|
|
|
|
async readdirPromise(p, opts) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.readdirPromise(p, opts);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.readdirPromise(subPath, opts);
|
|
}, {
|
|
requireSubpath: false
|
|
});
|
|
}
|
|
|
|
readdirSync(p, opts) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.readdirSync(p, opts);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.readdirSync(subPath, opts);
|
|
}, {
|
|
requireSubpath: false
|
|
});
|
|
}
|
|
|
|
async readlinkPromise(p) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.readlinkPromise(p);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.readlinkPromise(subPath);
|
|
});
|
|
}
|
|
|
|
readlinkSync(p) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.readlinkSync(p);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.readlinkSync(subPath);
|
|
});
|
|
}
|
|
|
|
async truncatePromise(p, len) {
|
|
return await this.makeCallPromise(p, async () => {
|
|
return await this.baseFs.truncatePromise(p, len);
|
|
}, async (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return await zipFs.truncatePromise(subPath, len);
|
|
});
|
|
}
|
|
|
|
truncateSync(p, len) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.truncateSync(p, len);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.truncateSync(subPath, len);
|
|
});
|
|
}
|
|
|
|
watch(p, a, b) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.watch(p, // @ts-expect-error
|
|
a, b);
|
|
}, (zipFs, {
|
|
subPath
|
|
}) => {
|
|
return zipFs.watch(subPath, // @ts-expect-error
|
|
a, b);
|
|
});
|
|
}
|
|
|
|
watchFile(p, a, b) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.watchFile(p, // @ts-expect-error
|
|
a, b);
|
|
}, () => {
|
|
return watchFile(this, p, a, b);
|
|
});
|
|
}
|
|
|
|
unwatchFile(p, cb) {
|
|
return this.makeCallSync(p, () => {
|
|
return this.baseFs.unwatchFile(p, cb);
|
|
}, () => {
|
|
return unwatchFile(this, p, cb);
|
|
});
|
|
}
|
|
|
|
async makeCallPromise(p, discard, accept, {
|
|
requireSubpath = true
|
|
} = {}) {
|
|
if (typeof p !== `string`) return await discard();
|
|
const normalizedP = this.resolve(p);
|
|
const zipInfo = this.findZip(normalizedP);
|
|
if (!zipInfo) return await discard();
|
|
if (requireSubpath && zipInfo.subPath === `/`) return await discard();
|
|
return await this.getZipPromise(zipInfo.archivePath, async zipFs => await accept(zipFs, zipInfo));
|
|
}
|
|
|
|
makeCallSync(p, discard, accept, {
|
|
requireSubpath = true
|
|
} = {}) {
|
|
if (typeof p !== `string`) return discard();
|
|
const normalizedP = this.resolve(p);
|
|
const zipInfo = this.findZip(normalizedP);
|
|
if (!zipInfo) return discard();
|
|
if (requireSubpath && zipInfo.subPath === `/`) return discard();
|
|
return this.getZipSync(zipInfo.archivePath, zipFs => accept(zipFs, zipInfo));
|
|
}
|
|
|
|
findZip(p) {
|
|
if (this.filter && !this.filter.test(p)) return null;
|
|
let filePath = ``;
|
|
|
|
while (true) {
|
|
const pathPartWithArchive = p.substr(filePath.length);
|
|
let archivePart;
|
|
|
|
if (!this.fileExtensions) {
|
|
archivePart = getArchivePart(pathPartWithArchive, `.zip`);
|
|
} else {
|
|
for (const ext of this.fileExtensions) {
|
|
archivePart = getArchivePart(pathPartWithArchive, ext);
|
|
|
|
if (archivePart) {
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
if (!archivePart) return null;
|
|
filePath = this.pathUtils.join(filePath, archivePart);
|
|
|
|
if (this.isZip.has(filePath) === false) {
|
|
if (this.notZip.has(filePath)) continue;
|
|
|
|
try {
|
|
if (!this.baseFs.lstatSync(filePath).isFile()) {
|
|
this.notZip.add(filePath);
|
|
continue;
|
|
}
|
|
} catch {
|
|
return null;
|
|
}
|
|
|
|
this.isZip.add(filePath);
|
|
}
|
|
|
|
return {
|
|
archivePath: filePath,
|
|
subPath: this.pathUtils.join(PortablePath.root, p.substr(filePath.length))
|
|
};
|
|
}
|
|
}
|
|
|
|
limitOpenFiles(max) {
|
|
if (this.zipInstances === null) return;
|
|
const now = Date.now();
|
|
let nextExpiresAt = now + this.maxAge;
|
|
let closeCount = max === null ? 0 : this.zipInstances.size - max;
|
|
|
|
for (const [path, {
|
|
zipFs,
|
|
expiresAt,
|
|
refCount
|
|
}] of this.zipInstances.entries()) {
|
|
if (refCount !== 0 || zipFs.hasOpenFileHandles()) {
|
|
continue;
|
|
} else if (now >= expiresAt) {
|
|
zipFs.saveAndClose();
|
|
this.zipInstances.delete(path);
|
|
closeCount -= 1;
|
|
continue;
|
|
} else if (max === null || closeCount <= 0) {
|
|
nextExpiresAt = expiresAt;
|
|
break;
|
|
}
|
|
|
|
zipFs.saveAndClose();
|
|
this.zipInstances.delete(path);
|
|
closeCount -= 1;
|
|
}
|
|
|
|
if (this.limitOpenFilesTimeout === null && (max === null && this.zipInstances.size > 0 || max !== null)) {
|
|
this.limitOpenFilesTimeout = setTimeout(() => {
|
|
this.limitOpenFilesTimeout = null;
|
|
this.limitOpenFiles(null);
|
|
}, nextExpiresAt - now).unref();
|
|
}
|
|
}
|
|
|
|
async getZipPromise(p, accept) {
|
|
const getZipOptions = async () => ({
|
|
baseFs: this.baseFs,
|
|
libzip: this.libzip,
|
|
readOnly: this.readOnlyArchives,
|
|
stats: await this.baseFs.statPromise(p)
|
|
});
|
|
|
|
if (this.zipInstances) {
|
|
let cachedZipFs = this.zipInstances.get(p);
|
|
|
|
if (!cachedZipFs) {
|
|
const zipOptions = await getZipOptions(); // We need to recheck because concurrent getZipPromise calls may
|
|
// have instantiated the zip archive while we were waiting
|
|
|
|
cachedZipFs = this.zipInstances.get(p);
|
|
|
|
if (!cachedZipFs) {
|
|
cachedZipFs = {
|
|
zipFs: new ZipFS(p, zipOptions),
|
|
expiresAt: 0,
|
|
refCount: 0
|
|
};
|
|
}
|
|
} // Removing then re-adding the field allows us to easily implement
|
|
// a basic LRU garbage collection strategy
|
|
|
|
|
|
this.zipInstances.delete(p);
|
|
this.limitOpenFiles(this.maxOpenFiles - 1);
|
|
this.zipInstances.set(p, cachedZipFs);
|
|
cachedZipFs.expiresAt = Date.now() + this.maxAge;
|
|
cachedZipFs.refCount += 1;
|
|
|
|
try {
|
|
return await accept(cachedZipFs.zipFs);
|
|
} finally {
|
|
cachedZipFs.refCount -= 1;
|
|
}
|
|
} else {
|
|
const zipFs = new ZipFS(p, await getZipOptions());
|
|
|
|
try {
|
|
return await accept(zipFs);
|
|
} finally {
|
|
zipFs.saveAndClose();
|
|
}
|
|
}
|
|
}
|
|
|
|
getZipSync(p, accept) {
|
|
const getZipOptions = () => ({
|
|
baseFs: this.baseFs,
|
|
libzip: this.libzip,
|
|
readOnly: this.readOnlyArchives,
|
|
stats: this.baseFs.statSync(p)
|
|
});
|
|
|
|
if (this.zipInstances) {
|
|
let cachedZipFs = this.zipInstances.get(p);
|
|
|
|
if (!cachedZipFs) {
|
|
cachedZipFs = {
|
|
zipFs: new ZipFS(p, getZipOptions()),
|
|
expiresAt: 0,
|
|
refCount: 0
|
|
};
|
|
} // Removing then re-adding the field allows us to easily implement
|
|
// a basic LRU garbage collection strategy
|
|
|
|
|
|
this.zipInstances.delete(p);
|
|
this.limitOpenFiles(this.maxOpenFiles - 1);
|
|
this.zipInstances.set(p, cachedZipFs);
|
|
cachedZipFs.expiresAt = Date.now() + this.maxAge;
|
|
return accept(cachedZipFs.zipFs);
|
|
} else {
|
|
const zipFs = new ZipFS(p, getZipOptions());
|
|
|
|
try {
|
|
return accept(zipFs);
|
|
} finally {
|
|
zipFs.saveAndClose();
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-libzip/sources/makeInterface.ts
|
|
const number64 = [`number`, `number` // high
|
|
];
|
|
var Errors;
|
|
|
|
(function (Errors) {
|
|
Errors[Errors["ZIP_ER_OK"] = 0] = "ZIP_ER_OK";
|
|
Errors[Errors["ZIP_ER_MULTIDISK"] = 1] = "ZIP_ER_MULTIDISK";
|
|
Errors[Errors["ZIP_ER_RENAME"] = 2] = "ZIP_ER_RENAME";
|
|
Errors[Errors["ZIP_ER_CLOSE"] = 3] = "ZIP_ER_CLOSE";
|
|
Errors[Errors["ZIP_ER_SEEK"] = 4] = "ZIP_ER_SEEK";
|
|
Errors[Errors["ZIP_ER_READ"] = 5] = "ZIP_ER_READ";
|
|
Errors[Errors["ZIP_ER_WRITE"] = 6] = "ZIP_ER_WRITE";
|
|
Errors[Errors["ZIP_ER_CRC"] = 7] = "ZIP_ER_CRC";
|
|
Errors[Errors["ZIP_ER_ZIPCLOSED"] = 8] = "ZIP_ER_ZIPCLOSED";
|
|
Errors[Errors["ZIP_ER_NOENT"] = 9] = "ZIP_ER_NOENT";
|
|
Errors[Errors["ZIP_ER_EXISTS"] = 10] = "ZIP_ER_EXISTS";
|
|
Errors[Errors["ZIP_ER_OPEN"] = 11] = "ZIP_ER_OPEN";
|
|
Errors[Errors["ZIP_ER_TMPOPEN"] = 12] = "ZIP_ER_TMPOPEN";
|
|
Errors[Errors["ZIP_ER_ZLIB"] = 13] = "ZIP_ER_ZLIB";
|
|
Errors[Errors["ZIP_ER_MEMORY"] = 14] = "ZIP_ER_MEMORY";
|
|
Errors[Errors["ZIP_ER_CHANGED"] = 15] = "ZIP_ER_CHANGED";
|
|
Errors[Errors["ZIP_ER_COMPNOTSUPP"] = 16] = "ZIP_ER_COMPNOTSUPP";
|
|
Errors[Errors["ZIP_ER_EOF"] = 17] = "ZIP_ER_EOF";
|
|
Errors[Errors["ZIP_ER_INVAL"] = 18] = "ZIP_ER_INVAL";
|
|
Errors[Errors["ZIP_ER_NOZIP"] = 19] = "ZIP_ER_NOZIP";
|
|
Errors[Errors["ZIP_ER_INTERNAL"] = 20] = "ZIP_ER_INTERNAL";
|
|
Errors[Errors["ZIP_ER_INCONS"] = 21] = "ZIP_ER_INCONS";
|
|
Errors[Errors["ZIP_ER_REMOVE"] = 22] = "ZIP_ER_REMOVE";
|
|
Errors[Errors["ZIP_ER_DELETED"] = 23] = "ZIP_ER_DELETED";
|
|
Errors[Errors["ZIP_ER_ENCRNOTSUPP"] = 24] = "ZIP_ER_ENCRNOTSUPP";
|
|
Errors[Errors["ZIP_ER_RDONLY"] = 25] = "ZIP_ER_RDONLY";
|
|
Errors[Errors["ZIP_ER_NOPASSWD"] = 26] = "ZIP_ER_NOPASSWD";
|
|
Errors[Errors["ZIP_ER_WRONGPASSWD"] = 27] = "ZIP_ER_WRONGPASSWD";
|
|
Errors[Errors["ZIP_ER_OPNOTSUPP"] = 28] = "ZIP_ER_OPNOTSUPP";
|
|
Errors[Errors["ZIP_ER_INUSE"] = 29] = "ZIP_ER_INUSE";
|
|
Errors[Errors["ZIP_ER_TELL"] = 30] = "ZIP_ER_TELL";
|
|
Errors[Errors["ZIP_ER_COMPRESSED_DATA"] = 31] = "ZIP_ER_COMPRESSED_DATA";
|
|
})(Errors || (Errors = {}));
|
|
|
|
const makeInterface = libzip => ({
|
|
// Those are getters because they can change after memory growth
|
|
get HEAP8() {
|
|
return libzip.HEAP8;
|
|
},
|
|
|
|
get HEAPU8() {
|
|
return libzip.HEAPU8;
|
|
},
|
|
|
|
errors: Errors,
|
|
SEEK_SET: 0,
|
|
SEEK_CUR: 1,
|
|
SEEK_END: 2,
|
|
ZIP_CHECKCONS: 4,
|
|
ZIP_CREATE: 1,
|
|
ZIP_EXCL: 2,
|
|
ZIP_TRUNCATE: 8,
|
|
ZIP_RDONLY: 16,
|
|
ZIP_FL_OVERWRITE: 8192,
|
|
ZIP_FL_COMPRESSED: 4,
|
|
ZIP_OPSYS_DOS: 0x00,
|
|
ZIP_OPSYS_AMIGA: 0x01,
|
|
ZIP_OPSYS_OPENVMS: 0x02,
|
|
ZIP_OPSYS_UNIX: 0x03,
|
|
ZIP_OPSYS_VM_CMS: 0x04,
|
|
ZIP_OPSYS_ATARI_ST: 0x05,
|
|
ZIP_OPSYS_OS_2: 0x06,
|
|
ZIP_OPSYS_MACINTOSH: 0x07,
|
|
ZIP_OPSYS_Z_SYSTEM: 0x08,
|
|
ZIP_OPSYS_CPM: 0x09,
|
|
ZIP_OPSYS_WINDOWS_NTFS: 0x0a,
|
|
ZIP_OPSYS_MVS: 0x0b,
|
|
ZIP_OPSYS_VSE: 0x0c,
|
|
ZIP_OPSYS_ACORN_RISC: 0x0d,
|
|
ZIP_OPSYS_VFAT: 0x0e,
|
|
ZIP_OPSYS_ALTERNATE_MVS: 0x0f,
|
|
ZIP_OPSYS_BEOS: 0x10,
|
|
ZIP_OPSYS_TANDEM: 0x11,
|
|
ZIP_OPSYS_OS_400: 0x12,
|
|
ZIP_OPSYS_OS_X: 0x13,
|
|
ZIP_CM_DEFAULT: -1,
|
|
ZIP_CM_STORE: 0,
|
|
ZIP_CM_DEFLATE: 8,
|
|
uint08S: libzip._malloc(1),
|
|
uint16S: libzip._malloc(2),
|
|
uint32S: libzip._malloc(4),
|
|
uint64S: libzip._malloc(8),
|
|
malloc: libzip._malloc,
|
|
free: libzip._free,
|
|
getValue: libzip.getValue,
|
|
open: libzip.cwrap(`zip_open`, `number`, [`string`, `number`, `number`]),
|
|
openFromSource: libzip.cwrap(`zip_open_from_source`, `number`, [`number`, `number`, `number`]),
|
|
close: libzip.cwrap(`zip_close`, `number`, [`number`]),
|
|
discard: libzip.cwrap(`zip_discard`, null, [`number`]),
|
|
getError: libzip.cwrap(`zip_get_error`, `number`, [`number`]),
|
|
getName: libzip.cwrap(`zip_get_name`, `string`, [`number`, `number`, `number`]),
|
|
getNumEntries: libzip.cwrap(`zip_get_num_entries`, `number`, [`number`, `number`]),
|
|
delete: libzip.cwrap(`zip_delete`, `number`, [`number`, `number`]),
|
|
stat: libzip.cwrap(`zip_stat`, `number`, [`number`, `string`, `number`, `number`]),
|
|
statIndex: libzip.cwrap(`zip_stat_index`, `number`, [`number`, ...number64, `number`, `number`]),
|
|
fopen: libzip.cwrap(`zip_fopen`, `number`, [`number`, `string`, `number`]),
|
|
fopenIndex: libzip.cwrap(`zip_fopen_index`, `number`, [`number`, ...number64, `number`]),
|
|
fread: libzip.cwrap(`zip_fread`, `number`, [`number`, `number`, `number`, `number`]),
|
|
fclose: libzip.cwrap(`zip_fclose`, `number`, [`number`]),
|
|
dir: {
|
|
add: libzip.cwrap(`zip_dir_add`, `number`, [`number`, `string`])
|
|
},
|
|
file: {
|
|
add: libzip.cwrap(`zip_file_add`, `number`, [`number`, `string`, `number`, `number`]),
|
|
getError: libzip.cwrap(`zip_file_get_error`, `number`, [`number`]),
|
|
getExternalAttributes: libzip.cwrap(`zip_file_get_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]),
|
|
setExternalAttributes: libzip.cwrap(`zip_file_set_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]),
|
|
setMtime: libzip.cwrap(`zip_file_set_mtime`, `number`, [`number`, ...number64, `number`, `number`]),
|
|
setCompression: libzip.cwrap(`zip_set_file_compression`, `number`, [`number`, ...number64, `number`, `number`])
|
|
},
|
|
ext: {
|
|
countSymlinks: libzip.cwrap(`zip_ext_count_symlinks`, `number`, [`number`])
|
|
},
|
|
error: {
|
|
initWithCode: libzip.cwrap(`zip_error_init_with_code`, null, [`number`, `number`]),
|
|
strerror: libzip.cwrap(`zip_error_strerror`, `string`, [`number`])
|
|
},
|
|
name: {
|
|
locate: libzip.cwrap(`zip_name_locate`, `number`, [`number`, `string`, `number`])
|
|
},
|
|
source: {
|
|
fromUnattachedBuffer: libzip.cwrap(`zip_source_buffer_create`, `number`, [`number`, `number`, `number`, `number`]),
|
|
fromBuffer: libzip.cwrap(`zip_source_buffer`, `number`, [`number`, `number`, ...number64, `number`]),
|
|
free: libzip.cwrap(`zip_source_free`, null, [`number`]),
|
|
keep: libzip.cwrap(`zip_source_keep`, null, [`number`]),
|
|
open: libzip.cwrap(`zip_source_open`, `number`, [`number`]),
|
|
close: libzip.cwrap(`zip_source_close`, `number`, [`number`]),
|
|
seek: libzip.cwrap(`zip_source_seek`, `number`, [`number`, ...number64, `number`]),
|
|
tell: libzip.cwrap(`zip_source_tell`, `number`, [`number`]),
|
|
read: libzip.cwrap(`zip_source_read`, `number`, [`number`, `number`, `number`]),
|
|
error: libzip.cwrap(`zip_source_error`, `number`, [`number`]),
|
|
setMtime: libzip.cwrap(`zip_source_set_mtime`, `number`, [`number`, `number`])
|
|
},
|
|
struct: {
|
|
stat: libzip.cwrap(`zipstruct_stat`, `number`, []),
|
|
statS: libzip.cwrap(`zipstruct_statS`, `number`, []),
|
|
statName: libzip.cwrap(`zipstruct_stat_name`, `string`, [`number`]),
|
|
statIndex: libzip.cwrap(`zipstruct_stat_index`, `number`, [`number`]),
|
|
statSize: libzip.cwrap(`zipstruct_stat_size`, `number`, [`number`]),
|
|
statCompSize: libzip.cwrap(`zipstruct_stat_comp_size`, `number`, [`number`]),
|
|
statCompMethod: libzip.cwrap(`zipstruct_stat_comp_method`, `number`, [`number`]),
|
|
statMtime: libzip.cwrap(`zipstruct_stat_mtime`, `number`, [`number`]),
|
|
statCrc: libzip.cwrap(`zipstruct_stat_crc`, `number`, [`number`]),
|
|
error: libzip.cwrap(`zipstruct_error`, `number`, []),
|
|
errorS: libzip.cwrap(`zipstruct_errorS`, `number`, []),
|
|
errorCodeZip: libzip.cwrap(`zipstruct_error_code_zip`, `number`, [`number`])
|
|
}
|
|
});
|
|
;// CONCATENATED MODULE: ../yarnpkg-libzip/sources/sync.ts
|
|
|
|
let mod = null;
|
|
function getLibzipSync() {
|
|
if (mod === null) mod = makeInterface(__webpack_require__(368));
|
|
return mod;
|
|
}
|
|
async function getLibzipPromise() {
|
|
return getLibzipSync();
|
|
}
|
|
// EXTERNAL MODULE: external "module"
|
|
var external_module_ = __webpack_require__(282);
|
|
var external_module_default = /*#__PURE__*/__webpack_require__.n(external_module_);
|
|
;// CONCATENATED MODULE: external "string_decoder"
|
|
const external_string_decoder_namespaceObject = require("string_decoder");;
|
|
var external_string_decoder_default = /*#__PURE__*/__webpack_require__.n(external_string_decoder_namespaceObject);
|
|
;// CONCATENATED MODULE: external "url"
|
|
const external_url_namespaceObject = require("url");;
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/URLFS.ts
|
|
|
|
|
|
|
|
/**
|
|
* Adds support for file URLs to the wrapped `baseFs`, but *not* inside the typings.
|
|
*
|
|
* Only exists for compatibility with Node's behavior.
|
|
*
|
|
* Automatically wraps all FS instances passed to `patchFs` & `extendFs`.
|
|
*
|
|
* Don't use it!
|
|
*/
|
|
|
|
class URLFS extends ProxiedFS {
|
|
constructor(baseFs) {
|
|
super(npath);
|
|
this.baseFs = baseFs;
|
|
}
|
|
|
|
mapFromBase(path) {
|
|
return path;
|
|
}
|
|
|
|
mapToBase(path) {
|
|
if (path instanceof external_url_namespaceObject.URL) return (0,external_url_namespaceObject.fileURLToPath)(path);
|
|
return path;
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/patchFs.ts
|
|
|
|
|
|
const SYNC_IMPLEMENTATIONS = new Set([`accessSync`, `appendFileSync`, `createReadStream`, `createWriteStream`, `chmodSync`, `chownSync`, `closeSync`, `copyFileSync`, `linkSync`, `lstatSync`, `fstatSync`, `lutimesSync`, `mkdirSync`, `openSync`, `opendirSync`, `readSync`, `readlinkSync`, `readFileSync`, `readdirSync`, `readlinkSync`, `realpathSync`, `renameSync`, `rmdirSync`, `statSync`, `symlinkSync`, `truncateSync`, `unlinkSync`, `unwatchFile`, `utimesSync`, `watch`, `watchFile`, `writeFileSync`, `writeSync`]);
|
|
const ASYNC_IMPLEMENTATIONS = new Set([`accessPromise`, `appendFilePromise`, `chmodPromise`, `chownPromise`, `closePromise`, `copyFilePromise`, `linkPromise`, `fstatPromise`, `lstatPromise`, `lutimesPromise`, `mkdirPromise`, `openPromise`, `opendirPromise`, `readdirPromise`, `realpathPromise`, `readFilePromise`, `readdirPromise`, `readlinkPromise`, `renamePromise`, `rmdirPromise`, `statPromise`, `symlinkPromise`, `truncatePromise`, `unlinkPromise`, `utimesPromise`, `writeFilePromise`, `writeSync`]);
|
|
const FILEHANDLE_IMPLEMENTATIONS = new Set([`appendFilePromise`, `chmodPromise`, `chownPromise`, `closePromise`, `readPromise`, `readFilePromise`, `statPromise`, `truncatePromise`, `utimesPromise`, `writePromise`, `writeFilePromise`]);
|
|
function patchFs(patchedFs, fakeFs) {
|
|
// We wrap the `fakeFs` with a `URLFS` to add support for URL instances
|
|
fakeFs = new URLFS(fakeFs);
|
|
|
|
const setupFn = (target, name, replacement) => {
|
|
const orig = target[name];
|
|
target[name] = replacement; // Preserve any util.promisify implementations
|
|
|
|
if (typeof (orig === null || orig === void 0 ? void 0 : orig[external_util_namespaceObject.promisify.custom]) !== `undefined`) {
|
|
replacement[external_util_namespaceObject.promisify.custom] = orig[external_util_namespaceObject.promisify.custom];
|
|
}
|
|
};
|
|
/** Callback implementations */
|
|
|
|
|
|
{
|
|
setupFn(patchedFs, `exists`, (p, ...args) => {
|
|
const hasCallback = typeof args[args.length - 1] === `function`;
|
|
const callback = hasCallback ? args.pop() : () => {};
|
|
process.nextTick(() => {
|
|
fakeFs.existsPromise(p).then(exists => {
|
|
callback(exists);
|
|
}, () => {
|
|
callback(false);
|
|
});
|
|
});
|
|
});
|
|
setupFn(patchedFs, `read`, (p, buffer, ...args) => {
|
|
const hasCallback = typeof args[args.length - 1] === `function`;
|
|
const callback = hasCallback ? args.pop() : () => {};
|
|
process.nextTick(() => {
|
|
fakeFs.readPromise(p, buffer, ...args).then(bytesRead => {
|
|
callback(null, bytesRead, buffer);
|
|
}, error => {
|
|
// https://github.com/nodejs/node/blob/1317252dfe8824fd9cfee125d2aaa94004db2f3b/lib/fs.js#L655-L658
|
|
// Known issue: bytesRead could theoretically be > than 0, but we currently always return 0
|
|
callback(error, 0, buffer);
|
|
});
|
|
});
|
|
});
|
|
|
|
for (const fnName of ASYNC_IMPLEMENTATIONS) {
|
|
const origName = fnName.replace(/Promise$/, ``);
|
|
if (typeof patchedFs[origName] === `undefined`) continue;
|
|
const fakeImpl = fakeFs[fnName];
|
|
if (typeof fakeImpl === `undefined`) continue;
|
|
|
|
const wrapper = (...args) => {
|
|
const hasCallback = typeof args[args.length - 1] === `function`;
|
|
const callback = hasCallback ? args.pop() : () => {};
|
|
process.nextTick(() => {
|
|
fakeImpl.apply(fakeFs, args).then(result => {
|
|
callback(null, result);
|
|
}, error => {
|
|
callback(error);
|
|
});
|
|
});
|
|
};
|
|
|
|
setupFn(patchedFs, origName, wrapper);
|
|
}
|
|
|
|
patchedFs.realpath.native = patchedFs.realpath;
|
|
}
|
|
/** Sync implementations */
|
|
|
|
{
|
|
setupFn(patchedFs, `existsSync`, p => {
|
|
try {
|
|
return fakeFs.existsSync(p);
|
|
} catch (error) {
|
|
return false;
|
|
}
|
|
});
|
|
|
|
for (const fnName of SYNC_IMPLEMENTATIONS) {
|
|
const origName = fnName;
|
|
if (typeof patchedFs[origName] === `undefined`) continue;
|
|
const fakeImpl = fakeFs[fnName];
|
|
if (typeof fakeImpl === `undefined`) continue;
|
|
setupFn(patchedFs, origName, fakeImpl.bind(fakeFs));
|
|
}
|
|
|
|
patchedFs.realpathSync.native = patchedFs.realpathSync;
|
|
}
|
|
/** Promise implementations */
|
|
|
|
{
|
|
// `fs.promises` is a getter that returns a reference to require(`fs/promises`),
|
|
// so we can just patch `fs.promises` and both will be updated
|
|
const origEmitWarning = process.emitWarning;
|
|
|
|
process.emitWarning = () => {};
|
|
|
|
let patchedFsPromises;
|
|
|
|
try {
|
|
patchedFsPromises = patchedFs.promises;
|
|
} finally {
|
|
process.emitWarning = origEmitWarning;
|
|
}
|
|
|
|
if (typeof patchedFsPromises !== `undefined`) {
|
|
// `fs.promises.exists` doesn't exist
|
|
for (const fnName of ASYNC_IMPLEMENTATIONS) {
|
|
const origName = fnName.replace(/Promise$/, ``);
|
|
if (typeof patchedFsPromises[origName] === `undefined`) continue;
|
|
const fakeImpl = fakeFs[fnName];
|
|
if (typeof fakeImpl === `undefined`) continue; // Open is a bit particular with fs.promises: it returns a file handle
|
|
// instance instead of the traditional file descriptor number
|
|
|
|
if (fnName === `open`) continue;
|
|
setupFn(patchedFsPromises, origName, fakeImpl.bind(fakeFs));
|
|
}
|
|
|
|
class FileHandle {
|
|
constructor(fd) {
|
|
this.fd = fd;
|
|
}
|
|
|
|
}
|
|
|
|
for (const fnName of FILEHANDLE_IMPLEMENTATIONS) {
|
|
const origName = fnName.replace(/Promise$/, ``);
|
|
const fakeImpl = fakeFs[fnName];
|
|
if (typeof fakeImpl === `undefined`) continue;
|
|
setupFn(FileHandle.prototype, origName, function (...args) {
|
|
return fakeImpl.call(fakeFs, this.fd, ...args);
|
|
});
|
|
}
|
|
|
|
setupFn(patchedFsPromises, `open`, async (...args) => {
|
|
// @ts-expect-error
|
|
const fd = await fakeFs.openPromise(...args);
|
|
return new FileHandle(fd);
|
|
}); // `fs.promises.realpath` doesn't have a `native` property
|
|
}
|
|
}
|
|
/** util.promisify implementations */
|
|
|
|
{
|
|
// Override the promisified version of `fs.read` to return an object as per
|
|
// https://github.com/nodejs/node/blob/dc79f3f37caf6f25b8efee4623bec31e2c20f595/lib/fs.js#L559-L560
|
|
// and
|
|
// https://github.com/nodejs/node/blob/ba684805b6c0eded76e5cd89ee00328ac7a59365/lib/internal/util.js#L293
|
|
// @ts-expect-error
|
|
patchedFs.read[external_util_namespaceObject.promisify.custom] = async (p, buffer, ...args) => {
|
|
const res = fakeFs.readPromise(p, buffer, ...args);
|
|
return {
|
|
bytesRead: await res,
|
|
buffer
|
|
};
|
|
};
|
|
}
|
|
}
|
|
function extendFs(realFs, fakeFs) {
|
|
const patchedFs = Object.create(realFs);
|
|
patchFs(patchedFs, fakeFs);
|
|
return patchedFs;
|
|
}
|
|
;// CONCATENATED MODULE: ../yarnpkg-fslib/sources/PosixFS.ts
|
|
|
|
|
|
class PosixFS extends ProxiedFS {
|
|
constructor(baseFs) {
|
|
super(npath);
|
|
this.baseFs = baseFs;
|
|
}
|
|
|
|
mapFromBase(path) {
|
|
return npath.fromPortablePath(path);
|
|
}
|
|
|
|
mapToBase(path) {
|
|
return npath.toPortablePath(path);
|
|
}
|
|
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/internalTools.ts
|
|
|
|
var ErrorCode;
|
|
|
|
(function (ErrorCode) {
|
|
ErrorCode["API_ERROR"] = "API_ERROR";
|
|
ErrorCode["BUILTIN_NODE_RESOLUTION_FAILED"] = "BUILTIN_NODE_RESOLUTION_FAILED";
|
|
ErrorCode["MISSING_DEPENDENCY"] = "MISSING_DEPENDENCY";
|
|
ErrorCode["MISSING_PEER_DEPENDENCY"] = "MISSING_PEER_DEPENDENCY";
|
|
ErrorCode["QUALIFIED_PATH_RESOLUTION_FAILED"] = "QUALIFIED_PATH_RESOLUTION_FAILED";
|
|
ErrorCode["INTERNAL"] = "INTERNAL";
|
|
ErrorCode["UNDECLARED_DEPENDENCY"] = "UNDECLARED_DEPENDENCY";
|
|
ErrorCode["UNSUPPORTED"] = "UNSUPPORTED";
|
|
})(ErrorCode || (ErrorCode = {})); // Some errors are exposed as MODULE_NOT_FOUND for compatibility with packages
|
|
// that expect this umbrella error when the resolution fails
|
|
|
|
|
|
const MODULE_NOT_FOUND_ERRORS = new Set([ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, ErrorCode.MISSING_DEPENDENCY, ErrorCode.MISSING_PEER_DEPENDENCY, ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, ErrorCode.UNDECLARED_DEPENDENCY]);
|
|
/**
|
|
* Simple helper function that assign an error code to an error, so that it can more easily be caught and used
|
|
* by third-parties.
|
|
*/
|
|
|
|
function internalTools_makeError(pnpCode, message, data = {}) {
|
|
const code = MODULE_NOT_FOUND_ERRORS.has(pnpCode) ? `MODULE_NOT_FOUND` : pnpCode;
|
|
const propertySpec = {
|
|
configurable: true,
|
|
writable: true,
|
|
enumerable: false
|
|
};
|
|
return Object.defineProperties(new Error(message), {
|
|
code: { ...propertySpec,
|
|
value: code
|
|
},
|
|
pnpCode: { ...propertySpec,
|
|
value: pnpCode
|
|
},
|
|
data: { ...propertySpec,
|
|
value: data
|
|
}
|
|
});
|
|
}
|
|
/**
|
|
* Returns the module that should be used to resolve require calls. It's usually the direct parent, except if we're
|
|
* inside an eval expression.
|
|
*/
|
|
|
|
function getIssuerModule(parent) {
|
|
let issuer = parent;
|
|
|
|
while (issuer && (issuer.id === `[eval]` || issuer.id === `<repl>` || !issuer.filename)) issuer = issuer.parent;
|
|
|
|
return issuer || null;
|
|
}
|
|
function getPathForDisplay(p) {
|
|
return npath.normalize(npath.fromPortablePath(p));
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/nodeUtils.ts
|
|
|
|
|
|
// @ts-expect-error
|
|
|
|
const builtinModules = new Set(external_module_.Module.builtinModules || Object.keys(process.binding(`natives`)));
|
|
const isBuiltinModule = request => request.startsWith(`node:`) || builtinModules.has(request); // https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/run_main.js#L11-L24
|
|
|
|
function resolveMainPath(main) {
|
|
let mainPath = external_module_.Module._findPath(npath.resolve(main), null, true);
|
|
|
|
if (!mainPath) return false; // const preserveSymlinksMain = getOptionValue(`--preserve-symlinks-main`);
|
|
// if (!preserveSymlinksMain)
|
|
|
|
mainPath = external_fs_default().realpathSync(mainPath);
|
|
return mainPath;
|
|
} // https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/run_main.js#L26-L41
|
|
|
|
function shouldUseESMLoader(mainPath) {
|
|
// const userLoader = getOptionValue(`--experimental-loader`);
|
|
// if (userLoader)
|
|
// return true;
|
|
// const esModuleSpecifierResolution =
|
|
// getOptionValue(`--experimental-specifier-resolution`);
|
|
// if (esModuleSpecifierResolution === `node`)
|
|
// return true;
|
|
// Determine the module format of the main
|
|
if (mainPath && mainPath.endsWith(`.mjs`)) return true;
|
|
if (!mainPath || mainPath.endsWith(`.cjs`)) return false;
|
|
const pkg = readPackageScope(mainPath);
|
|
return pkg && pkg.data.type === `module`;
|
|
} // https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/cjs/loader.js#L315-L330
|
|
|
|
function readPackageScope(checkPath) {
|
|
const rootSeparatorIndex = checkPath.indexOf(npath.sep);
|
|
let separatorIndex;
|
|
|
|
do {
|
|
separatorIndex = checkPath.lastIndexOf(npath.sep);
|
|
checkPath = checkPath.slice(0, separatorIndex);
|
|
if (checkPath.endsWith(`${npath.sep}node_modules`)) return false;
|
|
const pjson = readPackage(checkPath + npath.sep);
|
|
|
|
if (pjson) {
|
|
return {
|
|
data: pjson,
|
|
path: checkPath
|
|
};
|
|
}
|
|
} while (separatorIndex > rootSeparatorIndex);
|
|
|
|
return false;
|
|
} // https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/cjs/loader.js#L284-L313
|
|
|
|
function readPackage(requestPath) {
|
|
const jsonPath = npath.resolve(requestPath, `package.json`);
|
|
if (!external_fs_default().existsSync(jsonPath)) return null;
|
|
return JSON.parse(external_fs_default().readFileSync(jsonPath, `utf8`));
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/applyPatch.ts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function applyPatch(pnpapi, opts) {
|
|
/**
|
|
* The cache that will be used for all accesses occurring outside of a PnP context.
|
|
*/
|
|
const defaultCache = {};
|
|
/**
|
|
* Used to disable the resolution hooks (for when we want to fallback to the previous resolution - we then need
|
|
* a way to "reset" the environment temporarily)
|
|
*/
|
|
|
|
let enableNativeHooks = true; // @ts-expect-error
|
|
|
|
process.versions.pnp = String(pnpapi.VERSIONS.std);
|
|
|
|
const moduleExports = __webpack_require__(282);
|
|
|
|
moduleExports.findPnpApi = lookupSource => {
|
|
const lookupPath = lookupSource instanceof external_url_namespaceObject.URL ? (0,external_url_namespaceObject.fileURLToPath)(lookupSource) : lookupSource;
|
|
const apiPath = opts.manager.findApiPathFor(lookupPath);
|
|
if (apiPath === null) return null;
|
|
const apiEntry = opts.manager.getApiEntry(apiPath, true); // Check if the path is ignored
|
|
|
|
return apiEntry.instance.findPackageLocator(lookupPath) ? apiEntry.instance : null;
|
|
};
|
|
|
|
function getRequireStack(parent) {
|
|
const requireStack = [];
|
|
|
|
for (let cursor = parent; cursor; cursor = cursor.parent) requireStack.push(cursor.filename || cursor.id);
|
|
|
|
return requireStack;
|
|
} // A small note: we don't replace the cache here (and instead use the native one). This is an effort to not
|
|
// break code similar to "delete require.cache[require.resolve(FOO)]", where FOO is a package located outside
|
|
// of the Yarn dependency tree. In this case, we defer the load to the native loader. If we were to replace the
|
|
// cache by our own, the native loader would populate its own cache, which wouldn't be exposed anymore, so the
|
|
// delete call would be broken.
|
|
|
|
|
|
const originalModuleLoad = external_module_.Module._load;
|
|
|
|
external_module_.Module._load = function (request, parent, isMain) {
|
|
if (!enableNativeHooks) return originalModuleLoad.call(external_module_.Module, request, parent, isMain); // Builtins are managed by the regular Node loader
|
|
|
|
if (isBuiltinModule(request)) {
|
|
try {
|
|
enableNativeHooks = false;
|
|
return originalModuleLoad.call(external_module_.Module, request, parent, isMain);
|
|
} finally {
|
|
enableNativeHooks = true;
|
|
}
|
|
}
|
|
|
|
const parentApiPath = opts.manager.getApiPathFromParent(parent);
|
|
const parentApi = parentApiPath !== null ? opts.manager.getApiEntry(parentApiPath, true).instance : null; // Requests that aren't covered by the PnP runtime goes through the
|
|
// parent `_load` implementation. This is required for VSCode, for example,
|
|
// which override `_load` to provide additional builtins to its extensions.
|
|
|
|
if (parentApi === null) return originalModuleLoad(request, parent, isMain); // The 'pnpapi' name is reserved to return the PnP api currently in use
|
|
// by the program
|
|
|
|
if (request === `pnpapi`) return parentApi; // Request `Module._resolveFilename` (ie. `resolveRequest`) to tell us
|
|
// which file we should load
|
|
|
|
const modulePath = external_module_.Module._resolveFilename(request, parent, isMain); // We check whether the module is owned by the dependency tree of the
|
|
// module that required it. If it isn't, then we need to create a new
|
|
// store and possibly load its sandboxed PnP runtime.
|
|
|
|
|
|
const isOwnedByRuntime = parentApi !== null ? parentApi.findPackageLocator(modulePath) !== null : false;
|
|
const moduleApiPath = isOwnedByRuntime ? parentApiPath : opts.manager.findApiPathFor(npath.dirname(modulePath));
|
|
const entry = moduleApiPath !== null ? opts.manager.getApiEntry(moduleApiPath) : {
|
|
instance: null,
|
|
cache: defaultCache
|
|
}; // Check if the module has already been created for the given file
|
|
|
|
const cacheEntry = entry.cache[modulePath];
|
|
|
|
if (cacheEntry) {
|
|
// When a dynamic import is used in CJS files Node adds the module
|
|
// to the cache but doesn't load it so we do it here.
|
|
//
|
|
// Keep track of and check if the module is already loading to
|
|
// handle circular requires.
|
|
//
|
|
// The explicit checks are required since `@babel/register` et al.
|
|
// create modules without the `loaded` and `load` properties
|
|
if (cacheEntry.loaded === false && cacheEntry.isLoading !== true) {
|
|
try {
|
|
cacheEntry.isLoading = true;
|
|
cacheEntry.load(modulePath);
|
|
} finally {
|
|
cacheEntry.isLoading = false;
|
|
}
|
|
}
|
|
|
|
return cacheEntry.exports;
|
|
} // Create a new module and store it into the cache
|
|
|
|
|
|
const module = new external_module_.Module(modulePath, parent !== null && parent !== void 0 ? parent : undefined);
|
|
module.pnpApiPath = moduleApiPath;
|
|
entry.cache[modulePath] = module; // The main module is exposed as global variable
|
|
|
|
if (isMain) {
|
|
process.mainModule = module;
|
|
module.id = `.`;
|
|
} // Try to load the module, and remove it from the cache if it fails
|
|
|
|
|
|
let hasThrown = true;
|
|
|
|
try {
|
|
module.isLoading = true;
|
|
module.load(modulePath);
|
|
hasThrown = false;
|
|
} finally {
|
|
module.isLoading = false;
|
|
|
|
if (hasThrown) {
|
|
delete external_module_.Module._cache[modulePath];
|
|
}
|
|
}
|
|
|
|
return module.exports;
|
|
};
|
|
|
|
function getIssuerSpecsFromPaths(paths) {
|
|
return paths.map(path => ({
|
|
apiPath: opts.manager.findApiPathFor(path),
|
|
path,
|
|
module: null
|
|
}));
|
|
}
|
|
|
|
function getIssuerSpecsFromModule(module) {
|
|
var _a;
|
|
|
|
if (module && module.id !== `<repl>` && module.id !== `internal/preload` && !module.parent && !module.filename && module.paths.length > 0) {
|
|
return [{
|
|
apiPath: opts.manager.findApiPathFor(module.paths[0]),
|
|
path: module.paths[0],
|
|
module
|
|
}];
|
|
}
|
|
|
|
const issuer = getIssuerModule(module);
|
|
|
|
if (issuer !== null) {
|
|
const path = npath.dirname(issuer.filename);
|
|
const apiPath = opts.manager.getApiPathFromParent(issuer);
|
|
return [{
|
|
apiPath,
|
|
path,
|
|
module
|
|
}];
|
|
} else {
|
|
const path = process.cwd();
|
|
const apiPath = (_a = opts.manager.findApiPathFor(npath.join(path, `[file]`))) !== null && _a !== void 0 ? _a : opts.manager.getApiPathFromParent(null);
|
|
return [{
|
|
apiPath,
|
|
path,
|
|
module
|
|
}];
|
|
}
|
|
}
|
|
|
|
function makeFakeParent(path) {
|
|
const fakeParent = new external_module_.Module(``);
|
|
const fakeFilePath = npath.join(path, `[file]`);
|
|
fakeParent.paths = external_module_.Module._nodeModulePaths(fakeFilePath);
|
|
return fakeParent;
|
|
} // Splits a require request into its components, or return null if the request is a file path
|
|
|
|
|
|
const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:@[^/]+\/)?[^/]+)\/*(.*|)$/;
|
|
const originalModuleResolveFilename = external_module_.Module._resolveFilename;
|
|
|
|
external_module_.Module._resolveFilename = function (request, parent, isMain, options) {
|
|
if (isBuiltinModule(request)) return request;
|
|
if (!enableNativeHooks) return originalModuleResolveFilename.call(external_module_.Module, request, parent, isMain, options);
|
|
|
|
if (options && options.plugnplay === false) {
|
|
const {
|
|
plugnplay,
|
|
...rest
|
|
} = options; // Workaround a bug present in some version of Node (now fixed)
|
|
// https://github.com/nodejs/node/pull/28078
|
|
|
|
const forwardedOptions = Object.keys(rest).length > 0 ? rest : undefined;
|
|
|
|
try {
|
|
enableNativeHooks = false;
|
|
return originalModuleResolveFilename.call(external_module_.Module, request, parent, isMain, forwardedOptions);
|
|
} finally {
|
|
enableNativeHooks = true;
|
|
}
|
|
} // We check that all the options present here are supported; better
|
|
// to fail fast than to introduce subtle bugs in the runtime.
|
|
|
|
|
|
if (options) {
|
|
const optionNames = new Set(Object.keys(options));
|
|
optionNames.delete(`paths`);
|
|
optionNames.delete(`plugnplay`);
|
|
|
|
if (optionNames.size > 0) {
|
|
throw internalTools_makeError(ErrorCode.UNSUPPORTED, `Some options passed to require() aren't supported by PnP yet (${Array.from(optionNames).join(`, `)})`);
|
|
}
|
|
}
|
|
|
|
const issuerSpecs = options && options.paths ? getIssuerSpecsFromPaths(options.paths) : getIssuerSpecsFromModule(parent);
|
|
|
|
if (request.match(pathRegExp) === null) {
|
|
const parentDirectory = (parent === null || parent === void 0 ? void 0 : parent.filename) != null ? npath.dirname(parent.filename) : null;
|
|
const absoluteRequest = npath.isAbsolute(request) ? request : parentDirectory !== null ? npath.resolve(parentDirectory, request) : null;
|
|
|
|
if (absoluteRequest !== null) {
|
|
const apiPath = parentDirectory === npath.dirname(absoluteRequest) && (parent === null || parent === void 0 ? void 0 : parent.pnpApiPath) ? parent.pnpApiPath : opts.manager.findApiPathFor(absoluteRequest);
|
|
|
|
if (apiPath !== null) {
|
|
issuerSpecs.unshift({
|
|
apiPath,
|
|
path: parentDirectory,
|
|
module: null
|
|
});
|
|
}
|
|
}
|
|
}
|
|
|
|
let firstError;
|
|
|
|
for (const {
|
|
apiPath,
|
|
path,
|
|
module
|
|
} of issuerSpecs) {
|
|
let resolution;
|
|
const issuerApi = apiPath !== null ? opts.manager.getApiEntry(apiPath, true).instance : null;
|
|
|
|
try {
|
|
if (issuerApi !== null) {
|
|
resolution = issuerApi.resolveRequest(request, path !== null ? `${path}/` : null);
|
|
} else {
|
|
if (path === null) throw new Error(`Assertion failed: Expected the path to be set`);
|
|
resolution = originalModuleResolveFilename.call(external_module_.Module, request, module || makeFakeParent(path), isMain);
|
|
}
|
|
} catch (error) {
|
|
firstError = firstError || error;
|
|
continue;
|
|
}
|
|
|
|
if (resolution !== null) {
|
|
return resolution;
|
|
}
|
|
}
|
|
|
|
const requireStack = getRequireStack(parent);
|
|
Object.defineProperty(firstError, `requireStack`, {
|
|
configurable: true,
|
|
writable: true,
|
|
enumerable: false,
|
|
value: requireStack
|
|
});
|
|
if (requireStack.length > 0) firstError.message += `\nRequire stack:\n- ${requireStack.join(`\n- `)}`;
|
|
if (typeof firstError.pnpCode === `string`) Error.captureStackTrace(firstError);
|
|
throw firstError;
|
|
};
|
|
|
|
const originalFindPath = external_module_.Module._findPath;
|
|
|
|
external_module_.Module._findPath = function (request, paths, isMain) {
|
|
if (request === `pnpapi`) return false;
|
|
if (!enableNativeHooks) return originalFindPath.call(external_module_.Module, request, paths, isMain); // https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/cjs/loader.js#L490-L494
|
|
|
|
const isAbsolute = npath.isAbsolute(request);
|
|
if (isAbsolute) paths = [``];else if (!paths || paths.length === 0) return false;
|
|
|
|
for (const path of paths) {
|
|
let resolution;
|
|
|
|
try {
|
|
const pnpApiPath = opts.manager.findApiPathFor(isAbsolute ? request : path);
|
|
|
|
if (pnpApiPath !== null) {
|
|
const api = opts.manager.getApiEntry(pnpApiPath, true).instance;
|
|
resolution = api.resolveRequest(request, path) || false;
|
|
} else {
|
|
resolution = originalFindPath.call(external_module_.Module, request, [path], isMain);
|
|
}
|
|
} catch (error) {
|
|
continue;
|
|
}
|
|
|
|
if (resolution) {
|
|
return resolution;
|
|
}
|
|
}
|
|
|
|
return false;
|
|
}; // Specifying the `--experimental-loader` flag makes Node enter ESM mode so we change it to not do that
|
|
// https://github.com/nodejs/node/blob/e817ba70f56c4bfd5d4a68dce8b165142312e7b6/lib/internal/modules/run_main.js#L72-L81
|
|
// Tested by https://github.com/yarnpkg/berry/blob/d80ee2dc5298d31eb864288d77671a2264713371/packages/acceptance-tests/pkg-tests-specs/sources/pnp-esm.test.ts#L226-L244
|
|
// Upstream issue https://github.com/nodejs/node/issues/33226
|
|
|
|
|
|
const originalRunMain = moduleExports.runMain;
|
|
|
|
moduleExports.runMain = function (main = process.argv[1]) {
|
|
const resolvedMain = resolveMainPath(main);
|
|
const useESMLoader = resolvedMain ? shouldUseESMLoader(resolvedMain) : false;
|
|
|
|
if (useESMLoader) {
|
|
originalRunMain(main);
|
|
} else {
|
|
external_module_.Module._load(main, null, true);
|
|
}
|
|
};
|
|
|
|
patchFs((external_fs_default()), new PosixFS(opts.fakeFs));
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/hydrateRuntimeState.ts
|
|
|
|
function hydrateRuntimeState(data, {
|
|
basePath
|
|
}) {
|
|
const portablePath = npath.toPortablePath(basePath);
|
|
const absolutePortablePath = ppath.resolve(portablePath);
|
|
const ignorePattern = data.ignorePatternData !== null ? new RegExp(data.ignorePatternData) : null;
|
|
const packageLocatorsByLocations = new Map();
|
|
const packageRegistry = new Map(data.packageRegistryData.map(([packageName, packageStoreData]) => {
|
|
return [packageName, new Map(packageStoreData.map(([packageReference, packageInformationData]) => {
|
|
var _a;
|
|
|
|
if (packageName === null !== (packageReference === null)) throw new Error(`Assertion failed: The name and reference should be null, or neither should`);
|
|
const discardFromLookup = (_a = packageInformationData.discardFromLookup) !== null && _a !== void 0 ? _a : false; // @ts-expect-error: TypeScript isn't smart enough to understand the type assertion
|
|
|
|
const packageLocator = {
|
|
name: packageName,
|
|
reference: packageReference
|
|
};
|
|
const entry = packageLocatorsByLocations.get(packageInformationData.packageLocation);
|
|
|
|
if (!entry) {
|
|
packageLocatorsByLocations.set(packageInformationData.packageLocation, {
|
|
locator: packageLocator,
|
|
discardFromLookup
|
|
});
|
|
} else {
|
|
entry.discardFromLookup = entry.discardFromLookup && discardFromLookup;
|
|
|
|
if (!discardFromLookup) {
|
|
entry.locator = packageLocator;
|
|
}
|
|
}
|
|
|
|
let resolvedPackageLocation = null;
|
|
return [packageReference, {
|
|
packageDependencies: new Map(packageInformationData.packageDependencies),
|
|
packagePeers: new Set(packageInformationData.packagePeers),
|
|
linkType: packageInformationData.linkType,
|
|
discardFromLookup,
|
|
|
|
// we only need this for packages that are used by the currently running script
|
|
// this is a lazy getter because `ppath.join` has some overhead
|
|
get packageLocation() {
|
|
// We use ppath.join instead of ppath.resolve because:
|
|
// 1) packageInformationData.packageLocation is a relative path when part of the SerializedState
|
|
// 2) ppath.join preserves trailing slashes
|
|
return resolvedPackageLocation || (resolvedPackageLocation = ppath.join(absolutePortablePath, packageInformationData.packageLocation));
|
|
}
|
|
|
|
}];
|
|
}))];
|
|
}));
|
|
const fallbackExclusionList = new Map(data.fallbackExclusionList.map(([packageName, packageReferences]) => {
|
|
return [packageName, new Set(packageReferences)];
|
|
}));
|
|
const fallbackPool = new Map(data.fallbackPool);
|
|
const dependencyTreeRoots = data.dependencyTreeRoots;
|
|
const enableTopLevelFallback = data.enableTopLevelFallback;
|
|
return {
|
|
basePath: portablePath,
|
|
dependencyTreeRoots,
|
|
enableTopLevelFallback,
|
|
fallbackExclusionList,
|
|
fallbackPool,
|
|
ignorePattern,
|
|
packageLocatorsByLocations,
|
|
packageRegistry
|
|
};
|
|
}
|
|
;// CONCATENATED MODULE: ../../.yarn/cache/resolve.exports-npm-1.1.0-81756e03ba-52865af8ed.zip/node_modules/resolve.exports/dist/index.mjs
|
|
/**
|
|
* @param {object} exports
|
|
* @param {Set<string>} keys
|
|
*/
|
|
function loop(exports, keys) {
|
|
if (typeof exports === 'string') {
|
|
return exports;
|
|
}
|
|
|
|
if (exports) {
|
|
let idx, tmp;
|
|
if (Array.isArray(exports)) {
|
|
for (idx=0; idx < exports.length; idx++) {
|
|
if (tmp = loop(exports[idx], keys)) return tmp;
|
|
}
|
|
} else {
|
|
for (idx in exports) {
|
|
if (keys.has(idx)) {
|
|
return loop(exports[idx], keys);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @param {string} name The package name
|
|
* @param {string} entry The target entry, eg "."
|
|
* @param {number} [condition] Unmatched condition?
|
|
*/
|
|
function bail(name, entry, condition) {
|
|
throw new Error(
|
|
condition
|
|
? `No known conditions for "${entry}" entry in "${name}" package`
|
|
: `Missing "${entry}" export in "${name}" package`
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @param {string} name the package name
|
|
* @param {string} entry the target path/import
|
|
*/
|
|
function toName(name, entry) {
|
|
return entry === name ? '.'
|
|
: entry[0] === '.' ? entry
|
|
: entry.replace(new RegExp('^' + name + '\/'), './');
|
|
}
|
|
|
|
/**
|
|
* @param {object} pkg package.json contents
|
|
* @param {string} [entry] entry name or import path
|
|
* @param {object} [options]
|
|
* @param {boolean} [options.browser]
|
|
* @param {boolean} [options.require]
|
|
* @param {string[]} [options.conditions]
|
|
* @param {boolean} [options.unsafe]
|
|
*/
|
|
function resolve(pkg, entry='.', options={}) {
|
|
let { name, exports } = pkg;
|
|
|
|
if (exports) {
|
|
let { browser, require, unsafe, conditions=[] } = options;
|
|
|
|
let target = toName(name, entry);
|
|
if (target[0] !== '.') target = './' + target;
|
|
|
|
if (typeof exports === 'string') {
|
|
return target === '.' ? exports : bail(name, target);
|
|
}
|
|
|
|
let allows = new Set(['default', ...conditions]);
|
|
unsafe || allows.add(require ? 'require' : 'import');
|
|
unsafe || allows.add(browser ? 'browser' : 'node');
|
|
|
|
let key, tmp, isSingle=false;
|
|
|
|
for (key in exports) {
|
|
isSingle = key[0] !== '.';
|
|
break;
|
|
}
|
|
|
|
if (isSingle) {
|
|
return target === '.'
|
|
? loop(exports, allows) || bail(name, target, 1)
|
|
: bail(name, target);
|
|
}
|
|
|
|
if (tmp = exports[target]) {
|
|
return loop(tmp, allows) || bail(name, target, 1);
|
|
}
|
|
|
|
for (key in exports) {
|
|
tmp = key[key.length - 1];
|
|
if (tmp === '/' && target.startsWith(key)) {
|
|
return (tmp = loop(exports[key], allows))
|
|
? (tmp + target.substring(key.length))
|
|
: bail(name, target, 1);
|
|
}
|
|
if (tmp === '*' && target.startsWith(key.slice(0, -1))) {
|
|
// do not trigger if no *content* to inject
|
|
if (target.substring(key.length - 1).length > 0) {
|
|
return (tmp = loop(exports[key], allows))
|
|
? tmp.replace('*', target.substring(key.length - 1))
|
|
: bail(name, target, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
return bail(name, target);
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @param {object} pkg
|
|
* @param {object} [options]
|
|
* @param {string|boolean} [options.browser]
|
|
* @param {string[]} [options.fields]
|
|
*/
|
|
function legacy(pkg, options={}) {
|
|
let i=0, value,
|
|
browser = options.browser,
|
|
fields = options.fields || ['module', 'main'];
|
|
|
|
if (browser && !fields.includes('browser')) {
|
|
fields.unshift('browser');
|
|
}
|
|
|
|
for (; i < fields.length; i++) {
|
|
if (value = pkg[fields[i]]) {
|
|
if (typeof value == 'string') {
|
|
//
|
|
} else if (typeof value == 'object' && fields[i] == 'browser') {
|
|
if (typeof browser == 'string') {
|
|
value = value[browser=toName(pkg.name, browser)];
|
|
if (value == null) return browser;
|
|
}
|
|
} else {
|
|
continue;
|
|
}
|
|
|
|
return typeof value == 'string'
|
|
? ('./' + value.replace(/^\.?\//, ''))
|
|
: value;
|
|
}
|
|
}
|
|
}
|
|
|
|
;// CONCATENATED MODULE: ./sources/loader/makeApi.ts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function makeApi(runtimeState, opts) {
|
|
const alwaysWarnOnFallback = Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK) > 0;
|
|
const debugLevel = Number(process.env.PNP_DEBUG_LEVEL); // @ts-expect-error
|
|
|
|
const builtinModules = new Set(external_module_.Module.builtinModules || Object.keys(process.binding(`natives`)));
|
|
|
|
const isBuiltinModule = request => builtinModules.has(request) || request.startsWith(`node:`); // Splits a require request into its components, or return null if the request is a file path
|
|
|
|
|
|
const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/; // Matches if the path starts with a valid path qualifier (./, ../, /)
|
|
// eslint-disable-next-line no-unused-vars
|
|
|
|
const isStrictRegExp = /^(\/|\.{1,2}(\/|$))/; // Matches if the path must point to a directory (ie ends with /)
|
|
|
|
const isDirRegExp = /\/$/; // Matches if the path starts with a relative path qualifier (./, ../)
|
|
|
|
const isRelativeRegexp = /^\.{0,2}\//; // We only instantiate one of those so that we can use strict-equal comparisons
|
|
|
|
const topLevelLocator = {
|
|
name: null,
|
|
reference: null
|
|
}; // Used for compatibility purposes - cf setupCompatibilityLayer
|
|
|
|
const fallbackLocators = []; // To avoid emitting the same warning multiple times
|
|
|
|
const emittedWarnings = new Set();
|
|
if (runtimeState.enableTopLevelFallback === true) fallbackLocators.push(topLevelLocator);
|
|
|
|
if (opts.compatibilityMode !== false) {
|
|
// ESLint currently doesn't have any portable way for shared configs to
|
|
// specify their own plugins that should be used (cf issue #10125). This
|
|
// will likely get fixed at some point but it'll take time, so in the
|
|
// meantime we'll just add additional fallback entries for common shared
|
|
// configs.
|
|
// Similarly, Gatsby generates files within the `public` folder located
|
|
// within the project, but doesn't pre-resolve the `require` calls to use
|
|
// its own dependencies. Meaning that when PnP see a file from the `public`
|
|
// folder making a require, it thinks that your project forgot to list one
|
|
// of your dependencies.
|
|
for (const name of [`react-scripts`, `gatsby`]) {
|
|
const packageStore = runtimeState.packageRegistry.get(name);
|
|
|
|
if (packageStore) {
|
|
for (const reference of packageStore.keys()) {
|
|
if (reference === null) {
|
|
throw new Error(`Assertion failed: This reference shouldn't be null`);
|
|
} else {
|
|
fallbackLocators.push({
|
|
name,
|
|
reference
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/**
|
|
* The setup code will be injected here. The tables listed below are guaranteed to be filled after the call to
|
|
* the $$DYNAMICALLY_GENERATED_CODE function.
|
|
*/
|
|
|
|
|
|
const {
|
|
ignorePattern,
|
|
packageRegistry,
|
|
packageLocatorsByLocations
|
|
} = runtimeState;
|
|
/**
|
|
* Allows to print useful logs just be setting a value in the environment
|
|
*/
|
|
|
|
function makeLogEntry(name, args) {
|
|
return {
|
|
fn: name,
|
|
args,
|
|
error: null,
|
|
result: null
|
|
};
|
|
}
|
|
|
|
function trace(entry) {
|
|
var _a, _b, _c, _d, _e, _f;
|
|
|
|
const colors = (_c = (_b = (_a = process.stderr) === null || _a === void 0 ? void 0 : _a.hasColors) === null || _b === void 0 ? void 0 : _b.call(_a)) !== null && _c !== void 0 ? _c : process.stdout.isTTY;
|
|
|
|
const c = (n, str) => `\u001b[${n}m${str}\u001b[0m`;
|
|
|
|
const error = entry.error;
|
|
if (error) console.error(c(`31;1`, `✖ ${(_d = entry.error) === null || _d === void 0 ? void 0 : _d.message.replace(/\n.*/s, ``)}`));else console.error(c(`33;1`, `‼ Resolution`));
|
|
if (entry.args.length > 0) console.error();
|
|
|
|
for (const arg of entry.args) console.error(` ${c(`37;1`, `In ←`)} ${(0,external_util_namespaceObject.inspect)(arg, {
|
|
colors,
|
|
compact: true
|
|
})}`);
|
|
|
|
if (entry.result) {
|
|
console.error();
|
|
console.error(` ${c(`37;1`, `Out →`)} ${(0,external_util_namespaceObject.inspect)(entry.result, {
|
|
colors,
|
|
compact: true
|
|
})}`);
|
|
}
|
|
|
|
const stack = (_f = (_e = new Error().stack.match(/(?<=^ +)at.*/gm)) === null || _e === void 0 ? void 0 : _e.slice(2)) !== null && _f !== void 0 ? _f : [];
|
|
|
|
if (stack.length > 0) {
|
|
console.error();
|
|
|
|
for (const line of stack) {
|
|
console.error(` ${c(`38;5;244`, line)}`);
|
|
}
|
|
}
|
|
|
|
console.error();
|
|
}
|
|
|
|
function maybeLog(name, fn) {
|
|
if (opts.allowDebug === false) return fn;
|
|
|
|
if (Number.isFinite(debugLevel)) {
|
|
if (debugLevel >= 2) {
|
|
return (...args) => {
|
|
const logEntry = makeLogEntry(name, args);
|
|
|
|
try {
|
|
return logEntry.result = fn(...args);
|
|
} catch (error) {
|
|
throw logEntry.error = error;
|
|
} finally {
|
|
trace(logEntry);
|
|
}
|
|
};
|
|
} else if (debugLevel >= 1) {
|
|
return (...args) => {
|
|
try {
|
|
return fn(...args);
|
|
} catch (error) {
|
|
const logEntry = makeLogEntry(name, args);
|
|
logEntry.error = error;
|
|
trace(logEntry);
|
|
throw error;
|
|
}
|
|
};
|
|
}
|
|
}
|
|
|
|
return fn;
|
|
}
|
|
/**
|
|
* Returns information about a package in a safe way (will throw if they cannot be retrieved)
|
|
*/
|
|
|
|
|
|
function getPackageInformationSafe(packageLocator) {
|
|
const packageInformation = getPackageInformation(packageLocator);
|
|
|
|
if (!packageInformation) {
|
|
throw internalTools_makeError(ErrorCode.INTERNAL, `Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)`);
|
|
}
|
|
|
|
return packageInformation;
|
|
}
|
|
/**
|
|
* Returns whether the specified locator is a dependency tree root (in which case it's part of the project) or not
|
|
*/
|
|
|
|
|
|
function isDependencyTreeRoot(packageLocator) {
|
|
if (packageLocator.name === null) return true;
|
|
|
|
for (const dependencyTreeRoot of runtimeState.dependencyTreeRoots) if (dependencyTreeRoot.name === packageLocator.name && dependencyTreeRoot.reference === packageLocator.reference) return true;
|
|
|
|
return false;
|
|
}
|
|
|
|
const defaultExportsConditions = new Set([`default`, `node`, `require`]);
|
|
/**
|
|
* Implements the node resolution for the "exports" field
|
|
*
|
|
* @returns The remapped path or `null` if the package doesn't have a package.json or an "exports" field
|
|
*/
|
|
|
|
function applyNodeExportsResolution(unqualifiedPath, conditions = defaultExportsConditions) {
|
|
const locator = findPackageLocator(ppath.join(unqualifiedPath, `internal.js`), {
|
|
resolveIgnored: true,
|
|
includeDiscardFromLookup: true
|
|
});
|
|
|
|
if (locator === null) {
|
|
throw internalTools_makeError(ErrorCode.INTERNAL, `The locator that owns the "${unqualifiedPath}" path can't be found inside the dependency tree (this is probably an internal error)`);
|
|
}
|
|
|
|
const {
|
|
packageLocation
|
|
} = getPackageInformationSafe(locator);
|
|
const manifestPath = ppath.join(packageLocation, Filename.manifest);
|
|
if (!opts.fakeFs.existsSync(manifestPath)) return null;
|
|
const pkgJson = JSON.parse(opts.fakeFs.readFileSync(manifestPath, `utf8`));
|
|
let subpath = ppath.contains(packageLocation, unqualifiedPath);
|
|
|
|
if (subpath === null) {
|
|
throw internalTools_makeError(ErrorCode.INTERNAL, `unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)`);
|
|
}
|
|
|
|
if (!isRelativeRegexp.test(subpath)) subpath = `./${subpath}`;
|
|
const resolvedExport = resolve(pkgJson, ppath.normalize(subpath), {
|
|
// TODO: implement support for the --conditions flag
|
|
// Waiting on https://github.com/nodejs/node/issues/36935
|
|
// @ts-expect-error - Type should be Iterable<string>
|
|
conditions,
|
|
unsafe: true
|
|
});
|
|
if (typeof resolvedExport === `string`) return ppath.join(packageLocation, resolvedExport);
|
|
return null;
|
|
}
|
|
/**
|
|
* Implements the node resolution for folder access and extension selection
|
|
*/
|
|
|
|
|
|
function applyNodeExtensionResolution(unqualifiedPath, candidates, {
|
|
extensions
|
|
}) {
|
|
let stat;
|
|
|
|
try {
|
|
candidates.push(unqualifiedPath);
|
|
stat = opts.fakeFs.statSync(unqualifiedPath);
|
|
} catch (error) {} // If the file exists and is a file, we can stop right there
|
|
|
|
|
|
if (stat && !stat.isDirectory()) return opts.fakeFs.realpathSync(unqualifiedPath); // If the file is a directory, we must check if it contains a package.json with a "main" entry
|
|
|
|
if (stat && stat.isDirectory()) {
|
|
let pkgJson;
|
|
|
|
try {
|
|
pkgJson = JSON.parse(opts.fakeFs.readFileSync(ppath.join(unqualifiedPath, Filename.manifest), `utf8`));
|
|
} catch (error) {}
|
|
|
|
let nextUnqualifiedPath;
|
|
if (pkgJson && pkgJson.main) nextUnqualifiedPath = ppath.resolve(unqualifiedPath, pkgJson.main); // If the "main" field changed the path, we start again from this new location
|
|
|
|
if (nextUnqualifiedPath && nextUnqualifiedPath !== unqualifiedPath) {
|
|
const resolution = applyNodeExtensionResolution(nextUnqualifiedPath, candidates, {
|
|
extensions
|
|
});
|
|
|
|
if (resolution !== null) {
|
|
return resolution;
|
|
}
|
|
}
|
|
} // Otherwise we check if we find a file that match one of the supported extensions
|
|
|
|
|
|
for (let i = 0, length = extensions.length; i < length; i++) {
|
|
const candidateFile = `${unqualifiedPath}${extensions[i]}`;
|
|
candidates.push(candidateFile);
|
|
|
|
if (opts.fakeFs.existsSync(candidateFile)) {
|
|
return candidateFile;
|
|
}
|
|
} // Otherwise, we check if the path is a folder - in such a case, we try to use its index
|
|
|
|
|
|
if (stat && stat.isDirectory()) {
|
|
for (let i = 0, length = extensions.length; i < length; i++) {
|
|
const candidateFile = ppath.format({
|
|
dir: unqualifiedPath,
|
|
name: `index`,
|
|
ext: extensions[i]
|
|
});
|
|
candidates.push(candidateFile);
|
|
|
|
if (opts.fakeFs.existsSync(candidateFile)) {
|
|
return candidateFile;
|
|
}
|
|
}
|
|
} // Otherwise there's nothing else we can do :(
|
|
|
|
|
|
return null;
|
|
}
|
|
/**
|
|
* This function creates fake modules that can be used with the _resolveFilename function.
|
|
* Ideally it would be nice to be able to avoid this, since it causes useless allocations
|
|
* and cannot be cached efficiently (we recompute the nodeModulePaths every time).
|
|
*
|
|
* Fortunately, this should only affect the fallback, and there hopefully shouldn't have a
|
|
* lot of them.
|
|
*/
|
|
|
|
|
|
function makeFakeModule(path) {
|
|
// @ts-expect-error
|
|
const fakeModule = new external_module_.Module(path, null);
|
|
fakeModule.filename = path;
|
|
fakeModule.paths = external_module_.Module._nodeModulePaths(path);
|
|
return fakeModule;
|
|
}
|
|
/**
|
|
* Forward the resolution to the next resolver (usually the native one)
|
|
*/
|
|
|
|
|
|
function callNativeResolution(request, issuer) {
|
|
if (issuer.endsWith(`/`)) issuer = ppath.join(issuer, `internal.js`); // Since we would need to create a fake module anyway (to call _resolveLookupPath that
|
|
// would give us the paths to give to _resolveFilename), we can as well not use
|
|
// the {paths} option at all, since it internally makes _resolveFilename create another
|
|
// fake module anyway.
|
|
|
|
return external_module_.Module._resolveFilename(npath.fromPortablePath(request), makeFakeModule(npath.fromPortablePath(issuer)), false, {
|
|
plugnplay: false
|
|
});
|
|
}
|
|
/**
|
|
*
|
|
*/
|
|
|
|
|
|
function isPathIgnored(path) {
|
|
if (ignorePattern === null) return false;
|
|
const subPath = ppath.contains(runtimeState.basePath, path);
|
|
if (subPath === null) return false;
|
|
|
|
if (ignorePattern.test(subPath.replace(/\/$/, ``))) {
|
|
return true;
|
|
} else {
|
|
return false;
|
|
}
|
|
}
|
|
/**
|
|
* This key indicates which version of the standard is implemented by this resolver. The `std` key is the
|
|
* Plug'n'Play standard, and any other key are third-party extensions. Third-party extensions are not allowed
|
|
* to override the standard, and can only offer new methods.
|
|
*
|
|
* If a new version of the Plug'n'Play standard is released and some extensions conflict with newly added
|
|
* functions, they'll just have to fix the conflicts and bump their own version number.
|
|
*/
|
|
|
|
|
|
const VERSIONS = {
|
|
std: 3,
|
|
resolveVirtual: 1,
|
|
getAllLocators: 1
|
|
};
|
|
/**
|
|
* We export a special symbol for easy access to the top level locator.
|
|
*/
|
|
|
|
const topLevel = topLevelLocator;
|
|
/**
|
|
* Gets the package information for a given locator. Returns null if they cannot be retrieved.
|
|
*/
|
|
|
|
function getPackageInformation({
|
|
name,
|
|
reference
|
|
}) {
|
|
const packageInformationStore = packageRegistry.get(name);
|
|
if (!packageInformationStore) return null;
|
|
const packageInformation = packageInformationStore.get(reference);
|
|
if (!packageInformation) return null;
|
|
return packageInformation;
|
|
}
|
|
/**
|
|
* Find all packages that depend on the specified one.
|
|
*
|
|
* Note: This is a private function; we expect consumers to implement it
|
|
* themselves. We keep it that way because this implementation isn't
|
|
* optimized at all, since we only need it when printing errors.
|
|
*/
|
|
|
|
|
|
function findPackageDependents({
|
|
name,
|
|
reference
|
|
}) {
|
|
const dependents = [];
|
|
|
|
for (const [dependentName, packageInformationStore] of packageRegistry) {
|
|
if (dependentName === null) continue;
|
|
|
|
for (const [dependentReference, packageInformation] of packageInformationStore) {
|
|
if (dependentReference === null) continue;
|
|
const dependencyReference = packageInformation.packageDependencies.get(name);
|
|
if (dependencyReference !== reference) continue; // Don't forget that all packages depend on themselves
|
|
|
|
if (dependentName === name && dependentReference === reference) continue;
|
|
dependents.push({
|
|
name: dependentName,
|
|
reference: dependentReference
|
|
});
|
|
}
|
|
}
|
|
|
|
return dependents;
|
|
}
|
|
/**
|
|
* Find all packages that broke the peer dependency on X, starting from Y.
|
|
*
|
|
* Note: This is a private function; we expect consumers to implement it
|
|
* themselves. We keep it that way because this implementation isn't
|
|
* optimized at all, since we only need it when printing errors.
|
|
*/
|
|
|
|
|
|
function findBrokenPeerDependencies(dependency, initialPackage) {
|
|
const brokenPackages = new Map();
|
|
const alreadyVisited = new Set();
|
|
|
|
const traversal = currentPackage => {
|
|
const identifier = JSON.stringify(currentPackage.name);
|
|
if (alreadyVisited.has(identifier)) return;
|
|
alreadyVisited.add(identifier);
|
|
const dependents = findPackageDependents(currentPackage);
|
|
|
|
for (const dependent of dependents) {
|
|
const dependentInformation = getPackageInformationSafe(dependent);
|
|
|
|
if (dependentInformation.packagePeers.has(dependency)) {
|
|
traversal(dependent);
|
|
} else {
|
|
let brokenSet = brokenPackages.get(dependent.name);
|
|
if (typeof brokenSet === `undefined`) brokenPackages.set(dependent.name, brokenSet = new Set());
|
|
brokenSet.add(dependent.reference);
|
|
}
|
|
}
|
|
};
|
|
|
|
traversal(initialPackage);
|
|
const brokenList = [];
|
|
|
|
for (const name of [...brokenPackages.keys()].sort()) for (const reference of [...brokenPackages.get(name)].sort()) brokenList.push({
|
|
name,
|
|
reference
|
|
});
|
|
|
|
return brokenList;
|
|
}
|
|
/**
|
|
* Finds the package locator that owns the specified path. If none is found, returns null instead.
|
|
*/
|
|
|
|
|
|
function findPackageLocator(location, {
|
|
resolveIgnored = false,
|
|
includeDiscardFromLookup = false
|
|
} = {}) {
|
|
if (isPathIgnored(location) && !resolveIgnored) return null;
|
|
let relativeLocation = ppath.relative(runtimeState.basePath, location);
|
|
if (!relativeLocation.match(isStrictRegExp)) relativeLocation = `./${relativeLocation}`;
|
|
if (!relativeLocation.endsWith(`/`)) relativeLocation = `${relativeLocation}/`;
|
|
|
|
do {
|
|
const entry = packageLocatorsByLocations.get(relativeLocation);
|
|
|
|
if (typeof entry === `undefined` || entry.discardFromLookup && !includeDiscardFromLookup) {
|
|
relativeLocation = relativeLocation.substring(0, relativeLocation.lastIndexOf(`/`, relativeLocation.length - 2) + 1);
|
|
continue;
|
|
}
|
|
|
|
return entry.locator;
|
|
} while (relativeLocation !== ``);
|
|
|
|
return null;
|
|
}
|
|
/**
|
|
* Transforms a request (what's typically passed as argument to the require function) into an unqualified path.
|
|
* This path is called "unqualified" because it only changes the package name to the package location on the disk,
|
|
* which means that the end result still cannot be directly accessed (for example, it doesn't try to resolve the
|
|
* file extension, or to resolve directories to their "index.js" content). Use the "resolveUnqualified" function
|
|
* to convert them to fully-qualified paths, or just use "resolveRequest" that do both operations in one go.
|
|
*
|
|
* Note that it is extremely important that the `issuer` path ends with a forward slash if the issuer is to be
|
|
* treated as a folder (ie. "/tmp/foo/" rather than "/tmp/foo" if "foo" is a directory). Otherwise relative
|
|
* imports won't be computed correctly (they'll get resolved relative to "/tmp/" instead of "/tmp/foo/").
|
|
*/
|
|
|
|
|
|
function resolveToUnqualified(request, issuer, {
|
|
considerBuiltins = true
|
|
} = {}) {
|
|
// The 'pnpapi' request is reserved and will always return the path to the PnP file, from everywhere
|
|
if (request === `pnpapi`) return npath.toPortablePath(opts.pnpapiResolution); // Bailout if the request is a native module
|
|
|
|
if (considerBuiltins && isBuiltinModule(request)) return null;
|
|
const requestForDisplay = getPathForDisplay(request);
|
|
const issuerForDisplay = issuer && getPathForDisplay(issuer); // We allow disabling the pnp resolution for some subpaths.
|
|
// This is because some projects, often legacy, contain multiple
|
|
// levels of dependencies (ie. a yarn.lock inside a subfolder of
|
|
// a yarn.lock). This is typically solved using workspaces, but
|
|
// not all of them have been converted already.
|
|
|
|
if (issuer && isPathIgnored(issuer)) {
|
|
// Absolute paths that seem to belong to a PnP tree are still
|
|
// handled by our runtime even if the issuer isn't. This is
|
|
// because the native Node resolution uses a special version
|
|
// of the `stat` syscall which would otherwise bypass the
|
|
// filesystem layer we require to access the files.
|
|
if (!ppath.isAbsolute(request) || findPackageLocator(request) === null) {
|
|
const result = callNativeResolution(request, issuer);
|
|
|
|
if (result === false) {
|
|
throw internalTools_makeError(ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp)\n\nRequire request: "${requestForDisplay}"\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay
|
|
});
|
|
}
|
|
|
|
return npath.toPortablePath(result);
|
|
}
|
|
}
|
|
|
|
let unqualifiedPath; // If the request is a relative or absolute path, we just return it normalized
|
|
|
|
const dependencyNameMatch = request.match(pathRegExp);
|
|
|
|
if (!dependencyNameMatch) {
|
|
if (ppath.isAbsolute(request)) {
|
|
unqualifiedPath = ppath.normalize(request);
|
|
} else {
|
|
if (!issuer) {
|
|
throw internalTools_makeError(ErrorCode.API_ERROR, `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay
|
|
});
|
|
} // We use ppath.join instead of ppath.resolve because:
|
|
// 1) The request is a relative path in this branch
|
|
// 2) ppath.join preserves trailing slashes
|
|
|
|
|
|
const absoluteIssuer = ppath.resolve(issuer);
|
|
|
|
if (issuer.match(isDirRegExp)) {
|
|
unqualifiedPath = ppath.normalize(ppath.join(absoluteIssuer, request));
|
|
} else {
|
|
unqualifiedPath = ppath.normalize(ppath.join(ppath.dirname(absoluteIssuer), request));
|
|
}
|
|
}
|
|
} else {
|
|
// Things are more hairy if it's a package require - we then need to figure out which package is needed, and in
|
|
// particular the exact version for the given location on the dependency tree
|
|
if (!issuer) {
|
|
throw internalTools_makeError(ErrorCode.API_ERROR, `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay
|
|
});
|
|
}
|
|
|
|
const [, dependencyName, subPath] = dependencyNameMatch;
|
|
const issuerLocator = findPackageLocator(issuer); // If the issuer file doesn't seem to be owned by a package managed through pnp, then we resort to using the next
|
|
// resolution algorithm in the chain, usually the native Node resolution one
|
|
|
|
if (!issuerLocator) {
|
|
const result = callNativeResolution(request, issuer);
|
|
|
|
if (result === false) {
|
|
throw internalTools_makeError(ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree).\n\nRequire path: "${requestForDisplay}"\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay
|
|
});
|
|
}
|
|
|
|
return npath.toPortablePath(result);
|
|
}
|
|
|
|
const issuerInformation = getPackageInformationSafe(issuerLocator); // We obtain the dependency reference in regard to the package that request it
|
|
|
|
let dependencyReference = issuerInformation.packageDependencies.get(dependencyName);
|
|
let fallbackReference = null; // If we can't find it, we check if we can potentially load it from the packages that have been defined as potential fallbacks.
|
|
// It's a bit of a hack, but it improves compatibility with the existing Node ecosystem. Hopefully we should eventually be able
|
|
// to kill this logic and become stricter once pnp gets enough traction and the affected packages fix themselves.
|
|
|
|
if (dependencyReference == null) {
|
|
if (issuerLocator.name !== null) {
|
|
// To allow programs to become gradually stricter, starting from the v2 we enforce that workspaces cannot depend on fallbacks.
|
|
// This works by having a list containing all their locators, and checking when a fallback is required whether it's one of them.
|
|
const exclusionEntry = runtimeState.fallbackExclusionList.get(issuerLocator.name);
|
|
const canUseFallbacks = !exclusionEntry || !exclusionEntry.has(issuerLocator.reference);
|
|
|
|
if (canUseFallbacks) {
|
|
for (let t = 0, T = fallbackLocators.length; t < T; ++t) {
|
|
const fallbackInformation = getPackageInformationSafe(fallbackLocators[t]);
|
|
const reference = fallbackInformation.packageDependencies.get(dependencyName);
|
|
if (reference == null) continue;
|
|
if (alwaysWarnOnFallback) fallbackReference = reference;else dependencyReference = reference;
|
|
break;
|
|
}
|
|
|
|
if (runtimeState.enableTopLevelFallback) {
|
|
if (dependencyReference == null && fallbackReference === null) {
|
|
const reference = runtimeState.fallbackPool.get(dependencyName);
|
|
|
|
if (reference != null) {
|
|
fallbackReference = reference;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} // If we can't find the path, and if the package making the request is the top-level, we can offer nicer error messages
|
|
|
|
|
|
let error = null;
|
|
|
|
if (dependencyReference === null) {
|
|
if (isDependencyTreeRoot(issuerLocator)) {
|
|
error = internalTools_makeError(ErrorCode.MISSING_PEER_DEPENDENCY, `Your application tried to access ${dependencyName} (a peer dependency); this isn't allowed as there is no ancestor to satisfy the requirement. Use a devDependency if needed.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
dependencyName
|
|
});
|
|
} else {
|
|
const brokenAncestors = findBrokenPeerDependencies(dependencyName, issuerLocator);
|
|
|
|
if (brokenAncestors.every(ancestor => isDependencyTreeRoot(ancestor))) {
|
|
error = internalTools_makeError(ErrorCode.MISSING_PEER_DEPENDENCY, `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by your application; this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})\n${brokenAncestors.map(ancestorLocator => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference}\n`).join(``)}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
issuerLocator: Object.assign({}, issuerLocator),
|
|
dependencyName,
|
|
brokenAncestors
|
|
});
|
|
} else {
|
|
error = internalTools_makeError(ErrorCode.MISSING_PEER_DEPENDENCY, `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})\n\n${brokenAncestors.map(ancestorLocator => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference}\n`).join(``)}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
issuerLocator: Object.assign({}, issuerLocator),
|
|
dependencyName,
|
|
brokenAncestors
|
|
});
|
|
}
|
|
}
|
|
} else if (dependencyReference === undefined) {
|
|
if (!considerBuiltins && isBuiltinModule(request)) {
|
|
if (isDependencyTreeRoot(issuerLocator)) {
|
|
error = internalTools_makeError(ErrorCode.UNDECLARED_DEPENDENCY, `Your application tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
dependencyName
|
|
});
|
|
} else {
|
|
error = internalTools_makeError(ErrorCode.UNDECLARED_DEPENDENCY, `${issuerLocator.name} tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in ${issuerLocator.name}'s dependencies, this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
issuerLocator: Object.assign({}, issuerLocator),
|
|
dependencyName
|
|
});
|
|
}
|
|
} else {
|
|
if (isDependencyTreeRoot(issuerLocator)) {
|
|
error = internalTools_makeError(ErrorCode.UNDECLARED_DEPENDENCY, `Your application tried to access ${dependencyName}, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerForDisplay}\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
dependencyName
|
|
});
|
|
} else {
|
|
error = internalTools_makeError(ErrorCode.UNDECLARED_DEPENDENCY, `${issuerLocator.name} tried to access ${dependencyName}, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.\n\nRequired package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
issuerLocator: Object.assign({}, issuerLocator),
|
|
dependencyName
|
|
});
|
|
}
|
|
}
|
|
}
|
|
|
|
if (dependencyReference == null) {
|
|
if (fallbackReference === null || error === null) throw error || new Error(`Assertion failed: Expected an error to have been set`);
|
|
dependencyReference = fallbackReference;
|
|
const message = error.message.replace(/\n.*/g, ``);
|
|
error.message = message;
|
|
|
|
if (!emittedWarnings.has(message) && debugLevel !== 0) {
|
|
emittedWarnings.add(message);
|
|
process.emitWarning(error);
|
|
}
|
|
} // We need to check that the package exists on the filesystem, because it might not have been installed
|
|
|
|
|
|
const dependencyLocator = Array.isArray(dependencyReference) ? {
|
|
name: dependencyReference[0],
|
|
reference: dependencyReference[1]
|
|
} : {
|
|
name: dependencyName,
|
|
reference: dependencyReference
|
|
};
|
|
const dependencyInformation = getPackageInformationSafe(dependencyLocator);
|
|
|
|
if (!dependencyInformation.packageLocation) {
|
|
throw internalTools_makeError(ErrorCode.MISSING_DEPENDENCY, `A dependency seems valid but didn't get installed for some reason. This might be caused by a partial install, such as dev vs prod.\n\nRequired package: ${dependencyLocator.name}@${dependencyLocator.reference}${dependencyLocator.name !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}\nRequired by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})\n`, {
|
|
request: requestForDisplay,
|
|
issuer: issuerForDisplay,
|
|
dependencyLocator: Object.assign({}, dependencyLocator)
|
|
});
|
|
} // Now that we know which package we should resolve to, we only have to find out the file location
|
|
// packageLocation is always absolute as it's returned by getPackageInformationSafe
|
|
|
|
|
|
const dependencyLocation = dependencyInformation.packageLocation;
|
|
|
|
if (subPath) {
|
|
// We use ppath.join instead of ppath.resolve because:
|
|
// 1) subPath is always a relative path
|
|
// 2) ppath.join preserves trailing slashes
|
|
unqualifiedPath = ppath.join(dependencyLocation, subPath);
|
|
} else {
|
|
unqualifiedPath = dependencyLocation;
|
|
}
|
|
}
|
|
|
|
return ppath.normalize(unqualifiedPath);
|
|
}
|
|
|
|
function resolveUnqualifiedExport(request, unqualifiedPath, conditions = defaultExportsConditions) {
|
|
// "exports" only apply when requiring a package, not when requiring via an absolute / relative path
|
|
if (isStrictRegExp.test(request)) return unqualifiedPath;
|
|
const unqualifiedExportPath = applyNodeExportsResolution(unqualifiedPath, conditions);
|
|
|
|
if (unqualifiedExportPath) {
|
|
return ppath.normalize(unqualifiedExportPath);
|
|
} else {
|
|
return unqualifiedPath;
|
|
}
|
|
}
|
|
/**
|
|
* Transforms an unqualified path into a qualified path by using the Node resolution algorithm (which automatically
|
|
* appends ".js" / ".json", and transforms directory accesses into "index.js").
|
|
*/
|
|
|
|
|
|
function resolveUnqualified(unqualifiedPath, {
|
|
extensions = Object.keys(external_module_.Module._extensions)
|
|
} = {}) {
|
|
const candidates = [];
|
|
const qualifiedPath = applyNodeExtensionResolution(unqualifiedPath, candidates, {
|
|
extensions
|
|
});
|
|
|
|
if (qualifiedPath) {
|
|
return ppath.normalize(qualifiedPath);
|
|
} else {
|
|
const unqualifiedPathForDisplay = getPathForDisplay(unqualifiedPath);
|
|
const containingPackage = findPackageLocator(unqualifiedPath);
|
|
|
|
if (containingPackage) {
|
|
const {
|
|
packageLocation
|
|
} = getPackageInformationSafe(containingPackage);
|
|
|
|
if (!opts.fakeFs.existsSync(packageLocation)) {
|
|
const errorMessage = packageLocation.includes(`/unplugged/`) ? `Required unplugged package missing from disk. This may happen when switching branches without running installs (unplugged packages must be fully materialized on disk to work).` : `Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.`;
|
|
throw internalTools_makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `${errorMessage}\n\nMissing package: ${containingPackage.name}@${containingPackage.reference}\nExpected package location: ${getPathForDisplay(packageLocation)}\n`, {
|
|
unqualifiedPath: unqualifiedPathForDisplay
|
|
});
|
|
}
|
|
}
|
|
|
|
throw internalTools_makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `Qualified path resolution failed - none of those files can be found on the disk.\n\nSource path: ${unqualifiedPathForDisplay}\n${candidates.map(candidate => `Not found: ${getPathForDisplay(candidate)}\n`).join(``)}`, {
|
|
unqualifiedPath: unqualifiedPathForDisplay
|
|
});
|
|
}
|
|
}
|
|
/**
|
|
* Transforms a request into a fully qualified path.
|
|
*
|
|
* Note that it is extremely important that the `issuer` path ends with a forward slash if the issuer is to be
|
|
* treated as a folder (ie. "/tmp/foo/" rather than "/tmp/foo" if "foo" is a directory). Otherwise relative
|
|
* imports won't be computed correctly (they'll get resolved relative to "/tmp/" instead of "/tmp/foo/").
|
|
*/
|
|
|
|
|
|
function resolveRequest(request, issuer, {
|
|
considerBuiltins,
|
|
extensions,
|
|
conditions
|
|
} = {}) {
|
|
const unqualifiedPath = resolveToUnqualified(request, issuer, {
|
|
considerBuiltins
|
|
}); // If the request is the pnpapi, we can just return the unqualifiedPath
|
|
// without having to apply the exports resolution or the extension resolution
|
|
// (opts.pnpapiResolution is always a full path - makeManager enforces this by stat-ing it)
|
|
|
|
if (request === `pnpapi`) return unqualifiedPath;
|
|
if (unqualifiedPath === null) return null;
|
|
|
|
const isIssuerIgnored = () => issuer !== null ? isPathIgnored(issuer) : false;
|
|
|
|
const remappedPath = (!considerBuiltins || !isBuiltinModule(request)) && !isIssuerIgnored() ? resolveUnqualifiedExport(request, unqualifiedPath, conditions) : unqualifiedPath;
|
|
|
|
try {
|
|
return resolveUnqualified(remappedPath, {
|
|
extensions
|
|
});
|
|
} catch (resolutionError) {
|
|
if (resolutionError.pnpCode === `QUALIFIED_PATH_RESOLUTION_FAILED`) Object.assign(resolutionError.data, {
|
|
request: getPathForDisplay(request),
|
|
issuer: issuer && getPathForDisplay(issuer)
|
|
});
|
|
throw resolutionError;
|
|
}
|
|
}
|
|
|
|
function resolveVirtual(request) {
|
|
const normalized = ppath.normalize(request);
|
|
const resolved = VirtualFS.resolveVirtual(normalized);
|
|
return resolved !== normalized ? resolved : null;
|
|
}
|
|
|
|
return {
|
|
VERSIONS,
|
|
topLevel,
|
|
getLocator: (name, referencish) => {
|
|
if (Array.isArray(referencish)) {
|
|
return {
|
|
name: referencish[0],
|
|
reference: referencish[1]
|
|
};
|
|
} else {
|
|
return {
|
|
name,
|
|
reference: referencish
|
|
};
|
|
}
|
|
},
|
|
getDependencyTreeRoots: () => {
|
|
return [...runtimeState.dependencyTreeRoots];
|
|
},
|
|
|
|
getAllLocators() {
|
|
const locators = [];
|
|
|
|
for (const [name, entry] of packageRegistry) for (const reference of entry.keys()) if (name !== null && reference !== null) locators.push({
|
|
name,
|
|
reference
|
|
});
|
|
|
|
return locators;
|
|
},
|
|
|
|
getPackageInformation: locator => {
|
|
const info = getPackageInformation(locator);
|
|
if (info === null) return null;
|
|
const packageLocation = npath.fromPortablePath(info.packageLocation);
|
|
const nativeInfo = { ...info,
|
|
packageLocation
|
|
};
|
|
return nativeInfo;
|
|
},
|
|
findPackageLocator: path => {
|
|
return findPackageLocator(npath.toPortablePath(path));
|
|
},
|
|
resolveToUnqualified: maybeLog(`resolveToUnqualified`, (request, issuer, opts) => {
|
|
const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null;
|
|
const resolution = resolveToUnqualified(npath.toPortablePath(request), portableIssuer, opts);
|
|
if (resolution === null) return null;
|
|
return npath.fromPortablePath(resolution);
|
|
}),
|
|
resolveUnqualified: maybeLog(`resolveUnqualified`, (unqualifiedPath, opts) => {
|
|
return npath.fromPortablePath(resolveUnqualified(npath.toPortablePath(unqualifiedPath), opts));
|
|
}),
|
|
resolveRequest: maybeLog(`resolveRequest`, (request, issuer, opts) => {
|
|
const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null;
|
|
const resolution = resolveRequest(npath.toPortablePath(request), portableIssuer, opts);
|
|
if (resolution === null) return null;
|
|
return npath.fromPortablePath(resolution);
|
|
}),
|
|
resolveVirtual: maybeLog(`resolveVirtual`, path => {
|
|
const result = resolveVirtual(npath.toPortablePath(path));
|
|
|
|
if (result !== null) {
|
|
return npath.fromPortablePath(result);
|
|
} else {
|
|
return null;
|
|
}
|
|
})
|
|
};
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/makeManager.ts
|
|
|
|
|
|
function makeManager(pnpapi, opts) {
|
|
const initialApiPath = npath.toPortablePath(pnpapi.resolveToUnqualified(`pnpapi`, null));
|
|
const initialApiStats = opts.fakeFs.statSync(npath.toPortablePath(initialApiPath));
|
|
const apiMetadata = new Map([[initialApiPath, {
|
|
cache: external_module_.Module._cache,
|
|
instance: pnpapi,
|
|
stats: initialApiStats,
|
|
lastRefreshCheck: Date.now()
|
|
}]]);
|
|
|
|
function loadApiInstance(pnpApiPath) {
|
|
const nativePath = npath.fromPortablePath(pnpApiPath); // @ts-expect-error
|
|
|
|
const module = new external_module_.Module(nativePath, null); // @ts-expect-error
|
|
|
|
module.load(nativePath);
|
|
return module.exports;
|
|
}
|
|
|
|
function refreshApiEntry(pnpApiPath, apiEntry) {
|
|
const timeNow = Date.now();
|
|
if (timeNow - apiEntry.lastRefreshCheck < 500) return;
|
|
apiEntry.lastRefreshCheck = timeNow;
|
|
const stats = opts.fakeFs.statSync(pnpApiPath);
|
|
|
|
if (stats.mtime > apiEntry.stats.mtime) {
|
|
process.emitWarning(`[Warning] The runtime detected new informations in a PnP file; reloading the API instance (${npath.fromPortablePath(pnpApiPath)})`);
|
|
apiEntry.stats = stats;
|
|
apiEntry.instance = loadApiInstance(pnpApiPath);
|
|
}
|
|
}
|
|
|
|
function getApiEntry(pnpApiPath, refresh = false) {
|
|
let apiEntry = apiMetadata.get(pnpApiPath);
|
|
|
|
if (typeof apiEntry !== `undefined`) {
|
|
if (refresh) {
|
|
refreshApiEntry(pnpApiPath, apiEntry);
|
|
}
|
|
} else {
|
|
apiMetadata.set(pnpApiPath, apiEntry = {
|
|
cache: {},
|
|
instance: loadApiInstance(pnpApiPath),
|
|
stats: opts.fakeFs.statSync(pnpApiPath),
|
|
lastRefreshCheck: Date.now()
|
|
});
|
|
}
|
|
|
|
return apiEntry;
|
|
}
|
|
|
|
const findApiPathCache = new Map();
|
|
|
|
function addToCacheAndReturn(start, end, target) {
|
|
if (target !== null) target = VirtualFS.resolveVirtual(target);
|
|
let curr;
|
|
let next = start;
|
|
|
|
do {
|
|
curr = next;
|
|
findApiPathCache.set(curr, target);
|
|
next = ppath.dirname(curr);
|
|
} while (curr !== end);
|
|
|
|
return target;
|
|
}
|
|
|
|
function findApiPathFor(modulePath) {
|
|
let bestCandidate = null;
|
|
|
|
for (const [apiPath, apiEntry] of apiMetadata) {
|
|
const locator = apiEntry.instance.findPackageLocator(modulePath);
|
|
if (!locator) continue; // No need to go the slow way when there's a single API
|
|
|
|
if (apiMetadata.size === 1) return apiPath;
|
|
const packageInformation = apiEntry.instance.getPackageInformation(locator);
|
|
if (!packageInformation) throw new Error(`Assertion failed: Couldn't get package information for '${modulePath}'`);
|
|
if (!bestCandidate) bestCandidate = {
|
|
packageLocation: packageInformation.packageLocation,
|
|
apiPaths: []
|
|
};
|
|
|
|
if (packageInformation.packageLocation === bestCandidate.packageLocation) {
|
|
bestCandidate.apiPaths.push(apiPath);
|
|
} else if (packageInformation.packageLocation.length > bestCandidate.packageLocation.length) {
|
|
bestCandidate = {
|
|
packageLocation: packageInformation.packageLocation,
|
|
apiPaths: [apiPath]
|
|
};
|
|
}
|
|
}
|
|
|
|
if (bestCandidate) {
|
|
if (bestCandidate.apiPaths.length === 1) return bestCandidate.apiPaths[0];
|
|
const controlSegment = bestCandidate.apiPaths.map(apiPath => ` ${npath.fromPortablePath(apiPath)}`).join(`\n`);
|
|
throw new Error(`Unable to locate pnpapi, the module '${modulePath}' is controlled by multiple pnpapi instances.\nThis is usually caused by using the global cache (enableGlobalCache: true)\n\nControlled by:\n${controlSegment}\n`);
|
|
}
|
|
|
|
const start = ppath.resolve(npath.toPortablePath(modulePath));
|
|
let curr;
|
|
let next = start;
|
|
|
|
do {
|
|
curr = next;
|
|
const cached = findApiPathCache.get(curr);
|
|
if (cached !== undefined) return addToCacheAndReturn(start, curr, cached);
|
|
const cjsCandidate = ppath.join(curr, Filename.pnpCjs);
|
|
if (opts.fakeFs.existsSync(cjsCandidate) && opts.fakeFs.statSync(cjsCandidate).isFile()) return addToCacheAndReturn(start, curr, cjsCandidate); // We still support .pnp.js files to improve multi-project compatibility.
|
|
// TODO: Remove support for .pnp.js files after they stop being used.
|
|
|
|
const legacyCjsCandidate = ppath.join(curr, Filename.pnpJs);
|
|
if (opts.fakeFs.existsSync(legacyCjsCandidate) && opts.fakeFs.statSync(legacyCjsCandidate).isFile()) return addToCacheAndReturn(start, curr, legacyCjsCandidate);
|
|
next = ppath.dirname(curr);
|
|
} while (curr !== PortablePath.root);
|
|
|
|
return addToCacheAndReturn(start, curr, null);
|
|
}
|
|
|
|
function getApiPathFromParent(parent) {
|
|
if (parent == null) return initialApiPath;
|
|
|
|
if (typeof parent.pnpApiPath === `undefined`) {
|
|
if (parent.filename !== null) {
|
|
return parent.pnpApiPath = findApiPathFor(parent.filename);
|
|
} else {
|
|
return initialApiPath;
|
|
}
|
|
}
|
|
|
|
if (parent.pnpApiPath !== null) return parent.pnpApiPath;
|
|
return null;
|
|
}
|
|
|
|
return {
|
|
getApiPathFromParent,
|
|
findApiPathFor,
|
|
getApiEntry
|
|
};
|
|
}
|
|
;// CONCATENATED MODULE: ./sources/loader/_entryPoint.ts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// We must copy the fs into a local, because otherwise
|
|
// 1. we would make the NodeFS instance use the function that we patched (infinite loop)
|
|
// 2. Object.create(fs) isn't enough, since it won't prevent the proto from being modified
|
|
|
|
const localFs = { ...(external_fs_default())
|
|
};
|
|
const nodeFs = new NodeFS(localFs);
|
|
const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState);
|
|
const defaultPnpapiResolution = __filename; // We create a virtual filesystem that will do three things:
|
|
// 1. all requests inside a folder named "__virtual___" will be remapped according the virtual folder rules
|
|
// 2. all requests going inside a Zip archive will be handled by the Zip fs implementation
|
|
// 3. any remaining request will be forwarded to Node as-is
|
|
|
|
const defaultFsLayer = new VirtualFS({
|
|
baseFs: new ZipOpenFS({
|
|
baseFs: nodeFs,
|
|
libzip: () => getLibzipSync(),
|
|
maxOpenFiles: 80,
|
|
readOnlyArchives: true
|
|
})
|
|
});
|
|
|
|
class DynamicFS extends ProxiedFS {
|
|
constructor() {
|
|
super(ppath);
|
|
this.baseFs = defaultFsLayer;
|
|
}
|
|
|
|
mapToBase(p) {
|
|
return p;
|
|
}
|
|
|
|
mapFromBase(p) {
|
|
return p;
|
|
}
|
|
|
|
}
|
|
|
|
const dynamicFsLayer = new DynamicFS();
|
|
let manager;
|
|
const defaultApi = Object.assign(makeApi(defaultRuntimeState, {
|
|
fakeFs: dynamicFsLayer,
|
|
pnpapiResolution: defaultPnpapiResolution
|
|
}), {
|
|
/**
|
|
* Can be used to generate a different API than the default one (for example
|
|
* to map it on `/` rather than the local directory path, or to use a
|
|
* different FS layer than the default one).
|
|
*/
|
|
makeApi: ({
|
|
basePath = undefined,
|
|
fakeFs = dynamicFsLayer,
|
|
pnpapiResolution = defaultPnpapiResolution,
|
|
...rest
|
|
}) => {
|
|
const apiRuntimeState = typeof basePath !== `undefined` ? $$SETUP_STATE(hydrateRuntimeState, basePath) : defaultRuntimeState;
|
|
return makeApi(apiRuntimeState, {
|
|
fakeFs,
|
|
pnpapiResolution,
|
|
...rest
|
|
});
|
|
},
|
|
|
|
/**
|
|
* Will inject the specified API into the environment, monkey-patching FS. Is
|
|
* automatically called when the hook is loaded through `--require`.
|
|
*/
|
|
setup: api => {
|
|
applyPatch(api || defaultApi, {
|
|
fakeFs: defaultFsLayer,
|
|
manager
|
|
}); // Now that the `fs` module is patched we can swap the `baseFs` to
|
|
// a NodeFS with a live `fs` binding to pick up changes to the `fs`
|
|
// module allowing users to patch it
|
|
|
|
dynamicFsLayer.baseFs = new NodeFS((external_fs_default()));
|
|
}
|
|
});
|
|
manager = makeManager(defaultApi, {
|
|
fakeFs: dynamicFsLayer
|
|
}); // eslint-disable-next-line arca/no-default-export
|
|
|
|
/* harmony default export */ const _entryPoint = (defaultApi);
|
|
|
|
if (__non_webpack_module__.parent && __non_webpack_module__.parent.id === `internal/preload`) {
|
|
defaultApi.setup();
|
|
|
|
if (__non_webpack_module__.filename) {
|
|
// We delete it from the cache in order to support the case where the CLI resolver is invoked from "yarn run"
|
|
// It's annoying because it might cause some issues when the file is multiple times in NODE_OPTIONS, but it shouldn't happen anyway.
|
|
delete (external_module_default())._cache[__non_webpack_module__.filename];
|
|
}
|
|
}
|
|
|
|
if (process.mainModule === __non_webpack_module__) {
|
|
const reportError = (code, message, data) => {
|
|
process.stdout.write(`${JSON.stringify([{
|
|
code,
|
|
message,
|
|
data
|
|
}, null])}\n`);
|
|
};
|
|
|
|
const reportSuccess = resolution => {
|
|
process.stdout.write(`${JSON.stringify([null, resolution])}\n`);
|
|
};
|
|
|
|
const processResolution = (request, issuer) => {
|
|
try {
|
|
reportSuccess(defaultApi.resolveRequest(request, issuer));
|
|
} catch (error) {
|
|
reportError(error.code, error.message, error.data);
|
|
}
|
|
};
|
|
|
|
const processRequest = data => {
|
|
try {
|
|
const [request, issuer] = JSON.parse(data);
|
|
processResolution(request, issuer);
|
|
} catch (error) {
|
|
reportError(`INVALID_JSON`, error.message, error.data);
|
|
}
|
|
};
|
|
|
|
if (process.argv.length > 2) {
|
|
if (process.argv.length !== 4) {
|
|
process.stderr.write(`Usage: ${process.argv[0]} ${process.argv[1]} <request> <issuer>\n`);
|
|
process.exitCode = 64;
|
|
/* EX_USAGE */
|
|
} else {
|
|
processResolution(process.argv[2], process.argv[3]);
|
|
}
|
|
} else {
|
|
let buffer = ``;
|
|
const decoder = new (external_string_decoder_default()).StringDecoder();
|
|
process.stdin.on(`data`, chunk => {
|
|
buffer += decoder.write(chunk);
|
|
|
|
do {
|
|
const index = buffer.indexOf(`\n`);
|
|
if (index === -1) break;
|
|
const line = buffer.slice(0, index);
|
|
buffer = buffer.slice(index + 1);
|
|
processRequest(line);
|
|
} while (true);
|
|
});
|
|
}
|
|
}
|
|
})();
|
|
|
|
__webpack_exports__ = __webpack_exports__.default;
|
|
/******/ return __webpack_exports__;
|
|
/******/ })()
|
|
;
|
|
}); |