standardnotes-server/.pnp.cjs

22738 lines
1.1 MiB
JavaScript
Raw Normal View History

2022-06-21 09:23:39 +00:00
#!/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.`);
}
function $$SETUP_STATE(hydrateRuntimeState, basePath) {
return hydrateRuntimeState(JSON.parse('{\
"__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": "@standardnotes/server-monorepo",\
"reference": "workspace:."\
},\
2022-07-06 08:36:32 +00:00
{\
"name": "@standardnotes/analytics",\
"reference": "workspace:packages/analytics"\
},\
2022-06-23 09:33:14 +00:00
{\
"name": "@standardnotes/api-gateway",\
"reference": "workspace:packages/api-gateway"\
},\
2022-06-22 10:33:00 +00:00
{\
"name": "@standardnotes/auth-server",\
"reference": "workspace:packages/auth"\
},\
2022-07-06 10:02:32 +00:00
{\
"name": "@standardnotes/common",\
"reference": "workspace:packages/common"\
},\
2022-07-06 08:01:18 +00:00
{\
"name": "@standardnotes/domain-events",\
"reference": "workspace:packages/domain-events"\
},\
2022-07-06 08:11:17 +00:00
{\
"name": "@standardnotes/domain-events-infra",\
"reference": "workspace:packages/domain-events-infra"\
},\
2022-07-11 09:58:13 +00:00
{\
"name": "@standardnotes/event-store",\
"reference": "workspace:packages/event-store"\
},\
2022-06-22 14:44:45 +00:00
{\
"name": "@standardnotes/files-server",\
"reference": "workspace:packages/files"\
},\
2022-07-06 08:49:22 +00:00
{\
"name": "@standardnotes/predicates",\
"reference": "workspace:packages/predicates"\
},\
2022-06-21 09:23:39 +00:00
{\
"name": "@standardnotes/scheduler-server",\
"reference": "workspace:packages/scheduler"\
2022-06-22 14:16:03 +00:00
},\
2022-07-06 09:27:19 +00:00
{\
"name": "@standardnotes/security",\
"reference": "workspace:packages/security"\
},\
2022-07-06 10:05:54 +00:00
{\
"name": "@standardnotes/settings",\
"reference": "workspace:packages/settings"\
},\
2022-07-06 10:13:38 +00:00
{\
"name": "@standardnotes/sncrypto-node",\
"reference": "workspace:packages/sncrypto-node"\
},\
2022-06-22 14:16:03 +00:00
{\
"name": "@standardnotes/syncing-server",\
"reference": "workspace:packages/syncing-server"\
2022-07-06 09:46:04 +00:00
},\
{\
"name": "@standardnotes/time",\
"reference": "workspace:packages/time"\
2022-06-21 09:23:39 +00:00
}\
],\
"enableTopLevelFallback": true,\
"ignorePatternData": "(^(?:\\\\.yarn\\\\/sdks(?:\\\\/(?!\\\\.{1,2}(?:\\\\/|$))(?:(?:(?!(?:^|\\\\/)\\\\.{1,2}(?:\\\\/|$)).)*?)|$))$)",\
"fallbackExclusionList": [\
2022-07-06 08:36:32 +00:00
["@standardnotes/analytics", ["workspace:packages/analytics"]],\
2022-06-23 09:33:14 +00:00
["@standardnotes/api-gateway", ["workspace:packages/api-gateway"]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/auth-server", ["workspace:packages/auth"]],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", ["workspace:packages/common"]],\
2022-07-06 08:01:18 +00:00
["@standardnotes/domain-events", ["workspace:packages/domain-events"]],\
2022-07-06 08:11:17 +00:00
["@standardnotes/domain-events-infra", ["workspace:packages/domain-events-infra"]],\
2022-07-11 09:58:13 +00:00
["@standardnotes/event-store", ["workspace:packages/event-store"]],\
2022-06-22 14:44:45 +00:00
["@standardnotes/files-server", ["workspace:packages/files"]],\
2022-07-06 08:49:22 +00:00
["@standardnotes/predicates", ["workspace:packages/predicates"]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/scheduler-server", ["workspace:packages/scheduler"]],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", ["workspace:packages/security"]],\
2022-06-22 14:16:03 +00:00
["@standardnotes/server-monorepo", ["workspace:."]],\
2022-07-06 10:05:54 +00:00
["@standardnotes/settings", ["workspace:packages/settings"]],\
2022-07-06 10:13:38 +00:00
["@standardnotes/sncrypto-node", ["workspace:packages/sncrypto-node"]],\
2022-07-06 09:46:04 +00:00
["@standardnotes/syncing-server", ["workspace:packages/syncing-server"]],\
["@standardnotes/time", ["workspace:packages/time"]]\
2022-06-21 09:23:39 +00:00
],\
"fallbackPool": [\
],\
"packageRegistryData": [\
[null, [\
[null, {\
"packageLocation": "./",\
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/cli", "npm:17.0.3"],\
["@commitlint/config-conventional", "npm:17.0.3"],\
["@lerna-lite/cli", "npm:1.6.0"],\
["@lerna-lite/list", "npm:1.6.0"],\
["@lerna-lite/run", "npm:1.6.0"],\
["@sentry/node", "npm:7.5.0"],\
["@types/jest", "npm:28.1.4"],\
["@types/newrelic", "npm:7.0.3"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.30.5"],\
["eslint", "npm:8.19.0"],\
2022-06-21 12:25:56 +00:00
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
2022-06-27 21:52:20 +00:00
["ini", "npm:3.0.0"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-06-21 09:23:39 +00:00
["prettier", "npm:2.7.1"],\
2022-08-29 11:57:37 +00:00
["ts-node", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:10.9.1"],\
2022-06-21 09:23:39 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
],\
"linkType": "SOFT"\
}]\
]],\
["@ampproject/remapping", [\
["npm:2.2.0", {\
"packageLocation": "./.yarn/cache/@ampproject-remapping-npm-2.2.0-114878fa50-d74d170d06.zip/node_modules/@ampproject/remapping/",\
"packageDependencies": [\
["@ampproject/remapping", "npm:2.2.0"],\
["@jridgewell/gen-mapping", "npm:0.1.1"],\
2022-07-06 08:01:18 +00:00
["@jridgewell/trace-mapping", "npm:0.3.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/code-frame", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-code-frame-npm-7.18.6-25229a7e34-195e2be317.zip/node_modules/@babel/code-frame/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/code-frame", "npm:7.18.6"],\
["@babel/highlight", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/compat-data", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-compat-data-npm-7.18.6-115e49a0e5-fd73a1bd7b.zip/node_modules/@babel/compat-data/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/compat-data", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/core", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-core-npm-7.18.6-52b1065703-711459ebf7.zip/node_modules/@babel/core/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@ampproject/remapping", "npm:2.2.0"],\
2022-07-06 08:01:18 +00:00
["@babel/code-frame", "npm:7.18.6"],\
["@babel/generator", "npm:7.18.7"],\
["@babel/helper-compilation-targets", "virtual:52b106570332a7d009cd673a7acdb3b4d75984810d0c355abbc4ef75bc3d372abe78fe413f8b27763edaa78c2dd35484541d6e1c436e49b8cbac5fc8edf83c5b#npm:7.18.6"],\
["@babel/helper-module-transforms", "npm:7.18.6"],\
["@babel/helpers", "npm:7.18.6"],\
["@babel/parser", "npm:7.18.6"],\
["@babel/template", "npm:7.18.6"],\
["@babel/traverse", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"],\
2022-06-21 09:23:39 +00:00
["convert-source-map", "npm:1.8.0"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["gensync", "npm:1.0.0-beta.2"],\
["json5", "npm:2.2.1"],\
["semver", "npm:6.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/generator", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.7", {\
"packageLocation": "./.yarn/cache/@babel-generator-npm-7.18.7-14509012bd-aad4b68731.zip/node_modules/@babel/generator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/generator", "npm:7.18.7"],\
["@babel/types", "npm:7.18.7"],\
["@jridgewell/gen-mapping", "npm:0.3.2"],\
2022-06-21 09:23:39 +00:00
["jsesc", "npm:2.5.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-compilation-targets", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-compilation-targets-npm-7.18.6-db5c17ef96-f09ddaddc8.zip/node_modules/@babel/helper-compilation-targets/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-compilation-targets", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:52b106570332a7d009cd673a7acdb3b4d75984810d0c355abbc4ef75bc3d372abe78fe413f8b27763edaa78c2dd35484541d6e1c436e49b8cbac5fc8edf83c5b#npm:7.18.6", {\
"packageLocation": "./.yarn/__virtual__/@babel-helper-compilation-targets-virtual-445250f3ee/0/cache/@babel-helper-compilation-targets-npm-7.18.6-db5c17ef96-f09ddaddc8.zip/node_modules/@babel/helper-compilation-targets/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-compilation-targets", "virtual:52b106570332a7d009cd673a7acdb3b4d75984810d0c355abbc4ef75bc3d372abe78fe413f8b27763edaa78c2dd35484541d6e1c436e49b8cbac5fc8edf83c5b#npm:7.18.6"],\
["@babel/compat-data", "npm:7.18.6"],\
["@babel/core", "npm:7.18.6"],\
["@babel/helper-validator-option", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", null],\
2022-07-06 08:01:18 +00:00
["browserslist", "npm:4.21.1"],\
2022-06-21 09:23:39 +00:00
["semver", "npm:6.3.0"]\
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-environment-visitor", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-environment-visitor-npm-7.18.6-e61d5b6be0-64fce65a26.zip/node_modules/@babel/helper-environment-visitor/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-environment-visitor", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-function-name", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-function-name-npm-7.18.6-d041b167ad-bf84c2e069.zip/node_modules/@babel/helper-function-name/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-function-name", "npm:7.18.6"],\
["@babel/template", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-hoist-variables", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-hoist-variables-npm-7.18.6-6eb061f405-fd9c35bb43.zip/node_modules/@babel/helper-hoist-variables/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-hoist-variables", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-module-imports", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-module-imports-npm-7.18.6-1031faa864-f393f8a3b3.zip/node_modules/@babel/helper-module-imports/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-module-imports", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-module-transforms", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-module-transforms-npm-7.18.6-91962d1cd6-75d90be9ec.zip/node_modules/@babel/helper-module-transforms/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-module-transforms", "npm:7.18.6"],\
["@babel/helper-environment-visitor", "npm:7.18.6"],\
["@babel/helper-module-imports", "npm:7.18.6"],\
["@babel/helper-simple-access", "npm:7.18.6"],\
["@babel/helper-split-export-declaration", "npm:7.18.6"],\
["@babel/helper-validator-identifier", "npm:7.18.6"],\
["@babel/template", "npm:7.18.6"],\
["@babel/traverse", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-plugin-utils", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-plugin-utils-npm-7.18.6-12ee942c4e-3dbfceb6c1.zip/node_modules/@babel/helper-plugin-utils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-plugin-utils", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-simple-access", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-simple-access-npm-7.18.6-4ef4976ebe-37cd36eef1.zip/node_modules/@babel/helper-simple-access/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-simple-access", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-split-export-declaration", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-split-export-declaration-npm-7.18.6-53ebf8ad4c-c6d3dede53.zip/node_modules/@babel/helper-split-export-declaration/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-split-export-declaration", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-validator-identifier", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-validator-identifier-npm-7.18.6-357e4653ab-e295254d61.zip/node_modules/@babel/helper-validator-identifier/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-validator-identifier", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helper-validator-option", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helper-validator-option-npm-7.18.6-cc7d1a3315-f9cc6eb7cc.zip/node_modules/@babel/helper-validator-option/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helper-validator-option", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/helpers", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-helpers-npm-7.18.6-113f2054af-5dea4fa537.zip/node_modules/@babel/helpers/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/helpers", "npm:7.18.6"],\
["@babel/template", "npm:7.18.6"],\
["@babel/traverse", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/highlight", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-highlight-npm-7.18.6-9d35ad2e27-92d8ee6154.zip/node_modules/@babel/highlight/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/highlight", "npm:7.18.6"],\
["@babel/helper-validator-identifier", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:2.4.2"],\
["js-tokens", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/parser", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-parser-npm-7.18.6-f3f50dbfca-533ffc2666.zip/node_modules/@babel/parser/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/parser", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-async-generators-virtual-70d6c54d98/0/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip/node_modules/@babel/plugin-syntax-async-generators/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-async-generators", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-async-generators-virtual-6b88323536/0/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip/node_modules/@babel/plugin-syntax-async-generators/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-async-generators", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-bigint-virtual-9cd9d7baa2/0/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip/node_modules/@babel/plugin-syntax-bigint/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-bigint", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-bigint-virtual-913f1c4458/0/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip/node_modules/@babel/plugin-syntax-bigint/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-bigint", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.12.13", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-properties-virtual-2864cc598e/0/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip/node_modules/@babel/plugin-syntax-class-properties/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-class-properties", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.12.13"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.12.13", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-properties-virtual-7c192fb6f9/0/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip/node_modules/@babel/plugin-syntax-class-properties/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-class-properties", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.12.13"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-meta-virtual-dc7ad4e60a/0/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip/node_modules/@babel/plugin-syntax-import-meta/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-import-meta", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-meta-virtual-884a606046/0/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip/node_modules/@babel/plugin-syntax-import-meta/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-import-meta", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-json-strings-virtual-101be89b6d/0/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip/node_modules/@babel/plugin-syntax-json-strings/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-json-strings", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-json-strings-virtual-a291bff69b/0/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip/node_modules/@babel/plugin-syntax-json-strings/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-json-strings", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-logical-assignment-operators-virtual-02d2218542/0/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-logical-assignment-operators", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-logical-assignment-operators-virtual-eae4b95f5c/0/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-logical-assignment-operators", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-nullish-coalescing-operator-virtual-562e7cb319/0/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-nullish-coalescing-operator-virtual-66fb5596df/0/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-numeric-separator-virtual-e25a0d576d/0/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip/node_modules/@babel/plugin-syntax-numeric-separator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-numeric-separator", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-numeric-separator-virtual-1834790abd/0/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip/node_modules/@babel/plugin-syntax-numeric-separator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-numeric-separator", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-38ee2beb32/0/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-object-rest-spread", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-8d37d13f7b/0/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-object-rest-spread", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-catch-binding-virtual-69ff5cf49d/0/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-optional-catch-binding", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-catch-binding-virtual-9a6c8ed441/0/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-optional-catch-binding", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-chaining-virtual-0084ffb620/0/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip/node_modules/@babel/plugin-syntax-optional-chaining/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-optional-chaining", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-chaining-virtual-87dd88749a/0/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip/node_modules/@babel/plugin-syntax-optional-chaining/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-optional-chaining", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.14.5", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-top-level-await-virtual-b163490018/0/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip/node_modules/@babel/plugin-syntax-top-level-await/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-top-level-await", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.14.5"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.14.5", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-top-level-await-virtual-67e3d33fa0/0/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip/node_modules/@babel/plugin-syntax-top-level-await/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-top-level-await", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.14.5"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@types/babel__core", "npm:7.1.19"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/plugin-syntax-typescript", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-plugin-syntax-typescript-npm-7.18.6-4ad9dd7d2a-2cde73725e.zip/node_modules/@babel/plugin-syntax-typescript/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/plugin-syntax-typescript", "npm:7.18.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:7.18.6", {\
"packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-typescript-virtual-fa80dabcb8/0/cache/@babel-plugin-syntax-typescript-npm-7.18.6-4ad9dd7d2a-2cde73725e.zip/node_modules/@babel/plugin-syntax-typescript/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-typescript", "virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:7.18.6"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", null]\
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/template", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-template-npm-7.18.6-56635d3ce4-cb02ed804b.zip/node_modules/@babel/template/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/template", "npm:7.18.6"],\
["@babel/code-frame", "npm:7.18.6"],\
["@babel/parser", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@babel/traverse", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.6", {\
"packageLocation": "./.yarn/cache/@babel-traverse-npm-7.18.6-ab4298b064-5427a9db63.zip/node_modules/@babel/traverse/",\
"packageDependencies": [\
["@babel/traverse", "npm:7.18.6"],\
["@babel/code-frame", "npm:7.18.6"],\
["@babel/generator", "npm:7.18.7"],\
["@babel/helper-environment-visitor", "npm:7.18.6"],\
["@babel/helper-function-name", "npm:7.18.6"],\
["@babel/helper-hoist-variables", "npm:7.18.6"],\
["@babel/helper-split-export-declaration", "npm:7.18.6"],\
["@babel/parser", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"],\
2022-06-21 09:23:39 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["globals", "npm:11.12.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@babel/types", [\
2022-07-06 08:01:18 +00:00
["npm:7.18.7", {\
"packageLocation": "./.yarn/cache/@babel-types-npm-7.18.7-ce70018628-3114ce161c.zip/node_modules/@babel/types/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@babel/types", "npm:7.18.7"],\
["@babel/helper-validator-identifier", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["@colors/colors", [\
["npm:1.5.0", {\
"packageLocation": "./.yarn/cache/@colors-colors-npm-1.5.0-875af3a8b4-d64d5260be.zip/node_modules/@colors/colors/",\
"packageDependencies": [\
["@colors/colors", "npm:1.5.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/cli", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-cli-npm-17.0.3-802065b1af-d8319889e0.zip/node_modules/@commitlint/cli/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/cli", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/format", "npm:17.0.0"],\
2022-07-06 08:01:18 +00:00
["@commitlint/lint", "npm:17.0.3"],\
["@commitlint/load", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/read", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["execa", "npm:5.1.1"],\
["lodash", "npm:4.17.21"],\
["resolve-from", "npm:5.0.0"],\
["resolve-global", "npm:1.0.0"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/config-conventional", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-config-conventional-npm-17.0.3-58ee159448-1cd30d827c.zip/node_modules/@commitlint/config-conventional/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/config-conventional", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["conventional-changelog-conventionalcommits", "npm:5.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/config-validator", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-config-validator-npm-17.0.3-721ee560ed-bc543193bb.zip/node_modules/@commitlint/config-validator/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/config-validator", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/types", "npm:17.0.0"],\
2022-07-06 08:01:18 +00:00
["ajv", "npm:8.11.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/ensure", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-ensure-npm-17.0.0-cd46ef1c2c-5ce3c62441.zip/node_modules/@commitlint/ensure/",\
"packageDependencies": [\
["@commitlint/ensure", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["lodash", "npm:4.17.21"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/execute-rule", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-execute-rule-npm-17.0.0-398525bcdc-cb37e5c6e0.zip/node_modules/@commitlint/execute-rule/",\
"packageDependencies": [\
["@commitlint/execute-rule", "npm:17.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/format", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-format-npm-17.0.0-c09fb870cb-e54705bdc9.zip/node_modules/@commitlint/format/",\
"packageDependencies": [\
["@commitlint/format", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["chalk", "npm:4.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/is-ignored", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-is-ignored-npm-17.0.3-ada095e18a-5a0b1921ea.zip/node_modules/@commitlint/is-ignored/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/is-ignored", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/types", "npm:17.0.0"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/lint", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-lint-npm-17.0.3-396678e8c7-5bbb8bc1f3.zip/node_modules/@commitlint/lint/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/lint", "npm:17.0.3"],\
["@commitlint/is-ignored", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/parse", "npm:17.0.0"],\
["@commitlint/rules", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/load", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-load-npm-17.0.3-6a5895c82d-786b706447.zip/node_modules/@commitlint/load/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/load", "npm:17.0.3"],\
["@commitlint/config-validator", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/execute-rule", "npm:17.0.0"],\
2022-07-06 08:01:18 +00:00
["@commitlint/resolve-extends", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/types", "npm:17.0.0"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["cosmiconfig", "npm:7.0.1"],\
2022-07-06 08:01:18 +00:00
["cosmiconfig-typescript-loader", "virtual:6a5895c82d3dbbd478cceb13bf1ebefe5bc618b8274b3455532da2f1d68b6424aca49370bfb91fcb4f75701ec99ffaf64a24f4e37b02b378ae919784bc8c5e6d#npm:2.0.2"],\
2022-06-21 09:23:39 +00:00
["lodash", "npm:4.17.21"],\
["resolve-from", "npm:5.0.0"],\
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/message", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-message-npm-17.0.0-7f40c6f1a5-ec80ea7f98.zip/node_modules/@commitlint/message/",\
"packageDependencies": [\
["@commitlint/message", "npm:17.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/parse", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-parse-npm-17.0.0-9069596d3e-86610df080.zip/node_modules/@commitlint/parse/",\
"packageDependencies": [\
["@commitlint/parse", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["conventional-changelog-angular", "npm:5.0.13"],\
["conventional-commits-parser", "npm:3.2.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/read", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-read-npm-17.0.0-ca6839b4e3-5307d9ba06.zip/node_modules/@commitlint/read/",\
"packageDependencies": [\
["@commitlint/read", "npm:17.0.0"],\
["@commitlint/top-level", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["fs-extra", "npm:10.1.0"],\
["git-raw-commits", "npm:2.0.11"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/resolve-extends", [\
2022-07-06 08:01:18 +00:00
["npm:17.0.3", {\
"packageLocation": "./.yarn/cache/@commitlint-resolve-extends-npm-17.0.3-70f5e27c89-384fc59a5a.zip/node_modules/@commitlint/resolve-extends/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@commitlint/resolve-extends", "npm:17.0.3"],\
["@commitlint/config-validator", "npm:17.0.3"],\
2022-06-21 09:23:39 +00:00
["@commitlint/types", "npm:17.0.0"],\
["import-fresh", "npm:3.3.0"],\
["lodash", "npm:4.17.21"],\
["resolve-from", "npm:5.0.0"],\
["resolve-global", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/rules", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-rules-npm-17.0.0-ecbe7b1afa-cd09440699.zip/node_modules/@commitlint/rules/",\
"packageDependencies": [\
["@commitlint/rules", "npm:17.0.0"],\
["@commitlint/ensure", "npm:17.0.0"],\
["@commitlint/message", "npm:17.0.0"],\
["@commitlint/to-lines", "npm:17.0.0"],\
["@commitlint/types", "npm:17.0.0"],\
["execa", "npm:5.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/to-lines", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-to-lines-npm-17.0.0-915b39bf7f-ccad787a3b.zip/node_modules/@commitlint/to-lines/",\
"packageDependencies": [\
["@commitlint/to-lines", "npm:17.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/top-level", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-top-level-npm-17.0.0-cdaf8d325e-2e43d021a6.zip/node_modules/@commitlint/top-level/",\
"packageDependencies": [\
["@commitlint/top-level", "npm:17.0.0"],\
["find-up", "npm:5.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@commitlint/types", [\
["npm:17.0.0", {\
"packageLocation": "./.yarn/cache/@commitlint-types-npm-17.0.0-37da4cfbbf-210636d392.zip/node_modules/@commitlint/types/",\
"packageDependencies": [\
["@commitlint/types", "npm:17.0.0"],\
["chalk", "npm:4.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@cspotcode/source-map-support", [\
["npm:0.8.1", {\
"packageLocation": "./.yarn/cache/@cspotcode-source-map-support-npm-0.8.1-964f2de99d-5718f26708.zip/node_modules/@cspotcode/source-map-support/",\
"packageDependencies": [\
["@cspotcode/source-map-support", "npm:0.8.1"],\
["@jridgewell/trace-mapping", "npm:0.3.9"]\
],\
"linkType": "HARD"\
}]\
]],\
["@dabh/diagnostics", [\
["npm:2.0.3", {\
"packageLocation": "./.yarn/cache/@dabh-diagnostics-npm-2.0.3-0f2cd64f24-4879600c55.zip/node_modules/@dabh/diagnostics/",\
"packageDependencies": [\
["@dabh/diagnostics", "npm:2.0.3"],\
["colorspace", "npm:1.1.4"],\
["enabled", "npm:2.0.0"],\
["kuler", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@eslint/eslintrc", [\
["npm:1.3.0", {\
"packageLocation": "./.yarn/cache/@eslint-eslintrc-npm-1.3.0-1f3c51be25-a1e734ad31.zip/node_modules/@eslint/eslintrc/",\
"packageDependencies": [\
["@eslint/eslintrc", "npm:1.3.0"],\
["ajv", "npm:6.12.6"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["espree", "npm:9.3.2"],\
2022-07-06 08:01:18 +00:00
["globals", "npm:13.16.0"],\
2022-06-21 09:23:39 +00:00
["ignore", "npm:5.2.0"],\
["import-fresh", "npm:3.3.0"],\
["js-yaml", "npm:4.1.0"],\
["minimatch", "npm:3.1.2"],\
["strip-json-comments", "npm:3.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@gar/promisify", [\
["npm:1.1.3", {\
"packageLocation": "./.yarn/cache/@gar-promisify-npm-1.1.3-ac1a325862-4059f790e2.zip/node_modules/@gar/promisify/",\
"packageDependencies": [\
["@gar/promisify", "npm:1.1.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@grpc/grpc-js", [\
["npm:1.6.7", {\
"packageLocation": "./.yarn/cache/@grpc-grpc-js-npm-1.6.7-2e10ef0dbb-2668b08c2e.zip/node_modules/@grpc/grpc-js/",\
"packageDependencies": [\
["@grpc/grpc-js", "npm:1.6.7"],\
["@grpc/proto-loader", "npm:0.6.13"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@grpc/proto-loader", [\
["npm:0.6.13", {\
"packageLocation": "./.yarn/cache/@grpc-proto-loader-npm-0.6.13-658ac26dfb-863417e961.zip/node_modules/@grpc/proto-loader/",\
"packageDependencies": [\
["@grpc/proto-loader", "npm:0.6.13"],\
["@types/long", "npm:4.0.2"],\
["lodash.camelcase", "npm:4.3.0"],\
["long", "npm:4.0.0"],\
["protobufjs", "npm:6.11.3"],\
["yargs", "npm:16.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@humanwhocodes/config-array", [\
["npm:0.9.5", {\
"packageLocation": "./.yarn/cache/@humanwhocodes-config-array-npm-0.9.5-030a025eae-8ba6281bc0.zip/node_modules/@humanwhocodes/config-array/",\
"packageDependencies": [\
["@humanwhocodes/config-array", "npm:0.9.5"],\
["@humanwhocodes/object-schema", "npm:1.2.1"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["minimatch", "npm:3.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@humanwhocodes/object-schema", [\
["npm:1.2.1", {\
"packageLocation": "./.yarn/cache/@humanwhocodes-object-schema-npm-1.2.1-eb622b5d0e-a824a1ec31.zip/node_modules/@humanwhocodes/object-schema/",\
"packageDependencies": [\
["@humanwhocodes/object-schema", "npm:1.2.1"]\
],\
"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"\
}]\
]],\
["@ioredis/commands", [\
2022-07-06 08:01:18 +00:00
["npm:1.2.0", {\
"packageLocation": "./.yarn/cache/@ioredis-commands-npm-1.2.0-47541de88b-9b20225ba3.zip/node_modules/@ioredis/commands/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@ioredis/commands", "npm:1.2.0"]\
2022-06-21 09:23:39 +00:00
],\
"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:28.1.1", {\
"packageLocation": "./.yarn/cache/@jest-console-npm-28.1.1-02118260a4-ddf3b9e9b0.zip/node_modules/@jest/console/",\
"packageDependencies": [\
["@jest/console", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["jest-message-util", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"],\
["slash", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/core", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-core-npm-28.1.2-d632a1ee2e-dd67cc911c.zip/node_modules/@jest/core/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/core", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/@jest-core-virtual-2bab164068/0/cache/@jest-core-npm-28.1.2-d632a1ee2e-dd67cc911c.zip/node_modules/@jest/core/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@jest/core", "virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/console", "npm:28.1.1"],\
2022-07-12 18:31:29 +00:00
["@jest/reporters", "virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/test-result", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jest/transform", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["@types/node-notifier", null],\
["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.3.2"],\
["exit", "npm:0.1.2"],\
["graceful-fs", "npm:4.2.10"],\
["jest-changed-files", "npm:28.0.2"],\
2022-07-12 18:31:29 +00:00
["jest-config", "virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-haste-map", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-resolve", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-resolve-dependencies", "npm:28.1.2"],\
["jest-runner", "npm:28.1.2"],\
["jest-runtime", "npm:28.1.2"],\
["jest-snapshot", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["jest-validate", "npm:28.1.1"],\
["jest-watcher", "npm:28.1.1"],\
["micromatch", "npm:4.0.5"],\
["node-notifier", null],\
["pretty-format", "npm:28.1.1"],\
["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/environment", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-environment-npm-28.1.2-5ba92d7c1b-5bffc464e9.zip/node_modules/@jest/environment/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/environment", "npm:28.1.2"],\
["@jest/fake-timers", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["jest-mock", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/expect", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-expect-npm-28.1.2-c1ba663cb5-ee470cdd3a.zip/node_modules/@jest/expect/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/expect", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["expect", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-snapshot", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@jest/expect-utils", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/@jest-expect-utils-npm-28.1.1-1823a850d9-46a2ad754b.zip/node_modules/@jest/expect-utils/",\
"packageDependencies": [\
["@jest/expect-utils", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/fake-timers", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-fake-timers-npm-28.1.2-708e436e77-d6e6b1a12f.zip/node_modules/@jest/fake-timers/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/fake-timers", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
["@sinonjs/fake-timers", "npm:9.1.2"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["jest-message-util", "npm:28.1.1"],\
["jest-mock", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/globals", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-globals-npm-28.1.2-a3b0bd62de-f07b7d0a2d.zip/node_modules/@jest/globals/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/globals", "npm:28.1.2"],\
["@jest/environment", "npm:28.1.2"],\
["@jest/expect", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/reporters", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-reporters-npm-28.1.2-8a0dea0c1e-26aa66e8ea.zip/node_modules/@jest/reporters/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/reporters", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/@jest-reporters-virtual-d97a571d77/0/cache/@jest-reporters-npm-28.1.2-8a0dea0c1e-26aa66e8ea.zip/node_modules/@jest/reporters/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["@jest/reporters", "virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2"],\
2022-07-06 08:11:17 +00:00
["@bcoe/v8-coverage", "npm:0.2.3"],\
2022-07-06 08:36:32 +00:00
["@jest/console", "npm:28.1.1"],\
["@jest/test-result", "npm:28.1.1"],\
["@jest/transform", "npm:28.1.2"],\
["@jest/types", "npm:28.1.1"],\
["@jridgewell/trace-mapping", "npm:0.3.14"],\
2022-07-06 08:11:17 +00:00
["@types/node", "npm:18.0.3"],\
["@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.3"],\
["graceful-fs", "npm:4.2.10"],\
["istanbul-lib-coverage", "npm:3.2.0"],\
["istanbul-lib-instrument", "npm:5.2.0"],\
["istanbul-lib-report", "npm:3.0.0"],\
["istanbul-lib-source-maps", "npm:4.0.1"],\
["istanbul-reports", "npm:3.1.4"],\
2022-07-06 08:36:32 +00:00
["jest-message-util", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"],\
["jest-worker", "npm:28.1.1"],\
2022-07-06 08:11:17 +00:00
["node-notifier", null],\
["slash", "npm:3.0.0"],\
["string-length", "npm:4.0.2"],\
2022-07-06 08:36:32 +00:00
["strip-ansi", "npm:6.0.1"],\
2022-07-06 08:11:17 +00:00
["terminal-link", "npm:2.1.1"],\
2022-07-06 08:36:32 +00:00
["v8-to-istanbul", "npm:9.0.1"]\
2022-07-06 08:11:17 +00:00
],\
"packagePeers": [\
"@types/node-notifier",\
"node-notifier"\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["@jest/schemas", [\
["npm:28.0.2", {\
"packageLocation": "./.yarn/cache/@jest-schemas-npm-28.0.2-482c1c45c3-6a177e97b1.zip/node_modules/@jest/schemas/",\
"packageDependencies": [\
["@jest/schemas", "npm:28.0.2"],\
["@sinclair/typebox", "npm:0.23.5"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/source-map", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-source-map-npm-28.1.2-c3d608514f-b82a5c2e93.zip/node_modules/@jest/source-map/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/source-map", "npm:28.1.2"],\
["@jridgewell/trace-mapping", "npm:0.3.14"],\
2022-06-21 09:23:39 +00:00
["callsites", "npm:3.1.0"],\
["graceful-fs", "npm:4.2.10"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/test-result", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/@jest-test-result-npm-28.1.1-fac1180af0-8812db2649.zip/node_modules/@jest/test-result/",\
"packageDependencies": [\
["@jest/test-result", "npm:28.1.1"],\
["@jest/console", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["collect-v8-coverage", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/test-sequencer", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/@jest-test-sequencer-npm-28.1.1-d7bbefa803-acfa3b7ff1.zip/node_modules/@jest/test-sequencer/",\
"packageDependencies": [\
["@jest/test-sequencer", "npm:28.1.1"],\
["@jest/test-result", "npm:28.1.1"],\
["graceful-fs", "npm:4.2.10"],\
["jest-haste-map", "npm:28.1.1"],\
["slash", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/transform", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/@jest-transform-npm-28.1.2-6f3b28178a-cd8d1bdf1a.zip/node_modules/@jest/transform/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jest/transform", "npm:28.1.2"],\
["@babel/core", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jridgewell/trace-mapping", "npm:0.3.14"],\
2022-06-21 09:23:39 +00:00
["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.10"],\
["jest-haste-map", "npm:28.1.1"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-util", "npm:28.1.1"],\
["micromatch", "npm:4.0.5"],\
["pirates", "npm:4.0.5"],\
["slash", "npm:3.0.0"],\
["write-file-atomic", "npm:4.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jest/types", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/@jest-types-npm-28.1.1-ea2654ccbe-3c35d3674e.zip/node_modules/@jest/types/",\
"packageDependencies": [\
["@jest/types", "npm:28.1.1"],\
["@jest/schemas", "npm:28.0.2"],\
["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["@types/istanbul-reports", "npm:3.0.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["@types/yargs", "npm:17.0.10"],\
["chalk", "npm:4.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@jridgewell/gen-mapping", [\
["npm:0.1.1", {\
"packageLocation": "./.yarn/cache/@jridgewell-gen-mapping-npm-0.1.1-3bad172ac6-3bcc21fe78.zip/node_modules/@jridgewell/gen-mapping/",\
"packageDependencies": [\
["@jridgewell/gen-mapping", "npm:0.1.1"],\
2022-07-06 08:01:18 +00:00
["@jridgewell/set-array", "npm:1.1.2"],\
["@jridgewell/sourcemap-codec", "npm:1.4.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}],\
2022-07-06 08:01:18 +00:00
["npm:0.3.2", {\
"packageLocation": "./.yarn/cache/@jridgewell-gen-mapping-npm-0.3.2-c64eeb4a4e-1832707a1c.zip/node_modules/@jridgewell/gen-mapping/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jridgewell/gen-mapping", "npm:0.3.2"],\
["@jridgewell/set-array", "npm:1.1.2"],\
["@jridgewell/sourcemap-codec", "npm:1.4.14"],\
["@jridgewell/trace-mapping", "npm:0.3.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@jridgewell/resolve-uri", [\
2022-07-06 08:01:18 +00:00
["npm:3.1.0", {\
"packageLocation": "./.yarn/cache/@jridgewell-resolve-uri-npm-3.1.0-6ff2351e61-b5ceaaf9a1.zip/node_modules/@jridgewell/resolve-uri/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jridgewell/resolve-uri", "npm:3.1.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@jridgewell/set-array", [\
2022-07-06 08:01:18 +00:00
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip/node_modules/@jridgewell/set-array/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jridgewell/set-array", "npm:1.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@jridgewell/sourcemap-codec", [\
2022-07-06 08:01:18 +00:00
["npm:1.4.14", {\
"packageLocation": "./.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.14-f5f0630788-61100637b6.zip/node_modules/@jridgewell/sourcemap-codec/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jridgewell/sourcemap-codec", "npm:1.4.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@jridgewell/trace-mapping", [\
2022-07-06 08:01:18 +00:00
["npm:0.3.14", {\
"packageLocation": "./.yarn/cache/@jridgewell-trace-mapping-npm-0.3.14-c78fcccfdf-b9537b9630.zip/node_modules/@jridgewell/trace-mapping/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@jridgewell/trace-mapping", "npm:0.3.14"],\
["@jridgewell/resolve-uri", "npm:3.1.0"],\
["@jridgewell/sourcemap-codec", "npm:1.4.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}],\
["npm:0.3.9", {\
"packageLocation": "./.yarn/cache/@jridgewell-trace-mapping-npm-0.3.9-91625cd7fb-d89597752f.zip/node_modules/@jridgewell/trace-mapping/",\
"packageDependencies": [\
["@jridgewell/trace-mapping", "npm:0.3.9"],\
2022-07-06 08:01:18 +00:00
["@jridgewell/resolve-uri", "npm:3.1.0"],\
["@jridgewell/sourcemap-codec", "npm:1.4.14"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/cli", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-cli-npm-1.6.0-fc69462685-92eb1e4fb4.zip/node_modules/@lerna-lite/cli/",\
"packageDependencies": [\
["@lerna-lite/cli", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
["@lerna-lite/info", "npm:1.6.0"],\
["@lerna-lite/init", "npm:1.6.0"],\
["@lerna-lite/listable", "npm:1.6.0"],\
["@lerna-lite/publish", "npm:1.6.0"],\
["@lerna-lite/version", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["dedent", "npm:0.7.0"],\
["dotenv", "npm:16.0.1"],\
["import-local", "npm:3.1.0"],\
["npmlog", "npm:6.0.2"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/core", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-core-npm-1.6.0-13410bd9c1-af3685cdaf.zip/node_modules/@lerna-lite/core/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/core", "npm:1.6.0"],\
["@npmcli/run-script", "npm:4.1.5"],\
2022-06-21 09:23:39 +00:00
["@octokit/plugin-enterprise-rest", "npm:6.0.1"],\
["@octokit/rest", "npm:18.12.0"],\
["async", "npm:3.2.4"],\
["chalk", "npm:4.1.2"],\
["clone-deep", "npm:4.0.1"],\
["config-chain", "npm:1.1.13"],\
["conventional-changelog-angular", "npm:5.0.13"],\
["conventional-changelog-core", "npm:4.2.4"],\
["conventional-recommended-bump", "npm:6.1.0"],\
["cosmiconfig", "npm:7.0.1"],\
["dedent", "npm:0.7.0"],\
["execa", "npm:5.1.1"],\
["fs-extra", "npm:10.1.0"],\
["get-stream", "npm:6.0.1"],\
["git-url-parse", "npm:11.6.0"],\
["glob-parent", "npm:6.0.2"],\
["globby", "npm:11.1.0"],\
["graceful-fs", "npm:4.2.10"],\
["inquirer", "npm:8.2.4"],\
["is-ci", "npm:3.0.1"],\
["is-stream", "npm:2.0.1"],\
["libnpmaccess", "npm:6.0.3"],\
["libnpmpublish", "npm:6.0.4"],\
["load-json-file", "npm:6.2.0"],\
["make-dir", "npm:3.1.0"],\
["minimatch", "npm:5.1.0"],\
["node-fetch", "virtual:25a5f5382d53dbf298bf7a1191760bc2e0a523a619eeb0e667b99a8649e8ad183f9e2e0b45f6fb831b92f4078b61622aa567cf79565f6aa5af9597e3c84864f6#npm:2.6.7"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
["npm-packlist", "npm:5.1.1"],\
2022-06-21 09:23:39 +00:00
["npm-registry-fetch", "npm:13.1.1"],\
["npmlog", "npm:6.0.2"],\
["os", "npm:0.1.2"],\
["p-map", "npm:4.0.0"],\
["p-pipe", "npm:3.1.0"],\
["p-queue", "npm:6.6.2"],\
["p-reduce", "npm:2.1.0"],\
2022-07-06 08:01:18 +00:00
["pacote", "npm:13.6.1"],\
2022-06-21 09:23:39 +00:00
["path", "npm:0.12.7"],\
["pify", "npm:5.0.0"],\
["resolve-from", "npm:5.0.0"],\
["semver", "npm:7.3.7"],\
["slash", "npm:3.0.0"],\
["ssri", "npm:9.0.1"],\
["strong-log-transformer", "npm:2.1.0"],\
["tar", "npm:6.1.11"],\
["temp-dir", "npm:1.0.0"],\
["uuid", "npm:8.3.2"],\
["whatwg-url", "npm:11.0.0"],\
["write-file-atomic", "npm:4.0.1"],\
["write-json-file", "npm:4.3.0"],\
["write-pkg", "npm:4.0.0"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/info", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-info-npm-1.6.0-53b2bf6dd1-667e55621d.zip/node_modules/@lerna-lite/info/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/info", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["dedent", "npm:0.7.0"],\
["envinfo", "npm:7.8.1"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/init", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-init-npm-1.6.0-51ea51e753-3b713405d4.zip/node_modules/@lerna-lite/init/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/init", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["fs-extra", "npm:10.1.0"],\
["p-map", "npm:4.0.0"],\
["write-json-file", "npm:4.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/list", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-list-npm-1.6.0-63fd3896ac-f9ac8c6247.zip/node_modules/@lerna-lite/list/",\
"packageDependencies": [\
["@lerna-lite/list", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
["@lerna-lite/listable", "npm:1.6.0"],\
["@lerna-lite/optional-cmd-common", "npm:1.6.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/listable", [\
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-listable-npm-1.6.0-9cd0de0c10-b5b3dadcb8.zip/node_modules/@lerna-lite/listable/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/listable", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["columnify", "npm:1.6.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/optional-cmd-common", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-optional-cmd-common-npm-1.6.0-52bbe066ea-a86937081f.zip/node_modules/@lerna-lite/optional-cmd-common/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/optional-cmd-common", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["fs-extra", "npm:10.1.0"],\
["multimatch", "npm:5.0.0"],\
["npmlog", "npm:6.0.2"],\
["p-map", "npm:4.0.0"],\
["upath", "npm:2.0.1"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/publish", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-publish-npm-1.6.0-ae8f957c4c-ac11999601.zip/node_modules/@lerna-lite/publish/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/publish", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
["@lerna-lite/version", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["byte-size", "npm:7.0.1"],\
["columnify", "npm:1.6.0"],\
["fs-extra", "npm:10.1.0"],\
["has-unicode", "npm:2.0.1"],\
["libnpmaccess", "npm:6.0.3"],\
["libnpmpublish", "npm:6.0.4"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
["npm-packlist", "npm:5.1.1"],\
2022-06-21 09:23:39 +00:00
["npm-registry-fetch", "npm:13.1.1"],\
["npmlog", "npm:6.0.2"],\
["os", "npm:0.1.2"],\
["p-map", "npm:4.0.0"],\
["p-pipe", "npm:3.1.0"],\
2022-07-06 08:01:18 +00:00
["pacote", "npm:13.6.1"],\
2022-06-21 09:23:39 +00:00
["path", "npm:0.12.7"],\
["pify", "npm:5.0.0"],\
["read-package-json", "npm:5.0.1"],\
["resolve-from", "npm:5.0.0"],\
["semver", "npm:7.3.7"],\
["slash", "npm:3.0.0"],\
["ssri", "npm:9.0.1"],\
["strong-log-transformer", "npm:2.1.0"],\
["tar", "npm:6.1.11"],\
["whatwg-url", "npm:11.0.0"],\
["write-file-atomic", "npm:4.0.1"],\
["write-json-file", "npm:4.3.0"],\
["write-pkg", "npm:4.0.0"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/run", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-run-npm-1.6.0-d85881ff48-dd9173801b.zip/node_modules/@lerna-lite/run/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/run", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
["@lerna-lite/optional-cmd-common", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["fs-extra", "npm:10.1.0"],\
["multimatch", "npm:5.0.0"],\
["npmlog", "npm:6.0.2"],\
["p-map", "npm:4.0.0"],\
["upath", "npm:2.0.1"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@lerna-lite/version", [\
2022-07-06 08:01:18 +00:00
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/@lerna-lite-version-npm-1.6.0-c04d55cf79-7212389903.zip/node_modules/@lerna-lite/version/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@lerna-lite/version", "npm:1.6.0"],\
["@lerna-lite/core", "npm:1.6.0"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["dedent", "npm:0.7.0"],\
["load-json-file", "npm:6.2.0"],\
["minimatch", "npm:5.1.0"],\
["npmlog", "npm:6.0.2"],\
["os", "npm:0.1.2"],\
["p-map", "npm:4.0.0"],\
["p-pipe", "npm:3.1.0"],\
["p-reduce", "npm:2.1.0"],\
["path", "npm:0.12.7"],\
["semver", "npm:7.3.7"],\
["slash", "npm:3.0.0"],\
["write-json-file", "npm:4.3.0"],\
["yargs", "npm:17.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@newrelic/aws-sdk", [\
2022-08-10 09:27:23 +00:00
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/@newrelic-aws-sdk-npm-5.0.0-7d9d10d58f-b467b7306f.zip/node_modules/@newrelic/aws-sdk/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/aws-sdk", "npm:5.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-08-10 09:27:23 +00:00
["virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:5.0.0", {\
"packageLocation": "./.yarn/__virtual__/@newrelic-aws-sdk-virtual-e9040e4121/0/cache/@newrelic-aws-sdk-npm-5.0.0-7d9d10d58f-b467b7306f.zip/node_modules/@newrelic/aws-sdk/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/aws-sdk", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:5.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/newrelic", null],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/newrelic",\
"newrelic"\
],\
"linkType": "HARD"\
}]\
]],\
["@newrelic/koa", [\
2022-08-10 09:27:23 +00:00
["npm:7.0.0", {\
"packageLocation": "./.yarn/cache/@newrelic-koa-npm-7.0.0-903c251b9f-13fb2bf0df.zip/node_modules/@newrelic/koa/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/koa", "npm:7.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-08-10 09:27:23 +00:00
["virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:7.0.0", {\
"packageLocation": "./.yarn/__virtual__/@newrelic-koa-virtual-d6376894e6/0/cache/@newrelic-koa-npm-7.0.0-903c251b9f-13fb2bf0df.zip/node_modules/@newrelic/koa/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/koa", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:7.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/newrelic", null],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/newrelic",\
"newrelic"\
],\
"linkType": "HARD"\
}]\
]],\
["@newrelic/native-metrics", [\
2022-08-10 09:27:23 +00:00
["npm:9.0.0", {\
"packageLocation": "./.yarn/unplugged/@newrelic-native-metrics-npm-9.0.0-590d2e713a/node_modules/@newrelic/native-metrics/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/native-metrics", "npm:9.0.0"],\
2022-06-21 09:23:39 +00:00
["https-proxy-agent", "npm:5.0.1"],\
["nan", "npm:2.16.0"],\
["node-gyp", "npm:9.0.0"],\
["semver", "npm:5.7.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@newrelic/superagent", [\
2022-08-10 09:27:23 +00:00
["npm:6.0.0", {\
"packageLocation": "./.yarn/cache/@newrelic-superagent-npm-6.0.0-db8b77d0f3-d9e9b20d75.zip/node_modules/@newrelic/superagent/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/superagent", "npm:6.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-08-10 09:27:23 +00:00
["virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:6.0.0", {\
"packageLocation": "./.yarn/__virtual__/@newrelic-superagent-virtual-c2a5d7b8a8/0/cache/@newrelic-superagent-npm-6.0.0-db8b77d0f3-d9e9b20d75.zip/node_modules/@newrelic/superagent/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["@newrelic/superagent", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:6.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/newrelic", null],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/newrelic",\
"newrelic"\
],\
"linkType": "HARD"\
}]\
]],\
["@newrelic/winston-enricher", [\
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/@newrelic-winston-enricher-npm-4.0.0-ebaf2d0d28-f737e7d952.zip/node_modules/@newrelic/winston-enricher/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
["@newrelic/winston-enricher", "npm:4.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
["virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0", {\
"packageLocation": "./.yarn/__virtual__/@newrelic-winston-enricher-virtual-766a341e22/0/cache/@newrelic-winston-enricher-npm-4.0.0-ebaf2d0d28-f737e7d952.zip/node_modules/@newrelic/winston-enricher/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
["@newrelic/winston-enricher", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/newrelic", "npm:7.0.3"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/newrelic",\
"newrelic"\
2022-06-21 09:23:39 +00:00
],\
"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/fs", [\
["npm:2.1.0", {\
"packageLocation": "./.yarn/cache/@npmcli-fs-npm-2.1.0-3b106d08bc-6ec6d678af.zip/node_modules/@npmcli/fs/",\
"packageDependencies": [\
["@npmcli/fs", "npm:2.1.0"],\
["@gar/promisify", "npm:1.1.3"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
}]\
]],\
["@npmcli/git", [\
["npm:3.0.1", {\
"packageLocation": "./.yarn/cache/@npmcli-git-npm-3.0.1-0c54a062d9-0e289d11e2.zip/node_modules/@npmcli/git/",\
"packageDependencies": [\
["@npmcli/git", "npm:3.0.1"],\
["@npmcli/promise-spawn", "npm:3.0.0"],\
2022-07-06 08:01:18 +00:00
["lru-cache", "npm:7.12.0"],\
2022-06-21 09:23:39 +00:00
["mkdirp", "npm:1.0.4"],\
["npm-pick-manifest", "npm:7.0.1"],\
["proc-log", "npm:2.0.1"],\
["promise-inflight", "virtual:84a00badf32fd1afaf93817400747915046d2012712b8d0165c9b380a8ca122b717268023cb7925f79b92bac1d0305a8c7f77f430ac0705ca3d110cd76516a4c#npm:1.0.1"],\
["promise-retry", "npm:2.0.1"],\
["semver", "npm:7.3.7"],\
["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:2.0.0", {\
"packageLocation": "./.yarn/cache/@npmcli-move-file-npm-2.0.0-d8bd1d35d2-1388777b50.zip/node_modules/@npmcli/move-file/",\
"packageDependencies": [\
["@npmcli/move-file", "npm:2.0.0"],\
["mkdirp", "npm:1.0.4"],\
["rimraf", "npm:3.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@npmcli/node-gyp", [\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/@npmcli-node-gyp-npm-2.0.0-411b1e0bad-b6bbf00150.zip/node_modules/@npmcli/node-gyp/",\
"packageDependencies": [\
["@npmcli/node-gyp", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@npmcli/promise-spawn", [\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/@npmcli-promise-spawn-npm-3.0.0-63f972b0e8-3454465a27.zip/node_modules/@npmcli/promise-spawn/",\
"packageDependencies": [\
["@npmcli/promise-spawn", "npm:3.0.0"],\
["infer-owner", "npm:1.0.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["@npmcli/run-script", [\
2022-07-06 08:01:18 +00:00
["npm:4.1.5", {\
"packageLocation": "./.yarn/cache/@npmcli-run-script-npm-4.1.5-979d3624a1-a71736c628.zip/node_modules/@npmcli/run-script/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@npmcli/run-script", "npm:4.1.5"],\
2022-06-21 09:23:39 +00:00
["@npmcli/node-gyp", "npm:2.0.0"],\
["@npmcli/promise-spawn", "npm:3.0.0"],\
["node-gyp", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["read-package-json-fast", "npm:2.0.3"],\
["which", "npm:2.0.2"]\
2022-06-21 09:23:39 +00:00
],\
"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"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@octokit/core", [\
["npm:3.6.0", {\
"packageLocation": "./.yarn/cache/@octokit-core-npm-3.6.0-1273c50268-f811601290.zip/node_modules/@octokit/core/",\
"packageDependencies": [\
["@octokit/core", "npm:3.6.0"],\
["@octokit/auth-token", "npm:2.5.0"],\
["@octokit/graphql", "npm:4.8.0"],\
["@octokit/request", "npm:5.6.3"],\
["@octokit/request-error", "npm:2.1.0"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["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"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["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.3"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["universal-user-agent", "npm:6.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@octokit/openapi-types", [\
2022-07-06 08:01:18 +00:00
["npm:12.8.0", {\
"packageLocation": "./.yarn/cache/@octokit-openapi-types-npm-12.8.0-1b7f917c93-66058ebb9a.zip/node_modules/@octokit/openapi-types/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/openapi-types", "npm:12.8.0"]\
2022-06-21 09:23:39 +00:00
],\
"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", [\
2022-07-06 08:01:18 +00:00
["npm:2.21.1", {\
"packageLocation": "./.yarn/cache/@octokit-plugin-paginate-rest-npm-2.21.1-7eac9e6538-2941d0320e.zip/node_modules/@octokit/plugin-paginate-rest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-paginate-rest", "npm:2.21.1"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.21.1", {\
"packageLocation": "./.yarn/__virtual__/@octokit-plugin-paginate-rest-virtual-edda5c90cb/0/cache/@octokit-plugin-paginate-rest-npm-2.21.1-7eac9e6538-2941d0320e.zip/node_modules/@octokit/plugin-paginate-rest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-paginate-rest", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.21.1"],\
2022-06-21 09:23:39 +00:00
["@octokit/core", "npm:3.6.0"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["@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.6.0"],\
["@types/octokit__core", null]\
],\
"packagePeers": [\
"@octokit/core",\
"@types/octokit__core"\
],\
"linkType": "HARD"\
}]\
]],\
["@octokit/plugin-rest-endpoint-methods", [\
2022-07-06 08:01:18 +00:00
["npm:5.16.2", {\
"packageLocation": "./.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-5.16.2-f54316c392-30fcc50c33.zip/node_modules/@octokit/plugin-rest-endpoint-methods/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-rest-endpoint-methods", "npm:5.16.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.16.2", {\
"packageLocation": "./.yarn/__virtual__/@octokit-plugin-rest-endpoint-methods-virtual-3948113dea/0/cache/@octokit-plugin-rest-endpoint-methods-npm-5.16.2-f54316c392-30fcc50c33.zip/node_modules/@octokit/plugin-rest-endpoint-methods/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-rest-endpoint-methods", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.16.2"],\
2022-06-21 09:23:39 +00:00
["@octokit/core", "npm:3.6.0"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["@types/octokit__core", null],\
["deprecation", "npm:2.3.1"]\
],\
"packagePeers": [\
"@octokit/core",\
"@types/octokit__core"\
],\
"linkType": "HARD"\
}]\
]],\
["@octokit/request", [\
["npm:5.6.3", {\
"packageLocation": "./.yarn/cache/@octokit-request-npm-5.6.3-25a5f5382d-c0b4542eb4.zip/node_modules/@octokit/request/",\
"packageDependencies": [\
["@octokit/request", "npm:5.6.3"],\
["@octokit/endpoint", "npm:6.0.12"],\
["@octokit/request-error", "npm:2.1.0"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["is-plain-object", "npm:5.0.0"],\
["node-fetch", "virtual:25a5f5382d53dbf298bf7a1191760bc2e0a523a619eeb0e667b99a8649e8ad183f9e2e0b45f6fb831b92f4078b61622aa567cf79565f6aa5af9597e3c84864f6#npm:2.6.7"],\
["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"],\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
2022-06-21 09:23:39 +00:00
["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.6.0"],\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-paginate-rest", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:2.21.1"],\
2022-06-21 09:23:39 +00:00
["@octokit/plugin-request-log", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:1.0.4"],\
2022-07-06 08:01:18 +00:00
["@octokit/plugin-rest-endpoint-methods", "virtual:f250ac8e5eb682f2f60768f4330fc728a36405b667dc5acc56c520d0ff4519a3db937536614af90173f6af26d8665c4fe9f532c66765a577f6ea1f6b70d54bc1#npm:5.16.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@octokit/types", [\
2022-07-06 08:01:18 +00:00
["npm:6.39.0", {\
"packageLocation": "./.yarn/cache/@octokit-types-npm-6.39.0-8985f0f61f-0e3d55e4bd.zip/node_modules/@octokit/types/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@octokit/types", "npm:6.39.0"],\
["@octokit/openapi-types", "npm:12.8.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@otplib/core", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/@otplib-core-npm-12.0.1-4b9787d379-b3c34bc20b.zip/node_modules/@otplib/core/",\
"packageDependencies": [\
["@otplib/core", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@otplib/plugin-crypto", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/@otplib-plugin-crypto-npm-12.0.1-d0dc5d1d98-6867c74ee8.zip/node_modules/@otplib/plugin-crypto/",\
"packageDependencies": [\
["@otplib/plugin-crypto", "npm:12.0.1"],\
["@otplib/core", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@otplib/plugin-thirty-two", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/@otplib-plugin-thirty-two-npm-12.0.1-b85109b20e-920099e40d.zip/node_modules/@otplib/plugin-thirty-two/",\
"packageDependencies": [\
["@otplib/plugin-thirty-two", "npm:12.0.1"],\
["@otplib/core", "npm:12.0.1"],\
["thirty-two", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@otplib/preset-default", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/@otplib-preset-default-npm-12.0.1-77f04f54c4-8133231384.zip/node_modules/@otplib/preset-default/",\
"packageDependencies": [\
["@otplib/preset-default", "npm:12.0.1"],\
["@otplib/core", "npm:12.0.1"],\
["@otplib/plugin-crypto", "npm:12.0.1"],\
["@otplib/plugin-thirty-two", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@otplib/preset-v11", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/@otplib-preset-v11-npm-12.0.1-df44c202c1-367cb09397.zip/node_modules/@otplib/preset-v11/",\
"packageDependencies": [\
["@otplib/preset-v11", "npm:12.0.1"],\
["@otplib/core", "npm:12.0.1"],\
["@otplib/plugin-crypto", "npm:12.0.1"],\
["@otplib/plugin-thirty-two", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["@pnpm/network.ca-file", [\
["npm:1.0.1", {\
"packageLocation": "./.yarn/cache/@pnpm-network.ca-file-npm-1.0.1-42bfe40bec-c847d86187.zip/node_modules/@pnpm/network.ca-file/",\
"packageDependencies": [\
["@pnpm/network.ca-file", "npm:1.0.1"],\
["graceful-fs", "npm:4.2.10"]\
],\
"linkType": "HARD"\
}]\
]],\
["@pnpm/npm-conf", [\
["npm:1.0.4", {\
"packageLocation": "./.yarn/cache/@pnpm-npm-conf-npm-1.0.4-cc4c19088e-f94afa48ce.zip/node_modules/@pnpm/npm-conf/",\
"packageDependencies": [\
["@pnpm/npm-conf", "npm:1.0.4"],\
["@pnpm/network.ca-file", "npm:1.0.1"],\
["config-chain", "npm:1.1.13"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@protobufjs/aspromise", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/@protobufjs-aspromise-npm-1.1.2-71d00b938f-011fe7ef08.zip/node_modules/@protobufjs/aspromise/",\
"packageDependencies": [\
["@protobufjs/aspromise", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/base64", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/@protobufjs-base64-npm-1.1.2-cd8ca6814a-67173ac34d.zip/node_modules/@protobufjs/base64/",\
"packageDependencies": [\
["@protobufjs/base64", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/codegen", [\
["npm:2.0.4", {\
"packageLocation": "./.yarn/cache/@protobufjs-codegen-npm-2.0.4-36e188bbe6-59240c850b.zip/node_modules/@protobufjs/codegen/",\
"packageDependencies": [\
["@protobufjs/codegen", "npm:2.0.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/eventemitter", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/@protobufjs-eventemitter-npm-1.1.0-029cc7d431-0369163a3d.zip/node_modules/@protobufjs/eventemitter/",\
"packageDependencies": [\
["@protobufjs/eventemitter", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/fetch", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/@protobufjs-fetch-npm-1.1.0-ca857b7df4-3fce7e09eb.zip/node_modules/@protobufjs/fetch/",\
"packageDependencies": [\
["@protobufjs/fetch", "npm:1.1.0"],\
["@protobufjs/aspromise", "npm:1.1.2"],\
["@protobufjs/inquire", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/float", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/@protobufjs-float-npm-1.0.2-5678f64d08-5781e12412.zip/node_modules/@protobufjs/float/",\
"packageDependencies": [\
["@protobufjs/float", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/inquire", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/@protobufjs-inquire-npm-1.1.0-3c7759e9ce-ca06f02eaf.zip/node_modules/@protobufjs/inquire/",\
"packageDependencies": [\
["@protobufjs/inquire", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/path", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/@protobufjs-path-npm-1.1.2-641d08de76-856eeb532b.zip/node_modules/@protobufjs/path/",\
"packageDependencies": [\
["@protobufjs/path", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/pool", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/@protobufjs-pool-npm-1.1.0-47a76f96a1-d6a34fbbd2.zip/node_modules/@protobufjs/pool/",\
"packageDependencies": [\
["@protobufjs/pool", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@protobufjs/utf8", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/@protobufjs-utf8-npm-1.1.0-02c590807c-f9bf3163d1.zip/node_modules/@protobufjs/utf8/",\
"packageDependencies": [\
["@protobufjs/utf8", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@sentry/core", [\
2022-07-06 08:01:18 +00:00
["npm:7.5.0", {\
"packageLocation": "./.yarn/cache/@sentry-core-npm-7.5.0-984c871a50-34582f87ac.zip/node_modules/@sentry/core/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@sentry/core", "npm:7.5.0"],\
["@sentry/hub", "npm:7.5.0"],\
["@sentry/types", "npm:7.5.0"],\
["@sentry/utils", "npm:7.5.0"],\
2022-06-22 10:33:00 +00:00
["tslib", "npm:1.14.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 04:59:15 +00:00
["@sentry/hub", [\
2022-07-06 08:01:18 +00:00
["npm:7.5.0", {\
"packageLocation": "./.yarn/cache/@sentry-hub-npm-7.5.0-993573a68c-d3786bef55.zip/node_modules/@sentry/hub/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@sentry/hub", "npm:7.5.0"],\
["@sentry/types", "npm:7.5.0"],\
["@sentry/utils", "npm:7.5.0"],\
2022-06-22 10:33:00 +00:00
["tslib", "npm:1.14.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@sentry/node", [\
2022-07-06 08:01:18 +00:00
["npm:7.5.0", {\
"packageLocation": "./.yarn/cache/@sentry-node-npm-7.5.0-a14989f161-497d279d9a.zip/node_modules/@sentry/node/",\
"packageDependencies": [\
["@sentry/node", "npm:7.5.0"],\
["@sentry/core", "npm:7.5.0"],\
["@sentry/hub", "npm:7.5.0"],\
["@sentry/types", "npm:7.5.0"],\
["@sentry/utils", "npm:7.5.0"],\
2022-06-22 10:33:00 +00:00
["cookie", "npm:0.4.2"],\
["https-proxy-agent", "npm:5.0.1"],\
["lru_map", "npm:0.3.3"],\
["tslib", "npm:1.14.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@sentry/types", [\
2022-07-06 08:01:18 +00:00
["npm:7.5.0", {\
"packageLocation": "./.yarn/cache/@sentry-types-npm-7.5.0-eea3d326fa-ec049818c3.zip/node_modules/@sentry/types/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@sentry/types", "npm:7.5.0"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@sentry/utils", [\
2022-07-06 08:01:18 +00:00
["npm:7.5.0", {\
"packageLocation": "./.yarn/cache/@sentry-utils-npm-7.5.0-e8c66594bc-6af3f24716.zip/node_modules/@sentry/utils/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@sentry/utils", "npm:7.5.0"],\
["@sentry/types", "npm:7.5.0"],\
2022-06-22 10:33:00 +00:00
["tslib", "npm:1.14.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@sinclair/typebox", [\
["npm:0.23.5", {\
"packageLocation": "./.yarn/cache/@sinclair-typebox-npm-0.23.5-10c003c068-c96056d35d.zip/node_modules/@sinclair/typebox/",\
"packageDependencies": [\
["@sinclair/typebox", "npm:0.23.5"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@sindresorhus/is", [\
2022-07-14 14:04:34 +00:00
["npm:4.6.0", {\
"packageLocation": "./.yarn/cache/@sindresorhus-is-npm-4.6.0-7cad05c55e-83839f13da.zip/node_modules/@sindresorhus/is/",\
"packageDependencies": [\
["@sindresorhus/is", "npm:4.6.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["@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:9.1.2", {\
"packageLocation": "./.yarn/cache/@sinonjs-fake-timers-npm-9.1.2-3ff37ab7fb-7d3aef54e1.zip/node_modules/@sinonjs/fake-timers/",\
"packageDependencies": [\
["@sinonjs/fake-timers", "npm:9.1.2"],\
["@sinonjs/commons", "npm:1.8.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@sqltools/formatter", [\
["npm:1.2.3", {\
"packageLocation": "./.yarn/cache/@sqltools-formatter-npm-1.2.3-bb0968c039-5d80554b84.zip/node_modules/@sqltools/formatter/",\
"packageDependencies": [\
["@sqltools/formatter", "npm:1.2.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/analytics", [\
2022-07-06 08:36:32 +00:00
["workspace:packages/analytics", {\
"packageLocation": "./packages/analytics/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@standardnotes/analytics", "workspace:packages/analytics"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 08:36:32 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
2022-06-22 10:33:00 +00:00
],\
2022-07-06 08:36:32 +00:00
"linkType": "SOFT"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["@standardnotes/api", [\
["npm:1.8.1", {\
"packageLocation": "./.yarn/cache/@standardnotes-api-npm-1.8.1-15c2e051d4-76c5d1a2d2.zip/node_modules/@standardnotes/api/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
["@standardnotes/api", "npm:1.8.1"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/encryption", "npm:1.15.3"],\
["@standardnotes/models", "npm:1.18.3"],\
["@standardnotes/responses", "npm:1.10.2"],\
["@standardnotes/security", "workspace:packages/security"],\
["@standardnotes/utils", "npm:1.9.0"],\
["reflect-metadata", "npm:0.1.13"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-23 09:33:14 +00:00
["@standardnotes/api-gateway", [\
["workspace:packages/api-gateway", {\
"packageLocation": "./packages/api-gateway/",\
"packageDependencies": [\
["@standardnotes/api-gateway", "workspace:packages/api-gateway"],\
["@newrelic/winston-enricher", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["@sentry/node", "npm:7.5.0"],\
2022-07-06 08:36:32 +00:00
["@standardnotes/analytics", "workspace:packages/analytics"],\
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:19:27 +00:00
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", "workspace:packages/security"],\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-06-23 09:33:14 +00:00
["@types/cors", "npm:2.8.12"],\
["@types/express", "npm:4.17.13"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-23 09:33:14 +00:00
["@types/jsonwebtoken", "npm:8.5.8"],\
["@types/newrelic", "npm:7.0.3"],\
2022-07-12 18:13:50 +00:00
["@types/prettyjson", "npm:0.0.30"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
["aws-sdk", "npm:2.1168.0"],\
2022-07-13 08:03:40 +00:00
["axios", "npm:0.27.2"],\
2022-06-23 09:33:14 +00:00
["cors", "npm:2.8.5"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-07-13 07:23:36 +00:00
["express", "npm:4.18.1"],\
2022-07-27 11:21:15 +00:00
["helmet", "npm:5.1.1"],\
2022-06-23 09:33:14 +00:00
["inversify", "npm:6.0.1"],\
["inversify-express-utils", "npm:6.4.3"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-23 09:33:14 +00:00
["jsonwebtoken", "npm:8.5.1"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["nodemon", "npm:2.0.19"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-07-12 18:14:33 +00:00
["prettyjson", "npm:1.2.5"],\
2022-06-23 09:33:14 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-12 18:20:03 +00:00
["winston", "npm:3.8.1"]\
2022-06-23 09:33:14 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/auth", [\
2022-06-27 08:43:12 +00:00
["npm:3.19.4", {\
"packageLocation": "./.yarn/cache/@standardnotes-auth-npm-3.19.4-29b35c1352-84ac9e669e.zip/node_modules/@standardnotes/auth/",\
"packageDependencies": [\
["@standardnotes/auth", "npm:3.19.4"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-06-27 08:43:12 +00:00
["jsonwebtoken", "npm:8.5.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/auth-server", [\
["workspace:packages/auth", {\
"packageLocation": "./packages/auth/",\
"packageDependencies": [\
["@standardnotes/auth-server", "workspace:packages/auth"],\
["@newrelic/winston-enricher", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["@sentry/node", "npm:7.5.0"],\
2022-07-06 08:36:32 +00:00
["@standardnotes/analytics", "workspace:packages/analytics"],\
["@standardnotes/api", "npm:1.8.1"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
2022-07-06 08:11:17 +00:00
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
["@standardnotes/features", "npm:1.52.1"],\
2022-07-06 08:49:22 +00:00
["@standardnotes/predicates", "workspace:packages/predicates"],\
2022-07-04 11:10:21 +00:00
["@standardnotes/responses", "npm:1.6.39"],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", "workspace:packages/security"],\
2022-07-06 10:05:54 +00:00
["@standardnotes/settings", "workspace:packages/settings"],\
2022-06-22 10:33:00 +00:00
["@standardnotes/sncrypto-common", "npm:1.9.0"],\
2022-07-06 10:13:38 +00:00
["@standardnotes/sncrypto-node", "workspace:packages/sncrypto-node"],\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-06-22 10:33:00 +00:00
["@types/bcryptjs", "npm:2.4.2"],\
["@types/cors", "npm:2.8.12"],\
["@types/express", "npm:4.17.13"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-22 10:33:00 +00:00
["@types/newrelic", "npm:7.0.3"],\
["@types/otplib", "npm:10.0.0"],\
2022-07-12 18:13:50 +00:00
["@types/prettyjson", "npm:0.0.30"],\
2022-06-22 10:33:00 +00:00
["@types/ua-parser-js", "npm:0.7.36"],\
["@types/uuid", "npm:8.3.4"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
["aws-sdk", "npm:2.1168.0"],\
2022-07-13 08:03:40 +00:00
["axios", "npm:0.27.2"],\
2022-06-22 10:33:00 +00:00
["bcryptjs", "npm:2.4.3"],\
["cors", "npm:2.8.5"],\
["dayjs", "npm:1.11.3"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-07-13 07:23:36 +00:00
["express", "npm:4.18.1"],\
2022-06-22 10:33:00 +00:00
["inversify", "npm:6.0.1"],\
["inversify-express-utils", "npm:6.4.3"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-22 10:33:00 +00:00
["mysql2", "npm:2.3.3"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["nodemon", "npm:2.0.19"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-06-22 10:33:00 +00:00
["otplib", "npm:12.0.1"],\
2022-07-12 18:14:33 +00:00
["prettyjson", "npm:1.2.5"],\
2022-06-22 10:33:00 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-06 08:01:18 +00:00
["typeorm", "virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7"],\
2022-06-22 10:33:00 +00:00
["ua-parser-js", "npm:1.0.2"],\
2022-09-06 08:57:30 +00:00
["uuid", "npm:9.0.0"],\
2022-07-12 18:20:03 +00:00
["winston", "npm:3.8.1"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/common", [\
2022-07-06 10:02:32 +00:00
["workspace:packages/common", {\
"packageLocation": "./packages/common/",\
2022-06-27 08:43:12 +00:00
"packageDependencies": [\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 10:02:32 +00:00
["@types/node", "npm:18.0.3"],\
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 10:02:32 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
2022-06-27 08:43:12 +00:00
],\
2022-07-06 10:02:32 +00:00
"linkType": "SOFT"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 14:44:45 +00:00
["@standardnotes/config", [\
2022-06-28 08:50:24 +00:00
["npm:2.4.3", {\
"packageLocation": "./.yarn/cache/@standardnotes-config-npm-2.4.3-f16699e480-b57b49242a.zip/node_modules/@standardnotes/config/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-06-28 08:50:24 +00:00
["@standardnotes/config", "npm:2.4.3"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5"],\
["@typescript-eslint/parser", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5"],\
2022-06-28 08:50:24 +00:00
["eslint-config-prettier", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:8.5.0"],\
2022-07-06 08:01:18 +00:00
["eslint-plugin-prettier", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:4.2.1"],\
2022-06-28 08:50:24 +00:00
["prettier", "npm:2.7.1"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/domain-events", [\
2022-07-06 08:01:18 +00:00
["workspace:packages/domain-events", {\
"packageLocation": "./packages/domain-events/",\
"packageDependencies": [\
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/features", "npm:1.52.1"],\
2022-07-06 08:49:22 +00:00
["@standardnotes/predicates", "workspace:packages/predicates"],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", "workspace:packages/security"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 08:01:18 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
2022-07-06 08:01:18 +00:00
],\
"linkType": "SOFT"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["@standardnotes/domain-events-infra", [\
2022-07-06 08:11:17 +00:00
["workspace:packages/domain-events-infra", {\
"packageLocation": "./packages/domain-events-infra/",\
"packageDependencies": [\
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 08:11:17 +00:00
["@types/newrelic", "npm:7.0.3"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
2022-07-06 08:11:17 +00:00
["aws-sdk", "npm:2.1168.0"],\
2022-07-06 08:36:32 +00:00
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-06 08:11:17 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-06 08:19:27 +00:00
["sqs-consumer", "virtual:685a6222c3349423674bb7f0684ba34e2ab20912010f352e04dcf707a156e13183fc382e2417cb37a60f3e7b52fd0178c53181674890e1773eb83e190dc13378#npm:5.7.0"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-06 08:11:17 +00:00
["winston", "npm:3.8.1"]\
],\
"linkType": "SOFT"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/encryption", [\
["npm:1.15.3", {\
"packageLocation": "./.yarn/cache/@standardnotes-encryption-npm-1.15.3-3580c52c1f-1a7863299f.zip/node_modules/@standardnotes/encryption/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
["@standardnotes/encryption", "npm:1.15.3"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/models", "npm:1.18.3"],\
["@standardnotes/responses", "npm:1.10.2"],\
["@standardnotes/sncrypto-common", "npm:1.11.1"],\
["@standardnotes/utils", "npm:1.9.0"],\
2022-07-06 08:01:18 +00:00
["reflect-metadata", "npm:0.1.13"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-07-11 09:58:13 +00:00
["@standardnotes/event-store", [\
["workspace:packages/event-store", {\
"packageLocation": "./packages/event-store/",\
"packageDependencies": [\
["@standardnotes/event-store", "workspace:packages/event-store"],\
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
["@standardnotes/time", "workspace:packages/time"],\
["@types/ioredis", "npm:4.28.10"],\
["@types/jest", "npm:28.1.4"],\
["@types/newrelic", "npm:7.0.3"],\
["@types/nodemailer", "npm:6.4.4"],\
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
["aws-sdk", "npm:2.1168.0"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-07-11 09:58:13 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
["inversify", "npm:6.0.1"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-11 09:58:13 +00:00
["mysql2", "npm:2.3.3"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-11 09:58:13 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-11 09:58:13 +00:00
["typeorm", "virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7"],\
2022-07-12 18:20:03 +00:00
["winston", "npm:3.8.1"]\
2022-07-11 09:58:13 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/features", [\
2022-07-06 08:01:18 +00:00
["npm:1.50.0", {\
"packageLocation": "./.yarn/cache/@standardnotes-features-npm-1.50.0-dd65714983-b61b50695b.zip/node_modules/@standardnotes/features/",\
2022-06-27 22:01:21 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@standardnotes/features", "npm:1.50.0"],\
2022-06-27 22:01:21 +00:00
["@standardnotes/auth", "npm:3.19.4"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["reflect-metadata", "npm:0.1.13"]\
2022-06-27 22:01:21 +00:00
],\
"linkType": "HARD"\
}],\
["npm:1.52.0", {\
"packageLocation": "./.yarn/cache/@standardnotes-features-npm-1.52.0-8c1adf7881-3e6014272f.zip/node_modules/@standardnotes/features/",\
"packageDependencies": [\
["@standardnotes/features", "npm:1.52.0"],\
["@standardnotes/auth", "npm:3.19.4"],\
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/security", "workspace:packages/security"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
}],\
["npm:1.52.1", {\
"packageLocation": "./.yarn/cache/@standardnotes-features-npm-1.52.1-1fee85cf4e-ff3684399e.zip/node_modules/@standardnotes/features/",\
"packageDependencies": [\
["@standardnotes/features", "npm:1.52.1"],\
["@standardnotes/auth", "npm:3.19.4"],\
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/security", "workspace:packages/security"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 14:44:45 +00:00
["@standardnotes/files-server", [\
["workspace:packages/files", {\
"packageLocation": "./packages/files/",\
"packageDependencies": [\
["@standardnotes/files-server", "workspace:packages/files"],\
2022-07-06 08:01:18 +00:00
["@sentry/node", "npm:7.5.0"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-06-28 08:50:24 +00:00
["@standardnotes/config", "npm:2.4.3"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
2022-07-06 08:11:17 +00:00
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", "workspace:packages/security"],\
2022-06-22 14:44:45 +00:00
["@standardnotes/sncrypto-common", "npm:1.9.0"],\
2022-07-06 10:13:38 +00:00
["@standardnotes/sncrypto-node", "workspace:packages/sncrypto-node"],\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-06-22 14:44:45 +00:00
["@types/connect-busboy", "npm:1.0.0"],\
["@types/cors", "npm:2.8.12"],\
["@types/express", "npm:4.17.13"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-22 14:44:45 +00:00
["@types/jsonwebtoken", "npm:8.5.8"],\
["@types/newrelic", "npm:7.0.3"],\
2022-07-12 18:13:50 +00:00
["@types/prettyjson", "npm:0.0.30"],\
2022-06-22 14:44:45 +00:00
["@types/uuid", "npm:8.3.4"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
["aws-sdk", "npm:2.1168.0"],\
2022-06-22 14:44:45 +00:00
["connect-busboy", "npm:1.0.0"],\
["cors", "npm:2.8.5"],\
["dayjs", "npm:1.11.3"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-06-22 14:44:45 +00:00
["express", "npm:4.18.1"],\
["express-winston", "virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:4.2.0"],\
2022-07-27 11:21:15 +00:00
["helmet", "npm:5.1.1"],\
2022-06-22 14:44:45 +00:00
["inversify", "npm:6.0.1"],\
["inversify-express-utils", "npm:6.4.3"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-22 14:44:45 +00:00
["jsonwebtoken", "npm:8.5.1"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["nodemon", "npm:2.0.19"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-06-22 14:44:45 +00:00
["prettyjson", "npm:1.2.5"],\
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-08-29 11:57:37 +00:00
["ts-node", "virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:10.9.1"],\
2022-09-06 08:57:30 +00:00
["uuid", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["winston", "npm:3.8.1"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/models", [\
["npm:1.18.3", {\
"packageLocation": "./.yarn/cache/@standardnotes-models-npm-1.18.3-6c65a62f30-21830c805f.zip/node_modules/@standardnotes/models/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
["@standardnotes/models", "npm:1.18.3"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/features", "npm:1.52.0"],\
["@standardnotes/responses", "npm:1.10.2"],\
["@standardnotes/utils", "npm:1.9.0"],\
2022-07-06 08:01:18 +00:00
["lodash", "npm:4.17.21"],\
["reflect-metadata", "npm:0.1.13"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:16:03 +00:00
["@standardnotes/payloads", [\
["npm:1.5.1", {\
"packageLocation": "./.yarn/cache/@standardnotes-payloads-npm-1.5.1-45dffe2f5c-65c28421e7.zip/node_modules/@standardnotes/payloads/",\
"packageDependencies": [\
["@standardnotes/payloads", "npm:1.5.1"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/features", "npm:1.50.0"],\
["@standardnotes/utils", "npm:1.6.12"]\
2022-06-22 14:16:03 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 08:49:22 +00:00
["@standardnotes/predicates", [\
["workspace:packages/predicates", {\
"packageLocation": "./packages/predicates/",\
"packageDependencies": [\
["@standardnotes/predicates", "workspace:packages/predicates"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 08:49:22 +00:00
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 08:49:22 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
2022-07-06 08:49:22 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/responses", [\
["npm:1.10.2", {\
"packageLocation": "./.yarn/cache/@standardnotes-responses-npm-1.10.2-39d2d1f9b5-364724b5c7.zip/node_modules/@standardnotes/responses/",\
"packageDependencies": [\
["@standardnotes/responses", "npm:1.10.2"],\
["@standardnotes/common", "workspace:packages/common"],\
["@standardnotes/features", "npm:1.52.0"],\
["@standardnotes/security", "workspace:packages/security"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
}],\
2022-07-04 11:10:21 +00:00
["npm:1.6.39", {\
"packageLocation": "./.yarn/cache/@standardnotes-responses-npm-1.6.39-395f4c2d65-0ea1d4d5b8.zip/node_modules/@standardnotes/responses/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-04 11:10:21 +00:00
["@standardnotes/responses", "npm:1.6.39"],\
2022-06-28 08:50:24 +00:00
["@standardnotes/auth", "npm:3.19.4"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/features", "npm:1.50.0"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/scheduler-server", [\
["workspace:packages/scheduler", {\
"packageLocation": "./packages/scheduler/",\
"packageDependencies": [\
["@standardnotes/scheduler-server", "workspace:packages/scheduler"],\
["@newrelic/winston-enricher", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["@sentry/node", "npm:7.5.0"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
2022-07-06 08:11:17 +00:00
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
2022-07-06 08:49:22 +00:00
["@standardnotes/predicates", "workspace:packages/predicates"],\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-06-21 09:23:39 +00:00
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-21 09:23:39 +00:00
["@types/newrelic", "npm:7.0.3"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-08-30 12:51:47 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
2022-07-06 08:01:18 +00:00
["aws-sdk", "npm:2.1168.0"],\
2022-06-21 09:23:39 +00:00
["dayjs", "npm:1.11.3"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-08-30 12:51:47 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-07-29 06:27:57 +00:00
["inversify", "npm:6.0.1"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["mysql2", "npm:2.3.3"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-06-21 09:23:39 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-06 08:01:18 +00:00
["typeorm", "virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7"],\
2022-07-12 18:20:03 +00:00
["winston", "npm:3.8.1"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", [\
["workspace:packages/security", {\
"packageLocation": "./packages/security/",\
"packageDependencies": [\
["@standardnotes/security", "workspace:packages/security"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 09:27:19 +00:00
["@types/jsonwebtoken", "npm:8.5.8"],\
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 09:27:19 +00:00
["jsonwebtoken", "npm:8.5.1"],\
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
2022-07-06 09:27:19 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/server-monorepo", [\
["workspace:.", {\
"packageLocation": "./",\
"packageDependencies": [\
["@standardnotes/server-monorepo", "workspace:."],\
2022-07-06 08:01:18 +00:00
["@commitlint/cli", "npm:17.0.3"],\
["@commitlint/config-conventional", "npm:17.0.3"],\
["@lerna-lite/cli", "npm:1.6.0"],\
["@lerna-lite/list", "npm:1.6.0"],\
["@lerna-lite/run", "npm:1.6.0"],\
["@sentry/node", "npm:7.5.0"],\
["@types/jest", "npm:28.1.4"],\
["@types/newrelic", "npm:7.0.3"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.30.5"],\
["eslint", "npm:8.19.0"],\
2022-06-21 12:25:56 +00:00
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
2022-06-27 21:52:20 +00:00
["ini", "npm:3.0.0"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-06-21 09:23:39 +00:00
["prettier", "npm:2.7.1"],\
2022-08-29 11:57:37 +00:00
["ts-node", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:10.9.1"],\
2022-06-21 09:23:39 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/settings", [\
2022-07-06 10:05:54 +00:00
["workspace:packages/settings", {\
"packageLocation": "./packages/settings/",\
2022-06-27 08:43:12 +00:00
"packageDependencies": [\
2022-07-06 10:05:54 +00:00
["@standardnotes/settings", "workspace:packages/settings"],\
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
["reflect-metadata", "npm:0.1.13"]\
2022-06-27 08:43:12 +00:00
],\
2022-07-06 10:05:54 +00:00
"linkType": "SOFT"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["@standardnotes/sncrypto-common", [\
["npm:1.11.1", {\
"packageLocation": "./.yarn/cache/@standardnotes-sncrypto-common-npm-1.11.1-58d12d6912-69d698abb7.zip/node_modules/@standardnotes/sncrypto-common/",\
"packageDependencies": [\
["@standardnotes/sncrypto-common", "npm:1.11.1"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
}],\
2022-06-22 10:33:00 +00:00
["npm:1.9.0", {\
"packageLocation": "./.yarn/cache/@standardnotes-sncrypto-common-npm-1.9.0-48773f745a-42252d7198.zip/node_modules/@standardnotes/sncrypto-common/",\
"packageDependencies": [\
["@standardnotes/sncrypto-common", "npm:1.9.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@standardnotes/sncrypto-node", [\
2022-07-06 10:13:38 +00:00
["workspace:packages/sncrypto-node", {\
"packageLocation": "./packages/sncrypto-node/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 10:13:38 +00:00
["@standardnotes/sncrypto-node", "workspace:packages/sncrypto-node"],\
["@standardnotes/sncrypto-common", "npm:1.9.0"],\
["@types/jest", "npm:28.1.4"],\
["@types/node", "npm:18.0.3"],\
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-07-06 10:13:38 +00:00
["reflect-metadata", "npm:0.1.13"],\
["regenerator-runtime", "npm:0.13.9"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-06 10:13:38 +00:00
["ts-loader", "virtual:251b55e6186f136d0456117ba65ba163d1a38b49e5d09875aa42c66c71e5a9085f9a3cc24c7aae5da7499c53d95e6948b9284db4d7d1f035f288826df740c6bf#npm:9.3.1"]\
2022-06-22 10:33:00 +00:00
],\
2022-07-06 10:13:38 +00:00
"linkType": "SOFT"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-22 14:16:03 +00:00
["@standardnotes/syncing-server", [\
["workspace:packages/syncing-server", {\
"packageLocation": "./packages/syncing-server/",\
"packageDependencies": [\
["@standardnotes/syncing-server", "workspace:packages/syncing-server"],\
["@newrelic/winston-enricher", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["@sentry/node", "npm:7.5.0"],\
2022-07-06 08:36:32 +00:00
["@standardnotes/analytics", "workspace:packages/analytics"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-07-06 08:01:18 +00:00
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
2022-07-06 08:11:17 +00:00
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
2022-06-22 14:16:03 +00:00
["@standardnotes/payloads", "npm:1.5.1"],\
2022-07-04 11:10:21 +00:00
["@standardnotes/responses", "npm:1.6.39"],\
2022-07-06 09:27:19 +00:00
["@standardnotes/security", "workspace:packages/security"],\
2022-07-06 10:05:54 +00:00
["@standardnotes/settings", "workspace:packages/settings"],\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-06-22 14:16:03 +00:00
["@types/cors", "npm:2.8.12"],\
["@types/dotenv", "npm:8.2.0"],\
["@types/express", "npm:4.17.13"],\
["@types/inversify-express-utils", "npm:2.0.0"],\
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-22 14:16:03 +00:00
["@types/jsonwebtoken", "npm:8.5.8"],\
["@types/newrelic", "npm:7.0.3"],\
2022-07-12 18:13:50 +00:00
["@types/prettyjson", "npm:0.0.30"],\
2022-06-22 14:16:03 +00:00
["@types/ua-parser-js", "npm:0.7.36"],\
["@types/uuid", "npm:8.3.4"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
["aws-sdk", "npm:2.1168.0"],\
2022-07-13 08:03:40 +00:00
["axios", "npm:0.27.2"],\
2022-06-22 14:16:03 +00:00
["cors", "npm:2.8.5"],\
2022-07-12 13:24:35 +00:00
["dotenv", "npm:16.0.1"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-07-13 07:23:36 +00:00
["express", "npm:4.18.1"],\
2022-07-27 11:21:15 +00:00
["helmet", "npm:5.1.1"],\
2022-06-22 14:16:03 +00:00
["inversify", "npm:6.0.1"],\
["inversify-express-utils", "npm:6.4.3"],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-22 14:16:03 +00:00
["jsonwebtoken", "npm:8.5.1"],\
["mysql2", "npm:2.3.3"],\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-07-15 09:46:32 +00:00
["nodemon", "npm:2.0.19"],\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-07-12 18:14:33 +00:00
["prettyjson", "npm:1.2.5"],\
2022-06-22 14:16:03 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-07-06 08:01:18 +00:00
["typeorm", "virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7"],\
2022-06-22 14:16:03 +00:00
["ua-parser-js", "npm:1.0.2"],\
2022-09-06 08:57:30 +00:00
["uuid", "npm:9.0.0"],\
2022-07-12 18:20:03 +00:00
["winston", "npm:3.8.1"]\
2022-06-22 14:16:03 +00:00
],\
"linkType": "SOFT"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@standardnotes/time", [\
2022-07-06 09:46:04 +00:00
["workspace:packages/time", {\
"packageLocation": "./packages/time/",\
"packageDependencies": [\
2022-07-06 09:46:04 +00:00
["@standardnotes/time", "workspace:packages/time"],\
2022-07-12 18:31:29 +00:00
["@types/jest", "npm:28.1.4"],\
2022-07-06 09:46:04 +00:00
["@types/microtime", "npm:2.1.0"],\
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
["dayjs", "npm:1.11.3"],\
2022-07-06 09:46:04 +00:00
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
["microtime", "npm:3.1.0"],\
2022-07-06 09:46:04 +00:00
["reflect-metadata", "npm:0.1.13"],\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"]\
],\
2022-07-06 09:46:04 +00:00
"linkType": "SOFT"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["@standardnotes/utils", [\
2022-06-28 08:50:24 +00:00
["npm:1.6.12", {\
"packageLocation": "./.yarn/cache/@standardnotes-utils-npm-1.6.12-8fa8d7d09b-e177b1fa51.zip/node_modules/@standardnotes/utils/",\
"packageDependencies": [\
["@standardnotes/utils", "npm:1.6.12"],\
2022-07-06 10:02:32 +00:00
["@standardnotes/common", "workspace:packages/common"],\
2022-06-28 08:50:24 +00:00
["dompurify", "npm:2.3.8"],\
["lodash", "npm:4.17.21"]\
],\
"linkType": "HARD"\
}],\
["npm:1.9.0", {\
"packageLocation": "./.yarn/cache/@standardnotes-utils-npm-1.9.0-da939553f6-4591aff48d.zip/node_modules/@standardnotes/utils/",\
"packageDependencies": [\
["@standardnotes/utils", "npm:1.9.0"],\
["@standardnotes/common", "workspace:packages/common"],\
["dompurify", "npm:2.4.0"],\
["lodash", "npm:4.17.21"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["@szmarczak/http-timer", [\
2022-07-14 14:04:34 +00:00
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/@szmarczak-http-timer-npm-5.0.1-52261e5986-fc9cb993e8.zip/node_modules/@szmarczak/http-timer/",\
"packageDependencies": [\
["@szmarczak/http-timer", "npm:5.0.1"],\
["defer-to-connect", "npm:2.0.1"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["@tootallnate/once", [\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/@tootallnate-once-npm-2.0.0-e36cf4f140-ad87447820.zip/node_modules/@tootallnate/once/",\
"packageDependencies": [\
["@tootallnate/once", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@tsconfig/node10", [\
["npm:1.0.9", {\
"packageLocation": "./.yarn/cache/@tsconfig-node10-npm-1.0.9-f2e2d20feb-a33ae4dc2a.zip/node_modules/@tsconfig/node10/",\
"packageDependencies": [\
["@tsconfig/node10", "npm:1.0.9"]\
],\
"linkType": "HARD"\
}]\
]],\
["@tsconfig/node12", [\
["npm:1.0.11", {\
"packageLocation": "./.yarn/cache/@tsconfig-node12-npm-1.0.11-9710d1c61b-5ce29a41b1.zip/node_modules/@tsconfig/node12/",\
"packageDependencies": [\
["@tsconfig/node12", "npm:1.0.11"]\
],\
"linkType": "HARD"\
}]\
]],\
["@tsconfig/node14", [\
["npm:1.0.3", {\
"packageLocation": "./.yarn/cache/@tsconfig-node14-npm-1.0.3-15321421d2-19275fe80c.zip/node_modules/@tsconfig/node14/",\
"packageDependencies": [\
["@tsconfig/node14", "npm:1.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@tsconfig/node16", [\
["npm:1.0.3", {\
"packageLocation": "./.yarn/cache/@tsconfig-node16-npm-1.0.3-6a4a30eda2-3a8b657dd0.zip/node_modules/@tsconfig/node16/",\
"packageDependencies": [\
["@tsconfig/node16", "npm:1.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/babel__core", [\
["npm:7.1.19", {\
"packageLocation": "./.yarn/cache/@types-babel__core-npm-7.1.19-bd8ad53364-8c9fa87a1c.zip/node_modules/@types/babel__core/",\
"packageDependencies": [\
["@types/babel__core", "npm:7.1.19"],\
2022-07-06 08:01:18 +00:00
["@babel/parser", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"],\
2022-06-21 09:23:39 +00:00
["@types/babel__generator", "npm:7.6.4"],\
["@types/babel__template", "npm:7.4.1"],\
["@types/babel__traverse", "npm:7.17.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/babel__generator", [\
["npm:7.6.4", {\
"packageLocation": "./.yarn/cache/@types-babel__generator-npm-7.6.4-03e776f956-20effbbb5f.zip/node_modules/@types/babel__generator/",\
"packageDependencies": [\
["@types/babel__generator", "npm:7.6.4"],\
2022-07-06 08:01:18 +00:00
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"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"],\
2022-07-06 08:01:18 +00:00
["@babel/parser", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@types/babel__traverse", [\
["npm:7.17.1", {\
"packageLocation": "./.yarn/cache/@types-babel__traverse-npm-7.17.1-97c6ab6eab-8992d8c1ea.zip/node_modules/@types/babel__traverse/",\
"packageDependencies": [\
["@types/babel__traverse", "npm:7.17.1"],\
2022-07-06 08:01:18 +00:00
["@babel/types", "npm:7.18.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/bcryptjs", [\
["npm:2.4.2", {\
"packageLocation": "./.yarn/cache/@types-bcryptjs-npm-2.4.2-3a0c115732-220dade7b0.zip/node_modules/@types/bcryptjs/",\
"packageDependencies": [\
["@types/bcryptjs", "npm:2.4.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/body-parser", [\
["npm:1.19.2", {\
"packageLocation": "./.yarn/cache/@types-body-parser-npm-1.19.2-f845b7b538-e17840c7d7.zip/node_modules/@types/body-parser/",\
"packageDependencies": [\
["@types/body-parser", "npm:1.19.2"],\
["@types/connect", "npm:3.4.35"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:44:45 +00:00
["@types/busboy", [\
["npm:1.5.0", {\
"packageLocation": "./.yarn/cache/@types-busboy-npm-1.5.0-0e24e7f08d-ffa7bf25c0.zip/node_modules/@types/busboy/",\
"packageDependencies": [\
["@types/busboy", "npm:1.5.0"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["@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.4"],\
["@types/node", "npm:18.0.3"],\
["@types/responselike", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/connect", [\
["npm:3.4.35", {\
"packageLocation": "./.yarn/cache/@types-connect-npm-3.4.35-7337eee0a3-fe81351470.zip/node_modules/@types/connect/",\
"packageDependencies": [\
["@types/connect", "npm:3.4.35"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:44:45 +00:00
["@types/connect-busboy", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/@types-connect-busboy-npm-1.0.0-fca702448d-ccbf7bc42d.zip/node_modules/@types/connect-busboy/",\
"packageDependencies": [\
["@types/connect-busboy", "npm:1.0.0"],\
["@types/busboy", "npm:1.5.0"],\
["@types/express", "npm:4.17.13"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/cors", [\
["npm:2.8.12", {\
"packageLocation": "./.yarn/cache/@types-cors-npm-2.8.12-ff52e8e514-8c45f112c7.zip/node_modules/@types/cors/",\
"packageDependencies": [\
["@types/cors", "npm:2.8.12"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:16:03 +00:00
["@types/dotenv", [\
["npm:8.2.0", {\
"packageLocation": "./.yarn/cache/@types-dotenv-npm-8.2.0-f4d0e3d65b-a1f524da7d.zip/node_modules/@types/dotenv/",\
"packageDependencies": [\
["@types/dotenv", "npm:8.2.0"],\
["dotenv", "npm:16.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/express", [\
["npm:4.17.13", {\
"packageLocation": "./.yarn/cache/@types-express-npm-4.17.13-0e12fe9c24-12a2a0e6c4.zip/node_modules/@types/express/",\
"packageDependencies": [\
["@types/express", "npm:4.17.13"],\
["@types/body-parser", "npm:1.19.2"],\
["@types/express-serve-static-core", "npm:4.17.29"],\
["@types/qs", "npm:6.9.7"],\
["@types/serve-static", "npm:1.13.10"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/express-serve-static-core", [\
["npm:4.17.29", {\
"packageLocation": "./.yarn/cache/@types-express-serve-static-core-npm-4.17.29-9b96bc0e26-ec4194dc59.zip/node_modules/@types/express-serve-static-core/",\
"packageDependencies": [\
["@types/express-serve-static-core", "npm:4.17.29"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-22 10:33:00 +00:00
["@types/qs", "npm:6.9.7"],\
["@types/range-parser", "npm:1.2.4"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@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"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["@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"\
}]\
]],\
2022-06-22 14:16:03 +00:00
["@types/inversify-express-utils", [\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/@types-inversify-express-utils-npm-2.0.0-e78182955d-848aa75f0f.zip/node_modules/@types/inversify-express-utils/",\
"packageDependencies": [\
["@types/inversify-express-utils", "npm:2.0.0"],\
["inversify-express-utils", "npm:6.4.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@types/ioredis", [\
["npm:4.28.10", {\
"packageLocation": "./.yarn/cache/@types-ioredis-npm-4.28.10-4bdbe26a79-0f2788cf25.zip/node_modules/@types/ioredis/",\
"packageDependencies": [\
["@types/ioredis", "npm:4.28.10"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@types/istanbul-lib-coverage", [\
["npm:2.0.4", {\
"packageLocation": "./.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.4-734954bb56-a25d7589ee.zip/node_modules/@types/istanbul-lib-coverage/",\
"packageDependencies": [\
["@types/istanbul-lib-coverage", "npm:2.0.4"]\
],\
"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.4"]\
],\
"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/jest", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.4", {\
"packageLocation": "./.yarn/cache/@types-jest-npm-28.1.4-0d5921a434-97e22c6003.zip/node_modules/@types/jest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-22 10:33:00 +00:00
["jest-matcher-utils", "npm:28.1.1"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-07-14 14:04:34 +00:00
["@types/json-buffer", [\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/@types-json-buffer-npm-3.0.0-9f2fe89eaa-6b0a371dd6.zip/node_modules/@types/json-buffer/",\
"packageDependencies": [\
["@types/json-buffer", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@types/json-schema", [\
["npm:7.0.11", {\
"packageLocation": "./.yarn/cache/@types-json-schema-npm-7.0.11-79462ae5ca-527bddfe62.zip/node_modules/@types/json-schema/",\
"packageDependencies": [\
["@types/json-schema", "npm:7.0.11"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:16:03 +00:00
["@types/jsonwebtoken", [\
["npm:8.5.8", {\
"packageLocation": "./.yarn/cache/@types-jsonwebtoken-npm-8.5.8-798e14708c-56738a918c.zip/node_modules/@types/jsonwebtoken/",\
"packageDependencies": [\
["@types/jsonwebtoken", "npm:8.5.8"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 14:16:03 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/keyv", [\
["npm:3.1.4", {\
"packageLocation": "./.yarn/cache/@types-keyv-npm-3.1.4-a8082ea56b-e009a2bfb5.zip/node_modules/@types/keyv/",\
"packageDependencies": [\
["@types/keyv", "npm:3.1.4"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@types/long", [\
["npm:4.0.2", {\
"packageLocation": "./.yarn/cache/@types-long-npm-4.0.2-e7bdc00dd4-d16cde7240.zip/node_modules/@types/long/",\
"packageDependencies": [\
["@types/long", "npm:4.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 09:46:04 +00:00
["@types/microtime", [\
["npm:2.1.0", {\
"packageLocation": "./.yarn/cache/@types-microtime-npm-2.1.0-111ed89518-6c23131fe4.zip/node_modules/@types/microtime/",\
"packageDependencies": [\
["@types/microtime", "npm:2.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/mime", [\
["npm:1.3.2", {\
"packageLocation": "./.yarn/cache/@types-mime-npm-1.3.2-ea71878ab3-0493368244.zip/node_modules/@types/mime/",\
"packageDependencies": [\
["@types/mime", "npm:1.3.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@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/newrelic", [\
["npm:7.0.3", {\
"packageLocation": "./.yarn/cache/@types-newrelic-npm-7.0.3-c49600c8f5-31156f61c5.zip/node_modules/@types/newrelic/",\
"packageDependencies": [\
["@types/newrelic", "npm:7.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/node", [\
2022-07-06 08:01:18 +00:00
["npm:18.0.3", {\
"packageLocation": "./.yarn/cache/@types-node-npm-18.0.3-c2cbe1f26e-5dec59fbbc.zip/node_modules/@types/node/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-07-11 09:58:13 +00:00
["@types/nodemailer", [\
["npm:6.4.4", {\
"packageLocation": "./.yarn/cache/@types-nodemailer-npm-6.4.4-c5c500abe2-16ed1bad2c.zip/node_modules/@types/nodemailer/",\
"packageDependencies": [\
["@types/nodemailer", "npm:6.4.4"],\
["@types/node", "npm:18.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/otplib", [\
["npm:10.0.0", {\
"packageLocation": "./.yarn/cache/@types-otplib-npm-10.0.0-6cfcbcf64e-aa081f0a55.zip/node_modules/@types/otplib/",\
"packageDependencies": [\
["@types/otplib", "npm:10.0.0"],\
["otplib", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@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/prettier", [\
["npm:2.6.3", {\
"packageLocation": "./.yarn/cache/@types-prettier-npm-2.6.3-8d27063d48-e1836699ca.zip/node_modules/@types/prettier/",\
"packageDependencies": [\
["@types/prettier", "npm:2.6.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/prettyjson", [\
2022-07-12 18:13:50 +00:00
["npm:0.0.30", {\
"packageLocation": "./.yarn/cache/@types-prettyjson-npm-0.0.30-6b15ac9c9f-bc012fe807.zip/node_modules/@types/prettyjson/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:13:50 +00:00
["@types/prettyjson", "npm:0.0.30"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/qs", [\
["npm:6.9.7", {\
"packageLocation": "./.yarn/cache/@types-qs-npm-6.9.7-4a3e6ca0d0-7fd6f9c250.zip/node_modules/@types/qs/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["@types/qs", "npm:6.9.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/range-parser", [\
["npm:1.2.4", {\
"packageLocation": "./.yarn/cache/@types-range-parser-npm-1.2.4-23d797fbde-b7c0dfd508.zip/node_modules/@types/range-parser/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["@types/range-parser", "npm:1.2.4"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["@types/responselike", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/@types-responselike-npm-1.0.0-85dd08af42-e99fc7cc62.zip/node_modules/@types/responselike/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["@types/responselike", "npm:1.0.0"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
2022-06-22 10:33:00 +00:00
"linkType": "HARD"\
}]\
]],\
["@types/serve-static", [\
["npm:1.13.10", {\
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-eaca858739.zip/node_modules/@types/serve-static/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["@types/serve-static", "npm:1.13.10"],\
["@types/mime", "npm:1.3.2"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-22 10:33:00 +00:00
],\
"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/ua-parser-js", [\
["npm:0.7.36", {\
"packageLocation": "./.yarn/cache/@types-ua-parser-js-npm-0.7.36-f5ace9ead6-8c24d4dc12.zip/node_modules/@types/ua-parser-js/",\
"packageDependencies": [\
["@types/ua-parser-js", "npm:0.7.36"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/uuid", [\
["npm:8.3.4", {\
"packageLocation": "./.yarn/cache/@types-uuid-npm-8.3.4-7547f4402c-6f11f3ff70.zip/node_modules/@types/uuid/",\
"packageDependencies": [\
["@types/uuid", "npm:8.3.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/yargs", [\
["npm:17.0.10", {\
"packageLocation": "./.yarn/cache/@types-yargs-npm-17.0.10-04ed5382c7-f0673cbfc0.zip/node_modules/@types/yargs/",\
"packageDependencies": [\
["@types/yargs", "npm:17.0.10"],\
["@types/yargs-parser", "npm:21.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@types/yargs-parser", [\
["npm:21.0.0", {\
"packageLocation": "./.yarn/cache/@types-yargs-parser-npm-21.0.0-c8a3b32c52-b2f4c8d12a.zip/node_modules/@types/yargs-parser/",\
"packageDependencies": [\
["@types/yargs-parser", "npm:21.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/eslint-plugin", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.30.5-56e8842647-cf763fb091.zip/node_modules/@typescript-eslint/eslint-plugin/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "npm:5.30.5"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-eslint-plugin-virtual-086d5bd6b4/0/cache/@typescript-eslint-eslint-plugin-npm-5.30.5-56e8842647-cf763fb091.zip/node_modules/@typescript-eslint/eslint-plugin/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
["@types/typescript-eslint__parser", null],\
["@typescript-eslint/parser", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/type-utils", "virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5"],\
["@typescript-eslint/utils", "virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-06-21 09:23:39 +00:00
["functional-red-black-tree", "npm:1.0.1"],\
["ignore", "npm:5.2.0"],\
["regexpp", "npm:3.2.0"],\
["semver", "npm:7.3.7"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-22 10:33:00 +00:00
["typescript", null]\
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript-eslint__parser",\
"@types/typescript",\
"@typescript-eslint/parser",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-eslint-plugin-virtual-a701e8faf4/0/cache/@typescript-eslint-eslint-plugin-npm-5.30.5-56e8842647-cf763fb091.zip/node_modules/@typescript-eslint/eslint-plugin/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/eslint-plugin", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
["@types/typescript-eslint__parser", null],\
["@typescript-eslint/parser", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/type-utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
["@typescript-eslint/utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-06-23 09:33:14 +00:00
["eslint", null],\
2022-06-22 10:33:00 +00:00
["functional-red-black-tree", "npm:1.0.1"],\
["ignore", "npm:5.2.0"],\
["regexpp", "npm:3.2.0"],\
["semver", "npm:7.3.7"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-21 09:23:39 +00:00
["typescript", null]\
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript-eslint__parser",\
"@types/typescript",\
"@typescript-eslint/parser",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
2022-06-22 14:44:45 +00:00
}],\
2022-07-06 08:01:18 +00:00
["virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-eslint-plugin-virtual-21d199da1c/0/cache/@typescript-eslint-eslint-plugin-npm-5.30.5-56e8842647-cf763fb091.zip/node_modules/@typescript-eslint/eslint-plugin/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/eslint-plugin", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
["@types/typescript-eslint__parser", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/parser", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5"],\
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/type-utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
["@typescript-eslint/utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["eslint", null],\
["functional-red-black-tree", "npm:1.0.1"],\
["ignore", "npm:5.2.0"],\
["regexpp", "npm:3.2.0"],\
["semver", "npm:7.3.7"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-22 14:44:45 +00:00
["typescript", null]\
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript-eslint__parser",\
"@types/typescript",\
"@typescript-eslint/parser",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["@typescript-eslint/parser", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-parser-npm-5.30.5-27a499c345-6c16821e12.zip/node_modules/@typescript-eslint/parser/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/parser", "npm:5.30.5"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-parser-virtual-406f88bbff/0/cache/@typescript-eslint-parser-npm-5.30.5-27a499c345-6c16821e12.zip/node_modules/@typescript-eslint/parser/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
["@typescript-eslint/typescript-estree", "virtual:406f88bbff41411d4cefda7d6b38557acc65de118685466d47b39a0c0c99b46d56bd91f71f9ae4fdf5cb897b1fa4931738085dfcabdfbbec6231466dd9267aa7#npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-06-28 08:50:24 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
2022-06-22 14:44:45 +00:00
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-parser-virtual-e20fa22250/0/cache/@typescript-eslint-parser-npm-5.30.5-27a499c345-6c16821e12.zip/node_modules/@typescript-eslint/parser/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/parser", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/typescript-estree", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-06-28 08:50:24 +00:00
["eslint", null],\
["typescript", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/scope-manager", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-scope-manager-npm-5.30.5-3e1fbf788a-509bee6d62.zip/node_modules/@typescript-eslint/scope-manager/",\
2022-06-28 08:50:24 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
["@typescript-eslint/visitor-keys", "npm:5.30.5"]\
2022-06-28 08:50:24 +00:00
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["@typescript-eslint/type-utils", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-type-utils-npm-5.30.5-765594d88b-080cc12317.zip/node_modules/@typescript-eslint/type-utils/",\
2022-06-28 08:50:24 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/type-utils", "npm:5.30.5"]\
2022-06-28 08:50:24 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-type-utils-virtual-37e5ba8624/0/cache/@typescript-eslint-type-utils-npm-5.30.5-765594d88b-080cc12317.zip/node_modules/@typescript-eslint/type-utils/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/type-utils", "virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/utils", "virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-22 10:33:00 +00:00
["typescript", null]\
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-type-utils-virtual-3491ceb3a1/0/cache/@typescript-eslint-type-utils-npm-5.30.5-765594d88b-080cc12317.zip/node_modules/@typescript-eslint/type-utils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/type-utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
["@types/typescript", null],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["eslint", null],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-21 09:23:39 +00:00
["typescript", null]\
],\
"packagePeers": [\
"@types/eslint",\
"@types/typescript",\
"eslint",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/types", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-types-npm-5.30.5-77f495433c-c70420618c.zip/node_modules/@typescript-eslint/types/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/types", "npm:5.30.5"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/typescript-estree", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-typescript-estree-npm-5.30.5-da9a64fff6-19dce426c8.zip/node_modules/@typescript-eslint/typescript-estree/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/typescript-estree", "npm:5.30.5"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:406f88bbff41411d4cefda7d6b38557acc65de118685466d47b39a0c0c99b46d56bd91f71f9ae4fdf5cb897b1fa4931738085dfcabdfbbec6231466dd9267aa7#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-bdae2dd6e8/0/cache/@typescript-eslint-typescript-estree-npm-5.30.5-da9a64fff6-19dce426c8.zip/node_modules/@typescript-eslint/typescript-estree/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/typescript-estree", "virtual:406f88bbff41411d4cefda7d6b38557acc65de118685466d47b39a0c0c99b46d56bd91f71f9ae4fdf5cb897b1fa4931738085dfcabdfbbec6231466dd9267aa7#npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["@types/typescript", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/types", "npm:5.30.5"],\
["@typescript-eslint/visitor-keys", "npm:5.30.5"],\
2022-06-22 14:44:45 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["globby", "npm:11.1.0"],\
["is-glob", "npm:4.0.3"],\
["semver", "npm:7.3.7"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:bdae2dd6e80b5a30ff6cc9fde28a05ebb512391a519126cdf645e241af981faca4ae6ea61d8c7f079da36f0f0e85db471357b20ecdd7b5f4ae425eb09dedaa10#npm:3.21.0"],\
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
2022-06-22 14:44:45 +00:00
],\
"packagePeers": [\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-a4c6e8e1fe/0/cache/@typescript-eslint-typescript-estree-npm-5.30.5-da9a64fff6-19dce426c8.zip/node_modules/@typescript-eslint/typescript-estree/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/typescript-estree", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["@types/typescript", null],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/types", "npm:5.30.5"],\
["@typescript-eslint/visitor-keys", "npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["globby", "npm:11.1.0"],\
["is-glob", "npm:4.0.3"],\
["semver", "npm:7.3.7"],\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
["typescript", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/utils", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-utils-npm-5.30.5-4cd4c166a4-12f68cb34a.zip/node_modules/@typescript-eslint/utils/",\
2022-06-28 08:50:24 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/utils", "npm:5.30.5"]\
2022-06-28 08:50:24 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-utils-virtual-58065ff414/0/cache/@typescript-eslint-utils-npm-5.30.5-4cd4c166a4-12f68cb34a.zip/node_modules/@typescript-eslint/utils/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/utils", "virtual:086d5bd6b4e5d96fda55ccc2a5af0528303859d284b1954eaad5afbaac50aa245db7047bbcafdf4fc959515b8cd2427f5a5803a7c405d7c9bb68e8a25fb54f8f#npm:5.30.5"],\
2022-06-22 10:33:00 +00:00
["@types/eslint", null],\
["@types/json-schema", "npm:7.0.11"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/typescript-estree", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:5.30.5"],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-06-22 10:33:00 +00:00
["eslint-scope", "npm:5.1.1"],\
2022-07-06 08:01:18 +00:00
["eslint-utils", "virtual:147f1e0c86a84d48481240b8e403f896c0a34824f0fc1ec5f4df888495cb5f88fc2038bd76184debe0641b1891aeae2a4c3b5d4709f3d70958d507af9ee17e38#npm:3.0.0"]\
2022-06-22 10:33:00 +00:00
],\
"packagePeers": [\
"@types/eslint",\
"eslint"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5", {\
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-utils-virtual-88ab8651a5/0/cache/@typescript-eslint-utils-npm-5.30.5-4cd4c166a4-12f68cb34a.zip/node_modules/@typescript-eslint/utils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/utils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
["@types/json-schema", "npm:7.0.11"],\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/scope-manager", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
2022-07-06 08:36:32 +00:00
["@typescript-eslint/typescript-estree", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:5.30.5"],\
2022-06-21 09:23:39 +00:00
["eslint", null],\
["eslint-scope", "npm:5.1.1"],\
2022-07-06 08:36:32 +00:00
["eslint-utils", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:3.0.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/eslint",\
"eslint"\
],\
"linkType": "HARD"\
}]\
]],\
["@typescript-eslint/visitor-keys", [\
2022-07-06 08:01:18 +00:00
["npm:5.30.5", {\
"packageLocation": "./.yarn/cache/@typescript-eslint-visitor-keys-npm-5.30.5-027fead89e-c0de9ae483.zip/node_modules/@typescript-eslint/visitor-keys/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["@typescript-eslint/visitor-keys", "npm:5.30.5"],\
["@typescript-eslint/types", "npm:5.30.5"],\
2022-06-28 08:50:24 +00:00
["eslint-visitor-keys", "npm:3.3.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["@tyriar/fibonacci-heap", [\
["npm:2.0.9", {\
"packageLocation": "./.yarn/cache/@tyriar-fibonacci-heap-npm-2.0.9-f50901eb42-1781df7370.zip/node_modules/@tyriar/fibonacci-heap/",\
"packageDependencies": [\
["@tyriar/fibonacci-heap", "npm:2.0.9"]\
],\
"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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["accepts", [\
["npm:1.3.8", {\
"packageLocation": "./.yarn/cache/accepts-npm-1.3.8-9a812371c9-50c43d32e7.zip/node_modules/accepts/",\
"packageDependencies": [\
["accepts", "npm:1.3.8"],\
["mime-types", "npm:2.1.35"],\
["negotiator", "npm:0.6.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["acorn", [\
["npm:8.7.1", {\
"packageLocation": "./.yarn/cache/acorn-npm-8.7.1-7c7a019990-aca0aabf98.zip/node_modules/acorn/",\
"packageDependencies": [\
["acorn", "npm:8.7.1"]\
],\
"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:c70fa2a91dcbd99b022aeff42b1b7671b1079fb9945248dc00dedd7520f879dc07058703f4626782de94f97692f30d5b18138d744c1e1ed1913a7610755d40e3#npm:5.3.2", {\
"packageLocation": "./.yarn/__virtual__/acorn-jsx-virtual-068582d542/0/cache/acorn-jsx-npm-5.3.2-d7594599ea-c3d3b2a89c.zip/node_modules/acorn-jsx/",\
"packageDependencies": [\
["acorn-jsx", "virtual:c70fa2a91dcbd99b022aeff42b1b7671b1079fb9945248dc00dedd7520f879dc07058703f4626782de94f97692f30d5b18138d744c1e1ed1913a7610755d40e3#npm:5.3.2"],\
["@types/acorn", null],\
["acorn", "npm:8.7.1"]\
],\
"packagePeers": [\
"@types/acorn",\
"acorn"\
],\
"linkType": "HARD"\
}]\
]],\
["acorn-walk", [\
["npm:8.2.0", {\
"packageLocation": "./.yarn/cache/acorn-walk-npm-8.2.0-2f2cac3177-1715e76c01.zip/node_modules/acorn-walk/",\
"packageDependencies": [\
["acorn-walk", "npm:8.2.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:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["agentkeepalive", [\
["npm:4.2.1", {\
"packageLocation": "./.yarn/cache/agentkeepalive-npm-4.2.1-b86a9fb343-39cb49ed8c.zip/node_modules/agentkeepalive/",\
"packageDependencies": [\
["agentkeepalive", "npm:4.2.1"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["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"\
2022-07-06 08:01:18 +00:00
}],\
["npm:8.11.0", {\
"packageLocation": "./.yarn/cache/ajv-npm-8.11.0-83d029789c-5e0ff22680.zip/node_modules/ajv/",\
"packageDependencies": [\
["ajv", "npm:8.11.0"],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["ansi-align", [\
["npm:3.0.1", {\
"packageLocation": "./.yarn/cache/ansi-align-npm-3.0.1-8e6288d20a-6abfa08f21.zip/node_modules/ansi-align/",\
"packageDependencies": [\
["ansi-align", "npm:3.0.1"],\
["string-width", "npm:4.2.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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: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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:6.1.0", {\
"packageLocation": "./.yarn/cache/ansi-styles-npm-6.1.0-4f6a594d04-7a7f8528c0.zip/node_modules/ansi-styles/",\
"packageDependencies": [\
["ansi-styles", "npm:6.1.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["app-root-path", [\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/app-root-path-npm-3.0.0-029bfcbe5f-ff91a24db2.zip/node_modules/app-root-path/",\
"packageDependencies": [\
["app-root-path", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["aproba", [\
["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:3.0.0", {\
"packageLocation": "./.yarn/cache/are-we-there-yet-npm-3.0.0-1391430190-348edfdd93.zip/node_modules/are-we-there-yet/",\
"packageDependencies": [\
["are-we-there-yet", "npm:3.0.0"],\
["delegates", "npm:1.0.0"],\
["readable-stream", "npm:3.6.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["arg", [\
["npm:4.1.3", {\
"packageLocation": "./.yarn/cache/arg-npm-4.1.3-1748b966a8-544af8dd3f.zip/node_modules/arg/",\
"packageDependencies": [\
["arg", "npm:4.1.3"]\
],\
"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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["array-flatten", [\
["npm:1.1.1", {\
"packageLocation": "./.yarn/cache/array-flatten-npm-1.1.1-9d94ad5f1d-a9925bf351.zip/node_modules/array-flatten/",\
"packageDependencies": [\
["array-flatten", "npm:1.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-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"\
}]\
]],\
["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"\
}]\
]],\
["async", [\
["npm:3.2.4", {\
"packageLocation": "./.yarn/cache/async-npm-3.2.4-aba13508f9-43d07459a4.zip/node_modules/async/",\
"packageDependencies": [\
["async", "npm:3.2.4"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-13 08:03:40 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["aws-sdk", [\
2022-07-06 08:01:18 +00:00
["npm:2.1168.0", {\
"packageLocation": "./.yarn/cache/aws-sdk-npm-2.1168.0-dd46705af7-4146bf4c59.zip/node_modules/aws-sdk/",\
2022-06-23 09:33:14 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["aws-sdk", "npm:2.1168.0"],\
2022-06-23 09:33:14 +00:00
["buffer", "npm:4.9.2"],\
["events", "npm:1.1.1"],\
["ieee754", "npm:1.1.13"],\
["jmespath", "npm:0.16.0"],\
["querystring", "npm:0.2.0"],\
["sax", "npm:1.2.1"],\
["url", "npm:0.10.3"],\
["uuid", "npm:8.0.0"],\
["xml2js", "npm:0.4.19"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["axios", [\
2022-07-13 08:03:40 +00:00
["npm:0.27.2", {\
"packageLocation": "./.yarn/cache/axios-npm-0.27.2-dbe3a48aea-38cb754046.zip/node_modules/axios/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-13 08:03:40 +00:00
["axios", "npm:0.27.2"],\
["follow-redirects", "virtual:dbe3a48aea1dd5649e16abaf23d4ae05582d2149e16141955113766a0f84f681baf358c77ddccfc82eb23e4ccc66c6c912df62a9c01f2a83f1842bf86cc297b1#npm:1.15.1"],\
["form-data", "npm:4.0.0"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["babel-jest", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/babel-jest-npm-28.1.2-9fe49235c4-1aa605ef4d.zip/node_modules/babel-jest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["babel-jest", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:98ec584b6c198fa87bd5c396e8acc6e4eaf5cec00379fddabc6e989d8082c1b859c74881df84731c75b5ad78afa51cdcd54d7533feeb56cad9f80d3da64e4bc9#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/babel-jest-virtual-a3836b93a4/0/cache/babel-jest-npm-28.1.2-9fe49235c4-1aa605ef4d.zip/node_modules/babel-jest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["babel-jest", "virtual:98ec584b6c198fa87bd5c396e8acc6e4eaf5cec00379fddabc6e989d8082c1b859c74881df84731c75b5ad78afa51cdcd54d7533feeb56cad9f80d3da64e4bc9#npm:28.1.2"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@jest/transform", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", "npm:7.1.19"],\
["babel-plugin-istanbul", "npm:6.1.1"],\
2022-07-12 18:31:29 +00:00
["babel-preset-jest", "virtual:a3836b93a4ea114c62d604940f1742e209e2c6b4088377f62b7dcc1ccc0969812cef87688ff0f5517cbdd604f1302126f5e2ee0324d39900636688f37aa3014d#npm:28.1.1"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["graceful-fs", "npm:4.2.10"],\
["slash", "npm:3.0.0"]\
],\
"packagePeers": [\
"@babel/core"\
],\
"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"],\
2022-07-06 08:01:18 +00:00
["@babel/helper-plugin-utils", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@istanbuljs/load-nyc-config", "npm:1.1.0"],\
["@istanbuljs/schema", "npm:0.1.3"],\
["istanbul-lib-instrument", "npm:5.2.0"],\
["test-exclude", "npm:6.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["babel-plugin-jest-hoist", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/babel-plugin-jest-hoist-npm-28.1.1-aaeb3ac36a-5fb9ad012e.zip/node_modules/babel-plugin-jest-hoist/",\
"packageDependencies": [\
["babel-plugin-jest-hoist", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@babel/template", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", "npm:7.1.19"],\
["@types/babel__traverse", "npm:7.17.1"]\
],\
"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"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:9a558c360d68d884212c8df3cc58c9899637b282e246fd2283af1841c2dad79d3bc6a7d7baf6cd8b71bda03ebe729a174aaaaf998fb274f3fe8f69ffb839f62e#npm:1.0.1", {\
"packageLocation": "./.yarn/__virtual__/babel-preset-current-node-syntax-virtual-9947e3cdbd/0/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-d118c27424.zip/node_modules/babel-preset-current-node-syntax/",\
2022-07-06 08:01:18 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["babel-preset-current-node-syntax", "virtual:9a558c360d68d884212c8df3cc58c9899637b282e246fd2283af1841c2dad79d3bc6a7d7baf6cd8b71bda03ebe729a174aaaaf998fb274f3fe8f69ffb839f62e#npm:1.0.1"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-async-generators", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.4"],\
["@babel/plugin-syntax-bigint", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-class-properties", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.12.13"],\
["@babel/plugin-syntax-import-meta", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
["@babel/plugin-syntax-json-strings", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-logical-assignment-operators", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-numeric-separator", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.10.4"],\
["@babel/plugin-syntax-object-rest-spread", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-optional-catch-binding", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-optional-chaining", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.8.3"],\
["@babel/plugin-syntax-top-level-await", "virtual:9947e3cdbd8b60db16bfb56cc9ccd85ec32c3ad69fcdc7479695d92588d4c9ceba691a4d50eacaaa379eb51da90e95f23c9b723a98a04ba264fd8242ac465ab5#npm:7.14.5"],\
2022-06-23 09:33:14 +00:00
["@types/babel__core", "npm:7.1.19"]\
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:1.0.1", {\
"packageLocation": "./.yarn/__virtual__/babel-preset-current-node-syntax-virtual-88e8afac18/0/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-d118c27424.zip/node_modules/babel-preset-current-node-syntax/",\
2022-07-06 08:01:18 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["babel-preset-current-node-syntax", "virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:1.0.1"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-async-generators", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.4"],\
["@babel/plugin-syntax-bigint", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-class-properties", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.12.13"],\
["@babel/plugin-syntax-import-meta", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
["@babel/plugin-syntax-json-strings", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-logical-assignment-operators", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-numeric-separator", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.10.4"],\
["@babel/plugin-syntax-object-rest-spread", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-optional-catch-binding", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-optional-chaining", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.8.3"],\
["@babel/plugin-syntax-top-level-await", "virtual:88e8afac1808a7ea0495137247f12972bf8ff63736df3d967463d45fc3283fee7228e733a51043455f37a32513ebc5254c7a990a2e48a581ba95e0dd0bee457b#npm:7.14.5"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", null]\
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
}]\
]],\
["babel-preset-jest", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/babel-preset-jest-npm-28.1.1-05a1e38dd1-c581a81967.zip/node_modules/babel-preset-jest/",\
"packageDependencies": [\
["babel-preset-jest", "npm:28.1.1"]\
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:a3836b93a4ea114c62d604940f1742e209e2c6b4088377f62b7dcc1ccc0969812cef87688ff0f5517cbdd604f1302126f5e2ee0324d39900636688f37aa3014d#npm:28.1.1", {\
"packageLocation": "./.yarn/__virtual__/babel-preset-jest-virtual-9a558c360d/0/cache/babel-preset-jest-npm-28.1.1-05a1e38dd1-c581a81967.zip/node_modules/babel-preset-jest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["babel-preset-jest", "virtual:a3836b93a4ea114c62d604940f1742e209e2c6b4088377f62b7dcc1ccc0969812cef87688ff0f5517cbdd604f1302126f5e2ee0324d39900636688f37aa3014d#npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@types/babel__core", "npm:7.1.19"],\
["babel-plugin-jest-hoist", "npm:28.1.1"],\
2022-07-12 18:31:29 +00:00
["babel-preset-current-node-syntax", "virtual:9a558c360d68d884212c8df3cc58c9899637b282e246fd2283af1841c2dad79d3bc6a7d7baf6cd8b71bda03ebe729a174aaaaf998fb274f3fe8f69ffb839f62e#npm:1.0.1"]\
2022-07-06 08:11:17 +00:00
],\
"packagePeers": [\
"@babel/core",\
"@types/babel__core"\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["bcryptjs", [\
["npm:2.4.3", {\
"packageLocation": "./.yarn/cache/bcryptjs-npm-2.4.3-32de4957eb-0e80ed852a.zip/node_modules/bcryptjs/",\
"packageDependencies": [\
["bcryptjs", "npm:2.4.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["bl", [\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["body-parser", [\
["npm:1.20.0", {\
"packageLocation": "./.yarn/cache/body-parser-npm-1.20.0-1820eff49a-12fffdeac8.zip/node_modules/body-parser/",\
"packageDependencies": [\
["body-parser", "npm:1.20.0"],\
["bytes", "npm:3.1.2"],\
["content-type", "npm:1.0.4"],\
2022-07-13 07:23:36 +00:00
["debug", "virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9"],\
2022-06-22 10:33:00 +00:00
["depd", "npm:2.0.0"],\
["destroy", "npm:1.2.0"],\
["http-errors", "npm:2.0.0"],\
["iconv-lite", "npm:0.4.24"],\
["on-finished", "npm:2.4.1"],\
["qs", "npm:6.10.3"],\
["raw-body", "npm:2.5.1"],\
["type-is", "npm:1.6.18"],\
["unpipe", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["boxen", [\
2022-07-14 14:04:34 +00:00
["npm:7.0.0", {\
"packageLocation": "./.yarn/cache/boxen-npm-7.0.0-86e7bcbd8c-b917cf7a16.zip/node_modules/boxen/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-14 14:04:34 +00:00
["boxen", "npm:7.0.0"],\
2022-06-22 10:33:00 +00:00
["ansi-align", "npm:3.0.1"],\
2022-07-14 14:04:34 +00:00
["camelcase", "npm:7.0.0"],\
["chalk", "npm:5.0.1"],\
["cli-boxes", "npm:3.0.0"],\
["string-width", "npm:5.1.2"],\
["type-fest", "npm:2.16.0"],\
["widest-line", "npm:4.0.1"],\
["wrap-ansi", "npm:8.0.1"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}],\
["npm:2.0.1", {\
"packageLocation": "./.yarn/cache/brace-expansion-npm-2.0.1-17aa2616f9-a61e7cd2e8.zip/node_modules/brace-expansion/",\
"packageDependencies": [\
["brace-expansion", "npm:2.0.1"],\
["balanced-match", "npm:1.0.2"]\
],\
"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"\
}]\
]],\
["browserslist", [\
2022-07-06 08:01:18 +00:00
["npm:4.21.1", {\
"packageLocation": "./.yarn/cache/browserslist-npm-4.21.1-930e90b93a-4904a9ded0.zip/node_modules/browserslist/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["browserslist", "npm:4.21.1"],\
["caniuse-lite", "npm:1.0.30001363"],\
["electron-to-chromium", "npm:1.4.180"],\
2022-06-21 09:23:39 +00:00
["node-releases", "npm:2.0.5"],\
2022-07-06 08:01:18 +00:00
["update-browserslist-db", "virtual:930e90b93ace2f82718955be8bb6a08cf2c5f0283b04809d478af747fe1ec41463ce84d9d69c3e397f04f65b06380dd66fcbb19d1dda2fd1e03aa22ffd5de732#npm:1.0.4"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["bs-logger", [\
["npm:0.2.6", {\
"packageLocation": "./.yarn/cache/bs-logger-npm-0.2.6-7670f88b66-d34bdaf68c.zip/node_modules/bs-logger/",\
"packageDependencies": [\
["bs-logger", "npm:0.2.6"],\
["fast-json-stable-stringify", "npm:2.1.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"\
}]\
]],\
["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.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-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-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"\
}]\
]],\
["builtins", [\
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/builtins-npm-5.0.1-6d4820dd76-66d204657f.zip/node_modules/builtins/",\
"packageDependencies": [\
["builtins", "npm:5.0.1"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:44:45 +00:00
["busboy", [\
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/busboy-npm-1.6.0-ebb5cbb04b-32801e2c01.zip/node_modules/busboy/",\
"packageDependencies": [\
["busboy", "npm:1.6.0"],\
["streamsearch", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["bytes", [\
["npm:3.1.2", {\
"packageLocation": "./.yarn/cache/bytes-npm-3.1.2-28b8643004-e4bcd3948d.zip/node_modules/bytes/",\
"packageDependencies": [\
["bytes", "npm:3.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["cacache", [\
["npm:16.1.1", {\
"packageLocation": "./.yarn/cache/cacache-npm-16.1.1-84a00badf3-4885246170.zip/node_modules/cacache/",\
"packageDependencies": [\
["cacache", "npm:16.1.1"],\
["@npmcli/fs", "npm:2.1.0"],\
["@npmcli/move-file", "npm:2.0.0"],\
["chownr", "npm:2.0.0"],\
["fs-minipass", "npm:2.1.0"],\
["glob", "npm:8.0.3"],\
["infer-owner", "npm:1.0.4"],\
2022-07-06 08:01:18 +00:00
["lru-cache", "npm:7.12.0"],\
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["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:84a00badf32fd1afaf93817400747915046d2012712b8d0165c9b380a8ca122b717268023cb7925f79b92bac1d0305a8c7f77f430ac0705ca3d110cd76516a4c#npm:1.0.1"],\
["rimraf", "npm:3.0.2"],\
["ssri", "npm:9.0.1"],\
["tar", "npm:6.1.11"],\
["unique-filename", "npm:1.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["cacheable-lookup", [\
["npm:6.0.4", {\
"packageLocation": "./.yarn/cache/cacheable-lookup-npm-6.0.4-fe6f8fb6da-7aea70f5ea.zip/node_modules/cacheable-lookup/",\
"packageDependencies": [\
["cacheable-lookup", "npm:6.0.4"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["cacheable-request", [\
2022-07-14 14:04:34 +00:00
["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.3.2"],\
["lowercase-keys", "npm:2.0.0"],\
["normalize-url", "npm:6.1.0"],\
["responselike", "npm:2.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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.2"]\
],\
"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"\
}]\
]],\
["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.3.0", {\
"packageLocation": "./.yarn/cache/camelcase-npm-6.3.0-e5e42a0d15-8c96818a90.zip/node_modules/camelcase/",\
"packageDependencies": [\
["camelcase", "npm:6.3.0"]\
],\
"linkType": "HARD"\
2022-07-14 14:04:34 +00:00
}],\
["npm:7.0.0", {\
"packageLocation": "./.yarn/cache/camelcase-npm-7.0.0-5041fb20b5-162d59607b.zip/node_modules/camelcase/",\
"packageDependencies": [\
["camelcase", "npm:7.0.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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", [\
2022-07-06 08:01:18 +00:00
["npm:1.0.30001363", {\
"packageLocation": "./.yarn/cache/caniuse-lite-npm-1.0.30001363-33f2768163-8dfcb2fa97.zip/node_modules/caniuse-lite/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["caniuse-lite", "npm:1.0.30001363"]\
2022-06-21 09:23:39 +00:00
],\
"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: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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/chalk-npm-5.0.1-6afcb94227-7b45300372.zip/node_modules/chalk/",\
"packageDependencies": [\
["chalk", "npm:5.0.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["chokidar", [\
["npm:3.5.3", {\
"packageLocation": "./.yarn/cache/chokidar-npm-3.5.3-c5f9b0a56a-b49fcde401.zip/node_modules/chokidar/",\
"packageDependencies": [\
["chokidar", "npm:3.5.3"],\
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["chownr", [\
["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:3.3.2", {\
"packageLocation": "./.yarn/cache/ci-info-npm-3.3.2-fb5617e149-fd81f1edd2.zip/node_modules/ci-info/",\
"packageDependencies": [\
["ci-info", "npm:3.3.2"]\
],\
"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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["cli-boxes", [\
2022-07-14 14:04:34 +00:00
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/cli-boxes-npm-3.0.0-e5de3a0d5e-637d84419d.zip/node_modules/cli-boxes/",\
"packageDependencies": [\
["cli-boxes", "npm:3.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["cli-highlight", [\
["npm:2.1.11", {\
"packageLocation": "./.yarn/cache/cli-highlight-npm-2.1.11-569697f73a-0a60e60545.zip/node_modules/cli-highlight/",\
"packageDependencies": [\
["cli-highlight", "npm:2.1.11"],\
["chalk", "npm:4.1.2"],\
["highlight.js", "npm:10.7.3"],\
["mz", "npm:2.7.0"],\
["parse5", "npm:5.1.1"],\
["parse5-htmlparser2-tree-adapter", "npm:6.0.1"],\
["yargs", "npm:16.2.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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["cli-table", [\
["npm:0.3.11", {\
"packageLocation": "./.yarn/cache/cli-table-npm-0.3.11-f912789cff-59fb61f992.zip/node_modules/cli-table/",\
"packageDependencies": [\
["cli-table", "npm:0.3.11"],\
["colors", "npm:1.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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", [\
["npm:3.2.1", {\
"packageLocation": "./.yarn/cache/color-npm-3.2.1-568cf1014f-f81220e8b7.zip/node_modules/color/",\
"packageDependencies": [\
["color", "npm:3.2.1"],\
["color-convert", "npm:1.9.3"],\
["color-string", "npm:1.9.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"\
}]\
]],\
["color-string", [\
["npm:1.9.1", {\
"packageLocation": "./.yarn/cache/color-string-npm-1.9.1-dc020e56be-c13fe7cff7.zip/node_modules/color-string/",\
"packageDependencies": [\
["color-string", "npm:1.9.1"],\
["color-name", "npm:1.1.4"],\
["simple-swizzle", "npm:0.2.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["color-support", [\
["npm:1.1.3", {\
"packageLocation": "./.yarn/cache/color-support-npm-1.1.3-3be5c53455-9b73568176.zip/node_modules/color-support/",\
"packageDependencies": [\
["color-support", "npm:1.1.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["colors", [\
2022-06-27 21:44:43 +00:00
["npm:1.0.3", {\
"packageLocation": "./.yarn/cache/colors-npm-1.0.3-6c5d583ab3-234e8d3ab7.zip/node_modules/colors/",\
"packageDependencies": [\
["colors", "npm:1.0.3"]\
],\
"linkType": "HARD"\
}],\
2022-06-22 10:33:00 +00:00
["npm:1.4.0", {\
"packageLocation": "./.yarn/cache/colors-npm-1.4.0-7e2cf12234-98aa2c2418.zip/node_modules/colors/",\
"packageDependencies": [\
["colors", "npm:1.4.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["colorspace", [\
["npm:1.1.4", {\
"packageLocation": "./.yarn/cache/colorspace-npm-1.1.4-f01655548a-bb3934ef3c.zip/node_modules/colorspace/",\
"packageDependencies": [\
["colorspace", "npm:1.1.4"],\
["color", "npm:3.2.1"],\
["text-hex", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["columnify", [\
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/columnify-npm-1.6.0-aa925d932b-0d59002361.zip/node_modules/columnify/",\
"packageDependencies": [\
["columnify", "npm:1.6.0"],\
["strip-ansi", "npm:6.0.1"],\
["wcwidth", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-13 08:03:40 +00:00
["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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["commander", [\
["npm:9.3.0", {\
"packageLocation": "./.yarn/cache/commander-npm-9.3.0-1393a6e1f6-d421ce66fe.zip/node_modules/commander/",\
"packageDependencies": [\
["commander", "npm:9.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["compress-brotli", [\
["npm:1.3.8", {\
"packageLocation": "./.yarn/cache/compress-brotli-npm-1.3.8-9b6ceac281-de7589d692.zip/node_modules/compress-brotli/",\
"packageDependencies": [\
["compress-brotli", "npm:1.3.8"],\
["@types/json-buffer", "npm:3.0.0"],\
["json-buffer", "npm:3.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["configstore", [\
2022-07-14 14:04:34 +00:00
["npm:6.0.0", {\
"packageLocation": "./.yarn/cache/configstore-npm-6.0.0-410b4e0bf5-81995351c1.zip/node_modules/configstore/",\
"packageDependencies": [\
["configstore", "npm:6.0.0"],\
["dot-prop", "npm:6.0.1"],\
["graceful-fs", "npm:4.2.10"],\
["unique-string", "npm:3.0.0"],\
["write-file-atomic", "npm:3.0.3"],\
["xdg-basedir", "npm:5.1.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-22 14:44:45 +00:00
["connect-busboy", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/connect-busboy-npm-1.0.0-9908d1785d-e4a8cece06.zip/node_modules/connect-busboy/",\
"packageDependencies": [\
["connect-busboy", "npm:1.0.0"],\
["busboy", "npm:1.6.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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": [\
2022-06-22 10:33:00 +00:00
["console-control-strings", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["content-disposition", [\
["npm:0.5.4", {\
"packageLocation": "./.yarn/cache/content-disposition-npm-0.5.4-2d93678616-afb9d545e2.zip/node_modules/content-disposition/",\
"packageDependencies": [\
["content-disposition", "npm:0.5.4"],\
["safe-buffer", "npm:5.2.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["content-type", [\
["npm:1.0.4", {\
"packageLocation": "./.yarn/cache/content-type-npm-1.0.4-3b1a5ca16b-3d93585fda.zip/node_modules/content-type/",\
"packageDependencies": [\
["content-type", "npm:1.0.4"]\
2022-06-21 09:23:39 +00:00
],\
"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-conventionalcommits", [\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/conventional-changelog-conventionalcommits-npm-5.0.0-a270202fe8-b67d12e4e0.zip/node_modules/conventional-changelog-conventionalcommits/",\
"packageDependencies": [\
["conventional-changelog-conventionalcommits", "npm:5.0.0"],\
["compare-func", "npm:2.0.0"],\
["lodash", "npm:4.17.21"],\
["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.1"],\
["conventional-commits-parser", "npm:3.2.4"],\
["dateformat", "npm:3.0.3"],\
["get-pkg-repo", "npm:4.2.1"],\
["git-raw-commits", "npm:2.0.11"],\
["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.1", {\
"packageLocation": "./.yarn/cache/conventional-changelog-writer-npm-5.0.1-c7d8f4132f-5c0129db44.zip/node_modules/conventional-changelog-writer/",\
"packageDependencies": [\
["conventional-changelog-writer", "npm:5.0.1"],\
["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.4", {\
"packageLocation": "./.yarn/cache/conventional-commits-parser-npm-3.2.4-d1ebb48cf6-1627ff203b.zip/node_modules/conventional-commits-parser/",\
"packageDependencies": [\
["conventional-commits-parser", "npm:3.2.4"],\
["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.4"],\
["git-raw-commits", "npm:2.0.11"],\
["git-semver-tags", "npm:4.1.1"],\
["meow", "npm:8.1.2"],\
["q", "npm:1.5.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["convert-source-map", [\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["cookie", [\
["npm:0.4.2", {\
"packageLocation": "./.yarn/cache/cookie-npm-0.4.2-7761894d5f-a00833c998.zip/node_modules/cookie/",\
"packageDependencies": [\
["cookie", "npm:0.4.2"]\
],\
"linkType": "HARD"\
}],\
["npm:0.5.0", {\
"packageLocation": "./.yarn/cache/cookie-npm-0.5.0-e2d58a161a-1f4bd2ca57.zip/node_modules/cookie/",\
"packageDependencies": [\
["cookie", "npm:0.5.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["cookie-signature", [\
["npm:1.0.6", {\
"packageLocation": "./.yarn/cache/cookie-signature-npm-1.0.6-93f325f7f0-f4e1b0a98a.zip/node_modules/cookie-signature/",\
"packageDependencies": [\
["cookie-signature", "npm:1.0.6"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["core-util-is", [\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["cors", [\
["npm:2.8.5", {\
"packageLocation": "./.yarn/cache/cors-npm-2.8.5-c9935a2d12-ced838404c.zip/node_modules/cors/",\
"packageDependencies": [\
["cors", "npm:2.8.5"],\
["object-assign", "npm:4.1.1"],\
["vary", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["cosmiconfig", [\
["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"\
}]\
]],\
["cosmiconfig-typescript-loader", [\
2022-07-06 08:01:18 +00:00
["npm:2.0.2", {\
"packageLocation": "./.yarn/cache/cosmiconfig-typescript-loader-npm-2.0.2-6811bc8e72-0c9a777e2e.zip/node_modules/cosmiconfig-typescript-loader/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["cosmiconfig-typescript-loader", "npm:2.0.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:6a5895c82d3dbbd478cceb13bf1ebefe5bc618b8274b3455532da2f1d68b6424aca49370bfb91fcb4f75701ec99ffaf64a24f4e37b02b378ae919784bc8c5e6d#npm:2.0.2", {\
"packageLocation": "./.yarn/__virtual__/cosmiconfig-typescript-loader-virtual-c0eab07e71/0/cache/cosmiconfig-typescript-loader-npm-2.0.2-6811bc8e72-0c9a777e2e.zip/node_modules/cosmiconfig-typescript-loader/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["cosmiconfig-typescript-loader", "virtual:6a5895c82d3dbbd478cceb13bf1ebefe5bc618b8274b3455532da2f1d68b6424aca49370bfb91fcb4f75701ec99ffaf64a24f4e37b02b378ae919784bc8c5e6d#npm:2.0.2"],\
2022-06-21 09:23:39 +00:00
["@types/cosmiconfig", null],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["@types/typescript", null],\
["cosmiconfig", "npm:7.0.1"],\
2022-07-06 08:01:18 +00:00
["ts-node", "virtual:c0eab07e71af57f5501e97e7ca7a2a4f4965035bd2455ad124a8b09fa55780657c55fe3df41019fa6c2c44487c897668c842a0939e380b3c1f13b3756d128543#npm:10.8.2"],\
2022-06-21 09:23:39 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
],\
"packagePeers": [\
"@types/cosmiconfig",\
"@types/node",\
"@types/typescript",\
"cosmiconfig",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
["create-require", [\
["npm:1.1.1", {\
"packageLocation": "./.yarn/cache/create-require-npm-1.1.1-839884ca2e-a9a1503d43.zip/node_modules/create-require/",\
"packageDependencies": [\
["create-require", "npm:1.1.1"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["crypto-random-string", [\
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/crypto-random-string-npm-4.0.0-b9f0f76168-91f148f27b.zip/node_modules/crypto-random-string/",\
"packageDependencies": [\
["crypto-random-string", "npm:4.0.0"],\
["type-fest", "npm:1.4.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["date-fns", [\
["npm:2.28.0", {\
"packageLocation": "./.yarn/cache/date-fns-npm-2.28.0-c19c5add1b-a0516b2e4f.zip/node_modules/date-fns/",\
"packageDependencies": [\
["date-fns", "npm:2.28.0"]\
],\
"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.11.3", {\
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.3-88985d494e-c87e06b562.zip/node_modules/dayjs/",\
"packageDependencies": [\
["dayjs", "npm:1.11.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["debug", [\
2022-06-22 10:33:00 +00:00
["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"\
}],\
2022-06-21 09:23:39 +00:00
["npm:4.3.4", {\
"packageLocation": "./.yarn/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\
"packageDependencies": [\
["debug", "npm:4.3.4"]\
],\
"linkType": "SOFT"\
}],\
2022-07-13 07:23:36 +00:00
["virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9", {\
"packageLocation": "./.yarn/__virtual__/debug-virtual-e67ff7b3fa/0/cache/debug-npm-2.6.9-7d4cb597dc-d2f51589ca.zip/node_modules/debug/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-13 07:23:36 +00:00
["debug", "virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9"],\
2022-06-22 10:33:00 +00:00
["@types/supports-color", null],\
2022-07-13 07:23:36 +00:00
["ms", "npm:2.0.0"],\
["supports-color", null]\
2022-06-22 10:33:00 +00:00
],\
"packagePeers": [\
"@types/supports-color",\
"supports-color"\
],\
"linkType": "HARD"\
}],\
2022-07-13 07:23:36 +00:00
["virtual:5d6fa595c641abcb43d18b774684bacd52037a1e3ff8c4155feb531408a1913bd7a19513bf820252cfaae35026a75a776e3349943c7c05cd54bf6c51005e9d45#npm:3.2.7", {\
"packageLocation": "./.yarn/__virtual__/debug-virtual-9f0f33c158/0/cache/debug-npm-3.2.7-754e818c7a-b3d8c59407.zip/node_modules/debug/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-13 07:23:36 +00:00
["debug", "virtual:5d6fa595c641abcb43d18b774684bacd52037a1e3ff8c4155feb531408a1913bd7a19513bf820252cfaae35026a75a776e3349943c7c05cd54bf6c51005e9d45#npm:3.2.7"],\
2022-06-21 09:23:39 +00:00
["@types/supports-color", null],\
2022-07-13 07:23:36 +00:00
["ms", "npm:2.1.3"],\
["supports-color", "npm:5.5.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/supports-color",\
"supports-color"\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}],\
2022-07-06 08:01:18 +00:00
["virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4", {\
"packageLocation": "./.yarn/__virtual__/debug-virtual-4488998e89/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
2022-06-22 10:33:00 +00:00
["@types/supports-color", null],\
2022-07-06 08:01:18 +00:00
["ms", "npm:2.1.2"],\
["supports-color", null]\
2022-06-22 10:33:00 +00:00
],\
"packagePeers": [\
"@types/supports-color",\
"supports-color"\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["decompress-response", [\
2022-07-14 14:04:34 +00:00
["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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["defer-to-connect", [\
2022-07-14 14:04:34 +00:00
["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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-07-13 08:03:40 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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:2.0.1", {\
"packageLocation": "./.yarn/cache/denque-npm-2.0.1-4ba00e404b-ec398d1e3c.zip/node_modules/denque/",\
"packageDependencies": [\
["denque", "npm:2.0.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"\
2022-06-22 10:33:00 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["destroy", [\
["npm:1.2.0", {\
"packageLocation": "./.yarn/cache/destroy-npm-1.2.0-6a511802e2-0acb300b74.zip/node_modules/destroy/",\
"packageDependencies": [\
["destroy", "npm:1.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-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"\
}]\
]],\
["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"\
}]\
]],\
["diff-sequences", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/diff-sequences-npm-28.1.1-70eb43c727-e252903650.zip/node_modules/diff-sequences/",\
"packageDependencies": [\
["diff-sequences", "npm:28.1.1"]\
],\
"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: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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["dompurify", [\
["npm:2.3.8", {\
"packageLocation": "./.yarn/cache/dompurify-npm-2.3.8-c4b696b00d-dc7b32ee57.zip/node_modules/dompurify/",\
"packageDependencies": [\
["dompurify", "npm:2.3.8"]\
],\
"linkType": "HARD"\
}],\
["npm:2.4.0", {\
"packageLocation": "./.yarn/cache/dompurify-npm-2.4.0-0ffecf22ef-c93ea73cf8.zip/node_modules/dompurify/",\
"packageDependencies": [\
["dompurify", "npm:2.4.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["dotenv", [\
["npm:16.0.1", {\
"packageLocation": "./.yarn/cache/dotenv-npm-16.0.1-d99e72bb95-f459ffce07.zip/node_modules/dotenv/",\
"packageDependencies": [\
["dotenv", "npm:16.0.1"]\
],\
"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"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["eastasianwidth", [\
["npm:0.2.0", {\
"packageLocation": "./.yarn/cache/eastasianwidth-npm-0.2.0-c37eb16bd1-7d00d7cd8e.zip/node_modules/eastasianwidth/",\
"packageDependencies": [\
["eastasianwidth", "npm:0.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["ee-first", [\
["npm:1.1.1", {\
"packageLocation": "./.yarn/cache/ee-first-npm-1.1.1-33f8535b39-1b4cac778d.zip/node_modules/ee-first/",\
"packageDependencies": [\
["ee-first", "npm:1.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["electron-to-chromium", [\
2022-07-06 08:01:18 +00:00
["npm:1.4.180", {\
"packageLocation": "./.yarn/cache/electron-to-chromium-npm-1.4.180-719856979a-98df07cfb0.zip/node_modules/electron-to-chromium/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["electron-to-chromium", "npm:1.4.180"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["emittery", [\
["npm:0.10.2", {\
"packageLocation": "./.yarn/cache/emittery-npm-0.10.2-aac10498b5-ee3e21788b.zip/node_modules/emittery/",\
"packageDependencies": [\
["emittery", "npm:0.10.2"]\
],\
"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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["enabled", [\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/enabled-npm-2.0.0-bf5d96c9d8-9d256d89f4.zip/node_modules/enabled/",\
"packageDependencies": [\
["enabled", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["encodeurl", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/encodeurl-npm-1.0.2-f8c8454c41-e50e3d508c.zip/node_modules/encodeurl/",\
"packageDependencies": [\
["encodeurl", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["end-of-stream", [\
["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"\
}]\
]],\
2022-07-06 10:13:38 +00:00
["enhanced-resolve", [\
["npm:5.10.0", {\
"packageLocation": "./.yarn/cache/enhanced-resolve-npm-5.10.0-7941304306-0bb9830704.zip/node_modules/enhanced-resolve/",\
"packageDependencies": [\
["enhanced-resolve", "npm:5.10.0"],\
["graceful-fs", "npm:4.2.10"],\
["tapable", "npm:2.2.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["escape-goat", [\
2022-07-14 14:04:34 +00:00
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/escape-goat-npm-4.0.0-31eb65b6cc-7034e0025e.zip/node_modules/escape-goat/",\
"packageDependencies": [\
["escape-goat", "npm:4.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["escape-html", [\
["npm:1.0.3", {\
"packageLocation": "./.yarn/cache/escape-html-npm-1.0.3-376c22ee74-6213ca9ae0.zip/node_modules/escape-html/",\
"packageDependencies": [\
["escape-html", "npm:1.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["eslint", [\
2022-07-06 08:01:18 +00:00
["npm:8.19.0", {\
"packageLocation": "./.yarn/cache/eslint-npm-8.19.0-147f1e0c86-0bc9df1a3a.zip/node_modules/eslint/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-06-21 09:23:39 +00:00
["@eslint/eslintrc", "npm:1.3.0"],\
["@humanwhocodes/config-array", "npm:0.9.5"],\
["ajv", "npm:6.12.6"],\
["chalk", "npm:4.1.2"],\
["cross-spawn", "npm:7.0.3"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["doctrine", "npm:3.0.0"],\
["escape-string-regexp", "npm:4.0.0"],\
["eslint-scope", "npm:7.1.1"],\
2022-07-06 08:01:18 +00:00
["eslint-utils", "virtual:147f1e0c86a84d48481240b8e403f896c0a34824f0fc1ec5f4df888495cb5f88fc2038bd76184debe0641b1891aeae2a4c3b5d4709f3d70958d507af9ee17e38#npm:3.0.0"],\
2022-06-21 09:23:39 +00:00
["eslint-visitor-keys", "npm:3.3.0"],\
["espree", "npm:9.3.2"],\
["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"],\
2022-07-06 08:01:18 +00:00
["globals", "npm:13.16.0"],\
2022-06-21 09:23:39 +00:00
["ignore", "npm:5.2.0"],\
["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.1.2"],\
["natural-compare", "npm:1.4.0"],\
["optionator", "npm:0.9.1"],\
["regexpp", "npm:3.2.0"],\
["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.5.0", {\
"packageLocation": "./.yarn/cache/eslint-config-prettier-npm-8.5.0-a1dd58b6d8-0d0f5c32e7.zip/node_modules/eslint-config-prettier/",\
"packageDependencies": [\
["eslint-config-prettier", "npm:8.5.0"]\
],\
"linkType": "SOFT"\
}],\
2022-06-21 12:25:56 +00:00
["virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0", {\
"packageLocation": "./.yarn/__virtual__/eslint-config-prettier-virtual-d5f61497f8/0/cache/eslint-config-prettier-npm-8.5.0-a1dd58b6d8-0d0f5c32e7.zip/node_modules/eslint-config-prettier/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-21 12:25:56 +00:00
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/eslint",\
"eslint"\
],\
"linkType": "HARD"\
2022-06-28 08:50:24 +00:00
}],\
["virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:8.5.0", {\
"packageLocation": "./.yarn/__virtual__/eslint-config-prettier-virtual-a7c771a5d7/0/cache/eslint-config-prettier-npm-8.5.0-a1dd58b6d8-0d0f5c32e7.zip/node_modules/eslint-config-prettier/",\
"packageDependencies": [\
["eslint-config-prettier", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:8.5.0"],\
["@types/eslint", null],\
["eslint", null]\
],\
"packagePeers": [\
"@types/eslint",\
"eslint"\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["eslint-plugin-prettier", [\
2022-07-06 08:01:18 +00:00
["npm:4.2.1", {\
"packageLocation": "./.yarn/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip/node_modules/eslint-plugin-prettier/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["eslint-plugin-prettier", "npm:4.2.1"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1", {\
"packageLocation": "./.yarn/__virtual__/eslint-plugin-prettier-virtual-71637d4fa6/0/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip/node_modules/eslint-plugin-prettier/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["eslint-plugin-prettier", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:4.2.1"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
["@types/eslint-config-prettier", null],\
["@types/prettier", null],\
2022-07-06 08:01:18 +00:00
["eslint", "npm:8.19.0"],\
2022-06-21 12:25:56 +00:00
["eslint-config-prettier", null],\
["prettier", null],\
2022-06-21 09:23:39 +00:00
["prettier-linter-helpers", "npm:1.0.0"]\
],\
"packagePeers": [\
"@types/eslint-config-prettier",\
"@types/eslint",\
"@types/prettier",\
"eslint-config-prettier",\
"eslint",\
"prettier"\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}],\
2022-07-06 08:36:32 +00:00
["virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1", {\
"packageLocation": "./.yarn/__virtual__/eslint-plugin-prettier-virtual-6a094684d1/0/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip/node_modules/eslint-plugin-prettier/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["eslint-plugin-prettier", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.2.1"],\
2022-06-22 10:33:00 +00:00
["@types/eslint", null],\
["@types/eslint-config-prettier", null],\
["@types/prettier", null],\
2022-06-23 09:33:14 +00:00
["eslint", null],\
2022-06-22 10:33:00 +00:00
["eslint-config-prettier", null],\
["prettier", null],\
["prettier-linter-helpers", "npm:1.0.0"]\
],\
"packagePeers": [\
"@types/eslint-config-prettier",\
"@types/eslint",\
"@types/prettier",\
"eslint-config-prettier",\
"eslint",\
"prettier"\
],\
"linkType": "HARD"\
2022-06-28 08:50:24 +00:00
}],\
2022-07-06 08:01:18 +00:00
["virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:4.2.1", {\
"packageLocation": "./.yarn/__virtual__/eslint-plugin-prettier-virtual-b95595b103/0/cache/eslint-plugin-prettier-npm-4.2.1-ba8e1240f1-b9e839d233.zip/node_modules/eslint-plugin-prettier/",\
2022-06-28 08:50:24 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["eslint-plugin-prettier", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:4.2.1"],\
2022-06-28 08:50:24 +00:00
["@types/eslint", null],\
["@types/eslint-config-prettier", null],\
["@types/prettier", null],\
["eslint", null],\
["eslint-config-prettier", "virtual:f16699e48080c5e5e9044bd1b8263f17d30ec4f2835602b65a6ea6943ccc23f384f86fef49b1a9c9121abd253bf13b0c7eae76bcc1f8a8c3112948cf6fbfbbcb#npm:8.5.0"],\
["prettier", "npm:2.7.1"],\
["prettier-linter-helpers", "npm:1.0.0"]\
],\
"packagePeers": [\
"@types/eslint-config-prettier",\
"@types/eslint",\
"@types/prettier",\
"eslint-config-prettier",\
"eslint",\
"prettier"\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["eslint-scope", [\
["npm:5.1.1", {\
"packageLocation": "./.yarn/cache/eslint-scope-npm-5.1.1-71fe59b18a-47e4b6a3f0.zip/node_modules/eslint-scope/",\
"packageDependencies": [\
["eslint-scope", "npm:5.1.1"],\
["esrecurse", "npm:4.3.0"],\
["estraverse", "npm:4.3.0"]\
],\
"linkType": "HARD"\
}],\
["npm:7.1.1", {\
"packageLocation": "./.yarn/cache/eslint-scope-npm-7.1.1-23935eb377-9f6e974ab2.zip/node_modules/eslint-scope/",\
"packageDependencies": [\
["eslint-scope", "npm:7.1.1"],\
["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"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:147f1e0c86a84d48481240b8e403f896c0a34824f0fc1ec5f4df888495cb5f88fc2038bd76184debe0641b1891aeae2a4c3b5d4709f3d70958d507af9ee17e38#npm:3.0.0", {\
"packageLocation": "./.yarn/__virtual__/eslint-utils-virtual-dcc1d231c4/0/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["eslint-utils", "virtual:147f1e0c86a84d48481240b8e403f896c0a34824f0fc1ec5f4df888495cb5f88fc2038bd76184debe0641b1891aeae2a4c3b5d4709f3d70958d507af9ee17e38#npm:3.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
2022-07-06 08:36:32 +00:00
["eslint", "npm:8.19.0"],\
2022-06-21 09:23:39 +00:00
["eslint-visitor-keys", "npm:2.1.0"]\
],\
"packagePeers": [\
"@types/eslint",\
"eslint"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:3.0.0", {\
"packageLocation": "./.yarn/__virtual__/eslint-utils-virtual-af95a3ccea/0/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["eslint-utils", "virtual:88ab8651a580797d7f324e37350531c263fefbb27f1fc46e5b8375e61563225250ef83ca300b659dec69914dff4206d1d1cd466001cf6db38cb5ec1e1b1fed3a#npm:3.0.0"],\
2022-06-21 09:23:39 +00:00
["@types/eslint", null],\
2022-07-06 08:36:32 +00:00
["eslint", null],\
2022-06-21 09:23:39 +00:00
["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.3.0", {\
"packageLocation": "./.yarn/cache/eslint-visitor-keys-npm-3.3.0-d329af7c8c-d59e68a7c5.zip/node_modules/eslint-visitor-keys/",\
"packageDependencies": [\
["eslint-visitor-keys", "npm:3.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["espree", [\
["npm:9.3.2", {\
"packageLocation": "./.yarn/cache/espree-npm-9.3.2-c70fa2a91d-9a790d6779.zip/node_modules/espree/",\
"packageDependencies": [\
["espree", "npm:9.3.2"],\
["acorn", "npm:8.7.1"],\
["acorn-jsx", "virtual:c70fa2a91dcbd99b022aeff42b1b7671b1079fb9945248dc00dedd7520f879dc07058703f4626782de94f97692f30d5b18138d744c1e1ed1913a7610755d40e3#npm:5.3.2"],\
["eslint-visitor-keys", "npm:3.3.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:4.3.0", {\
"packageLocation": "./.yarn/cache/estraverse-npm-4.3.0-920a32f3c6-a6299491f9.zip/node_modules/estraverse/",\
"packageDependencies": [\
["estraverse", "npm:4.3.0"]\
],\
"linkType": "HARD"\
}],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.7"],\
["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"\
}]\
]],\
["expect", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/expect-npm-28.1.1-0260491458-6e557b681f.zip/node_modules/expect/",\
"packageDependencies": [\
["expect", "npm:28.1.1"],\
["@jest/expect-utils", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"],\
["jest-matcher-utils", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["express", [\
["npm:4.18.1", {\
"packageLocation": "./.yarn/cache/express-npm-4.18.1-842e583ae1-c3d44c92e4.zip/node_modules/express/",\
"packageDependencies": [\
["express", "npm:4.18.1"],\
["accepts", "npm:1.3.8"],\
["array-flatten", "npm:1.1.1"],\
["body-parser", "npm:1.20.0"],\
["content-disposition", "npm:0.5.4"],\
["content-type", "npm:1.0.4"],\
["cookie", "npm:0.5.0"],\
["cookie-signature", "npm:1.0.6"],\
2022-07-13 07:23:36 +00:00
["debug", "virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9"],\
2022-06-22 10:33:00 +00:00
["depd", "npm:2.0.0"],\
["encodeurl", "npm:1.0.2"],\
["escape-html", "npm:1.0.3"],\
["etag", "npm:1.8.1"],\
["finalhandler", "npm:1.2.0"],\
["fresh", "npm:0.5.2"],\
["http-errors", "npm:2.0.0"],\
["merge-descriptors", "npm:1.0.1"],\
["methods", "npm:1.1.2"],\
["on-finished", "npm:2.4.1"],\
["parseurl", "npm:1.3.3"],\
["path-to-regexp", "npm:0.1.7"],\
["proxy-addr", "npm:2.0.7"],\
["qs", "npm:6.10.3"],\
["range-parser", "npm:1.2.1"],\
["safe-buffer", "npm:5.2.1"],\
["send", "npm:0.18.0"],\
["serve-static", "npm:1.15.0"],\
["setprototypeof", "npm:1.2.0"],\
["statuses", "npm:2.0.1"],\
["type-is", "npm:1.6.18"],\
["utils-merge", "npm:1.0.1"],\
["vary", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:44:45 +00:00
["express-winston", [\
["npm:4.2.0", {\
"packageLocation": "./.yarn/cache/express-winston-npm-4.2.0-e4cfb26486-029529107f.zip/node_modules/express-winston/",\
"packageDependencies": [\
["express-winston", "npm:4.2.0"]\
],\
"linkType": "SOFT"\
}],\
["virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:4.2.0", {\
"packageLocation": "./.yarn/__virtual__/express-winston-virtual-7edb98a399/0/cache/express-winston-npm-4.2.0-e4cfb26486-029529107f.zip/node_modules/express-winston/",\
"packageDependencies": [\
["express-winston", "virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:4.2.0"],\
["@types/winston", null],\
["chalk", "npm:2.4.2"],\
["lodash", "npm:4.17.21"],\
2022-07-06 08:01:18 +00:00
["winston", "npm:3.8.1"]\
2022-06-22 14:44:45 +00:00
],\
"packagePeers": [\
"@types/winston",\
"winston"\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.11", {\
"packageLocation": "./.yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip/node_modules/fast-glob/",\
"packageDependencies": [\
["fast-glob", "npm:3.2.11"],\
["@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.5"]\
],\
"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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["fast-memoize", [\
["npm:2.5.2", {\
"packageLocation": "./.yarn/cache/fast-memoize-npm-2.5.2-f42a7c6940-79fa759719.zip/node_modules/fast-memoize/",\
"packageDependencies": [\
["fast-memoize", "npm:2.5.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["fecha", [\
["npm:4.2.3", {\
"packageLocation": "./.yarn/cache/fecha-npm-4.2.3-75248da3fd-f94e2fb3ac.zip/node_modules/fecha/",\
"packageDependencies": [\
["fecha", "npm:4.2.3"]\
],\
"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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["finalhandler", [\
["npm:1.2.0", {\
"packageLocation": "./.yarn/cache/finalhandler-npm-1.2.0-593d001463-92effbfd32.zip/node_modules/finalhandler/",\
"packageDependencies": [\
["finalhandler", "npm:1.2.0"],\
2022-07-13 07:23:36 +00:00
["debug", "virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9"],\
2022-06-22 10:33:00 +00:00
["encodeurl", "npm:1.0.2"],\
["escape-html", "npm:1.0.3"],\
["on-finished", "npm:2.4.1"],\
["parseurl", "npm:1.3.3"],\
["statuses", "npm:2.0.1"],\
["unpipe", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}],\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/find-up-npm-5.0.0-e03e9b796d-07955e3573.zip/node_modules/find-up/",\
"packageDependencies": [\
["find-up", "npm:5.0.0"],\
["locate-path", "npm:6.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"],\
2022-07-06 08:01:18 +00:00
["flatted", "npm:3.2.6"],\
2022-06-21 09:23:39 +00:00
["rimraf", "npm:3.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["flatted", [\
2022-07-06 08:01:18 +00:00
["npm:3.2.6", {\
"packageLocation": "./.yarn/cache/flatted-npm-3.2.6-a309e17eb3-33b87aa88d.zip/node_modules/flatted/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["flatted", "npm:3.2.6"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["fn.name", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/fn.name-npm-1.1.0-b472333184-e357144f48.zip/node_modules/fn.name/",\
"packageDependencies": [\
["fn.name", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["follow-redirects", [\
["npm:1.15.1", {\
"packageLocation": "./.yarn/cache/follow-redirects-npm-1.15.1-6b191885cd-6aa4e3e3cd.zip/node_modules/follow-redirects/",\
"packageDependencies": [\
["follow-redirects", "npm:1.15.1"]\
],\
"linkType": "SOFT"\
}],\
2022-07-13 08:03:40 +00:00
["virtual:dbe3a48aea1dd5649e16abaf23d4ae05582d2149e16141955113766a0f84f681baf358c77ddccfc82eb23e4ccc66c6c912df62a9c01f2a83f1842bf86cc297b1#npm:1.15.1", {\
"packageLocation": "./.yarn/__virtual__/follow-redirects-virtual-659894389a/0/cache/follow-redirects-npm-1.15.1-6b191885cd-6aa4e3e3cd.zip/node_modules/follow-redirects/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-13 08:03:40 +00:00
["follow-redirects", "virtual:dbe3a48aea1dd5649e16abaf23d4ae05582d2149e16141955113766a0f84f681baf358c77ddccfc82eb23e4ccc66c6c912df62a9c01f2a83f1842bf86cc297b1#npm:1.15.1"],\
2022-06-22 10:33:00 +00:00
["@types/debug", null],\
["debug", null]\
],\
"packagePeers": [\
"@types/debug",\
"debug"\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-13 08:03:40 +00:00
["form-data", [\
["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.35"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["form-data-encoder", [\
["npm:1.7.1", {\
"packageLocation": "./.yarn/cache/form-data-encoder-npm-1.7.1-7c80545199-a2a360d558.zip/node_modules/form-data-encoder/",\
"packageDependencies": [\
["form-data-encoder", "npm:1.7.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["forwarded", [\
["npm:0.2.0", {\
"packageLocation": "./.yarn/cache/forwarded-npm-0.2.0-6473dabe35-fd27e2394d.zip/node_modules/forwarded/",\
"packageDependencies": [\
["forwarded", "npm:0.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["fp-and-or", [\
["npm:0.1.3", {\
"packageLocation": "./.yarn/cache/fp-and-or-npm-0.1.3-033d5c60bb-d556ad1fb0.zip/node_modules/fp-and-or/",\
"packageDependencies": [\
["fp-and-or", "npm:0.1.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["fresh", [\
["npm:0.5.2", {\
"packageLocation": "./.yarn/cache/fresh-npm-0.5.2-ad2bb4c0a2-13ea8b08f9.zip/node_modules/fresh/",\
"packageDependencies": [\
["fresh", "npm:0.5.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["fs-extra", [\
["npm:10.1.0", {\
"packageLocation": "./.yarn/cache/fs-extra-npm-10.1.0-86573680ed-dc94ab3709.zip/node_modules/fs-extra/",\
"packageDependencies": [\
["fs-extra", "npm:10.1.0"],\
["graceful-fs", "npm:4.2.10"],\
["jsonfile", "npm:6.1.0"],\
["universalify", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["fs-minipass", [\
["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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"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:9.0.0"]\
],\
"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:4.0.4", {\
"packageLocation": "./.yarn/cache/gauge-npm-4.0.4-8f878385e9-788b6bfe52.zip/node_modules/gauge/",\
"packageDependencies": [\
["gauge", "npm:4.0.4"],\
["aproba", "npm:2.0.0"],\
["color-support", "npm:1.1.3"],\
["console-control-strings", "npm:1.1.0"],\
["has-unicode", "npm:2.0.1"],\
["signal-exit", "npm:3.0.7"],\
["string-width", "npm:4.2.3"],\
["strip-ansi", "npm:6.0.1"],\
["wide-align", "npm:1.1.5"]\
],\
"linkType": "HARD"\
}]\
]],\
["generate-function", [\
["npm:2.3.1", {\
"packageLocation": "./.yarn/cache/generate-function-npm-2.3.1-c839dc559c-652f083de2.zip/node_modules/generate-function/",\
"packageDependencies": [\
["generate-function", "npm:2.3.1"],\
["is-property", "npm:1.0.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.2", {\
"packageLocation": "./.yarn/cache/get-intrinsic-npm-1.1.2-89f421122b-252f45491f.zip/node_modules/get-intrinsic/",\
"packageDependencies": [\
["get-intrinsic", "npm:1.1.2"],\
["function-bind", "npm:1.1.1"],\
["has", "npm:1.0.3"],\
["has-symbols", "npm:1.0.3"]\
],\
"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.1.0"],\
["through2", "npm:2.0.5"],\
["yargs", "npm:16.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["get-stdin", [\
["npm:8.0.0", {\
"packageLocation": "./.yarn/cache/get-stdin-npm-8.0.0-920f876bc2-40128b6cd2.zip/node_modules/get-stdin/",\
"packageDependencies": [\
["get-stdin", "npm:8.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["get-stream", [\
2022-06-22 10:33:00 +00:00
["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"\
}],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["git-raw-commits", [\
["npm:2.0.11", {\
"packageLocation": "./.yarn/cache/git-raw-commits-npm-2.0.11-b090f2f684-c178af4363.zip/node_modules/git-raw-commits/",\
"packageDependencies": [\
["git-raw-commits", "npm:2.0.11"],\
["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"],\
2022-07-06 08:01:18 +00:00
["is-ssh", "npm:1.4.0"],\
["parse-url", "npm:6.0.2"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}]\
]],\
["glob", [\
["npm:7.2.3", {\
"packageLocation": "./.yarn/cache/glob-npm-7.2.3-2d866d17a5-29452e97b3.zip/node_modules/glob/",\
"packageDependencies": [\
["glob", "npm:7.2.3"],\
["fs.realpath", "npm:1.0.0"],\
["inflight", "npm:1.0.6"],\
["inherits", "npm:2.0.4"],\
["minimatch", "npm:3.1.2"],\
["once", "npm:1.4.0"],\
["path-is-absolute", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}],\
["npm:8.0.3", {\
"packageLocation": "./.yarn/cache/glob-npm-8.0.3-750f909025-50bcdea19d.zip/node_modules/glob/",\
"packageDependencies": [\
["glob", "npm:8.0.3"],\
["fs.realpath", "npm:1.0.0"],\
["inflight", "npm:1.0.6"],\
["inherits", "npm:2.0.4"],\
["minimatch", "npm:5.1.0"],\
["once", "npm:1.4.0"]\
],\
"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"\
}]\
]],\
["global-dirs", [\
["npm:0.1.1", {\
"packageLocation": "./.yarn/cache/global-dirs-npm-0.1.1-87c167e806-10624f5a8d.zip/node_modules/global-dirs/",\
"packageDependencies": [\
["global-dirs", "npm:0.1.1"],\
["ini", "npm:1.3.8"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}],\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/global-dirs-npm-3.0.0-45faebeb68-953c17cf14.zip/node_modules/global-dirs/",\
"packageDependencies": [\
["global-dirs", "npm:3.0.0"],\
["ini", "npm:2.0.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}],\
2022-07-06 08:01:18 +00:00
["npm:13.16.0", {\
"packageLocation": "./.yarn/cache/globals-npm-13.16.0-ddfe03ff07-e571b28462.zip/node_modules/globals/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["globals", "npm:13.16.0"],\
2022-06-21 09:23:39 +00:00
["type-fest", "npm:0.20.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["globby", [\
["npm:11.1.0", {\
"packageLocation": "./.yarn/cache/globby-npm-11.1.0-bdcdf20c71-b4be8885e0.zip/node_modules/globby/",\
"packageDependencies": [\
["globby", "npm:11.1.0"],\
["array-union", "npm:2.1.0"],\
["dir-glob", "npm:3.0.1"],\
["fast-glob", "npm:3.2.11"],\
["ignore", "npm:5.2.0"],\
["merge2", "npm:1.4.1"],\
["slash", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["got", [\
2022-07-14 14:04:34 +00:00
["npm:12.1.0", {\
"packageLocation": "./.yarn/cache/got-npm-12.1.0-5d0f237e8e-1cc9af6ca5.zip/node_modules/got/",\
"packageDependencies": [\
["got", "npm:12.1.0"],\
["@sindresorhus/is", "npm:4.6.0"],\
["@szmarczak/http-timer", "npm:5.0.1"],\
["@types/cacheable-request", "npm:6.0.2"],\
["@types/responselike", "npm:1.0.0"],\
["cacheable-lookup", "npm:6.0.4"],\
["cacheable-request", "npm:7.0.2"],\
["decompress-response", "npm:6.0.0"],\
["form-data-encoder", "npm:1.7.1"],\
["get-stream", "npm:6.0.1"],\
["http2-wrapper", "npm:2.1.11"],\
["lowercase-keys", "npm:3.0.0"],\
["p-cancelable", "npm:3.0.0"],\
["responselike", "npm:2.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["graceful-fs", [\
["npm:4.2.10", {\
"packageLocation": "./.yarn/cache/graceful-fs-npm-4.2.10-79c70989ca-3f109d70ae.zip/node_modules/graceful-fs/",\
"packageDependencies": [\
["graceful-fs", "npm:4.2.10"]\
],\
"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.6"],\
["neo-async", "npm:2.6.2"],\
["source-map", "npm:0.6.1"],\
2022-07-06 08:01:18 +00:00
["uglify-js", "npm:3.16.2"],\
2022-06-21 09:23:39 +00:00
["wordwrap", "npm:1.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-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.3", {\
"packageLocation": "./.yarn/cache/has-symbols-npm-1.0.3-1986bff2c4-a054c40c63.zip/node_modules/has-symbols/",\
"packageDependencies": [\
["has-symbols", "npm:1.0.3"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["has-yarn", [\
2022-07-14 14:04:34 +00:00
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/has-yarn-npm-3.0.0-951e36133f-b9e14e78e0.zip/node_modules/has-yarn/",\
"packageDependencies": [\
["has-yarn", "npm:3.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-22 14:16:03 +00:00
["helmet", [\
2022-07-27 11:21:15 +00:00
["npm:5.1.1", {\
"packageLocation": "./.yarn/cache/helmet-npm-5.1.1-d12265628c-b72ba26cc4.zip/node_modules/helmet/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-27 11:21:15 +00:00
["helmet", "npm:5.1.1"]\
2022-06-22 14:44:45 +00:00
],\
"linkType": "HARD"\
2022-06-22 14:16:03 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.1.0", {\
"packageLocation": "./.yarn/cache/hosted-git-info-npm-4.1.0-4efcdf8fd3-c3f87b3c2f.zip/node_modules/hosted-git-info/",\
"packageDependencies": [\
["hosted-git-info", "npm:4.1.0"],\
["lru-cache", "npm:6.0.0"]\
],\
"linkType": "HARD"\
}],\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/hosted-git-info-npm-5.0.0-22560cf9c6-515e69463d.zip/node_modules/hosted-git-info/",\
"packageDependencies": [\
["hosted-git-info", "npm:5.0.0"],\
2022-07-06 08:01:18 +00:00
["lru-cache", "npm:7.12.0"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["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:2.0.0", {\
"packageLocation": "./.yarn/cache/http-errors-npm-2.0.0-3f1c503428-9b0a378266.zip/node_modules/http-errors/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["http-errors", "npm:2.0.0"],\
["depd", "npm:2.0.0"],\
["inherits", "npm:2.0.4"],\
["setprototypeof", "npm:1.2.0"],\
["statuses", "npm:2.0.1"],\
["toidentifier", "npm:1.0.1"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["http-proxy-agent", [\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/http-proxy-agent-npm-5.0.0-7f1f121b83-e2ee1ff165.zip/node_modules/http-proxy-agent/",\
"packageDependencies": [\
["http-proxy-agent", "npm:5.0.0"],\
["@tootallnate/once", "npm:2.0.0"],\
["agent-base", "npm:6.0.2"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["http-status-codes", [\
["npm:2.2.0", {\
"packageLocation": "./.yarn/cache/http-status-codes-npm-2.2.0-8d45a60399-31e1d73085.zip/node_modules/http-status-codes/",\
"packageDependencies": [\
["http-status-codes", "npm:2.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["http2-wrapper", [\
["npm:2.1.11", {\
"packageLocation": "./.yarn/cache/http2-wrapper-npm-2.1.11-a7577d6368-5da05aa2c7.zip/node_modules/http2-wrapper/",\
"packageDependencies": [\
["http2-wrapper", "npm:2.1.11"],\
["quick-lru", "npm:5.1.1"],\
["resolve-alpn", "npm:1.2.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["https-proxy-agent", [\
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/https-proxy-agent-npm-5.0.1-42d65f358e-571fccdf38.zip/node_modules/https-proxy-agent/",\
"packageDependencies": [\
["https-proxy-agent", "npm:5.0.1"],\
["agent-base", "npm:6.0.2"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"]\
],\
"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:5.2.0", {\
"packageLocation": "./.yarn/cache/ignore-npm-5.2.0-fc4b58a4f3-6b1f926792.zip/node_modules/ignore/",\
"packageDependencies": [\
["ignore", "npm:5.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["ignore-by-default", [\
["npm:1.0.1", {\
"packageLocation": "./.yarn/cache/ignore-by-default-npm-1.0.1-78ea10bc54-441509147b.zip/node_modules/ignore-by-default/",\
"packageDependencies": [\
["ignore-by-default", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["ignore-walk", [\
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/ignore-walk-npm-5.0.1-58258fb4ca-1a4ef35174.zip/node_modules/ignore-walk/",\
"packageDependencies": [\
["ignore-walk", "npm:5.0.1"],\
["minimatch", "npm:5.1.0"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["import-lazy", [\
2022-07-14 14:04:34 +00:00
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/import-lazy-npm-4.0.0-3215653869-22f5e51702.zip/node_modules/import-lazy/",\
"packageDependencies": [\
["import-lazy", "npm:4.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["import-local", [\
["npm:3.1.0", {\
"packageLocation": "./.yarn/cache/import-local-npm-3.1.0-8960af5e51-bfcdb63b5e.zip/node_modules/import-local/",\
"packageDependencies": [\
["import-local", "npm:3.1.0"],\
["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.3", {\
"packageLocation": "./.yarn/cache/inherits-npm-2.0.3-401e64b080-78cb8d7d85.zip/node_modules/inherits/",\
"packageDependencies": [\
["inherits", "npm:2.0.3"]\
],\
"linkType": "HARD"\
}],\
["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"\
2022-06-22 10:33:00 +00:00
}],\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/ini-npm-2.0.0-28f7426761-e7aadc5fb2.zip/node_modules/ini/",\
"packageDependencies": [\
["ini", "npm:2.0.0"]\
],\
"linkType": "HARD"\
2022-06-27 21:52:20 +00:00
}],\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/ini-npm-3.0.0-c2af955701-e92b6b0835.zip/node_modules/ini/",\
"packageDependencies": [\
["ini", "npm:3.0.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["inquirer", [\
["npm:8.2.4", {\
"packageLocation": "./.yarn/cache/inquirer-npm-8.2.4-a2a5fb3187-dfcb6529d3.zip/node_modules/inquirer/",\
"packageDependencies": [\
["inquirer", "npm:8.2.4"],\
["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"],\
["ora", "npm:5.4.1"],\
["run-async", "npm:2.4.1"],\
["rxjs", "npm:7.5.5"],\
["string-width", "npm:4.2.3"],\
["strip-ansi", "npm:6.0.1"],\
["through", "npm:2.3.8"],\
["wrap-ansi", "npm:7.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["inversify", [\
2022-06-22 10:33:00 +00:00
["npm:6.0.1", {\
"packageLocation": "./.yarn/cache/inversify-npm-6.0.1-39ef6784da-b6c9b56ef7.zip/node_modules/inversify/",\
"packageDependencies": [\
["inversify", "npm:6.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["inversify-express-utils", [\
["npm:6.4.3", {\
"packageLocation": "./.yarn/cache/inversify-express-utils-npm-6.4.3-8478048fb7-4aa9a836fe.zip/node_modules/inversify-express-utils/",\
"packageDependencies": [\
["inversify-express-utils", "npm:6.4.3"],\
["express", "npm:4.18.1"],\
["http-status-codes", "npm:2.2.0"],\
["inversify", "npm:6.0.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["ioredis", [\
2022-07-15 10:55:21 +00:00
["npm:5.2.0", {\
"packageLocation": "./.yarn/cache/ioredis-npm-5.2.0-e2dd53ed39-37189fcd4b.zip/node_modules/ioredis/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-07-06 08:01:18 +00:00
["@ioredis/commands", "npm:1.2.0"],\
2022-06-21 09:23:39 +00:00
["cluster-key-slot", "npm:1.1.0"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["denque", "npm:2.0.1"],\
["lodash.defaults", "npm:4.2.0"],\
["lodash.isarguments", "npm:3.1.0"],\
["redis-errors", "npm:1.2.0"],\
["redis-parser", "npm:3.0.0"],\
["standard-as-callback", "npm:2.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["ip", [\
["npm:1.1.8", {\
"packageLocation": "./.yarn/cache/ip-npm-1.1.8-abea558b72-a2ade53eb3.zip/node_modules/ip/",\
"packageDependencies": [\
["ip", "npm:1.1.8"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["ipaddr.js", [\
["npm:1.9.1", {\
"packageLocation": "./.yarn/cache/ipaddr.js-npm-1.9.1-19ae7878b4-f88d382598.zip/node_modules/ipaddr.js/",\
"packageDependencies": [\
["ipaddr.js", "npm:1.9.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}],\
["npm:0.3.2", {\
"packageLocation": "./.yarn/cache/is-arrayish-npm-0.3.2-f856180f79-977e64f54d.zip/node_modules/is-arrayish/",\
"packageDependencies": [\
["is-arrayish", "npm:0.3.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["is-ci", [\
["npm:3.0.1", {\
"packageLocation": "./.yarn/cache/is-ci-npm-3.0.1-d9aea361e1-192c66dc78.zip/node_modules/is-ci/",\
"packageDependencies": [\
["is-ci", "npm:3.0.1"],\
["ci-info", "npm:3.3.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["is-core-module", [\
["npm:2.9.0", {\
"packageLocation": "./.yarn/cache/is-core-module-npm-2.9.0-5ba77c35ae-b27034318b.zip/node_modules/is-core-module/",\
"packageDependencies": [\
["is-core-module", "npm:2.9.0"],\
["has", "npm:1.0.3"]\
],\
"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: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-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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["is-installed-globally", [\
["npm:0.4.0", {\
"packageLocation": "./.yarn/cache/is-installed-globally-npm-0.4.0-a30dd056c7-3359840d59.zip/node_modules/is-installed-globally/",\
"packageDependencies": [\
["is-installed-globally", "npm:0.4.0"],\
["global-dirs", "npm:3.0.0"],\
["is-path-inside", "npm:3.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["is-interactive", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/is-interactive-npm-1.0.0-7ff7c6e04a-824808776e.zip/node_modules/is-interactive/",\
"packageDependencies": [\
["is-interactive", "npm:1.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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["is-npm", [\
2022-07-14 14:04:34 +00:00
["npm:6.0.0", {\
"packageLocation": "./.yarn/cache/is-npm-npm-6.0.0-d8d9039032-fafe1ddc77.zip/node_modules/is-npm/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-14 14:04:34 +00:00
["is-npm", "npm:6.0.0"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["is-path-inside", [\
["npm:3.0.3", {\
"packageLocation": "./.yarn/cache/is-path-inside-npm-3.0.3-2ea0ef44fd-abd50f0618.zip/node_modules/is-path-inside/",\
"packageDependencies": [\
["is-path-inside", "npm:3.0.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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-property", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/is-property-npm-1.0.2-6eac53b30e-33b661a369.zip/node_modules/is-property/",\
"packageDependencies": [\
["is-property", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["is-ssh", [\
2022-07-06 08:01:18 +00:00
["npm:1.4.0", {\
"packageLocation": "./.yarn/cache/is-ssh-npm-1.4.0-c6d7eec087-75eaa17b53.zip/node_modules/is-ssh/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["is-ssh", "npm:1.4.0"],\
["protocols", "npm:2.0.1"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["is-stream", [\
["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-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-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:0.1.0", {\
"packageLocation": "./.yarn/cache/is-unicode-supported-npm-0.1.0-0833e1bbfb-a2aab86ee7.zip/node_modules/is-unicode-supported/",\
"packageDependencies": [\
["is-unicode-supported", "npm:0.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["is-yarn-global", [\
2022-07-14 14:04:34 +00:00
["npm:0.4.0", {\
"packageLocation": "./.yarn/cache/is-yarn-global-npm-0.4.0-8b8bf14f52-a5fcf09c3a.zip/node_modules/is-yarn-global/",\
"packageDependencies": [\
["is-yarn-global", "npm:0.4.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["isarray", [\
["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"\
}]\
]],\
["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:5.2.0", {\
"packageLocation": "./.yarn/cache/istanbul-lib-instrument-npm-5.2.0-6aa783f498-7c242ed782.zip/node_modules/istanbul-lib-instrument/",\
"packageDependencies": [\
["istanbul-lib-instrument", "npm:5.2.0"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
["@babel/parser", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@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:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["istanbul-lib-coverage", "npm:3.2.0"],\
["source-map", "npm:0.6.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["istanbul-reports", [\
["npm:3.1.4", {\
"packageLocation": "./.yarn/cache/istanbul-reports-npm-3.1.4-5faaa9636c-2132983355.zip/node_modules/istanbul-reports/",\
"packageDependencies": [\
["istanbul-reports", "npm:3.1.4"],\
["html-escaper", "npm:2.0.2"],\
["istanbul-lib-report", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-npm-28.1.2-0cb80d72d4-8ad37088c4.zip/node_modules/jest/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/jest-virtual-915123e185/0/cache/jest-npm-28.1.2-0cb80d72d4-8ad37088c4.zip/node_modules/jest/",\
2022-07-06 08:11:17 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
["@jest/core", "virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
["@types/node-notifier", null],\
["import-local", "npm:3.1.0"],\
2022-07-12 18:31:29 +00:00
["jest-cli", "virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["node-notifier", null]\
],\
"packagePeers": [\
"@types/node-notifier",\
"node-notifier"\
],\
"linkType": "HARD"\
}]\
]],\
["jest-changed-files", [\
["npm:28.0.2", {\
"packageLocation": "./.yarn/cache/jest-changed-files-npm-28.0.2-86f0227b65-389d4de4b2.zip/node_modules/jest-changed-files/",\
"packageDependencies": [\
["jest-changed-files", "npm:28.0.2"],\
["execa", "npm:5.1.1"],\
["throat", "npm:6.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-circus", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-circus-npm-28.1.2-7f50bea781-c8f2e024e4.zip/node_modules/jest-circus/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-circus", "npm:28.1.2"],\
["@jest/environment", "npm:28.1.2"],\
["@jest/expect", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/test-result", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["co", "npm:4.6.0"],\
["dedent", "npm:0.7.0"],\
["is-generator-fn", "npm:2.1.0"],\
["jest-each", "npm:28.1.1"],\
["jest-matcher-utils", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-runtime", "npm:28.1.2"],\
["jest-snapshot", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["pretty-format", "npm:28.1.1"],\
["slash", "npm:3.0.0"],\
["stack-utils", "npm:2.0.5"],\
["throat", "npm:6.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-cli", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-cli-npm-28.1.2-cbf6c8906a-527873c257.zip/node_modules/jest-cli/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-cli", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/jest-cli-virtual-27d2128b90/0/cache/jest-cli-npm-28.1.2-cbf6c8906a-527873c257.zip/node_modules/jest-cli/",\
2022-07-06 08:11:17 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["jest-cli", "virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2"],\
["@jest/core", "virtual:915123e18522c0d0f8a4e7a2560bf0c72dbd9f0f1db21f7ef3d914702a1e3ab482f4b45693b5710dc276181a30a72b11342859305a342a498c23e915d5ed199f#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/test-result", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
["@types/node-notifier", null],\
["chalk", "npm:4.1.2"],\
["exit", "npm:0.1.2"],\
["graceful-fs", "npm:4.2.10"],\
["import-local", "npm:3.1.0"],\
2022-07-12 18:31:29 +00:00
["jest-config", "virtual:27d2128b908f1a3a94ba3aa49469c61ce18b482376592d7e3d01f86552c545a51f3c62e0681072cf039729d4b5bbdb1cff500853c25ec5385a6be398e2b65bea#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["jest-validate", "npm:28.1.1"],\
["node-notifier", null],\
["prompts", "npm:2.4.2"],\
["yargs", "npm:17.5.1"]\
],\
"packagePeers": [\
"@types/node-notifier",\
"node-notifier"\
],\
"linkType": "HARD"\
}]\
]],\
["jest-config", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-config-npm-28.1.2-56df4d8edb-ddc4de7a28.zip/node_modules/jest-config/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-config", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:27d2128b908f1a3a94ba3aa49469c61ce18b482376592d7e3d01f86552c545a51f3c62e0681072cf039729d4b5bbdb1cff500853c25ec5385a6be398e2b65bea#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/jest-config-virtual-a3a506018c/0/cache/jest-config-npm-28.1.2-56df4d8edb-ddc4de7a28.zip/node_modules/jest-config/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["jest-config", "virtual:27d2128b908f1a3a94ba3aa49469c61ce18b482376592d7e3d01f86552c545a51f3c62e0681072cf039729d4b5bbdb1cff500853c25ec5385a6be398e2b65bea#npm:28.1.2"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@jest/test-sequencer", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", null],\
2022-06-21 09:23:39 +00:00
["@types/ts-node", null],\
2022-07-12 18:31:29 +00:00
["babel-jest", "virtual:98ec584b6c198fa87bd5c396e8acc6e4eaf5cec00379fddabc6e989d8082c1b859c74881df84731c75b5ad78afa51cdcd54d7533feeb56cad9f80d3da64e4bc9#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.3.2"],\
["deepmerge", "npm:4.2.2"],\
["glob", "npm:7.2.3"],\
["graceful-fs", "npm:4.2.10"],\
2022-07-06 08:01:18 +00:00
["jest-circus", "npm:28.1.2"],\
["jest-environment-node", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-get-type", "npm:28.0.2"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-resolve", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-runner", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["jest-validate", "npm:28.1.1"],\
["micromatch", "npm:4.0.5"],\
["parse-json", "npm:5.2.0"],\
["pretty-format", "npm:28.1.1"],\
["slash", "npm:3.0.0"],\
["strip-json-comments", "npm:3.1.1"],\
["ts-node", null]\
],\
"packagePeers": [\
"@types/node",\
"@types/ts-node",\
"ts-node"\
],\
"linkType": "HARD"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2", {\
"packageLocation": "./.yarn/__virtual__/jest-config-virtual-98ec584b6c/0/cache/jest-config-npm-28.1.2-56df4d8edb-ddc4de7a28.zip/node_modules/jest-config/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["jest-config", "virtual:2bab16406849e1e92ee01692e5b27d248ab433bd4daf3b814d64da17308a9a6f70a7288b9c0be0a93134ee2c65b94f803f14da5d67460aa90aaa0c60dd5d4e9a#npm:28.1.2"],\
2022-07-06 08:01:18 +00:00
["@babel/core", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@jest/test-sequencer", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["@types/ts-node", null],\
2022-07-12 18:31:29 +00:00
["babel-jest", "virtual:98ec584b6c198fa87bd5c396e8acc6e4eaf5cec00379fddabc6e989d8082c1b859c74881df84731c75b5ad78afa51cdcd54d7533feeb56cad9f80d3da64e4bc9#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.3.2"],\
["deepmerge", "npm:4.2.2"],\
["glob", "npm:7.2.3"],\
["graceful-fs", "npm:4.2.10"],\
2022-07-06 08:01:18 +00:00
["jest-circus", "npm:28.1.2"],\
["jest-environment-node", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-get-type", "npm:28.0.2"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-resolve", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-runner", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["jest-validate", "npm:28.1.1"],\
["micromatch", "npm:4.0.5"],\
["parse-json", "npm:5.2.0"],\
["pretty-format", "npm:28.1.1"],\
["slash", "npm:3.0.0"],\
["strip-json-comments", "npm:3.1.1"],\
["ts-node", null]\
],\
"packagePeers": [\
"@types/node",\
"@types/ts-node",\
"ts-node"\
],\
"linkType": "HARD"\
}]\
]],\
["jest-diff", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-diff-npm-28.1.1-42aa8732d8-d9e0355880.zip/node_modules/jest-diff/",\
"packageDependencies": [\
["jest-diff", "npm:28.1.1"],\
["chalk", "npm:4.1.2"],\
["diff-sequences", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-docblock", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-docblock-npm-28.1.1-92269e3ff0-22fca68d98.zip/node_modules/jest-docblock/",\
"packageDependencies": [\
["jest-docblock", "npm:28.1.1"],\
["detect-newline", "npm:3.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-each", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-each-npm-28.1.1-299702462d-91965603f8.zip/node_modules/jest-each/",\
"packageDependencies": [\
["jest-each", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
["chalk", "npm:4.1.2"],\
["jest-get-type", "npm:28.0.2"],\
["jest-util", "npm:28.1.1"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-environment-node", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-environment-node-npm-28.1.2-a3cfa6adac-cee61a3e25.zip/node_modules/jest-environment-node/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-environment-node", "npm:28.1.2"],\
["@jest/environment", "npm:28.1.2"],\
["@jest/fake-timers", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["jest-mock", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-get-type", [\
["npm:28.0.2", {\
"packageLocation": "./.yarn/cache/jest-get-type-npm-28.0.2-00d0a81478-5281d7c89b.zip/node_modules/jest-get-type/",\
"packageDependencies": [\
["jest-get-type", "npm:28.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-haste-map", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-haste-map-npm-28.1.1-184dfbeed0-db31a2a839.zip/node_modules/jest-haste-map/",\
"packageDependencies": [\
["jest-haste-map", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
["@types/graceful-fs", "npm:4.1.5"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["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.10"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-util", "npm:28.1.1"],\
["jest-worker", "npm:28.1.1"],\
["micromatch", "npm:4.0.5"],\
["walker", "npm:1.0.8"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-leak-detector", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-leak-detector-npm-28.1.1-99f9cda79d-379a15ad7b.zip/node_modules/jest-leak-detector/",\
"packageDependencies": [\
["jest-leak-detector", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-matcher-utils", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-matcher-utils-npm-28.1.1-43475d399c-cb73ccd347.zip/node_modules/jest-matcher-utils/",\
"packageDependencies": [\
["jest-matcher-utils", "npm:28.1.1"],\
["chalk", "npm:4.1.2"],\
["jest-diff", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-message-util", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-message-util-npm-28.1.1-c09153ceb7-cca23b9a01.zip/node_modules/jest-message-util/",\
"packageDependencies": [\
["jest-message-util", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@babel/code-frame", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
["@types/stack-utils", "npm:2.0.1"],\
["chalk", "npm:4.1.2"],\
["graceful-fs", "npm:4.2.10"],\
["micromatch", "npm:4.0.5"],\
["pretty-format", "npm:28.1.1"],\
["slash", "npm:3.0.0"],\
["stack-utils", "npm:2.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-mock", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-mock-npm-28.1.1-66f9031b26-285716d062.zip/node_modules/jest-mock/",\
"packageDependencies": [\
["jest-mock", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"]\
2022-06-21 09:23:39 +00:00
],\
"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:5f1937a1f8c216a8de403eb967f360d7a57db478673d77dd3c07847cc9dc318496ce69dcf884ed3f3ca75f952855cd46912a415db6c5905120eaa4882d800337#npm:1.2.2", {\
"packageLocation": "./.yarn/__virtual__/jest-pnp-resolver-virtual-1dad9c67cb/0/cache/jest-pnp-resolver-npm-1.2.2-da20f8bdfe-bd85dcc0e7.zip/node_modules/jest-pnp-resolver/",\
"packageDependencies": [\
["jest-pnp-resolver", "virtual:5f1937a1f8c216a8de403eb967f360d7a57db478673d77dd3c07847cc9dc318496ce69dcf884ed3f3ca75f952855cd46912a415db6c5905120eaa4882d800337#npm:1.2.2"],\
["@types/jest-resolve", null],\
["jest-resolve", "npm:28.1.1"]\
],\
"packagePeers": [\
"@types/jest-resolve",\
"jest-resolve"\
],\
"linkType": "HARD"\
}]\
]],\
["jest-regex-util", [\
["npm:28.0.2", {\
"packageLocation": "./.yarn/cache/jest-regex-util-npm-28.0.2-56e93935f3-0ea8c5c82e.zip/node_modules/jest-regex-util/",\
"packageDependencies": [\
["jest-regex-util", "npm:28.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-resolve", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-resolve-npm-28.1.1-5f1937a1f8-cda5c472fe.zip/node_modules/jest-resolve/",\
"packageDependencies": [\
["jest-resolve", "npm:28.1.1"],\
["chalk", "npm:4.1.2"],\
["graceful-fs", "npm:4.2.10"],\
["jest-haste-map", "npm:28.1.1"],\
["jest-pnp-resolver", "virtual:5f1937a1f8c216a8de403eb967f360d7a57db478673d77dd3c07847cc9dc318496ce69dcf884ed3f3ca75f952855cd46912a415db6c5905120eaa4882d800337#npm:1.2.2"],\
["jest-util", "npm:28.1.1"],\
["jest-validate", "npm:28.1.1"],\
["resolve", "patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"],\
["resolve.exports", "npm:1.1.0"],\
["slash", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-resolve-dependencies", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-resolve-dependencies-npm-28.1.2-3bd416d27e-2f822678b5.zip/node_modules/jest-resolve-dependencies/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-resolve-dependencies", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-regex-util", "npm:28.0.2"],\
2022-07-06 08:01:18 +00:00
["jest-snapshot", "npm:28.1.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["jest-runner", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-runner-npm-28.1.2-f1340306c4-51e46779e6.zip/node_modules/jest-runner/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-runner", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/console", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jest/environment", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/test-result", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jest/transform", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["emittery", "npm:0.10.2"],\
["graceful-fs", "npm:4.2.10"],\
["jest-docblock", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-environment-node", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-haste-map", "npm:28.1.1"],\
["jest-leak-detector", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
["jest-resolve", "npm:28.1.1"],\
2022-07-12 18:31:29 +00:00
["jest-runtime", "npm:28.1.2"],\
["jest-util", "npm:28.1.1"],\
["jest-watcher", "npm:28.1.1"],\
["jest-worker", "npm:28.1.1"],\
["source-map-support", "npm:0.5.13"],\
["throat", "npm:6.0.1"]\
2022-07-06 08:11:17 +00:00
],\
"linkType": "HARD"\
2022-07-12 18:31:29 +00:00
}]\
]],\
["jest-runtime", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-runtime-npm-28.1.2-ae8fb2675f-d9a2f45a7b.zip/node_modules/jest-runtime/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["jest-runtime", "npm:28.1.2"],\
["@jest/environment", "npm:28.1.2"],\
["@jest/fake-timers", "npm:28.1.2"],\
["@jest/globals", "npm:28.1.2"],\
["@jest/source-map", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/test-result", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jest/transform", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
["chalk", "npm:4.1.2"],\
["cjs-module-lexer", "npm:1.2.2"],\
["collect-v8-coverage", "npm:1.0.1"],\
["execa", "npm:5.1.1"],\
["glob", "npm:7.2.3"],\
["graceful-fs", "npm:4.2.10"],\
["jest-haste-map", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
["jest-mock", "npm:28.1.1"],\
["jest-regex-util", "npm:28.0.2"],\
["jest-resolve", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["jest-snapshot", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["slash", "npm:3.0.0"],\
["strip-bom", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-snapshot", [\
2022-07-06 08:01:18 +00:00
["npm:28.1.2", {\
"packageLocation": "./.yarn/cache/jest-snapshot-npm-28.1.2-c457ca7d89-5c33c8b05d.zip/node_modules/jest-snapshot/",\
"packageDependencies": [\
["jest-snapshot", "npm:28.1.2"],\
["@babel/core", "npm:7.18.6"],\
["@babel/generator", "npm:7.18.7"],\
2022-07-12 18:31:29 +00:00
["@babel/plugin-syntax-typescript", "virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:7.18.6"],\
2022-07-06 08:01:18 +00:00
["@babel/traverse", "npm:7.18.6"],\
["@babel/types", "npm:7.18.7"],\
2022-06-21 09:23:39 +00:00
["@jest/expect-utils", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@jest/transform", "npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["@jest/types", "npm:28.1.1"],\
["@types/babel__traverse", "npm:7.17.1"],\
["@types/prettier", "npm:2.6.3"],\
2022-07-12 18:31:29 +00:00
["babel-preset-current-node-syntax", "virtual:c457ca7d89b3ce4fafd02cf50646d9e37f211d427f3f27797953e7a92557db37294a7870524ffb7409853e4b8596de76f717ae526807c30a6a10d30f4752bbaa#npm:1.0.1"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["expect", "npm:28.1.1"],\
["graceful-fs", "npm:4.2.10"],\
["jest-diff", "npm:28.1.1"],\
["jest-get-type", "npm:28.0.2"],\
["jest-haste-map", "npm:28.1.1"],\
["jest-matcher-utils", "npm:28.1.1"],\
["jest-message-util", "npm:28.1.1"],\
["jest-util", "npm:28.1.1"],\
["natural-compare", "npm:1.4.0"],\
["pretty-format", "npm:28.1.1"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-util", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-util-npm-28.1.1-a4a13e7130-bca1601099.zip/node_modules/jest-util/",\
"packageDependencies": [\
["jest-util", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["chalk", "npm:4.1.2"],\
["ci-info", "npm:3.3.2"],\
["graceful-fs", "npm:4.2.10"],\
["picomatch", "npm:2.3.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-validate", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-validate-npm-28.1.1-3a8ac7efbd-7bb5427d9b.zip/node_modules/jest-validate/",\
"packageDependencies": [\
["jest-validate", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
["camelcase", "npm:6.3.0"],\
["chalk", "npm:4.1.2"],\
["jest-get-type", "npm:28.0.2"],\
["leven", "npm:3.1.0"],\
["pretty-format", "npm:28.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-watcher", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-watcher-npm-28.1.1-3bd0da3611-60ee90a3b7.zip/node_modules/jest-watcher/",\
"packageDependencies": [\
["jest-watcher", "npm:28.1.1"],\
["@jest/test-result", "npm:28.1.1"],\
["@jest/types", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["ansi-escapes", "npm:4.3.2"],\
["chalk", "npm:4.1.2"],\
["emittery", "npm:0.10.2"],\
["jest-util", "npm:28.1.1"],\
["string-length", "npm:4.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["jest-worker", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/jest-worker-npm-28.1.1-3ed8b085d3-28519c43b4.zip/node_modules/jest-worker/",\
"packageDependencies": [\
["jest-worker", "npm:28.1.1"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["merge-stream", "npm:2.0.0"],\
["supports-color", "npm:8.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["jju", [\
["npm:1.4.0", {\
"packageLocation": "./.yarn/cache/jju-npm-1.4.0-670678eaa3-3790481bd2.zip/node_modules/jju/",\
"packageDependencies": [\
["jju", "npm:1.4.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["jmespath", [\
["npm:0.16.0", {\
"packageLocation": "./.yarn/cache/jmespath-npm-0.16.0-d47535c65a-2d602493a1.zip/node_modules/jmespath/",\
"packageDependencies": [\
["jmespath", "npm:0.16.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"\
}]\
]],\
["jsesc", [\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["json-buffer", [\
2022-07-14 14:04:34 +00:00
["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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["json-parse-helpfulerror", [\
["npm:1.0.3", {\
"packageLocation": "./.yarn/cache/json-parse-helpfulerror-npm-1.0.3-003666633e-376d85c372.zip/node_modules/json-parse-helpfulerror/",\
"packageDependencies": [\
["json-parse-helpfulerror", "npm:1.0.3"],\
["jju", "npm:1.4.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
2022-07-06 08:01:18 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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"\
}]\
]],\
["json5", [\
["npm:2.2.1", {\
"packageLocation": "./.yarn/cache/json5-npm-2.2.1-44675c859c-74b8a23b10.zip/node_modules/json5/",\
"packageDependencies": [\
["json5", "npm:2.2.1"]\
],\
"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.10"],\
["universalify", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["jsonlines", [\
["npm:0.1.1", {\
"packageLocation": "./.yarn/cache/jsonlines-npm-0.1.1-0b9cdf648d-5408cbdbd3.zip/node_modules/jsonlines/",\
"packageDependencies": [\
["jsonlines", "npm:0.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["keyv", [\
2022-07-14 14:04:34 +00:00
["npm:4.3.2", {\
"packageLocation": "./.yarn/cache/keyv-npm-4.3.2-036dc9c0ad-237952f5fa.zip/node_modules/keyv/",\
"packageDependencies": [\
["keyv", "npm:4.3.2"],\
["compress-brotli", "npm:1.3.8"],\
["json-buffer", "npm:3.0.1"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
2022-06-27 21:44:43 +00:00
}],\
["npm:4.1.5", {\
"packageLocation": "./.yarn/cache/kleur-npm-4.1.5-46b6135f41-1dc476e327.zip/node_modules/kleur/",\
"packageDependencies": [\
["kleur", "npm:4.1.5"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["kuler", [\
["npm:2.0.0", {\
"packageLocation": "./.yarn/cache/kuler-npm-2.0.0-19e74c9695-9e10b5a165.zip/node_modules/kuler/",\
"packageDependencies": [\
["kuler", "npm:2.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["latest-version", [\
2022-07-14 14:04:34 +00:00
["npm:7.0.0", {\
"packageLocation": "./.yarn/cache/latest-version-npm-7.0.0-2849fd29d3-1f0deba00d.zip/node_modules/latest-version/",\
"packageDependencies": [\
["latest-version", "npm:7.0.0"],\
["package-json", "npm:8.1.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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.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:6.0.3", {\
"packageLocation": "./.yarn/cache/libnpmaccess-npm-6.0.3-16e0ea9723-4a437390d5.zip/node_modules/libnpmaccess/",\
"packageDependencies": [\
["libnpmaccess", "npm:6.0.3"],\
["aproba", "npm:2.0.0"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
["npm-package-arg", "npm:9.1.0"],\
2022-06-21 09:23:39 +00:00
["npm-registry-fetch", "npm:13.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["libnpmpublish", [\
["npm:6.0.4", {\
"packageLocation": "./.yarn/cache/libnpmpublish-npm-6.0.4-6b4574d30e-d653e0d9be.zip/node_modules/libnpmpublish/",\
"packageDependencies": [\
["libnpmpublish", "npm:6.0.4"],\
["normalize-package-data", "npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
2022-06-21 09:23:39 +00:00
["npm-registry-fetch", "npm:13.1.1"],\
["semver", "npm:7.3.7"],\
["ssri", "npm:9.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["lines-and-columns", [\
["npm:1.2.4", {\
"packageLocation": "./.yarn/cache/lines-and-columns-npm-1.2.4-d6c7cc5799-0c37f9f7fa.zip/node_modules/lines-and-columns/",\
"packageDependencies": [\
["lines-and-columns", "npm:1.2.4"]\
],\
"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.10"],\
["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.10"],\
["parse-json", "npm:5.2.0"],\
["strip-bom", "npm:4.0.0"],\
["type-fest", "npm:0.6.0"]\
],\
"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"\
}],\
["npm:6.0.0", {\
"packageLocation": "./.yarn/cache/locate-path-npm-6.0.0-06a1e4c528-72eb661788.zip/node_modules/locate-path/",\
"packageDependencies": [\
["locate-path", "npm:6.0.0"],\
["p-locate", "npm:5.0.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.camelcase", [\
["npm:4.3.0", {\
"packageLocation": "./.yarn/cache/lodash.camelcase-npm-4.3.0-bf268e3bf0-cb9227612f.zip/node_modules/lodash.camelcase/",\
"packageDependencies": [\
["lodash.camelcase", "npm:4.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["lodash.defaults", [\
["npm:4.2.0", {\
"packageLocation": "./.yarn/cache/lodash.defaults-npm-4.2.0-c5dea025ab-8492325823.zip/node_modules/lodash.defaults/",\
"packageDependencies": [\
["lodash.defaults", "npm:4.2.0"]\
],\
"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.isarguments", [\
["npm:3.1.0", {\
"packageLocation": "./.yarn/cache/lodash.isarguments-npm-3.1.0-9e74d350b8-ae1526f3eb.zip/node_modules/lodash.isarguments/",\
"packageDependencies": [\
["lodash.isarguments", "npm:3.1.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.memoize", [\
["npm:4.1.2", {\
"packageLocation": "./.yarn/cache/lodash.memoize-npm-4.1.2-0e6250041f-9ff3942fee.zip/node_modules/lodash.memoize/",\
"packageDependencies": [\
["lodash.memoize", "npm:4.1.2"]\
],\
"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"\
}]\
]],\
["log-symbols", [\
["npm:4.1.0", {\
"packageLocation": "./.yarn/cache/log-symbols-npm-4.1.0-0a13492d8b-fce1497b31.zip/node_modules/log-symbols/",\
"packageDependencies": [\
["log-symbols", "npm:4.1.0"],\
["chalk", "npm:4.1.2"],\
["is-unicode-supported", "npm:0.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["logform", [\
2022-07-06 08:01:18 +00:00
["npm:2.4.2", {\
"packageLocation": "./.yarn/cache/logform-npm-2.4.2-c83969e14e-3d00f4e1cc.zip/node_modules/logform/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["logform", "npm:2.4.2"],\
2022-06-21 09:23:39 +00:00
["@colors/colors", "npm:1.5.0"],\
["fecha", "npm:4.2.3"],\
["ms", "npm:2.1.3"],\
["safe-stable-stringify", "npm:2.3.1"],\
["triple-beam", "npm:1.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["long", [\
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/long-npm-4.0.0-ecd96a31ed-16afbe8f74.zip/node_modules/long/",\
"packageDependencies": [\
["long", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/lowercase-keys-npm-3.0.0-f8c4730215-67a3f81409.zip/node_modules/lowercase-keys/",\
"packageDependencies": [\
["lowercase-keys", "npm:3.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["lru-cache", [\
["npm:4.1.5", {\
"packageLocation": "./.yarn/cache/lru-cache-npm-4.1.5-ede304cc43-4bb4b58a36.zip/node_modules/lru-cache/",\
"packageDependencies": [\
["lru-cache", "npm:4.1.5"],\
["pseudomap", "npm:1.0.2"],\
["yallist", "npm:2.1.2"]\
],\
"linkType": "HARD"\
}],\
["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"\
}],\
2022-07-06 08:01:18 +00:00
["npm:7.12.0", {\
"packageLocation": "./.yarn/cache/lru-cache-npm-7.12.0-eae8176c54-fdb6226297.zip/node_modules/lru-cache/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["lru-cache", "npm:7.12.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["lru_map", [\
["npm:0.3.3", {\
"packageLocation": "./.yarn/cache/lru_map-npm-0.3.3-a038bb3418-ca9dd43c65.zip/node_modules/lru_map/",\
"packageDependencies": [\
["lru_map", "npm:0.3.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["make-dir", [\
["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-error", [\
["npm:1.3.6", {\
"packageLocation": "./.yarn/cache/make-error-npm-1.3.6-ccb85d9458-b86e5e0e25.zip/node_modules/make-error/",\
"packageDependencies": [\
["make-error", "npm:1.3.6"]\
],\
"linkType": "HARD"\
}]\
]],\
["make-fetch-happen", [\
2022-07-06 08:01:18 +00:00
["npm:10.1.8", {\
"packageLocation": "./.yarn/cache/make-fetch-happen-npm-10.1.8-1571a0a77a-5fe9fd9da5.zip/node_modules/make-fetch-happen/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["make-fetch-happen", "npm:10.1.8"],\
2022-06-21 09:23:39 +00:00
["agentkeepalive", "npm:4.2.1"],\
["cacache", "npm:16.1.1"],\
["http-cache-semantics", "npm:4.1.0"],\
["http-proxy-agent", "npm:5.0.0"],\
["https-proxy-agent", "npm:5.0.1"],\
["is-lambda", "npm:1.0.1"],\
2022-07-06 08:01:18 +00:00
["lru-cache", "npm:7.12.0"],\
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["minipass-collect", "npm:1.0.2"],\
["minipass-fetch", "npm:2.1.0"],\
["minipass-flush", "npm:1.0.5"],\
["minipass-pipeline", "npm:1.2.4"],\
["negotiator", "npm:0.6.3"],\
["promise-retry", "npm:2.0.1"],\
["socks-proxy-agent", "npm:7.0.0"],\
["ssri", "npm:9.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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["media-typer", [\
["npm:0.3.0", {\
"packageLocation": "./.yarn/cache/media-typer-npm-0.3.0-8674f8f0f5-af1b38516c.zip/node_modules/media-typer/",\
"packageDependencies": [\
["media-typer", "npm:0.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["merge-descriptors", [\
["npm:1.0.1", {\
"packageLocation": "./.yarn/cache/merge-descriptors-npm-1.0.1-615287aaa8-5abc259d2a.zip/node_modules/merge-descriptors/",\
"packageDependencies": [\
["merge-descriptors", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["methods", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/methods-npm-1.1.2-92f6fdb39b-0917ff4041.zip/node_modules/methods/",\
"packageDependencies": [\
["methods", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["micromatch", [\
["npm:4.0.5", {\
"packageLocation": "./.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip/node_modules/micromatch/",\
"packageDependencies": [\
["micromatch", "npm:4.0.5"],\
["braces", "npm:3.0.2"],\
["picomatch", "npm:2.3.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["microtime", [\
["npm:3.1.0", {\
"packageLocation": "./.yarn/unplugged/microtime-npm-3.1.0-3f9a3a555e/node_modules/microtime/",\
"packageDependencies": [\
["microtime", "npm:3.1.0"],\
["node-addon-api", "npm:5.0.0"],\
["node-gyp", "npm:9.0.0"],\
2022-07-06 08:01:18 +00:00
["node-gyp-build", "npm:4.5.0"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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.52.0", {\
"packageLocation": "./.yarn/cache/mime-db-npm-1.52.0-b5371d6fd2-0d99a03585.zip/node_modules/mime-db/",\
"packageDependencies": [\
["mime-db", "npm:1.52.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["mime-types", [\
["npm:2.1.35", {\
"packageLocation": "./.yarn/cache/mime-types-npm-2.1.35-dd9ea9f3e2-89a5b7f1de.zip/node_modules/mime-types/",\
"packageDependencies": [\
["mime-types", "npm:2.1.35"],\
["mime-db", "npm:1.52.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["minimatch", [\
["npm:3.1.2", {\
"packageLocation": "./.yarn/cache/minimatch-npm-3.1.2-9405269906-c154e56640.zip/node_modules/minimatch/",\
"packageDependencies": [\
["minimatch", "npm:3.1.2"],\
["brace-expansion", "npm:1.1.11"]\
],\
"linkType": "HARD"\
}],\
["npm:5.1.0", {\
"packageLocation": "./.yarn/cache/minimatch-npm-5.1.0-34f6240621-15ce53d31a.zip/node_modules/minimatch/",\
"packageDependencies": [\
["minimatch", "npm:5.1.0"],\
["brace-expansion", "npm:2.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["minimist", [\
["npm:1.2.6", {\
"packageLocation": "./.yarn/cache/minimist-npm-1.2.6-f4cee4b4af-d15428cd1e.zip/node_modules/minimist/",\
"packageDependencies": [\
["minimist", "npm:1.2.6"]\
],\
"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", [\
2022-07-06 08:01:18 +00:00
["npm:3.3.4", {\
"packageLocation": "./.yarn/cache/minipass-npm-3.3.4-6cf48a6c5e-5d95a7738c.zip/node_modules/minipass/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["minipass-fetch", [\
["npm:2.1.0", {\
"packageLocation": "./.yarn/cache/minipass-fetch-npm-2.1.0-300ce55188-1334732859.zip/node_modules/minipass-fetch/",\
"packageDependencies": [\
["minipass-fetch", "npm:2.1.0"],\
["encoding", "npm:0.1.13"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["minizlib", [\
["npm:2.1.2", {\
"packageLocation": "./.yarn/cache/minizlib-npm-2.1.2-ea89cd0cfb-f1fdeac0b0.zip/node_modules/minizlib/",\
"packageDependencies": [\
["minizlib", "npm:2.1.2"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["yallist", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["mkdirp", [\
["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"\
}]\
]],\
["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"\
}]\
]],\
["ms", [\
2022-06-22 10:33:00 +00:00
["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"\
}],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.1.2"]\
],\
"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"\
}]\
]],\
["mysql2", [\
["npm:2.3.3", {\
"packageLocation": "./.yarn/cache/mysql2-npm-2.3.3-fa543fff43-45e479d0cb.zip/node_modules/mysql2/",\
"packageDependencies": [\
["mysql2", "npm:2.3.3"],\
["denque", "npm:2.0.1"],\
["generate-function", "npm:2.3.1"],\
["iconv-lite", "npm:0.6.3"],\
["long", "npm:4.0.0"],\
["lru-cache", "npm:6.0.0"],\
["named-placeholders", "npm:1.1.2"],\
["seq-queue", "npm:0.0.5"],\
["sqlstring", "npm:2.3.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["mz", [\
["npm:2.7.0", {\
"packageLocation": "./.yarn/cache/mz-npm-2.7.0-ec3cef4ec2-8427de0ece.zip/node_modules/mz/",\
"packageDependencies": [\
["mz", "npm:2.7.0"],\
["any-promise", "npm:1.3.0"],\
["object-assign", "npm:4.1.1"],\
["thenify-all", "npm:1.6.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["named-placeholders", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/named-placeholders-npm-1.1.2-5d4cbc92b0-c9317d1b47.zip/node_modules/named-placeholders/",\
"packageDependencies": [\
["named-placeholders", "npm:1.1.2"],\
["lru-cache", "npm:4.1.5"]\
],\
"linkType": "HARD"\
}]\
]],\
["nan", [\
["npm:2.16.0", {\
"packageLocation": "./.yarn/unplugged/nan-npm-2.16.0-cac314a230/node_modules/nan/",\
"packageDependencies": [\
["nan", "npm:2.16.0"],\
["node-gyp", "npm:9.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"\
}]\
]],\
["negotiator", [\
["npm:0.6.3", {\
"packageLocation": "./.yarn/cache/negotiator-npm-0.6.3-9d50e36171-b8ffeb1e26.zip/node_modules/negotiator/",\
"packageDependencies": [\
["negotiator", "npm:0.6.3"]\
],\
"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"\
}]\
]],\
["newrelic", [\
2022-08-10 09:27:23 +00:00
["npm:9.0.0", {\
"packageLocation": "./.yarn/cache/newrelic-npm-9.0.0-65e8703d5d-e92af072fd.zip/node_modules/newrelic/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-10 09:27:23 +00:00
["newrelic", "npm:9.0.0"],\
2022-06-21 09:23:39 +00:00
["@grpc/grpc-js", "npm:1.6.7"],\
["@grpc/proto-loader", "npm:0.6.13"],\
2022-08-10 09:27:23 +00:00
["@newrelic/aws-sdk", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:5.0.0"],\
["@newrelic/koa", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:7.0.0"],\
["@newrelic/native-metrics", "npm:9.0.0"],\
["@newrelic/superagent", "virtual:65e8703d5df08d5ff3f7296fcb759f276254ee430ae6f3cc1f03da392ff63066a3c6c59591c38f36f19d3e877285287a834b5c55e22d764dc2cb0938f7128707#npm:6.0.0"],\
2022-06-21 09:23:39 +00:00
["@tyriar/fibonacci-heap", "npm:2.0.9"],\
["async", "npm:3.2.4"],\
["concat-stream", "npm:2.0.0"],\
["https-proxy-agent", "npm:5.0.1"],\
["json-stringify-safe", "npm:5.0.1"],\
["readable-stream", "npm:3.6.0"],\
["semver", "npm:5.7.1"],\
["winston-transport", "npm:4.5.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["node-addon-api", [\
["npm:5.0.0", {\
"packageLocation": "./.yarn/unplugged/node-addon-api-npm-5.0.0-c0def7fecf/node_modules/node-addon-api/",\
"packageDependencies": [\
["node-addon-api", "npm:5.0.0"],\
["node-gyp", "npm:9.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["node-fetch", [\
["npm:2.6.7", {\
"packageLocation": "./.yarn/cache/node-fetch-npm-2.6.7-777aa2a6df-8d816ffd1e.zip/node_modules/node-fetch/",\
"packageDependencies": [\
["node-fetch", "npm:2.6.7"]\
],\
"linkType": "SOFT"\
}],\
["virtual:25a5f5382d53dbf298bf7a1191760bc2e0a523a619eeb0e667b99a8649e8ad183f9e2e0b45f6fb831b92f4078b61622aa567cf79565f6aa5af9597e3c84864f6#npm:2.6.7", {\
"packageLocation": "./.yarn/__virtual__/node-fetch-virtual-d3846f8e12/0/cache/node-fetch-npm-2.6.7-777aa2a6df-8d816ffd1e.zip/node_modules/node-fetch/",\
"packageDependencies": [\
["node-fetch", "virtual:25a5f5382d53dbf298bf7a1191760bc2e0a523a619eeb0e667b99a8649e8ad183f9e2e0b45f6fb831b92f4078b61622aa567cf79565f6aa5af9597e3c84864f6#npm:2.6.7"],\
["@types/encoding", null],\
["encoding", null],\
["whatwg-url", "npm:5.0.0"]\
],\
"packagePeers": [\
"@types/encoding",\
"encoding"\
],\
"linkType": "HARD"\
}]\
]],\
["node-gyp", [\
["npm:9.0.0", {\
"packageLocation": "./.yarn/unplugged/node-gyp-npm-9.0.0-0eccfca4d1/node_modules/node-gyp/",\
"packageDependencies": [\
["node-gyp", "npm:9.0.0"],\
["env-paths", "npm:2.2.1"],\
["glob", "npm:7.2.3"],\
["graceful-fs", "npm:4.2.10"],\
2022-07-06 08:01:18 +00:00
["make-fetch-happen", "npm:10.1.8"],\
2022-06-21 09:23:39 +00:00
["nopt", "npm:5.0.0"],\
["npmlog", "npm:6.0.2"],\
["rimraf", "npm:3.0.2"],\
["semver", "npm:7.3.7"],\
["tar", "npm:6.1.11"],\
["which", "npm:2.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["node-gyp-build", [\
2022-07-06 08:01:18 +00:00
["npm:4.5.0", {\
"packageLocation": "./.yarn/cache/node-gyp-build-npm-4.5.0-2538da6152-d888bae0fb.zip/node_modules/node-gyp-build/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["node-gyp-build", "npm:4.5.0"]\
2022-06-21 09:23:39 +00:00
],\
"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-releases", [\
["npm:2.0.5", {\
"packageLocation": "./.yarn/cache/node-releases-npm-2.0.5-ddba717991-e85d949add.zip/node_modules/node-releases/",\
"packageDependencies": [\
["node-releases", "npm:2.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["nodemon", [\
2022-07-06 08:01:18 +00:00
["npm:2.0.19", {\
"packageLocation": "./.yarn/unplugged/nodemon-npm-2.0.19-5d6fa595c6/node_modules/nodemon/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["nodemon", "npm:2.0.19"],\
2022-06-22 10:33:00 +00:00
["chokidar", "npm:3.5.3"],\
2022-07-06 08:01:18 +00:00
["debug", "virtual:5d6fa595c641abcb43d18b774684bacd52037a1e3ff8c4155feb531408a1913bd7a19513bf820252cfaae35026a75a776e3349943c7c05cd54bf6c51005e9d45#npm:3.2.7"],\
2022-06-22 10:33:00 +00:00
["ignore-by-default", "npm:1.0.1"],\
["minimatch", "npm:3.1.2"],\
["pstree.remy", "npm:1.1.8"],\
["semver", "npm:5.7.1"],\
2022-07-06 08:01:18 +00:00
["simple-update-notifier", "npm:1.0.7"],\
2022-06-22 10:33:00 +00:00
["supports-color", "npm:5.5.0"],\
["touch", "npm:3.1.0"],\
2022-07-06 08:01:18 +00:00
["undefsafe", "npm:2.0.5"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["nopt", [\
2022-06-22 10:33:00 +00:00
["npm:1.0.10", {\
"packageLocation": "./.yarn/cache/nopt-npm-1.0.10-f3db192976-f62575acea.zip/node_modules/nopt/",\
"packageDependencies": [\
["nopt", "npm:1.0.10"],\
["abbrev", "npm:1.1.1"]\
],\
"linkType": "HARD"\
}],\
2022-06-21 09:23:39 +00:00
["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.22.1#~builtin<compat/resolve>::version=1.22.1&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.1.0"],\
["is-core-module", "npm:2.9.0"],\
["semver", "npm:7.3.7"],\
["validate-npm-package-license", "npm:3.0.4"]\
],\
"linkType": "HARD"\
}],\
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/normalize-package-data-npm-4.0.0-150eace0e2-b0f47de429.zip/node_modules/normalize-package-data/",\
"packageDependencies": [\
["normalize-package-data", "npm:4.0.0"],\
["hosted-git-info", "npm:5.0.0"],\
["is-core-module", "npm:2.9.0"],\
["semver", "npm:7.3.7"],\
["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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["npm-check-updates", [\
2022-07-27 11:12:25 +00:00
["npm:16.0.1", {\
"packageLocation": "./.yarn/cache/npm-check-updates-npm-16.0.1-fd143fcd27-1e747421f3.zip/node_modules/npm-check-updates/",\
2022-06-27 21:44:43 +00:00
"packageDependencies": [\
2022-07-27 11:12:25 +00:00
["npm-check-updates", "npm:16.0.1"],\
2022-07-14 14:04:34 +00:00
["chalk", "npm:5.0.1"],\
2022-06-27 21:44:43 +00:00
["cli-table", "npm:0.3.11"],\
["commander", "npm:9.3.0"],\
["fast-memoize", "npm:2.5.2"],\
["find-up", "npm:5.0.0"],\
["fp-and-or", "npm:0.1.3"],\
["get-stdin", "npm:8.0.0"],\
["globby", "npm:11.1.0"],\
["hosted-git-info", "npm:5.0.0"],\
["json-parse-helpfulerror", "npm:1.0.3"],\
["jsonlines", "npm:0.1.1"],\
["lodash", "npm:4.17.21"],\
["minimatch", "npm:5.1.0"],\
["p-map", "npm:4.0.0"],\
2022-07-06 08:01:18 +00:00
["pacote", "npm:13.6.1"],\
2022-06-27 21:44:43 +00:00
["parse-github-url", "npm:1.0.2"],\
["progress", "npm:2.0.3"],\
2022-07-14 14:04:34 +00:00
["prompts-ncu", "npm:2.5.1"],\
2022-06-27 21:44:43 +00:00
["rc-config-loader", "npm:4.1.0"],\
["remote-git-tags", "npm:3.0.0"],\
["rimraf", "npm:3.0.2"],\
["semver", "npm:7.3.7"],\
["semver-utils", "npm:1.1.4"],\
["source-map-support", "npm:0.5.21"],\
["spawn-please", "npm:1.0.0"],\
2022-07-14 14:04:34 +00:00
["update-notifier", "npm:6.0.2"],\
2022-06-27 21:44:43 +00:00
["yaml", "npm:2.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["npm-install-checks", [\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/npm-install-checks-npm-5.0.0-ca22f8c8a0-0e7d1aae52.zip/node_modules/npm-install-checks/",\
"packageDependencies": [\
["npm-install-checks", "npm:5.0.0"],\
["semver", "npm:7.3.7"]\
],\
"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", [\
2022-07-06 08:01:18 +00:00
["npm:9.1.0", {\
"packageLocation": "./.yarn/cache/npm-package-arg-npm-9.1.0-b08550e522-277c214777.zip/node_modules/npm-package-arg/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
2022-06-21 09:23:39 +00:00
["hosted-git-info", "npm:5.0.0"],\
2022-07-06 08:01:18 +00:00
["proc-log", "npm:2.0.1"],\
2022-06-21 09:23:39 +00:00
["semver", "npm:7.3.7"],\
["validate-npm-package-name", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["npm-packlist", [\
2022-07-06 08:01:18 +00:00
["npm:5.1.1", {\
"packageLocation": "./.yarn/cache/npm-packlist-npm-5.1.1-38389ac20f-28dab15374.zip/node_modules/npm-packlist/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["npm-packlist", "npm:5.1.1"],\
2022-06-21 09:23:39 +00:00
["glob", "npm:8.0.3"],\
["ignore-walk", "npm:5.0.1"],\
["npm-bundled", "npm:1.1.2"],\
["npm-normalize-package-bin", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["npm-pick-manifest", [\
["npm:7.0.1", {\
"packageLocation": "./.yarn/cache/npm-pick-manifest-npm-7.0.1-cd3bcc8dff-9a4a8e64d2.zip/node_modules/npm-pick-manifest/",\
"packageDependencies": [\
["npm-pick-manifest", "npm:7.0.1"],\
["npm-install-checks", "npm:5.0.0"],\
["npm-normalize-package-bin", "npm:1.0.1"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
2022-06-21 09:23:39 +00:00
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
}]\
]],\
["npm-registry-fetch", [\
["npm:13.1.1", {\
"packageLocation": "./.yarn/cache/npm-registry-fetch-npm-13.1.1-d484645123-e085faf5cd.zip/node_modules/npm-registry-fetch/",\
"packageDependencies": [\
["npm-registry-fetch", "npm:13.1.1"],\
2022-07-06 08:01:18 +00:00
["make-fetch-happen", "npm:10.1.8"],\
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["minipass-fetch", "npm:2.1.0"],\
["minipass-json-stream", "npm:1.0.1"],\
["minizlib", "npm:2.1.2"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
2022-06-21 09:23:39 +00:00
["proc-log", "npm:2.0.1"]\
],\
"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:6.0.2", {\
"packageLocation": "./.yarn/cache/npmlog-npm-6.0.2-e0e69455c7-ae238cd264.zip/node_modules/npmlog/",\
"packageDependencies": [\
["npmlog", "npm:6.0.2"],\
["are-we-there-yet", "npm:3.0.0"],\
["console-control-strings", "npm:1.1.0"],\
["gauge", "npm:4.0.4"],\
["set-blocking", "npm:2.0.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-inspect", [\
["npm:1.12.2", {\
"packageLocation": "./.yarn/cache/object-inspect-npm-1.12.2-f125a822c0-a534fc1b85.zip/node_modules/object-inspect/",\
"packageDependencies": [\
["object-inspect", "npm:1.12.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["on-finished", [\
["npm:2.4.1", {\
"packageLocation": "./.yarn/cache/on-finished-npm-2.4.1-907af70f88-d20929a25e.zip/node_modules/on-finished/",\
"packageDependencies": [\
["on-finished", "npm:2.4.1"],\
["ee-first", "npm:1.1.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["once", [\
["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"\
}]\
]],\
["one-time", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/one-time-npm-1.0.0-aeaad5e524-fd008d7e99.zip/node_modules/one-time/",\
"packageDependencies": [\
["one-time", "npm:1.0.0"],\
["fn.name", "npm:1.1.0"]\
],\
"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"\
}]\
]],\
["optionator", [\
["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:5.4.1", {\
"packageLocation": "./.yarn/cache/ora-npm-5.4.1-4f0343adb7-28d476ee6c.zip/node_modules/ora/",\
"packageDependencies": [\
["ora", "npm:5.4.1"],\
["bl", "npm:4.1.0"],\
["chalk", "npm:4.1.2"],\
["cli-cursor", "npm:3.1.0"],\
["cli-spinners", "npm:2.6.1"],\
["is-interactive", "npm:1.0.0"],\
["is-unicode-supported", "npm:0.1.0"],\
["log-symbols", "npm:4.1.0"],\
["strip-ansi", "npm:6.0.1"],\
["wcwidth", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["os", [\
["npm:0.1.2", {\
"packageLocation": "./.yarn/cache/os-npm-0.1.2-bca6d454c9-dc2d99759e.zip/node_modules/os/",\
"packageDependencies": [\
["os", "npm:0.1.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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["otplib", [\
["npm:12.0.1", {\
"packageLocation": "./.yarn/cache/otplib-npm-12.0.1-77263e8084-4a1b91cf1b.zip/node_modules/otplib/",\
"packageDependencies": [\
["otplib", "npm:12.0.1"],\
["@otplib/core", "npm:12.0.1"],\
["@otplib/preset-default", "npm:12.0.1"],\
["@otplib/preset-v11", "npm:12.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["p-cancelable", [\
2022-07-14 14:04:34 +00:00
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/p-cancelable-npm-3.0.0-e6c8101c97-2b5ae34218.zip/node_modules/p-cancelable/",\
"packageDependencies": [\
["p-cancelable", "npm:3.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}],\
["npm:5.0.0", {\
"packageLocation": "./.yarn/cache/p-locate-npm-5.0.0-92cc7c7a3e-1623088f36.zip/node_modules/p-locate/",\
"packageDependencies": [\
["p-locate", "npm:5.0.0"],\
["p-limit", "npm:3.1.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-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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["package-json", [\
2022-07-14 14:04:34 +00:00
["npm:8.1.0", {\
"packageLocation": "./.yarn/cache/package-json-npm-8.1.0-79fa6df898-28c16ef029.zip/node_modules/package-json/",\
"packageDependencies": [\
["package-json", "npm:8.1.0"],\
["got", "npm:12.1.0"],\
["registry-auth-token", "npm:5.0.1"],\
["registry-url", "npm:6.0.1"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["pacote", [\
2022-07-06 08:01:18 +00:00
["npm:13.6.1", {\
"packageLocation": "./.yarn/cache/pacote-npm-13.6.1-5bb9ef467e-26cebb59ae.zip/node_modules/pacote/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["pacote", "npm:13.6.1"],\
2022-06-21 09:23:39 +00:00
["@npmcli/git", "npm:3.0.1"],\
["@npmcli/installed-package-contents", "npm:1.0.7"],\
["@npmcli/promise-spawn", "npm:3.0.0"],\
2022-07-06 08:01:18 +00:00
["@npmcli/run-script", "npm:4.1.5"],\
2022-06-21 09:23:39 +00:00
["cacache", "npm:16.1.1"],\
["chownr", "npm:2.0.0"],\
["fs-minipass", "npm:2.1.0"],\
["infer-owner", "npm:1.0.4"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["mkdirp", "npm:1.0.4"],\
2022-07-06 08:01:18 +00:00
["npm-package-arg", "npm:9.1.0"],\
["npm-packlist", "npm:5.1.1"],\
2022-06-21 09:23:39 +00:00
["npm-pick-manifest", "npm:7.0.1"],\
["npm-registry-fetch", "npm:13.1.1"],\
["proc-log", "npm:2.0.1"],\
["promise-retry", "npm:2.0.1"],\
["read-package-json", "npm:5.0.1"],\
["read-package-json-fast", "npm:2.0.3"],\
["rimraf", "npm:3.0.2"],\
["ssri", "npm:9.0.1"],\
["tar", "npm:6.1.11"]\
],\
"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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["parse-github-url", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/parse-github-url-npm-1.0.2-290c32ecbc-a19b8bc6f8.zip/node_modules/parse-github-url/",\
"packageDependencies": [\
["parse-github-url", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"],\
2022-07-06 08:01:18 +00:00
["@babel/code-frame", "npm:7.18.6"],\
2022-06-21 09:23:39 +00:00
["error-ex", "npm:1.3.2"],\
["json-parse-even-better-errors", "npm:2.3.1"],\
["lines-and-columns", "npm:1.2.4"]\
],\
"linkType": "HARD"\
}]\
]],\
["parse-path", [\
["npm:4.0.4", {\
"packageLocation": "./.yarn/cache/parse-path-npm-4.0.4-6a095a43a2-909e628c35.zip/node_modules/parse-path/",\
"packageDependencies": [\
["parse-path", "npm:4.0.4"],\
2022-07-06 08:01:18 +00:00
["is-ssh", "npm:1.4.0"],\
2022-06-21 09:23:39 +00:00
["protocols", "npm:1.4.8"],\
2022-07-06 08:01:18 +00:00
["qs", "npm:6.11.0"],\
2022-06-21 09:23:39 +00:00
["query-string", "npm:6.14.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["parse-url", [\
2022-07-06 08:01:18 +00:00
["npm:6.0.2", {\
"packageLocation": "./.yarn/cache/parse-url-npm-6.0.2-f349157ca2-cbd11ad5e5.zip/node_modules/parse-url/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["parse-url", "npm:6.0.2"],\
["is-ssh", "npm:1.4.0"],\
2022-06-21 09:23:39 +00:00
["normalize-url", "npm:6.1.0"],\
["parse-path", "npm:4.0.4"],\
["protocols", "npm:1.4.8"]\
],\
"linkType": "HARD"\
}]\
]],\
["parse5", [\
["npm:5.1.1", {\
"packageLocation": "./.yarn/cache/parse5-npm-5.1.1-8e63d82cff-613a714af4.zip/node_modules/parse5/",\
"packageDependencies": [\
["parse5", "npm:5.1.1"]\
],\
"linkType": "HARD"\
}],\
["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"\
}]\
]],\
["parse5-htmlparser2-tree-adapter", [\
["npm:6.0.1", {\
"packageLocation": "./.yarn/cache/parse5-htmlparser2-tree-adapter-npm-6.0.1-60b4888f75-1848378b35.zip/node_modules/parse5-htmlparser2-tree-adapter/",\
"packageDependencies": [\
["parse5-htmlparser2-tree-adapter", "npm:6.0.1"],\
["parse5", "npm:6.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["parseurl", [\
["npm:1.3.3", {\
"packageLocation": "./.yarn/cache/parseurl-npm-1.3.3-1542397e00-407cee8e0a.zip/node_modules/parseurl/",\
"packageDependencies": [\
["parseurl", "npm:1.3.3"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["path", [\
["npm:0.12.7", {\
"packageLocation": "./.yarn/cache/path-npm-0.12.7-bddabe2e86-5dedb71e78.zip/node_modules/path/",\
"packageDependencies": [\
["path", "npm:0.12.7"],\
["process", "npm:0.11.10"],\
["util", "npm:0.10.4"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["path-to-regexp", [\
["npm:0.1.7", {\
"packageLocation": "./.yarn/cache/path-to-regexp-npm-0.1.7-2605347373-69a14ea24d.zip/node_modules/path-to-regexp/",\
"packageDependencies": [\
["path-to-regexp", "npm:0.1.7"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.1", {\
"packageLocation": "./.yarn/cache/picomatch-npm-2.3.1-c782cfd986-050c865ce8.zip/node_modules/picomatch/",\
"packageDependencies": [\
["picomatch", "npm:2.3.1"]\
],\
"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"\
}]\
]],\
["pirates", [\
["npm:4.0.5", {\
"packageLocation": "./.yarn/cache/pirates-npm-4.0.5-22f8e827ce-c9994e61b8.zip/node_modules/pirates/",\
"packageDependencies": [\
["pirates", "npm:4.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
["pkg-dir", [\
["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"\
}]\
]],\
["prelude-ls", [\
["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.7.1", {\
"packageLocation": "./.yarn/cache/prettier-npm-2.7.1-d1f40f5e1a-55a4409182.zip/node_modules/prettier/",\
"packageDependencies": [\
["prettier", "npm:2.7.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-format", [\
["npm:28.1.1", {\
"packageLocation": "./.yarn/cache/pretty-format-npm-28.1.1-0ea4ce5004-7fde4e2d6f.zip/node_modules/pretty-format/",\
"packageDependencies": [\
["pretty-format", "npm:28.1.1"],\
["@jest/schemas", "npm:28.0.2"],\
["ansi-regex", "npm:5.0.1"],\
["ansi-styles", "npm:5.2.0"],\
["react-is", "npm:18.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["prettyjson", [\
2022-06-22 14:44:45 +00:00
["npm:1.2.5", {\
"packageLocation": "./.yarn/cache/prettyjson-npm-1.2.5-a72b7bf823-e36e8ae4f7.zip/node_modules/prettyjson/",\
"packageDependencies": [\
["prettyjson", "npm:1.2.5"],\
["colors", "npm:1.4.0"],\
["minimist", "npm:1.2.6"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["proc-log", [\
["npm:2.0.1", {\
"packageLocation": "./.yarn/cache/proc-log-npm-2.0.1-0593660460-f6f23564ff.zip/node_modules/proc-log/",\
"packageDependencies": [\
["proc-log", "npm:2.0.1"]\
],\
"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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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:84a00badf32fd1afaf93817400747915046d2012712b8d0165c9b380a8ca122b717268023cb7925f79b92bac1d0305a8c7f77f430ac0705ca3d110cd76516a4c#npm:1.0.1", {\
"packageLocation": "./.yarn/__virtual__/promise-inflight-virtual-19d408057d/0/cache/promise-inflight-npm-1.0.1-5bb925afac-2274948309.zip/node_modules/promise-inflight/",\
"packageDependencies": [\
["promise-inflight", "virtual:84a00badf32fd1afaf93817400747915046d2012712b8d0165c9b380a8ca122b717268023cb7925f79b92bac1d0305a8c7f77f430ac0705ca3d110cd76516a4c#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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["prompts-ncu", [\
2022-07-14 14:04:34 +00:00
["npm:2.5.1", {\
"packageLocation": "./.yarn/cache/prompts-ncu-npm-2.5.1-586a5abf0b-e8b6479305.zip/node_modules/prompts-ncu/",\
2022-06-27 21:44:43 +00:00
"packageDependencies": [\
2022-07-14 14:04:34 +00:00
["prompts-ncu", "npm:2.5.1"],\
2022-06-27 21:44:43 +00:00
["kleur", "npm:4.1.5"],\
["sisteransi", "npm:1.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["protobufjs", [\
["npm:6.11.3", {\
"packageLocation": "./.yarn/unplugged/protobufjs-npm-6.11.3-566fb31188/node_modules/protobufjs/",\
"packageDependencies": [\
["protobufjs", "npm:6.11.3"],\
["@protobufjs/aspromise", "npm:1.1.2"],\
["@protobufjs/base64", "npm:1.1.2"],\
["@protobufjs/codegen", "npm:2.0.4"],\
["@protobufjs/eventemitter", "npm:1.1.0"],\
["@protobufjs/fetch", "npm:1.1.0"],\
["@protobufjs/float", "npm:1.0.2"],\
["@protobufjs/inquire", "npm:1.1.0"],\
["@protobufjs/path", "npm:1.1.2"],\
["@protobufjs/pool", "npm:1.1.0"],\
["@protobufjs/utf8", "npm:1.1.0"],\
["@types/long", "npm:4.0.2"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-21 09:23:39 +00:00
["long", "npm:4.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["protocols", [\
["npm:1.4.8", {\
"packageLocation": "./.yarn/cache/protocols-npm-1.4.8-f05b04a69f-2d555c013d.zip/node_modules/protocols/",\
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["protocols", "npm:1.4.8"]\
],\
"linkType": "HARD"\
2022-07-06 08:01:18 +00:00
}],\
["npm:2.0.1", {\
"packageLocation": "./.yarn/cache/protocols-npm-2.0.1-e2bc74d1c1-4a9bef6aa0.zip/node_modules/protocols/",\
"packageDependencies": [\
["protocols", "npm:2.0.1"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["proxy-addr", [\
["npm:2.0.7", {\
"packageLocation": "./.yarn/cache/proxy-addr-npm-2.0.7-dae6552872-29c6990ce9.zip/node_modules/proxy-addr/",\
"packageDependencies": [\
["proxy-addr", "npm:2.0.7"],\
["forwarded", "npm:0.2.0"],\
["ipaddr.js", "npm:1.9.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["pseudomap", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/pseudomap-npm-1.0.2-0d0e40fee0-856c0aae0f.zip/node_modules/pseudomap/",\
"packageDependencies": [\
["pseudomap", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["pstree.remy", [\
["npm:1.1.8", {\
"packageLocation": "./.yarn/cache/pstree.remy-npm-1.1.8-2dd5d55de2-5cb53698d6.zip/node_modules/pstree.remy/",\
"packageDependencies": [\
["pstree.remy", "npm:1.1.8"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["pump", [\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/pump-npm-3.0.0-0080bf6a7a-e42e9229fb.zip/node_modules/pump/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-06-22 10:33:00 +00:00
["pump", "npm:3.0.0"],\
["end-of-stream", "npm:1.4.4"],\
["once", "npm:1.4.0"]\
2022-06-21 09:23:39 +00:00
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["pupa", [\
2022-07-14 14:04:34 +00:00
["npm:3.1.0", {\
"packageLocation": "./.yarn/cache/pupa-npm-3.1.0-8d0c9815fb-0e4f4ab6bb.zip/node_modules/pupa/",\
"packageDependencies": [\
["pupa", "npm:3.1.0"],\
["escape-goat", "npm:4.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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", [\
2022-06-22 10:33:00 +00:00
["npm:6.10.3", {\
"packageLocation": "./.yarn/cache/qs-npm-6.10.3-172e1a3fb7-0fac5e6c71.zip/node_modules/qs/",\
"packageDependencies": [\
["qs", "npm:6.10.3"],\
["side-channel", "npm:1.0.4"]\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:01:18 +00:00
["npm:6.11.0", {\
"packageLocation": "./.yarn/cache/qs-npm-6.11.0-caf1bc9dea-6e1f29dd53.zip/node_modules/qs/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["qs", "npm:6.11.0"],\
2022-06-21 09:23:39 +00:00
["side-channel", "npm:1.0.4"]\
],\
"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"\
}]\
]],\
["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"\
}]\
]],\
["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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["range-parser", [\
["npm:1.2.1", {\
"packageLocation": "./.yarn/cache/range-parser-npm-1.2.1-1a470fa390-0a268d4fea.zip/node_modules/range-parser/",\
"packageDependencies": [\
["range-parser", "npm:1.2.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["raw-body", [\
["npm:2.5.1", {\
"packageLocation": "./.yarn/cache/raw-body-npm-2.5.1-9dd1d9fff9-5362adff15.zip/node_modules/raw-body/",\
"packageDependencies": [\
["raw-body", "npm:2.5.1"],\
["bytes", "npm:3.1.2"],\
["http-errors", "npm:2.0.0"],\
["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.6"],\
["strip-json-comments", "npm:2.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["rc-config-loader", [\
["npm:4.1.0", {\
"packageLocation": "./.yarn/cache/rc-config-loader-npm-4.1.0-207fabc6dd-1d07aaf611.zip/node_modules/rc-config-loader/",\
"packageDependencies": [\
["rc-config-loader", "npm:4.1.0"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["js-yaml", "npm:4.1.0"],\
["json5", "npm:2.2.1"],\
["require-from-string", "npm:2.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["react-is", [\
["npm:18.2.0", {\
"packageLocation": "./.yarn/cache/react-is-npm-18.2.0-0cc5edb910-e72d0ba81b.zip/node_modules/react-is/",\
"packageDependencies": [\
["react-is", "npm:18.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["read-package-json", [\
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/read-package-json-npm-5.0.1-a5a303cfe6-e8c2ad72df.zip/node_modules/read-package-json/",\
"packageDependencies": [\
["read-package-json", "npm:5.0.1"],\
["glob", "npm:8.0.3"],\
["json-parse-even-better-errors", "npm:2.3.1"],\
["normalize-package-data", "npm:4.0.0"],\
["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-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: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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["readdirp", [\
["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.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-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"\
}]\
]],\
["reflect-metadata", [\
["npm:0.1.13", {\
"packageLocation": "./.yarn/cache/reflect-metadata-npm-0.1.13-c525998e20-798d379a7b.zip/node_modules/reflect-metadata/",\
"packageDependencies": [\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 10:13:38 +00:00
["regenerator-runtime", [\
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["registry-auth-token", [\
2022-07-14 14:04:34 +00:00
["npm:5.0.1", {\
"packageLocation": "./.yarn/cache/registry-auth-token-npm-5.0.1-e4154b97dd-abd3a3b14a.zip/node_modules/registry-auth-token/",\
"packageDependencies": [\
["registry-auth-token", "npm:5.0.1"],\
["@pnpm/npm-conf", "npm:1.0.4"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
["registry-url", [\
2022-07-14 14:04:34 +00:00
["npm:6.0.1", {\
"packageLocation": "./.yarn/cache/registry-url-npm-6.0.1-44fabb0bc1-33712aa1b4.zip/node_modules/registry-url/",\
"packageDependencies": [\
["registry-url", "npm:6.0.1"],\
["rc", "npm:1.2.8"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-27 21:44:43 +00:00
["remote-git-tags", [\
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/remote-git-tags-npm-3.0.0-d27b051c92-04d87e4c98.zip/node_modules/remote-git-tags/",\
"packageDependencies": [\
["remote-git-tags", "npm:3.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-27 21:44:43 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["resolve", [\
["patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b", {\
"packageLocation": "./.yarn/cache/resolve-patch-46f9469d0d-5656f4d0be.zip/node_modules/resolve/",\
"packageDependencies": [\
["resolve", "patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"],\
["is-core-module", "npm:2.9.0"],\
["path-parse", "npm:1.0.7"],\
["supports-preserve-symlinks-flag", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-14 14:04:34 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-global", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/resolve-global-npm-1.0.0-9097e8a466-c4e11d33e8.zip/node_modules/resolve-global/",\
"packageDependencies": [\
["resolve-global", "npm:1.0.0"],\
["global-dirs", "npm:0.1.1"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["responselike", [\
2022-07-14 14:04:34 +00:00
["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"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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.7"]\
],\
"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"\
}]\
]],\
["rimraf", [\
["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.3"]\
],\
"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:7.5.5", {\
"packageLocation": "./.yarn/cache/rxjs-npm-7.5.5-d0546b1ccb-e034f60805.zip/node_modules/rxjs/",\
"packageDependencies": [\
["rxjs", "npm:7.5.5"],\
["tslib", "npm:2.4.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"\
}]\
]],\
["safe-stable-stringify", [\
["npm:2.3.1", {\
"packageLocation": "./.yarn/cache/safe-stable-stringify-npm-2.3.1-5e1888c3a7-a0a0bad029.zip/node_modules/safe-stable-stringify/",\
"packageDependencies": [\
["safe-stable-stringify", "npm:2.3.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"\
}]\
]],\
["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"\
}]\
]],\
["semver", [\
["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"\
}],\
2022-07-06 08:01:18 +00:00
["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"\
}],\
2022-06-21 09:23:39 +00:00
["npm:7.3.7", {\
"packageLocation": "./.yarn/cache/semver-npm-7.3.7-3bfe704194-2fa3e87756.zip/node_modules/semver/",\
"packageDependencies": [\
["semver", "npm:7.3.7"],\
["lru-cache", "npm:6.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["semver-diff", [\
2022-07-14 14:04:34 +00:00
["npm:4.0.0", {\
"packageLocation": "./.yarn/cache/semver-diff-npm-4.0.0-33162befa2-4a958d6f76.zip/node_modules/semver-diff/",\
"packageDependencies": [\
["semver-diff", "npm:4.0.0"],\
["semver", "npm:7.3.7"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-27 21:44:43 +00:00
["semver-utils", [\
["npm:1.1.4", {\
"packageLocation": "./.yarn/cache/semver-utils-npm-1.1.4-61f884e528-93fd955a30.zip/node_modules/semver-utils/",\
"packageDependencies": [\
["semver-utils", "npm:1.1.4"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["send", [\
["npm:0.18.0", {\
"packageLocation": "./.yarn/cache/send-npm-0.18.0-faadf6353f-74fc07ebb5.zip/node_modules/send/",\
"packageDependencies": [\
["send", "npm:0.18.0"],\
2022-07-13 07:23:36 +00:00
["debug", "virtual:1820eff49a3510f59844b6605d494e2deca1520fa9e3aa7cf6600a27b1172a18c035fa06a11454e24c22ee26b6472ef79ca6bf8d7f3c9067161707279e01bef3#npm:2.6.9"],\
2022-06-22 10:33:00 +00:00
["depd", "npm:2.0.0"],\
["destroy", "npm:1.2.0"],\
["encodeurl", "npm:1.0.2"],\
["escape-html", "npm:1.0.3"],\
["etag", "npm:1.8.1"],\
["fresh", "npm:0.5.2"],\
["http-errors", "npm:2.0.0"],\
["mime", "npm:1.6.0"],\
["ms", "npm:2.1.3"],\
["on-finished", "npm:2.4.1"],\
["range-parser", "npm:1.2.1"],\
["statuses", "npm:2.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["seq-queue", [\
["npm:0.0.5", {\
"packageLocation": "./.yarn/cache/seq-queue-npm-0.0.5-d5064d9793-f8695a6cb6.zip/node_modules/seq-queue/",\
"packageDependencies": [\
["seq-queue", "npm:0.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["serve-static", [\
["npm:1.15.0", {\
"packageLocation": "./.yarn/cache/serve-static-npm-1.15.0-86c81879f5-af57fc13be.zip/node_modules/serve-static/",\
"packageDependencies": [\
["serve-static", "npm:1.15.0"],\
["encodeurl", "npm:1.0.2"],\
["escape-html", "npm:1.0.3"],\
["parseurl", "npm:1.3.3"],\
["send", "npm:0.18.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["setprototypeof", [\
["npm:1.2.0", {\
"packageLocation": "./.yarn/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-be18cbbf70.zip/node_modules/setprototypeof/",\
"packageDependencies": [\
["setprototypeof", "npm:1.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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.2"],\
["object-inspect", "npm:1.12.2"]\
],\
"linkType": "HARD"\
}]\
]],\
["signal-exit", [\
["npm:3.0.7", {\
"packageLocation": "./.yarn/cache/signal-exit-npm-3.0.7-bd270458a3-a2f098f247.zip/node_modules/signal-exit/",\
"packageDependencies": [\
["signal-exit", "npm:3.0.7"]\
],\
"linkType": "HARD"\
}]\
]],\
["simple-swizzle", [\
["npm:0.2.2", {\
"packageLocation": "./.yarn/cache/simple-swizzle-npm-0.2.2-8dee37fad1-a7f3f2ab5c.zip/node_modules/simple-swizzle/",\
"packageDependencies": [\
["simple-swizzle", "npm:0.2.2"],\
["is-arrayish", "npm:0.3.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 08:01:18 +00:00
["simple-update-notifier", [\
["npm:1.0.7", {\
"packageLocation": "./.yarn/cache/simple-update-notifier-npm-1.0.7-c27b0a20ac-aaadc1f158.zip/node_modules/simple-update-notifier/",\
"packageDependencies": [\
["simple-update-notifier", "npm:1.0.7"],\
["semver", "npm:7.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["slash", [\
["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"\
}]\
]],\
["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"\
}]\
]],\
["socks", [\
["npm:2.6.2", {\
"packageLocation": "./.yarn/cache/socks-npm-2.6.2-94c1dcb8b8-dd91942930.zip/node_modules/socks/",\
"packageDependencies": [\
["socks", "npm:2.6.2"],\
["ip", "npm:1.1.8"],\
["smart-buffer", "npm:4.2.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["socks-proxy-agent", [\
["npm:7.0.0", {\
"packageLocation": "./.yarn/cache/socks-proxy-agent-npm-7.0.0-7aacf32ea0-7205543701.zip/node_modules/socks-proxy-agent/",\
"packageDependencies": [\
["socks-proxy-agent", "npm:7.0.0"],\
["agent-base", "npm:6.0.2"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["socks", "npm:2.6.2"]\
],\
"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.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"\
}]\
]],\
["source-map-support", [\
["npm:0.5.13", {\
"packageLocation": "./.yarn/cache/source-map-support-npm-0.5.13-377dfd7321-933550047b.zip/node_modules/source-map-support/",\
"packageDependencies": [\
["source-map-support", "npm:0.5.13"],\
["buffer-from", "npm:1.1.2"],\
["source-map", "npm:0.6.1"]\
],\
"linkType": "HARD"\
2022-06-27 21:44:43 +00:00
}],\
["npm:0.5.21", {\
"packageLocation": "./.yarn/cache/source-map-support-npm-0.5.21-09ca99e250-43e98d700d.zip/node_modules/source-map-support/",\
"packageDependencies": [\
["source-map-support", "npm:0.5.21"],\
["buffer-from", "npm:1.1.2"],\
["source-map", "npm:0.6.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["spawn-please", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/spawn-please-npm-1.0.0-5731ea7630-b8e1e1dc14.zip/node_modules/spawn-please/",\
"packageDependencies": [\
["spawn-please", "npm:1.0.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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.11"]\
],\
"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.11"]\
],\
"linkType": "HARD"\
}]\
]],\
["spdx-license-ids", [\
["npm:3.0.11", {\
"packageLocation": "./.yarn/cache/spdx-license-ids-npm-3.0.11-a8d9a5ff74-1da1acb090.zip/node_modules/spdx-license-ids/",\
"packageDependencies": [\
["spdx-license-ids", "npm:3.0.11"]\
],\
"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"\
}]\
]],\
["sqlstring", [\
["npm:2.3.3", {\
"packageLocation": "./.yarn/cache/sqlstring-npm-2.3.3-2db6939570-1e7e2d51c3.zip/node_modules/sqlstring/",\
"packageDependencies": [\
["sqlstring", "npm:2.3.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["sqs-consumer", [\
["npm:5.7.0", {\
"packageLocation": "./.yarn/cache/sqs-consumer-npm-5.7.0-09231a3791-d1eb00cbc5.zip/node_modules/sqs-consumer/",\
"packageDependencies": [\
["sqs-consumer", "npm:5.7.0"]\
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:19:27 +00:00
["virtual:685a6222c3349423674bb7f0684ba34e2ab20912010f352e04dcf707a156e13183fc382e2417cb37a60f3e7b52fd0178c53181674890e1773eb83e190dc13378#npm:5.7.0", {\
"packageLocation": "./.yarn/__virtual__/sqs-consumer-virtual-860118dc53/0/cache/sqs-consumer-npm-5.7.0-09231a3791-d1eb00cbc5.zip/node_modules/sqs-consumer/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:19:27 +00:00
["sqs-consumer", "virtual:685a6222c3349423674bb7f0684ba34e2ab20912010f352e04dcf707a156e13183fc382e2417cb37a60f3e7b52fd0178c53181674890e1773eb83e190dc13378#npm:5.7.0"],\
2022-06-21 09:23:39 +00:00
["@types/aws-sdk", null],\
2022-07-06 08:01:18 +00:00
["aws-sdk", "npm:2.1168.0"],\
2022-06-21 09:23:39 +00:00
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"]\
],\
"packagePeers": [\
"@types/aws-sdk",\
"aws-sdk"\
],\
"linkType": "HARD"\
}]\
]],\
["ssri", [\
["npm:9.0.1", {\
"packageLocation": "./.yarn/cache/ssri-npm-9.0.1-33ce27f4f8-fb58f5e46b.zip/node_modules/ssri/",\
"packageDependencies": [\
["ssri", "npm:9.0.1"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
["stack-trace", [\
["npm:0.0.10", {\
"packageLocation": "./.yarn/cache/stack-trace-npm-0.0.10-9460b173e1-473036ad32.zip/node_modules/stack-trace/",\
"packageDependencies": [\
["stack-trace", "npm:0.0.10"]\
],\
"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"\
}]\
]],\
["standard-as-callback", [\
["npm:2.1.0", {\
"packageLocation": "./.yarn/cache/standard-as-callback-npm-2.1.0-8e47620bd4-88bec83ee2.zip/node_modules/standard-as-callback/",\
"packageDependencies": [\
["standard-as-callback", "npm:2.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["statuses", [\
["npm:2.0.1", {\
"packageLocation": "./.yarn/cache/statuses-npm-2.0.1-81d2b97fee-18c7623fdb.zip/node_modules/statuses/",\
"packageDependencies": [\
["statuses", "npm:2.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 14:44:45 +00:00
["streamsearch", [\
["npm:1.1.0", {\
"packageLocation": "./.yarn/cache/streamsearch-npm-1.1.0-fc3ad6536d-1cce16cea8.zip/node_modules/streamsearch/",\
"packageDependencies": [\
["streamsearch", "npm:1.1.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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-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: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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:5.1.2", {\
"packageLocation": "./.yarn/cache/string-width-npm-5.1.2-bf60531341-7369deaa29.zip/node_modules/string-width/",\
"packageDependencies": [\
["string-width", "npm:5.1.2"],\
["eastasianwidth", "npm:0.2.0"],\
["emoji-regex", "npm:9.2.2"],\
["strip-ansi", "npm:7.0.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["string_decoder", [\
["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: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"\
2022-07-14 14:04:34 +00:00
}],\
["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"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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-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", [\
2022-06-22 10:33:00 +00:00
["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"\
}],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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.6"],\
["through", "npm:2.3.8"]\
],\
"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"\
}]\
]],\
["supports-preserve-symlinks-flag", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/supports-preserve-symlinks-flag-npm-1.0.0-f17c4d0028-53b1e247e6.zip/node_modules/supports-preserve-symlinks-flag/",\
"packageDependencies": [\
["supports-preserve-symlinks-flag", "npm:1.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 10:13:38 +00:00
["tapable", [\
["npm:2.2.1", {\
"packageLocation": "./.yarn/cache/tapable-npm-2.2.1-8cf5ff3039-3b7a1b4d86.zip/node_modules/tapable/",\
"packageDependencies": [\
["tapable", "npm:2.2.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["tar", [\
["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"],\
2022-07-06 08:01:18 +00:00
["minipass", "npm:3.3.4"],\
2022-06-21 09:23:39 +00:00
["minizlib", "npm:2.1.2"],\
["mkdirp", "npm:1.0.4"],\
["yallist", "npm:4.0.0"]\
],\
"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"\
}]\
]],\
["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.3"],\
["minimatch", "npm:3.1.2"]\
],\
"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-hex", [\
["npm:1.0.0", {\
"packageLocation": "./.yarn/cache/text-hex-npm-1.0.0-22389e4d56-1138f68adc.zip/node_modules/text-hex/",\
"packageDependencies": [\
["text-hex", "npm:1.0.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"\
}]\
]],\
["thenify", [\
["npm:3.3.1", {\
"packageLocation": "./.yarn/cache/thenify-npm-3.3.1-030bedb22c-84e1b804bf.zip/node_modules/thenify/",\
"packageDependencies": [\
["thenify", "npm:3.3.1"],\
["any-promise", "npm:1.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["thenify-all", [\
["npm:1.6.0", {\
"packageLocation": "./.yarn/cache/thenify-all-npm-1.6.0-96309bbc8b-dba7cc8a23.zip/node_modules/thenify-all/",\
"packageDependencies": [\
["thenify-all", "npm:1.6.0"],\
["thenify", "npm:3.3.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["thirty-two", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/thirty-two-npm-1.0.2-9d9270aa34-f6700b31d1.zip/node_modules/thirty-two/",\
"packageDependencies": [\
["thirty-two", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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-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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["toidentifier", [\
["npm:1.0.1", {\
"packageLocation": "./.yarn/cache/toidentifier-npm-1.0.1-f759712599-952c29e2a8.zip/node_modules/toidentifier/",\
"packageDependencies": [\
["toidentifier", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["touch", [\
["npm:3.1.0", {\
"packageLocation": "./.yarn/cache/touch-npm-3.1.0-e2eacebbda-e0be589cb5.zip/node_modules/touch/",\
"packageDependencies": [\
["touch", "npm:3.1.0"],\
["nopt", "npm:1.0.10"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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:3.0.0", {\
"packageLocation": "./.yarn/cache/tr46-npm-3.0.0-e1ae1ea7c9-44c3cc6767.zip/node_modules/tr46/",\
"packageDependencies": [\
["tr46", "npm:3.0.0"],\
["punycode", "npm:2.1.1"]\
],\
"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"\
}]\
]],\
["triple-beam", [\
["npm:1.3.0", {\
"packageLocation": "./.yarn/cache/triple-beam-npm-1.3.0-eda4e2a46c-7d7b77d862.zip/node_modules/triple-beam/",\
"packageDependencies": [\
["triple-beam", "npm:1.3.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["ts-jest", [\
["npm:28.0.5", {\
"packageLocation": "./.yarn/cache/ts-jest-npm-28.0.5-8c44d8b86f-53e05db5b7.zip/node_modules/ts-jest/",\
"packageDependencies": [\
["ts-jest", "npm:28.0.5"]\
],\
"linkType": "SOFT"\
}],\
2022-07-12 18:31:29 +00:00
["virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5", {\
"packageLocation": "./.yarn/__virtual__/ts-jest-virtual-6dbd8e1fb7/0/cache/ts-jest-npm-28.0.5-8c44d8b86f-53e05db5b7.zip/node_modules/ts-jest/",\
2022-06-22 10:33:00 +00:00
"packageDependencies": [\
2022-07-12 18:31:29 +00:00
["ts-jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.0.5"],\
2022-06-22 10:33:00 +00:00
["@babel/core", null],\
["@types/babel-jest", null],\
["@types/babel__core", null],\
["@types/esbuild", null],\
2022-07-06 08:01:18 +00:00
["@types/jest", "npm:28.1.4"],\
2022-06-22 10:33:00 +00:00
["@types/typescript", null],\
["babel-jest", null],\
["bs-logger", "npm:0.2.6"],\
["esbuild", null],\
["fast-json-stable-stringify", "npm:2.1.0"],\
2022-07-12 18:31:29 +00:00
["jest", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:28.1.2"],\
2022-06-21 09:23:39 +00:00
["jest-util", "npm:28.1.1"],\
["json5", "npm:2.2.1"],\
["lodash.memoize", "npm:4.1.2"],\
["make-error", "npm:1.3.6"],\
["semver", "npm:7.3.7"],\
2022-06-21 12:04:58 +00:00
["typescript", null],\
2022-06-21 09:23:39 +00:00
["yargs-parser", "npm:21.0.1"]\
],\
"packagePeers": [\
"@babel/core",\
"@types/babel-jest",\
"@types/babel__core",\
"@types/esbuild",\
"@types/jest",\
"@types/typescript",\
"babel-jest",\
"esbuild",\
"jest",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
2022-07-06 10:13:38 +00:00
["ts-loader", [\
["npm:9.3.1", {\
"packageLocation": "./.yarn/cache/ts-loader-npm-9.3.1-634433ef6a-462a8ac315.zip/node_modules/ts-loader/",\
"packageDependencies": [\
["ts-loader", "npm:9.3.1"]\
],\
"linkType": "SOFT"\
}],\
["virtual:251b55e6186f136d0456117ba65ba163d1a38b49e5d09875aa42c66c71e5a9085f9a3cc24c7aae5da7499c53d95e6948b9284db4d7d1f035f288826df740c6bf#npm:9.3.1", {\
"packageLocation": "./.yarn/__virtual__/ts-loader-virtual-2eeaee133b/0/cache/ts-loader-npm-9.3.1-634433ef6a-462a8ac315.zip/node_modules/ts-loader/",\
"packageDependencies": [\
["ts-loader", "virtual:251b55e6186f136d0456117ba65ba163d1a38b49e5d09875aa42c66c71e5a9085f9a3cc24c7aae5da7499c53d95e6948b9284db4d7d1f035f288826df740c6bf#npm:9.3.1"],\
["@types/typescript", null],\
["@types/webpack", null],\
["chalk", "npm:4.1.2"],\
["enhanced-resolve", "npm:5.10.0"],\
["micromatch", "npm:4.0.5"],\
["semver", "npm:7.3.7"],\
["typescript", null],\
["webpack", null]\
],\
"packagePeers": [\
"@types/typescript",\
"@types/webpack",\
"typescript",\
"webpack"\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["ts-node", [\
2022-07-06 08:01:18 +00:00
["npm:10.8.2", {\
"packageLocation": "./.yarn/cache/ts-node-npm-10.8.2-f3c0c9eaee-1eede939be.zip/node_modules/ts-node/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["ts-node", "npm:10.8.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-08-29 11:57:37 +00:00
["npm:10.9.1", {\
"packageLocation": "./.yarn/cache/ts-node-npm-10.9.1-6c268be7f4-090adff130.zip/node_modules/ts-node/",\
"packageDependencies": [\
["ts-node", "npm:10.9.1"]\
],\
"linkType": "SOFT"\
}],\
["virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:10.9.1", {\
"packageLocation": "./.yarn/__virtual__/ts-node-virtual-ac01688ebc/0/cache/ts-node-npm-10.9.1-6c268be7f4-090adff130.zip/node_modules/ts-node/",\
"packageDependencies": [\
["ts-node", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:10.9.1"],\
["@cspotcode/source-map-support", "npm:0.8.1"],\
["@swc/core", null],\
["@swc/wasm", null],\
["@tsconfig/node10", "npm:1.0.9"],\
["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.3"],\
["@types/node", "npm:18.0.3"],\
["@types/swc__core", null],\
["@types/swc__wasm", null],\
["@types/typescript", null],\
["acorn", "npm:8.7.1"],\
["acorn-walk", "npm:8.2.0"],\
["arg", "npm:4.1.3"],\
["create-require", "npm:1.1.1"],\
["diff", "npm:4.0.2"],\
["make-error", "npm:1.3.6"],\
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"],\
["v8-compile-cache-lib", "npm:3.0.1"],\
["yn", "npm:3.1.1"]\
],\
"packagePeers": [\
"@swc/core",\
"@swc/wasm",\
"@types/node",\
"@types/swc__core",\
"@types/swc__wasm",\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}],\
["virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:10.9.1", {\
"packageLocation": "./.yarn/__virtual__/ts-node-virtual-c4e9951caa/0/cache/ts-node-npm-10.9.1-6c268be7f4-090adff130.zip/node_modules/ts-node/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-08-29 11:57:37 +00:00
["ts-node", "virtual:b442cf0427cc365d1c137f7340f9b81f9b204561afe791a8564ae9590c3a7fc4b5f793aaf8817b946f75a3cb64d03ef8790eb847f8b576b41e700da7b00c240c#npm:10.9.1"],\
2022-06-21 09:23:39 +00:00
["@cspotcode/source-map-support", "npm:0.8.1"],\
["@swc/core", null],\
["@swc/wasm", null],\
["@tsconfig/node10", "npm:1.0.9"],\
["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.3"],\
2022-07-06 08:01:18 +00:00
["@types/node", null],\
2022-06-21 09:23:39 +00:00
["@types/swc__core", null],\
["@types/swc__wasm", null],\
["@types/typescript", null],\
["acorn", "npm:8.7.1"],\
["acorn-walk", "npm:8.2.0"],\
["arg", "npm:4.1.3"],\
["create-require", "npm:1.1.1"],\
["diff", "npm:4.0.2"],\
["make-error", "npm:1.3.6"],\
2022-07-06 08:01:18 +00:00
["typescript", null],\
2022-06-21 09:23:39 +00:00
["v8-compile-cache-lib", "npm:3.0.1"],\
["yn", "npm:3.1.1"]\
],\
2022-06-22 14:44:45 +00:00
"packagePeers": [\
"@swc/core",\
"@swc/wasm",\
"@types/node",\
"@types/swc__core",\
"@types/swc__wasm",\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:c0eab07e71af57f5501e97e7ca7a2a4f4965035bd2455ad124a8b09fa55780657c55fe3df41019fa6c2c44487c897668c842a0939e380b3c1f13b3756d128543#npm:10.8.2", {\
"packageLocation": "./.yarn/__virtual__/ts-node-virtual-9ca0d637bd/0/cache/ts-node-npm-10.8.2-f3c0c9eaee-1eede939be.zip/node_modules/ts-node/",\
2022-06-22 14:44:45 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["ts-node", "virtual:c0eab07e71af57f5501e97e7ca7a2a4f4965035bd2455ad124a8b09fa55780657c55fe3df41019fa6c2c44487c897668c842a0939e380b3c1f13b3756d128543#npm:10.8.2"],\
2022-06-22 14:44:45 +00:00
["@cspotcode/source-map-support", "npm:0.8.1"],\
["@swc/core", null],\
["@swc/wasm", null],\
["@tsconfig/node10", "npm:1.0.9"],\
["@tsconfig/node12", "npm:1.0.11"],\
["@tsconfig/node14", "npm:1.0.3"],\
["@tsconfig/node16", "npm:1.0.3"],\
2022-07-06 08:01:18 +00:00
["@types/node", "npm:18.0.3"],\
2022-06-22 14:44:45 +00:00
["@types/swc__core", null],\
["@types/swc__wasm", null],\
["@types/typescript", null],\
["acorn", "npm:8.7.1"],\
["acorn-walk", "npm:8.2.0"],\
["arg", "npm:4.1.3"],\
["create-require", "npm:1.1.1"],\
["diff", "npm:4.0.2"],\
["make-error", "npm:1.3.6"],\
2022-07-06 08:01:18 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"],\
2022-06-22 14:44:45 +00:00
["v8-compile-cache-lib", "npm:3.0.1"],\
["yn", "npm:3.1.1"]\
],\
2022-06-21 09:23:39 +00:00
"packagePeers": [\
"@swc/core",\
"@swc/wasm",\
"@types/node",\
"@types/swc__core",\
"@types/swc__wasm",\
"@types/typescript",\
"typescript"\
],\
"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.4.0", {\
"packageLocation": "./.yarn/cache/tslib-npm-2.4.0-9cb6dc5030-8c4aa6a3c5.zip/node_modules/tslib/",\
"packageDependencies": [\
["tslib", "npm:2.4.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["tsutils", [\
["npm:3.21.0", {\
"packageLocation": "./.yarn/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
"packageDependencies": [\
["tsutils", "npm:3.21.0"]\
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:36:32 +00:00
["virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0", {\
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-4499967331/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:36:32 +00:00
["tsutils", "virtual:a701e8faf4c6b245fc4985636d3e7eecbb676ed70fff3464fce6c7a5aa8af393ac6dd3e22dcae90cbadce31aca3a1e26eaf8eb9018d00366ec052b25723c6bb7#npm:3.21.0"],\
2022-06-21 09:23:39 +00:00
["@types/typescript", null],\
["tslib", "npm:1.14.1"],\
2022-07-06 08:01:18 +00:00
["typescript", null]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:bdae2dd6e80b5a30ff6cc9fde28a05ebb512391a519126cdf645e241af981faca4ae6ea61d8c7f079da36f0f0e85db471357b20ecdd7b5f4ae425eb09dedaa10#npm:3.21.0", {\
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-f2b0055d4f/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["tsutils", "virtual:bdae2dd6e80b5a30ff6cc9fde28a05ebb512391a519126cdf645e241af981faca4ae6ea61d8c7f079da36f0f0e85db471357b20ecdd7b5f4ae425eb09dedaa10#npm:3.21.0"],\
2022-06-21 09:23:39 +00:00
["@types/typescript", null],\
["tslib", "npm:1.14.1"],\
2022-07-06 08:01:18 +00:00
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
2022-06-21 09:23:39 +00:00
],\
"packagePeers": [\
"@types/typescript",\
"typescript"\
],\
"linkType": "HARD"\
}]\
]],\
["type-check", [\
["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.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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:1.4.0", {\
"packageLocation": "./.yarn/cache/type-fest-npm-1.4.0-7dd848962a-b011c33886.zip/node_modules/type-fest/",\
"packageDependencies": [\
["type-fest", "npm:1.4.0"]\
],\
"linkType": "HARD"\
}],\
["npm:2.16.0", {\
"packageLocation": "./.yarn/cache/type-fest-npm-2.16.0-8d42df3332-897fc5f683.zip/node_modules/type-fest/",\
"packageDependencies": [\
["type-fest", "npm:2.16.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
2022-06-22 10:33:00 +00:00
["type-is", [\
["npm:1.6.18", {\
"packageLocation": "./.yarn/cache/type-is-npm-1.6.18-6dee4d4961-2c8e47675d.zip/node_modules/type-is/",\
"packageDependencies": [\
["type-is", "npm:1.6.18"],\
["media-typer", "npm:0.3.0"],\
["mime-types", "npm:2.1.35"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["typeorm", [\
2022-07-06 08:01:18 +00:00
["npm:0.3.7", {\
"packageLocation": "./.yarn/cache/typeorm-npm-0.3.7-52a5a4ae29-b9a709fa1c.zip/node_modules/typeorm/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["typeorm", "npm:0.3.7"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "SOFT"\
}],\
2022-07-06 08:01:18 +00:00
["virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7", {\
"packageLocation": "./.yarn/__virtual__/typeorm-virtual-c4908356db/0/cache/typeorm-npm-0.3.7-52a5a4ae29-b9a709fa1c.zip/node_modules/typeorm/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["typeorm", "virtual:31b5a94a105c89c9294c3d524a7f8929fe63ee5a2efadf21951ca4c0cfd2ecf02e8f4ef5a066bbda091f1e3a56e57c6749069a080618c96b22e51131a330fc4a#npm:0.3.7"],\
2022-06-21 09:23:39 +00:00
["@google-cloud/spanner", null],\
["@sap/hana-client", null],\
["@sqltools/formatter", "npm:1.2.3"],\
["@types/better-sqlite3", null],\
["@types/google-cloud__spanner", null],\
["@types/hdb-pool", null],\
["@types/ioredis", "npm:4.28.10"],\
["@types/mongodb", null],\
["@types/mssql", null],\
["@types/mysql2", null],\
["@types/oracledb", null],\
["@types/pg", null],\
["@types/pg-native", null],\
["@types/pg-query-stream", null],\
["@types/redis", null],\
["@types/sap__hana-client", null],\
["@types/sql.js", null],\
["@types/sqlite3", null],\
["@types/ts-node", null],\
["@types/typeorm-aurora-data-api-driver", null],\
["app-root-path", "npm:3.0.0"],\
["better-sqlite3", null],\
["buffer", "npm:6.0.3"],\
["chalk", "npm:4.1.2"],\
["cli-highlight", "npm:2.1.11"],\
["date-fns", "npm:2.28.0"],\
["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\
["dotenv", "npm:16.0.1"],\
["glob", "npm:7.2.3"],\
["hdb-pool", null],\
2022-07-15 10:55:21 +00:00
["ioredis", "npm:5.2.0"],\
2022-06-21 09:23:39 +00:00
["js-yaml", "npm:4.1.0"],\
["mkdirp", "npm:1.0.4"],\
["mongodb", null],\
["mssql", null],\
["mysql2", "npm:2.3.3"],\
["oracledb", null],\
["pg", null],\
["pg-native", null],\
["pg-query-stream", null],\
["redis", null],\
["reflect-metadata", "npm:0.1.13"],\
["sha.js", "npm:2.4.11"],\
["sql.js", null],\
["sqlite3", null],\
["ts-node", null],\
["tslib", "npm:2.4.0"],\
["typeorm-aurora-data-api-driver", null],\
["uuid", "npm:8.3.2"],\
["xml2js", "npm:0.4.23"],\
["yargs", "npm:17.5.1"]\
],\
"packagePeers": [\
"@google-cloud/spanner",\
"@sap/hana-client",\
"@types/better-sqlite3",\
"@types/google-cloud__spanner",\
"@types/hdb-pool",\
"@types/ioredis",\
"@types/mongodb",\
"@types/mssql",\
"@types/mysql2",\
"@types/oracledb",\
"@types/pg-native",\
"@types/pg-query-stream",\
"@types/pg",\
"@types/redis",\
"@types/sap__hana-client",\
"@types/sql.js",\
"@types/sqlite3",\
"@types/ts-node",\
"@types/typeorm-aurora-data-api-driver",\
"better-sqlite3",\
"hdb-pool",\
"ioredis",\
"mongodb",\
"mssql",\
"mysql2",\
"oracledb",\
"pg-native",\
"pg-query-stream",\
"pg",\
"redis",\
"sql.js",\
"sqlite3",\
"ts-node",\
"typeorm-aurora-data-api-driver"\
],\
"linkType": "HARD"\
}]\
]],\
["typescript", [\
["patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353", {\
"packageLocation": "./.yarn/cache/typescript-patch-e8b9857d0c-9096d8f6c1.zip/node_modules/typescript/",\
"packageDependencies": [\
["typescript", "patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["ua-parser-js", [\
["npm:1.0.2", {\
"packageLocation": "./.yarn/cache/ua-parser-js-npm-1.0.2-c3376785e2-ff7f6d79a9.zip/node_modules/ua-parser-js/",\
"packageDependencies": [\
["ua-parser-js", "npm:1.0.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["uglify-js", [\
2022-07-06 08:01:18 +00:00
["npm:3.16.2", {\
"packageLocation": "./.yarn/cache/uglify-js-npm-3.16.2-859e08ad93-5b62e748b7.zip/node_modules/uglify-js/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["uglify-js", "npm:3.16.2"]\
2022-06-21 09:23:39 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["undefsafe", [\
["npm:2.0.5", {\
"packageLocation": "./.yarn/cache/undefsafe-npm-2.0.5-8c3bbf9354-f42ab3b577.zip/node_modules/undefsafe/",\
"packageDependencies": [\
["undefsafe", "npm:2.0.5"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["unique-string", [\
2022-07-14 14:04:34 +00:00
["npm:3.0.0", {\
"packageLocation": "./.yarn/cache/unique-string-npm-3.0.0-1a556e406a-1a1e2e7d02.zip/node_modules/unique-string/",\
"packageDependencies": [\
["unique-string", "npm:3.0.0"],\
["crypto-random-string", "npm:4.0.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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: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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["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"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
2022-07-06 08:01:18 +00:00
["update-browserslist-db", [\
["npm:1.0.4", {\
"packageLocation": "./.yarn/cache/update-browserslist-db-npm-1.0.4-bf636db585-7c7da28d0f.zip/node_modules/update-browserslist-db/",\
"packageDependencies": [\
["update-browserslist-db", "npm:1.0.4"]\
],\
"linkType": "SOFT"\
}],\
["virtual:930e90b93ace2f82718955be8bb6a08cf2c5f0283b04809d478af747fe1ec41463ce84d9d69c3e397f04f65b06380dd66fcbb19d1dda2fd1e03aa22ffd5de732#npm:1.0.4", {\
"packageLocation": "./.yarn/__virtual__/update-browserslist-db-virtual-86d2ea13cb/0/cache/update-browserslist-db-npm-1.0.4-bf636db585-7c7da28d0f.zip/node_modules/update-browserslist-db/",\
"packageDependencies": [\
["update-browserslist-db", "virtual:930e90b93ace2f82718955be8bb6a08cf2c5f0283b04809d478af747fe1ec41463ce84d9d69c3e397f04f65b06380dd66fcbb19d1dda2fd1e03aa22ffd5de732#npm:1.0.4"],\
["@types/browserslist", null],\
["browserslist", "npm:4.21.1"],\
["escalade", "npm:3.1.1"],\
["picocolors", "npm:1.0.0"]\
],\
"packagePeers": [\
"@types/browserslist",\
"browserslist"\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["update-notifier", [\
2022-07-14 14:04:34 +00:00
["npm:6.0.2", {\
"packageLocation": "./.yarn/cache/update-notifier-npm-6.0.2-76fda24881-4bae7b3eca.zip/node_modules/update-notifier/",\
"packageDependencies": [\
["update-notifier", "npm:6.0.2"],\
["boxen", "npm:7.0.0"],\
["chalk", "npm:5.0.1"],\
["configstore", "npm:6.0.0"],\
["has-yarn", "npm:3.0.0"],\
["import-lazy", "npm:4.0.0"],\
["is-ci", "npm:3.0.1"],\
2022-06-22 10:33:00 +00:00
["is-installed-globally", "npm:0.4.0"],\
2022-07-14 14:04:34 +00:00
["is-npm", "npm:6.0.0"],\
["is-yarn-global", "npm:0.4.0"],\
["latest-version", "npm:7.0.0"],\
["pupa", "npm:3.1.0"],\
2022-06-22 10:33:00 +00:00
["semver", "npm:7.3.7"],\
2022-07-14 14:04:34 +00:00
["semver-diff", "npm:4.0.0"],\
["xdg-basedir", "npm:5.1.0"]\
2022-06-22 10:33:00 +00:00
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["util", [\
["npm:0.10.4", {\
"packageLocation": "./.yarn/cache/util-npm-0.10.4-7c577db41a-913f9a90d0.zip/node_modules/util/",\
"packageDependencies": [\
["util", "npm:0.10.4"],\
["inherits", "npm:2.0.3"]\
],\
"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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["utils-merge", [\
["npm:1.0.1", {\
"packageLocation": "./.yarn/cache/utils-merge-npm-1.0.1-363bbdfbca-c810954932.zip/node_modules/utils-merge/",\
"packageDependencies": [\
["utils-merge", "npm:1.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["uuid", [\
["npm:8.0.0", {\
"packageLocation": "./.yarn/cache/uuid-npm-8.0.0-591e3a2e23-56d4e23aa7.zip/node_modules/uuid/",\
"packageDependencies": [\
["uuid", "npm:8.0.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"\
2022-09-06 08:57:30 +00:00
}],\
["npm:9.0.0", {\
"packageLocation": "./.yarn/cache/uuid-npm-9.0.0-46c41e3e43-8dd2c83c43.zip/node_modules/uuid/",\
"packageDependencies": [\
["uuid", "npm:9.0.0"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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-compile-cache-lib", [\
["npm:3.0.1", {\
"packageLocation": "./.yarn/cache/v8-compile-cache-lib-npm-3.0.1-4886071ece-78089ad549.zip/node_modules/v8-compile-cache-lib/",\
"packageDependencies": [\
["v8-compile-cache-lib", "npm:3.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["v8-to-istanbul", [\
2022-07-06 08:01:18 +00:00
["npm:9.0.1", {\
"packageLocation": "./.yarn/cache/v8-to-istanbul-npm-9.0.1-58bbce7857-a49c34bf0a.zip/node_modules/v8-to-istanbul/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["v8-to-istanbul", "npm:9.0.1"],\
["@jridgewell/trace-mapping", "npm:0.3.14"],\
2022-06-21 09:23:39 +00:00
["@types/istanbul-lib-coverage", "npm:2.0.4"],\
["convert-source-map", "npm:1.8.0"]\
],\
"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:4.0.0", {\
"packageLocation": "./.yarn/cache/validate-npm-package-name-npm-4.0.0-3f82c77ef8-a32fd537ba.zip/node_modules/validate-npm-package-name/",\
"packageDependencies": [\
["validate-npm-package-name", "npm:4.0.0"],\
["builtins", "npm:5.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["vary", [\
["npm:1.1.2", {\
"packageLocation": "./.yarn/cache/vary-npm-1.1.2-b49f70ae63-ae0123222c.zip/node_modules/vary/",\
"packageDependencies": [\
["vary", "npm:1.1.2"]\
],\
"linkType": "HARD"\
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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"\
}]\
]],\
["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:7.0.0", {\
"packageLocation": "./.yarn/cache/webidl-conversions-npm-7.0.0-e8c8e30c68-f05588567a.zip/node_modules/webidl-conversions/",\
"packageDependencies": [\
["webidl-conversions", "npm:7.0.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["whatwg-url", [\
["npm:11.0.0", {\
"packageLocation": "./.yarn/cache/whatwg-url-npm-11.0.0-073529d93a-ed4826aaa5.zip/node_modules/whatwg-url/",\
"packageDependencies": [\
["whatwg-url", "npm:11.0.0"],\
["tr46", "npm:3.0.0"],\
["webidl-conversions", "npm:7.0.0"]\
],\
"linkType": "HARD"\
}],\
["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"\
}]\
]],\
["which", [\
["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"\
}]\
]],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["widest-line", [\
2022-07-14 14:04:34 +00:00
["npm:4.0.1", {\
"packageLocation": "./.yarn/cache/widest-line-npm-4.0.1-e0740b8930-64c48cf271.zip/node_modules/widest-line/",\
"packageDependencies": [\
["widest-line", "npm:4.0.1"],\
["string-width", "npm:5.1.2"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["winston", [\
2022-07-06 08:01:18 +00:00
["npm:3.8.1", {\
"packageLocation": "./.yarn/cache/winston-npm-3.8.1-b9bfc92cf2-14637222a4.zip/node_modules/winston/",\
2022-06-21 09:23:39 +00:00
"packageDependencies": [\
2022-07-06 08:01:18 +00:00
["winston", "npm:3.8.1"],\
2022-06-21 09:23:39 +00:00
["@dabh/diagnostics", "npm:2.0.3"],\
["async", "npm:3.2.4"],\
["is-stream", "npm:2.0.1"],\
2022-07-06 08:01:18 +00:00
["logform", "npm:2.4.2"],\
2022-06-21 09:23:39 +00:00
["one-time", "npm:1.0.0"],\
["readable-stream", "npm:3.6.0"],\
["safe-stable-stringify", "npm:2.3.1"],\
["stack-trace", "npm:0.0.10"],\
["triple-beam", "npm:1.3.0"],\
["winston-transport", "npm:4.5.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["winston-transport", [\
["npm:4.5.0", {\
"packageLocation": "./.yarn/cache/winston-transport-npm-4.5.0-e10bfb2169-a56e5678a8.zip/node_modules/winston-transport/",\
"packageDependencies": [\
["winston-transport", "npm:4.5.0"],\
2022-07-06 08:01:18 +00:00
["logform", "npm:2.4.2"],\
2022-06-21 09:23:39 +00:00
["readable-stream", "npm:3.6.0"],\
["triple-beam", "npm:1.3.0"]\
],\
"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"\
2022-07-14 14:04:34 +00:00
}],\
["npm:8.0.1", {\
"packageLocation": "./.yarn/cache/wrap-ansi-npm-8.0.1-b8ba4ced36-5d7816e64f.zip/node_modules/wrap-ansi/",\
"packageDependencies": [\
["wrap-ansi", "npm:8.0.1"],\
["ansi-styles", "npm:6.1.0"],\
["string-width", "npm:5.1.2"],\
["strip-ansi", "npm:7.0.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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.10"],\
["imurmurhash", "npm:0.1.4"],\
["signal-exit", "npm:3.0.7"]\
],\
"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.7"],\
["typedarray-to-buffer", "npm:3.1.5"]\
],\
"linkType": "HARD"\
}],\
["npm:4.0.1", {\
"packageLocation": "./.yarn/cache/write-file-atomic-npm-4.0.1-96ec744721-8f78023253.zip/node_modules/write-file-atomic/",\
"packageDependencies": [\
["write-file-atomic", "npm:4.0.1"],\
["imurmurhash", "npm:0.1.4"],\
["signal-exit", "npm:3.0.7"]\
],\
"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.10"],\
["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.10"],\
["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"\
}]\
]],\
2022-06-22 10:33:00 +00:00
["xdg-basedir", [\
2022-07-14 14:04:34 +00:00
["npm:5.1.0", {\
"packageLocation": "./.yarn/cache/xdg-basedir-npm-5.1.0-589d73b54c-b60e8a2c66.zip/node_modules/xdg-basedir/",\
"packageDependencies": [\
["xdg-basedir", "npm:5.1.0"]\
],\
"linkType": "HARD"\
2022-06-22 10:33:00 +00:00
}]\
]],\
2022-06-21 09:23:39 +00:00
["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"\
}]\
]],\
["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:2.1.2", {\
"packageLocation": "./.yarn/cache/yallist-npm-2.1.2-2e38c366a3-9ba9940920.zip/node_modules/yallist/",\
"packageDependencies": [\
["yallist", "npm:2.1.2"]\
],\
"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"\
2022-06-27 21:44:43 +00:00
}],\
["npm:2.1.1", {\
"packageLocation": "./.yarn/cache/yaml-npm-2.1.1-e717f9b915-f48bb20991.zip/node_modules/yaml/",\
"packageDependencies": [\
["yaml", "npm:2.1.1"]\
],\
"linkType": "HARD"\
2022-06-21 09:23:39 +00:00
}]\
]],\
["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.5.1", {\
"packageLocation": "./.yarn/cache/yargs-npm-17.5.1-0902fa46de-00d58a2c05.zip/node_modules/yargs/",\
"packageDependencies": [\
["yargs", "npm:17.5.1"],\
["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.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["yargs-parser", [\
["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.1", {\
"packageLocation": "./.yarn/cache/yargs-parser-npm-21.0.1-b778fd3462-c3ea2ed12c.zip/node_modules/yargs-parser/",\
"packageDependencies": [\
["yargs-parser", "npm:21.0.1"]\
],\
"linkType": "HARD"\
}]\
]],\
["yn", [\
["npm:3.1.1", {\
"packageLocation": "./.yarn/cache/yn-npm-3.1.1-8ad4259784-2c487b0e14.zip/node_modules/yn/",\
"packageDependencies": [\
["yn", "npm:3.1.1"]\
],\
"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"\
}]\
]]\
]\
}'), {basePath: basePath || __dirname});
}
const fs = require('fs');
const path = require('path');
const require$$0 = require('module');
const StringDecoder = require('string_decoder');
const url = require('url');
const nodeUtils = require('util');
const os = require('os');
const stream = require('stream');
const zlib = require('zlib');
const events = require('events');
const _interopDefaultLegacy = e => e && typeof e === 'object' && 'default' in e ? e : { default: e };
function _interopNamespace(e) {
if (e && e.__esModule) return e;
const n = Object.create(null);
if (e) {
for (const k in e) {
if (k !== 'default') {
const d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: () => e[k]
});
}
}
}
n.default = e;
return Object.freeze(n);
}
const fs__default = /*#__PURE__*/_interopDefaultLegacy(fs);
const path__default = /*#__PURE__*/_interopDefaultLegacy(path);
const require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0);
const StringDecoder__default = /*#__PURE__*/_interopDefaultLegacy(StringDecoder);
const nodeUtils__namespace = /*#__PURE__*/_interopNamespace(nodeUtils);
const zlib__default = /*#__PURE__*/_interopDefaultLegacy(zlib);
const S_IFMT = 61440;
const S_IFDIR = 16384;
const S_IFREG = 32768;
const S_IFLNK = 40960;
const SAFE_TIME = 456789e3;
const DEFAULT_MODE = S_IFREG | 420;
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 & 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 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(S_IFMT)) === BigInt(S_IFDIR);
}
isFIFO() {
return false;
}
isFile() {
return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFREG);
}
isSocket() {
return false;
}
isSymbolicLink() {
return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFLNK);
}
}
function makeDefaultStats() {
return new StatEntry();
}
function clearStats(stats) {
for (const key in stats) {
if (Object.prototype.hasOwnProperty.call(stats, key)) {
const element = stats[key];
if (typeof element === `number`) {
stats[key] = 0;
} else if (typeof element === `bigint`) {
stats[key] = BigInt(0);
} else if (nodeUtils__namespace.types.isDate(element)) {
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`) {
bigintStats[key] = BigInt(element);
} else if (nodeUtils__namespace.types.isDate(element)) {
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;
}
var PathType;
(function(PathType2) {
PathType2[PathType2["File"] = 0] = "File";
PathType2[PathType2["Portable"] = 1] = "Portable";
PathType2[PathType2["Native"] = 2] = "Native";
})(PathType || (PathType = {}));
const PortablePath = {
root: `/`,
dot: `.`
};
const Filename = {
nodeModules: `node_modules`,
manifest: `package.json`,
lockfile: `yarn.lock`,
virtual: `__virtual__`,
pnpJs: `.pnp.js`,
pnpCjs: `.pnp.cjs`,
rc: `.yarnrc.yml`
};
const npath = Object.create(path__default.default);
const ppath = Object.create(path__default.default.posix);
npath.cwd = () => process.cwd();
ppath.cwd = () => toPortablePath(process.cwd());
ppath.resolve = (...segments) => {
if (segments.length > 0 && ppath.isAbsolute(segments[0])) {
return path__default.default.posix.resolve(...segments);
} else {
return path__default.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\/)?(.*)$/;
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, `\\`);
}
function toPortablePath(p) {
if (process.platform !== `win32`)
return p;
p = p.replace(/\\/g, `/`);
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;
}
function convertPath(targetPathUtils, sourcePath) {
return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath);
}
var __defProp$4 = Object.defineProperty;
var __defProps$2 = Object.defineProperties;
var __getOwnPropDescs$2 = Object.getOwnPropertyDescriptors;
var __getOwnPropSymbols$5 = Object.getOwnPropertySymbols;
var __hasOwnProp$5 = Object.prototype.hasOwnProperty;
var __propIsEnum$5 = Object.prototype.propertyIsEnumerable;
var __defNormalProp$4 = (obj, key, value) => key in obj ? __defProp$4(obj, key, {enumerable: true, configurable: true, writable: true, value}) : obj[key] = value;
var __spreadValues$4 = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp$5.call(b, prop))
__defNormalProp$4(a, prop, b[prop]);
if (__getOwnPropSymbols$5)
for (var prop of __getOwnPropSymbols$5(b)) {
if (__propIsEnum$5.call(b, prop))
__defNormalProp$4(a, prop, b[prop]);
}
return a;
};
var __spreadProps$2 = (a, b) => __defProps$2(a, __getOwnPropDescs$2(b));
const defaultTime = new Date(SAFE_TIME * 1e3);
var LinkStrategy;
(function(LinkStrategy2) {
LinkStrategy2["Allow"] = `allow`;
LinkStrategy2["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 {atime, mtime} = opts.stableTime ? {atime: defaultTime, mtime: defaultTime} : await sourceFs.lstatPromise(normalizedSource);
await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), {utimes: [atime, mtime]});
const updateTime = typeof destinationFs.lutimesPromise === `function` ? destinationFs.lutimesPromise.bind(destinationFs) : destinationFs.utimesPromise.bind(destinationFs);
await copyImpl(prelayout, postlayout, updateTime, destinationFs, normalizedDestination, sourceFs, normalizedSource, __spreadProps$2(__spreadValues$4({}, opts), {didParentExist: true}));
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 = opts.didParentExist ? await maybeLStat(destinationFs, destination) : null;
const sourceStat = await sourceFs.lstatPromise(source);
const {atime, mtime} = opts.stableTime ? {atime: defaultTime, mtime: 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})`);
}
}
if (updated || ((_a = destinationStat == null ? void 0 : destinationStat.mtime) == null ? void 0 : _a.getTime()) !== mtime.getTime() || ((_b = destinationStat == null ? void 0 : destinationStat.atime) == null ? void 0 : _b.getTime()) !== atime.getTime()) {
postlayout.push(() => updateTime(destination, atime, mtime));
updated = true;
}
if (destinationStat === null || (destinationStat.mode & 511) !== (sourceStat.mode & 511)) {
postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 511));
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);
const nextOpts = opts.didParentExist && !destinationStat ? __spreadProps$2(__spreadValues$4({}, opts), {didParentExist: false}) : opts;
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), nextOpts)) {
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), nextOpts);
}));
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) {
sourceStat.mode &= ~146;
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, fs__default.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, fs__default.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 : null;
const op = destinationFs === sourceFs ? linkStrategy !== null ? makeCloneLinkOperation(destinationFs, destination, source, sourceStat, linkStrategy) : async () => destinationFs.copyFilePromise(source, destination, fs__default.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;
}
function makeError$1(code, message) {
return Object.assign(new Error(`${code}: ${message}`), {code});
}
function EBUSY(message) {
return makeError$1(`EBUSY`, message);
}
function ENOSYS(message, reason) {
return makeError$1(`ENOSYS`, `${message}, ${reason}`);
}
function EINVAL(reason) {
return makeError$1(`EINVAL`, `invalid argument, ${reason}`);
}
function EBADF(reason) {
return makeError$1(`EBADF`, `bad file descriptor, ${reason}`);
}
function ENOENT(reason) {
return makeError$1(`ENOENT`, `no such file or directory, ${reason}`);
}
function ENOTDIR(reason) {
return makeError$1(`ENOTDIR`, `not a directory, ${reason}`);
}
function EISDIR(reason) {
return makeError$1(`EISDIR`, `illegal operation on a directory, ${reason}`);
}
function EEXIST(reason) {
return makeError$1(`EEXIST`, `file already exists, ${reason}`);
}
function EROFS(reason) {
return makeError$1(`EROFS`, `read-only filesystem, ${reason}`);
}
function ENOTEMPTY(reason) {
return makeError$1(`ENOTEMPTY`, `directory not empty, ${reason}`);
}
function EOPNOTSUPP(reason) {
return makeError$1(`EOPNOTSUPP`, `operation not supported, ${reason}`);
}
function ERR_DIR_CLOSED() {
return makeError$1(`ERR_DIR_CLOSED`, `Directory handle was closed`);
}
class LibzipError extends Error {
constructor(message, code) {
super(message);
this.name = `Libzip Error`;
this.code = code;
}
}
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;
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 ? 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);
}
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 entry2 of entries.sort()) {
stack.push(this.pathUtils.join(p, entry2));
}
} 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));
}));
}
for (let t = 0; t <= maxRetries; t++) {
try {
await this.rmdirPromise(p);
break;
} catch (error) {
if (error.code !== `EBUSY` && error.code !== `ENOTEMPTY`) {
throw error;
} else if (t < maxRetries) {
await new Promise((resolve) => setTimeout(resolve, t * 100));
}
}
}
} 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 & 511;
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) {
}
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) {
}
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) {
}
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) {
}
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 = 1e3 / 60;
const startTime = Date.now();
let fd = null;
const isAlive = async () => {
let pid;
try {
[pid] = await this.readJsonPromise(lockPath);
} catch (error) {
return Date.now() - startTime < 500;
}
try {
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 (error2) {
}
}
if (Date.now() - startTime < 60 * 1e3) {
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 {
await this.closePromise(fd);
await this.unlinkPromise(lockPath);
} catch (error) {
}
}
}
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)}
`);
}
writeJsonSync(p, data) {
return this.writeFileSync(p, `${JSON.stringify(data, null, 2)}
`);
}
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 os.EOL;
const crlf = matches.filter((nl) => nl === `\r
`).length;
const lf = matches.length - crlf;
return crlf > lf ? `\r
` : `
`;
}
function normalizeLineEndings(originalContent, newContent) {
return newContent.replace(/\r?\n/g, getEndOfLine(originalContent));
}
class NodeFS extends BasePortableFakeFS {
constructor(realFs = fs__default.default) {
super();
this.realFs = realFs;
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) {
this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject));
} else {
this.realFs.fstat(fd, this.makeCallback(resolve, reject));
}
});
}
fstatSync(fd, opts) {
if (opts) {
return this.realFs.fstatSync(fd, opts);
} else {
return this.realFs.fstatSync(fd);
}
}
async lstatPromise(p, opts) {
return await new Promise((resolve, reject) => {
if (opts) {
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) {
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) {
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) {
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) => {
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 ? 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 ? 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), a, b);
}
watchFile(p, a, b) {
return this.realFs.watchFile(npath.fromPortablePath(p), 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);
}
};
}
}
var Event;
(function(Event2) {
Event2["Change"] = `change`;
Event2["Stop"] = `stop`;
})(Event || (Event = {}));
var Status;
(function(Status2) {
Status2["Ready"] = `ready`;
Status2["Running"] = `running`;
Status2["Stopped"] = `stopped`;
})(Status || (Status = {}));
function assertStatus(current, expected) {
if (current !== expected) {
throw new Error(`Invalid StatWatcher status: expected '${expected}', got '${current}'`);
}
}
class CustomStatWatcher extends events.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;
this.startTimeout = setTimeout(() => {
this.startTimeout = null;
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) {
const statInstance = this.bigint ? new BigIntStatsEntry() : new StatEntry();
return clearStats(statInstance);
}
}
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();
}
registerChangeListener(listener, opts) {
this.addListener(Event.Change, listener);
this.changeListeners.set(listener, this.makeInterval(opts));
}
unregisterChangeListener(listener) {
this.removeListener(Event.Change, listener);
const interval = this.changeListeners.get(listener);
if (typeof interval !== `undefined`)
clearInterval(interval);
this.changeListeners.delete(listener);
}
unregisterAllChangeListeners() {
for (const listener of this.changeListeners.keys()) {
this.unregisterChangeListener(listener);
}
}
hasChangeListeners() {
return this.changeListeners.size > 0;
}
ref() {
for (const interval of this.changeListeners.values())
interval.ref();
return this;
}
unref() {
for (const interval of this.changeListeners.values())
interval.unref();
return this;
}
}
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);
}
}
var __defProp$3 = Object.defineProperty;
var __getOwnPropSymbols$4 = Object.getOwnPropertySymbols;
var __hasOwnProp$4 = Object.prototype.hasOwnProperty;
var __propIsEnum$4 = Object.prototype.propertyIsEnumerable;
var __defNormalProp$3 = (obj, key, value) => key in obj ? __defProp$3(obj, key, {enumerable: true, configurable: true, writable: true, value}) : obj[key] = value;
var __spreadValues$3 = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp$4.call(b, prop))
__defNormalProp$3(a, prop, b[prop]);
if (__getOwnPropSymbols$4)
for (var prop of __getOwnPropSymbols$4(b)) {
if (__propIsEnum$4.call(b, prop))
__defNormalProp$3(a, prop, b[prop]);
}
return a;
};
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() / 1e3;
} else {
return time;
}
}
if (nodeUtils.types.isDate(time))
return time.getTime() / 1e3;
throw new Error(`Invalid time`);
}
function makeEmptyArchive() {
return Buffer.from([
80,
75,
5,
6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]);
}
class ZipFS extends BasePortableFakeFS {
constructor(source, opts) {
super();
this.lzSource = null;
this.listings = new Map();
this.entries = new Map();
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 : 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 (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]);
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 {
this.libzip.source.keep(this.lzSource);
if (this.libzip.close(this.zip) === -1)
throw this.makeLibzipError(this.libzip.getError(this.zip));
if (this.libzip.source.open(this.lzSource) === -1)
throw this.makeLibzipError(this.libzip.source.error(this.lzSource));
if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_END) === -1)
throw this.makeLibzipError(this.libzip.source.error(this.lzSource));
const size = this.libzip.source.tell(this.lzSource);
if (size === -1)
throw this.makeLibzipError(this.libzip.source.error(this.lzSource));
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 ? void 0 : this.stats.mode;
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`);
const realPosition = position === -1 || position === null ? entry.cursor : 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$1 = Object.assign(new stream.PassThrough({
emitClose: true,
autoDestroy: true,
destroy: (error, callback) => {
clearImmediate(immediate);
this.closeSync(fd);
callback(error);
}
}), {
close() {
stream$1.destroy();
},
bytesRead: 0,
path: p
});
const immediate = setImmediate(async () => {
try {
const data = await this.readFilePromise(p, encoding);
stream$1.bytesRead = data.length;
stream$1.end(data);
} catch (error) {
stream$1.destroy(error);
}
});
return stream$1;
}
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$1 = Object.assign(new stream.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$1.destroy();
}
});
stream$1.on(`data`, (chunk) => {
const chunkBuffer = Buffer.from(chunk);
stream$1.bytesWritten += chunkBuffer.length;
chunks.push(chunkBuffer);
});
return stream$1;
}
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 resolvedP2 = ppath.resolve(PortablePath.root, p);
return this.entries.has(resolvedP2) || this.listings.has(resolvedP2);
}
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 = 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 & 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);
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) * 1e3;
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) ? S_IFDIR : this.isSymbolicLink(entry) ? S_IFLNK : S_IFREG;
const defaultMode = type === S_IFDIR ? 493 : 420;
const mode = type | this.getUnixMode(entry, defaultMode) & 511;
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;
}
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 = S_IFDIR | 493;
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) {
const existingListing = this.listings.get(p);
if (existingListing)
return existingListing;
const parentListing = this.registerListing(ppath.dirname(p));
parentListing.add(ppath.basename(p));
const newListing = new Set();
this.listings.set(p, newListing);
return newListing;
}
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 ? 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 !== void 0) {
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`);
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`) {
const method = this.level === 0 ? this.libzip.ZIP_CM_STORE : 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 & S_IFMT) === 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 rc2 = this.libzip.fread(file, buffer, size, 0);
if (rc2 === -1)
throw this.makeLibzipError(this.libzip.file.getError(file));
else if (rc2 < size)
throw new Error(`Incomplete read`);
else if (rc2 > 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) => {
zlib__default.default.inflateRaw(data, (error, result) => {
if (error) {
reject(error);
} else {
this.fileSources.set(index, result);
resolve(result);
}
});
});
} else {
const decompressedData = zlib__default.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}'`);
mask &= 493;
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, S_IFREG | 0);
const newMod = oldMod & ~511 | 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 & 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 & (fs.constants.COPYFILE_EXCL | 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 = __spreadValues$3({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 = __spreadValues$3({flag: `a`}, opts);
return this.writeFileSync(p, content, opts);
}
fdToPath(fd, reason) {
var _a;
const path = (_a = this.fds.get(fd)) == null ? 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 !== void 0 && 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 !== void 0 && 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 === void 0)
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 = 493, 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) {
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, (S_IFLNK | 511) << 16);
if (rc === -1)
throw this.makeLibzipError(this.libzip.getError(this.zip));
this.symlinkCount += 1;
}
async readFilePromise(p, encoding) {
if (typeof encoding === `object`)
encoding = encoding ? encoding.encoding : void 0;
const data = await this.readFileBuffer(p, {asyncDecompress: true});
return encoding ? data.toString(encoding) : data;
}
readFileSync(p, encoding) {
if (typeof encoding === `object`)
encoding = encoding ? encoding.encoding : void 0;
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}'`);
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 === void 0)
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 ? 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}'`);
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 === void 0)
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, 0);
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, 0);
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 * 1e3);
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);
}
}
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) {
if (encoding === `utf8`) {
return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding);
} else {
return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding);
}
}
readFileSync(p, encoding) {
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), a, b);
}
watchFile(p, a, b) {
return this.baseFs.watchFile(this.mapToBase(p), 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);
}
}
}
class PosixFS extends ProxiedFS {
constructor(baseFs) {
super(npath);
this.baseFs = baseFs;
}
mapFromBase(path) {
return npath.fromPortablePath(path);
}
mapToBase(path) {
return npath.toPortablePath(path);
}
}
const NUMBER_REGEXP = /^[0-9]+$/;
const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/;
const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/;
class VirtualFS extends ProxiedFS {
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`);
const target = ppath.relative(ppath.dirname(base), to);
const segments = target.split(`/`);
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));
}
constructor({baseFs = new NodeFS()} = {}) {
super(ppath);
this.baseFs = baseFs;
}
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;
}
}
const ZIP_FD = 2147483648;
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;
if (path[idx - 1] === ppath.sep)
return null;
idx = path.indexOf(extension, nextCharIdx);
}
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 = 5e3, 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, {archivePath, subPath}) => {
const stream = zipFs.createReadStream(subPath, opts);
stream.path = npath.fromPortablePath(this.pathUtils.join(archivePath, subPath));
return stream;
});
}
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, sourceP2, destFs, destP2) => {
if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0)
throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), {code: `EXDEV`});
if (flags & fs.constants.COPYFILE_EXCL && await this.existsPromise(sourceP2))
throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), {code: `EEXIST`});
let content;
try {
content = await sourceFs.readFilePromise(sourceP2);
} catch (error) {
throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), {code: `EINVAL`});
}
await destFs.writeFilePromise(destP2, 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, sourceP2, destFs, destP2) => {
if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0)
throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), {code: `EXDEV`});
if (flags & fs.constants.COPYFILE_EXCL && this.existsSync(sourceP2))
throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), {code: `EEXIST`});
let content;
try {
content = sourceFs.readFileSync(sourceP2);
} catch (error) {
throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), {code: `EINVAL`});
}
destFs.writeFileSync(destP2, 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 () => {
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, () => {
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, a, b);
}, (zipFs, {subPath}) => {
return zipFs.watch(subPath, a, b);
});
}
watchFile(p, a, b) {
return this.makeCallSync(p, () => {
return this.baseFs.watchFile(p, 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.substring(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.substring(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();
cachedZipFs = this.zipInstances.get(p);
if (!cachedZipFs) {
cachedZipFs = {
zipFs: new ZipFS(p, zipOptions),
expiresAt: 0,
refCount: 0
};
}
}
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
};
}
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();
}
}
}
}
class URLFS extends ProxiedFS {
constructor(baseFs) {
super(npath);
this.baseFs = baseFs;
}
mapFromBase(path) {
return path;
}
mapToBase(path) {
if (path instanceof url.URL)
return url.fileURLToPath(path);
return path;
}
}
const SYNC_IMPLEMENTATIONS = new Set([
`accessSync`,
`appendFileSync`,
`createReadStream`,
`createWriteStream`,
`chmodSync`,
`chownSync`,
`closeSync`,
`copyFileSync`,
`linkSync`,
`lstatSync`,
`fstatSync`,
`lutimesSync`,
`mkdirSync`,
`openSync`,
`opendirSync`,
`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) {
fakeFs = new URLFS(fakeFs);
const setupFn = (target, name, replacement) => {
const orig = target[name];
target[name] = replacement;
if (typeof (orig == null ? void 0 : orig[nodeUtils.promisify.custom]) !== `undefined`) {
replacement[nodeUtils.promisify.custom] = orig[nodeUtils.promisify.custom];
}
};
{
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`, (...args) => {
let [fd, buffer, offset, length, position, callback] = args;
if (args.length <= 3) {
let options = {};
if (args.length < 3) {
callback = args[1];
} else {
options = args[1];
callback = args[2];
}
({
buffer = Buffer.alloc(16384),
offset = 0,
length = buffer.byteLength,
position
} = options);
}
if (offset == null)
offset = 0;
length |= 0;
if (length === 0) {
process.nextTick(() => {
callback(null, 0, buffer);
});
return;
}
if (position == null)
position = -1;
process.nextTick(() => {
fakeFs.readPromise(fd, buffer, offset, length, position).then((bytesRead) => {
callback(null, bytesRead, buffer);
}, (error) => {
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;
}
{
setupFn(patchedFs, `existsSync`, (p) => {
try {
return fakeFs.existsSync(p);
} catch (error) {
return false;
}
});
setupFn(patchedFs, `readSync`, (...args) => {
let [fd, buffer, offset, length, position] = args;
if (args.length <= 3) {
const options = args[2] || {};
({offset = 0, length = buffer.byteLength, position} = options);
}
if (offset == null)
offset = 0;
length |= 0;
if (length === 0)
return 0;
if (position == null)
position = -1;
return fakeFs.readSync(fd, buffer, offset, length, position);
});
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;
}
{
const origEmitWarning = process.emitWarning;
process.emitWarning = () => {
};
let patchedFsPromises;
try {
patchedFsPromises = patchedFs.promises;
} finally {
process.emitWarning = origEmitWarning;
}
if (typeof patchedFsPromises !== `undefined`) {
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;
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) => {
const fd = await fakeFs.openPromise(...args);
return new FileHandle(fd);
});
}
}
{
patchedFs.read[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => {
const res = fakeFs.readPromise(fd, buffer, ...args);
return {bytesRead: await res, buffer};
};
patchedFs.write[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => {
const res = fakeFs.writePromise(fd, buffer, ...args);
return {bytesWritten: await res, buffer};
};
}
}
var libzipSync = {exports: {}};
(function (module, exports) {
var frozenFs = Object.assign({}, fs__default.default);
var createModule = function() {
var _scriptDir = void 0;
if (typeof __filename !== "undefined")
_scriptDir = _scriptDir || __filename;
return function(createModule2) {
createModule2 = createModule2 || {};
var Module = typeof createModule2 !== "undefined" ? createModule2 : {};
var readyPromiseResolve, readyPromiseReject;
Module["ready"] = new Promise(function(resolve, reject) {
readyPromiseResolve = resolve;
readyPromiseReject = reject;
});
var moduleOverrides = {};
var key;
for (key in Module) {
if (Module.hasOwnProperty(key)) {
moduleOverrides[key] = Module[key];
}
}
var scriptDirectory = "";
function locateFile(path) {
if (Module["locateFile"]) {
return Module["locateFile"](path, scriptDirectory);
}
return scriptDirectory + path;
}
var read_, readBinary;
var nodeFS;
var nodePath;
{
{
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 = path__default.default;
filename = nodePath["normalize"](filename);
return nodeFS["readFileSync"](filename, binary ? null : "utf8");
};
readBinary = function readBinary2(filename) {
var ret = read_(filename, true);
if (!ret.buffer) {
ret = new Uint8Array(ret);
}
assert(ret.buffer);
return ret;
};
if (process["argv"].length > 1) {
process["argv"][1].replace(/\\/g, "/");
}
process["argv"].slice(2);
Module["inspect"] = function() {
return "[Emscripten Module object]";
};
}
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"])
;
if (Module["thisProgram"])
;
if (Module["quit"])
;
var STACK_ALIGN = 16;
function alignMemory(size, factor) {
if (!factor)
factor = STACK_ALIGN;
return Math.ceil(size / factor) * factor;
}
var wasmBinary;
if (Module["wasmBinary"])
wasmBinary = Module["wasmBinary"];
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;
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 ret2 = 0;
if (str !== null && str !== void 0 && str !== 0) {
var len = (str.length << 2) + 1;
ret2 = stackAlloc(len);
stringToUTF8(str, ret2, len);
}
return ret2;
},
array: function(arr) {
var ret2 = stackAlloc(arr.length);
writeArrayToMemory(arr, ret2);
return ret2;
}
};
function convertReturnValue(ret2) {
if (returnType === "string")
return UTF8ToString(ret2);
if (returnType === "boolean")
return Boolean(ret2);
return ret2;
}
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);
};
}
var UTF8Decoder = typeof TextDecoder !== "undefined" ? new TextDecoder("utf8") : void 0;
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, buffer2) {
HEAP8.set(array, buffer2);
}
function alignUp(x, multiple) {
if (x % multiple > 0) {
x += multiple - x % multiple;
}
return x;
}
var buffer, HEAP8, HEAPU8, HEAP16, HEAP32, 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"] = new Uint16Array(buf);
Module["HEAPU32"] = new Uint32Array(buf);
Module["HEAPF32"] = HEAPF32 = new Float32Array(buf);
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
}
Module["INITIAL_MEMORY"] || 16777216;
var wasmTable;
var __ATPRERUN__ = [];
var __ATINIT__ = [];
var __ATPOSTRUN__ = [];
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() {
if (!Module["noFSInit"] && !FS.init.initialized)
FS.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 dependenciesFulfilled = null;
function addRunDependency(id) {
runDependencies++;
if (Module["monitorRunDependencies"]) {
Module["monitorRunDependencies"](runDependencies);
}
}
function removeRunDependency(id) {
runDependencies--;
if (Module["monitorRunDependencies"]) {
Module["monitorRunDependencies"](runDependencies);
}
if (runDependencies == 0) {
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;
what = "abort(" + what + "). Build with -s ASSERTIONS=1 for more info.";
var e = new WebAssembly.RuntimeError(what);
readyPromiseReject(e);
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/AX5gBX9/f39/AX5gAnx/AXxgAn9+AX4CeRQBYQFhAAIBYQFiAAABYQFjAAMBYQFkAAYBYQFlAAEBYQFmAAABYQFnAAYBYQFoAAABYQFpAAMBYQFqAAMBYQFrAAMBYQFsAAEBYQFtAAABYQFuAAUBYQFvAAEBYQFwAAMBYQFxAAEBYQFyAAABYQFzAAMBYQF0AAADggKAAgcCAgQAAQECAgANBA4EBwICAhwLEw0AFA0dAAAMDAIHHgwQAgIDAwICAQAIAAcIFBUEBgAADAAECAgDAQYAAgIBBgAfFwEBAwITAiAPBgIFEQMFAxgBCAIBAAAHBQEYABoSAQIABwQDIREIAyIGAAEBAwMAIwUbASQHAQsVAQMABQMEAA0bFw0BBAALCwMDDAwAAwAHJQMBAAgaAQECBQMBAgMDAAcHBwICAgImEQsICAsECQoJAgAAAAAAAAkFAAUFBQEGAwYGBgUSBgYBARIBAAIJBgABDgABAQ8ACQEEGQkJCQAAAAMECgoBAQIQAAAAAgEDAwAEAQoFAA4ACQAEBQFwAR8fBQcBAYACgIACBgkBfwFB0KDBAgsHvgI8AXUCAAF2AIABAXcAkwIBeADjAQF5APEBAXoA0QEBQQDQAQFCAM8BAUMAzgEBRADMAQFFAMsBAUYAyQEBRwCSAgFIAJECAUkAjwIBSgCKAgFLAOkBAUwA4gEBTQDhAQFOADwBTwD8AQFQAPkBAVEA+AEBUgDwAQFTAPoBAVQA4AEBVQAVAVYAGAFXAMcBAVgAzQEBWQDfAQFaAN4BAV8A3QEBJADkAQJhYQDcAQJiYQDbAQJjYQDaAQJkYQDZAQJlYQDYAQJmYQDXAQJnYQDqAQJoYQCcAQJpYQDWAQJqYQDVAQJrYQDUAQJsYQAvAm1hABsCbmEAygECb2EASAJwYQEAAnFhAGcCcmEA0wECc2EA6AECdGEA0gECdWEA9wECdmEA9gECd2EA9QECeGEA5wECeWEA5gECemEA5QEJQQEAQQELHsgBkAKNAo4CjAKLArcBiQKIAocChgKFAoQCgwKCAoECgAL/Af4B/QH7AVv0AfMB8gHvAe4B7QHsAesBCu+QCYACQAEBfyMAQRBrIgMgADYCDCADIAE2AgggAyACNgIEIAMoAgwEQCADKAIMIAMoAgg2AgAgAygCDCADKAIENgIECwvMDAEHfwJAIABFDQAgAEEIayIDIABBBGsoAgAiAUF4cSIAaiEFAkAgAUEBcQ0AIAFBA3FFDQEgAyADKAIAIgFrIgNB9JsBKAIASQ0BIAAgAWohACADQfibASgCAEcEQCABQf8BTQRAIAMoAggiAiABQQN2IgRBA3RBjJwBakYaIAIgAygCDCIBRgRAQeSbAUHkmwEoAgBBfiAEd3E2AgAMAwsgAiABNgIMIAEgAjYCCAwCCyADKAIYIQYCQCADIAMoAgwiAUcEQCADKAIIIgIgATYCDCABIAI2AggMAQsCQCADQRRqIgIoAgAiBA0AIANBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAQJAIAMgAygCHCICQQJ0QZSeAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQeibAUHomwEoAgBBfiACd3E2AgAMAwsgBkEQQRQgBigCECADRhtqIAE2AgAgAUUNAgsgASAGNgIYIAMoAhAiAgRAIAEgAjYCECACIAE2AhgLIAMoAhQiAkUNASABIAI2AhQgAiABNgIYDAELIAUoAgQiAUEDcUEDRw0AQeybASAANgIAIAUgAUF+cTYCBCADIABBAXI2AgQgACADaiAANgIADwsgAyAFTw0AIAUoAgQiAUEBcUUNAAJAIAFBAnFFBEAgBUH8mwEoAgBGBEBB/JsBIAM2AgBB8JsBQfCbASgCACAAaiIANgIAIAMgAEEBcjYCBCADQfibASgCAEcNA0HsmwFBADYCAEH4mwFBADYCAA8LIAVB+JsBKAIARgRAQfibASADNgIAQeybAUHsmwEoAgAgAGoiADYCACADIABBAXI2AgQgACADaiAANgIADwsgAUF4cSAAaiEAAkAgAUH/AU0EQCAFKAIIIgIgAUEDdiIEQQN0QYycAWpGGiACIAUoAgwiAUYEQEHkmwFB5JsBKAIAQX4gBHdxNgIADAILIAIgATYCDCABIAI2AggMAQsgBSgCGCEGAkAgBSAFKAIMIgFHBEAgBSgCCCICQfSbASgCAEkaIAIgATYCDCABIAI2AggMAQsCQCAFQRRqIgIoAgAiBA0AIAVBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAAJAIAUgBSgCHCICQQJ0QZSeAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQeibAUHomwEoAgBBfiACd3E2AgAMAgsgBkEQQRQgBigCECAFRhtqIAE2AgAgAUUNAQsgASAGNgIYIAUoAhAiAgRAIAEgAjYCECACIAE2AhgLIAUoAhQiAkUNACABIAI2AhQgAiABNgIYCyADIABBAXI2AgQgACADaiAANgIAIANB+JsBKAIARw0BQeybASAANgIADwsgBSABQX5xNgIEIAMgAEEBcjYCBCAAIANqIAA2AgALIABB/wFNBEAgAEEDdiIBQQN0QYycAWohAAJ/QeSbASgCACICQQEgAXQiAXFFBEBB5JsBIAEgAnI2AgAgAAwBCyAAKAIICyECIAAgAzYCCCACIAM2AgwgAyAANgIMIAMgAjYCCA8LQR8hAiADQgA3AhAgAEH///8HTQRAIABBCHYiASABQYD+P2pBEHZBCHEiAXQiAiACQYDgH2pBEHZBBHEiAnQiBCAEQYCAD2pBEHZBAnEiBHRBD3YgASACciAEcmsiAUEBdCAAIAFBFWp2QQFxckEcaiECCyADIAI2AhwgAkECdEGUngFqIQECQAJAAkBB6JsBKAIAIgRBASACdCIHcUUEQEHomwEgBCAHcjYCACABIAM2AgAgAyABNgIYDAELIABBAEEZIAJBAXZrIAJBH0YbdCECIAEoAgAhAQNAIAEiBCgCBEF4cSAARg0CIAJBHXYhASACQQF0IQIgBCABQQRxaiIHQRBqKAIAIgENAAsgByADNgIQIAMgBDYCGAsgAyADNgIMIAMgAzYCCAwBCyAEKAIIIgAgAzYCDCAEIAM2AgggA0EANgIYIAMgBDYCDCADIAA2AggLQYScAUGEnAEoAgBBAWsiAEF/IAAbNgIACwtCAQF/IwBBEGsiASQAIAEgADYCDCABKAIMBEAgASgCDC0AAUEBcQRAIAEoAgwoAgQQFQsgASgCDBAVCyABQRBqJAALQwEBfyMAQRBrIgIkACACIAA2AgwgAiABNgIIIAIoAgwCfyMAQRBrIgAgAigCCDYCDCAAKAIMQQxqCxBFIAJBEGokAAuiLgEMfyMAQRBrIgwkAAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAQfQBTQRAQeSbASgCACIFQRAgAEELakF4cSAAQQtJGyIIQQN2IgJ2IgFBA3EEQCABQX9zQQFxIAJqIgNBA3QiAUGUnAFqKAIAIgRBCGoh
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 (err2) {
abort(err2);
}
}
function instantiateSync(file, info) {
var instance;
var module2;
var binary;
try {
binary = getBinary(file);
module2 = new WebAssembly.Module(binary);
instance = new WebAssembly.Instance(module2, 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, module2];
}
function createWasm() {
var info = {a: asmLibraryArg};
function receiveInstance(instance, module2) {
var exports3 = instance.exports;
Module["asm"] = exports3;
wasmMemory = Module["asm"]["u"];
updateGlobalBufferAndViews(wasmMemory.buffer);
wasmTable = Module["asm"]["pa"];
addOnInit(Module["asm"]["v"]);
removeRunDependency();
}
addRunDependency();
if (Module["instantiateWasm"]) {
try {
var exports2 = Module["instantiateWasm"](info, receiveInstance);
return exports2;
} 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 === void 0) {
wasmTable.get(func)();
} else {
wasmTable.get(func)(callback.arg);
}
} else {
func(callback.arg === void 0 ? 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() {
{
try {
var crypto_module = require("crypto");
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};
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, buffer2, 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 === void 0 && bytesRead === 0) {
throw new FS.ErrnoError(6);
}
if (result === null || result === void 0)
break;
bytesRead++;
buffer2[offset + i] = result;
}
if (bytesRead) {
stream.node.timestamp = Date.now();
}
return bytesRead;
},
write: function(stream, buffer2, 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, buffer2[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;
{
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;
}
}
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 !== void 0) {
node.mode = attr.mode;
}
if (attr.timestamp !== void 0) {
node.timestamp = attr.timestamp;
}
if (attr.size !== void 0) {
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 key2 in node.contents) {
if (!node.contents.hasOwnProperty(key2)) {
continue;
}
entries.push(key2);
}
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, buffer2, 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) {
buffer2.set(contents.subarray(position, position + size), offset);
} else {
for (var i = 0; i < size; i++)
buffer2[offset + i] = contents[position + i];
}
return size;
},
write: function(stream, buffer2, offset, length, position, canOwn) {
if (buffer2.buffer === HEAP8.buffer) {
canOwn = false;
}
if (!length)
return 0;
var node = stream.node;
node.timestamp = Date.now();
if (buffer2.subarray && (!node.contents || node.contents.subarray)) {
if (canOwn) {
node.contents = buffer2.subarray(offset, offset + length);
node.usedBytes = length;
return length;
} else if (node.usedBytes === 0 && position === 0) {
node.contents = buffer2.slice(offset, offset + length);
node.usedBytes = length;
return length;
} else if (position + length <= node.usedBytes) {
node.contents.set(buffer2.subarray(offset, offset + length), position);
return length;
}
}
MEMFS.expandFileStorage(node, position + length);
if (node.contents.subarray && buffer2.subarray) {
node.contents.set(buffer2.subarray(offset, offset + length), position);
} else {
for (var i = 0; i < length; i++) {
node.contents[position + i] = buffer2[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, allocated};
},
msync: function(stream, buffer2, offset, length, mmapFlags) {
if (!FS.isFile(stream.node.mode)) {
throw new FS.ErrnoError(43);
}
if (mmapFlags & 2) {
return 0;
}
MEMFS.stream_ops.write(stream, buffer2, 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 !== void 0) {
fs.chmodSync(path, attr.mode);
node.mode = attr.mode;
}
if (attr.timestamp !== void 0) {
var date = new Date(attr.timestamp);
fs.utimesSync(path, date, date);
}
if (attr.size !== void 0) {
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, buffer2, offset, length, position) {
if (length === 0)
return 0;
try {
return fs.readSync(stream.nfd, NODEFS.bufferFrom(buffer2.buffer), offset, length, position);
} catch (e) {
throw new FS.ErrnoError(NODEFS.convertNodeCode(e));
}
},
write: function(stream, buffer2, offset, length, position) {
try {
return fs.writeSync(stream.nfd, NODEFS.bufferFrom(buffer2.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, allocated: true};
},
msync: function(stream, buffer2, offset, length, mmapFlags) {
if (!FS.isFile(stream.node.mode)) {
throw new FS.ErrnoError(43);
}
if (mmapFlags & 2) {
return 0;
}
NODEFS.stream_ops.write(stream, buffer2, 0, length, offset, false);
return 0;
}
}
};
var NODERAWFS = {
lookupPath: function(path) {
return {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});
}
},
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,
nfd,
position: 0,
path,
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, buffer2, offset, length, position) {
if (stream.stream_ops) {
return VFS.read(stream, buffer2, offset, length, position);
}
var seeking = typeof position !== "undefined";
if (!seeking && stream.seekable)
position = stream.position;
var bytesRead = fs.readSync(stream.nfd, NODEFS.bufferFrom(buffer2.buffer), offset, length, position);
if (!seeking)
stream.position += bytesRead;
return bytesRead;
},
write: function(stream, buffer2, offset, length, position) {
if (stream.stream_ops) {
return VFS.write(stream, buffer2, 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(buffer2.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, allocated: true};
},
msync: function(stream, buffer2, offset, length, mmapFlags) {
if (stream.stream_ops) {
return VFS.msync(stream, buffer2, offset, length, mmapFlags);
}
if (mmapFlags & 2) {
return 0;
}
FS.write(stream, buffer2, 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 key2 in defaults) {
if (opts[key2] === void 0) {
opts[key2] = defaults[key2];
}
}
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,
opts,
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 !== void 0 ? mode : 438;
mode &= 4095;
mode |= 32768;
return FS.mknod(path, mode, 0);
},
mkdir: function(path, mode) {
mode = mode !== void 0 ? 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,
path: FS.getPath(node),
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, buffer2, 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, buffer2, offset, length, position);
if (!seeking)
stream.position += bytesRead;
return bytesRead;
},
write: function(stream, buffer2, 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, buffer2, 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, buffer2, offset, length, mmapFlags) {
if (!stream || !stream.stream_ops.msync) {
return 0;
}
return stream.stream_ops.msync(stream, buffer2, 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, void 0, opts.canOwn);
} else if (ArrayBuffer.isView(data)) {
FS.write(stream, data, 0, data.byteLength, void 0, 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, buffer2, 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");
}
FS.open("/dev/stdin", 0);
FS.open("/dev/stdout", 1);
FS.open("/dev/stderr", 1);
},
ensureErrnoError: function() {
if (FS.ErrnoError)
return;
FS.ErrnoError = function ErrnoError(errno, node) {
this.node = node;
this.setErrno = function(errno2) {
this.errno = errno2;
};
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, 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, buffer2, 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 === void 0 && bytesRead === 0) {
throw new FS.ErrnoError(6);
}
if (result === null || result === void 0)
break;
bytesRead++;
buffer2[offset + i] = result;
}
if (bytesRead) {
stream.node.timestamp = Date.now();
}
return bytesRead;
},
write: function(stream, buffer2, offset, length, pos) {
for (var i = 0; i < length; i++) {
try {
output(buffer2[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 (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) {
var properties; {
var properties = {isDevice: false, 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(key2) {
var fn = node.stream_ops[key2];
stream_ops[key2] = function forceLoadLazyFile() {
FS.forceLoadFile(node);
return fn.apply(null, arguments);
};
});
stream_ops.read = function stream_ops_read(stream, buffer2, 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++) {
buffer2[offset + i] = contents[position + i];
}
} else {
for (var i = 0; i < size; i++) {
buffer2[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;
function processData(byteArray) {
function finish(byteArray2) {
if (preFinish)
preFinish();
if (!dontCreateFile) {
FS.createDataFile(parent, name, byteArray2, canRead, canWrite, canOwn);
}
if (onload)
onload();
removeRunDependency();
}
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();
});
handled = true;
}
});
if (!handled)
finish(byteArray);
}
addRunDependency();
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 buffer2 = HEAPU8.slice(addr, addr + len);
FS.msync(stream, buffer2, 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: void 0,
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) {
}
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();
{
var fs = frozenFs;
var NODEJS_PATH = path__default.default;
NODEFS.staticInit();
}
{
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]);
}
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;
}
function intArrayFromBase64(s) {
{
var buf;
try {
buf = Buffer.from(s, "base64");
} catch (_) {
buf = new Buffer(s, "base64");
}
return new Uint8Array(buf["buffer"], buf["byteOffset"], buf["byteLength"]);
}
}
function tryParseAsDataURI(filename) {
if (!isDataURI(filename)) {
return;
}
return intArrayFromBase64(filename.slice(dataURIPrefix.length));
}
var asmLibraryArg = {
s: ___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,
l: _emscripten_memcpy_big,
m: _emscripten_resize_heap,
f: _fd_close,
j: _fd_fdstat_get,
g: _fd_read,
n: _fd_seek,
d: _fd_write,
a: _setTempRet0,
b: _time,
t: _timegm
};
var asm = createWasm();
Module["___wasm_call_ctors"] = asm["v"];
Module["_zip_ext_count_symlinks"] = asm["w"];
Module["_zip_file_get_external_attributes"] = asm["x"];
Module["_zipstruct_stat"] = asm["y"];
Module["_zipstruct_statS"] = asm["z"];
Module["_zipstruct_stat_name"] = asm["A"];
Module["_zipstruct_stat_index"] = asm["B"];
Module["_zipstruct_stat_size"] = asm["C"];
Module["_zipstruct_stat_mtime"] = asm["D"];
Module["_zipstruct_stat_crc"] = asm["E"];
Module["_zipstruct_error"] = asm["F"];
Module["_zipstruct_errorS"] = asm["G"];
Module["_zipstruct_error_code_zip"] = asm["H"];
Module["_zipstruct_stat_comp_size"] = asm["I"];
Module["_zipstruct_stat_comp_method"] = asm["J"];
Module["_zip_close"] = asm["K"];
Module["_zip_delete"] = asm["L"];
Module["_zip_dir_add"] = asm["M"];
Module["_zip_discard"] = asm["N"];
Module["_zip_error_init_with_code"] = asm["O"];
Module["_zip_get_error"] = asm["P"];
Module["_zip_file_get_error"] = asm["Q"];
Module["_zip_error_strerror"] = asm["R"];
Module["_zip_fclose"] = asm["S"];
Module["_zip_file_add"] = asm["T"];
Module["_free"] = asm["U"];
var _malloc = Module["_malloc"] = asm["V"];
var ___errno_location = Module["___errno_location"] = asm["W"];
Module["_zip_source_error"] = asm["X"];
Module["_zip_source_seek"] = asm["Y"];
Module["_zip_file_set_external_attributes"] = asm["Z"];
Module["_zip_file_set_mtime"] = asm["_"];
Module["_zip_fopen"] = asm["$"];
Module["_zip_fopen_index"] = asm["aa"];
Module["_zip_fread"] = asm["ba"];
Module["_zip_get_name"] = asm["ca"];
Module["_zip_get_num_entries"] = asm["da"];
Module["_zip_source_read"] = asm["ea"];
Module["_zip_name_locate"] = asm["fa"];
Module["_zip_open"] = asm["ga"];
Module["_zip_open_from_source"] = asm["ha"];
Module["_zip_set_file_compression"] = asm["ia"];
Module["_zip_source_buffer"] = asm["ja"];
Module["_zip_source_buffer_create"] = asm["ka"];
Module["_zip_source_close"] = asm["la"];
Module["_zip_source_free"] = asm["ma"];
Module["_zip_source_keep"] = asm["na"];
Module["_zip_source_open"] = asm["oa"];
Module["_zip_source_set_mtime"] = asm["qa"];
Module["_zip_source_tell"] = asm["ra"];
Module["_zip_stat"] = asm["sa"];
Module["_zip_stat_index"] = asm["ta"];
var __get_tzname = Module["__get_tzname"] = asm["ua"];
var __get_daylight = Module["__get_daylight"] = asm["va"];
var __get_timezone = Module["__get_timezone"] = asm["wa"];
var stackSave = Module["stackSave"] = asm["xa"];
var stackRestore = Module["stackRestore"] = asm["ya"];
var stackAlloc = Module["stackAlloc"] = asm["za"];
Module["cwrap"] = cwrap;
Module["getValue"] = getValue;
var calledRun;
dependenciesFulfilled = function runCaller() {
if (!calledRun)
run();
if (!calledRun)
dependenciesFulfilled = runCaller;
};
function run(args) {
if (runDependencies > 0) {
return;
}
preRun();
if (runDependencies > 0) {
return;
}
function doRun() {
if (calledRun)
return;
calledRun = true;
Module["calledRun"] = true;
if (ABORT)
return;
initRuntime();
readyPromiseResolve(Module);
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();
return createModule2;
};
}();
module.exports = createModule;
}(libzipSync));
const createModule = libzipSync.exports;
const number64 = [
`number`,
`number`
];
var Errors;
(function(Errors2) {
Errors2[Errors2["ZIP_ER_OK"] = 0] = "ZIP_ER_OK";
Errors2[Errors2["ZIP_ER_MULTIDISK"] = 1] = "ZIP_ER_MULTIDISK";
Errors2[Errors2["ZIP_ER_RENAME"] = 2] = "ZIP_ER_RENAME";
Errors2[Errors2["ZIP_ER_CLOSE"] = 3] = "ZIP_ER_CLOSE";
Errors2[Errors2["ZIP_ER_SEEK"] = 4] = "ZIP_ER_SEEK";
Errors2[Errors2["ZIP_ER_READ"] = 5] = "ZIP_ER_READ";
Errors2[Errors2["ZIP_ER_WRITE"] = 6] = "ZIP_ER_WRITE";
Errors2[Errors2["ZIP_ER_CRC"] = 7] = "ZIP_ER_CRC";
Errors2[Errors2["ZIP_ER_ZIPCLOSED"] = 8] = "ZIP_ER_ZIPCLOSED";
Errors2[Errors2["ZIP_ER_NOENT"] = 9] = "ZIP_ER_NOENT";
Errors2[Errors2["ZIP_ER_EXISTS"] = 10] = "ZIP_ER_EXISTS";
Errors2[Errors2["ZIP_ER_OPEN"] = 11] = "ZIP_ER_OPEN";
Errors2[Errors2["ZIP_ER_TMPOPEN"] = 12] = "ZIP_ER_TMPOPEN";
Errors2[Errors2["ZIP_ER_ZLIB"] = 13] = "ZIP_ER_ZLIB";
Errors2[Errors2["ZIP_ER_MEMORY"] = 14] = "ZIP_ER_MEMORY";
Errors2[Errors2["ZIP_ER_CHANGED"] = 15] = "ZIP_ER_CHANGED";
Errors2[Errors2["ZIP_ER_COMPNOTSUPP"] = 16] = "ZIP_ER_COMPNOTSUPP";
Errors2[Errors2["ZIP_ER_EOF"] = 17] = "ZIP_ER_EOF";
Errors2[Errors2["ZIP_ER_INVAL"] = 18] = "ZIP_ER_INVAL";
Errors2[Errors2["ZIP_ER_NOZIP"] = 19] = "ZIP_ER_NOZIP";
Errors2[Errors2["ZIP_ER_INTERNAL"] = 20] = "ZIP_ER_INTERNAL";
Errors2[Errors2["ZIP_ER_INCONS"] = 21] = "ZIP_ER_INCONS";
Errors2[Errors2["ZIP_ER_REMOVE"] = 22] = "ZIP_ER_REMOVE";
Errors2[Errors2["ZIP_ER_DELETED"] = 23] = "ZIP_ER_DELETED";
Errors2[Errors2["ZIP_ER_ENCRNOTSUPP"] = 24] = "ZIP_ER_ENCRNOTSUPP";
Errors2[Errors2["ZIP_ER_RDONLY"] = 25] = "ZIP_ER_RDONLY";
Errors2[Errors2["ZIP_ER_NOPASSWD"] = 26] = "ZIP_ER_NOPASSWD";
Errors2[Errors2["ZIP_ER_WRONGPASSWD"] = 27] = "ZIP_ER_WRONGPASSWD";
Errors2[Errors2["ZIP_ER_OPNOTSUPP"] = 28] = "ZIP_ER_OPNOTSUPP";
Errors2[Errors2["ZIP_ER_INUSE"] = 29] = "ZIP_ER_INUSE";
Errors2[Errors2["ZIP_ER_TELL"] = 30] = "ZIP_ER_TELL";
Errors2[Errors2["ZIP_ER_COMPRESSED_DATA"] = 31] = "ZIP_ER_COMPRESSED_DATA";
})(Errors || (Errors = {}));
const makeInterface = (libzip) => ({
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: 0,
ZIP_OPSYS_AMIGA: 1,
ZIP_OPSYS_OPENVMS: 2,
ZIP_OPSYS_UNIX: 3,
ZIP_OPSYS_VM_CMS: 4,
ZIP_OPSYS_ATARI_ST: 5,
ZIP_OPSYS_OS_2: 6,
ZIP_OPSYS_MACINTOSH: 7,
ZIP_OPSYS_Z_SYSTEM: 8,
ZIP_OPSYS_CPM: 9,
ZIP_OPSYS_WINDOWS_NTFS: 10,
ZIP_OPSYS_MVS: 11,
ZIP_OPSYS_VSE: 12,
ZIP_OPSYS_ACORN_RISC: 13,
ZIP_OPSYS_VFAT: 14,
ZIP_OPSYS_ALTERNATE_MVS: 15,
ZIP_OPSYS_BEOS: 16,
ZIP_OPSYS_TANDEM: 17,
ZIP_OPSYS_OS_400: 18,
ZIP_OPSYS_OS_X: 19,
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`])
}
});
let mod = null;
function getLibzipSync() {
if (mod === null)
mod = makeInterface(createModule());
return mod;
}
var __defProp$2 = Object.defineProperty;
var __defProps$1 = Object.defineProperties;
var __getOwnPropDescs$1 = Object.getOwnPropertyDescriptors;
var __getOwnPropSymbols$3 = Object.getOwnPropertySymbols;
var __hasOwnProp$3 = Object.prototype.hasOwnProperty;
var __propIsEnum$3 = Object.prototype.propertyIsEnumerable;
var __defNormalProp$2 = (obj, key, value) => key in obj ? __defProp$2(obj, key, {enumerable: true, configurable: true, writable: true, value}) : obj[key] = value;
var __spreadValues$2 = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp$3.call(b, prop))
__defNormalProp$2(a, prop, b[prop]);
if (__getOwnPropSymbols$3)
for (var prop of __getOwnPropSymbols$3(b)) {
if (__propIsEnum$3.call(b, prop))
__defNormalProp$2(a, prop, b[prop]);
}
return a;
};
var __spreadProps$1 = (a, b) => __defProps$1(a, __getOwnPropDescs$1(b));
var ErrorCode;
(function(ErrorCode2) {
ErrorCode2["API_ERROR"] = `API_ERROR`;
ErrorCode2["BUILTIN_NODE_RESOLUTION_FAILED"] = `BUILTIN_NODE_RESOLUTION_FAILED`;
ErrorCode2["EXPORTS_RESOLUTION_FAILED"] = `EXPORTS_RESOLUTION_FAILED`;
ErrorCode2["MISSING_DEPENDENCY"] = `MISSING_DEPENDENCY`;
ErrorCode2["MISSING_PEER_DEPENDENCY"] = `MISSING_PEER_DEPENDENCY`;
ErrorCode2["QUALIFIED_PATH_RESOLUTION_FAILED"] = `QUALIFIED_PATH_RESOLUTION_FAILED`;
ErrorCode2["INTERNAL"] = `INTERNAL`;
ErrorCode2["UNDECLARED_DEPENDENCY"] = `UNDECLARED_DEPENDENCY`;
ErrorCode2["UNSUPPORTED"] = `UNSUPPORTED`;
})(ErrorCode || (ErrorCode = {}));
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
]);
function makeError(pnpCode, message, data = {}, code) {
code != null ? code : 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: __spreadProps$1(__spreadValues$2({}, propertySpec), {
value: code
}),
pnpCode: __spreadProps$1(__spreadValues$2({}, propertySpec), {
value: pnpCode
}),
data: __spreadProps$1(__spreadValues$2({}, propertySpec), {
value: data
})
});
}
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));
}
const builtinModules = new Set(require$$0.Module.builtinModules || Object.keys(process.binding(`natives`)));
const isBuiltinModule = (request) => request.startsWith(`node:`) || builtinModules.has(request);
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;
}
function readPackage(requestPath) {
const jsonPath = npath.resolve(requestPath, `package.json`);
if (!fs__default.default.existsSync(jsonPath))
return null;
return JSON.parse(fs__default.default.readFileSync(jsonPath, `utf8`));
}
function ERR_REQUIRE_ESM(filename, parentPath = null) {
const basename = parentPath && path__default.default.basename(filename) === path__default.default.basename(parentPath) ? filename : path__default.default.basename(filename);
const msg = `require() of ES Module ${filename}${parentPath ? ` from ${parentPath}` : ``} not supported.
Instead change the require of ${basename} in ${parentPath} to a dynamic import() which is available in all CommonJS modules.`;
const err = new Error(msg);
err.code = `ERR_REQUIRE_ESM`;
return err;
}
var __getOwnPropSymbols$2 = Object.getOwnPropertySymbols;
var __hasOwnProp$2 = Object.prototype.hasOwnProperty;
var __propIsEnum$2 = Object.prototype.propertyIsEnumerable;
var __objRest$1 = (source, exclude) => {
var target = {};
for (var prop in source)
if (__hasOwnProp$2.call(source, prop) && exclude.indexOf(prop) < 0)
target[prop] = source[prop];
if (source != null && __getOwnPropSymbols$2)
for (var prop of __getOwnPropSymbols$2(source)) {
if (exclude.indexOf(prop) < 0 && __propIsEnum$2.call(source, prop))
target[prop] = source[prop];
}
return target;
};
function applyPatch(pnpapi, opts) {
const defaultCache = {};
let enableNativeHooks = true;
process.versions.pnp = String(pnpapi.VERSIONS.std);
const moduleExports = require$$0__default.default;
moduleExports.findPnpApi = (lookupSource) => {
const lookupPath = lookupSource instanceof url.URL ? url.fileURLToPath(lookupSource) : lookupSource;
const apiPath = opts.manager.findApiPathFor(lookupPath);
if (apiPath === null)
return null;
const apiEntry = opts.manager.getApiEntry(apiPath, true);
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;
}
const originalModuleLoad = require$$0.Module._load;
require$$0.Module._load = function(request, parent, isMain) {
if (!enableNativeHooks)
return originalModuleLoad.call(require$$0.Module, request, parent, isMain);
if (isBuiltinModule(request)) {
try {
enableNativeHooks = false;
return originalModuleLoad.call(require$$0.Module, request, parent, isMain);
} finally {
enableNativeHooks = true;
}
}
const parentApiPath = opts.manager.getApiPathFromParent(parent);
const parentApi = parentApiPath !== null ? opts.manager.getApiEntry(parentApiPath, true).instance : null;
if (parentApi === null)
return originalModuleLoad(request, parent, isMain);
if (request === `pnpapi`)
return parentApi;
const modulePath = require$$0.Module._resolveFilename(request, parent, isMain);
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};
const cacheEntry = entry.cache[modulePath];
if (cacheEntry) {
if (cacheEntry.loaded === false && cacheEntry.isLoading !== true) {
try {
cacheEntry.isLoading = true;
if (isMain) {
process.mainModule = cacheEntry;
cacheEntry.id = `.`;
}
cacheEntry.load(modulePath);
} finally {
cacheEntry.isLoading = false;
}
}
return cacheEntry.exports;
}
const module = new require$$0.Module(modulePath, parent != null ? parent : void 0);
module.pnpApiPath = moduleApiPath;
entry.cache[modulePath] = module;
if (isMain) {
process.mainModule = module;
module.id = `.`;
}
let hasThrown = true;
try {
module.isLoading = true;
module.load(modulePath);
hasThrown = false;
} finally {
module.isLoading = false;
if (hasThrown) {
delete require$$0.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 : opts.manager.getApiPathFromParent(null);
return [{apiPath, path, module}];
}
}
function makeFakeParent(path) {
const fakeParent = new require$$0.Module(``);
const fakeFilePath = npath.join(path, `[file]`);
fakeParent.paths = require$$0.Module._nodeModulePaths(fakeFilePath);
return fakeParent;
}
const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:@[^/]+\/)?[^/]+)\/*(.*|)$/;
const originalModuleResolveFilename = require$$0.Module._resolveFilename;
require$$0.Module._resolveFilename = function(request, parent, isMain, options) {
if (isBuiltinModule(request))
return request;
if (!enableNativeHooks)
return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, options);
if (options && options.plugnplay === false) {
const _a = options, rest = __objRest$1(_a, ["plugnplay"]);
const forwardedOptions = Object.keys(rest).length > 0 ? rest : void 0;
try {
enableNativeHooks = false;
return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, forwardedOptions);
} finally {
enableNativeHooks = true;
}
}
if (options) {
const optionNames = new Set(Object.keys(options));
optionNames.delete(`paths`);
optionNames.delete(`plugnplay`);
if (optionNames.size > 0) {
throw 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 ? 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 ? 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(require$$0.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 += `
Require stack:
- ${requireStack.join(`
- `)}`;
if (typeof firstError.pnpCode === `string`)
Error.captureStackTrace(firstError);
throw firstError;
};
const originalFindPath = require$$0.Module._findPath;
require$$0.Module._findPath = function(request, paths, isMain) {
if (request === `pnpapi`)
return false;
if (!enableNativeHooks)
return originalFindPath.call(require$$0.Module, request, paths, isMain);
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(require$$0.Module, request, [path], isMain);
}
} catch (error) {
continue;
}
if (resolution) {
return resolution;
}
}
return false;
};
const originalExtensionJSFunction = require$$0.Module._extensions[`.js`];
require$$0.Module._extensions[`.js`] = function(module, filename) {
var _a, _b;
if (filename.endsWith(`.js`)) {
const pkg = readPackageScope(filename);
if (pkg && ((_a = pkg.data) == null ? void 0 : _a.type) === `module`) {
const err = ERR_REQUIRE_ESM(filename, (_b = module.parent) == null ? void 0 : _b.filename);
Error.captureStackTrace(err);
throw err;
}
}
originalExtensionJSFunction.call(this, module, filename);
};
const originalEmit = process.emit;
process.emit = function(name, data, ...args) {
if (name === `warning` && typeof data === `object` && data.name === `ExperimentalWarning` && (data.message.includes(`--experimental-loader`) || data.message.includes(`Custom ESM Loaders is an experimental feature`)))
return false;
return originalEmit.apply(process, arguments);
};
patchFs(fs__default.default, new PosixFS(opts.fakeFs));
}
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 : false;
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,
get packageLocation() {
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
};
}
/**
* @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);
}
}
var __defProp$1 = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
var __propIsEnum$1 = Object.prototype.propertyIsEnumerable;
var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, {enumerable: true, configurable: true, writable: true, value}) : obj[key] = value;
var __spreadValues$1 = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp$1.call(b, prop))
__defNormalProp$1(a, prop, b[prop]);
if (__getOwnPropSymbols$1)
for (var prop of __getOwnPropSymbols$1(b)) {
if (__propIsEnum$1.call(b, prop))
__defNormalProp$1(a, prop, b[prop]);
}
return a;
};
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
function makeApi(runtimeState, opts) {
const alwaysWarnOnFallback = Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK) > 0;
const debugLevel = Number(process.env.PNP_DEBUG_LEVEL);
const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/;
const isStrictRegExp = /^(\/|\.{1,2}(\/|$))/;
const isDirRegExp = /\/$/;
const isRelativeRegexp = /^\.{0,2}\//;
const topLevelLocator = {name: null, reference: null};
const fallbackLocators = [];
const emittedWarnings = new Set();
if (runtimeState.enableTopLevelFallback === true)
fallbackLocators.push(topLevelLocator);
if (opts.compatibilityMode !== false) {
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});
}
}
}
}
}
const {
ignorePattern,
packageRegistry,
packageLocatorsByLocations
} = runtimeState;
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 ? void 0 : _a.hasColors) == null ? void 0 : _b.call(_a)) != null ? _c : process.stdout.isTTY;
const c = (n, str) => `[${n}m${str}`;
const error = entry.error;
if (error)
console.error(c(`31;1`, `\u2716 ${(_d = entry.error) == null ? void 0 : _d.message.replace(/\n.*/s, ``)}`));
else
console.error(c(`33;1`, `\u203C Resolution`));
if (entry.args.length > 0)
console.error();
for (const arg of entry.args)
console.error(` ${c(`37;1`, `In \u2190`)} ${nodeUtils.inspect(arg, {colors, compact: true})}`);
if (entry.result) {
console.error();
console.error(` ${c(`37;1`, `Out \u2192`)} ${nodeUtils.inspect(entry.result, {colors, compact: true})}`);
}
const stack = (_f = (_e = new Error().stack.match(/(?<=^ +)at.*/gm)) == null ? void 0 : _e.slice(2)) != null ? _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;
}
function getPackageInformationSafe(packageLocator) {
const packageInformation = getPackageInformation(packageLocator);
if (!packageInformation) {
throw 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;
}
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`]);
function applyNodeExportsResolution(unqualifiedPath, conditions = defaultExportsConditions) {
const locator = findPackageLocator(ppath.join(unqualifiedPath, `internal.js`), {
resolveIgnored: true,
includeDiscardFromLookup: true
});
if (locator === null) {
throw 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 makeError(ErrorCode.INTERNAL, `unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)`);
}
if (!isRelativeRegexp.test(subpath))
subpath = `./${subpath}`;
let resolvedExport;
try {
resolvedExport = resolve(pkgJson, ppath.normalize(subpath), {
conditions,
unsafe: true
});
} catch (error) {
throw makeError(ErrorCode.EXPORTS_RESOLUTION_FAILED, error.message, {unqualifiedPath: getPathForDisplay(unqualifiedPath), locator, pkgJson, subpath: getPathForDisplay(subpath), conditions}, `ERR_PACKAGE_PATH_NOT_EXPORTED`);
}
if (typeof resolvedExport === `string`)
return ppath.join(packageLocation, resolvedExport);
return null;
}
function applyNodeExtensionResolution(unqualifiedPath, candidates, {extensions}) {
let stat;
try {
candidates.push(unqualifiedPath);
stat = opts.fakeFs.statSync(unqualifiedPath);
} catch (error) {
}
if (stat && !stat.isDirectory())
return opts.fakeFs.realpathSync(unqualifiedPath);
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 (nextUnqualifiedPath && nextUnqualifiedPath !== unqualifiedPath) {
const resolution = applyNodeExtensionResolution(nextUnqualifiedPath, candidates, {extensions});
if (resolution !== null) {
return resolution;
}
}
}
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;
}
}
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;
}
}
}
return null;
}
function makeFakeModule(path) {
const fakeModule = new require$$0.Module(path, null);
fakeModule.filename = path;
fakeModule.paths = require$$0.Module._nodeModulePaths(path);
return fakeModule;
}
function callNativeResolution(request, issuer) {
if (issuer.endsWith(`/`))
issuer = ppath.join(issuer, `internal.js`);
return require$$0.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;
}
}
const VERSIONS = {std: 3, resolveVirtual: 1, getAllLocators: 1};
const topLevel = topLevelLocator;
function getPackageInformation({name, reference}) {
const packageInformationStore = packageRegistry.get(name);
if (!packageInformationStore)
return null;
const packageInformation = packageInformationStore.get(reference);
if (!packageInformation)
return null;
return packageInformation;
}
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;
if (dependentName === name && dependentReference === reference)
continue;
dependents.push({
name: dependentName,
reference: dependentReference
});
}
}
return dependents;
}
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;
}
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;
}
function resolveToUnqualified(request, issuer, {considerBuiltins = true} = {}) {
if (request === `pnpapi`)
return npath.toPortablePath(opts.pnpapiResolution);
if (considerBuiltins && isBuiltinModule(request))
return null;
const requestForDisplay = getPathForDisplay(request);
const issuerForDisplay = issuer && getPathForDisplay(issuer);
if (issuer && isPathIgnored(issuer)) {
if (!ppath.isAbsolute(request) || findPackageLocator(request) === null) {
const result = callNativeResolution(request, issuer);
if (result === false) {
throw 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)
Require request: "${requestForDisplay}"
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay});
}
return npath.toPortablePath(result);
}
}
let unqualifiedPath;
const dependencyNameMatch = request.match(pathRegExp);
if (!dependencyNameMatch) {
if (ppath.isAbsolute(request)) {
unqualifiedPath = ppath.normalize(request);
} else {
if (!issuer) {
throw 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 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 {
if (!issuer) {
throw 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 (!issuerLocator) {
const result = callNativeResolution(request, issuer);
if (result === false) {
throw 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).
Require path: "${requestForDisplay}"
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay});
}
return npath.toPortablePath(result);
}
const issuerInformation = getPackageInformationSafe(issuerLocator);
let dependencyReference = issuerInformation.packageDependencies.get(dependencyName);
let fallbackReference = null;
if (dependencyReference == null) {
if (issuerLocator.name !== null) {
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;
}
}
}
}
}
}
let error = null;
if (dependencyReference === null) {
if (isDependencyTreeRoot(issuerLocator)) {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay, dependencyName});
} else {
const brokenAncestors = findBrokenPeerDependencies(dependencyName, issuerLocator);
if (brokenAncestors.every((ancestor) => isDependencyTreeRoot(ancestor))) {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})
${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference}
`).join(``)}
`, {request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors});
} else {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})
${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference}
`).join(``)}
`, {request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors});
}
}
} else if (dependencyReference === void 0) {
if (!considerBuiltins && isBuiltinModule(request)) {
if (isDependencyTreeRoot(issuerLocator)) {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay, dependencyName});
} else {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName});
}
} else {
if (isDependencyTreeRoot(issuerLocator)) {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerForDisplay}
`, {request: requestForDisplay, issuer: issuerForDisplay, dependencyName});
} else {
error = 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.
Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})
`, {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);
}
}
const dependencyLocator = Array.isArray(dependencyReference) ? {name: dependencyReference[0], reference: dependencyReference[1]} : {name: dependencyName, reference: dependencyReference};
const dependencyInformation = getPackageInformationSafe(dependencyLocator);
if (!dependencyInformation.packageLocation) {
throw 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.
Required package: ${dependencyLocator.name}@${dependencyLocator.reference}${dependencyLocator.name !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``}
Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay})
`, {request: requestForDisplay, issuer: issuerForDisplay, dependencyLocator: Object.assign({}, dependencyLocator)});
}
const dependencyLocation = dependencyInformation.packageLocation;
if (subPath) {
unqualifiedPath = ppath.join(dependencyLocation, subPath);
} else {
unqualifiedPath = dependencyLocation;
}
}
return ppath.normalize(unqualifiedPath);
}
function resolveUnqualifiedExport(request, unqualifiedPath, conditions = defaultExportsConditions) {
if (isStrictRegExp.test(request))
return unqualifiedPath;
const unqualifiedExportPath = applyNodeExportsResolution(unqualifiedPath, conditions);
if (unqualifiedExportPath) {
return ppath.normalize(unqualifiedExportPath);
} else {
return unqualifiedPath;
}
}
function resolveUnqualified(unqualifiedPath, {extensions = Object.keys(require$$0.Module._extensions)} = {}) {
var _a, _b;
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);
let exists = true;
try {
opts.fakeFs.accessSync(packageLocation);
} catch (err) {
if ((err == null ? void 0 : err.code) === `ENOENT`) {
exists = false;
} else {
const readableError = ((_b = (_a = err == null ? void 0 : err.message) != null ? _a : err) != null ? _b : `empty exception thrown`).replace(/^[A-Z]/, ($0) => $0.toLowerCase());
throw makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `Required package exists but could not be accessed (${readableError}).
Missing package: ${containingPackage.name}@${containingPackage.reference}
Expected package location: ${getPathForDisplay(packageLocation)}
`, {unqualifiedPath: unqualifiedPathForDisplay, extensions});
}
}
if (!exists) {
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 makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `${errorMessage}
Missing package: ${containingPackage.name}@${containingPackage.reference}
Expected package location: ${getPathForDisplay(packageLocation)}
`, {unqualifiedPath: unqualifiedPathForDisplay, extensions});
}
}
throw makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `Qualified path resolution failed: we looked for the following paths, but none could be accessed.
Source path: ${unqualifiedPathForDisplay}
${candidates.map((candidate) => `Not found: ${getPathForDisplay(candidate)}
`).join(``)}`, {unqualifiedPath: unqualifiedPathForDisplay, extensions});
}
}
function resolveRequest(request, issuer, {considerBuiltins, extensions, conditions} = {}) {
try {
const unqualifiedPath = resolveToUnqualified(request, issuer, {considerBuiltins});
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;
return resolveUnqualified(remappedPath, {extensions});
} catch (error) {
if (Object.prototype.hasOwnProperty.call(error, `pnpCode`))
Object.assign(error.data, {request: getPathForDisplay(request), issuer: issuer && getPathForDisplay(issuer)});
throw error;
}
}
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 = __spreadProps(__spreadValues$1({}, info), {packageLocation});
return nativeInfo;
},
findPackageLocator: (path) => {
return findPackageLocator(npath.toPortablePath(path));
},
resolveToUnqualified: maybeLog(`resolveToUnqualified`, (request, issuer, opts2) => {
const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null;
const resolution = resolveToUnqualified(npath.toPortablePath(request), portableIssuer, opts2);
if (resolution === null)
return null;
return npath.fromPortablePath(resolution);
}),
resolveUnqualified: maybeLog(`resolveUnqualified`, (unqualifiedPath, opts2) => {
return npath.fromPortablePath(resolveUnqualified(npath.toPortablePath(unqualifiedPath), opts2));
}),
resolveRequest: maybeLog(`resolveRequest`, (request, issuer, opts2) => {
const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null;
const resolution = resolveRequest(npath.toPortablePath(request), portableIssuer, opts2);
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;
}
})
};
}
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: require$$0.Module._cache,
instance: pnpapi,
stats: initialApiStats,
lastRefreshCheck: Date.now()
}]
]);
function loadApiInstance(pnpApiPath) {
const nativePath = npath.fromPortablePath(pnpApiPath);
const module = new require$$0.Module(nativePath, null);
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;
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(`
`);
throw new Error(`Unable to locate pnpapi, the module '${modulePath}' is controlled by multiple pnpapi instances.
This is usually caused by using the global cache (enableGlobalCache: true)
Controlled by:
${controlSegment}
`);
}
const start = ppath.resolve(npath.toPortablePath(modulePath));
let curr;
let next = start;
do {
curr = next;
const cached = findApiPathCache.get(curr);
if (cached !== void 0)
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);
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
};
}
var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, {enumerable: true, configurable: true, writable: true, value}) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
var __objRest = (source, exclude) => {
var target = {};
for (var prop in source)
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
target[prop] = source[prop];
if (source != null && __getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(source)) {
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
target[prop] = source[prop];
}
return target;
};
const localFs = __spreadValues({}, fs__default.default);
const nodeFs = new NodeFS(localFs);
const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState);
const defaultPnpapiResolution = __filename;
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
}), {
makeApi: (_a) => {
var _b = _a, {
basePath = void 0,
fakeFs = dynamicFsLayer,
pnpapiResolution = defaultPnpapiResolution
} = _b, rest = __objRest(_b, [
"basePath",
"fakeFs",
"pnpapiResolution"
]);
const apiRuntimeState = typeof basePath !== `undefined` ? $$SETUP_STATE(hydrateRuntimeState, basePath) : defaultRuntimeState;
return makeApi(apiRuntimeState, __spreadValues({
fakeFs,
pnpapiResolution
}, rest));
},
setup: (api) => {
applyPatch(api || defaultApi, {
fakeFs: defaultFsLayer,
manager
});
dynamicFsLayer.baseFs = new NodeFS(fs__default.default);
}
});
manager = makeManager(defaultApi, {
fakeFs: dynamicFsLayer
});
if (module.parent && module.parent.id === `internal/preload`) {
defaultApi.setup();
if (module.filename) {
delete require$$0__default.default._cache[module.filename];
}
}
if (process.mainModule === module) {
const reportError = (code, message, data) => {
process.stdout.write(`${JSON.stringify([{code, message, data}, null])}
`);
};
const reportSuccess = (resolution) => {
process.stdout.write(`${JSON.stringify([null, resolution])}
`);
};
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>
`);
process.exitCode = 64;
} else {
processResolution(process.argv[2], process.argv[3]);
}
} else {
let buffer = ``;
const decoder = new StringDecoder__default.default.StringDecoder();
process.stdin.on(`data`, (chunk) => {
buffer += decoder.write(chunk);
do {
const index = buffer.indexOf(`
`);
if (index === -1)
break;
const line = buffer.slice(0, index);
buffer = buffer.slice(index + 1);
processRequest(line);
} while (true);
});
}
}
module.exports = defaultApi;