diff --git a/package.json b/package.json index 7c4642556..1616bbfbd 100644 --- a/package.json +++ b/package.json @@ -18,31 +18,32 @@ "test": "node scripts/run-changed.js test" }, "dependencies": { + "@ava/babel": "^1.0.1", "conventional-commits-parser": "^3.1.0", - "semver": "^7.1.1", + "semver": "^7.3.2", "write-pkg": "^4.0.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^3.5.0", - "@typescript-eslint/parser": "^3.5.0", - "ava": "^2.4.0", + "@typescript-eslint/eslint-plugin": "^3.7.0", + "@typescript-eslint/parser": "^3.7.0", + "ava": "^3.11.0", "chalk": "^2.4.2", "codecov-lite": "^0.3.1", - "del-cli": "^3.0.0", + "del-cli": "^3.0.1", "eslint-config-rollup": "^0.1.0", "execa": "^2.1.0", - "globby": "^10.0.1", + "globby": "^10.0.2", "husky": "^3.1.0", "lint-staged": "^9.5.0", "nyc": "^14.1.1", - "pnpm": "^4.13.0", + "pnpm": "^4.14.4", "prettier": "^1.19.1", "prettier-plugin-package": "^0.3.1", - "ts-node": "^8.5.4", + "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", - "tslib": "^1.10.0", - "typescript": "^3.7.4", - "yaml": "^1.7.2" + "tslib": "^1.13.0", + "typescript": "^3.9.7", + "yaml": "^1.10.0" }, "ava": { "files": [ diff --git a/packages/alias/package.json b/packages/alias/package.json index 35960a39f..6e23fedec 100755 --- a/packages/alias/package.json +++ b/packages/alias/package.json @@ -49,13 +49,15 @@ "slash": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-node-resolve": "^7.0.0", - "@rollup/plugin-typescript": "^3.0.0", - "del-cli": "^3.0.0", - "rollup": "^2.0.0" + "@rollup/plugin-node-resolve": "^7.1.3", + "@rollup/plugin-typescript": "^3.1.1", + "del-cli": "^3.0.1", + "rollup": "^2.23.0" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/auto-install/package.json b/packages/auto-install/package.json index 5fb935a56..74ed72686 100755 --- a/packages/auto-install/package.json +++ b/packages/auto-install/package.json @@ -52,7 +52,9 @@ "rollup": "^2.0.0" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/auto-install/test/npm.js b/packages/auto-install/test/npm.js index 743df636e..a89ad66e6 100644 --- a/packages/auto-install/test/npm.js +++ b/packages/auto-install/test/npm.js @@ -27,7 +27,9 @@ test('invalid manager', (t) => { }, plugins: [autoInstall({ pkgFile, manager: 'foo' }), resolve()] }), - RangeError + { + instanceOf: RangeError + } ); t.snapshot(error.message); }); diff --git a/packages/babel/package.json b/packages/babel/package.json index 82f19a046..5bf32e4a3 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -50,22 +50,25 @@ "rollup": "^1.20.0||^2.0.0" }, "dependencies": { - "@babel/helper-module-imports": "^7.7.4", - "@rollup/pluginutils": "^3.0.8" + "@babel/helper-module-imports": "^7.10.4", + "@rollup/pluginutils": "^3.1.0" }, "devDependencies": { - "@babel/core": "^7.7.4", - "@babel/plugin-external-helpers": "^7.7.4", - "@babel/plugin-proposal-decorators": "^7.7.4", - "@babel/plugin-syntax-dynamic-import": "^7.7.4", - "@babel/plugin-transform-runtime": "^7.7.4", - "@babel/preset-env": "^7.9.0", - "@rollup/plugin-json": "^4.0.0", + "@babel/core": "^7.10.5", + "@babel/plugin-external-helpers": "^7.10.4", + "@babel/plugin-proposal-decorators": "^7.10.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@rollup/plugin-json": "^4.1.0", "@types/babel__core": "^7.1.9", - "rollup": "^2.0.0", + "rollup": "^2.23.0", "source-map": "^0.6.1" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/babel/test/as-input-plugin.js b/packages/babel/test/as-input-plugin.js index 65689d893..93f96f93a 100644 --- a/packages/babel/test/as-input-plugin.js +++ b/packages/babel/test/as-input-plugin.js @@ -55,6 +55,7 @@ async function generate(input, babelOptions = {}, generateOptions = {}, rollupOp return getCode(bundle, { format: 'cjs', + exports: 'auto', ...generateOptions }); } diff --git a/packages/babel/test/as-output-plugin.js b/packages/babel/test/as-output-plugin.js index 8190060df..fee6f7c3d 100644 --- a/packages/babel/test/as-output-plugin.js +++ b/packages/babel/test/as-output-plugin.js @@ -53,6 +53,7 @@ async function generate(input, babelOptions = {}, generateOptions = {}, rollupOp return getCode(bundle, { format: 'cjs', + exports: 'auto', plugins: [getBabelOutputPlugin(babelOptions)], ...generateOptions }); diff --git a/packages/beep/package.json b/packages/beep/package.json index c21f84929..a0450bf98 100644 --- a/packages/beep/package.json +++ b/packages/beep/package.json @@ -43,6 +43,9 @@ "strip-ansi": "^5.2.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/buble/package.json b/packages/buble/package.json index d3de26b64..e7186dfbc 100644 --- a/packages/buble/package.json +++ b/packages/buble/package.json @@ -49,19 +49,21 @@ "rollup": "^1.20.0||^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.8", + "@rollup/pluginutils": "^3.1.0", "@types/buble": "^0.19.2", "buble": "^0.20.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^3.0.0", - "del-cli": "^3.0.0", - "rollup": "^2.0.0", + "@rollup/plugin-typescript": "^3.1.1", + "del-cli": "^3.0.1", + "rollup": "^2.23.0", "source-map": "^0.7.3", - "typescript": "^3.7.4" + "typescript": "^3.9.7" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/commonjs/README.md b/packages/commonjs/README.md index 4bcd9a9f0..a1cdf5f5c 100644 --- a/packages/commonjs/README.md +++ b/packages/commonjs/README.md @@ -157,7 +157,7 @@ import * as foo from 'foo'; ``` This is in line with how other bundlers handle this situation and is also the most likely behaviour in case Node should ever support this. However there are some situations where this may not be desired: - + - There is code in an external dependency that cannot be changed where a `require` statement expects the default export to be returned from an ES module. - If the imported module is in the same bundle, Rollup will generate a namespace object for the imported module which can increase bundle size unnecessarily: @@ -168,15 +168,15 @@ This is in line with how other bundlers handle this situation and is also the mo // input: dep.js export default 'foo'; - + // output var dep = 'foo'; - - var dep$1 = /*#__PURE__*/Object.freeze({ - __proto__: null, - 'default': dep + + var dep$1 = /*#__PURE__*/ Object.freeze({ + __proto__: null, + default: dep }); - + console.log(dep$1.default); ``` @@ -191,22 +191,26 @@ For these situations, you can change Rollup's behaviour either globally or per m // output import * as dep from 'dep'; - + console.log(dep); ``` - + - `"auto"`: This is complementary to how [`output.exports`](https://rollupjs.org/guide/en/#outputexports): `"auto"` works in Rollup: If a module has a default export and no named exports, requiring that module returns the default export. In all other cases, the namespace is returned. For external dependencies when using `esmExternals: true`, a corresponding interop helper is added: ```js // output import * as dep$1 from 'dep'; - - function getDefaultExportFromNamespaceIfNotNamed (n) { - return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n; + + function getDefaultExportFromNamespaceIfNotNamed(n) { + return n && + Object.prototype.hasOwnProperty.call(n, 'default') && + Object.keys(n).length === 1 + ? n['default'] + : n; } - + var dep = getDefaultExportFromNamespaceIfNotNamed(dep$1); - + console.log(dep); ``` @@ -215,13 +219,15 @@ For these situations, you can change Rollup's behaviour either globally or per m ```js // output import * as dep$1 from 'dep'; - - function getDefaultExportFromNamespaceIfPresent (n) { - return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n; + + function getDefaultExportFromNamespaceIfPresent(n) { + return n && Object.prototype.hasOwnProperty.call(n, 'default') + ? n['default'] + : n; } - + var dep = getDefaultExportFromNamespaceIfPresent(dep$1); - + console.log(dep); ``` @@ -230,7 +236,7 @@ For these situations, you can change Rollup's behaviour either globally or per m ```js // output import dep from 'dep'; - + console.log(dep); ``` diff --git a/packages/commonjs/package.json b/packages/commonjs/package.json index 3f94897ce..7c655526f 100644 --- a/packages/commonjs/package.json +++ b/packages/commonjs/package.json @@ -70,6 +70,9 @@ "typescript": "^3.9.7" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/commonjs/test/fixtures/function/import-esm-require-returns-default-true/main.js b/packages/commonjs/test/fixtures/function/import-esm-require-returns-default-true/main.js index ea9b75548..f1c7ad0b2 100644 --- a/packages/commonjs/test/fixtures/function/import-esm-require-returns-default-true/main.js +++ b/packages/commonjs/test/fixtures/function/import-esm-require-returns-default-true/main.js @@ -1,6 +1,7 @@ const externalNamed = require('external-esm-named'); const externalMixed = require('external-esm-mixed'); const externalDefault = require('external-esm-default'); + const mixedExports = require('./mixed.js'); const defaultExport = require('./default.js'); diff --git a/packages/commonjs/test/fixtures/function/require-esm-with-namespace-named-default/dep.js b/packages/commonjs/test/fixtures/function/require-esm-with-namespace-named-default/dep.js index 67030509f..7f7fdd80d 100644 --- a/packages/commonjs/test/fixtures/function/require-esm-with-namespace-named-default/dep.js +++ b/packages/commonjs/test/fixtures/function/require-esm-with-namespace-named-default/dep.js @@ -1 +1,3 @@ -export * as default from './other.js'; +import * as other from './other.js'; + +export default other; diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-default/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-default/main.js index a6f175baf..69f88336d 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-default/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-default/main.js @@ -1,4 +1,5 @@ import external from 'external-esm-default'; + import dep from './dep'; t.is(dep, 'default'); diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-mixed/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-mixed/main.js index b944f13d2..7b84eb8b3 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-mixed/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-mixed/main.js @@ -1,4 +1,5 @@ import external, { foo } from 'external-esm-mixed'; + import dep, { named } from './dep'; t.is(dep, 'default'); diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-named/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-named/main.js index 8042383f7..f0586f566 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-named/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-named/main.js @@ -1,4 +1,5 @@ import { foo } from 'external-esm-named'; + import { named } from './dep'; t.is(named, 'named'); diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-default/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-default/main.js index e71369cbe..8263cb00a 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-default/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-default/main.js @@ -1,4 +1,5 @@ import * as external from 'external-esm-default'; + import * as dep from './dep'; t.deepEqual(dep, { diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-mixed/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-mixed/main.js index 0e871a653..75c7f8d8c 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-mixed/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-mixed/main.js @@ -1,4 +1,5 @@ import * as external from 'external-esm-mixed'; + import * as dep from './dep'; t.deepEqual(dep, { diff --git a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-named/main.js b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-named/main.js index b14d3ded4..a275e5964 100644 --- a/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-named/main.js +++ b/packages/commonjs/test/fixtures/function/transpiled-esm-namespace-named/main.js @@ -1,4 +1,5 @@ import * as external from 'external-esm-named'; + import * as dep from './dep'; t.deepEqual(dep, { diff --git a/packages/commonjs/test/snapshots/function.js.md b/packages/commonjs/test/snapshots/function.js.md index e70adf186..913a5d27c 100644 --- a/packages/commonjs/test/snapshots/function.js.md +++ b/packages/commonjs/test/snapshots/function.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `function.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## assign-properties-to-default-export @@ -3917,13 +3917,13 @@ Generated by [AVA](https://ava.li). const foo = 'foo';␊ var other = 'bar';␊ ␊ - var dep = /*#__PURE__*/Object.freeze({␊ + var other$1 = /*#__PURE__*/Object.freeze({␊ __proto__: null,␊ foo: foo,␊ 'default': other␊ });␊ ␊ - t.deepEqual(dep, { default: 'bar', foo: 'foo' });␊ + t.deepEqual(other$1, { default: 'bar', foo: 'foo' });␊ ␊ var main = {␊ ␊ diff --git a/packages/commonjs/test/snapshots/function.js.snap b/packages/commonjs/test/snapshots/function.js.snap index 82728dc87..be20a9549 100644 Binary files a/packages/commonjs/test/snapshots/function.js.snap and b/packages/commonjs/test/snapshots/function.js.snap differ diff --git a/packages/commonjs/test/snapshots/test.js.md b/packages/commonjs/test/snapshots/test.js.md index ce6fc8219..9bdbbcefc 100644 --- a/packages/commonjs/test/snapshots/test.js.md +++ b/packages/commonjs/test/snapshots/test.js.md @@ -2,7 +2,7 @@ The actual snapshot is saved in `test.js.snap`. -Generated by [AVA](https://ava.li). +Generated by [AVA](https://avajs.dev). ## can spread an object into module.exports diff --git a/packages/data-uri/package.json b/packages/data-uri/package.json index 0c19432d2..806afc355 100644 --- a/packages/data-uri/package.json +++ b/packages/data-uri/package.json @@ -54,7 +54,9 @@ "typescript": "^3.7.4" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/dsv/package.json b/packages/dsv/package.json index 4526949eb..3570a9e5a 100755 --- a/packages/dsv/package.json +++ b/packages/dsv/package.json @@ -33,15 +33,18 @@ "LICENSE" ], "dependencies": { - "@rollup/pluginutils": "^3.0.4", + "@rollup/pluginutils": "^3.1.0", "d3-dsv": "1.2.0", "tosource": "^1.0.0" }, "devDependencies": { - "del-cli": "^3.0.0", - "rollup": "^2.0.0" + "del-cli": "^3.0.1", + "rollup": "^2.23.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/dynamic-import-vars/README.md b/packages/dynamic-import-vars/README.md index 84fa73169..e25950044 100644 --- a/packages/dynamic-import-vars/README.md +++ b/packages/dynamic-import-vars/README.md @@ -40,8 +40,8 @@ export default { plugins: [ dynamicImportVars({ // options - }) - ] + }), + ], }; ``` diff --git a/packages/dynamic-import-vars/package.json b/packages/dynamic-import-vars/package.json index 4eaebeed4..c499674a6 100644 --- a/packages/dynamic-import-vars/package.json +++ b/packages/dynamic-import-vars/package.json @@ -58,11 +58,13 @@ "devDependencies": { "acorn": "^7.1.1", "acorn-dynamic-import": "^4.0.0", - "ava": "^2.4.0", "prettier": "^2.0.5", "rollup": "^2.7.5" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/snapshots/**" diff --git a/packages/dynamic-import-vars/src/dynamic-import-to-glob.js b/packages/dynamic-import-vars/src/dynamic-import-to-glob.js index c1d7de53e..4e16d3f44 100644 --- a/packages/dynamic-import-vars/src/dynamic-import-to-glob.js +++ b/packages/dynamic-import-vars/src/dynamic-import-to-glob.js @@ -26,8 +26,12 @@ function templateLiteralToGlob(node) { } function callExpressionToGlob(node) { - const callee = node.callee; - if (callee.type === 'MemberExpression' && callee.property.type === 'Identifier' && callee.property.name === 'concat') { + const { callee } = node; + if ( + callee.type === 'MemberExpression' && + callee.property.type === 'Identifier' && + callee.property.name === 'concat' + ) { return `${expressionToGlob(callee.object)}${node.arguments.map(expressionToGlob).join('')}`; } return '*'; diff --git a/packages/dynamic-import-vars/test/src/dynamic-import-to-glob.test.js b/packages/dynamic-import-vars/test/src/dynamic-import-to-glob.test.js index e4fde193f..bbd350e40 100644 --- a/packages/dynamic-import-vars/test/src/dynamic-import-to-glob.test.js +++ b/packages/dynamic-import-vars/test/src/dynamic-import-to-glob.test.js @@ -37,7 +37,7 @@ test('template literal with multiple variables', (t) => { test('dynamic expression with variable filename', (t) => { const ast = CustomParser.parse('import("./foo/".concat(bar,".js"));', { - sourceType: 'module', + sourceType: 'module' }); const glob = dynamicImportToGlob(ast.body[0].expression.arguments[0]); @@ -46,7 +46,7 @@ test('dynamic expression with variable filename', (t) => { test('dynamic expression with variable directory', (t) => { const ast = CustomParser.parse('import("./foo/".concat(bar, "/x.js"));', { - sourceType: 'module', + sourceType: 'module' }); const glob = dynamicImportToGlob(ast.body[0].expression.arguments[0]); @@ -55,7 +55,7 @@ test('dynamic expression with variable directory', (t) => { test('dynamic expression with multiple variables', (t) => { const ast = CustomParser.parse('import("./".concat(foo, "/").concat(bar,".js"));', { - sourceType: 'module', + sourceType: 'module' }); const glob = dynamicImportToGlob(ast.body[0].expression.arguments[0]); diff --git a/packages/html/package.json b/packages/html/package.json index 5fef99534..7e27b56b3 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -41,10 +41,13 @@ "rollup": "^1.20.0||^2.0.0" }, "devDependencies": { - "rollup": "^2.0.0", - "rollup-plugin-postcss": "^2.0.3" + "rollup": "^2.23.0", + "rollup-plugin-postcss": "^3.1.3" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/image/package.json b/packages/image/package.json index 0ceefb13b..d5f539fd1 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -53,6 +53,9 @@ "rollup": "^2.0.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/inject/package.json b/packages/inject/package.json index 8ec87bcf6..6a2acedcf 100644 --- a/packages/inject/package.json +++ b/packages/inject/package.json @@ -46,19 +46,22 @@ "rollup": "^1.20.0 || ^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.4", + "@rollup/pluginutils": "^3.1.0", "estree-walker": "^1.0.1", - "magic-string": "^0.25.5" + "magic-string": "^0.25.7" }, "devDependencies": { - "@rollup/plugin-buble": "^0.21.0", - "del-cli": "^3.0.0", + "@rollup/plugin-buble": "^0.21.3", + "del-cli": "^3.0.1", "locate-character": "^2.0.5", - "rollup": "^2.0.0", + "rollup": "^2.23.0", "source-map": "^0.7.3", - "typescript": "^3.7.4" + "typescript": "^3.9.7" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/json/package.json b/packages/json/package.json index d807352f6..92142173d 100755 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -55,6 +55,9 @@ "source-map-support": "^0.5.16" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/legacy/package.json b/packages/legacy/package.json index 609855845..ac2a0ea19 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -41,10 +41,13 @@ }, "devDependencies": { "@rollup/plugin-buble": "^0.20.0", - "del-cli": "^3.0.0", - "rollup": "^2.0.0" + "del-cli": "^3.0.1", + "rollup": "^2.23.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/multi-entry/package.json b/packages/multi-entry/package.json index 144979272..a0f5e0097 100755 --- a/packages/multi-entry/package.json +++ b/packages/multi-entry/package.json @@ -47,12 +47,15 @@ "matched": "^1.0.2" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "rollup": "^2.0.0", + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "rollup": "^2.23.0", "rollup-plugin-babel": "^4.4.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/node-resolve/package.json b/packages/node-resolve/package.json index 3e6f4fed6..261eabbbb 100644 --- a/packages/node-resolve/package.json +++ b/packages/node-resolve/package.json @@ -57,18 +57,21 @@ "resolve": "^1.17.0" }, "devDependencies": { - "@babel/core": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.10.4", + "@babel/core": "^7.10.5", + "@babel/plugin-transform-typescript": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@rollup/plugin-babel": "^5.0.4", - "@rollup/plugin-commonjs": "^13.0.0", + "@rollup/plugin-babel": "^5.1.0", + "@rollup/plugin-commonjs": "^13.0.2", "@rollup/plugin-json": "^4.1.0", "es5-ext": "^0.10.53", - "rollup": "^2.12.0", + "rollup": "^2.23.0", "source-map": "^0.7.3", "string-capitalize": "^1.0.1" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/pluginutils/package.json b/packages/pluginutils/package.json index 0f57f4192..5fe65492a 100644 --- a/packages/pluginutils/package.json +++ b/packages/pluginutils/package.json @@ -61,7 +61,9 @@ "typescript": "^3.7.5" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/replace/package.json b/packages/replace/package.json index 08734fdbd..89043070d 100644 --- a/packages/replace/package.json +++ b/packages/replace/package.json @@ -46,18 +46,21 @@ "rollup": "^1.20.0 || ^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.8", - "magic-string": "^0.25.5" + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" }, "devDependencies": { - "@rollup/plugin-buble": "^0.21.0", - "del-cli": "^3.0.0", + "@rollup/plugin-buble": "^0.21.3", + "del-cli": "^3.0.1", "locate-character": "^2.0.5", - "rollup": "^2.0.0", + "rollup": "^2.23.0", "source-map": "^0.7.3", - "typescript": "^3.7.4" + "typescript": "^3.9.7" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/run/package.json b/packages/run/package.json index 9f314231f..3dde2c43f 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -55,7 +55,9 @@ "sinon": "8.0.4" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/output/**", diff --git a/packages/strip/package.json b/packages/strip/package.json index a1f644fd2..df1842e19 100644 --- a/packages/strip/package.json +++ b/packages/strip/package.json @@ -37,15 +37,18 @@ "rollup": "^1.20.0 || ^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.4", + "@rollup/pluginutils": "^3.1.0", "estree-walker": "^1.0.1", - "magic-string": "^0.25.5" + "magic-string": "^0.25.7" }, "devDependencies": { - "acorn": "7.1.0", - "rollup": "^2.0.0" + "acorn": "^7.3.1", + "rollup": "^2.23.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/sucrase/package.json b/packages/sucrase/package.json index eb763b303..ec932b0d2 100644 --- a/packages/sucrase/package.json +++ b/packages/sucrase/package.json @@ -55,6 +55,9 @@ "rollup": "^2.0.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/output/**", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 7331c27a5..b837013bd 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -49,20 +49,22 @@ "typescript": ">=3.4.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.1", - "resolve": "^1.14.1" + "@rollup/pluginutils": "^3.1.0", + "resolve": "^1.17.0" }, "devDependencies": { - "@rollup/plugin-buble": "^0.21.0", - "@rollup/plugin-commonjs": "^11.0.1", - "@rollup/plugin-typescript": "^3.0.0", + "@rollup/plugin-buble": "^0.21.3", + "@rollup/plugin-commonjs": "^11.1.0", + "@rollup/plugin-typescript": "^3.1.1", "buble": "^0.19.8", "rollup": "^2.14.0", - "tslib": "^1.10.0", - "typescript": "^3.7.4" + "tslib": "^1.13.0", + "typescript": "^3.9.7" }, "ava": { - "compileEnhancements": false, + "babel": { + "compileEnhancements": false + }, "extensions": [ "ts" ], diff --git a/packages/typescript/test/test.js b/packages/typescript/test/test.js index 422400b4b..e4371a70a 100644 --- a/packages/typescript/test/test.js +++ b/packages/typescript/test/test.js @@ -23,7 +23,7 @@ function onwarn(warning) { console.warn(warning.toString()); } -test('runs code through typescript', async (t) => { +test.serial('runs code through typescript', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [typescript({ tsconfig: 'fixtures/basic/tsconfig.json', target: 'es5' })], @@ -35,7 +35,7 @@ test('runs code through typescript', async (t) => { t.false(code.includes('const'), code); }); -test('supports creating declaration files', async (t) => { +test.serial('supports creating declaration files', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -57,7 +57,7 @@ test('supports creating declaration files', async (t) => { t.true(output[1].source.includes('declare const answer = 42;'), output[1].source); }); -test('supports creating declaration files in subfolder', async (t) => { +test.serial('supports creating declaration files in subfolder', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -82,7 +82,7 @@ test('supports creating declaration files in subfolder', async (t) => { t.true(declarationSource.includes('//# sourceMappingURL=main.d.ts.map'), declarationSource); }); -test('supports creating declaration files for interface only source file', async (t) => { +test.serial('supports creating declaration files for interface only source file', async (t) => { const bundle = await rollup({ input: 'fixtures/export-interface-only/main.ts', plugins: [ @@ -118,7 +118,7 @@ test('supports creating declaration files for interface only source file', async t.true(declarationSource.includes('//# sourceMappingURL=interface.d.ts.map'), declarationSource); }); -test('supports creating declaration files in declarationDir', async (t) => { +test.serial('supports creating declaration files in declarationDir', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -140,7 +140,7 @@ test('supports creating declaration files in declarationDir', async (t) => { t.true(output[1].source.includes('declare const answer = 42;'), output[1].source); }); -test('ensures outDir is set when creating declaration files', async (t) => { +test.serial('ensures outDir is set when creating declaration files', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -163,7 +163,7 @@ test('ensures outDir is set when creating declaration files', async (t) => { ); }); -test('ensures outDir is located in Rollup output dir', async (t) => { +test.serial('ensures outDir is located in Rollup output dir', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -192,7 +192,7 @@ test('ensures outDir is located in Rollup output dir', async (t) => { ); }); -test('ensures declarationDir is located in Rollup output dir', async (t) => { +test.serial('ensures declarationDir is located in Rollup output dir', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -222,7 +222,7 @@ test('ensures declarationDir is located in Rollup output dir', async (t) => { ); }); -test('relative paths in tsconfig.json are resolved relative to the file', async (t) => { +test.serial('relative paths in tsconfig.json are resolved relative to the file', async (t) => { const bundle = await rollup({ input: 'fixtures/relative-dir/main.ts', plugins: [typescript({ tsconfig: 'fixtures/relative-dir/tsconfig.json' })], @@ -238,7 +238,7 @@ test('relative paths in tsconfig.json are resolved relative to the file', async t.true(output[1].source.includes('declare const answer = 42;'), output[1].source); }); -test('throws for unsupported module types', async (t) => { +test.serial('throws for unsupported module types', async (t) => { const caughtError = await t.throws(() => rollup({ input: 'fixtures/basic/main.ts', @@ -253,7 +253,7 @@ test('throws for unsupported module types', async (t) => { ); }); -test('warns for invalid module types', async (t) => { +test.serial('warns for invalid module types', async (t) => { const warnings = []; await t.throwsAsync(() => rollup({ @@ -270,12 +270,12 @@ test('warns for invalid module types', async (t) => { code: 'PLUGIN_WARNING', plugin: 'typescript', pluginCode: 'TS6046', - message: `@rollup/plugin-typescript TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'esnext'.` + message: `@rollup/plugin-typescript TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'esnext'.` } ]); }); -test('ignores case of module types', async (t) => { +test.serial('ignores case of module types', async (t) => { await t.notThrowsAsync( rollup({ input: 'fixtures/basic/main.ts', @@ -285,7 +285,7 @@ test('ignores case of module types', async (t) => { ); }); -test('handles async functions', async (t) => { +test.serial('handles async functions', async (t) => { const bundle = await rollup({ input: 'fixtures/async/main.ts', plugins: [typescript({ tsconfig: 'fixtures/async/tsconfig.json' })], @@ -296,7 +296,7 @@ test('handles async functions', async (t) => { t.pass(); }); -test('does not duplicate helpers', async (t) => { +test.serial('does not duplicate helpers', async (t) => { const bundle = await rollup({ input: 'fixtures/dedup-helpers/main.ts', plugins: [typescript({ tsconfig: 'fixtures/dedup-helpers/tsconfig.json', target: 'es5' })], @@ -311,7 +311,7 @@ test('does not duplicate helpers', async (t) => { t.false(code.includes('__extends$1'), code); }); -test('transpiles `export class A` correctly', async (t) => { +test.serial('transpiles `export class A` correctly', async (t) => { const bundle = await rollup({ input: 'fixtures/export-class-fix/main.ts', plugins: [typescript({ tsconfig: 'fixtures/export-class-fix/tsconfig.json' })], @@ -343,7 +343,7 @@ test.serial('transpiles ES6 features to ES5 with source maps', async (t) => { t.is(code.indexOf('=>'), -1, code); }); -test('reports diagnostics and throws if errors occur during transpilation', async (t) => { +test.serial('reports diagnostics and throws if errors occur during transpilation', async (t) => { const caughtError = await t.throwsAsync( rollup({ input: 'fixtures/syntax-error/missing-type.ts', @@ -356,7 +356,7 @@ test('reports diagnostics and throws if errors occur during transpilation', asyn t.is(caughtError.pluginCode, 'TS1110'); }); -test('ignore type errors if noEmitOnError is false', async (t) => { +test.serial('ignore type errors if noEmitOnError is false', async (t) => { const warnings = []; const bundle = await rollup({ input: 'fixtures/syntax-error/missing-type.ts', @@ -382,7 +382,7 @@ test('ignore type errors if noEmitOnError is false', async (t) => { t.true(warnings[0].frame.includes('var a: ;')); }); -test('works with named exports for abstract classes', async (t) => { +test.serial('works with named exports for abstract classes', async (t) => { const bundle = await rollup({ input: 'fixtures/export-abstract-class/main.ts', plugins: [typescript({ tsconfig: 'fixtures/export-abstract-class/tsconfig.json' })], @@ -392,7 +392,7 @@ test('works with named exports for abstract classes', async (t) => { t.true(code.length > 0, code); }); -test('should use named exports for classes', async (t) => { +test.serial('should use named exports for classes', async (t) => { const bundle = await rollup({ input: 'fixtures/export-class/main.ts', plugins: [typescript({ include: 'fixtures/export-class/**/*' })], @@ -401,7 +401,7 @@ test('should use named exports for classes', async (t) => { t.is((await evaluateBundle(bundle)).foo, 'bar'); }); -test('supports overriding the TypeScript version', async (t) => { +test.serial('supports overriding the TypeScript version', async (t) => { const bundle = await rollup({ input: 'fixtures/overriding-typescript/main.ts', onwarn, @@ -439,7 +439,7 @@ test('supports overriding the TypeScript version', async (t) => { t.is(result, 1337); }); -test('supports overriding tslib with a custom path', async (t) => { +test.serial('supports overriding tslib with a custom path', async (t) => { const bundle = await rollup({ input: 'fixtures/overriding-tslib/main.ts', plugins: [ @@ -455,7 +455,7 @@ test('supports overriding tslib with a custom path', async (t) => { t.is(code.myParent.baseMethod(), 'base method'); }); -test('supports overriding tslib with a custom path in a promise', async (t) => { +test.serial('supports overriding tslib with a custom path in a promise', async (t) => { const bundle = await rollup({ input: 'fixtures/overriding-tslib/main.ts', plugins: [ @@ -471,7 +471,7 @@ test('supports overriding tslib with a custom path in a promise', async (t) => { t.is(code.myParent.baseMethod(), 'base method'); }); -test('should not resolve .d.ts files', async (t) => { +test.serial('should not resolve .d.ts files', async (t) => { const bundle = await rollup({ input: 'fixtures/dts/main.ts', plugins: [typescript({ tsconfig: 'fixtures/dts/tsconfig.json' })], @@ -559,7 +559,7 @@ test.serial('should support extends property with node resolution', async (t) => t.true(usage, 'should contain usage'); }); -test('complies code that uses browser functions', async (t) => { +test.serial('complies code that uses browser functions', async (t) => { const bundle = await rollup({ input: 'fixtures/dom/main.ts', plugins: [typescript({ tsconfig: './fixtures/dom/tsconfig.json' })], @@ -571,7 +571,7 @@ test('complies code that uses browser functions', async (t) => { t.true(code.includes('navigator.clipboard.readText()'), code); }); -test('allows specifying a path for tsconfig.json', async (t) => { +test.serial('allows specifying a path for tsconfig.json', async (t) => { const bundle = await rollup({ input: 'fixtures/tsconfig-jsx/main.tsx', plugins: [ @@ -585,7 +585,7 @@ test('allows specifying a path for tsconfig.json', async (t) => { t.not(usage, -1, 'should contain usage'); }); -test('throws if tsconfig cannot be found', async (t) => { +test.serial('throws if tsconfig cannot be found', async (t) => { const caughtError = await t.throws(() => rollup({ input: 'fixtures/tsconfig-jsx/main.tsx', @@ -600,7 +600,7 @@ test('throws if tsconfig cannot be found', async (t) => { ); }); -test('should throw on bad options', async (t) => { +test.serial('should throw on bad options', async (t) => { const warnings = []; await t.throwsAsync( () => @@ -612,7 +612,9 @@ test('should throw on bad options', async (t) => { warnings.push(warning); } }), - "@rollup/plugin-typescript: Couldn't process compiler options" + { + message: "@rollup/plugin-typescript: Couldn't process compiler options" + } ); t.deepEqual(warnings, [ @@ -625,7 +627,7 @@ test('should throw on bad options', async (t) => { ]); }); -test('creates _tslib.js file when preserveModules is used', async (t) => { +test.serial('creates _tslib.js file when preserveModules is used', async (t) => { const bundle = await rollup({ input: 'fixtures/preserve-modules/main.ts', plugins: [typescript({ tsconfig: 'fixtures/preserve-modules/tsconfig.json' })], @@ -638,7 +640,7 @@ test('creates _tslib.js file when preserveModules is used', async (t) => { t.true(files[1].fileName.includes('tslib.es6.js'), files[1].fileName); }); -test('should handle re-exporting types', async (t) => { +test.serial('should handle re-exporting types', async (t) => { const bundle = await rollup({ input: 'fixtures/reexport-type/main.ts', plugins: [ @@ -654,22 +656,25 @@ test('should handle re-exporting types', async (t) => { await t.notThrowsAsync(getCode(bundle, outputOptions)); }); -test('prevents errors due to conflicting `sourceMap`/`inlineSourceMap` options', async (t) => { - await t.notThrowsAsync( - rollup({ - input: 'fixtures/overriding-typescript/main.ts', - plugins: [ - typescript({ - tsconfig: 'fixtures/overriding-typescript/tsconfig.json', - inlineSourceMap: true - }) - ], - onwarn - }) - ); -}); +test.serial( + 'prevents errors due to conflicting `sourceMap`/`inlineSourceMap` options', + async (t) => { + await t.notThrowsAsync( + rollup({ + input: 'fixtures/overriding-typescript/main.ts', + plugins: [ + typescript({ + tsconfig: 'fixtures/overriding-typescript/tsconfig.json', + inlineSourceMap: true + }) + ], + onwarn + }) + ); + } +); -test('should not emit null sourceContent', async (t) => { +test.serial('should not emit null sourceContent', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -685,7 +690,7 @@ test('should not emit null sourceContent', async (t) => { t.false(sourcemap.sourcesContent.includes(undefined)); }); -test('should not fail if source maps are off', async (t) => { +test.serial('should not fail if source maps are off', async (t) => { await t.notThrowsAsync( rollup({ input: 'fixtures/overriding-typescript/main.ts', @@ -701,7 +706,7 @@ test('should not fail if source maps are off', async (t) => { ); }); -test('should allow a namespace containing a class', async (t) => { +test.serial('should allow a namespace containing a class', async (t) => { const bundle = await rollup({ input: 'fixtures/export-namespace-export-class/test.ts', plugins: [typescript({ tsconfig: 'fixtures/export-namespace-export-class/tsconfig.json' })], @@ -727,7 +732,7 @@ test.serial('should allow merging an exported function and namespace', async (t) t.is(f.foo, '2'); }); -test('supports dynamic imports', async (t) => { +test.serial('supports dynamic imports', async (t) => { const code = await getCode( await rollup({ input: 'fixtures/dynamic-imports/main.ts', @@ -740,7 +745,7 @@ test('supports dynamic imports', async (t) => { t.true(code.includes("console.log('dynamic')")); }); -test('supports CommonJS imports when the output format is CommonJS', async (t) => { +test.serial('supports CommonJS imports when the output format is CommonJS', async (t) => { const bundle = await rollup({ input: 'fixtures/commonjs-imports/main.ts', plugins: [ @@ -753,7 +758,7 @@ test('supports CommonJS imports when the output format is CommonJS', async (t) = t.is(output, 'exported from commonjs'); }); -test('supports optional chaining', async (t) => { +test.serial('supports optional chaining', async (t) => { const bundle = await rollup({ input: 'fixtures/optional-chaining/main.ts', plugins: [ @@ -765,11 +770,18 @@ test('supports optional chaining', async (t) => { ], onwarn }); - const output = await evaluateBundle(bundle); - t.is(output, 'NOT FOUND'); + t.is( + (await getCode(bundle)).trim(), + `'use strict'; + +const o = { a: 1 }; +var main = o.b?.c ?? 'NOT FOUND'; + +module.exports = main;` + ); }); -test('supports incremental build', async (t) => { +test.serial('supports incremental build', async (t) => { const bundle = await rollup({ input: 'fixtures/basic/main.ts', plugins: [ @@ -820,7 +832,7 @@ test.serial.skip('supports project references', async (t) => { t.is(zoo[0].name, 'Bob!?! '); }); -test('warns if sourceMap is set in Typescript but not Rollup', async (t) => { +test.serial('warns if sourceMap is set in Typescript but not Rollup', async (t) => { const warnings = []; const bundle = await rollup({ input: 'fixtures/basic/main.ts', @@ -838,7 +850,7 @@ test('warns if sourceMap is set in Typescript but not Rollup', async (t) => { ); }); -test('warns if sourceMap is set in Rollup but not Typescript', async (t) => { +test.serial('warns if sourceMap is set in Rollup but not Typescript', async (t) => { const warnings = []; const bundle = await rollup({ input: 'fixtures/basic/main.ts', @@ -858,7 +870,7 @@ test('warns if sourceMap is set in Rollup but not Typescript', async (t) => { ); }); -test('does not warn if sourceMap is set in Rollup and unset in Typescript', async (t) => { +test.serial('does not warn if sourceMap is set in Rollup and unset in Typescript', async (t) => { const warnings = []; const bundle = await rollup({ input: 'fixtures/basic/main.ts', diff --git a/packages/url/package.json b/packages/url/package.json index 41de99244..0e7714270 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -44,20 +44,23 @@ "rollup": "^1.20.0||^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.4", - "make-dir": "^3.0.0", - "mime": "^2.4.4" + "@rollup/pluginutils": "^3.1.0", + "make-dir": "^3.1.0", + "mime": "^2.4.6" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@babel/register": "^7.9.0", + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@babel/register": "^7.10.5", "del": "^5.1.0", - "globby": "^10.0.1", - "rollup": "^2.0.0", - "rollup-plugin-babel": "^4.3.3" + "globby": "^10.0.2", + "rollup": "^2.23.0", + "rollup-plugin-babel": "^4.4.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/output/**", diff --git a/packages/virtual/package.json b/packages/virtual/package.json index ae8aca3bd..ad034c29c 100755 --- a/packages/virtual/package.json +++ b/packages/virtual/package.json @@ -48,6 +48,9 @@ "rollup": "^2.0.0" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index ed5f01482..db5127705 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -50,12 +50,15 @@ "rollup": "^1.20.0 || ^2.0.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^4.1.1", - "del-cli": "^3.0.0", - "rollup": "^2.0.0", + "@rollup/plugin-typescript": "^4.1.2", + "del-cli": "^3.0.1", + "rollup": "^2.23.0", "source-map": "^0.7.3" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/packages/yaml/package.json b/packages/yaml/package.json index 030310948..393203658 100755 --- a/packages/yaml/package.json +++ b/packages/yaml/package.json @@ -41,20 +41,23 @@ "rollup": "^1.20.0 || ^2.0.0" }, "dependencies": { - "@rollup/pluginutils": "^3.0.1", - "js-yaml": "^3.13.1", + "@rollup/pluginutils": "^3.1.0", + "js-yaml": "^3.14.0", "tosource": "^1.0.0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@rollup/plugin-node-resolve": "^7.1.1", - "del-cli": "^3.0.0", - "rollup": "^2.0.0", - "rollup-plugin-babel": "^4.3.3", - "source-map-support": "^0.5.16" + "@babel/core": "^7.10.5", + "@babel/preset-env": "^7.10.4", + "@rollup/plugin-node-resolve": "^7.1.3", + "del-cli": "^3.0.1", + "rollup": "^2.23.0", + "rollup-plugin-babel": "^4.4.0", + "source-map-support": "^0.5.19" }, "ava": { + "babel": { + "compileEnhancements": false + }, "files": [ "!**/fixtures/**", "!**/helpers/**", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2d9de6a37..94f7ac3d2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,67 +1,69 @@ importers: .: dependencies: + '@ava/babel': 1.0.1 conventional-commits-parser: 3.1.0 semver: 7.3.2 write-pkg: 4.0.0 devDependencies: - '@typescript-eslint/eslint-plugin': 3.6.0_1cd0d21f7cfbad5ac6106263f5332fb7 - '@typescript-eslint/parser': 3.6.0_typescript@3.8.3 - ava: 2.4.0 + '@typescript-eslint/eslint-plugin': 3.7.0_53e761a1bc6765ce1ff0aafae1512cd1 + '@typescript-eslint/parser': 3.7.0_typescript@3.9.7 + ava: 3.11.0 chalk: 2.4.2 codecov-lite: 0.3.1 - del-cli: 3.0.0 + del-cli: 3.0.1 eslint-config-rollup: 0.1.0 execa: 2.1.0 globby: 10.0.2 husky: 3.1.0 lint-staged: 9.5.0 nyc: 14.1.1 - pnpm: 4.14.0 + pnpm: 4.14.4 prettier: 1.19.1 prettier-plugin-package: 0.3.1_prettier@1.19.1 - ts-node: 8.9.1_typescript@3.8.3 + ts-node: 8.10.2_typescript@3.9.7 tsconfig-paths: 3.9.0 - tslib: 1.11.1 - typescript: 3.8.3 - yaml: 1.9.2 + tslib: 1.13.0 + typescript: 3.9.7 + yaml: 1.10.0 specifiers: - '@typescript-eslint/eslint-plugin': ^3.5.0 - '@typescript-eslint/parser': ^3.5.0 - ava: ^2.4.0 + '@ava/babel': ^1.0.1 + '@typescript-eslint/eslint-plugin': ^3.7.0 + '@typescript-eslint/parser': ^3.7.0 + ava: ^3.11.0 chalk: ^2.4.2 codecov-lite: ^0.3.1 conventional-commits-parser: ^3.1.0 - del-cli: ^3.0.0 + del-cli: ^3.0.1 eslint-config-rollup: ^0.1.0 execa: ^2.1.0 - globby: ^10.0.1 + globby: ^10.0.2 husky: ^3.1.0 lint-staged: ^9.5.0 nyc: ^14.1.1 - pnpm: ^4.13.0 + pnpm: ^4.14.4 prettier: ^1.19.1 prettier-plugin-package: ^0.3.1 - semver: ^7.1.1 - ts-node: ^8.5.4 + semver: ^7.3.2 + ts-node: ^8.10.2 tsconfig-paths: ^3.9.0 - tslib: ^1.10.0 - typescript: ^3.7.4 + tslib: ^1.13.0 + typescript: ^3.9.7 write-pkg: ^4.0.0 - yaml: ^1.7.2 + yaml: ^1.10.0 packages/alias: dependencies: slash: 3.0.0 devDependencies: - '@rollup/plugin-node-resolve': 7.1.1_rollup@2.2.0 - '@rollup/plugin-typescript': 3.0.0_rollup@2.2.0 - del-cli: 3.0.0 - rollup: 2.2.0 + '@rollup/plugin-node-resolve': 7.1.3_rollup@2.23.0 + '@rollup/plugin-typescript': 3.1.1_rollup@2.23.0 + del-cli: 3.0.1 + rollup: 2.23.0 specifiers: - '@rollup/plugin-node-resolve': ^7.0.0 - '@rollup/plugin-typescript': ^3.0.0 - del-cli: ^3.0.0 - rollup: ^2.0.0 + '@rollup/plugin-node-resolve': ^7.1.3 + '@rollup/plugin-typescript': ^3.1.1 + del-cli: ^3.0.1 + rollup: ^2.23.0 slash: ^3.0.0 packages/auto-install: devDependencies: @@ -78,31 +80,31 @@ importers: rollup: ^2.0.0 packages/babel: dependencies: - '@babel/helper-module-imports': 7.8.3 - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@babel/helper-module-imports': 7.10.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 devDependencies: - '@babel/core': 7.8.3 - '@babel/plugin-external-helpers': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-decorators': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-runtime': 7.9.0_@babel+core@7.8.3 - '@babel/preset-env': 7.9.5_@babel+core@7.8.3 - '@rollup/plugin-json': 4.1.0_rollup@2.2.0 + '@babel/core': 7.10.5 + '@babel/plugin-external-helpers': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-decorators': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-transform-runtime': 7.10.5_@babel+core@7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-json': 4.1.0_rollup@2.23.0 '@types/babel__core': 7.1.9 - rollup: 2.2.0 + rollup: 2.23.0 source-map: 0.6.1 specifiers: - '@babel/core': ^7.7.4 - '@babel/helper-module-imports': ^7.7.4 - '@babel/plugin-external-helpers': ^7.7.4 - '@babel/plugin-proposal-decorators': ^7.7.4 - '@babel/plugin-syntax-dynamic-import': ^7.7.4 - '@babel/plugin-transform-runtime': ^7.7.4 - '@babel/preset-env': ^7.9.0 - '@rollup/plugin-json': ^4.0.0 - '@rollup/pluginutils': ^3.0.8 + '@babel/core': ^7.10.5 + '@babel/helper-module-imports': ^7.10.4 + '@babel/plugin-external-helpers': ^7.10.4 + '@babel/plugin-proposal-decorators': ^7.10.5 + '@babel/plugin-syntax-dynamic-import': ^7.8.3 + '@babel/plugin-transform-runtime': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@rollup/plugin-json': ^4.1.0 + '@rollup/pluginutils': ^3.1.0 '@types/babel__core': ^7.1.9 - rollup: ^2.0.0 + rollup: ^2.23.0 source-map: ^0.6.1 packages/beep: devDependencies: @@ -113,27 +115,27 @@ importers: strip-ansi: ^5.2.0 packages/buble: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 '@types/buble': 0.19.2 buble: 0.20.0 devDependencies: - '@rollup/plugin-typescript': 3.0.0_rollup@2.2.0+typescript@3.7.5 - del-cli: 3.0.0 - rollup: 2.2.0 + '@rollup/plugin-typescript': 3.1.1_rollup@2.23.0+typescript@3.9.7 + del-cli: 3.0.1 + rollup: 2.23.0 source-map: 0.7.3 - typescript: 3.7.5 + typescript: 3.9.7 specifiers: - '@rollup/plugin-typescript': ^3.0.0 - '@rollup/pluginutils': ^3.0.8 + '@rollup/plugin-typescript': ^3.1.1 + '@rollup/pluginutils': ^3.1.0 '@types/buble': ^0.19.2 buble: ^0.20.0 - del-cli: ^3.0.0 - rollup: ^2.0.0 + del-cli: ^3.0.1 + rollup: ^2.23.0 source-map: ^0.7.3 - typescript: ^3.7.4 + typescript: ^3.9.7 packages/commonjs: dependencies: - '@rollup/pluginutils': 'link:../pluginutils' + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 commondir: 1.0.1 estree-walker: 2.0.1 glob: 7.1.6 @@ -141,8 +143,8 @@ importers: magic-string: 0.25.7 resolve: 1.17.0 devDependencies: - '@rollup/plugin-json': 'link:../json' - '@rollup/plugin-node-resolve': 'link:../node-resolve' + '@rollup/plugin-json': 4.1.0_rollup@2.22.0 + '@rollup/plugin-node-resolve': 8.4.0_rollup@2.22.0 locate-character: 2.0.5 prettier: 1.19.1 require-relative: 0.8.7 @@ -182,17 +184,17 @@ importers: typescript: ^3.7.4 packages/dsv: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 d3-dsv: 1.2.0 tosource: 1.0.0 devDependencies: - del-cli: 3.0.0 - rollup: 2.2.0 + del-cli: 3.0.1 + rollup: 2.23.0 specifiers: - '@rollup/pluginutils': ^3.0.4 + '@rollup/pluginutils': ^3.1.0 d3-dsv: 1.2.0 - del-cli: ^3.0.0 - rollup: ^2.0.0 + del-cli: ^3.0.1 + rollup: ^2.23.0 tosource: ^1.0.0 packages/dynamic-import-vars: dependencies: @@ -203,14 +205,12 @@ importers: devDependencies: acorn: 7.1.1 acorn-dynamic-import: 4.0.0_acorn@7.1.1 - ava: 2.4.0 prettier: 2.0.5 rollup: 2.16.1 specifiers: '@rollup/pluginutils': ^3.0.9 acorn: ^7.1.1 acorn-dynamic-import: ^4.0.0 - ava: ^2.4.0 estree-walker: ^2.0.1 globby: ^11.0.0 magic-string: ^0.25.7 @@ -218,17 +218,17 @@ importers: rollup: ^2.7.5 packages/html: devDependencies: - rollup: 2.2.0 - rollup-plugin-postcss: 2.0.3 + rollup: 2.23.0 + rollup-plugin-postcss: 3.1.3 specifiers: - rollup: ^2.0.0 - rollup-plugin-postcss: ^2.0.3 + rollup: ^2.23.0 + rollup-plugin-postcss: ^3.1.3 packages/image: dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.2.0 mini-svg-data-uri: 1.1.3 devDependencies: - '@rollup/plugin-buble': 0.21.0_rollup@2.2.0 + '@rollup/plugin-buble': 0.21.3_rollup@2.2.0 rollup: 2.2.0 specifiers: '@rollup/plugin-buble': ^0.21.0 @@ -237,31 +237,31 @@ importers: rollup: ^2.0.0 packages/inject: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 estree-walker: 1.0.1 - magic-string: 0.25.6 + magic-string: 0.25.7 devDependencies: - '@rollup/plugin-buble': 0.21.0_rollup@2.2.0 - del-cli: 3.0.0 + '@rollup/plugin-buble': 0.21.3_rollup@2.23.0 + del-cli: 3.0.1 locate-character: 2.0.5 - rollup: 2.2.0 + rollup: 2.23.0 source-map: 0.7.3 - typescript: 3.7.5 + typescript: 3.9.7 specifiers: - '@rollup/plugin-buble': ^0.21.0 - '@rollup/pluginutils': ^3.0.4 - del-cli: ^3.0.0 + '@rollup/plugin-buble': ^0.21.3 + '@rollup/pluginutils': ^3.1.0 + del-cli: ^3.0.1 estree-walker: ^1.0.1 locate-character: ^2.0.5 - magic-string: ^0.25.5 - rollup: ^2.0.0 + magic-string: ^0.25.7 + rollup: ^2.23.0 source-map: ^0.7.3 - typescript: ^3.7.4 + typescript: ^3.9.7 packages/json: dependencies: '@rollup/pluginutils': 3.1.0 devDependencies: - '@rollup/plugin-buble': 0.21.0 + '@rollup/plugin-buble': 0.21.3 '@rollup/plugin-node-resolve': 7.1.1 source-map-support: 0.5.16 specifiers: @@ -271,30 +271,30 @@ importers: source-map-support: ^0.5.16 packages/legacy: devDependencies: - '@rollup/plugin-buble': 0.20.0_rollup@2.2.0 - del-cli: 3.0.0 - rollup: 2.2.0 + '@rollup/plugin-buble': 0.20.0_rollup@2.23.0 + del-cli: 3.0.1 + rollup: 2.23.0 specifiers: '@rollup/plugin-buble': ^0.20.0 - del-cli: ^3.0.0 - rollup: ^2.0.0 + del-cli: ^3.0.1 + rollup: ^2.23.0 packages/multi-entry: dependencies: matched: 1.0.2 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - rollup: 2.2.0 - rollup-plugin-babel: 4.4.0_@babel+core@7.9.0+rollup@2.2.0 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 matched: ^1.0.2 - rollup: ^2.0.0 + rollup: ^2.23.0 rollup-plugin-babel: ^4.4.0 packages/node-resolve: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 '@types/resolve': 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 @@ -302,22 +302,22 @@ importers: is-module: 1.0.0 resolve: 1.17.0 devDependencies: - '@babel/core': 7.10.4 - '@babel/plugin-transform-typescript': 7.10.4_@babel+core@7.10.4 - '@babel/preset-env': 7.10.4_@babel+core@7.10.4 - '@rollup/plugin-babel': 5.1.0_@babel+core@7.10.4+rollup@2.12.0 - '@rollup/plugin-commonjs': 13.0.0_rollup@2.12.0 - '@rollup/plugin-json': 4.1.0_rollup@2.12.0 + '@babel/core': 7.10.5 + '@babel/plugin-transform-typescript': 7.10.5_@babel+core@7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-babel': 5.1.0_@babel+core@7.10.5+rollup@2.23.0 + '@rollup/plugin-commonjs': 13.0.2_rollup@2.23.0 + '@rollup/plugin-json': 4.1.0_rollup@2.23.0 es5-ext: 0.10.53 - rollup: 2.12.0 + rollup: 2.23.0 source-map: 0.7.3 string-capitalize: 1.0.1 specifiers: - '@babel/core': ^7.10.4 - '@babel/plugin-transform-typescript': ^7.10.4 + '@babel/core': ^7.10.5 + '@babel/plugin-transform-typescript': ^7.10.5 '@babel/preset-env': ^7.10.4 - '@rollup/plugin-babel': ^5.0.4 - '@rollup/plugin-commonjs': ^13.0.0 + '@rollup/plugin-babel': ^5.1.0 + '@rollup/plugin-commonjs': ^13.0.2 '@rollup/plugin-json': ^4.1.0 '@rollup/pluginutils': ^3.1.0 '@types/resolve': 1.17.1 @@ -327,7 +327,7 @@ importers: es5-ext: ^0.10.53 is-module: ^1.0.0 resolve: ^1.17.0 - rollup: ^2.12.0 + rollup: ^2.23.0 source-map: ^0.7.3 string-capitalize: ^1.0.1 packages/pluginutils: @@ -356,24 +356,24 @@ importers: typescript: ^3.7.5 packages/replace: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 - magic-string: 0.25.6 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + magic-string: 0.25.7 devDependencies: - '@rollup/plugin-buble': 0.21.0_rollup@2.2.0 - del-cli: 3.0.0 + '@rollup/plugin-buble': 0.21.3_rollup@2.23.0 + del-cli: 3.0.1 locate-character: 2.0.5 - rollup: 2.2.0 + rollup: 2.23.0 source-map: 0.7.3 - typescript: 3.7.5 + typescript: 3.9.7 specifiers: - '@rollup/plugin-buble': ^0.21.0 - '@rollup/pluginutils': ^3.0.8 - del-cli: ^3.0.0 + '@rollup/plugin-buble': ^0.21.3 + '@rollup/pluginutils': ^3.1.0 + del-cli: ^3.0.1 locate-character: ^2.0.5 - magic-string: ^0.25.5 - rollup: ^2.0.0 + magic-string: ^0.25.7 + rollup: ^2.23.0 source-map: ^0.7.3 - typescript: ^3.7.4 + typescript: ^3.9.7 packages/run: dependencies: '@types/node': 13.1.6 @@ -390,18 +390,18 @@ importers: sinon: 8.0.4 packages/strip: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 estree-walker: 1.0.1 - magic-string: 0.25.6 + magic-string: 0.25.7 devDependencies: - acorn: 7.1.0 - rollup: 2.2.0 + acorn: 7.3.1 + rollup: 2.23.0 specifiers: - '@rollup/pluginutils': ^3.0.4 - acorn: 7.1.0 + '@rollup/pluginutils': ^3.1.0 + acorn: ^7.3.1 estree-walker: ^1.0.1 - magic-string: ^0.25.5 - rollup: ^2.0.0 + magic-string: ^0.25.7 + rollup: ^2.23.0 packages/sucrase: dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.2.0 @@ -416,50 +416,50 @@ importers: sucrase: ^3.10.1 packages/typescript: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.16.1 - resolve: 1.15.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + resolve: 1.17.0 devDependencies: - '@rollup/plugin-buble': 0.21.0_rollup@2.16.1 - '@rollup/plugin-commonjs': 11.0.2_rollup@2.16.1 - '@rollup/plugin-typescript': 3.0.0_b7ed8cf084a78b83114da7b845e0a30a + '@rollup/plugin-buble': 0.21.3_rollup@2.23.0 + '@rollup/plugin-commonjs': 11.1.0_rollup@2.23.0 + '@rollup/plugin-typescript': 3.1.1_60bfa7538fbe764c4bb3afdf832138ad buble: 0.19.8 - rollup: 2.16.1 - tslib: 1.10.0 - typescript: 3.7.5 + rollup: 2.23.0 + tslib: 1.13.0 + typescript: 3.9.7 specifiers: - '@rollup/plugin-buble': ^0.21.0 - '@rollup/plugin-commonjs': ^11.0.1 - '@rollup/plugin-typescript': ^3.0.0 - '@rollup/pluginutils': ^3.0.1 + '@rollup/plugin-buble': ^0.21.3 + '@rollup/plugin-commonjs': ^11.1.0 + '@rollup/plugin-typescript': ^3.1.1 + '@rollup/pluginutils': ^3.1.0 buble: ^0.19.8 - resolve: ^1.14.1 + resolve: ^1.17.0 rollup: ^2.14.0 - tslib: ^1.10.0 - typescript: ^3.7.4 + tslib: ^1.13.0 + typescript: ^3.9.7 packages/url: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 - make-dir: 3.0.0 - mime: 2.4.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + make-dir: 3.1.0 + mime: 2.4.6 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - '@babel/register': 7.9.0_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@babel/register': 7.10.5_@babel+core@7.10.5 del: 5.1.0 globby: 10.0.2 - rollup: 2.2.0 - rollup-plugin-babel: 4.3.3_@babel+core@7.9.0+rollup@2.2.0 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 - '@babel/register': ^7.9.0 - '@rollup/pluginutils': ^3.0.4 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@babel/register': ^7.10.5 + '@rollup/pluginutils': ^3.1.0 del: ^5.1.0 - globby: ^10.0.1 - make-dir: ^3.0.0 - mime: ^2.4.4 - rollup: ^2.0.0 - rollup-plugin-babel: ^4.3.3 + globby: ^10.0.2 + make-dir: ^3.1.0 + mime: ^2.4.6 + rollup: ^2.23.0 + rollup-plugin-babel: ^4.4.0 packages/virtual: devDependencies: '@rollup/plugin-node-resolve': 7.1.1_rollup@2.2.0 @@ -469,203 +469,123 @@ importers: rollup: ^2.0.0 packages/wasm: devDependencies: - '@rollup/plugin-typescript': 4.1.1_rollup@2.2.0 - del-cli: 3.0.0 - rollup: 2.2.0 + '@rollup/plugin-typescript': 4.1.2_rollup@2.23.0 + del-cli: 3.0.1 + rollup: 2.23.0 source-map: 0.7.3 specifiers: - '@rollup/plugin-typescript': ^4.1.1 - del-cli: ^3.0.0 - rollup: ^2.0.0 + '@rollup/plugin-typescript': ^4.1.2 + del-cli: ^3.0.1 + rollup: ^2.23.0 source-map: ^0.7.3 packages/yaml: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.2.0 - js-yaml: 3.13.1 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + js-yaml: 3.14.0 tosource: 1.0.0 devDependencies: - '@babel/core': 7.9.0 - '@babel/preset-env': 7.9.5_@babel+core@7.9.0 - '@rollup/plugin-node-resolve': 7.1.1_rollup@2.2.0 - del-cli: 3.0.0 - rollup: 2.2.0 - rollup-plugin-babel: 4.3.3_@babel+core@7.9.0+rollup@2.2.0 - source-map-support: 0.5.16 + '@babel/core': 7.10.5 + '@babel/preset-env': 7.10.4_@babel+core@7.10.5 + '@rollup/plugin-node-resolve': 7.1.3_rollup@2.23.0 + del-cli: 3.0.1 + rollup: 2.23.0 + rollup-plugin-babel: 4.4.0_@babel+core@7.10.5+rollup@2.23.0 + source-map-support: 0.5.19 specifiers: - '@babel/core': ^7.9.0 - '@babel/preset-env': ^7.9.0 - '@rollup/plugin-node-resolve': ^7.1.1 - '@rollup/pluginutils': ^3.0.1 - del-cli: ^3.0.0 - js-yaml: ^3.13.1 - rollup: ^2.0.0 - rollup-plugin-babel: ^4.3.3 - source-map-support: ^0.5.16 + '@babel/core': ^7.10.5 + '@babel/preset-env': ^7.10.4 + '@rollup/plugin-node-resolve': ^7.1.3 + '@rollup/pluginutils': ^3.1.0 + del-cli: ^3.0.1 + js-yaml: ^3.14.0 + rollup: ^2.23.0 + rollup-plugin-babel: ^4.4.0 + source-map-support: ^0.5.19 tosource: ^1.0.0 lockfileVersion: 5.1 packages: - /@ava/babel-plugin-throws-helper/4.0.0: - dev: true - engines: - node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' - resolution: - integrity: sha512-3diBLIVBPPh3j4+hb5lo0I1D+S/O/VDJPI4Y502apBxmwEqjyXG4gTSPFUlm41sSZeZzMarT/Gzovw9kV7An0w== - /@ava/babel-preset-stage-4/4.0.0_@babel+core@7.9.0: + /@ava/babel/1.0.1: dependencies: - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.9.0 - dev: true + '@ava/require-precompiled': 1.0.0 + '@babel/core': 7.10.5 + '@babel/generator': 7.10.5 + '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-chaining': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.5 + babel-plugin-espower: 3.0.1 + concordance: 4.0.0 + convert-source-map: 1.7.0 + dot-prop: 5.2.0 + empower-core: 1.2.0 + escape-string-regexp: 2.0.0 + find-up: 4.1.0 + is-plain-object: 3.0.1 + md5-hex: 3.0.1 + package-hash: 4.0.0 + pkg-conf: 3.1.0 + source-map-support: 0.5.19 + strip-bom-buf: 2.0.0 + write-file-atomic: 3.0.3 + dev: false engines: - node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' - peerDependencies: - '@babel/core': '*' + node: '>=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0' resolution: - integrity: sha512-lZEV1ZANzfzSYBU6WHSErsy7jLPbD1iIgAboASPMcKo7woVni5/5IKWeT0RxC8rY802MFktur3OKEw2JY1Tv2w== - /@ava/babel-preset-transform-test-files/6.0.0: - dependencies: - '@ava/babel-plugin-throws-helper': 4.0.0 - babel-plugin-espower: 3.0.1 - dev: true + integrity: sha512-mGKpGeT6J4UjK2sxPjvwWl/GtsF9+eNyn2HHa7OknWWWYuw+rof/UaTAn1CA0z4sTw4Mruik/ihEasMw+JM6aQ== + /@ava/require-precompiled/1.0.0: + dev: false engines: - node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' + node: '>=10' resolution: - integrity: sha512-8eKhFzZp7Qcq1VLfoC75ggGT8nQs9q8fIxltU47yCB7Wi7Y8Qf6oqY1Bm0z04fIec24vEgr0ENhDHEOUGVDqnA== + integrity: sha512-N7w4g+P/SUL8SF+HC4Z4e/ctV6nQ5AERC90K90r4xZQ8WVrJux9albvfyYAzygyU47CSqMWh6yJwFs8DYaeWmg== /@babel/code-frame/7.10.4: dependencies: '@babel/highlight': 7.10.4 - dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/code-frame/7.8.3: - dependencies: - '@babel/highlight': 7.9.0 - resolution: - integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.10.4: - dependencies: - browserslist: 4.12.0 - invariant: 2.2.4 - semver: 5.7.1 - dev: true - resolution: - integrity: sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw== - /@babel/compat-data/7.9.0: + /@babel/compat-data/7.10.5: dependencies: - browserslist: 4.12.0 + browserslist: 4.13.0 invariant: 2.2.4 semver: 5.7.1 dev: true resolution: - integrity: sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== - /@babel/core/7.10.4: + integrity: sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw== + /@babel/core/7.10.5: dependencies: '@babel/code-frame': 7.10.4 - '@babel/generator': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 + '@babel/generator': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helpers': 7.10.4 - '@babel/parser': 7.10.4 + '@babel/parser': 7.10.5 '@babel/template': 7.10.4 - '@babel/traverse': 7.10.4 - '@babel/types': 7.10.4 + '@babel/traverse': 7.10.5 + '@babel/types': 7.10.5 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 json5: 2.1.3 - lodash: 4.17.15 + lodash: 4.17.19 resolve: 1.17.0 semver: 5.7.1 source-map: 0.5.7 - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== - /@babel/core/7.8.3: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helpers': 7.9.2 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.15 - resolve: 1.15.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA== - /@babel/core/7.9.0: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helpers': 7.9.2 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.15 - resolve: 1.15.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== - /@babel/generator/7.10.4: - dependencies: - '@babel/types': 7.10.4 - jsesc: 2.5.2 - lodash: 4.17.15 - source-map: 0.5.7 - dev: true - resolution: - integrity: sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== + integrity: sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== /@babel/generator/7.10.5: dependencies: '@babel/types': 7.10.5 jsesc: 2.5.2 source-map: 0.5.7 - dev: true resolution: integrity: sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== - /@babel/generator/7.9.5: - dependencies: - '@babel/types': 7.9.5 - jsesc: 2.5.2 - lodash: 4.17.15 - source-map: 0.5.7 - dev: true - resolution: - integrity: sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ== /@babel/helper-annotate-as-pure/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - /@babel/helper-annotate-as-pure/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: dependencies: '@babel/helper-explode-assignable-expression': 7.10.4 @@ -673,18 +593,11 @@ packages: dev: true resolution: integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - /@babel/helper-builder-binary-assignment-operator-visitor/7.8.3: + /@babel/helper-compilation-targets/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/helper-explode-assignable-expression': 7.8.3 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/compat-data': 7.10.4 - '@babel/core': 7.10.4 - browserslist: 4.12.0 + '@babel/compat-data': 7.10.5 + '@babel/core': 7.10.5 + browserslist: 4.13.0 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 @@ -693,37 +606,11 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.8.7_@babel+core@7.8.3: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.8.3 - browserslist: 4.12.0 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== - /@babel/helper-compilation-targets/7.8.7_@babel+core@7.9.0: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.9.0 - browserslist: 4.12.0 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== - /@babel/helper-create-class-features-plugin/7.10.4_@babel+core@7.10.4: + /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.10.5 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-replace-supers': 7.10.4 @@ -732,92 +619,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== - /@babel/helper-create-class-features-plugin/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-member-expression-to-functions': 7.8.3 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.9.0: + integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.4 + '@babel/helper-regex': 7.10.5 regexpu-core: 4.7.0 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.8.8_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-regex': 7.8.3 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg== - /@babel/helper-create-regexp-features-plugin/7.8.8_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-regex': 7.8.3 - regexpu-core: 4.7.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg== - /@babel/helper-define-map/7.10.4: + /@babel/helper-define-map/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 - '@babel/types': 7.10.4 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA== - /@babel/helper-define-map/7.8.3: - dependencies: - '@babel/helper-function-name': 7.9.5 - '@babel/types': 7.9.5 - lodash: 4.17.15 + '@babel/types': 7.10.5 + lodash: 4.17.19 dev: true resolution: - integrity: sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== + integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== /@babel/helper-explode-assignable-expression/7.10.4: dependencies: '@babel/traverse': 7.10.5 @@ -825,138 +646,59 @@ packages: dev: true resolution: integrity: sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A== - /@babel/helper-explode-assignable-expression/7.8.3: - dependencies: - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== /@babel/helper-function-name/7.10.4: dependencies: '@babel/helper-get-function-arity': 7.10.4 '@babel/template': 7.10.4 '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== - /@babel/helper-function-name/7.9.5: - dependencies: - '@babel/helper-get-function-arity': 7.8.3 - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== /@babel/helper-get-function-arity/7.10.4: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-get-function-arity/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== /@babel/helper-hoist-variables/7.10.4: dependencies: '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - /@babel/helper-hoist-variables/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== - /@babel/helper-member-expression-to-functions/7.10.4: - dependencies: - '@babel/types': 7.10.4 - dev: true - resolution: - integrity: sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== - /@babel/helper-member-expression-to-functions/7.10.5: + /@babel/helper-member-expression-to-functions/7.10.5: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA== - /@babel/helper-member-expression-to-functions/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== /@babel/helper-module-imports/7.10.4: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-imports/7.8.3: - dependencies: - '@babel/types': 7.9.5 - resolution: - integrity: sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== - /@babel/helper-module-transforms/7.10.4: + /@babel/helper-module-transforms/7.10.5: dependencies: '@babel/helper-module-imports': 7.10.4 '@babel/helper-replace-supers': 7.10.4 '@babel/helper-simple-access': 7.10.4 '@babel/helper-split-export-declaration': 7.10.4 '@babel/template': 7.10.4 - '@babel/types': 7.10.4 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== - /@babel/helper-module-transforms/7.9.0: - dependencies: - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-simple-access': 7.8.3 - '@babel/helper-split-export-declaration': 7.8.3 - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - lodash: 4.17.15 - dev: true + '@babel/types': 7.10.5 + lodash: 4.17.19 resolution: - integrity: sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== + integrity: sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== /@babel/helper-optimise-call-expression/7.10.4: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== - /@babel/helper-optimise-call-expression/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== /@babel/helper-plugin-utils/7.10.4: - dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-plugin-utils/7.8.3: - dev: true - resolution: - integrity: sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== - /@babel/helper-regex/7.10.4: - dependencies: - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ== - /@babel/helper-regex/7.8.3: + /@babel/helper-regex/7.10.5: dependencies: - lodash: 4.17.15 + lodash: 4.17.19 dev: true resolution: - integrity: sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ== + integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== /@babel/helper-remap-async-to-generator/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 @@ -967,67 +709,28 @@ packages: dev: true resolution: integrity: sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg== - /@babel/helper-remap-async-to-generator/7.8.3: - dependencies: - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-wrap-function': 7.8.3 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== /@babel/helper-replace-supers/7.10.4: dependencies: '@babel/helper-member-expression-to-functions': 7.10.5 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/traverse': 7.10.5 '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-replace-supers/7.8.6: - dependencies: - '@babel/helper-member-expression-to-functions': 7.8.3 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== /@babel/helper-simple-access/7.10.4: dependencies: '@babel/template': 7.10.4 '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - /@babel/helper-simple-access/7.8.3: - dependencies: - '@babel/template': 7.8.6 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== /@babel/helper-split-export-declaration/7.10.4: dependencies: '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== - /@babel/helper-split-export-declaration/7.8.3: - dependencies: - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== /@babel/helper-validator-identifier/7.10.4: - dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helper-validator-identifier/7.9.5: - resolution: - integrity: sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== /@babel/helper-wrap-function/7.10.4: dependencies: '@babel/helper-function-name': 7.10.4 @@ -1037,1949 +740,709 @@ packages: dev: true resolution: integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helper-wrap-function/7.8.3: - dependencies: - '@babel/helper-function-name': 7.9.5 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ== /@babel/helpers/7.10.4: dependencies: '@babel/template': 7.10.4 '@babel/traverse': 7.10.5 '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== - /@babel/helpers/7.9.2: - dependencies: - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== /@babel/highlight/7.10.4: dependencies: '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 - dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/highlight/7.9.0: - dependencies: - '@babel/helper-validator-identifier': 7.9.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - resolution: - integrity: sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== - /@babel/parser/7.10.4: - dev: true - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== /@babel/parser/7.10.5: - dev: true engines: node: '>=6.0.0' hasBin: true resolution: integrity: sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== - /@babel/parser/7.9.4: - dev: true - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== - /@babel/plugin-external-helpers/7.8.3_@babel+core@7.8.3: + /@babel/plugin-external-helpers/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-mx0WXDDiIl5DwzMtzWGRSPugXi9BxROS05GQrhLNbEamhBiicgn994ibwkyiBH+6png7bm/yA7AUsvHyCXi4Vw== - /@babel/plugin-proposal-async-generator-functions/7.10.4_@babel+core@7.10.4: + integrity: sha512-5mASqSthmRNYVXOphYzlqmR3Y8yp5SZMZhtKDh2DGV3R2PWGLEmP7qOahw66//6m4hjhlpV1bVM7xIJHt1F77Q== + /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-remap-async-to-generator': 7.10.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg== - /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.10.4: + integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== + /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== - /@babel/plugin-proposal-decorators/7.8.3_@babel+core@7.8.3: + /@babel/plugin-proposal-decorators/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-class-features-plugin': 7.9.5_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-decorators': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-decorators': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.10.4: + integrity: sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ== + /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.4 - dev: true + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.9.0: + /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.4 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.10.4: + /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.4 - dev: true + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.5 peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.10.4: + /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.4 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.4: + /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-transform-parameters': 7.10.4_@babel+core@7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== - /@babel/plugin-proposal-object-rest-spread/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== - /@babel/plugin-proposal-object-rest-spread/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.10.4: + /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.8.3: + /@babel/plugin-proposal-optional-chaining/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - dev: true + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.5 peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.9.0: + integrity: sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== + /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - /@babel/plugin-proposal-optional-chaining/7.10.4_@babel+core@7.10.4: + integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== + /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.4 dev: true + engines: + node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.8.3: + integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.9.0: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.10.4: + integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== + /@babel/plugin-syntax-decorators/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.10.4: + integrity: sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw== + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - dev: true - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.8.3: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.8.3 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.9.0: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.9.0 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - dev: true - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.8.8_@babel+core@7.8.3: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A== - /@babel/plugin-proposal-unicode-property-regex/7.8.8_@babel+core@7.9.0: + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true - engines: - node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.10.4: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.8.3: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.9.0: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.10.4: + integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== + /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-decorators/7.8.3_@babel+core@7.8.3: + integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== + /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-8Hg4dNNT9/LcA1zQlfwuKR8BUc/if7Q7NkTam9sGTcJphLwpf2g4S42uhspQrIrR+dpzE0dtTqBVFoHl8GtnnQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.10.4: + integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== + /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-remap-async-to-generator': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.8.3: + integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== + /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.9.0: + integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== + /@babel/plugin-transform-block-scoping/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.10.4: + integrity: sha512-6Ycw3hjpQti0qssQcA6AMSFDHeNJ++R6dIMnpRqUjFeBBTmTDPa8zgF90OVfTvAo11mXZTlVUViY1g8ffrURLg== + /@babel/plugin-transform-classes/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-define-map': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.10.4 + '@babel/helper-split-export-declaration': 7.10.4 + globals: 11.12.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.8.3: + integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== + /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.9.0: + integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== + /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.10.4: + integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== + /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: + integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== + /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: + integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== + /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.10.4: + integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== + /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.8.3_@babel+core@7.8.3: + integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== + /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== - /@babel/plugin-syntax-numeric-separator/7.8.3_@babel+core@7.9.0: + integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== + /@babel/plugin-transform-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.10.4: + integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== + /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.8.3: + integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== + /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.9.0: + integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== + /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - dev: true + '@babel/helper-simple-access': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.10.4: + integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== + /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-hoist-variables': 7.10.4 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 + babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.8.3: + integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== + /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-module-transforms': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.9.0: + integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== + /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.10.4: + integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== + /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.8.3: + integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== + /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-replace-supers': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.9.0: + integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== + /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 + '@babel/helper-get-function-arity': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.10.4: + integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== + /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.8.3: + integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== + /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + regenerator-transform: 0.14.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.9.0: + integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== + /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.10.4: + integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== + /@babel/plugin-transform-runtime/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 + resolve: 1.17.0 + semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.10.4: + integrity: sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w== + /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.8.3: + integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== + /@babel/plugin-transform-spread/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-remap-async-to-generator': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - /@babel/plugin-transform-block-scoping/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A== - /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - lodash: 4.17.15 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.10.4 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-define-map': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== - /@babel/plugin-transform-classes/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-define-map': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - '@babel/helper-split-export-declaration': 7.8.3 - globals: 11.12.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== - /@babel/plugin-transform-destructuring/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== - /@babel/plugin-transform-for-of/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - /@babel/plugin-transform-literals/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - /@babel/plugin-transform-modules-amd/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA== - /@babel/plugin-transform-modules-amd/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== - /@babel/plugin-transform-modules-amd/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-simple-access': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== - /@babel/plugin-transform-modules-commonjs/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-simple-access': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== - /@babel/plugin-transform-modules-systemjs/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ== - /@babel/plugin-transform-modules-systemjs/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-hoist-variables': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== - /@babel/plugin-transform-modules-systemjs/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-hoist-variables': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-transforms': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== - /@babel/plugin-transform-modules-umd/7.9.0_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.6 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - /@babel/plugin-transform-parameters/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-get-function-arity': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ== - /@babel/plugin-transform-parameters/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-get-function-arity': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== - /@babel/plugin-transform-parameters/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-get-function-arity': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - regenerator-transform: 0.14.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.8.7_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - regenerator-transform: 0.14.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== - /@babel/plugin-transform-regenerator/7.8.7_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - regenerator-transform: 0.14.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - /@babel/plugin-transform-runtime/7.9.0_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - resolve: 1.15.0 - semver: 5.7.1 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - /@babel/plugin-transform-spread/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== - /@babel/plugin-transform-spread/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - /@babel/plugin-transform-spread/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-regex': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-regex': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - /@babel/plugin-transform-template-literals/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ== - /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.8.3: - dependencies: - '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.9.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.8.3 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - /@babel/plugin-transform-typescript/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-class-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw== - /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.10.4: - dependencies: - '@babel/core': 7.10.4 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.8.3: + /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-regex': 7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.9.0: + integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== + /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.8.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/core': 7.10.5 + '@babel/helper-annotate-as-pure': 7.10.4 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - /@babel/preset-env/7.10.4_@babel+core@7.10.4: + integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== + /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/compat-data': 7.10.4 - '@babel/core': 7.10.4 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.10.4 - '@babel/helper-module-imports': 7.10.4 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-optional-chaining': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.4 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.4 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-block-scoping': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-amd': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-systemjs': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-parameters': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-spread': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-template-literals': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.10.4 - '@babel/preset-modules': 0.1.3_@babel+core@7.10.4 - '@babel/types': 7.10.4 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== - /@babel/preset-env/7.9.5_@babel+core@7.8.3: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.8.3 - '@babel/helper-compilation-targets': 7.8.7_@babel+core@7.8.3 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-object-rest-spread': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-proposal-unicode-property-regex': 7.8.8_@babel+core@7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-classes': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-destructuring': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-for-of': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-modules-amd': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-systemjs': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-modules-umd': 7.9.0_@babel+core@7.8.3 - '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.8.3 - '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-regenerator': 7.8.7_@babel+core@7.8.3 - '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.8.3 - '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.8.3 - '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.8.3 - '@babel/preset-modules': 0.1.3_@babel+core@7.8.3 - '@babel/types': 7.9.5 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 + integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== + /@babel/plugin-transform-typescript/7.10.5_@babel+core@7.10.5: + dependencies: + '@babel/core': 7.10.5 + '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.10.5 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== - /@babel/preset-env/7.9.5_@babel+core@7.9.0: - dependencies: - '@babel/compat-data': 7.9.0 - '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.8.7_@babel+core@7.9.0 - '@babel/helper-module-imports': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-object-rest-spread': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-proposal-unicode-property-regex': 7.8.8_@babel+core@7.9.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-classes': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-destructuring': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-for-of': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-modules-amd': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-commonjs': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-systemjs': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-modules-umd': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.9.5_@babel+core@7.9.0 - '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-regenerator': 7.8.7_@babel+core@7.9.0 - '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.9.0 - '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.9.0 - '@babel/preset-modules': 0.1.3_@babel+core@7.9.0 - '@babel/types': 7.9.5 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 + integrity: sha512-YCyYsFrrRMZ3qR7wRwtSSJovPG5vGyG4ZdcSAivGwTfoasMp3VOB/AKhohu3dFtmB4cCDcsndCSxGtrdliCsZQ== + /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.10.5: + dependencies: + '@babel/core': 7.10.5 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== - /@babel/preset-modules/0.1.3_@babel+core@7.10.4: + integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== + /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.10.4 + '@babel/core': 7.10.5 + '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.4 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.4 - '@babel/types': 7.10.4 - esutils: 2.0.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.3_@babel+core@7.8.3: + integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== + /@babel/preset-env/7.10.4_@babel+core@7.10.5: dependencies: - '@babel/core': 7.8.3 + '@babel/compat-data': 7.10.5 + '@babel/core': 7.10.5 + '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.10.5 + '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.8.3 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.8.3 - '@babel/types': 7.10.4 - esutils: 2.0.3 + '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-object-rest-spread': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-optional-chaining': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.10.5 + '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.10.5 + '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-block-scoping': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-spread': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.10.5 + '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.10.5 + '@babel/preset-modules': 0.1.3_@babel+core@7.10.5 + '@babel/types': 7.10.5 + browserslist: 4.13.0 + core-js-compat: 3.6.5 + invariant: 2.2.4 + levenary: 1.1.1 + semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.3_@babel+core@7.9.0: + integrity: sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== + /@babel/preset-modules/0.1.3_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.9.0 - '@babel/types': 7.10.4 + '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.10.5 + '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.10.5 + '@babel/types': 7.10.5 esutils: 2.0.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/register/7.9.0_@babel+core@7.9.0: + /@babel/register/7.10.5_@babel+core@7.10.5: dependencies: - '@babel/core': 7.9.0 + '@babel/core': 7.10.5 find-cache-dir: 2.1.0 - lodash: 4.17.15 + lodash: 4.17.19 make-dir: 2.1.0 pirates: 4.0.1 - source-map-support: 0.5.16 + source-map-support: 0.5.19 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Tv8Zyi2J2VRR8g7pC5gTeIN8Ihultbmk0ocyNz8H2nEZbmhp1N6q0A1UGsQbDvGP/sNinQKUHf3SqXwqjtFv4Q== - /@babel/runtime/7.9.2: + integrity: sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== + /@babel/runtime/7.10.5: dependencies: - regenerator-runtime: 0.13.5 + regenerator-runtime: 0.13.7 dev: true resolution: - integrity: sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== + integrity: sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== /@babel/template/7.10.4: dependencies: '@babel/code-frame': 7.10.4 '@babel/parser': 7.10.5 '@babel/types': 7.10.5 - dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/template/7.8.6: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 - dev: true - resolution: - integrity: sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== - /@babel/traverse/7.10.4: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.10.4 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.10.4 - '@babel/parser': 7.10.4 - '@babel/types': 7.10.4 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== /@babel/traverse/7.10.5: dependencies: '@babel/code-frame': 7.10.4 @@ -2991,46 +1454,15 @@ packages: debug: 4.1.1 globals: 11.12.0 lodash: 4.17.19 - dev: true resolution: integrity: sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== - /@babel/traverse/7.9.5: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.9.5 - '@babel/helper-function-name': 7.9.5 - '@babel/helper-split-export-declaration': 7.8.3 - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.15 - dev: true - resolution: - integrity: sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ== - /@babel/types/7.10.4: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.15 - to-fast-properties: 2.0.0 - dev: true - resolution: - integrity: sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== /@babel/types/7.10.5: dependencies: '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.19 to-fast-properties: 2.0.0 - dev: true resolution: integrity: sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== - /@babel/types/7.9.5: - dependencies: - '@babel/helper-validator-identifier': 7.9.5 - lodash: 4.17.15 - to-fast-properties: 2.0.0 - resolution: - integrity: sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== /@concordance/react/2.0.0: dependencies: arrify: 1.0.1 @@ -3065,7 +1497,7 @@ packages: /@nodelib/fs.walk/1.2.4: dependencies: '@nodelib/fs.scandir': 2.1.3 - fastq: 1.6.0 + fastq: 1.8.0 engines: node: '>= 8' resolution: @@ -3081,12 +1513,12 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-IzoejtAqdfwAvx4D0bztAJFoL5Js36kJgnbO00zfI1B9jf9G80vWysyG0C4+E6w5uG5hz0EeetPpoBWKdNktCQ== - /@rollup/plugin-babel/5.1.0_@babel+core@7.10.4+rollup@2.12.0: + /@rollup/plugin-babel/5.1.0_@babel+core@7.10.5+rollup@2.23.0: dependencies: - '@babel/core': 7.10.4 - '@babel/helper-module-imports': 7.8.3 - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 - rollup: 2.12.0 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + rollup: 2.23.0 dev: true engines: node: '>= 10.0.0' @@ -3099,49 +1531,55 @@ packages: optional: true resolution: integrity: sha512-zXBEYmfiLAMvB+ZBa6m/q9hsQYAq1sUFdjuP1F6C2pf6uQcpHwAWQveZgzS63zXdKPUYHD3Dr7BhjCqcr0bbLw== - /@rollup/plugin-buble/0.20.0_rollup@2.2.0: + /@rollup/plugin-buble/0.20.0_rollup@2.23.0: dependencies: buble: 0.19.8 - rollup: 2.2.0 + rollup: 2.23.0 rollup-pluginutils: 2.8.2 - typescript: 3.7.5 + typescript: 3.9.7 dev: true peerDependencies: rollup: ^1.20.0 resolution: integrity: sha512-3Qkoa3n+6NjQggLkN5R6ouVL3/jveyqjJjJXxbk04HEig/97YyOwoimWYIOC5vlQ60Z+xLhnAvGd6mM0gFY2wQ== - /@rollup/plugin-buble/0.21.0: + /@rollup/plugin-buble/0.21.3: dependencies: + '@rollup/pluginutils': 3.1.0 '@types/buble': 0.19.2 - buble: 0.19.8 - rollup-pluginutils: 2.8.2 + buble: 0.20.0 dev: true + engines: + node: '>= 8.0.0' peerDependencies: - rollup: ^1.20.0 + rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-n6N311RCrVvnsWGyo/if6K2kFoDW+x9r+/hkp+fI73MryLFGxN50Y3zJDg3k0ZTDjRHmveVzM6Nzwv9+plWiLA== - /@rollup/plugin-buble/0.21.0_rollup@2.16.1: + integrity: sha512-Iv8cCuFPnMdqV4pcyU+OrfjOfagPArRQ1PyQjx5KgHk3dARedI+8PNTLSMpJts0lQJr8yF2pAU4GxpxCBJ9HYw== + /@rollup/plugin-buble/0.21.3_rollup@2.2.0: dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.2.0 '@types/buble': 0.19.2 - buble: 0.19.8 - rollup: 2.16.1 - rollup-pluginutils: 2.8.2 + buble: 0.20.0 + rollup: 2.2.0 dev: true + engines: + node: '>= 8.0.0' peerDependencies: - rollup: ^1.20.0 + rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-n6N311RCrVvnsWGyo/if6K2kFoDW+x9r+/hkp+fI73MryLFGxN50Y3zJDg3k0ZTDjRHmveVzM6Nzwv9+plWiLA== - /@rollup/plugin-buble/0.21.0_rollup@2.2.0: + integrity: sha512-Iv8cCuFPnMdqV4pcyU+OrfjOfagPArRQ1PyQjx5KgHk3dARedI+8PNTLSMpJts0lQJr8yF2pAU4GxpxCBJ9HYw== + /@rollup/plugin-buble/0.21.3_rollup@2.23.0: dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 '@types/buble': 0.19.2 - buble: 0.19.8 - rollup: 2.2.0 - rollup-pluginutils: 2.8.2 + buble: 0.20.0 + rollup: 2.23.0 dev: true + engines: + node: '>= 8.0.0' peerDependencies: - rollup: ^1.20.0 + rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-n6N311RCrVvnsWGyo/if6K2kFoDW+x9r+/hkp+fI73MryLFGxN50Y3zJDg3k0ZTDjRHmveVzM6Nzwv9+plWiLA== + integrity: sha512-Iv8cCuFPnMdqV4pcyU+OrfjOfagPArRQ1PyQjx5KgHk3dARedI+8PNTLSMpJts0lQJr8yF2pAU4GxpxCBJ9HYw== /@rollup/plugin-commonjs/11.0.2: dependencies: '@rollup/pluginutils': 3.0.8 @@ -3156,51 +1594,53 @@ packages: rollup: ^1.20.0 resolution: integrity: sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g== - /@rollup/plugin-commonjs/11.0.2_rollup@2.16.1: + /@rollup/plugin-commonjs/11.1.0_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.0.8_rollup@2.16.1 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + commondir: 1.0.1 estree-walker: 1.0.1 - is-reference: 1.1.4 + glob: 7.1.6 + is-reference: 1.2.1 magic-string: 0.25.7 - resolve: 1.15.0 - rollup: 2.16.1 + resolve: 1.17.0 + rollup: 2.23.0 dev: true engines: node: '>= 8.0.0' peerDependencies: - rollup: ^1.20.0 + rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g== - /@rollup/plugin-commonjs/13.0.0_rollup@2.12.0: + integrity: sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA== + /@rollup/plugin-commonjs/13.0.2_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 - is-reference: 1.1.4 + is-reference: 1.2.1 magic-string: 0.25.7 resolve: 1.17.0 - rollup: 2.12.0 + rollup: 2.23.0 dev: true engines: node: '>= 8.0.0' peerDependencies: rollup: ^2.3.4 resolution: - integrity: sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw== - /@rollup/plugin-json/4.1.0_rollup@2.12.0: + integrity: sha512-9JXf2k8xqvMYfqmhgtB6eCgMN9fbxwF1XDF3mGKJc6pkAmt0jnsqurxQ0tC1akQKNSXCm7c3unQxa3zuxtZ7mQ== + /@rollup/plugin-json/4.1.0_rollup@2.22.0: dependencies: - '@rollup/pluginutils': 3.0.10_rollup@2.12.0 - rollup: 2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 + rollup: 2.22.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-json/4.1.0_rollup@2.2.0: + /@rollup/plugin-json/4.1.0_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.0.10_rollup@2.2.0 - rollup: 2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + rollup: 2.23.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 @@ -3235,22 +1675,38 @@ packages: rollup: ^1.20.0 resolution: integrity: sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA== - /@rollup/plugin-typescript/3.0.0_b7ed8cf084a78b83114da7b845e0a30a: + /@rollup/plugin-node-resolve/7.1.3_rollup@2.23.0: dependencies: - '@rollup/pluginutils': 3.0.8_rollup@2.16.1 - resolve: 1.15.0 - rollup: 2.16.1 - tslib: 1.10.0 - typescript: 3.7.5 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + '@types/resolve': 0.0.8 + builtin-modules: 3.1.0 + is-module: 1.0.0 + resolve: 1.17.0 + rollup: 2.23.0 dev: true engines: - node: '>=8.0.0' + node: '>= 8.0.0' peerDependencies: - rollup: ^1.20.0 - tslib: '*' - typescript: '>=2.1.0' + rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-O6915Ril3+Q0B4P898PULAcPFZfPuatEB/4nox7bnK48ekGrmamMYhMB5tOqWjihEWrw4oz/NL+c+/kS3Fk95g== + integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q== + /@rollup/plugin-node-resolve/8.4.0_rollup@2.22.0: + dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.22.0 + '@types/resolve': 1.17.1 + builtin-modules: 3.1.0 + deep-freeze: 0.0.1 + deepmerge: 4.2.2 + is-module: 1.0.0 + resolve: 1.17.0 + rollup: 2.22.0 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/plugin-typescript/3.0.0_rollup@2.2.0: dependencies: '@rollup/pluginutils': 3.0.8_rollup@2.2.0 @@ -3294,60 +1750,68 @@ packages: typescript: '>=2.1.0' resolution: integrity: sha512-O6915Ril3+Q0B4P898PULAcPFZfPuatEB/4nox7bnK48ekGrmamMYhMB5tOqWjihEWrw4oz/NL+c+/kS3Fk95g== - /@rollup/plugin-typescript/4.1.1_rollup@2.2.0: + /@rollup/plugin-typescript/3.1.1_60bfa7538fbe764c4bb3afdf832138ad: dependencies: - '@rollup/pluginutils': 3.0.10_rollup@2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 resolve: 1.17.0 - rollup: 2.2.0 + rollup: 2.23.0 + tslib: 1.13.0 + typescript: 3.9.7 dev: true engines: node: '>=8.0.0' peerDependencies: - rollup: ^1.20.0||^2.0.0 + rollup: ^1.20.0 tslib: '*' typescript: '>=2.1.0' resolution: - integrity: sha512-KYZCn1Iw9hZWkeEPqPs5YjlmvSjR7UdezVca8z0e8rm/29wU24UD9Y4IZHhnc9tm749hzsgBTiOUxA85gfShEQ== - /@rollup/pluginutils/3.0.10_rollup@2.12.0: + integrity: sha512-VPY1MbzIJT+obpav9Kns4MlipVJ1FuefwzO4s1uCVXAzVWya+bhhNauOmmqR/hy1zj7tePfh3t9iBN+HbIzyRA== + /@rollup/plugin-typescript/3.1.1_rollup@2.23.0: dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.2.2 - rollup: 2.12.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + resolve: 1.17.0 + rollup: 2.23.0 dev: true engines: - node: '>= 8.0.0' + node: '>=8.0.0' peerDependencies: - rollup: ^1.20.0||^2.0.0 + rollup: ^1.20.0 + tslib: '*' + typescript: '>=2.1.0' resolution: - integrity: sha512-d44M7t+PjmMrASHbhgpSbVgtL6EFyX7J4mYxwQ/c5eoaE6N2VgCgEcWVzNnwycIloti+/MpwFr8qfw+nRw00sw== - /@rollup/pluginutils/3.0.10_rollup@2.2.0: + integrity: sha512-VPY1MbzIJT+obpav9Kns4MlipVJ1FuefwzO4s1uCVXAzVWya+bhhNauOmmqR/hy1zj7tePfh3t9iBN+HbIzyRA== + /@rollup/plugin-typescript/3.1.1_rollup@2.23.0+typescript@3.9.7: dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.2.2 - rollup: 2.2.0 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + resolve: 1.17.0 + rollup: 2.23.0 + typescript: 3.9.7 dev: true engines: - node: '>= 8.0.0' + node: '>=8.0.0' peerDependencies: - rollup: ^1.20.0||^2.0.0 + rollup: ^1.20.0 + tslib: '*' + typescript: '>=2.1.0' resolution: - integrity: sha512-d44M7t+PjmMrASHbhgpSbVgtL6EFyX7J4mYxwQ/c5eoaE6N2VgCgEcWVzNnwycIloti+/MpwFr8qfw+nRw00sw== - /@rollup/pluginutils/3.0.8: + integrity: sha512-VPY1MbzIJT+obpav9Kns4MlipVJ1FuefwzO4s1uCVXAzVWya+bhhNauOmmqR/hy1zj7tePfh3t9iBN+HbIzyRA== + /@rollup/plugin-typescript/4.1.2_rollup@2.23.0: dependencies: - estree-walker: 1.0.1 + '@rollup/pluginutils': 3.1.0_rollup@2.23.0 + resolve: 1.17.0 + rollup: 2.23.0 dev: true engines: - node: '>= 8.0.0' + node: '>=8.0.0' peerDependencies: - rollup: ^1.20.0 + rollup: ^1.20.0||^2.0.0 + tslib: '*' + typescript: '>=2.1.0' resolution: - integrity: sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw== - /@rollup/pluginutils/3.0.8_rollup@2.16.1: + integrity: sha512-+7UlGat/99e2JbmGNnIauxwEhYLwrL7adO/tSJxUN57xrrS3Ps+ZzYpLCDGPZJ57j+ZJTZLLN89KXW9JMEB+jg== + /@rollup/pluginutils/3.0.8: dependencies: estree-walker: 1.0.1 - rollup: 2.16.1 dev: true engines: node: '>= 8.0.0' @@ -3371,6 +1835,18 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/3.1.0_rollup@2.16.1: + dependencies: + '@types/estree': 0.0.39 + estree-walker: 1.0.1 + picomatch: 2.2.2 + rollup: 2.16.1 dev: false engines: node: '>= 8.0.0' @@ -3378,37 +1854,36 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.12.0: + /@rollup/pluginutils/3.1.0_rollup@2.2.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.12.0 + rollup: 2.2.0 engines: node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.16.1: + /@rollup/pluginutils/3.1.0_rollup@2.22.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.16.1 - dev: false + rollup: 2.22.0 engines: node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.2.0: + /@rollup/pluginutils/3.1.0_rollup@2.23.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.2.0 + rollup: 2.23.0 engines: node: '>= 8.0.0' peerDependencies: @@ -3464,33 +1939,33 @@ packages: integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== /@types/babel__core/7.1.9: dependencies: - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 + '@babel/parser': 7.10.5 + '@babel/types': 7.10.5 '@types/babel__generator': 7.6.1 '@types/babel__template': 7.0.2 - '@types/babel__traverse': 7.0.12 + '@types/babel__traverse': 7.0.13 dev: true resolution: integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== /@types/babel__generator/7.6.1: dependencies: - '@babel/types': 7.9.5 + '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== /@types/babel__template/7.0.2: dependencies: - '@babel/parser': 7.9.4 - '@babel/types': 7.9.5 + '@babel/parser': 7.10.5 + '@babel/types': 7.10.5 dev: true resolution: integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - /@types/babel__traverse/7.0.12: + /@types/babel__traverse/7.0.13: dependencies: - '@babel/types': 7.9.5 + '@babel/types': 7.10.5 dev: true resolution: - integrity: sha512-t4CoEokHTfcyfb4hUaF9oOHu9RmmNWnm1CP0YmMqOOfClKascOmvlEM736vlqeScuGvBDsHkf8R2INd4DWreQA== + integrity: sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ== /@types/buble/0.19.2: dependencies: magic-string: 0.25.7 @@ -3508,21 +1983,15 @@ packages: resolution: integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== /@types/estree/0.0.45: - dev: false resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/events/3.0.0: - dev: true - resolution: - integrity: sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== - /@types/glob/7.1.1: + /@types/glob/7.1.3: dependencies: - '@types/events': 3.0.0 '@types/minimatch': 3.0.3 - '@types/node': 13.13.4 + '@types/node': 14.0.26 dev: true resolution: - integrity: sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w== + integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/istanbul-lib-coverage/2.0.1: dev: true resolution: @@ -3546,10 +2015,10 @@ packages: dev: true resolution: integrity: sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w== - /@types/json-schema/7.0.4: + /@types/json-schema/7.0.5: dev: true resolution: - integrity: sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== + integrity: sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== /@types/json5/0.0.29: dev: true resolution: @@ -3559,7 +2028,6 @@ packages: resolution: integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== /@types/minimist/1.2.0: - dev: false resolution: integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= /@types/node/12.12.28: @@ -3570,13 +2038,9 @@ packages: dev: false resolution: integrity: sha512-Jg1F+bmxcpENHP23sVKkNuU3uaxPnsBMW0cLjleiikFKomJQbsn0Cqk2yDvQArqzZN6ABfBkZ0To7pQ8sLdWDg== - /@types/node/13.13.4: - dev: true + /@types/node/14.0.26: resolution: - integrity: sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA== - /@types/node/14.0.23: - resolution: - integrity: sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw== + integrity: sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA== /@types/normalize-package-data/2.4.0: resolution: integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== @@ -3584,20 +2048,19 @@ packages: dev: true resolution: integrity: sha512-26/tQcDmJXYHiaWAAIjnTVL5nwrT+IVaqFZIbBImAuKk/r/j1r/1hmZ7uaOzG6IknqP3QHcNNQ6QO8Vp28lUoA== - /@types/q/1.5.2: + /@types/q/1.5.4: dev: true resolution: - integrity: sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== + integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== /@types/resolve/0.0.8: dependencies: - '@types/node': 14.0.23 + '@types/node': 14.0.26 dev: true resolution: integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.23 - dev: false + '@types/node': 14.0.26 resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/yargs-parser/15.0.0: @@ -3610,16 +2073,16 @@ packages: dev: true resolution: integrity: sha512-CF/+sxTO7FOwbIRL4wMv0ZYLCRfMid2HQpzDRyViH7kSpfoAFiMdGqKIxb1PxWfjtQXQhnQuD33lvRHNwr809Q== - /@typescript-eslint/eslint-plugin/3.6.0_1cd0d21f7cfbad5ac6106263f5332fb7: + /@typescript-eslint/eslint-plugin/3.7.0_53e761a1bc6765ce1ff0aafae1512cd1: dependencies: - '@typescript-eslint/experimental-utils': 3.6.0_typescript@3.8.3 - '@typescript-eslint/parser': 3.6.0_typescript@3.8.3 + '@typescript-eslint/experimental-utils': 3.7.0_typescript@3.9.7 + '@typescript-eslint/parser': 3.7.0_typescript@3.9.7 debug: 4.1.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 semver: 7.3.2 - tsutils: 3.17.1_typescript@3.8.3 - typescript: 3.8.3 + tsutils: 3.17.1_typescript@3.9.7 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3631,14 +2094,14 @@ packages: typescript: optional: true resolution: - integrity: sha512-ubHlHVt1lsPQB/CZdEov9XuOFhNG9YRC//kuiS1cMQI6Bs1SsqKrEmZnpgRwthGR09/kEDtr9MywlqXyyYd8GA== - /@typescript-eslint/experimental-utils/3.6.0_typescript@3.8.3: + integrity: sha512-4OEcPON3QIx0ntsuiuFP/TkldmBGXf0uKxPQlGtS/W2F3ndYm8Vgdpj/woPJkzUc65gd3iR+qi3K8SDQP/obFg== + /@typescript-eslint/experimental-utils/3.7.0_typescript@3.9.7: dependencies: - '@types/json-schema': 7.0.4 - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/typescript-estree': 3.6.0_typescript@3.8.3 - eslint-scope: 5.0.0 - eslint-utils: 2.0.0 + '@types/json-schema': 7.0.5 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/typescript-estree': 3.7.0_typescript@3.9.7 + eslint-scope: 5.1.0 + eslint-utils: 2.1.0 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3646,15 +2109,15 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-4Vdf2hvYMUnTdkCNZu+yYlFtL2v+N2R7JOynIOkFbPjf9o9wQvRwRkzUdWlFd2YiiUwJLbuuLnl5civNg5ykOQ== - /@typescript-eslint/parser/3.6.0_typescript@3.8.3: + integrity: sha512-xpfXXAfZqhhqs5RPQBfAFrWDHoNxD5+sVB5A46TF58Bq1hRfVROrWHcQHHUM9aCBdy9+cwATcvCbRg8aIRbaHQ== + /@typescript-eslint/parser/3.7.0_typescript@3.9.7: dependencies: '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.6.0_typescript@3.8.3 - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/typescript-estree': 3.6.0_typescript@3.8.3 - eslint-visitor-keys: 1.1.0 - typescript: 3.8.3 + '@typescript-eslint/experimental-utils': 3.7.0_typescript@3.9.7 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/typescript-estree': 3.7.0_typescript@3.9.7 + eslint-visitor-keys: 1.3.0 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3665,24 +2128,24 @@ packages: typescript: optional: true resolution: - integrity: sha512-taghDxuLhbDAD1U5Fk8vF+MnR0yiFE9Z3v2/bYScFb0N1I9SK8eKHkdJl1DAD48OGFDMFTeOTX0z7g0W6SYUXw== - /@typescript-eslint/types/3.6.0: + integrity: sha512-2LZauVUt7jAWkcIW7djUc3kyW+fSarNEuM3RF2JdLHR9BfX/nDEnyA4/uWz0wseoWVZbDXDF7iF9Jc342flNqQ== + /@typescript-eslint/types/3.7.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-JwVj74ohUSt0ZPG+LZ7hb95fW8DFOqBuR6gE7qzq55KDI3BepqsCtHfBIoa0+Xi1AI7fq5nCu2VQL8z4eYftqg== - /@typescript-eslint/typescript-estree/3.6.0_typescript@3.8.3: + integrity: sha512-reCaK+hyKkKF+itoylAnLzFeNYAEktB0XVfSQvf0gcVgpz1l49Lt6Vo9x4MVCCxiDydA0iLAjTF/ODH0pbfnpg== + /@typescript-eslint/typescript-estree/3.7.0_typescript@3.9.7: dependencies: - '@typescript-eslint/types': 3.6.0 - '@typescript-eslint/visitor-keys': 3.6.0 + '@typescript-eslint/types': 3.7.0 + '@typescript-eslint/visitor-keys': 3.7.0 debug: 4.1.1 glob: 7.1.6 is-glob: 4.0.1 - lodash: 4.17.15 + lodash: 4.17.19 semver: 7.3.2 - tsutils: 3.17.1_typescript@3.8.3 - typescript: 3.8.3 + tsutils: 3.17.1_typescript@3.9.7 + typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -3692,15 +2155,15 @@ packages: typescript: optional: true resolution: - integrity: sha512-G57NDSABHjvob7zVV09ehWyD1K6/YUKjz5+AufObFyjNO4DVmKejj47MHjVHHlZZKgmpJD2yyH9lfCXHrPITFg== - /@typescript-eslint/visitor-keys/3.6.0: + integrity: sha512-xr5oobkYRebejlACGr1TJ0Z/r0a2/HUf0SXqPvlgUMwiMqOCu/J+/Dr9U3T0IxpE5oLFSkqMx1FE/dKaZ8KsOQ== + /@typescript-eslint/visitor-keys/3.7.0: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-p1izllL2Ubwunite0ITjubuMQRBGgjdVYwyG7lXPX8GbrA6qF0uwSRz9MnXZaHMxID4948gX0Ez8v9tUDi/KfQ== + integrity: sha512-k5PiZdB4vklUpUX4NBncn5RBKty8G3ihTY+hqJsCdMuD0v4jofI5xuqwnVcWxfv6iTm2P/dfEa2wMUnsUY8ODw== /JSONStream/1.3.5: dependencies: jsonparse: 1.3.1 @@ -3709,18 +2172,9 @@ packages: hasBin: true resolution: integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== - /acorn-dynamic-import/4.0.0_acorn@6.4.0: - dependencies: - acorn: 6.4.0 - dev: true - peerDependencies: - acorn: ^6.0.0 - resolution: - integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== /acorn-dynamic-import/4.0.0_acorn@6.4.1: dependencies: acorn: 6.4.1 - dev: false peerDependencies: acorn: ^6.0.0 resolution: @@ -3733,58 +2187,47 @@ packages: acorn: ^6.0.0 resolution: integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - /acorn-jsx/5.1.0_acorn@6.4.0: - dependencies: - acorn: 6.4.0 - dev: true - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 - resolution: - integrity: sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw== /acorn-jsx/5.2.0_acorn@6.4.1: dependencies: acorn: 6.4.1 - dev: false peerDependencies: acorn: ^6.0.0 || ^7.0.0 resolution: integrity: sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== - /acorn-jsx/5.2.0_acorn@7.1.1: + /acorn-jsx/5.2.0_acorn@7.3.1: dependencies: - acorn: 7.1.1 + acorn: 7.3.1 dev: true peerDependencies: acorn: ^6.0.0 || ^7.0.0 resolution: integrity: sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== - /acorn/6.4.0: + /acorn-walk/7.2.0: dev: true engines: node: '>=0.4.0' - hasBin: true resolution: - integrity: sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw== + integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== /acorn/6.4.1: - dev: false engines: node: '>=0.4.0' hasBin: true resolution: integrity: sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== - /acorn/7.1.0: + /acorn/7.1.1: dev: true engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ== - /acorn/7.1.1: + integrity: sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== + /acorn/7.3.1: dev: true engines: node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== + integrity: sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA== /aggregate-error/3.0.1: dependencies: clean-stack: 2.2.0 @@ -3794,15 +2237,15 @@ packages: node: '>=8' resolution: integrity: sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== - /ajv/6.12.2: + /ajv/6.12.3: dependencies: - fast-deep-equal: 3.1.1 + fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.2.2 dev: true resolution: - integrity: sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== + integrity: sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== /alphanum-sort/1.0.2: dev: true resolution: @@ -3913,12 +2356,6 @@ packages: sprintf-js: 1.0.3 resolution: integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - /arr-flatten/1.1.0: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== /arr-union/3.1.0: dev: false engines: @@ -3934,47 +2371,33 @@ packages: /array-includes/3.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 is-string: 1.0.5 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== - /array-union/1.0.2: - dependencies: - array-uniq: 1.0.3 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= /array-union/2.1.0: engines: node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - /array-uniq/1.0.3: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - /array-uniq/2.1.0: - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-bdHxtev7FN6+MXI1YFW0Q8mQ8dTJc2S8AMfju+ZR77pbg2yAdVyDlwkaUI7Har0LyOMRFPHrJ9lYdyjZZswdlQ== /array.prototype.flat/1.2.3: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== + /arrgv/1.0.2: + dev: true + engines: + node: '>=8.0.0' + resolution: + integrity: sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw== /arrify/1.0.1: engines: node: '>=0.10.0' @@ -4003,103 +2426,84 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-yL4BCitc0A3qlsgRFgNGk9/dgtE= - /ava/2.4.0: + /ava/3.11.0: dependencies: - '@ava/babel-preset-stage-4': 4.0.0_@babel+core@7.9.0 - '@ava/babel-preset-transform-test-files': 6.0.0 - '@babel/core': 7.9.0 - '@babel/generator': 7.9.5 '@concordance/react': 2.0.0 - ansi-escapes: 4.3.1 + acorn: 7.3.1 + acorn-walk: 7.2.0 ansi-styles: 4.2.1 - arr-flatten: 1.1.0 - array-union: 2.1.0 - array-uniq: 2.1.0 + arrgv: 1.0.2 arrify: 2.0.1 - bluebird: 3.7.2 - chalk: 2.4.2 - chokidar: 3.4.0 - chunkd: 1.0.0 - ci-parallel-vars: 1.0.0 - clean-stack: 2.2.0 + callsites: 3.1.0 + chalk: 4.1.0 + chokidar: 3.4.1 + chunkd: 2.0.1 + ci-info: 2.0.0 + ci-parallel-vars: 1.0.1 clean-yaml-object: 0.1.0 cli-cursor: 3.1.0 cli-truncate: 2.1.0 - code-excerpt: 2.1.1 - common-path-prefix: 1.0.0 - concordance: 4.0.0 + code-excerpt: 3.0.0 + common-path-prefix: 3.0.0 + concordance: 5.0.0 convert-source-map: 1.7.0 currently-unhandled: 0.4.1 debug: 4.1.1 - del: 4.1.1 - dot-prop: 5.2.0 - emittery: 0.4.1 - empower-core: 1.2.0 + del: 5.1.0 + emittery: 0.7.1 equal-length: 1.0.1 - escape-string-regexp: 2.0.0 - esm: 3.2.25 figures: 3.2.0 - find-up: 4.1.0 - get-port: 5.1.1 - globby: 10.0.2 - ignore-by-default: 1.0.1 + globby: 11.0.1 + ignore-by-default: 2.0.0 import-local: 3.0.2 indent-string: 4.0.0 - is-ci: 2.0.0 is-error: 2.2.2 - is-observable: 2.0.0 - is-plain-object: 3.0.0 - is-promise: 2.2.2 - lodash: 4.17.15 - loud-rejection: 2.2.0 - make-dir: 3.1.0 - matcher: 2.1.0 + is-plain-object: 4.1.1 + is-promise: 4.0.0 + lodash: 4.17.19 + matcher: 3.0.0 md5-hex: 3.0.1 - meow: 5.0.0 - micromatch: 4.0.2 + mem: 6.1.0 ms: 2.1.2 - observable-to-promise: 1.0.0 - ora: 3.4.0 - package-hash: 4.0.0 + ora: 4.0.5 + p-map: 4.0.0 + picomatch: 2.2.2 pkg-conf: 3.1.0 - plur: 3.1.1 - pretty-ms: 5.1.0 - require-precompiled: 0.1.0 + plur: 4.0.0 + pretty-ms: 7.0.0 + read-pkg: 5.2.0 resolve-cwd: 3.0.0 slash: 3.0.0 source-map-support: 0.5.19 - stack-utils: 1.0.2 - strip-ansi: 5.2.0 - strip-bom-buf: 2.0.0 + stack-utils: 2.0.2 + strip-ansi: 6.0.0 supertap: 1.0.0 - supports-color: 7.1.0 + temp-dir: 2.0.0 trim-off-newlines: 1.0.1 - trim-right: 1.0.1 - unique-temp-dir: 1.0.0 - update-notifier: 3.0.1 + update-notifier: 4.1.0 write-file-atomic: 3.0.3 + yargs: 15.4.1 dev: true engines: - node: '>=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0' + node: '>=10.18.0 <11 || >=12.14.0 <12.17.0 || >=12.17.0 <13 || >=14.0.0' hasBin: true resolution: - integrity: sha512-CQWtzZZZeU2g4StojRv6MO9RIRi4sLxGSB9+3C3hv0ttUEG1tkJLTLyrBQeFS4WEeK12Z4ovE3f2iPVhSy8elA== + integrity: sha512-y5U8BGeSRjs/OypsC4CJxr+L1KtLKU5kUyHr5hcghXn7HNr2f4LE/4gvl0Q5lNkLX1obdRW1oODphNdU/glwmA== /babel-plugin-dynamic-import-node/2.3.3: dependencies: object.assign: 4.1.0 - dev: true resolution: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /babel-plugin-espower/3.0.1: dependencies: - '@babel/generator': 7.9.5 - '@babel/parser': 7.9.4 + '@babel/generator': 7.10.5 + '@babel/parser': 7.10.5 call-matcher: 1.1.0 core-js: 2.6.11 espower-location-detector: 1.0.0 espurify: 1.8.1 estraverse: 4.3.0 - dev: true + dev: false resolution: integrity: sha512-Ms49U7VIAtQ/TtcqRbD6UBmJBUCSxiC3+zPc+eGqxKUIFO1lTshyEDRUjhoAbd2rWfwYf3cZ62oXozrd8W6J0A== /balanced-match/1.0.0: @@ -4109,39 +2513,34 @@ packages: dev: true resolution: integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - /binary-extensions/2.0.0: + /binary-extensions/2.1.0: dev: true engines: node: '>=8' resolution: - integrity: sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== - /bluebird/3.7.2: - dev: true - resolution: - integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - /blueimp-md5/2.13.0: - dev: true + integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== + /blueimp-md5/2.17.0: resolution: - integrity: sha512-lmp0m647R5e77ORduxLW5mISIDcvgJZa52vMBv5uVI3UmSWTQjkJsZVBfaFqQPw/QFogJwvY6e3Gl9nP+Loe+Q== + integrity: sha512-x5PKJHY5rHQYaADj6NwPUR2QRCUVSggPzrUKkeENpj871o9l9IefJbO2jkT5UvYykeOK9dx0VmkIo6dZ+vThYw== /boolbase/1.0.0: dev: true resolution: integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= - /boxen/3.2.0: + /boxen/4.2.0: dependencies: ansi-align: 3.0.0 camelcase: 5.3.1 - chalk: 2.4.2 + chalk: 3.0.0 cli-boxes: 2.2.0 - string-width: 3.1.0 - term-size: 1.2.0 - type-fest: 0.3.1 - widest-line: 2.0.1 + string-width: 4.2.0 + term-size: 2.2.0 + type-fest: 0.8.1 + widest-line: 3.1.0 dev: true engines: - node: '>=6' + node: '>=8' resolution: - integrity: sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A== + integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== /brace-expansion/1.1.11: dependencies: balanced-match: 1.0.0 @@ -4155,22 +2554,12 @@ packages: node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - /browserslist/4.12.0: - dependencies: - caniuse-lite: 1.0.30001048 - electron-to-chromium: 1.3.418 - node-releases: 1.1.53 - pkg-up: 2.0.0 - dev: true - hasBin: true - resolution: - integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== /browserslist/4.13.0: dependencies: - caniuse-lite: 1.0.30001102 - electron-to-chromium: 1.3.500 + caniuse-lite: 1.0.30001107 + electron-to-chromium: 1.3.509 escalade: 3.0.2 - node-releases: 1.1.59 + node-releases: 1.1.60 dev: true engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 @@ -4179,14 +2568,14 @@ packages: integrity: sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ== /buble/0.19.8: dependencies: - acorn: 6.4.0 - acorn-dynamic-import: 4.0.0_acorn@6.4.0 - acorn-jsx: 5.1.0_acorn@6.4.0 + acorn: 6.4.1 + acorn-dynamic-import: 4.0.0_acorn@6.4.1 + acorn-jsx: 5.2.0_acorn@6.4.1 chalk: 2.4.2 - magic-string: 0.25.6 + magic-string: 0.25.7 minimist: 1.2.5 os-homedir: 2.0.0 - regexpu-core: 4.6.0 + regexpu-core: 4.7.0 dev: true hasBin: true resolution: @@ -4200,12 +2589,10 @@ packages: magic-string: 0.25.7 minimist: 1.2.5 regexpu-core: 4.5.4 - dev: false hasBin: true resolution: integrity: sha512-/1gnaMQE8xvd5qsNBl+iTuyjJ9XxeaVxAMF86dQ4EyxFJOZtsgOS8Ra+7WHgZTam5IFDtt4BguN0sH0tVTKrOw== /buffer-from/1.1.1: - dev: true resolution: integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== /builtin-modules/3.1.0: @@ -4244,11 +2631,11 @@ packages: deep-equal: 1.1.1 espurify: 1.8.1 estraverse: 4.3.0 - dev: true + dev: false resolution: integrity: sha512-IoQLeNwwf9KTNbtSA7aEBb1yfDbdnzwjCetjkC8io5oGeOmK2CBNdg0xr+tadRYKO0p7uQyZzvon0kXlZbvGrw== /call-signature/0.0.2: - dev: true + dev: false engines: node: '>=0.10.0' resolution: @@ -4281,32 +2668,15 @@ packages: node: '>=6' resolution: integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - /camelcase-keys/4.2.0: - dependencies: - camelcase: 4.1.0 - map-obj: 2.0.0 - quick-lru: 1.1.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-oqpfsa9oh1glnDLBQUJteJI7m3c= /camelcase-keys/6.2.2: dependencies: camelcase: 5.3.1 map-obj: 4.1.0 quick-lru: 4.0.1 - dev: false engines: node: '>=8' resolution: integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - /camelcase/4.1.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= /camelcase/5.3.1: engines: node: '>=6' @@ -4320,25 +2690,17 @@ packages: integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== /caniuse-api/3.0.0: dependencies: - browserslist: 4.12.0 - caniuse-lite: 1.0.30001021 + browserslist: 4.13.0 + caniuse-lite: 1.0.30001107 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true resolution: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-lite/1.0.30001021: - dev: true - resolution: - integrity: sha512-wuMhT7/hwkgd8gldgp2jcrUjOU9RXJ4XxGumQeOsUr91l3WwmM68Cpa/ymCnWEDqakwFXhuDQbaKNHXBPgeE9g== - /caniuse-lite/1.0.30001048: - dev: true - resolution: - integrity: sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg== - /caniuse-lite/1.0.30001102: + /caniuse-lite/1.0.30001107: dev: true resolution: - integrity: sha512-fOjqRmHjRXv1H1YD6QVLb96iKqnu17TjcLSaX64TwhGYed0P1E1CCWZ9OujbbK4Z/7zax7zAzvQidzdtjx8RcA== + integrity: sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ== /chalk/1.1.3: dependencies: ansi-styles: 2.2.1 @@ -4369,11 +2731,20 @@ packages: node: '>=8' resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + /chalk/4.1.0: + dependencies: + ansi-styles: 4.2.1 + supports-color: 7.1.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chardet/0.7.0: dev: true resolution: integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /chokidar/3.4.0: + /chokidar/3.4.1: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -4388,19 +2759,19 @@ packages: optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== - /chunkd/1.0.0: + integrity: sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g== + /chunkd/2.0.1: dev: true resolution: - integrity: sha512-xx3Pb5VF9QaqCotolyZ1ywFBgyuJmu6+9dLiqBxgelEse9Xsr3yUlpoX3O4Oh11M00GT2kYMsRByTKIMJW2Lkg== + integrity: sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ== /ci-info/2.0.0: dev: true resolution: integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - /ci-parallel-vars/1.0.0: + /ci-parallel-vars/1.0.1: dev: true resolution: - integrity: sha512-u6dx20FBXm+apMi+5x7UVm6EH7BL1gc4XrcnQewjcB7HWRcor/V5qWc3RG2HwpgDJ26gIi2DSEu3B7sXynAw/g== + integrity: sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg== /clean-stack/2.2.0: dev: true engines: @@ -4435,12 +2806,12 @@ packages: node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.3.0: + /cli-spinners/2.4.0: dev: true engines: node: '>=6' resolution: - integrity: sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w== + integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /cli-truncate/0.2.1: dependencies: slice-ansi: 0.0.4 @@ -4459,10 +2830,12 @@ packages: node: '>=8' resolution: integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== - /cli-width/2.2.1: + /cli-width/3.0.0: dev: true + engines: + node: '>= 10' resolution: - integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== + integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== /cliui/5.0.0: dependencies: string-width: 3.1.0 @@ -4471,6 +2844,14 @@ packages: dev: true resolution: integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + /cliui/6.0.0: + dependencies: + string-width: 4.2.0 + strip-ansi: 6.0.0 + wrap-ansi: 6.2.0 + dev: true + resolution: + integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== /clone-response/1.0.2: dependencies: mimic-response: 1.0.1 @@ -4485,7 +2866,7 @@ packages: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /coa/2.0.2: dependencies: - '@types/q': 1.5.2 + '@types/q': 1.5.4 chalk: 2.4.2 q: 1.5.1 dev: true @@ -4493,14 +2874,14 @@ packages: node: '>= 4.0' resolution: integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - /code-excerpt/2.1.1: + /code-excerpt/3.0.0: dependencies: convert-to-spaces: 1.0.2 dev: true engines: - node: '>=4' + node: '>=10' resolution: - integrity: sha512-tJLhH3EpFm/1x7heIW0hemXJTUU5EWl2V0EIX558jp05Mt1U6DVryCgkp3l37cxqs+DNbNgxG43SkwJXpQ14Jw== + integrity: sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw== /code-point-at/1.1.0: dev: true engines: @@ -4509,7 +2890,7 @@ packages: integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= /codecov-lite/0.3.1: dependencies: - '@babel/runtime': 7.9.2 + '@babel/runtime': 7.10.5 got: 9.6.0 dev: true engines: @@ -4559,10 +2940,10 @@ packages: node: '>= 6' resolution: integrity: sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw== - /common-path-prefix/1.0.0: + /common-path-prefix/3.0.0: dev: true resolution: - integrity: sha1-zVL28HEuC6q5fW+XModPIvR3UsA= + integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== /commondir/1.0.1: resolution: integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= @@ -4588,24 +2969,39 @@ packages: md5-hex: 2.0.0 semver: 5.7.1 well-known-symbols: 2.0.0 - dev: true + dev: false engines: node: '>=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0' resolution: integrity: sha512-l0RFuB8RLfCS0Pt2Id39/oCPykE01pyxgAFypWTlaGRgvLkZrtczZ8atEHpTeEIW+zYWXTBuA9cCSeEOScxReQ== - /configstore/4.0.0: + /concordance/5.0.0: dependencies: - dot-prop: 4.2.0 - graceful-fs: 4.2.3 - make-dir: 1.3.0 - unique-string: 1.0.0 - write-file-atomic: 2.4.3 - xdg-basedir: 3.0.0 + date-time: 3.1.0 + esutils: 2.0.3 + fast-diff: 1.2.0 + js-string-escape: 1.0.1 + lodash: 4.17.19 + md5-hex: 3.0.1 + semver: 7.3.2 + well-known-symbols: 2.0.0 dev: true engines: - node: '>=6' + node: '>=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0' + resolution: + integrity: sha512-stOCz9ffg0+rytwTaL2njUOIyMfANwfwmqc9Dr4vTUS/x/KkVFlWx9Zlzu6tHYtjKxxaCF/cEAZgPDac+n35sg== + /configstore/5.0.1: + dependencies: + dot-prop: 5.2.0 + graceful-fs: 4.2.4 + make-dir: 3.1.0 + unique-string: 2.0.0 + write-file-atomic: 3.0.3 + xdg-basedir: 4.0.0 + dev: true + engines: + node: '>=8' resolution: - integrity: sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ== + integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== /contains-path/0.1.0: dev: true engines: @@ -4616,10 +3012,10 @@ packages: dependencies: JSONStream: 1.3.5 is-text-path: 1.0.1 - lodash: 4.17.15 + lodash: 4.17.19 meow: 7.0.1 split2: 2.2.0 - through2: 3.0.1 + through2: 3.0.2 trim-off-newlines: 1.0.1 dev: false engines: @@ -4630,7 +3026,6 @@ packages: /convert-source-map/1.7.0: dependencies: safe-buffer: 5.1.2 - dev: true resolution: integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== /convert-to-spaces/1.0.2: @@ -4648,7 +3043,7 @@ packages: integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== /core-js/2.6.11: deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' - dev: true + dev: false requiresBuild: true resolution: integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== @@ -4660,7 +3055,7 @@ packages: dependencies: import-fresh: 2.0.0 is-directory: 0.3.1 - js-yaml: 3.13.1 + js-yaml: 3.14.0 parse-json: 4.0.0 dev: true engines: @@ -4669,11 +3064,11 @@ packages: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cp-file/6.2.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 make-dir: 2.1.0 nested-error-stacks: 2.1.0 pify: 4.0.1 - safe-buffer: 5.2.0 + safe-buffer: 5.2.1 dev: true engines: node: '>=6' @@ -4686,14 +3081,6 @@ packages: dev: true resolution: integrity: sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE= - /cross-spawn/5.1.0: - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - dev: true - resolution: - integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= /cross-spawn/6.0.5: dependencies: nice-try: 1.0.5 @@ -4706,7 +3093,7 @@ packages: node: '>=4.8' resolution: integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - /cross-spawn/7.0.2: + /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -4715,20 +3102,20 @@ packages: engines: node: '>= 8' resolution: - integrity: sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw== - /crypto-random-string/1.0.0: + integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + /crypto-random-string/2.0.0: dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== /css-color-names/0.0.4: dev: true resolution: integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= /css-declaration-sorter/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 timsort: 0.3.0 dev: true engines: @@ -4753,20 +3140,19 @@ packages: /css-select/2.1.0: dependencies: boolbase: 1.0.0 - css-what: 3.2.1 + css-what: 3.3.0 domutils: 1.7.0 nth-check: 1.0.2 dev: true resolution: integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - /css-selector-tokenizer/0.7.1: + /css-selector-tokenizer/0.7.3: dependencies: - cssesc: 0.1.0 + cssesc: 3.0.0 fastparse: 1.1.2 - regexpu-core: 1.0.0 dev: true resolution: - integrity: sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA== + integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== /css-tree/1.0.0-alpha.37: dependencies: mdn-data: 2.0.4 @@ -4776,34 +3162,34 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-unit-converter/1.1.1: + /css-tree/1.0.0-alpha.39: + dependencies: + mdn-data: 2.0.6 + source-map: 0.6.1 dev: true + engines: + node: '>=8.0.0' resolution: - integrity: sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY= - /css-what/3.2.1: + integrity: sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== + /css-what/3.3.0: dev: true engines: node: '>= 6' resolution: - integrity: sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw== - /cssesc/0.1.0: - dev: true - hasBin: true - resolution: - integrity: sha1-yBSQPkViM3GgR3tAEJqq++6t27Q= - /cssesc/2.0.0: + integrity: sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== + /cssesc/3.0.0: dev: true engines: node: '>=4' hasBin: true resolution: - integrity: sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== + integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== /cssnano-preset-default/4.0.7: dependencies: css-declaration-sorter: 4.0.1 cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.26 - postcss-calc: 7.0.1 + postcss: 7.0.32 + postcss-calc: 7.0.2 postcss-colormin: 4.0.3 postcss-convert-values: 4.0.1 postcss-discard-comments: 4.0.2 @@ -4849,7 +3235,7 @@ packages: integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= /cssnano-util-raw-cache/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -4866,20 +3252,20 @@ packages: cosmiconfig: 5.2.1 cssnano-preset-default: 4.0.7 is-resolvable: 1.1.0 - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' resolution: integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - /csso/4.0.2: + /csso/4.0.3: dependencies: - css-tree: 1.0.0-alpha.37 + css-tree: 1.0.0-alpha.39 dev: true engines: node: '>=8.0.0' resolution: - integrity: sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg== + integrity: sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== /currently-unhandled/0.4.1: dependencies: array-find-index: 1.0.2 @@ -4911,11 +3297,19 @@ packages: /date-time/2.1.0: dependencies: time-zone: 1.0.0 - dev: true + dev: false engines: node: '>=4' resolution: integrity: sha512-/9+C44X7lot0IeiyfgJmETtRMhBidBYM2QFFIkGa0U1k+hSyY87Nw7PY3eDqpvCBm7I3WCSfPeZskW/YYq6m4g== + /date-time/3.1.0: + dependencies: + time-zone: 1.0.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg== /debug/2.6.9: dependencies: ms: 2.0.0 @@ -4925,7 +3319,6 @@ packages: /debug/4.1.1: dependencies: ms: 2.1.2 - dev: true resolution: integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== /decamelize-keys/1.1.0: @@ -4957,11 +3350,11 @@ packages: dependencies: is-arguments: 1.0.4 is-date-object: 1.0.2 - is-regex: 1.0.5 + is-regex: 1.1.0 object-is: 1.1.2 object-keys: 1.1.1 regexp.prototype.flags: 1.3.0 - dev: true + dev: false resolution: integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== /deep-extend/0.6.0: @@ -4971,7 +3364,6 @@ packages: resolution: integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== /deep-freeze/0.0.1: - dev: false resolution: integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deep-is/0.1.3: @@ -4979,7 +3371,6 @@ packages: resolution: integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= /deepmerge/4.2.2: - dev: false engines: node: '>=0.10.0' resolution: @@ -5005,44 +3396,29 @@ packages: /define-properties/1.1.3: dependencies: object-keys: 1.1.1 - dev: true engines: node: '>= 0.4' resolution: integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - /del-cli/3.0.0: + /del-cli/3.0.1: dependencies: del: 5.1.0 - meow: 5.0.0 + meow: 6.1.1 dev: true engines: node: '>=8' hasBin: true resolution: - integrity: sha512-J4HDC2mpcN5aopya4VdkyiFXZaqAoo7ua9VpKbciX3DDUSbtJbPMc3ivggJsAAgS6EqonmbenIiMhBGtJPW9FA== - /del/4.1.1: - dependencies: - '@types/glob': 7.1.1 - globby: 6.1.0 - is-path-cwd: 2.2.0 - is-path-in-cwd: 2.1.0 - p-map: 2.1.0 - pify: 4.0.1 - rimraf: 2.7.1 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== + integrity: sha512-BLHItGr82rUbHhjMu41d+vw9Md49i81jmZSV00HdTq4t+RTHywmEht/23mNFpUl2YeLYJZJyGz4rdlMAyOxNeg== /del/5.1.0: dependencies: globby: 10.0.2 - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 is-glob: 4.0.1 is-path-cwd: 2.2.0 is-path-inside: 3.0.2 p-map: 3.0.0 - rimraf: 3.0.0 + rimraf: 3.0.2 slash: 3.0.0 dev: true engines: @@ -5094,7 +3470,7 @@ packages: /dom-serializer/0.2.2: dependencies: domelementtype: 2.0.1 - entities: 2.0.0 + entities: 2.0.3 dev: true resolution: integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== @@ -5113,18 +3489,9 @@ packages: dev: true resolution: integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /dot-prop/4.2.0: - dependencies: - is-obj: 1.0.1 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== /dot-prop/5.2.0: dependencies: is-obj: 2.0.0 - dev: true engines: node: '>=8' resolution: @@ -5133,26 +3500,22 @@ packages: dev: true resolution: integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= - /electron-to-chromium/1.3.418: + /electron-to-chromium/1.3.509: dev: true resolution: - integrity: sha512-i2QrQtHes5fK/F9QGG5XacM5WKEuR322fxTYF9e8O9Gu0mc0WmjjwGpV8c7Htso6Zf2Di18lc3SIPxmMeRFBug== - /electron-to-chromium/1.3.500: - dev: true - resolution: - integrity: sha512-Zz8BZh4Ssb/rZBaicqpi+GOQ0uu3y+24+MxBLCk0UYt8EGoZRP4cYzYHHwXGZfrSbCU4VDjbWN+Tg+TPgOUX6Q== + integrity: sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug== /elegant-spinner/1.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - /emittery/0.4.1: + /emittery/0.7.1: dev: true engines: - node: '>=6' + node: '>=10' resolution: - integrity: sha512-r4eRSeStEGf6M5SKdrQhhLK5bOwOBxQhIE3YSTnZE3GpKiLfnnhE+tPtrJE79+eDJgm39BM6LSoI8SCx4HbwlQ== + integrity: sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ== /emoji-regex/7.0.3: dev: true resolution: @@ -5161,17 +3524,17 @@ packages: dev: true resolution: integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - /emojis-list/2.1.0: + /emojis-list/3.0.0: dev: true engines: - node: '>= 0.10' + node: '>= 4' resolution: - integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k= + integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /empower-core/1.2.0: dependencies: call-signature: 0.0.2 core-js: 2.6.11 - dev: true + dev: false resolution: integrity: sha512-g6+K6Geyc1o6FdXs9HwrXleCFan7d66G5xSCfSF7x1mJDCes6t0om9lFQG3zOrzh3Bkb/45N0cZ5Gqsf7YrzGQ== /end-of-stream/1.4.4: @@ -5180,10 +3543,10 @@ packages: dev: true resolution: integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - /entities/2.0.0: + /entities/2.0.3: dev: true resolution: - integrity: sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== + integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== /equal-length/1.0.1: dev: true engines: @@ -5195,48 +3558,28 @@ packages: is-arrayish: 0.2.1 resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-abstract/1.17.2: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.1.5 - is-regex: 1.0.5 - object-inspect: 1.7.0 - object-keys: 1.1.1 - object.assign: 4.1.0 - string.prototype.trimleft: 2.1.1 - string.prototype.trimright: 2.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw== - /es-abstract/1.17.5: + /es-abstract/1.17.6: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 - is-callable: 1.1.5 - is-regex: 1.0.5 - object-inspect: 1.7.0 + is-callable: 1.2.0 + is-regex: 1.1.0 + object-inspect: 1.8.0 object-keys: 1.1.1 object.assign: 4.1.0 - string.prototype.trimleft: 2.1.2 - string.prototype.trimright: 2.1.2 - dev: true + string.prototype.trimend: 1.0.1 + string.prototype.trimstart: 1.0.1 engines: node: '>= 0.4' resolution: - integrity: sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg== + integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== /es-to-primitive/1.2.1: dependencies: - is-callable: 1.1.5 + is-callable: 1.2.0 is-date-object: 1.0.2 is-symbol: 1.0.3 - dev: true engines: node: '>= 0.4' resolution: @@ -5250,7 +3593,6 @@ packages: resolution: integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== /es6-error/4.1.1: - dev: true resolution: integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== /es6-iterator/2.0.3: @@ -5278,35 +3620,46 @@ packages: node: '>=6' resolution: integrity: sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== + /escape-goat/2.1.1: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q== /escape-string-regexp/1.0.5: engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /escape-string-regexp/2.0.0: - dev: true engines: node: '>=8' resolution: integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== + /escape-string-regexp/4.0.0: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== /eslint-config-rollup/0.1.0: dependencies: eslint: 6.8.0 - eslint-plugin-import: 2.20.2_eslint@6.8.0 - eslint-plugin-prettier: 3.1.3_eslint@6.8.0+prettier@1.19.1 + eslint-plugin-import: 2.22.0_eslint@6.8.0 + eslint-plugin-prettier: 3.1.4_eslint@6.8.0+prettier@1.19.1 prettier: 1.19.1 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-DXJTAX33Kq+iqV1MUEH78IKj3BZIqKR9jUy1ABHcx4fCryY0G2WUFttUVpuwED0XwAIXBVOiISStoly2rtvdKA== - /eslint-import-resolver-node/0.3.3: + /eslint-import-resolver-node/0.3.4: dependencies: debug: 2.6.9 resolve: 1.17.0 dev: true resolution: - integrity: sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg== + integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== /eslint-module-utils/2.6.0: dependencies: debug: 2.6.9 @@ -5316,7 +3669,7 @@ packages: node: '>=4' resolution: integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-import/2.20.2_eslint@6.8.0: + /eslint-plugin-import/2.22.0_eslint@6.8.0: dependencies: array-includes: 3.1.1 array.prototype.flat: 1.2.3 @@ -5324,21 +3677,22 @@ packages: debug: 2.6.9 doctrine: 1.5.0 eslint: 6.8.0 - eslint-import-resolver-node: 0.3.3 + eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 object.values: 1.1.1 read-pkg-up: 2.0.0 resolve: 1.17.0 + tsconfig-paths: 3.9.0 dev: true engines: node: '>=4' peerDependencies: - eslint: 2.x - 6.x + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: - integrity: sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg== - /eslint-plugin-prettier/3.1.3_eslint@6.8.0+prettier@1.19.1: + integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== + /eslint-plugin-prettier/3.1.4_eslint@6.8.0+prettier@1.19.1: dependencies: eslint: 6.8.0 prettier: 1.19.1 @@ -5347,11 +3701,11 @@ packages: engines: node: '>=6.0.0' peerDependencies: - eslint: '>= 5.0.0' - prettier: '>= 1.13.0' + eslint: '>=5.0.0' + prettier: '>=1.13.0' resolution: - integrity: sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ== - /eslint-scope/5.0.0: + integrity: sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== + /eslint-scope/5.1.0: dependencies: esrecurse: 4.2.1 estraverse: 4.3.0 @@ -5359,40 +3713,40 @@ packages: engines: node: '>=8.0.0' resolution: - integrity: sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw== + integrity: sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== /eslint-utils/1.4.3: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== - /eslint-utils/2.0.0: + /eslint-utils/2.1.0: dependencies: - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: - integrity: sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== - /eslint-visitor-keys/1.1.0: + integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + /eslint-visitor-keys/1.3.0: dev: true engines: node: '>=4' resolution: - integrity: sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== + integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== /eslint/6.8.0: dependencies: - '@babel/code-frame': 7.8.3 - ajv: 6.12.2 + '@babel/code-frame': 7.10.4 + ajv: 6.12.3 chalk: 2.4.2 cross-spawn: 6.0.5 debug: 4.1.1 doctrine: 3.0.0 - eslint-scope: 5.0.0 + eslint-scope: 5.1.0 eslint-utils: 1.4.3 - eslint-visitor-keys: 1.1.0 + eslint-visitor-keys: 1.3.0 espree: 6.2.1 esquery: 1.3.1 esutils: 2.0.3 @@ -5403,12 +3757,12 @@ packages: ignore: 4.0.6 import-fresh: 3.2.1 imurmurhash: 0.1.4 - inquirer: 7.1.0 + inquirer: 7.3.3 is-glob: 4.0.1 - js-yaml: 3.13.1 + js-yaml: 3.14.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.3.0 - lodash: 4.17.15 + lodash: 4.17.19 minimatch: 3.0.4 mkdirp: 0.5.5 natural-compare: 1.4.0 @@ -5417,36 +3771,30 @@ packages: regexpp: 2.0.1 semver: 6.3.0 strip-ansi: 5.2.0 - strip-json-comments: 3.1.0 + strip-json-comments: 3.1.1 table: 5.4.6 text-table: 0.2.0 - v8-compile-cache: 2.1.0 + v8-compile-cache: 2.1.1 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 hasBin: true resolution: integrity: sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== - /esm/3.2.25: - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== /espower-location-detector/1.0.0: dependencies: is-url: 1.2.4 path-is-absolute: 1.0.1 source-map: 0.5.7 xtend: 4.0.2 - dev: true + dev: false resolution: integrity: sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU= /espree/6.2.1: dependencies: - acorn: 7.1.1 - acorn-jsx: 5.2.0_acorn@7.1.1 - eslint-visitor-keys: 1.1.0 + acorn: 7.3.1 + acorn-jsx: 5.2.0_acorn@7.3.1 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6.0.0' @@ -5461,7 +3809,7 @@ packages: /espurify/1.8.1: dependencies: core-js: 2.6.11 - dev: true + dev: false resolution: integrity: sha512-ZDko6eY/o+D/gHCWyHTU85mKDgYcS4FJj7S+YD6WIInm7GQ6AnOjmcL4+buFV/JOztVLELi/7MmuGU5NHta0Mg== /esquery/1.3.1: @@ -5481,7 +3829,6 @@ packages: resolution: integrity: sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== /estraverse/4.3.0: - dev: true engines: node: '>=4.0' resolution: @@ -5504,25 +3851,14 @@ packages: resolution: integrity: sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg== /esutils/2.0.3: - dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - /execa/0.7.0: - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 + /eventemitter3/4.0.4: dev: true - engines: - node: '>=4' resolution: - integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== /execa/1.0.0: dependencies: cross-spawn: 6.0.5 @@ -5539,7 +3875,7 @@ packages: integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== /execa/2.1.0: dependencies: - cross-spawn: 7.0.2 + cross-spawn: 7.0.3 get-stream: 5.1.0 is-stream: 2.0.0 merge-stream: 2.0.0 @@ -5577,25 +3913,25 @@ packages: node: '>=4' resolution: integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - /fast-deep-equal/3.1.1: + /fast-deep-equal/3.1.3: dev: true resolution: - integrity: sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== + integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== /fast-diff/1.2.0: - dev: true resolution: integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== - /fast-glob/3.1.1: + /fast-glob/3.2.4: dependencies: '@nodelib/fs.stat': 2.0.3 '@nodelib/fs.walk': 1.2.4 - glob-parent: 5.1.0 - merge2: 1.3.0 + glob-parent: 5.1.1 + merge2: 1.4.1 micromatch: 4.0.2 + picomatch: 2.2.2 engines: node: '>=8' resolution: - integrity: sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g== + integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fast-json-stable-stringify/2.1.0: dev: true resolution: @@ -5608,11 +3944,11 @@ packages: dev: true resolution: integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - /fastq/1.6.0: + /fastq/1.8.0: dependencies: reusify: 1.0.4 resolution: - integrity: sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA== + integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== /figures/1.7.0: dependencies: escape-string-regexp: 1.0.5 @@ -5674,7 +4010,6 @@ packages: /find-up/3.0.0: dependencies: locate-path: 3.0.0 - dev: true engines: node: '>=6' resolution: @@ -5728,7 +4063,6 @@ packages: resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== /function-bind/1.1.1: - dev: true resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /functional-red-black-tree/1.0.1: @@ -5737,12 +4071,11 @@ packages: integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= /generic-names/2.0.1: dependencies: - loader-utils: 1.2.3 + loader-utils: 1.4.0 dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== /gensync/1.0.0-beta.1: - dev: true engines: node: '>=6.9.0' resolution: @@ -5757,24 +4090,12 @@ packages: dev: true resolution: integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - /get-port/5.1.1: - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== /get-stdin/7.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== - /get-stream/3.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= /get-stream/4.1.0: dependencies: pump: 3.0.0 @@ -5791,17 +4112,9 @@ packages: node: '>=8' resolution: integrity: sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== - /glob-parent/5.1.0: - dependencies: - is-glob: 4.0.1 - engines: - node: '>= 6' - resolution: - integrity: sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw== /glob-parent/5.1.1: dependencies: is-glob: 4.0.1 - dev: true engines: node: '>= 6' resolution: @@ -5816,14 +4129,14 @@ packages: path-is-absolute: 1.0.1 resolution: integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - /global-dirs/0.1.1: + /global-dirs/2.0.1: dependencies: ini: 1.3.5 dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= + integrity: sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A== /global-modules/1.0.0: dependencies: global-prefix: 1.0.2 @@ -5847,7 +4160,6 @@ packages: resolution: integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= /globals/11.12.0: - dev: true engines: node: '>=4' resolution: @@ -5862,13 +4174,13 @@ packages: integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== /globby/10.0.2: dependencies: - '@types/glob': 7.1.1 + '@types/glob': 7.1.3 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.1.1 + fast-glob: 3.2.4 glob: 7.1.6 - ignore: 5.1.4 - merge2: 1.3.0 + ignore: 5.1.8 + merge2: 1.4.1 slash: 3.0.0 dev: true engines: @@ -5879,27 +4191,14 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.1.1 - ignore: 5.1.4 - merge2: 1.3.0 + fast-glob: 3.2.4 + ignore: 5.1.8 + merge2: 1.4.1 slash: 3.0.0 - dev: false engines: node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - /globby/6.1.0: - dependencies: - array-union: 1.0.2 - glob: 7.1.6 - object-assign: 4.1.1 - pify: 2.3.0 - pinkie-promise: 2.0.1 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= /got/9.6.0: dependencies: '@sindresorhus/is': 0.14.0 @@ -5918,11 +4217,10 @@ packages: node: '>=8.6' resolution: integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - /graceful-fs/4.2.3: + /graceful-fs/4.2.4: resolution: - integrity: sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== + integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== /hard-rejection/2.1.0: - dev: false engines: node: '>=6' resolution: @@ -5961,7 +4259,6 @@ packages: resolution: integrity: sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc= /has-symbols/1.0.1: - dev: true engines: node: '>= 0.4' resolution: @@ -5975,7 +4272,6 @@ packages: /has/1.0.3: dependencies: function-bind: 1.1.1 - dev: true engines: node: '>= 0.4.0' resolution: @@ -5992,7 +4288,7 @@ packages: dependencies: is-stream: 2.0.0 type-fest: 0.8.1 - dev: true + dev: false engines: node: '>=8' resolution: @@ -6039,7 +4335,7 @@ packages: cosmiconfig: 5.2.1 execa: 1.0.0 get-stdin: 7.0.0 - opencollective-postinstall: 2.0.2 + opencollective-postinstall: 2.0.3 pkg-dir: 4.2.0 please-upgrade-node: 3.2.0 read-pkg: 5.2.0 @@ -6063,29 +4359,39 @@ packages: dev: true resolution: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - /ignore-by-default/1.0.1: + /ignore-by-default/2.0.0: dev: true + engines: + node: '>=10 <11 || >=12 <13 || >=14' resolution: - integrity: sha1-SMptcvbGo68Aqa1K5odr44ieKwk= + integrity: sha512-+mQSgMRiFD3L3AOxLYOCxjIq4OnAmo5CIuC+lj5ehCJcPtV++QacEV7FdpzvYxH6DaOySWzQU6RR0lPLy37ckA== /ignore/4.0.6: dev: true engines: node: '>= 4' resolution: integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - /ignore/5.1.4: + /ignore/5.1.8: engines: node: '>= 4' resolution: - integrity: sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A== + integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: dependencies: - import-from: 2.1.0 + import-from: 2.1.0 + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= + /import-cwd/3.0.0: + dependencies: + import-from: 3.0.0 dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= + integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== /import-fresh/2.0.0: dependencies: caller-path: 2.0.0 @@ -6112,6 +4418,14 @@ packages: node: '>=4' resolution: integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= + /import-from/3.0.0: + dependencies: + resolve-from: 5.0.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== /import-lazy/2.1.0: dev: true engines: @@ -6160,26 +4474,26 @@ packages: /ini/1.3.5: resolution: integrity: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - /inquirer/7.1.0: + /inquirer/7.3.3: dependencies: ansi-escapes: 4.3.1 - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-width: 2.2.1 + cli-width: 3.0.0 external-editor: 3.1.0 figures: 3.2.0 - lodash: 4.17.15 + lodash: 4.17.19 mute-stream: 0.0.8 - run-async: 2.4.0 - rxjs: 6.5.5 + run-async: 2.4.1 + rxjs: 6.6.0 string-width: 4.2.0 strip-ansi: 6.0.0 through: 2.3.8 dev: true engines: - node: '>=6.0.0' + node: '>=8.0.0' resolution: - integrity: sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== + integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== /interpret/1.4.0: dev: true engines: @@ -6192,12 +4506,12 @@ packages: dev: true resolution: integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - /irregular-plurals/2.0.0: + /irregular-plurals/3.2.0: dev: true engines: - node: '>=6' + node: '>=8' resolution: - integrity: sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw== + integrity: sha512-YqTdPLfwP7YFN0SsD3QUVCkm9ZG2VzOXv3DOrw5G5mkMbVwptTwVcFv7/C0vOpBmgTxAeTG19XpUs1E522LW9Q== /is-absolute-url/2.1.0: dev: true engines: @@ -6205,7 +4519,7 @@ packages: resolution: integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= /is-arguments/1.0.4: - dev: true + dev: false engines: node: '>= 0.4' resolution: @@ -6219,18 +4533,17 @@ packages: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== /is-binary-path/2.1.0: dependencies: - binary-extensions: 2.0.0 + binary-extensions: 2.1.0 dev: true engines: node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-callable/1.1.5: - dev: true + /is-callable/1.2.0: engines: node: '>= 0.4' resolution: - integrity: sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== + integrity: sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== /is-ci/2.0.0: dependencies: ci-info: 2.0.0 @@ -6250,7 +4563,6 @@ packages: resolution: integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= /is-date-object/1.0.2: - dev: true engines: node: '>= 0.4' resolution: @@ -6305,24 +4617,30 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - /is-installed-globally/0.1.0: + /is-installed-globally/0.3.2: dependencies: - global-dirs: 0.1.1 - is-path-inside: 1.0.1 + global-dirs: 2.0.1 + is-path-inside: 3.0.2 dev: true engines: - node: '>=4' + node: '>=8' + resolution: + integrity: sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g== + /is-interactive/1.0.0: + dev: true + engines: + node: '>=8' resolution: - integrity: sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= + integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: resolution: integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= - /is-npm/3.0.0: + /is-npm/4.0.0: dev: true engines: node: '>=8' resolution: - integrity: sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA== + integrity: sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig== /is-number/7.0.0: engines: node: '>=0.12.0' @@ -6335,7 +4653,6 @@ packages: resolution: integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8= /is-obj/2.0.0: - dev: true engines: node: '>=8' resolution: @@ -6348,42 +4665,12 @@ packages: node: '>=4' resolution: integrity: sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - /is-observable/2.0.0: - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-fhBZv3eFKUbyHXZ1oHujdo2tZ+CNbdpdzzlENgCGZUC8keoGxUew2jYFLYcUB4qo7LDD03o4KK11m/QYD7kEjg== /is-path-cwd/2.2.0: dev: true engines: node: '>=6' resolution: integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== - /is-path-in-cwd/2.1.0: - dependencies: - is-path-inside: 2.1.0 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== - /is-path-inside/1.0.1: - dependencies: - path-is-inside: 1.0.2 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY= - /is-path-inside/2.1.0: - dependencies: - path-is-inside: 1.0.2 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== /is-path-inside/3.0.2: dev: true engines: @@ -6395,18 +4682,26 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - /is-plain-object/3.0.0: - dependencies: - isobject: 4.0.0 + /is-plain-object/3.0.1: + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== + /is-plain-object/4.1.1: dev: true engines: node: '>=0.10.0' resolution: - integrity: sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== + integrity: sha512-5Aw8LLVsDlZsETVMhoMXzqsXwQqr/0vlnBYzIXJbYo2F4yYlhLHs+Ez7Bod7IIQKWkJbJfxrWD7pA1Dw1TKrwA== /is-promise/2.2.2: dev: true resolution: integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== + /is-promise/4.0.0: + dev: true + resolution: + integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ== /is-reference/1.1.4: dependencies: '@types/estree': 0.0.39 @@ -6416,17 +4711,15 @@ packages: /is-reference/1.2.1: dependencies: '@types/estree': 0.0.45 - dev: false resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== - /is-regex/1.0.5: + /is-regex/1.1.0: dependencies: - has: 1.0.3 - dev: true + has-symbols: 1.0.1 engines: node: '>= 0.4' resolution: - integrity: sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== + integrity: sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== /is-regexp/1.0.0: dev: true engines: @@ -6444,7 +4737,6 @@ packages: resolution: integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ= /is-stream/2.0.0: - dev: true engines: node: '>=8' resolution: @@ -6466,7 +4758,6 @@ packages: /is-symbol/1.0.3: dependencies: has-symbols: 1.0.1 - dev: true engines: node: '>= 0.4' resolution: @@ -6480,15 +4771,14 @@ packages: resolution: integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= /is-typedarray/1.0.0: - dev: true resolution: integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= /is-url/1.2.4: - dev: true + dev: false resolution: integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== /is-utf8/0.2.1: - dev: true + dev: false resolution: integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= /is-valid-glob/1.0.0: @@ -6517,12 +4807,6 @@ packages: /isexe/2.0.0: resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /isobject/4.0.0: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== /istanbul-lib-coverage/2.0.5: dev: true engines: @@ -6539,11 +4823,11 @@ packages: integrity: sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA== /istanbul-lib-instrument/3.3.0: dependencies: - '@babel/generator': 7.9.5 - '@babel/parser': 7.9.4 - '@babel/template': 7.8.6 - '@babel/traverse': 7.9.5 - '@babel/types': 7.9.5 + '@babel/generator': 7.10.5 + '@babel/parser': 7.10.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.10.5 + '@babel/types': 7.10.5 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 dev: true @@ -6599,7 +4883,6 @@ packages: resolution: integrity: sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q== /js-string-escape/1.0.1: - dev: true engines: node: '>= 0.8' resolution: @@ -6607,19 +4890,18 @@ packages: /js-tokens/4.0.0: resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.13.1: + /js-yaml/3.14.0: dependencies: argparse: 1.0.10 esprima: 4.0.1 hasBin: true resolution: - integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== + integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/0.5.0: hasBin: true resolution: integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= /jsesc/2.5.2: - dev: true engines: node: '>=4' hasBin: true @@ -6650,7 +4932,6 @@ packages: /json5/2.1.3: dependencies: minimist: 1.2.5 - dev: true engines: node: '>=6' hasBin: true @@ -6673,7 +4954,6 @@ packages: resolution: integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== /kind-of/6.0.3: - dev: false engines: node: '>=0.10.0' resolution: @@ -6777,7 +5057,7 @@ packages: listr-update-renderer: 0.5.0_listr@0.14.3 listr-verbose-renderer: 0.5.0 p-map: 2.1.0 - rxjs: 6.5.5 + rxjs: 6.6.0 dev: true engines: node: '>=6' @@ -6787,7 +5067,7 @@ packages: integrity: sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== /load-json-file/2.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 2.2.0 pify: 2.3.0 strip-bom: 3.0.0 @@ -6798,7 +5078,7 @@ packages: integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= /load-json-file/4.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 4.0.0 pify: 3.0.0 strip-bom: 3.0.0 @@ -6809,26 +5089,25 @@ packages: integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= /load-json-file/5.3.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 parse-json: 4.0.0 pify: 4.0.1 strip-bom: 3.0.0 type-fest: 0.3.1 - dev: true engines: node: '>=6' resolution: integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw== - /loader-utils/1.2.3: + /loader-utils/1.4.0: dependencies: big.js: 5.2.2 - emojis-list: 2.1.0 + emojis-list: 3.0.0 json5: 1.0.1 dev: true engines: node: '>=4.0.0' resolution: - integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== + integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /locate-character/2.0.5: dev: true resolution: @@ -6846,7 +5125,6 @@ packages: dependencies: p-locate: 3.0.0 path-exists: 3.0.0 - dev: true engines: node: '>=6' resolution: @@ -6863,11 +5141,10 @@ packages: resolution: integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= /lodash.clonedeep/4.5.0: - dev: true + dev: false resolution: integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= /lodash.flattendeep/4.4.0: - dev: true resolution: integrity: sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= /lodash.get/4.4.2: @@ -6875,7 +5152,7 @@ packages: resolution: integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= /lodash.islength/4.0.1: - dev: true + dev: false resolution: integrity: sha1-Tpho1FJXXXUK/9NYyXlUPcIO1Xc= /lodash.memoize/4.1.2: @@ -6883,18 +5160,14 @@ packages: resolution: integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= /lodash.merge/4.6.2: - dev: true + dev: false resolution: integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== /lodash.uniq/4.5.0: dev: true resolution: integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - /lodash/4.17.15: - resolution: - integrity: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== /lodash/4.17.19: - dev: true resolution: integrity: sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== /log-symbols/1.0.2: @@ -6905,14 +5178,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - /log-symbols/2.2.0: - dependencies: - chalk: 2.4.2 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== /log-symbols/3.0.0: dependencies: chalk: 2.4.2 @@ -6944,24 +5209,6 @@ packages: hasBin: true resolution: integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - /loud-rejection/1.6.0: - dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - /loud-rejection/2.2.0: - dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-S0FayMXku80toa5sZ6Ro4C+s+EtFDCsyJNG/AzFMfX3AxD5Si4dZsgzm/kKnbOxHl5Cv8jBlno8+3XYIh2pNjQ== /lowercase-keys/1.0.1: dev: true engines: @@ -6981,24 +5228,11 @@ packages: dev: true resolution: integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - /magic-string/0.25.6: - dependencies: - sourcemap-codec: 1.4.8 - resolution: - integrity: sha512-3a5LOMSGoCTH5rbqobC2HuDNRtE2glHZ8J7pK+QZYppyWA36yuNpsX994rIY2nCuyP7CZYy7lQq/X2jygiZ89g== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 resolution: integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== - /make-dir/1.3.0: - dependencies: - pify: 3.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== /make-dir/2.1.0: dependencies: pify: 4.0.1 @@ -7007,18 +5241,9 @@ packages: node: '>=6' resolution: integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - /make-dir/3.0.0: - dependencies: - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw== /make-dir/3.1.0: dependencies: semver: 6.3.0 - dev: true engines: node: '>=8' resolution: @@ -7027,19 +5252,20 @@ packages: dev: true resolution: integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== + /map-age-cleaner/0.1.3: + dependencies: + p-defer: 1.0.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== /map-obj/1.0.1: engines: node: '>=0.10.0' resolution: integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - /map-obj/2.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk= /map-obj/4.1.0: - dev: false engines: node: '>=8' resolution: @@ -7057,54 +5283,68 @@ packages: node: '>= 0.12.0' resolution: integrity: sha512-7ivM1jFZVTOOS77QsR+TtYHH0ecdLclMkqbf5qiJdX2RorqfhsL65QHySPZgDE0ZjHoh+mQUNHTanNXIlzXd0Q== - /matcher/2.1.0: + /matcher/3.0.0: dependencies: - escape-string-regexp: 2.0.0 + escape-string-regexp: 4.0.0 dev: true engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-o+nZr+vtJtgPNklyeUKkkH42OsK8WAfdgaJE2FNxcjLPg+5QbeEoT6vRj8Xq/iv18JlQ9cmKsEu0b94ixWf1YQ== + integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng== /md5-hex/2.0.0: dependencies: md5-o-matic: 0.1.1 - dev: true + dev: false engines: node: '>=4' resolution: integrity: sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM= /md5-hex/3.0.1: dependencies: - blueimp-md5: 2.13.0 - dev: true + blueimp-md5: 2.17.0 engines: node: '>=8' resolution: integrity: sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw== /md5-o-matic/0.1.1: - dev: true + dev: false resolution: integrity: sha1-givM1l4RfFFPqxdrJZRdVBAKA8M= /mdn-data/2.0.4: dev: true resolution: integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - /meow/5.0.0: + /mdn-data/2.0.6: + dev: true + resolution: + integrity: sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== + /mem/6.1.0: + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 3.1.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-RlbnLQgRHk5lwqTtpEkBTQ2ll/CG/iB+J4Hy2Wh97PjgZgXgWJWrFF+XXujh3UUVLvR4OOTgZzcWMMwnehlEUg== + /meow/6.1.1: dependencies: - camelcase-keys: 4.2.0 + '@types/minimist': 1.2.0 + camelcase-keys: 6.2.2 decamelize-keys: 1.1.0 - loud-rejection: 1.6.0 - minimist-options: 3.0.2 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 normalize-package-data: 2.5.0 - read-pkg-up: 3.0.0 - redent: 2.0.0 - trim-newlines: 2.0.0 - yargs-parser: 10.1.0 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.0 + type-fest: 0.13.1 + yargs-parser: 18.1.3 dev: true engines: - node: '>=6' + node: '>=8' resolution: - integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== + integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== /meow/7.0.1: dependencies: '@types/minimist': 1.2.0 @@ -7135,26 +5375,26 @@ packages: dev: true resolution: integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - /merge2/1.3.0: + /merge2/1.4.1: engines: - node: '>= 6' + node: '>= 8' resolution: - integrity: sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw== + integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: dependencies: braces: 3.0.2 - picomatch: 2.2.1 + picomatch: 2.2.2 engines: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /mime/2.4.4: + /mime/2.4.6: dev: false engines: node: '>=4.0.0' hasBin: true resolution: - integrity: sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== + integrity: sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== /mimic-fn/1.2.0: dev: true engines: @@ -7167,18 +5407,23 @@ packages: node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + /mimic-fn/3.1.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== /mimic-response/1.0.1: dev: true engines: node: '>=4' resolution: integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - /min-indent/1.0.0: - dev: false + /min-indent/1.0.1: engines: node: '>=4' resolution: - integrity: sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY= + integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== /mini-svg-data-uri/1.1.3: dev: false resolution: @@ -7188,40 +5433,18 @@ packages: brace-expansion: 1.1.11 resolution: integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - /minimist-options/3.0.2: - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - dev: true - engines: - node: '>= 4' - resolution: - integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== /minimist-options/4.1.0: dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 kind-of: 6.0.3 - dev: false engines: node: '>= 6' resolution: integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - /minimist/0.0.8: - dev: true - resolution: - integrity: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= /minimist/1.2.5: resolution: integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - /mkdirp/0.5.1: - dependencies: - minimist: 0.0.8 - deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) - dev: true - hasBin: true - resolution: - integrity: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= /mkdirp/0.5.5: dependencies: minimist: 1.2.5 @@ -7234,7 +5457,6 @@ packages: resolution: integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= /ms/2.1.2: - dev: true resolution: integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== /mute-stream/0.0.8: @@ -7285,14 +5507,10 @@ packages: dev: true resolution: integrity: sha1-R6Pn2Az/qmRYNkvSLthcqzMHvnk= - /node-releases/1.1.53: + /node-releases/1.1.60: dev: true resolution: - integrity: sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== - /node-releases/1.1.59: - dev: true - resolution: - integrity: sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw== + integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== /normalize-package-data/2.5.0: dependencies: hosted-git-info: 2.8.8 @@ -7363,7 +5581,7 @@ packages: istanbul-lib-report: 2.0.8 istanbul-lib-source-maps: 3.0.6 istanbul-reports: 2.2.7 - js-yaml: 3.13.1 + js-yaml: 3.14.0 make-dir: 2.1.0 merge-source-map: 1.1.0 resolve-from: 4.0.0 @@ -7385,21 +5603,19 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - /object-inspect/1.7.0: - dev: true + /object-inspect/1.8.0: resolution: - integrity: sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== + integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== /object-is/1.1.2: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 - dev: true + es-abstract: 1.17.6 + dev: false engines: node: '>= 0.4' resolution: integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== /object-keys/1.1.1: - dev: true engines: node: '>= 0.4' resolution: @@ -7410,7 +5626,6 @@ packages: function-bind: 1.1.1 has-symbols: 1.0.1 object-keys: 1.1.1 - dev: true engines: node: '>= 0.4' resolution: @@ -7418,7 +5633,7 @@ packages: /object.getownpropertydescriptors/2.1.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.2 + es-abstract: 1.17.6 dev: true engines: node: '>= 0.8' @@ -7427,7 +5642,7 @@ packages: /object.values/1.1.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 + es-abstract: 1.17.6 function-bind: 1.1.1 has: 1.0.3 dev: true @@ -7435,15 +5650,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== - /observable-to-promise/1.0.0: - dependencies: - is-observable: 2.0.0 - symbol-observable: 1.2.0 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-cqnGUrNsE6vdVDTPAX9/WeVzwy/z37vdxupdQXU8vgTXRFH72KCZiZga8aca2ulRPIeem8W3vW9rQHBwfIl2WA== /once/1.4.0: dependencies: wrappy: 1.0.2 @@ -7465,11 +5671,11 @@ packages: node: '>=6' resolution: integrity: sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== - /opencollective-postinstall/2.0.2: + /opencollective-postinstall/2.0.3: dev: true hasBin: true resolution: - integrity: sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw== + integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== /optionator/0.8.3: dependencies: deep-is: 0.1.3 @@ -7483,19 +5689,21 @@ packages: node: '>= 0.8.0' resolution: integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - /ora/3.4.0: + /ora/4.0.5: dependencies: - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-spinners: 2.3.0 - log-symbols: 2.2.0 - strip-ansi: 5.2.0 + chalk: 3.0.0 + cli-cursor: 3.1.0 + cli-spinners: 2.4.0 + is-interactive: 1.0.0 + log-symbols: 3.0.0 + mute-stream: 0.0.8 + strip-ansi: 6.0.0 wcwidth: 1.0.1 dev: true engines: - node: '>=6' + node: '>=8' resolution: - integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== + integrity: sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w== /os-homedir/1.0.2: dev: true engines: @@ -7521,6 +5729,12 @@ packages: node: '>=6' resolution: integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== + /p-defer/1.0.0: + dev: true + engines: + node: '>=4' + resolution: + integrity: sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= /p-finally/1.0.0: dev: true engines: @@ -7559,7 +5773,6 @@ packages: /p-locate/3.0.0: dependencies: p-limit: 2.3.0 - dev: true engines: node: '>=6' resolution: @@ -7585,12 +5798,31 @@ packages: node: '>=8' resolution: integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - /p-queue/2.4.2: + /p-map/4.0.0: + dependencies: + aggregate-error: 3.0.1 dev: true engines: - node: '>=4' + node: '>=10' + resolution: + integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== + /p-queue/6.6.0: + dependencies: + eventemitter3: 4.0.4 + p-timeout: 3.2.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ== + /p-timeout/3.2.0: + dependencies: + p-finally: 1.0.0 + dev: true + engines: + node: '>=8' resolution: - integrity: sha512-n8/y+yDJwBjoLQe1GSJbbaYQLTI7QHNZI2+rpmCDbe++WLf9HC3gf6iqj5yfPAV71W4UF3ql5W1+UBPXoXTxng== + integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== /p-try/1.0.0: dev: true engines: @@ -7604,7 +5836,7 @@ packages: integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== /package-hash/3.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 hasha: 3.0.0 lodash.flattendeep: 4.4.0 release-zalgo: 1.0.0 @@ -7615,11 +5847,11 @@ packages: integrity: sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA== /package-hash/4.0.0: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 hasha: 5.2.0 lodash.flattendeep: 4.4.0 release-zalgo: 1.0.0 - dev: true + dev: false engines: node: '>=8' resolution: @@ -7627,7 +5859,7 @@ packages: /package-json/6.5.0: dependencies: got: 9.6.0 - registry-auth-token: 4.1.1 + registry-auth-token: 4.2.0 registry-url: 5.1.0 semver: 6.3.0 dev: true @@ -7655,21 +5887,20 @@ packages: dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 - dev: true engines: node: '>=4' resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - /parse-json/5.0.0: + /parse-json/5.0.1: dependencies: - '@babel/code-frame': 7.8.3 + '@babel/code-frame': 7.10.4 error-ex: 1.3.2 json-parse-better-errors: 1.0.2 lines-and-columns: 1.1.6 engines: node: '>=8' resolution: - integrity: sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== + integrity: sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ== /parse-ms/2.1.0: dev: true engines: @@ -7683,7 +5914,6 @@ packages: resolution: integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= /path-exists/3.0.0: - dev: true engines: node: '>=4' resolution: @@ -7698,10 +5928,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-is-inside/1.0.2: - dev: true - resolution: - integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= /path-key/2.0.1: dev: true engines: @@ -7744,11 +5970,6 @@ packages: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /picomatch/2.2.1: - engines: - node: '>=8.6' - resolution: - integrity: sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== /picomatch/2.2.2: engines: node: '>=8.6' @@ -7771,20 +5992,12 @@ packages: node: '>=6' resolution: integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - /pinkie-promise/2.0.1: - dependencies: - pinkie: 2.0.4 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o= - /pinkie/2.0.4: + /pify/5.0.0: dev: true engines: - node: '>=0.10.0' + node: '>=10' resolution: - integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA= + integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== /pirates/4.0.1: dependencies: node-modules-regexp: 1.0.0 @@ -7796,7 +6009,6 @@ packages: dependencies: find-up: 3.0.0 load-json-file: 5.3.0 - dev: true engines: node: '>=6' resolution: @@ -7825,50 +6037,41 @@ packages: node: '>=8' resolution: integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - /pkg-up/2.0.0: - dependencies: - find-up: 2.1.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8= /please-upgrade-node/3.2.0: dependencies: semver-compare: 1.0.0 dev: true resolution: integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== - /plur/3.1.1: + /plur/4.0.0: dependencies: - irregular-plurals: 2.0.0 + irregular-plurals: 3.2.0 dev: true engines: - node: '>=6' + node: '>=10' resolution: - integrity: sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w== - /pnpm/4.14.0: + integrity: sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg== + /pnpm/4.14.4: dev: true engines: node: '>=10.13' hasBin: true resolution: - integrity: sha512-O6B5OD+wiO4srzegQTs0LiOrdExLvoKgG7UFL5+Lu1DhgqhW9NFP/pPg8+zKSrOQTontH3GGSWAkinxM3tCqnw== - /postcss-calc/7.0.1: + integrity: sha512-AH+vcfKJIlfKznH2vZj83utJ9g4vHjBK982OdinnBfWvYpHQ8opEMr9g1evAwlCW0Oim6V0sdolFvmV5AXc3Zw== + /postcss-calc/7.0.2: dependencies: - css-unit-converter: 1.1.1 - postcss: 7.0.26 - postcss-selector-parser: 5.0.0 - postcss-value-parser: 3.3.1 + postcss: 7.0.32 + postcss-selector-parser: 6.0.2 + postcss-value-parser: 4.1.0 dev: true resolution: - integrity: sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ== + integrity: sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ== /postcss-colormin/4.0.3: dependencies: - browserslist: 4.12.0 + browserslist: 4.13.0 color: 3.1.2 has: 1.0.3 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -7877,7 +6080,7 @@ packages: integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== /postcss-convert-values/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -7886,7 +6089,7 @@ packages: integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -7894,7 +6097,7 @@ packages: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-discard-duplicates/4.0.2: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -7902,7 +6105,7 @@ packages: integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== /postcss-discard-empty/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -7910,7 +6113,7 @@ packages: integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== /postcss-discard-overridden/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -7928,7 +6131,7 @@ packages: /postcss-merge-longhand/4.0.11: dependencies: css-color-names: 0.0.4 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 stylehacks: 4.0.3 dev: true @@ -7938,12 +6141,12 @@ packages: integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== /postcss-merge-rules/4.0.3: dependencies: - browserslist: 4.12.0 + browserslist: 4.13.0 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 - postcss: 7.0.26 - postcss-selector-parser: 3.1.1 - vendors: 1.0.3 + postcss: 7.0.32 + postcss-selector-parser: 3.1.2 + vendors: 1.0.4 dev: true engines: node: '>=6.9.0' @@ -7951,7 +6154,7 @@ packages: integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== /postcss-minify-font-values/4.0.2: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -7962,7 +6165,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 is-color-stop: 1.1.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -7972,9 +6175,9 @@ packages: /postcss-minify-params/4.0.2: dependencies: alphanum-sort: 1.0.2 - browserslist: 4.12.0 + browserslist: 4.13.0 cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 uniqs: 2.0.0 dev: true @@ -7986,8 +6189,8 @@ packages: dependencies: alphanum-sort: 1.0.2 has: 1.0.3 - postcss: 7.0.26 - postcss-selector-parser: 3.1.1 + postcss: 7.0.32 + postcss-selector-parser: 3.1.2 dev: true engines: node: '>=6.9.0' @@ -8001,14 +6204,14 @@ packages: integrity: sha1-thTJcgvmgW6u41+zpfqh26agXds= /postcss-modules-local-by-default/1.2.0: dependencies: - css-selector-tokenizer: 0.7.1 + css-selector-tokenizer: 0.7.3 postcss: 6.0.1 dev: true resolution: integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= /postcss-modules-scope/1.1.0: dependencies: - css-selector-tokenizer: 0.7.1 + css-selector-tokenizer: 0.7.3 postcss: 6.0.1 dev: true resolution: @@ -8020,19 +6223,19 @@ packages: dev: true resolution: integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - /postcss-modules/1.5.0: + /postcss-modules/2.0.0: dependencies: css-modules-loader-core: 1.1.0 generic-names: 2.0.1 lodash.camelcase: 4.3.0 - postcss: 7.0.26 + postcss: 7.0.32 string-hash: 1.1.3 dev: true resolution: - integrity: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg== + integrity: sha512-eqp+Bva+U2cwQO7dECJ8/V+X+uH1HduNeITB0CPPFAu6d/8LKQ32/j+p9rQ2YL1QytVcrNU0X+fBqgGmQIA1Rw== /postcss-normalize-charset/4.0.1: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -8041,7 +6244,7 @@ packages: /postcss-normalize-display-values/4.0.2: dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8052,7 +6255,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 has: 1.0.3 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8063,7 +6266,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 cssnano-util-get-match: 4.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8073,7 +6276,7 @@ packages: /postcss-normalize-string/4.0.2: dependencies: has: 1.0.3 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8083,7 +6286,7 @@ packages: /postcss-normalize-timing-functions/4.0.2: dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8092,8 +6295,8 @@ packages: integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== /postcss-normalize-unicode/4.0.1: dependencies: - browserslist: 4.12.0 - postcss: 7.0.26 + browserslist: 4.13.0 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8104,7 +6307,7 @@ packages: dependencies: is-absolute-url: 2.1.0 normalize-url: 3.3.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8113,7 +6316,7 @@ packages: integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== /postcss-normalize-whitespace/4.0.2: dependencies: - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8123,7 +6326,7 @@ packages: /postcss-ordered-values/4.1.2: dependencies: cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: @@ -8132,10 +6335,10 @@ packages: integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== /postcss-reduce-initial/4.0.3: dependencies: - browserslist: 4.12.0 + browserslist: 4.13.0 caniuse-api: 3.0.0 has: 1.0.3 - postcss: 7.0.26 + postcss: 7.0.32 dev: true engines: node: '>=6.9.0' @@ -8145,37 +6348,37 @@ packages: dependencies: cssnano-util-get-match: 4.0.0 has: 1.0.3 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 dev: true engines: node: '>=6.9.0' resolution: integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - /postcss-selector-parser/3.1.1: + /postcss-selector-parser/3.1.2: dependencies: - dot-prop: 4.2.0 + dot-prop: 5.2.0 indexes-of: 1.0.1 uniq: 1.0.1 dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU= - /postcss-selector-parser/5.0.0: + integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== + /postcss-selector-parser/6.0.2: dependencies: - cssesc: 2.0.0 + cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 dev: true engines: node: '>=4' resolution: - integrity: sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== + integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== /postcss-svgo/4.0.2: dependencies: is-svg: 3.0.0 - postcss: 7.0.26 + postcss: 7.0.32 postcss-value-parser: 3.3.1 svgo: 1.3.2 dev: true @@ -8186,7 +6389,7 @@ packages: /postcss-unique-selectors/4.0.1: dependencies: alphanum-sort: 1.0.2 - postcss: 7.0.26 + postcss: 7.0.32 uniqs: 2.0.0 dev: true engines: @@ -8197,6 +6400,10 @@ packages: dev: true resolution: integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + /postcss-value-parser/4.1.0: + dev: true + resolution: + integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== /postcss/6.0.1: dependencies: chalk: 1.1.3 @@ -8207,7 +6414,7 @@ packages: node: '>=4.0.0' resolution: integrity: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I= - /postcss/7.0.26: + /postcss/7.0.32: dependencies: chalk: 2.4.2 source-map: 0.6.1 @@ -8216,7 +6423,7 @@ packages: engines: node: '>=6.0.0' resolution: - integrity: sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA== + integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== /prelude-ls/1.1.2: dev: true engines: @@ -8272,20 +6479,14 @@ packages: node: '>= 6' resolution: integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== - /pretty-ms/5.1.0: + /pretty-ms/7.0.0: dependencies: parse-ms: 2.1.0 dev: true engines: - node: '>=8' - resolution: - integrity: sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw== - /private/0.1.8: - dev: true - engines: - node: '>= 0.6' + node: '>=10' resolution: - integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== + integrity: sha512-J3aPWiC5e9ZeZFuSeBraGxSkGMOvulSWsxDByOcbD1Pr75YL3LSNIKIb52WXbCLE1sS5s4inBBbryjF4Y05Ceg== /process-nextick-args/2.0.1: dev: false resolution: @@ -8319,6 +6520,14 @@ packages: node: '>=6' resolution: integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + /pupa/2.0.1: + dependencies: + escape-goat: 2.1.1 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA== /q/1.5.1: dev: true engines: @@ -8326,14 +6535,7 @@ packages: teleport: '>=0.2.0' resolution: integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - /quick-lru/1.1.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= /quick-lru/4.0.1: - dev: false engines: node: '>=8' resolution: @@ -8361,15 +6563,6 @@ packages: node: '>=4' resolution: integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= - /read-pkg-up/3.0.0: - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= /read-pkg-up/4.0.0: dependencies: find-up: 3.0.0 @@ -8384,7 +6577,6 @@ packages: find-up: 4.1.0 read-pkg: 5.2.0 type-fest: 0.8.1 - dev: false engines: node: '>=8' resolution: @@ -8413,7 +6605,7 @@ packages: dependencies: '@types/normalize-package-data': 2.4.0 normalize-package-data: 2.5.0 - parse-json: 5.0.0 + parse-json: 5.0.1 type-fest: 0.6.0 engines: node: '>=8' @@ -8457,62 +6649,39 @@ packages: node: '>= 0.10' resolution: integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= - /redent/2.0.0: - dependencies: - indent-string: 3.2.0 - strip-indent: 2.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo= /redent/3.0.0: dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 - dev: false engines: node: '>=8' resolution: integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - /regenerate-unicode-properties/8.1.0: - dependencies: - regenerate: 1.4.0 - engines: - node: '>=4' - resolution: - integrity: sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA== /regenerate-unicode-properties/8.2.0: dependencies: regenerate: 1.4.1 - dev: true engines: node: '>=4' resolution: integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - /regenerate/1.4.0: - resolution: - integrity: sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== /regenerate/1.4.1: - dev: true resolution: integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== - /regenerator-runtime/0.13.5: + /regenerator-runtime/0.13.7: dev: true resolution: - integrity: sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== - /regenerator-transform/0.14.4: + integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== + /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.9.2 - private: 0.1.8 + '@babel/runtime': 7.10.5 dev: true resolution: - integrity: sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== + integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== /regexp.prototype.flags/1.3.0: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 - dev: true + es-abstract: 1.17.6 + dev: false engines: node: '>= 0.4' resolution: @@ -8529,40 +6698,18 @@ packages: node: '>=8' resolution: integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== - /regexpu-core/1.0.0: - dependencies: - regenerate: 1.4.0 - regjsgen: 0.2.0 - regjsparser: 0.1.5 - dev: true - resolution: - integrity: sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs= /regexpu-core/4.5.4: dependencies: - regenerate: 1.4.0 - regenerate-unicode-properties: 8.1.0 - regjsgen: 0.5.1 - regjsparser: 0.6.2 + regenerate: 1.4.1 + regenerate-unicode-properties: 8.2.0 + regjsgen: 0.5.2 + regjsparser: 0.6.4 unicode-match-property-ecmascript: 1.0.4 - unicode-match-property-value-ecmascript: 1.1.0 - dev: false + unicode-match-property-value-ecmascript: 1.2.0 engines: node: '>=4' resolution: integrity: sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ== - /regexpu-core/4.6.0: - dependencies: - regenerate: 1.4.0 - regenerate-unicode-properties: 8.1.0 - regjsgen: 0.5.1 - regjsparser: 0.6.2 - unicode-match-property-ecmascript: 1.0.4 - unicode-match-property-value-ecmascript: 1.1.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg== /regexpu-core/4.7.0: dependencies: regenerate: 1.4.1 @@ -8576,14 +6723,14 @@ packages: node: '>=4' resolution: integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== - /registry-auth-token/4.1.1: + /registry-auth-token/4.2.0: dependencies: rc: 1.2.8 dev: true engines: node: '>=6.0.0' resolution: - integrity: sha512-9bKS7nTl9+/A1s7tnPeGrUpRcVY+LUh7bfFgzpndALdPfXQBfQV77rQVtqgUV3ti4vc/Ik81Ex8UJDWDQ12zQA== + integrity: sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w== /registry-url/5.1.0: dependencies: rc: 1.2.8 @@ -8592,41 +6739,18 @@ packages: node: '>=8' resolution: integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== - /regjsgen/0.2.0: - dev: true - resolution: - integrity: sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - /regjsgen/0.5.1: - resolution: - integrity: sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg== /regjsgen/0.5.2: - dev: true resolution: integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - /regjsparser/0.1.5: - dependencies: - jsesc: 0.5.0 - dev: true - hasBin: true - resolution: - integrity: sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= - /regjsparser/0.6.2: - dependencies: - jsesc: 0.5.0 - hasBin: true - resolution: - integrity: sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q== /regjsparser/0.6.4: dependencies: jsesc: 0.5.0 - dev: true hasBin: true resolution: integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== /release-zalgo/1.0.0: dependencies: es6-error: 4.1.1 - dev: true engines: node: '>=4' resolution: @@ -8641,20 +6765,10 @@ packages: dev: true resolution: integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - /require-precompiled/0.1.0: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WhtS63Dr7UPrmC6XTIWrWVceVvo= /require-relative/0.8.7: dev: true resolution: integrity: sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4= - /reserved-words/0.1.2: - dev: true - resolution: - integrity: sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE= /resolve-cwd/3.0.0: dependencies: resolve-from: 5.0.0 @@ -8693,6 +6807,7 @@ packages: /resolve/1.15.0: dependencies: path-parse: 1.0.6 + dev: true resolution: integrity: sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw== /resolve/1.17.0: @@ -8752,72 +6867,53 @@ packages: hasBin: true resolution: integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - /rimraf/3.0.0: + /rimraf/3.0.2: dependencies: glob: 7.1.6 dev: true hasBin: true resolution: - integrity: sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== - /rollup-plugin-babel/4.3.3_@babel+core@7.9.0+rollup@2.2.0: - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - rollup: 2.2.0 - rollup-pluginutils: 2.8.2 - dev: true - peerDependencies: - '@babel/core': 7 || ^7.0.0-rc.2 - rollup: '>=0.60.0 <2' - resolution: - integrity: sha512-tKzWOCmIJD/6aKNz0H1GMM+lW1q9KyFubbWzGiOG540zxPPifnEAHTZwjo0g991Y+DyOZcLqBgqOdqazYE5fkw== - /rollup-plugin-babel/4.4.0_@babel+core@7.9.0+rollup@2.2.0: + integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + /rollup-plugin-babel/4.4.0_@babel+core@7.10.5+rollup@2.23.0: dependencies: - '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.8.3 - rollup: 2.2.0 + '@babel/core': 7.10.5 + '@babel/helper-module-imports': 7.10.4 + rollup: 2.23.0 rollup-pluginutils: 2.8.2 + deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. dev: true peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 rollup: '>=0.60.0 <3' resolution: integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== - /rollup-plugin-postcss/2.0.3: + /rollup-plugin-postcss/3.1.3: dependencies: - chalk: 2.4.2 + chalk: 4.1.0 concat-with-sourcemaps: 1.1.0 cssnano: 4.1.10 - import-cwd: 2.1.0 - p-queue: 2.4.2 - pify: 3.0.0 - postcss: 7.0.26 + import-cwd: 3.0.0 + p-queue: 6.6.0 + pify: 5.0.0 + postcss: 7.0.32 postcss-load-config: 2.1.0 - postcss-modules: 1.5.0 + postcss-modules: 2.0.0 promise.series: 0.2.0 - reserved-words: 0.1.2 - resolve: 1.15.0 + resolve: 1.17.0 rollup-pluginutils: 2.8.2 + safe-identifier: 0.4.1 style-inject: 0.3.0 dev: true engines: - node: '>=6' + node: '>=10' resolution: - integrity: sha512-d12oKl6za/GGXmlytzVPzzTdPCKgti/Kq2kNhtfm5vv9hkNbyrTvizMBm6zZ5rRWX/sIWl3znjIJ8xy6Hofoeg== + integrity: sha512-5Zm70/HkuYaQuhFbiGSO3U0bVj0magAPo09sd4sRE7I434Iwe4p7xF43pYfW0BcDvY0ZxzD3Fh2vRJzsm4OEiQ== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.12.0: - engines: - node: '>=10.0.0' - hasBin: true - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-vKwc/xFkZGM9DRai3Eztpr/4g0yYDgNKVq8tLXhq/aSLbR+/EVL6rTjEW9bgWgeYEIKoN66/5w2Bjv1gzyHR/w== /rollup/2.16.1: engines: node: '>=10.0.0' @@ -8835,7 +6931,6 @@ packages: resolution: integrity: sha512-iAu/j9/WJ0i+zT0sAMuQnsEbmOKzdQ4Yxu5rbPs9aUCyqveI1Kw3H4Fi9NWfCOpb8luEySD2lDyFWL9CrLE8iw== /rollup/2.22.0: - dev: true engines: node: '>=10.0.0' hasBin: true @@ -8843,14 +6938,20 @@ packages: fsevents: 2.1.3 resolution: integrity: sha512-TNuj5gQTwMu3hcM65HcBTx62N04/7v+4LRH6HOWe497hG0ic5RRfe+Vr88km8XfeApd/AIIQtVfRVNHk92Knmg== - /run-async/2.4.0: - dependencies: - is-promise: 2.2.2 + /rollup/2.23.0: + engines: + node: '>=10.0.0' + hasBin: true + optionalDependencies: + fsevents: 2.1.3 + resolution: + integrity: sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg== + /run-async/2.4.1: dev: true engines: node: '>=0.12.0' resolution: - integrity: sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg== + integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== /run-node/1.0.0: dev: true engines: @@ -8865,25 +6966,24 @@ packages: dev: false resolution: integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q= - /rxjs/6.5.5: + /rxjs/6.6.0: dependencies: - tslib: 1.11.1 + tslib: 1.13.0 dev: true engines: npm: '>=2.0.0' resolution: - integrity: sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== + integrity: sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== /safe-buffer/5.1.2: resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /safe-buffer/5.2.0: - dev: true - resolution: - integrity: sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== /safe-buffer/5.2.1: - dev: false resolution: integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + /safe-identifier/0.4.1: + dev: true + resolution: + integrity: sha512-73tOz5TXsq3apuCc3vC8c9QRhhdNZGiBhHmPPjqpH4TO5oCDqk8UIsDcSs/RG6dYcFAkOOva0pqHS3u7hh7XXA== /safer-buffer/2.1.2: resolution: integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -8895,14 +6995,14 @@ packages: dev: true resolution: integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w= - /semver-diff/2.1.0: + /semver-diff/3.1.1: dependencies: - semver: 5.7.1 + semver: 6.3.0 dev: true engines: - node: '>=0.10.0' + node: '>=8' resolution: - integrity: sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= + integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg== /semver/5.7.1: hasBin: true resolution: @@ -9053,17 +7153,14 @@ packages: dependencies: buffer-from: 1.1.1 source-map: 0.6.1 - dev: true resolution: integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== /source-map/0.5.7: - dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: - dev: true engines: node: '>=0.10.0' resolution: @@ -9088,21 +7185,21 @@ packages: dev: true resolution: integrity: sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw== - /spdx-correct/3.1.0: + /spdx-correct/3.1.1: dependencies: - spdx-expression-parse: 3.0.0 + spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.5 resolution: - integrity: sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== + integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== /spdx-exceptions/2.3.0: resolution: integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - /spdx-expression-parse/3.0.0: + /spdx-expression-parse/3.0.1: dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.5 resolution: - integrity: sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== /spdx-license-ids/3.0.5: resolution: integrity: sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== @@ -9119,12 +7216,14 @@ packages: dev: true resolution: integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - /stack-utils/1.0.2: + /stack-utils/2.0.2: + dependencies: + escape-string-regexp: 2.0.0 dev: true engines: - node: '>=0.10.0' + node: '>=10' resolution: - integrity: sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== + integrity: sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== /string-argv/0.3.1: dev: true engines: @@ -9181,53 +7280,13 @@ packages: /string.prototype.trimend/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 - dev: true + es-abstract: 1.17.6 resolution: integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== - /string.prototype.trimleft/2.1.1: - dependencies: - define-properties: 1.1.3 - function-bind: 1.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag== - /string.prototype.trimleft/2.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.5 - string.prototype.trimstart: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw== - /string.prototype.trimright/2.1.1: - dependencies: - define-properties: 1.1.3 - function-bind: 1.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g== - /string.prototype.trimright/2.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.5 - string.prototype.trimend: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg== /string.prototype.trimstart/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.5 - dev: true + es-abstract: 1.17.6 resolution: integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== /string_decoder/1.1.1: @@ -9287,13 +7346,12 @@ packages: /strip-bom-buf/2.0.0: dependencies: is-utf8: 0.2.1 - dev: true + dev: false engines: node: '>=8' resolution: integrity: sha512-gLFNHucd6gzb8jMsl5QmZ3QgnUJmp7qn4uUSHNwEXumAp7YizoGYw19ZUVfuq4aBOQUtyn2k8X/CwzWB73W2lQ== /strip-bom/3.0.0: - dev: true engines: node: '>=4' resolution: @@ -9310,16 +7368,9 @@ packages: node: '>=6' resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - /strip-indent/2.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= /strip-indent/3.0.0: dependencies: - min-indent: 1.0.0 - dev: false + min-indent: 1.0.1 engines: node: '>=8' resolution: @@ -9330,21 +7381,21 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /strip-json-comments/3.1.0: + /strip-json-comments/3.1.1: dev: true engines: node: '>=8' resolution: - integrity: sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w== + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== /style-inject/0.3.0: dev: true resolution: integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw== /stylehacks/4.0.3: dependencies: - browserslist: 4.12.0 - postcss: 7.0.26 - postcss-selector-parser: 3.1.1 + browserslist: 4.13.0 + postcss: 7.0.32 + postcss-selector-parser: 3.1.2 dev: true engines: node: '>=6.9.0' @@ -9367,7 +7418,7 @@ packages: dependencies: arrify: 1.0.1 indent-string: 3.2.0 - js-yaml: 3.13.1 + js-yaml: 3.14.0 serialize-error: 2.1.0 strip-ansi: 4.0.0 dev: true @@ -9419,9 +7470,9 @@ packages: css-select: 2.1.0 css-select-base-adapter: 0.1.1 css-tree: 1.0.0-alpha.37 - csso: 4.0.2 - js-yaml: 3.13.1 - mkdirp: 0.5.1 + csso: 4.0.3 + js-yaml: 3.14.0 + mkdirp: 0.5.5 object.values: 1.1.1 sax: 1.2.4 stable: 0.1.8 @@ -9441,8 +7492,8 @@ packages: integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== /table/5.4.6: dependencies: - ajv: 6.12.2 - lodash: 4.17.15 + ajv: 6.12.3 + lodash: 4.17.19 slice-ansi: 2.1.0 string-width: 3.1.0 dev: true @@ -9450,14 +7501,18 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - /term-size/1.2.0: - dependencies: - execa: 0.7.0 + /temp-dir/2.0.0: dev: true engines: - node: '>=4' + node: '>=8' + resolution: + integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== + /term-size/2.2.0: + dev: true + engines: + node: '>=8' resolution: - integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + integrity: sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== /test-exclude/5.2.3: dependencies: glob: 7.1.6 @@ -9503,14 +7558,14 @@ packages: dev: false resolution: integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - /through2/3.0.1: + /through2/3.0.2: dependencies: + inherits: 2.0.4 readable-stream: 3.6.0 dev: false resolution: - integrity: sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== + integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== /time-zone/1.0.0: - dev: true engines: node: '>=4' resolution: @@ -9551,14 +7606,7 @@ packages: node: '>=0.4.0' resolution: integrity: sha1-QtiN0RZhi88A1hBt1URvNCeQL/E= - /trim-newlines/2.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= /trim-newlines/3.0.0: - dev: false engines: node: '>=8' resolution: @@ -9568,23 +7616,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM= - /trim-right/1.0.1: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= /ts-interface-checker/0.1.10: dev: false resolution: integrity: sha512-UJYuKET7ez7ry0CnvfY6fPIUIZDw+UI3qvTUQeS2MyI4TgEeWAUBqy185LeaHcdJ9zG2dgFpPJU/AecXU0Afug== - /ts-node/8.9.1_typescript@3.8.3: + /ts-node/8.10.2_typescript@3.9.7: dependencies: arg: 4.1.3 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 - typescript: 3.8.3 + typescript: 3.9.7 yn: 3.1.1 dev: true engines: @@ -9593,7 +7635,7 @@ packages: peerDependencies: typescript: '>=2.7' resolution: - integrity: sha512-yrq6ODsxEFTLz0R3BX2myf0WBCSQh9A+py8PBo1dCzWIOcvisbyH6akNKqDHMgXePF2kir5mm5JXJTH3OUJYOQ== + integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA== /tsconfig-paths/3.9.0: dependencies: '@types/json5': 0.0.29 @@ -9603,18 +7645,14 @@ packages: dev: true resolution: integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== - /tslib/1.10.0: - dev: true - resolution: - integrity: sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - /tslib/1.11.1: + /tslib/1.13.0: dev: true resolution: - integrity: sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== - /tsutils/3.17.1_typescript@3.8.3: + integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + /tsutils/3.17.1_typescript@3.9.7: dependencies: - tslib: 1.11.1 - typescript: 3.8.3 + tslib: 1.13.0 + typescript: 3.9.7 dev: true engines: node: '>= 6' @@ -9643,13 +7681,11 @@ packages: resolution: integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== /type-fest/0.13.1: - dev: false engines: node: '>=10' resolution: integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== /type-fest/0.3.1: - dev: true engines: node: '>=6' resolution: @@ -9681,7 +7717,6 @@ packages: /typedarray-to-buffer/3.1.5: dependencies: is-typedarray: 1.0.0 - dev: true resolution: integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== /typescript/3.7.5: @@ -9691,13 +7726,6 @@ packages: hasBin: true resolution: integrity: sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== - /typescript/3.8.3: - dev: true - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== /typescript/3.9.7: dev: true engines: @@ -9705,10 +7733,6 @@ packages: hasBin: true resolution: integrity: sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== - /uid2/0.0.3: - dev: true - resolution: - integrity: sha1-SDEm4Rd03y9xuLY53NeZw3YWK4I= /unicode-canonical-property-names-ecmascript/1.0.4: engines: node: '>=4' @@ -9722,13 +7746,7 @@ packages: node: '>=4' resolution: integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - /unicode-match-property-value-ecmascript/1.1.0: - engines: - node: '>=4' - resolution: - integrity: sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g== /unicode-match-property-value-ecmascript/1.2.0: - dev: true engines: node: '>=4' resolution: @@ -9746,47 +7764,38 @@ packages: dev: true resolution: integrity: sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - /unique-string/1.0.0: + /unique-string/2.0.0: dependencies: - crypto-random-string: 1.0.0 + crypto-random-string: 2.0.0 dev: true engines: - node: '>=4' - resolution: - integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - /unique-temp-dir/1.0.0: - dependencies: - mkdirp: 0.5.5 - os-tmpdir: 1.0.2 - uid2: 0.0.3 - dev: true - engines: - node: '>=0.10.0' + node: '>=8' resolution: - integrity: sha1-bc6VsmgcoAPuv7MEpBX5y6vMU4U= + integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== /unquote/1.1.1: dev: true resolution: integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - /update-notifier/3.0.1: + /update-notifier/4.1.0: dependencies: - boxen: 3.2.0 - chalk: 2.4.2 - configstore: 4.0.0 + boxen: 4.2.0 + chalk: 3.0.0 + configstore: 5.0.1 has-yarn: 2.1.0 import-lazy: 2.1.0 is-ci: 2.0.0 - is-installed-globally: 0.1.0 - is-npm: 3.0.0 + is-installed-globally: 0.3.2 + is-npm: 4.0.0 is-yarn-global: 0.3.0 latest-version: 5.1.0 - semver-diff: 2.1.0 - xdg-basedir: 3.0.0 + pupa: 2.0.1 + semver-diff: 3.1.1 + xdg-basedir: 4.0.0 dev: true engines: node: '>=8' resolution: - integrity: sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ== + integrity: sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew== /uri-js/4.2.2: dependencies: punycode: 2.1.1 @@ -9808,7 +7817,7 @@ packages: /util.promisify/1.0.1: dependencies: define-properties: 1.1.3 - es-abstract: 1.17.2 + es-abstract: 1.17.6 has-symbols: 1.0.1 object.getownpropertydescriptors: 2.1.0 dev: true @@ -9819,20 +7828,20 @@ packages: hasBin: true resolution: integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /v8-compile-cache/2.1.0: + /v8-compile-cache/2.1.1: dev: true resolution: - integrity: sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g== + integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== /validate-npm-package-license/3.0.4: dependencies: - spdx-correct: 3.1.0 - spdx-expression-parse: 3.0.0 + spdx-correct: 3.1.1 + spdx-expression-parse: 3.0.1 resolution: integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - /vendors/1.0.3: + /vendors/1.0.4: dev: true resolution: - integrity: sha512-fOi47nsJP5Wqefa43kyWSg80qF+Q3XA6MUkgi7Hp1HQaKDQW4cQrK2D0P7mmbFtsV1N89am55Yru/nyEwRubcw== + integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 @@ -9840,7 +7849,6 @@ packages: resolution: integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= /well-known-symbols/2.0.0: - dev: true engines: node: '>=6' resolution: @@ -9864,14 +7872,14 @@ packages: hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - /widest-line/2.0.1: + /widest-line/3.1.0: dependencies: - string-width: 2.1.1 + string-width: 4.2.0 dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== + integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== /word-wrap/1.2.3: dev: true engines: @@ -9897,12 +7905,22 @@ packages: node: '>=6' resolution: integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + /wrap-ansi/6.2.0: + dependencies: + ansi-styles: 4.2.1 + string-width: 4.2.0 + strip-ansi: 6.0.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== /wrappy/1.0.2: resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= /write-file-atomic/2.4.3: dependencies: - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 imurmurhash: 0.1.4 signal-exit: 3.0.3 resolution: @@ -9913,13 +7931,12 @@ packages: is-typedarray: 1.0.0 signal-exit: 3.0.3 typedarray-to-buffer: 3.1.5 - dev: true resolution: integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== /write-json-file/3.2.0: dependencies: detect-indent: 5.0.0 - graceful-fs: 4.2.3 + graceful-fs: 4.2.4 make-dir: 2.1.0 pify: 4.0.1 sort-keys: 2.0.0 @@ -9947,13 +7964,14 @@ packages: node: '>=4' resolution: integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - /xdg-basedir/3.0.0: + /xdg-basedir/4.0.0: dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= + integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== /xtend/4.0.2: + dev: false engines: node: '>=0.4' resolution: @@ -9966,20 +7984,12 @@ packages: dev: true resolution: integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - /yaml/1.9.2: - dependencies: - '@babel/runtime': 7.9.2 + /yaml/1.10.0: dev: true engines: node: '>= 6' resolution: - integrity: sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg== - /yargs-parser/10.1.0: - dependencies: - camelcase: 4.1.0 - dev: true - resolution: - integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /yargs-parser/13.1.2: dependencies: camelcase: 5.3.1 @@ -9991,7 +8001,6 @@ packages: dependencies: camelcase: 5.3.1 decamelize: 1.2.0 - dev: false engines: node: '>=6' resolution: @@ -10011,6 +8020,24 @@ packages: dev: true resolution: integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + /yargs/15.4.1: + dependencies: + cliui: 6.0.0 + decamelize: 1.2.0 + find-up: 4.1.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 4.2.0 + which-module: 2.0.0 + y18n: 4.0.0 + yargs-parser: 18.1.3 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== /yn/3.1.1: dev: true engines: diff --git a/util/test.js b/util/test.js index 283a68bc0..ed79ca3fc 100644 --- a/util/test.js +++ b/util/test.js @@ -3,7 +3,7 @@ * @param {import('rollup').OutputOptions} [outputOptions] */ const getCode = async (bundle, outputOptions, allFiles = false) => { - const { output } = await bundle.generate(outputOptions || { format: 'cjs' }); + const { output } = await bundle.generate(outputOptions || { format: 'cjs', exports: 'auto' }); if (allFiles) { return output.map(({ code, fileName, source, map }) => { @@ -36,7 +36,7 @@ const getResolvedModules = async (bundle) => { * @param {object} args */ const testBundle = async (t, bundle, args = {}) => { - const { output } = await bundle.generate({ format: 'cjs' }); + const { output } = await bundle.generate({ format: 'cjs', exports: 'auto' }); const [{ code }] = output; const module = { exports: {} }; // as of 1/2/2020 Github Actions + Windows has changed in a way that we must now escape backslashes