From 07188547126bb786d7803232fc108cc7f9eca6cf Mon Sep 17 00:00:00 2001 From: ssssota Date: Fri, 19 May 2023 22:21:50 +0900 Subject: [PATCH 1/2] bump --- benchmark/package.json | 7 +- benchmark/src/renderer/index.ts | 5 +- package.json | 3 +- pnpm-lock.yaml | 3612 +++++++++++++++++-------------- 4 files changed, 1944 insertions(+), 1683 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 74c173f..2add157 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -13,13 +13,12 @@ "benny": "^3.7.1", "envinfo": "^7.8.1", "node-fetch": "^3.1.0", - "sharp": "^0.29.3", - "svg2img": "^0.9.4", - "svg2png-wasm": "link:.." + "sharp": "^0.32.1", + "svg2img": "^1.0.0-beta.2", + "svg2png-wasm": "workspace:.." }, "devDependencies": { "@types/envinfo": "^7.8.1", - "@types/sharp": "^0.29.5", "esbuild": "^0.14.10", "typescript": "^4.5.4" } diff --git a/benchmark/src/renderer/index.ts b/benchmark/src/renderer/index.ts index dd9a2dc..74c5a90 100644 --- a/benchmark/src/renderer/index.ts +++ b/benchmark/src/renderer/index.ts @@ -1,5 +1,5 @@ import sharp from './sharp'; -// import svg2img from './svg2img'; +import svg2img from './svg2img'; import svg2pngWasm from './svg2png-wasm'; import resvgjs from './resvg-js'; import resvg from './resvg'; @@ -13,8 +13,7 @@ export const rendererMap: { 'resvg-js': resvgjs, resvg, sharp, - // disabled due to throwing - // svg2img, + svg2img, }; export type RendererName = keyof typeof rendererMap; export default rendererMap; diff --git a/package.json b/package.json index f4b9640..ecf2685 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,6 @@ "vitest": "^0.9.4", "wasm-pack": "^0.10.2" }, - "type": "module" + "type": "module", + "packageManager": "pnpm@8.5.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d8e8ae..cb6fb5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,154 +1,203 @@ -lockfileVersion: 5.3 +lockfileVersion: '6.0' importers: .: - specifiers: - '@commitlint/cli': ^16.2.3 - '@commitlint/config-conventional': ^16.2.1 - '@types/glob': ^7.2.0 - copyfiles: ^2.4.1 - dts-bundle-generator: ^6.3.0 - esbuild: ^0.14.10 - eslint: ^8.6.0 - eslint-config-prettier: ^8.3.0 - eslint-plugin-svelte3: ^3.2.1 - glob: ^7.2.0 - husky: ^7.0.0 - npm-run-all: ^4.1.5 - prettier: ^2.5.1 - prettier-plugin-svelte: ^2.5.1 - reg-cli: ^0.17.4 - rimraf: ^3.0.2 - semantic-release: ^19.0.2 - serve: ^13.0.2 - svelte: ^3.44.3 - tslib: ^2.3.1 - typescript: ^4.5.4 - vitest: ^0.9.4 - wasm-pack: ^0.10.2 devDependencies: - '@commitlint/cli': 16.2.3 - '@commitlint/config-conventional': 16.2.1 - '@types/glob': 7.2.0 - copyfiles: 2.4.1 - dts-bundle-generator: 6.3.0 - esbuild: 0.14.10 - eslint: 8.6.0 - eslint-config-prettier: 8.3.0_eslint@8.6.0 - eslint-plugin-svelte3: 3.2.1_eslint@8.6.0+svelte@3.44.3 - glob: 7.2.0 - husky: 7.0.4 - npm-run-all: 4.1.5 - prettier: 2.5.1 - prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.44.3 - reg-cli: 0.17.4 - rimraf: 3.0.2 - semantic-release: 19.0.2 - serve: 13.0.2 - svelte: 3.44.3 - tslib: 2.3.1 - typescript: 4.5.4 - vitest: 0.9.4 - wasm-pack: 0.10.2 + '@commitlint/cli': + specifier: ^16.2.3 + version: 16.2.3 + '@commitlint/config-conventional': + specifier: ^16.2.1 + version: 16.2.1 + '@types/glob': + specifier: ^7.2.0 + version: 7.2.0 + copyfiles: + specifier: ^2.4.1 + version: 2.4.1 + dts-bundle-generator: + specifier: ^6.3.0 + version: 6.3.0 + esbuild: + specifier: ^0.14.10 + version: 0.14.10 + eslint: + specifier: ^8.6.0 + version: 8.6.0 + eslint-config-prettier: + specifier: ^8.3.0 + version: 8.3.0(eslint@8.6.0) + eslint-plugin-svelte3: + specifier: ^3.2.1 + version: 3.2.1(eslint@8.6.0)(svelte@3.44.3) + glob: + specifier: ^7.2.0 + version: 7.2.0 + husky: + specifier: ^7.0.0 + version: 7.0.4 + npm-run-all: + specifier: ^4.1.5 + version: 4.1.5 + prettier: + specifier: ^2.5.1 + version: 2.5.1 + prettier-plugin-svelte: + specifier: ^2.5.1 + version: 2.5.1(prettier@2.5.1)(svelte@3.44.3) + reg-cli: + specifier: ^0.17.4 + version: 0.17.4 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + semantic-release: + specifier: ^19.0.2 + version: 19.0.2 + serve: + specifier: ^13.0.2 + version: 13.0.2 + svelte: + specifier: ^3.44.3 + version: 3.44.3 + tslib: + specifier: ^2.3.1 + version: 2.3.1 + typescript: + specifier: ^4.5.4 + version: 4.5.4 + vitest: + specifier: ^0.9.4 + version: 0.9.4 + wasm-pack: + specifier: ^0.10.2 + version: 0.10.2 benchmark: - specifiers: - '@resvg/resvg-js': ^1.3.0 - '@types/envinfo': ^7.8.1 - '@types/sharp': ^0.29.5 - benny: ^3.7.1 - envinfo: ^7.8.1 - esbuild: ^0.14.10 - node-fetch: ^3.1.0 - sharp: ^0.29.3 - svg2img: ^0.9.4 - svg2png-wasm: link:.. - typescript: ^4.5.4 - dependencies: - '@resvg/resvg-js': 1.3.0 - benny: 3.7.1 - envinfo: 7.8.1 - node-fetch: 3.1.0 - sharp: 0.29.3 - svg2img: 0.9.4 - svg2png-wasm: link:.. + dependencies: + '@resvg/resvg-js': + specifier: ^1.3.0 + version: 1.3.0 + benny: + specifier: ^3.7.1 + version: 3.7.1 + envinfo: + specifier: ^7.8.1 + version: 7.8.1 + node-fetch: + specifier: ^3.1.0 + version: 3.1.0 + sharp: + specifier: ^0.32.1 + version: 0.32.1 + svg2img: + specifier: ^1.0.0-beta.2 + version: 1.0.0-beta.2 + svg2png-wasm: + specifier: link:.. + version: link:.. devDependencies: - '@types/envinfo': 7.8.1 - '@types/sharp': 0.29.5 - esbuild: 0.14.38 - typescript: 4.5.4 + '@types/envinfo': + specifier: ^7.8.1 + version: 7.8.1 + esbuild: + specifier: ^0.14.10 + version: 0.14.38 + typescript: + specifier: ^4.5.4 + version: 4.5.4 site: - specifiers: - '@sveltejs/adapter-static': 1.0.0-next.21 - '@sveltejs/kit': 1.0.0-next.193 - '@types/prismjs': ^1.16.6 - '@typescript-eslint/eslint-plugin': ^5.8.1 - '@typescript-eslint/parser': ^5.9.0 - autoprefixer: ^10.4.1 - carbon-components-svelte: ^0.51.1 - carbon-icons-svelte: ^10.44.3 - carbon-preprocess-svelte: ^0.6.0 - cssnano: ^5.0.14 - front-matter: ^4.0.2 - postcss: ^8.4.5 - postcss-load-config: ^3.1.1 - prismjs: ^1.25.0 - svelte: ^3.44.3 - svelte-check: ^2.2.11 - svelte-markdown: ^0.2.1 - svelte-preprocess: ^4.10.1 - svg2png-wasm: link:.. - tslib: ^2.3.1 - typescript: ^4.5.4 - dependencies: - front-matter: 4.0.2 - prismjs: 1.25.0 - svelte-markdown: 0.2.1_svelte@3.44.3 - svg2png-wasm: link:.. + dependencies: + front-matter: + specifier: ^4.0.2 + version: 4.0.2 + prismjs: + specifier: ^1.25.0 + version: 1.25.0 + svelte-markdown: + specifier: ^0.2.1 + version: 0.2.1(svelte@3.44.3) + svg2png-wasm: + specifier: link:.. + version: link:.. devDependencies: - '@sveltejs/adapter-static': 1.0.0-next.21 - '@sveltejs/kit': 1.0.0-next.193_svelte@3.44.3 - '@types/prismjs': 1.16.6 - '@typescript-eslint/eslint-plugin': 5.8.1_bd2fd93dbcc607ad2f21b784bccfe0c8 - '@typescript-eslint/parser': 5.9.0_eslint@8.6.0+typescript@4.5.4 - autoprefixer: 10.4.1_postcss@8.4.5 - carbon-components-svelte: 0.51.1 - carbon-icons-svelte: 10.44.3 - carbon-preprocess-svelte: 0.6.0_ca286960db9d91ba388e2f7552631d28 - cssnano: 5.0.14_postcss@8.4.5 - postcss: 8.4.5 - postcss-load-config: 3.1.1 - svelte: 3.44.3 - svelte-check: 2.2.11_ca286960db9d91ba388e2f7552631d28 - svelte-preprocess: 4.10.1_54371e0c17f4c0f646f1b2d2264b5af0 - tslib: 2.3.1 - typescript: 4.5.4 + '@sveltejs/adapter-static': + specifier: 1.0.0-next.21 + version: 1.0.0-next.21 + '@sveltejs/kit': + specifier: 1.0.0-next.193 + version: 1.0.0-next.193(svelte@3.44.3) + '@types/prismjs': + specifier: ^1.16.6 + version: 1.16.6 + '@typescript-eslint/eslint-plugin': + specifier: ^5.8.1 + version: 5.8.1(@typescript-eslint/parser@5.9.0)(eslint@8.6.0)(typescript@4.5.4) + '@typescript-eslint/parser': + specifier: ^5.9.0 + version: 5.9.0(eslint@8.6.0)(typescript@4.5.4) + autoprefixer: + specifier: ^10.4.1 + version: 10.4.1(postcss@8.4.5) + carbon-components-svelte: + specifier: ^0.51.1 + version: 0.51.1 + carbon-icons-svelte: + specifier: ^10.44.3 + version: 10.44.3 + carbon-preprocess-svelte: + specifier: ^0.6.0 + version: 0.6.0(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3) + cssnano: + specifier: ^5.0.14 + version: 5.0.14(postcss@8.4.5) + postcss: + specifier: ^8.4.5 + version: 8.4.5 + postcss-load-config: + specifier: ^3.1.1 + version: 3.1.1 + svelte: + specifier: ^3.44.3 + version: 3.44.3 + svelte-check: + specifier: ^2.2.11 + version: 2.2.11(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3) + svelte-preprocess: + specifier: ^4.10.1 + version: 4.10.1(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3)(typescript@4.5.4) + tslib: + specifier: ^2.3.1 + version: 2.3.1 + typescript: + specifier: ^4.5.4 + version: 4.5.4 packages: - /@arrows/array/1.4.1: + /@arrows/array@1.4.1: resolution: {integrity: sha1-plgKCM7iGXVcqajrFOlW08KaVQg=} dependencies: '@arrows/composition': 1.2.2 dev: false - /@arrows/composition/1.2.2: + /@arrows/composition@1.2.2: resolution: {integrity: sha1-0KITysj4w2wcdYVqHm7ZQMJ+kWk=} dev: false - /@arrows/dispatch/1.0.3: + /@arrows/dispatch@1.0.3: resolution: {integrity: sha1-xMBiYPiendTOKA3zcSmAqi896XY=} dependencies: '@arrows/composition': 1.2.2 dev: false - /@arrows/error/1.0.2: + /@arrows/error@1.0.2: resolution: {integrity: sha1-TmgDb5ARGLpvHeiGVu9r5J5lBBQ=} dev: false - /@arrows/multimethod/1.4.1: + /@arrows/multimethod@1.4.1: resolution: {integrity: sha1-MZ0Lb4TSJSLdL0sk8EE3tiGfAwA=} dependencies: '@arrows/array': 1.4.1 @@ -157,19 +206,19 @@ packages: fast-deep-equal: 3.1.3 dev: false - /@babel/code-frame/7.16.7: + /@babel/code-frame@7.16.7: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.16.7 dev: true - /@babel/helper-validator-identifier/7.16.7: + /@babel/helper-validator-identifier@7.16.7: resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} engines: {node: '>=6.9.0'} dev: true - /@babel/highlight/7.16.7: + /@babel/highlight@7.16.7: resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==} engines: {node: '>=6.9.0'} dependencies: @@ -178,21 +227,21 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/runtime-corejs3/7.16.7: - resolution: {integrity: sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw==} + /@babel/runtime@7.21.5: + resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.20.2 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: false - /@colors/colors/1.5.0: + /@colors/colors@1.5.0: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} + requiresBuild: true dev: true optional: true - /@commitlint/cli/16.2.3: + /@commitlint/cli@16.2.3: resolution: {integrity: sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==} engines: {node: '>=v12'} hasBin: true @@ -211,14 +260,14 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional/16.2.1: + /@commitlint/config-conventional@16.2.1: resolution: {integrity: sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==} engines: {node: '>=v12'} dependencies: conventional-changelog-conventionalcommits: 4.6.3 dev: true - /@commitlint/config-validator/16.2.1: + /@commitlint/config-validator@16.2.1: resolution: {integrity: sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==} engines: {node: '>=v12'} dependencies: @@ -226,7 +275,7 @@ packages: ajv: 6.12.6 dev: true - /@commitlint/ensure/16.2.1: + /@commitlint/ensure@16.2.1: resolution: {integrity: sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==} engines: {node: '>=v12'} dependencies: @@ -234,12 +283,12 @@ packages: lodash: 4.17.21 dev: true - /@commitlint/execute-rule/16.2.1: + /@commitlint/execute-rule@16.2.1: resolution: {integrity: sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==} engines: {node: '>=v12'} dev: true - /@commitlint/format/16.2.1: + /@commitlint/format@16.2.1: resolution: {integrity: sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==} engines: {node: '>=v12'} dependencies: @@ -247,7 +296,7 @@ packages: chalk: 4.1.2 dev: true - /@commitlint/is-ignored/16.2.1: + /@commitlint/is-ignored@16.2.1: resolution: {integrity: sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==} engines: {node: '>=v12'} dependencies: @@ -255,7 +304,7 @@ packages: semver: 7.3.5 dev: true - /@commitlint/lint/16.2.1: + /@commitlint/lint@16.2.1: resolution: {integrity: sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==} engines: {node: '>=v12'} dependencies: @@ -265,7 +314,7 @@ packages: '@commitlint/types': 16.2.1 dev: true - /@commitlint/load/16.2.3: + /@commitlint/load@16.2.3: resolution: {integrity: sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==} engines: {node: '>=v12'} dependencies: @@ -276,7 +325,7 @@ packages: '@types/node': 17.0.6 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.9_646584a8d620b4d6f5eb4525e8655565 + cosmiconfig-typescript-loader: 1.0.9(@types/node@17.0.6)(cosmiconfig@7.0.1)(typescript@4.5.4) lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.5.4 @@ -285,12 +334,12 @@ packages: - '@swc/wasm' dev: true - /@commitlint/message/16.2.1: + /@commitlint/message@16.2.1: resolution: {integrity: sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==} engines: {node: '>=v12'} dev: true - /@commitlint/parse/16.2.1: + /@commitlint/parse@16.2.1: resolution: {integrity: sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==} engines: {node: '>=v12'} dependencies: @@ -299,7 +348,7 @@ packages: conventional-commits-parser: 3.2.4 dev: true - /@commitlint/read/16.2.1: + /@commitlint/read@16.2.1: resolution: {integrity: sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==} engines: {node: '>=v12'} dependencies: @@ -309,7 +358,7 @@ packages: git-raw-commits: 2.0.11 dev: true - /@commitlint/resolve-extends/16.2.1: + /@commitlint/resolve-extends@16.2.1: resolution: {integrity: sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==} engines: {node: '>=v12'} dependencies: @@ -321,7 +370,7 @@ packages: resolve-global: 1.0.0 dev: true - /@commitlint/rules/16.2.1: + /@commitlint/rules@16.2.1: resolution: {integrity: sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==} engines: {node: '>=v12'} dependencies: @@ -332,38 +381,38 @@ packages: execa: 5.1.1 dev: true - /@commitlint/to-lines/16.2.1: + /@commitlint/to-lines@16.2.1: resolution: {integrity: sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==} engines: {node: '>=v12'} dev: true - /@commitlint/top-level/16.2.1: + /@commitlint/top-level@16.2.1: resolution: {integrity: sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==} engines: {node: '>=v12'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types/16.2.1: + /@commitlint/types@16.2.1: resolution: {integrity: sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==} engines: {node: '>=v12'} dependencies: chalk: 4.1.2 dev: true - /@cspotcode/source-map-consumer/0.8.0: + /@cspotcode/source-map-consumer@0.8.0: resolution: {integrity: sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==} engines: {node: '>= 12'} dev: true - /@cspotcode/source-map-support/0.7.0: + /@cspotcode/source-map-support@0.7.0: resolution: {integrity: sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==} engines: {node: '>=12'} dependencies: '@cspotcode/source-map-consumer': 0.8.0 dev: true - /@eslint/eslintrc/1.0.5: + /@eslint/eslintrc@1.0.5: resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -380,7 +429,7 @@ packages: - supports-color dev: true - /@humanwhocodes/config-array/0.9.2: + /@humanwhocodes/config-array@0.9.2: resolution: {integrity: sha1-aL5VxzcCMAnfxf4kXVEYG7ZHaRQ=} engines: {node: '>=10.10.0'} dependencies: @@ -391,28 +440,386 @@ packages: - supports-color dev: true - /@humanwhocodes/object-schema/1.2.1: + /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha1-tSBSnsIdjllFoYUd/Rwy6U45/0U=} dev: true - /@mapbox/node-pre-gyp/1.0.8: - resolution: {integrity: sha512-CMGKi28CF+qlbXh26hDe6NxCd7amqeAzEqnS6IHeO6LoaKyM/n+Xw3HT1COdq8cuioOdlKdqn/hCmqPUOMOywg==} - hasBin: true + /@jimp/bmp@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-9edAxu7N2FX7vzkdl5Jo1BbACfycUtBQX+XBMcHA2bk62P8R0otgkHg798frgAk/WxQIzwxqOH6wMiCwrlAzdQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' dependencies: - detect-libc: 1.0.3 - https-proxy-agent: 5.0.0 - make-dir: 3.1.0 - node-fetch: 2.6.6 - nopt: 5.0.0 - npmlog: 5.0.1 - rimraf: 3.0.2 - semver: 7.3.5 - tar: 6.1.11 - transitivePeerDependencies: - - supports-color + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + bmp-js: 0.1.0 + dev: false + + /@jimp/core@0.16.13: + resolution: {integrity: sha512-qXpA1tzTnlkTku9yqtuRtS/wVntvE6f3m3GNxdTdtmc+O+Wcg9Xo2ABPMh7Nc0AHbMKzwvwgB2JnjZmlmJEObg==} + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/utils': 0.16.13 + any-base: 1.1.0 + buffer: 5.7.1 + exif-parser: 0.1.12 + file-type: 16.5.4 + load-bmfont: 1.4.1 + mkdirp: 0.5.5 + phin: 2.9.3 + pixelmatch: 4.0.2 + tinycolor2: 1.6.0 + dev: false + + /@jimp/custom@0.16.13: + resolution: {integrity: sha512-LTATglVUPGkPf15zX1wTMlZ0+AU7cGEGF6ekVF1crA8eHUWsGjrYTB+Ht4E3HTrCok8weQG+K01rJndCp/l4XA==} + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/core': 0.16.13 + dev: false + + /@jimp/gif@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-yFAMZGv3o+YcjXilMWWwS/bv1iSqykFahFMSO169uVMtfQVfa90kt4/kDwrXNR6Q9i6VHpFiGZMlF2UnHClBvg==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + gifwrap: 0.9.4 + omggif: 1.0.10 + dev: false + + /@jimp/jpeg@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-BJHlDxzTlCqP2ThqP8J0eDrbBfod7npWCbJAcfkKqdQuFk0zBPaZ6KKaQKyKxmWJ87Z6ohANZoMKEbtvrwz1AA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + jpeg-js: 0.4.3 + dev: false + + /@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-8Z1k96ZFxlhK2bgrY1JNWNwvaBeI/bciLM0yDOni2+aZwfIIiC7Y6PeWHTAvjHNjphz+XCt01WQmOYWCn0ML6g==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-blur@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-PvLrfa8vkej3qinlebyhLpksJgCF5aiysDMSVhOZqwH5nQLLtDE9WYbnsofGw4r0VVpyw3H/ANCIzYTyCtP9Cg==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-circle@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-RNave7EFgZrb5V5EpdvJGAEHMnDAJuwv05hKscNfIYxf0kR3KhViBTDy+MoTnMlIvaKFULfwIgaZWzyhuINMzA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-color@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-xW+9BtEvoIkkH/Wde9ql4nAFbYLkVINhpgAE7VcBUsuuB34WUbcBl/taOuUYQrPEFQJ4jfXiAJZ2H/rvKjCVnQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + tinycolor2: 1.6.0 + dev: false + + /@jimp/plugin-contain@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13)(@jimp/plugin-resize@0.16.13)(@jimp/plugin-scale@0.16.13): + resolution: {integrity: sha512-QayTXw4tXMwU6q6acNTQrTTFTXpNRBe+MgTGMDU0lk+23PjlFCO/9sacflelG8lsp7vNHhAxFeHptDMAksEYzg==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-blit': '>=0.3.5' + '@jimp/plugin-resize': '>=0.3.5' + '@jimp/plugin-scale': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-scale': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-cover@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-crop@0.16.13)(@jimp/plugin-resize@0.16.13)(@jimp/plugin-scale@0.16.13): + resolution: {integrity: sha512-BSsP71GTNaqWRcvkbWuIVH+zK7b3TSNebbhDkFK0fVaUTzHuKMS/mgY4hDZIEVt7Rf5FjadAYtsujHN9w0iSYA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-crop': '>=0.3.5' + '@jimp/plugin-resize': '>=0.3.5' + '@jimp/plugin-scale': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-crop': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-scale': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-WEl2tPVYwzYL8OKme6Go2xqiWgKsgxlMwyHabdAU4tXaRwOCnOI7v4021gCcBb9zn/oWwguHuKHmK30Fw2Z/PA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-displace@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-qt9WKq8vWrcjySa9DyQ0x/RBMHQeiVjdVSY1SJsMjssPUf0pS74qorcuAkGi89biN3YoGUgPkpqECnAWnYwgGA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-dither@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-5/N3yJggbWQTlGZHQYJPmQXEwR52qaXjEzkp1yRBbtdaekXE3BG/suo0fqeoV/csf8ooI78sJzYmIrxNoWVtgQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-fisheye@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-2rZmTdFbT/cF9lEZIkXCYO0TsT114Q27AX5IAo0Sju6jVQbvIk1dFUTnwLDadTo8wkJlFzGqMQ24Cs8cHWOliA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-flip@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-rotate@0.16.13): + resolution: {integrity: sha512-EmcgAA74FTc5u7Z+hUO/sRjWwfPPLuOQP5O64x5g4j0T12Bd29IgsYZxoutZo/rb3579+JNa/3wsSEmyVv1EpA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-rotate': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-rotate': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13)(@jimp/plugin-crop@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-gaussian@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-A1XKfGQD0iDdIiKqFYi8nZMv4dDVYdxbrmgR7y/CzUHhSYdcmoljLIIsZZM3Iks/Wa353W3vtvkWLuDbQbch1w==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-invert@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-xFMrIn7czEZbdbMzZWuaZFnlLGJDVJ82y5vlsKsXRTG2kcxRsMPXvZRWHV57nSs1YFsNqXSbrC8B98n0E32njQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-mask@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-wLRYKVBXql2GAYgt6FkTnCfE+q5NomM7Dlh0oIPGAoMBWDyTx0eYutRK6PlUrRK2yMHuroAJCglICTbxqGzowQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-normalize@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-3tfad0n9soRna4IfW9NzQdQ2Z3ijkmo21DREHbE6CGcMIxOSvfRdSvf1qQPApxjTSo8LTU4MCi/fidx/NZ0GqQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-print@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13): + resolution: {integrity: sha512-0m6i3p01PGRkGAK9r53hDYrkyMq+tlhLOIbsSTmZyh6HLshUKlTB7eXskF5OpVd5ZUHoltlNc6R+ggvKIzxRFw==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-blit': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13) + '@jimp/utils': 0.16.13 + load-bmfont: 1.4.1 + dev: false + + /@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-qoqtN8LDknm3fJm9nuPygJv30O3vGhSBD2TxrsCnhtOsxKAqVPJtFVdGd/qVuZ8nqQANQmTlfqTiK9mVWQ7MiQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-rotate@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13)(@jimp/plugin-crop@0.16.13)(@jimp/plugin-resize@0.16.13): + resolution: {integrity: sha512-Ev+Jjmj1nHYw897z9C3R9dYsPv7S2/nxdgfFb/h8hOwK0Ovd1k/+yYS46A0uj/JCKK0pQk8wOslYBkPwdnLorw==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-blit': '>=0.3.5' + '@jimp/plugin-crop': '>=0.3.5' + '@jimp/plugin-resize': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-crop': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/utils': 0.16.13 dev: false - /@nodelib/fs.scandir/2.1.5: + /@jimp/plugin-scale@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13): + resolution: {integrity: sha512-05POQaEJVucjTiSGMoH68ZiELc7QqpIpuQlZ2JBbhCV+WCbPFUBcGSmE7w4Jd0E2GvCho/NoMODLwgcVGQA97A==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-resize': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-shadow@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blur@0.16.13)(@jimp/plugin-resize@0.16.13): + resolution: {integrity: sha512-nmu5VSZ9hsB1JchTKhnnCY+paRBnwzSyK5fhkhtQHHoFD5ArBQ/5wU8y6tCr7k/GQhhGq1OrixsECeMjPoc8Zw==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-blur': '>=0.3.5' + '@jimp/plugin-resize': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-blur': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugin-threshold@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-color@0.16.13)(@jimp/plugin-resize@0.16.13): + resolution: {integrity: sha512-+3zArBH0OE3Rhjm4HyAokMsZlIq5gpQec33CncyoSwxtRBM2WAhUVmCUKuBo+Lr/2/4ISoY4BWpHKhMLDix6cA==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + '@jimp/plugin-color': '>=0.8.0' + '@jimp/plugin-resize': '>=0.8.0' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-color': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/utils': 0.16.13 + dev: false + + /@jimp/plugins@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-CJLdqODEhEVs4MgWCxpWL5l95sCBlkuSLz65cxEm56X5akIsn4LOlwnKoSEZioYcZUBvHhCheH67AyPTudfnQQ==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-blur': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-circle': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-color': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-contain': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13)(@jimp/plugin-resize@0.16.13)(@jimp/plugin-scale@0.16.13) + '@jimp/plugin-cover': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-crop@0.16.13)(@jimp/plugin-resize@0.16.13)(@jimp/plugin-scale@0.16.13) + '@jimp/plugin-crop': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-displace': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-dither': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-fisheye': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-flip': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-rotate@0.16.13) + '@jimp/plugin-gaussian': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-invert': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-mask': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-normalize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-print': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13) + '@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13) + '@jimp/plugin-rotate': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13)(@jimp/plugin-crop@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/plugin-scale': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/plugin-shadow': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blur@0.16.13)(@jimp/plugin-resize@0.16.13) + '@jimp/plugin-threshold': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-color@0.16.13)(@jimp/plugin-resize@0.16.13) + timm: 1.7.1 + dev: false + + /@jimp/png@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-8cGqINvbWJf1G0Her9zbq9I80roEX0A+U45xFby3tDWfzn+Zz8XKDF1Nv9VUwVx0N3zpcG1RPs9hfheG4Cq2kg==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/utils': 0.16.13 + pngjs: 3.4.0 + dev: false + + /@jimp/tiff@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-oJY8d9u95SwW00VPHuCNxPap6Q1+E/xM5QThb9Hu+P6EGuu6lIeLaNBMmFZyblwFbwrH+WBOZlvIzDhi4Dm/6Q==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + utif: 2.0.1 + dev: false + + /@jimp/types@0.16.13(@jimp/custom@0.16.13): + resolution: {integrity: sha512-mC0yVNUobFDjoYLg4hoUwzMKgNlxynzwt3cDXzumGvRJ7Kb8qQGOWJQjQFo5OxmGExqzPphkirdbBF88RVLBCg==} + peerDependencies: + '@jimp/custom': '>=0.3.5' + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/bmp': 0.16.13(@jimp/custom@0.16.13) + '@jimp/custom': 0.16.13 + '@jimp/gif': 0.16.13(@jimp/custom@0.16.13) + '@jimp/jpeg': 0.16.13(@jimp/custom@0.16.13) + '@jimp/png': 0.16.13(@jimp/custom@0.16.13) + '@jimp/tiff': 0.16.13(@jimp/custom@0.16.13) + timm: 1.7.1 + dev: false + + /@jimp/utils@0.16.13: + resolution: {integrity: sha512-VyCpkZzFTHXtKgVO35iKN0sYR10psGpV6SkcSeV4oF7eSYlR8Bl6aQLCzVeFjvESF7mxTmIiI3/XrMobVrtxDA==} + dependencies: + '@babel/runtime': 7.21.5 + regenerator-runtime: 0.13.11 + dev: false + + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=} engines: {node: '>= 8'} dependencies: @@ -420,12 +827,12 @@ packages: run-parallel: 1.2.0 dev: true - /@nodelib/fs.stat/2.0.5: + /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=} engines: {node: '>= 8'} dev: true - /@nodelib/fs.walk/1.2.8: + /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha1-6Vc36LtnRt3t9pxVaVNJTxlv5po=} engines: {node: '>= 8'} dependencies: @@ -433,13 +840,13 @@ packages: fastq: 1.13.0 dev: true - /@octokit/auth-token/2.5.0: + /@octokit/auth-token@2.5.0: resolution: {integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==} dependencies: '@octokit/types': 6.34.0 dev: true - /@octokit/core/3.6.0: + /@octokit/core@3.6.0: resolution: {integrity: sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==} dependencies: '@octokit/auth-token': 2.5.0 @@ -453,7 +860,7 @@ packages: - encoding dev: true - /@octokit/endpoint/6.0.12: + /@octokit/endpoint@6.0.12: resolution: {integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==} dependencies: '@octokit/types': 6.34.0 @@ -461,7 +868,7 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/graphql/4.8.0: + /@octokit/graphql@4.8.0: resolution: {integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==} dependencies: '@octokit/request': 5.6.3 @@ -471,11 +878,11 @@ packages: - encoding dev: true - /@octokit/openapi-types/11.2.0: + /@octokit/openapi-types@11.2.0: resolution: {integrity: sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==} dev: true - /@octokit/plugin-paginate-rest/2.17.0_@octokit+core@3.6.0: + /@octokit/plugin-paginate-rest@2.17.0(@octokit/core@3.6.0): resolution: {integrity: sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==} peerDependencies: '@octokit/core': '>=2' @@ -484,7 +891,7 @@ packages: '@octokit/types': 6.34.0 dev: true - /@octokit/plugin-request-log/1.0.4_@octokit+core@3.6.0: + /@octokit/plugin-request-log@1.0.4(@octokit/core@3.6.0): resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: '@octokit/core': '>=3' @@ -492,7 +899,7 @@ packages: '@octokit/core': 3.6.0 dev: true - /@octokit/plugin-rest-endpoint-methods/5.13.0_@octokit+core@3.6.0: + /@octokit/plugin-rest-endpoint-methods@5.13.0(@octokit/core@3.6.0): resolution: {integrity: sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==} peerDependencies: '@octokit/core': '>=3' @@ -502,7 +909,7 @@ packages: deprecation: 2.3.1 dev: true - /@octokit/request-error/2.1.0: + /@octokit/request-error@2.1.0: resolution: {integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==} dependencies: '@octokit/types': 6.34.0 @@ -510,7 +917,7 @@ packages: once: 1.4.0 dev: true - /@octokit/request/5.6.3: + /@octokit/request@5.6.3: resolution: {integrity: sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==} dependencies: '@octokit/endpoint': 6.0.12 @@ -523,24 +930,24 @@ packages: - encoding dev: true - /@octokit/rest/18.12.0: + /@octokit/rest@18.12.0: resolution: {integrity: sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==} dependencies: '@octokit/core': 3.6.0 - '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.6.0 - '@octokit/plugin-request-log': 1.0.4_@octokit+core@3.6.0 - '@octokit/plugin-rest-endpoint-methods': 5.13.0_@octokit+core@3.6.0 + '@octokit/plugin-paginate-rest': 2.17.0(@octokit/core@3.6.0) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@3.6.0) + '@octokit/plugin-rest-endpoint-methods': 5.13.0(@octokit/core@3.6.0) transitivePeerDependencies: - encoding dev: true - /@octokit/types/6.34.0: + /@octokit/types@6.34.0: resolution: {integrity: sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==} dependencies: '@octokit/openapi-types': 11.2.0 dev: true - /@resvg/resvg-js-android-arm-eabi/1.3.0: + /@resvg/resvg-js-android-arm-eabi@1.3.0: resolution: {integrity: sha512-QjoiWJbXIcP5RkRSiKu5VRkkR6j9FMIShApr1fjuwkVEyijT1l62XQfQKaIhAVX4ash4/lFcwK6qH3H8r0R2FA==} engines: {node: '>= 10'} cpu: [arm] @@ -549,7 +956,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-android-arm64/1.3.0: + /@resvg/resvg-js-android-arm-eabi@2.4.1: + resolution: {integrity: sha512-AA6f7hS0FAPpvQMhBCf6f1oD1LdlqNXKCxAAPpKh6tR11kqV0YIB9zOlIYgITM14mq2YooLFl6XIbbvmY+jwUw==} + engines: {node: '>= 10'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-android-arm64@1.3.0: resolution: {integrity: sha512-tEOh+t9/4sXnGI76+Q2hZPtU8R1Df4ZBnVstiS8KOX4vAZAvSYGrc/ds2VO/1kG0hp7OpqoLU+1pYBuvSvlIcg==} engines: {node: '>= 10'} cpu: [arm64] @@ -558,7 +974,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-darwin-arm64/1.3.0: + /@resvg/resvg-js-android-arm64@2.4.1: + resolution: {integrity: sha512-/QleoRdPfsEuH9jUjilYcDtKK/BkmWcK+1LXM8L2nsnf/CI8EnFyv7ZzCj4xAIvZGAy9dTYr/5NZBcTwxG2HQg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-darwin-arm64@1.3.0: resolution: {integrity: sha512-u3uT8YHB7g+rT6hYCka9L6gjgpSPpIeSnnyFHFST5PSetjvMFwFJTnBcOdX1JRN2PObAVM8vtC/wJckfUqOJBA==} engines: {node: '>= 10'} cpu: [arm64] @@ -567,7 +992,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-darwin-x64/1.3.0: + /@resvg/resvg-js-darwin-arm64@2.4.1: + resolution: {integrity: sha512-U1oMNhea+kAXgiEXgzo7EbFGCD1Edq5aSlQoe6LMly6UjHzgx2W3N5kEXCwU/CgN5FiQhZr7PlSJSlcr7mdhfg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-darwin-x64@1.3.0: resolution: {integrity: sha512-wjLoG4KwU5OH1OyZf4oy+lfKIQfP74MyKNW2wNfXV8/8Aks/ak1KZG1p7uT7RvHljRyT/ts52LSTovu5jlFj+w==} engines: {node: '>= 10'} cpu: [x64] @@ -576,7 +1010,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-linux-arm-gnueabihf/1.3.0: + /@resvg/resvg-js-darwin-x64@2.4.1: + resolution: {integrity: sha512-avyVh6DpebBfHHtTQTZYSr6NG1Ur6TEilk1+H0n7V+g4F7x7WPOo8zL00ZhQCeRQ5H4f8WXNWIEKL8fwqcOkYw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-linux-arm-gnueabihf@1.3.0: resolution: {integrity: sha512-ocCZrre7LM+Zv2QfyitfW6v4Qvc5LsDa62WwiHy44VO7o/2ukYgBWcfu1pWZizY9LxOk0V6bmjKOdwqGzfHGRA==} engines: {node: '>= 10'} cpu: [arm] @@ -585,7 +1028,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-linux-arm64-gnu/1.3.0: + /@resvg/resvg-js-linux-arm-gnueabihf@2.4.1: + resolution: {integrity: sha512-isY/mdKoBWH4VB5v621co+8l101jxxYjuTkwOLsbW+5RK9EbLciPlCB02M99ThAHzI2MYxIUjXNmNgOW8btXvw==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-linux-arm64-gnu@1.3.0: resolution: {integrity: sha512-2nQWxe69UArL6Qar+o72SSrY38kOsz4unn+3W2ybl9WqG/xLnYRyySH1UEQTMaFJvtnpnHUJ+Mo2n77cCE8aow==} engines: {node: '>= 10'} cpu: [arm64] @@ -594,7 +1046,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-linux-arm64-musl/1.3.0: + /@resvg/resvg-js-linux-arm64-gnu@2.4.1: + resolution: {integrity: sha512-uY5voSCrFI8TH95vIYBm5blpkOtltLxLRODyhKJhGfskOI7XkRw5/t1u0sWAGYD8rRSNX+CA+np86otKjubrNg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-linux-arm64-musl@1.3.0: resolution: {integrity: sha512-0XrLYFS7r/OrVIEmj1vKZT/U3Yph/y+yrBzI/Fio++nQVHgiNXi5X4/DCK7YcGmqtTq4JT94+OW8NIRW00dLqQ==} engines: {node: '>= 10'} cpu: [arm64] @@ -603,7 +1064,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-linux-x64-gnu/1.3.0: + /@resvg/resvg-js-linux-arm64-musl@2.4.1: + resolution: {integrity: sha512-6mT0+JBCsermKMdi/O2mMk3m7SqOjwi9TKAwSngRZ/nQoL3Z0Z5zV+572ztgbWr0GODB422uD8e9R9zzz38dRQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-linux-x64-gnu@1.3.0: resolution: {integrity: sha512-aXVmKDmPWre70MT/fZ5mRBI8BKsWt6B58PZSqUOKupuZGmZ5kMJ+NS9IKMTHUkPLL5tCiCaJJRSyiuyF02q+Bg==} engines: {node: '>= 10'} cpu: [x64] @@ -612,7 +1082,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-linux-x64-musl/1.3.0: + /@resvg/resvg-js-linux-x64-gnu@2.4.1: + resolution: {integrity: sha512-60KnrscLj6VGhkYOJEmmzPlqqfcw1keDh6U+vMcNDjPhV3B5vRSkpP/D/a8sfokyeh4VEacPSYkWGezvzS2/mg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-linux-x64-musl@1.3.0: resolution: {integrity: sha512-3UdObhMFEnh7pjmPrcKJ7r2QTlKEa+BHq0RxA7M7K6RQs2nxip7op1YG1XdCX5/EGmbg+dG9PyEnioRRCMmsOA==} engines: {node: '>= 10'} cpu: [x64] @@ -621,7 +1100,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-win32-arm64-msvc/1.3.0: + /@resvg/resvg-js-linux-x64-musl@2.4.1: + resolution: {integrity: sha512-0AMyZSICC1D7ge115cOZQW8Pcad6PjWuZkBFF3FJuSxC6Dgok0MQnLTs2MfMdKBlAcwO9dXsf3bv9tJZj8pATA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-win32-arm64-msvc@1.3.0: resolution: {integrity: sha512-vTPpPtJtABub1N68M1QJrceBdfDtInwsorCjO4Ch+t9znB7YPP0B3xpXNH3s09unpbX9MO6yzR3U29mUvKFdsw==} engines: {node: '>= 10'} cpu: [arm64] @@ -630,7 +1118,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-win32-ia32-msvc/1.3.0: + /@resvg/resvg-js-win32-arm64-msvc@2.4.1: + resolution: {integrity: sha512-76XDFOFSa3d0QotmcNyChh2xHwk+JTFiEQBVxMlHpHMeq7hNrQJ1IpE1zcHSQvrckvkdfLboKRrlGB86B10Qjw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-win32-ia32-msvc@1.3.0: resolution: {integrity: sha512-qLLUb3/YaitK02V860/oRZa3KFENADPw544EUA6idowsvoIu1Q9xYI5uBHQCjPXaoAYD7kHuYLl6DFYStvNLYw==} engines: {node: '>= 10'} cpu: [ia32] @@ -639,7 +1136,16 @@ packages: dev: false optional: true - /@resvg/resvg-js-win32-x64-msvc/1.3.0: + /@resvg/resvg-js-win32-ia32-msvc@2.4.1: + resolution: {integrity: sha512-odyVFGrEWZIzzJ89KdaFtiYWaIJh9hJRW/frcEcG3agJ464VXkN/2oEVF5ulD+5mpGlug9qJg7htzHcKxDN8sg==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js-win32-x64-msvc@1.3.0: resolution: {integrity: sha512-aivqvtXRzBAdVV6HrP8MrziXa9IiX5sdUF+Dj/8/bkxPT3UutMkN4thTlTNDoaE9yX2VBiheTReOiPpWB6ScyA==} engines: {node: '>= 10'} cpu: [x64] @@ -648,7 +1154,16 @@ packages: dev: false optional: true - /@resvg/resvg-js/1.3.0: + /@resvg/resvg-js-win32-x64-msvc@2.4.1: + resolution: {integrity: sha512-vY4kTLH2S3bP+puU5x7hlAxHv+ulFgcK6Zn3efKSr0M0KnZ9A3qeAjZteIpkowEFfUeMPNg2dvvoFRJA9zqxSw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + + /@resvg/resvg-js@1.3.0: resolution: {integrity: sha512-oryhplDvtf0qq0o/TOWstTt2FtETNjdT+RKCN1kUys7204xs+zsLNbEg+g0i55rpsqxeSsfTiy37K15MG9rIqQ==} engines: {node: '>= 10'} optionalDependencies: @@ -666,7 +1181,25 @@ packages: '@resvg/resvg-js-win32-x64-msvc': 1.3.0 dev: false - /@rollup/pluginutils/4.1.2: + /@resvg/resvg-js@2.4.1: + resolution: {integrity: sha512-wTOf1zerZX8qYcMmLZw3czR4paI4hXqPjShNwJRh5DeHxvgffUS5KM7XwxtbIheUW6LVYT5fhT2AJiP6mU7U4A==} + engines: {node: '>= 10'} + optionalDependencies: + '@resvg/resvg-js-android-arm-eabi': 2.4.1 + '@resvg/resvg-js-android-arm64': 2.4.1 + '@resvg/resvg-js-darwin-arm64': 2.4.1 + '@resvg/resvg-js-darwin-x64': 2.4.1 + '@resvg/resvg-js-linux-arm-gnueabihf': 2.4.1 + '@resvg/resvg-js-linux-arm64-gnu': 2.4.1 + '@resvg/resvg-js-linux-arm64-musl': 2.4.1 + '@resvg/resvg-js-linux-x64-gnu': 2.4.1 + '@resvg/resvg-js-linux-x64-musl': 2.4.1 + '@resvg/resvg-js-win32-arm64-msvc': 2.4.1 + '@resvg/resvg-js-win32-ia32-msvc': 2.4.1 + '@resvg/resvg-js-win32-x64-msvc': 2.4.1 + dev: false + + /@rollup/pluginutils@4.1.2: resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} engines: {node: '>= 8.0.0'} dependencies: @@ -674,7 +1207,7 @@ packages: picomatch: 2.3.1 dev: true - /@semantic-release/commit-analyzer/9.0.2_semantic-release@19.0.2: + /@semantic-release/commit-analyzer@9.0.2(semantic-release@19.0.2): resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==} engines: {node: '>=14.17'} peerDependencies: @@ -692,16 +1225,16 @@ packages: - supports-color dev: true - /@semantic-release/error/2.2.0: + /@semantic-release/error@2.2.0: resolution: {integrity: sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==} dev: true - /@semantic-release/error/3.0.0: + /@semantic-release/error@3.0.0: resolution: {integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==} engines: {node: '>=14.17'} dev: true - /@semantic-release/github/8.0.4_semantic-release@19.0.2: + /@semantic-release/github@8.0.4(semantic-release@19.0.2): resolution: {integrity: sha512-But4e8oqqP3anZI5tjzZssZc2J6eoUdeeE0s7LVKKwyiAXJiQDWNNvtPOpgG2DsIz4+Exuse7cEQgjGMxwtLmg==} engines: {node: '>=14.17'} peerDependencies: @@ -729,7 +1262,7 @@ packages: - supports-color dev: true - /@semantic-release/npm/9.0.1_semantic-release@19.0.2: + /@semantic-release/npm@9.0.1(semantic-release@19.0.2): resolution: {integrity: sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==} engines: {node: '>=16 || ^14.17'} peerDependencies: @@ -751,7 +1284,7 @@ packages: tempy: 1.0.1 dev: true - /@semantic-release/release-notes-generator/10.0.3_semantic-release@19.0.2: + /@semantic-release/release-notes-generator@10.0.3(semantic-release@19.0.2): resolution: {integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==} engines: {node: '>=14.17'} peerDependencies: @@ -772,18 +1305,18 @@ packages: - supports-color dev: true - /@sveltejs/adapter-static/1.0.0-next.21: + /@sveltejs/adapter-static@1.0.0-next.21: resolution: {integrity: sha1-soGUeOHMc0RJHm67bSpJzvX5L8k=} dev: true - /@sveltejs/kit/1.0.0-next.193_svelte@3.44.3: + /@sveltejs/kit@1.0.0-next.193(svelte@3.44.3): resolution: {integrity: sha1-L+eCLuHdQoUBnYWqeH+rxfAZ+Zc=} engines: {node: '>=14.13'} hasBin: true peerDependencies: svelte: ^3.44.0 dependencies: - '@sveltejs/vite-plugin-svelte': 1.0.0-next.33_svelte@3.44.3+vite@2.7.10 + '@sveltejs/vite-plugin-svelte': 1.0.0-next.33(svelte@3.44.3)(vite@2.7.10) cheap-watch: 1.0.4 sade: 1.8.0 svelte: 3.44.3 @@ -796,7 +1329,7 @@ packages: - supports-color dev: true - /@sveltejs/vite-plugin-svelte/1.0.0-next.33_svelte@3.44.3+vite@2.7.10: + /@sveltejs/vite-plugin-svelte@1.0.0-next.33(svelte@3.44.3)(vite@2.7.10): resolution: {integrity: sha512-aj0h2+ZixgT+yoJFIs8dRRw/Cj9tgNu3+hY4CJikpa04mfhR61wXqJFfi2ZEFMUvFda5nCxKYIChFkc6wq5fJA==} engines: {node: ^14.13.1 || >= 16} peerDependencies: @@ -813,143 +1346,136 @@ packages: magic-string: 0.25.7 require-relative: 0.8.7 svelte: 3.44.3 - svelte-hmr: 0.14.9_svelte@3.44.3 + svelte-hmr: 0.14.9(svelte@3.44.3) vite: 2.7.10 transitivePeerDependencies: - supports-color dev: true - /@tootallnate/once/1.1.2: - resolution: {integrity: sha1-zLkURTYBeaBOf+av94wA/8Hur4I=} - engines: {node: '>= 6'} + /@tokenizer/token@0.3.0: + resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==} dev: false - /@tootallnate/once/2.0.0: + /@tootallnate/once@2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} dev: true - /@trysound/sax/0.2.0: + /@trysound/sax@0.2.0: resolution: {integrity: sha1-zMqrdYr1Z2Hre/N69vA/Mm3XmK0=} engines: {node: '>=10.13.0'} dev: true - /@tsconfig/node10/1.0.8: + /@tsconfig/node10@1.0.8: resolution: {integrity: sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==} dev: true - /@tsconfig/node12/1.0.9: + /@tsconfig/node12@1.0.9: resolution: {integrity: sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==} dev: true - /@tsconfig/node14/1.0.1: + /@tsconfig/node14@1.0.1: resolution: {integrity: sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==} dev: true - /@tsconfig/node16/1.0.2: + /@tsconfig/node16@1.0.2: resolution: {integrity: sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==} dev: true - /@types/chai-subset/1.3.3: + /@types/chai-subset@1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: '@types/chai': 4.3.1 dev: true - /@types/chai/4.3.1: + /@types/chai@4.3.1: resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} dev: true - /@types/envinfo/7.8.1: + /@types/envinfo@7.8.1: resolution: {integrity: sha1-GRXfgsFtY36SFGZFxw25Ng6wmcY=} dev: true - /@types/glob/7.2.0: + /@types/glob@7.2.0: resolution: {integrity: sha1-vBtb86qS8lvV3TnzXFc2G9zlsus=} dependencies: '@types/minimatch': 3.0.5 '@types/node': 17.0.6 dev: true - /@types/json-schema/7.0.9: + /@types/json-schema@7.0.9: resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=} dev: true - /@types/marked/4.0.1: + /@types/marked@4.0.1: resolution: {integrity: sha1-1Yinu8TWVRxedSSbwQb/2pauM8U=} dev: false - /@types/minimatch/3.0.5: + /@types/minimatch@3.0.5: resolution: {integrity: sha1-EAHMXmo3BLg8I2An538vWOoBD0A=} dev: true - /@types/minimist/1.2.2: + /@types/minimist@1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/mkdirp/1.0.2: + /@types/mkdirp@1.0.2: resolution: {integrity: sha1-jQuteqeTq+VRhgvh965/MZjBZmY=} dependencies: '@types/node': 14.18.4 dev: true - /@types/node/14.18.4: + /@types/node@14.18.4: resolution: {integrity: sha512-swe3lD4izOJWHuxvsZdDFRq6S9i6koJsXOnQKYekhSO5JTizMVirUFgY/bUsaOJQj8oSD4oxmRYPBM/0b6jpdw==} dev: true - /@types/node/17.0.6: + /@types/node@16.9.1: + resolution: {integrity: sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==} + dev: false + + /@types/node@17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} dev: true - /@types/normalize-package-data/2.4.1: + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@types/parse-json/4.0.0: + /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true - /@types/pixelmatch/5.2.4: + /@types/pixelmatch@5.2.4: resolution: {integrity: sha1-yhRcxe3hOIxxxo7fLR9RkOXd0PY=} dependencies: '@types/node': 14.18.4 dev: true - /@types/pngjs/6.0.1: + /@types/pngjs@6.0.1: resolution: {integrity: sha1-xxHsP7vwd/7SdOzMr4XdRnMTAHI=} dependencies: '@types/node': 14.18.4 dev: true - /@types/prismjs/1.16.6: + /@types/prismjs@1.16.6: resolution: {integrity: sha1-N3BU9y9nGzbb54xRfOKyedg+zEA=} dev: true - /@types/pug/2.0.6: + /@types/pug@2.0.6: resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} dev: true - /@types/raf/3.4.0: - resolution: {integrity: sha1-K3LL1VQF4HHxxNKZkmOOAisgrMI=} - dev: false - - /@types/retry/0.12.1: + /@types/retry@0.12.1: resolution: {integrity: sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==} dev: true - /@types/sass/1.43.1: + /@types/sass@1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: '@types/node': 17.0.6 dev: true - /@types/sharp/0.29.5: - resolution: {integrity: sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q==} - dependencies: - '@types/node': 17.0.6 - dev: true - - /@typescript-eslint/eslint-plugin/5.8.1_bd2fd93dbcc607ad2f21b784bccfe0c8: + /@typescript-eslint/eslint-plugin@5.8.1(@typescript-eslint/parser@5.9.0)(eslint@8.6.0)(typescript@4.5.4): resolution: {integrity: sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -960,8 +1486,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.8.1_eslint@8.6.0+typescript@4.5.4 - '@typescript-eslint/parser': 5.9.0_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/experimental-utils': 5.8.1(eslint@8.6.0)(typescript@4.5.4) + '@typescript-eslint/parser': 5.9.0(eslint@8.6.0)(typescript@4.5.4) '@typescript-eslint/scope-manager': 5.8.1 debug: 4.3.3 eslint: 8.6.0 @@ -969,13 +1495,13 @@ packages: ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 + tsutils: 3.21.0(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.8.1_eslint@8.6.0+typescript@4.5.4: + /@typescript-eslint/experimental-utils@5.8.1(eslint@8.6.0)(typescript@4.5.4): resolution: {integrity: sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -984,16 +1510,16 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.8.1 '@typescript-eslint/types': 5.8.1 - '@typescript-eslint/typescript-estree': 5.8.1_typescript@4.5.4 + '@typescript-eslint/typescript-estree': 5.8.1(typescript@4.5.4) eslint: 8.6.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.6.0 + eslint-utils: 3.0.0(eslint@8.6.0) transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.9.0_eslint@8.6.0+typescript@4.5.4: + /@typescript-eslint/parser@5.9.0(eslint@8.6.0)(typescript@4.5.4): resolution: {integrity: sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1005,7 +1531,7 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.9.0 '@typescript-eslint/types': 5.9.0 - '@typescript-eslint/typescript-estree': 5.9.0_typescript@4.5.4 + '@typescript-eslint/typescript-estree': 5.9.0(typescript@4.5.4) debug: 4.3.3 eslint: 8.6.0 typescript: 4.5.4 @@ -1013,7 +1539,7 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.8.1: + /@typescript-eslint/scope-manager@5.8.1: resolution: {integrity: sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -1021,7 +1547,7 @@ packages: '@typescript-eslint/visitor-keys': 5.8.1 dev: true - /@typescript-eslint/scope-manager/5.9.0: + /@typescript-eslint/scope-manager@5.9.0: resolution: {integrity: sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -1029,17 +1555,17 @@ packages: '@typescript-eslint/visitor-keys': 5.9.0 dev: true - /@typescript-eslint/types/5.8.1: + /@typescript-eslint/types@5.8.1: resolution: {integrity: sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.9.0: + /@typescript-eslint/types@5.9.0: resolution: {integrity: sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.4: + /@typescript-eslint/typescript-estree@5.8.1(typescript@4.5.4): resolution: {integrity: sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1054,13 +1580,13 @@ packages: globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 + tsutils: 3.21.0(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.9.0_typescript@4.5.4: + /@typescript-eslint/typescript-estree@5.9.0(typescript@4.5.4): resolution: {integrity: sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1075,13 +1601,13 @@ packages: globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 + tsutils: 3.21.0(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/visitor-keys/5.8.1: + /@typescript-eslint/visitor-keys@5.8.1: resolution: {integrity: sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -1089,7 +1615,7 @@ packages: eslint-visitor-keys: 3.1.0 dev: true - /@typescript-eslint/visitor-keys/5.9.0: + /@typescript-eslint/visitor-keys@5.9.0: resolution: {integrity: sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -1097,11 +1623,11 @@ packages: eslint-visitor-keys: 3.1.0 dev: true - /@zeit/schemas/2.6.0: + /@zeit/schemas@2.6.0: resolution: {integrity: sha1-AE6OVTtM1T1Ti9OOrHvL9YqGf+M=} dev: true - /JSONStream/1.3.5: + /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: @@ -1109,15 +1635,7 @@ packages: through: 2.3.8 dev: true - /abab/2.0.5: - resolution: {integrity: sha1-wLZ4+zLWD8EhnHhNaoJv44Wut5o=} - dev: false - - /abbrev/1.1.1: - resolution: {integrity: sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg=} - dev: false - - /accepts/1.3.7: + /accepts@1.3.7: resolution: {integrity: sha1-UxvHJlF6OytB+FACHGzBXqq1B80=} engines: {node: '>= 0.6'} dependencies: @@ -1125,14 +1643,7 @@ packages: negotiator: 0.6.2 dev: true - /acorn-globals/6.0.0: - resolution: {integrity: sha1-Rs3Tnw+P8IqHZhm1X1rIptx3C0U=} - dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - dev: false - - /acorn-jsx/5.3.2_acorn@8.7.0: + /acorn-jsx@5.3.2(acorn@8.7.0): resolution: {integrity: sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1140,36 +1651,27 @@ packages: acorn: 8.7.0 dev: true - /acorn-walk/7.2.0: - resolution: {integrity: sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w=} - engines: {node: '>=0.4.0'} - dev: false - - /acorn-walk/8.2.0: + /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} dev: true - /acorn/7.4.1: - resolution: {integrity: sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false - - /acorn/8.7.0: + /acorn@8.7.0: resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} engines: {node: '>=0.4.0'} hasBin: true + dev: true - /agent-base/6.0.2: + /agent-base@6.0.2: resolution: {integrity: sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c=} engines: {node: '>= 6.0.0'} dependencies: debug: 4.3.3 transitivePeerDependencies: - supports-color + dev: true - /aggregate-error/3.1.0: + /aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} dependencies: @@ -1177,7 +1679,7 @@ packages: indent-string: 4.0.0 dev: true - /ajv/6.12.6: + /ajv@6.12.6: resolution: {integrity: sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=} dependencies: fast-deep-equal: 3.1.3 @@ -1186,62 +1688,61 @@ packages: uri-js: 4.4.1 dev: true - /alphanum-sort/1.0.2: + /alphanum-sort@1.0.2: resolution: {integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=} dev: true - /ansi-align/3.0.1: + /ansi-align@3.0.1: resolution: {integrity: sha1-DN8S4RGs53OobpofrRIlxDyxmlk=} dependencies: string-width: 4.2.3 dev: true - /ansi-colors/4.1.1: + /ansi-colors@4.1.1: resolution: {integrity: sha1-y7muJWv3UK8eqzRPIpqif+lLo0g=} engines: {node: '>=6'} dev: true - /ansi-escapes/4.3.2: + /ansi-escapes@4.3.2: resolution: {integrity: sha1-ayKR0dt9mLZSHV8e+kLQ86n+tl4=} engines: {node: '>=8'} dependencies: type-fest: 0.21.3 dev: false - /ansi-escapes/5.0.0: + /ansi-escapes@5.0.0: resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} engines: {node: '>=12'} dependencies: type-fest: 1.4.0 dev: true - /ansi-regex/2.1.1: - resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} - engines: {node: '>=0.10.0'} - dev: false - - /ansi-regex/5.0.1: + /ansi-regex@5.0.1: resolution: {integrity: sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=} engines: {node: '>=8'} - /ansi-styles/3.2.1: + /ansi-styles@3.2.1: resolution: {integrity: sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=} engines: {node: '>=4'} dependencies: color-convert: 1.9.3 dev: true - /ansi-styles/4.3.0: + /ansi-styles@4.3.0: resolution: {integrity: sha1-7dgDYornHATIWuegkG7a00tkiTc=} engines: {node: '>=8'} dependencies: color-convert: 2.0.1 - /ansicolors/0.3.2: + /ansicolors@0.3.2: resolution: {integrity: sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=} dev: true - /anymatch/3.1.2: + /any-base@1.1.0: + resolution: {integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==} + dev: false + + /anymatch@3.1.2: resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=} engines: {node: '>= 8'} dependencies: @@ -1249,94 +1750,67 @@ packages: picomatch: 2.3.1 dev: true - /aproba/1.2.0: - resolution: {integrity: sha1-aALmJk79GMeQobDVF/DyYnvyyUo=} - dev: false - - /aproba/2.0.0: - resolution: {integrity: sha1-UlILiuW1aSFbNU78DKo/4eRaitw=} - dev: false - - /arch/2.2.0: + /arch@2.2.0: resolution: {integrity: sha1-G8R4GPMFdk8jqzMGsL/AhsWinRE=} dev: true - /are-we-there-yet/1.1.7: - resolution: {integrity: sha1-sVR0qTKtq0/4pQ2a36fk6SbyEUY=} - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.7 - dev: false - - /are-we-there-yet/2.0.0: - resolution: {integrity: sha1-Ny4Oe9J52OlMZTqqH2cgCIS/Phw=} - engines: {node: '>=10'} - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.0 - dev: false - - /arg/2.0.0: + /arg@2.0.0: resolution: {integrity: sha1-wG5/9pqwWzpKA+vgQH+sTLpldUU=} dev: true - /arg/4.1.3: + /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} dev: true - /argparse/1.0.10: + /argparse@1.0.10: resolution: {integrity: sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=} dependencies: sprintf-js: 1.0.3 dev: false - /argparse/2.0.1: + /argparse@2.0.1: resolution: {integrity: sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=} dev: true - /argv-formatter/1.0.0: + /argv-formatter@1.0.0: resolution: {integrity: sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=} dev: true - /array-find-index/1.0.2: + /array-find-index@1.0.2: resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} engines: {node: '>=0.10.0'} dev: true - /array-ify/1.0.0: + /array-ify@1.0.0: resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} dev: true - /array-union/2.1.0: + /array-union@2.1.0: resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=} engines: {node: '>=8'} dev: true - /arrify/1.0.1: + /arrify@1.0.1: resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} engines: {node: '>=0.10.0'} dev: true - /assertion-error/1.1.0: + /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true - /astral-regex/2.0.0: + /astral-regex@2.0.0: resolution: {integrity: sha1-SDFDxWeu7UeFdZwIZXhtx319LjE=} engines: {node: '>=8'} dev: false - /asynckit/0.4.0: - resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} - dev: false - - /atob/2.1.2: - resolution: {integrity: sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k=} + /atob@2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} engines: {node: '>= 4.5.0'} hasBin: true dev: false - /autoprefixer/10.4.1_postcss@8.4.5: + /autoprefixer@10.4.1(postcss@8.4.5): resolution: {integrity: sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -1352,7 +1826,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /axios/0.21.4: + /axios@0.21.4: resolution: {integrity: sha1-xnuQ3AVo5cHPKwuFjEO6KOLtpXU=} dependencies: follow-redirects: 1.14.6 @@ -1360,25 +1834,26 @@ packages: - debug dev: true - /balanced-match/1.0.2: + /balanced-match@1.0.2: resolution: {integrity: sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=} + dev: true - /base64-js/1.5.1: - resolution: {integrity: sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=} + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false - /before-after-hook/2.2.2: + /before-after-hook@2.2.2: resolution: {integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==} dev: true - /benchmark/2.1.4: + /benchmark@2.1.4: resolution: {integrity: sha1-CfPeMckWQl1JjMLuVloOvzwqVik=} dependencies: lodash: 4.17.21 platform: 1.3.6 dev: false - /benny/3.7.1: + /benny@3.7.1: resolution: {integrity: sha1-lkqq+Hfjq2WPeXBUIid7hHGGjjc=} engines: {node: '>=12'} dependencies: @@ -1393,12 +1868,12 @@ packages: log-update: 4.0.0 dev: false - /binary-extensions/2.2.0: + /binary-extensions@2.2.0: resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=} engines: {node: '>=8'} dev: true - /binary-install/0.1.1: + /binary-install@0.1.1: resolution: {integrity: sha1-wbIvF0WBdk5cUs0WZkzx0ofji9Q=} engines: {node: '>=10'} dependencies: @@ -1409,27 +1884,31 @@ packages: - debug dev: true - /bl/4.1.0: - resolution: {integrity: sha1-RRU1JkGCvsL7vIOmKrmM8R2fezo=} + /bl@4.1.0: + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.0 dev: false - /bluebird/3.7.2: + /bluebird@3.7.2: resolution: {integrity: sha1-nyKcFb4nJFT/qXOs4NvueaGww28=} dev: true - /boolbase/1.0.0: + /bmp-js@0.1.0: + resolution: {integrity: sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==} + dev: false + + /boolbase@1.0.0: resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} dev: true - /bottleneck/2.19.5: + /bottleneck@2.19.5: resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} dev: true - /boxen/5.1.2: + /boxen@5.1.2: resolution: {integrity: sha1-eIy2hvyDwfSG36ikDGj8K4MdK1A=} engines: {node: '>=10'} dependencies: @@ -1443,24 +1922,21 @@ packages: wrap-ansi: 7.0.0 dev: true - /brace-expansion/1.1.11: + /brace-expansion@1.1.11: resolution: {integrity: sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 + dev: true - /braces/3.0.2: + /braces@3.0.2: resolution: {integrity: sha1-NFThpGLujVmeI23zNs2epPiv4Qc=} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 dev: true - /browser-process-hrtime/1.0.0: - resolution: {integrity: sha1-PJtLfXgsgSHlbxAQbYTA0P/JRiY=} - dev: false - - /browserslist/4.19.1: + /browserslist@4.19.1: resolution: {integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -1472,41 +1948,46 @@ packages: picocolors: 1.0.0 dev: true - /btoa/1.2.1: - resolution: {integrity: sha1-AamQn4ssk/a/aAuiYTHrMPf6PXM=} + /btoa@1.2.1: + resolution: {integrity: sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==} engines: {node: '>= 0.4.0'} hasBin: true dev: false - /buffer-crc32/0.2.13: + /buffer-crc32@0.2.13: resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=} dev: true - /buffer/5.7.1: - resolution: {integrity: sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA=} + /buffer-equal@0.0.1: + resolution: {integrity: sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=} + engines: {node: '>=0.4.0'} + dev: false + + /buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false - /bytes/3.0.0: + /bytes@3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} dev: true - /call-bind/1.0.2: + /call-bind@1.0.2: resolution: {integrity: sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=} dependencies: function-bind: 1.1.1 get-intrinsic: 1.1.1 dev: true - /callsites/3.1.0: + /callsites@3.1.0: resolution: {integrity: sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=} engines: {node: '>=6'} dev: true - /camelcase-keys/2.1.0: + /camelcase-keys@2.1.0: resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} engines: {node: '>=0.10.0'} dependencies: @@ -1514,7 +1995,7 @@ packages: map-obj: 1.0.1 dev: true - /camelcase-keys/6.2.2: + /camelcase-keys@6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} dependencies: @@ -1523,22 +2004,22 @@ packages: quick-lru: 4.0.1 dev: true - /camelcase/2.1.1: + /camelcase@2.1.1: resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} engines: {node: '>=0.10.0'} dev: true - /camelcase/5.3.1: + /camelcase@5.3.1: resolution: {integrity: sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=} engines: {node: '>=6'} dev: true - /camelcase/6.3.0: + /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} dev: true - /caniuse-api/3.0.0: + /caniuse-api@3.0.0: resolution: {integrity: sha1-Xk2Q4idJYdRikZl99Znj7QCO5MA=} dependencies: browserslist: 4.19.1 @@ -1547,49 +2028,25 @@ packages: lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001296: + /caniuse-lite@1.0.30001296: resolution: {integrity: sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==} dev: true - /canvas/2.8.0: - resolution: {integrity: sha1-+Zyn8l5uJmhmYf+k/sEjm773RGE=} - engines: {node: '>=6'} - requiresBuild: true - dependencies: - '@mapbox/node-pre-gyp': 1.0.8 - nan: 2.15.0 - simple-get: 3.1.0 - transitivePeerDependencies: - - supports-color - dev: false - - /canvg/3.0.7: - resolution: {integrity: sha1-5FuHpkEWr5BpF/fK1X03DqNy1oI=} - engines: {node: '>=8.0.0'} - dependencies: - '@babel/runtime-corejs3': 7.16.7 - '@types/raf': 3.4.0 - raf: 3.4.1 - rgbcolor: 1.0.1 - stackblur-canvas: 2.5.0 - svg-pathdata: 5.0.5 - dev: false - - /carbon-components-svelte/0.51.1: + /carbon-components-svelte@0.51.1: resolution: {integrity: sha512-aS05IH9FnHY0ZsqNJXpH26j1LkWgpQ9X6s7rJOlN2lB1NFDV/Vb8Miu7pJKgQu9QtdSNf+HMd+wZbmMayRfCSQ==} dependencies: flatpickr: 4.6.9 dev: true - /carbon-icons-svelte/10.44.3: + /carbon-icons-svelte@10.44.3: resolution: {integrity: sha512-vLBy3T5Dnv68vjTJEtwL7DKHX4VqXHeJ6DwPtiO9zTwoMOU3eLx/exzR6KTISuUMqfEPmrOy4dOwZc5sPWuxLA==} dev: true - /carbon-preprocess-svelte/0.6.0_ca286960db9d91ba388e2f7552631d28: + /carbon-preprocess-svelte@0.6.0(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3): resolution: {integrity: sha1-oqKn96Ixhbw4lWpbUlDpfFc3x4g=} dependencies: purgecss: 4.1.3 - svelte-preprocess: 4.10.1_54371e0c17f4c0f646f1b2d2264b5af0 + svelte-preprocess: 4.10.1(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3)(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' @@ -1605,7 +2062,7 @@ packages: - svelte dev: true - /cardinal/2.1.1: + /cardinal@2.1.1: resolution: {integrity: sha1-fMEFXYItISlU0HsIXeolHMe8VQU=} hasBin: true dependencies: @@ -1613,7 +2070,7 @@ packages: redeyed: 2.1.1 dev: true - /chai/4.3.6: + /chai@4.3.6: resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==} engines: {node: '>=4'} dependencies: @@ -1626,7 +2083,7 @@ packages: type-detect: 4.0.8 dev: true - /chalk/2.4.1: + /chalk@2.4.1: resolution: {integrity: sha1-GMSasWoDe26wFSzIPjRxM4IVtm4=} engines: {node: '>=4'} dependencies: @@ -1635,7 +2092,7 @@ packages: supports-color: 5.5.0 dev: true - /chalk/2.4.2: + /chalk@2.4.2: resolution: {integrity: sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=} engines: {node: '>=4'} dependencies: @@ -1644,7 +2101,7 @@ packages: supports-color: 5.5.0 dev: true - /chalk/4.1.2: + /chalk@4.1.2: resolution: {integrity: sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=} engines: {node: '>=10'} dependencies: @@ -1652,21 +2109,21 @@ packages: supports-color: 7.2.0 dev: true - /chalk/5.0.1: + /chalk@5.0.1: resolution: {integrity: sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: true - /cheap-watch/1.0.4: + /cheap-watch@1.0.4: resolution: {integrity: sha1-C8tKOo+9nVMnk2ST9rVrqmaNj+8=} engines: {node: '>=8'} dev: true - /check-error/1.0.2: + /check-error@1.0.2: resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} dev: true - /chokidar/3.5.2: + /chokidar@3.5.2: resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=} engines: {node: '>= 8.10.0'} dependencies: @@ -1681,37 +2138,38 @@ packages: fsevents: 2.3.2 dev: true - /chownr/1.1.4: - resolution: {integrity: sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=} + /chownr@1.1.4: + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} dev: false - /chownr/2.0.0: + /chownr@2.0.0: resolution: {integrity: sha1-Fb++U9LqtM9w8YqM1o6+Wzyx3s4=} engines: {node: '>=10'} + dev: true - /clean-stack/2.2.0: + /clean-stack@2.2.0: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} dev: true - /cli-boxes/2.2.1: + /cli-boxes@2.2.1: resolution: {integrity: sha1-3dUDXSUJT84iDpyrQKRYQKRAMY8=} engines: {node: '>=6'} dev: true - /cli-cursor/3.1.0: + /cli-cursor@3.1.0: resolution: {integrity: sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=} engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 dev: false - /cli-spinner/0.2.10: + /cli-spinner@0.2.10: resolution: {integrity: sha1-99YXo29cR6e8Y1PGl/yTOP94Kkc=} engines: {node: '>=0.10'} dev: true - /cli-table3/0.6.2: + /cli-table3@0.6.2: resolution: {integrity: sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==} engines: {node: 10.* || >= 12.*} dependencies: @@ -1720,7 +2178,7 @@ packages: '@colors/colors': 1.5.0 dev: true - /clipboardy/2.3.0: + /clipboardy@2.3.0: resolution: {integrity: sha1-PCkDZQxo5GqRs4iYW8J3QofbopA=} engines: {node: '>=8'} dependencies: @@ -1729,7 +2187,7 @@ packages: is-wsl: 2.2.0 dev: true - /cliui/7.0.4: + /cliui@7.0.4: resolution: {integrity: sha1-oCZe5lVHb8gHrqnfPfjfd4OAi08=} dependencies: string-width: 4.2.3 @@ -1737,95 +2195,79 @@ packages: wrap-ansi: 7.0.0 dev: true - /code-point-at/1.1.0: - resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} - engines: {node: '>=0.10.0'} - dev: false - - /color-convert/1.9.3: + /color-convert@1.9.3: resolution: {integrity: sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=} dependencies: color-name: 1.1.3 dev: true - /color-convert/2.0.1: + /color-convert@2.0.1: resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 - /color-name/1.1.3: + /color-name@1.1.3: resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} dev: true - /color-name/1.1.4: + /color-name@1.1.4: resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=} - /color-string/1.9.0: - resolution: {integrity: sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==} + /color-string@1.9.1: + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 dev: false - /color-support/1.1.3: - resolution: {integrity: sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI=} - hasBin: true - dev: false - - /color/4.1.0: - resolution: {integrity: sha512-o2rkkxyLGgYoeUy1OodXpbPAQNmlNBrirQ8ODO8QutzDiDMNdezSOZLNnusQ6pUpCQJUsaJIo9DZJKqa2HgH7A==} + /color@4.2.3: + resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} + engines: {node: '>=12.5.0'} dependencies: color-convert: 2.0.1 - color-string: 1.9.0 + color-string: 1.9.1 dev: false - /colord/2.9.2: + /colord@2.9.2: resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} dev: true - /combined-stream/1.0.8: - resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=} - engines: {node: '>= 0.8'} - dependencies: - delayed-stream: 1.0.0 - dev: false - - /commander/6.2.1: + /commander@6.2.1: resolution: {integrity: sha1-B5LraC37wyWZm7K4T93duhEKxzw=} engines: {node: '>= 6'} dev: false - /commander/7.2.0: + /commander@7.2.0: resolution: {integrity: sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=} engines: {node: '>= 10'} dev: true - /commander/8.3.0: + /commander@8.3.0: resolution: {integrity: sha1-SDfqGy2me5xhamevuw+v7lZ7ymY=} engines: {node: '>= 12'} dev: true - /common-tags/1.8.2: + /common-tags@1.8.2: resolution: {integrity: sha1-lOuzwHbSYDJ0X9VPrOf2iO9aycY=} engines: {node: '>=4.0.0'} dev: false - /compare-func/2.0.0: + /compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: true - /compressible/2.0.18: + /compressible@2.0.18: resolution: {integrity: sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=} engines: {node: '>= 0.6'} dependencies: mime-db: 1.51.0 dev: true - /compression/1.7.3: + /compression@1.7.3: resolution: {integrity: sha1-J+DhdqryYPfywoE8PkQK258Zk9s=} engines: {node: '>= 0.8.0'} dependencies: @@ -1836,21 +2278,20 @@ packages: on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: true - /concat-map/0.0.1: + /concat-map@0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + dev: true - /console-control-strings/1.1.0: - resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} - dev: false - - /content-disposition/0.5.2: + /content-disposition@0.5.2: resolution: {integrity: sha1-DPaLud318r55YcOoUXjLhdunjLQ=} engines: {node: '>= 0.6'} dev: true - /conventional-changelog-angular/5.0.13: + /conventional-changelog-angular@5.0.13: resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} engines: {node: '>=10'} dependencies: @@ -1858,7 +2299,7 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-conventionalcommits/4.6.3: + /conventional-changelog-conventionalcommits@4.6.3: resolution: {integrity: sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==} engines: {node: '>=10'} dependencies: @@ -1867,7 +2308,7 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-writer/5.0.1: + /conventional-changelog-writer@5.0.1: resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} engines: {node: '>=10'} hasBin: true @@ -1883,7 +2324,7 @@ packages: through2: 4.0.2 dev: true - /conventional-commits-filter/2.0.7: + /conventional-commits-filter@2.0.7: resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==} engines: {node: '>=10'} dependencies: @@ -1891,20 +2332,20 @@ packages: modify-values: 1.0.1 dev: true - /conventional-commits-parser/3.2.4: + /conventional-commits-parser@3.2.4: resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} engines: {node: '>=10'} hasBin: true dependencies: - is-text-path: 1.0.1 JSONStream: 1.3.5 + is-text-path: 1.0.1 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 dev: true - /copyfiles/2.4.1: + /copyfiles@2.4.1: resolution: {integrity: sha1-0tz/YKqtEBXwnQtm5/Dxxc08XaU=} hasBin: true dependencies: @@ -1917,31 +2358,28 @@ packages: yargs: 16.2.0 dev: true - /core-js-pure/3.20.2: - resolution: {integrity: sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg==} - requiresBuild: true - dev: false - - /core-util-is/1.0.3: + /core-util-is@1.0.3: resolution: {integrity: sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=} + dev: true - /cosmiconfig-typescript-loader/1.0.9_646584a8d620b4d6f5eb4525e8655565: + /cosmiconfig-typescript-loader@1.0.9(@types/node@17.0.6)(cosmiconfig@7.0.1)(typescript@4.5.4): resolution: {integrity: sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' + cosmiconfig: '>=7' typescript: '>=3' dependencies: '@types/node': 17.0.6 cosmiconfig: 7.0.1 - ts-node: 10.7.0_646584a8d620b4d6f5eb4525e8655565 + ts-node: 10.7.0(@types/node@17.0.6)(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' dev: true - /cosmiconfig/7.0.1: + /cosmiconfig@7.0.1: resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} engines: {node: '>=10'} dependencies: @@ -1952,11 +2390,11 @@ packages: yaml: 1.10.2 dev: true - /create-require/1.1.1: + /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: true - /cross-spawn/6.0.5: + /cross-spawn@6.0.5: resolution: {integrity: sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=} engines: {node: '>=4.8'} dependencies: @@ -1967,7 +2405,7 @@ packages: which: 1.3.1 dev: true - /cross-spawn/7.0.3: + /cross-spawn@7.0.3: resolution: {integrity: sha1-9zqFudXUHQRVUcF34ogtSshXKKY=} engines: {node: '>= 8'} dependencies: @@ -1976,12 +2414,12 @@ packages: which: 2.0.2 dev: true - /crypto-random-string/2.0.0: + /crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} dev: true - /css-declaration-sorter/6.1.3_postcss@8.4.5: + /css-declaration-sorter@6.1.3(postcss@8.4.5): resolution: {integrity: sha1-6YUuTPlAunn1CdlCWxN9H5RDjcI=} engines: {node: '>= 10'} peerDependencies: @@ -1991,7 +2429,7 @@ packages: timsort: 0.3.0 dev: true - /css-select/4.2.1: + /css-select@4.2.1: resolution: {integrity: sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==} dependencies: boolbase: 1.0.0 @@ -2001,7 +2439,7 @@ packages: nth-check: 2.0.1 dev: true - /css-tree/1.1.3: + /css-tree@1.1.3: resolution: {integrity: sha1-60hw+2/XcHMn7JXC/yqwm16NuR0=} engines: {node: '>=8.0.0'} dependencies: @@ -2009,56 +2447,56 @@ packages: source-map: 0.6.1 dev: true - /css-what/5.1.0: + /css-what@5.1.0: resolution: {integrity: sha1-P3tweq32M7r2LCzrhXm1RbtA9/4=} engines: {node: '>= 6'} dev: true - /cssesc/3.0.0: + /cssesc@3.0.0: resolution: {integrity: sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=} engines: {node: '>=4'} hasBin: true dev: true - /cssnano-preset-default/5.1.9_postcss@8.4.5: + /cssnano-preset-default@5.1.9(postcss@8.4.5): resolution: {integrity: sha512-RhkEucqlQ+OxEi14K1p8gdXcMQy1mSpo7P1oC44oRls7BYIj8p+cht4IFBFV3W4iOjTP8EUB33XV1fX9KhDzyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.1.3_postcss@8.4.5 - cssnano-utils: 2.0.1_postcss@8.4.5 + css-declaration-sorter: 6.1.3(postcss@8.4.5) + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 - postcss-calc: 8.1.0_postcss@8.4.5 - postcss-colormin: 5.2.2_postcss@8.4.5 - postcss-convert-values: 5.0.2_postcss@8.4.5 - postcss-discard-comments: 5.0.1_postcss@8.4.5 - postcss-discard-duplicates: 5.0.1_postcss@8.4.5 - postcss-discard-empty: 5.0.1_postcss@8.4.5 - postcss-discard-overridden: 5.0.1_postcss@8.4.5 - postcss-merge-longhand: 5.0.4_postcss@8.4.5 - postcss-merge-rules: 5.0.3_postcss@8.4.5 - postcss-minify-font-values: 5.0.1_postcss@8.4.5 - postcss-minify-gradients: 5.0.3_postcss@8.4.5 - postcss-minify-params: 5.0.2_postcss@8.4.5 - postcss-minify-selectors: 5.1.0_postcss@8.4.5 - postcss-normalize-charset: 5.0.1_postcss@8.4.5 - postcss-normalize-display-values: 5.0.1_postcss@8.4.5 - postcss-normalize-positions: 5.0.1_postcss@8.4.5 - postcss-normalize-repeat-style: 5.0.1_postcss@8.4.5 - postcss-normalize-string: 5.0.1_postcss@8.4.5 - postcss-normalize-timing-functions: 5.0.1_postcss@8.4.5 - postcss-normalize-unicode: 5.0.1_postcss@8.4.5 - postcss-normalize-url: 5.0.4_postcss@8.4.5 - postcss-normalize-whitespace: 5.0.1_postcss@8.4.5 - postcss-ordered-values: 5.0.2_postcss@8.4.5 - postcss-reduce-initial: 5.0.2_postcss@8.4.5 - postcss-reduce-transforms: 5.0.1_postcss@8.4.5 - postcss-svgo: 5.0.3_postcss@8.4.5 - postcss-unique-selectors: 5.0.2_postcss@8.4.5 - dev: true - - /cssnano-utils/2.0.1_postcss@8.4.5: + postcss-calc: 8.1.0(postcss@8.4.5) + postcss-colormin: 5.2.2(postcss@8.4.5) + postcss-convert-values: 5.0.2(postcss@8.4.5) + postcss-discard-comments: 5.0.1(postcss@8.4.5) + postcss-discard-duplicates: 5.0.1(postcss@8.4.5) + postcss-discard-empty: 5.0.1(postcss@8.4.5) + postcss-discard-overridden: 5.0.1(postcss@8.4.5) + postcss-merge-longhand: 5.0.4(postcss@8.4.5) + postcss-merge-rules: 5.0.3(postcss@8.4.5) + postcss-minify-font-values: 5.0.1(postcss@8.4.5) + postcss-minify-gradients: 5.0.3(postcss@8.4.5) + postcss-minify-params: 5.0.2(postcss@8.4.5) + postcss-minify-selectors: 5.1.0(postcss@8.4.5) + postcss-normalize-charset: 5.0.1(postcss@8.4.5) + postcss-normalize-display-values: 5.0.1(postcss@8.4.5) + postcss-normalize-positions: 5.0.1(postcss@8.4.5) + postcss-normalize-repeat-style: 5.0.1(postcss@8.4.5) + postcss-normalize-string: 5.0.1(postcss@8.4.5) + postcss-normalize-timing-functions: 5.0.1(postcss@8.4.5) + postcss-normalize-unicode: 5.0.1(postcss@8.4.5) + postcss-normalize-url: 5.0.4(postcss@8.4.5) + postcss-normalize-whitespace: 5.0.1(postcss@8.4.5) + postcss-ordered-values: 5.0.2(postcss@8.4.5) + postcss-reduce-initial: 5.0.2(postcss@8.4.5) + postcss-reduce-transforms: 5.0.1(postcss@8.4.5) + postcss-svgo: 5.0.3(postcss@8.4.5) + postcss-unique-selectors: 5.0.2(postcss@8.4.5) + dev: true + + /cssnano-utils@2.0.1(postcss@8.4.5): resolution: {integrity: sha1-hmCqKzfthp0uLyKRgZapqLZJjOI=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -2067,77 +2505,58 @@ packages: postcss: 8.4.5 dev: true - /cssnano/5.0.14_postcss@8.4.5: + /cssnano@5.0.14(postcss@8.4.5): resolution: {integrity: sha512-qzhRkFvBhv08tbyKCIfWbxBXmkIpLl1uNblt8SpTHkgLfON5OCPX/CCnkdNmEosvo8bANQYmTTMEgcVBlisHaw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.1.9_postcss@8.4.5 + cssnano-preset-default: 5.1.9(postcss@8.4.5) lilconfig: 2.0.4 postcss: 8.4.5 yaml: 1.10.2 dev: true - /csso/4.2.0: + /csso@4.2.0: resolution: {integrity: sha1-6jpWE0bo3J9UbW/r7dUBh884lSk=} engines: {node: '>=8.0.0'} dependencies: css-tree: 1.1.3 dev: true - /cssom/0.3.8: - resolution: {integrity: sha1-nxJ29bK0Y/IRTT8sdSUK+MGjb0o=} - dev: false - - /cssom/0.4.4: - resolution: {integrity: sha1-WmbPk9LQtmHYC/akT7ZfXC5OChA=} - dev: false - - /cssstyle/2.3.0: - resolution: {integrity: sha1-/2ZaDdvcMYZLCWR/NBY0Q9kLCFI=} - engines: {node: '>=8'} - dependencies: - cssom: 0.3.8 - dev: false - - /currently-unhandled/0.4.1: + /currently-unhandled@0.4.1: resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} engines: {node: '>=0.10.0'} dependencies: array-find-index: 1.0.2 dev: true - /dargs/7.0.0: + /dargs@7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} engines: {node: '>=8'} dev: true - /data-uri-to-buffer/4.0.0: + /data-uri-to-buffer@4.0.0: resolution: {integrity: sha1-tdtGrqUPYXZCisBbc745pXcBpks=} engines: {node: '>= 12'} dev: false - /data-urls/2.0.0: - resolution: {integrity: sha1-FWSFpyljqXD11YIar2Qr7yvy25s=} - engines: {node: '>=10'} - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 - dev: false - - /dateformat/3.0.3: + /dateformat@3.0.3: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /debug/2.6.9: + /debug@2.6.9: resolution: {integrity: sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.0.0 dev: true - /debug/4.3.3: + /debug@4.3.3: resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} engines: {node: '>=6.0'} peerDependencies: @@ -2147,8 +2566,9 @@ packages: optional: true dependencies: ms: 2.1.2 + dev: true - /decamelize-keys/1.1.0: + /decamelize-keys@1.1.0: resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=} engines: {node: '>=0.10.0'} dependencies: @@ -2156,55 +2576,45 @@ packages: map-obj: 1.0.1 dev: true - /decamelize/1.2.0: + /decamelize@1.2.0: resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} engines: {node: '>=0.10.0'} dev: true - /decimal.js/10.3.1: - resolution: {integrity: sha1-2MOkRKnGd0umDKatcmHDqU/V54M=} - dev: false - - /decode-tiff/0.2.1: + /decode-tiff@0.2.1: resolution: {integrity: sha1-wYygcbjez11JsMcy6tT2uwYRQss=} dev: true - /decompress-response/4.2.1: - resolution: {integrity: sha1-QUAjzHowLaJc4uyC0NUjjMr9iYY=} - engines: {node: '>=8'} - dependencies: - mimic-response: 2.1.0 - dev: false - - /decompress-response/6.0.0: - resolution: {integrity: sha1-yjh2Et234QS9FthaqwDV7PCcZvw=} + /decompress-response@6.0.0: + resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} engines: {node: '>=10'} dependencies: mimic-response: 3.1.0 dev: false - /deep-eql/3.0.1: + /deep-eql@3.0.1: resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} engines: {node: '>=0.12'} dependencies: type-detect: 4.0.8 dev: true - /deep-extend/0.6.0: + /deep-extend@0.6.0: resolution: {integrity: sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw=} engines: {node: '>=4.0.0'} - /deep-is/0.1.4: + /deep-is@0.1.4: resolution: {integrity: sha1-pvLc5hL63S7x9Rm3NVHxfoUZmDE=} + dev: true - /define-properties/1.1.3: + /define-properties@1.1.3: resolution: {integrity: sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=} engines: {node: '>= 0.4'} dependencies: object-keys: 1.1.1 dev: true - /del/6.0.0: + /del@6.0.0: resolution: {integrity: sha1-C0DQMyzqdD8WFPgYvk/rcXcUyVI=} engines: {node: '>=10'} dependencies: @@ -2218,50 +2628,40 @@ packages: slash: 3.0.0 dev: true - /delayed-stream/1.0.0: - resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} - engines: {node: '>=0.4.0'} - dev: false - - /delegates/1.0.0: - resolution: {integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=} - dev: false - - /deprecation/2.3.1: + /deprecation@2.3.1: resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: true - /detect-indent/6.1.0: + /detect-indent@6.1.0: resolution: {integrity: sha1-WSSF67v2s7GrK+F1yDk9BMoNV+Y=} engines: {node: '>=8'} dev: true - /detect-libc/1.0.3: - resolution: {integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=} - engines: {node: '>=0.10'} - hasBin: true + /detect-libc@2.0.1: + resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} + engines: {node: '>=8'} dev: false - /diff/4.0.2: + /diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} dev: true - /dir-glob/3.0.1: + /dir-glob@3.0.1: resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=} engines: {node: '>=8'} dependencies: path-type: 4.0.0 dev: true - /doctrine/3.0.0: + /doctrine@3.0.0: resolution: {integrity: sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: true - /dom-serializer/1.3.2: + /dom-serializer@1.3.2: resolution: {integrity: sha1-YgZDfTLO767HFhgDIwx6ILwbTZE=} dependencies: domelementtype: 2.2.0 @@ -2269,25 +2669,22 @@ packages: entities: 2.2.0 dev: true - /domelementtype/2.2.0: + /dom-walk@0.1.2: + resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} + dev: false + + /domelementtype@2.2.0: resolution: {integrity: sha1-mgtsJ4LtahxzI9QiZxg9+b2LHVc=} dev: true - /domexception/2.0.1: - resolution: {integrity: sha1-+0Su+6eT4VdLCvau0oAdBXUp8wQ=} - engines: {node: '>=8'} - dependencies: - webidl-conversions: 5.0.0 - dev: false - - /domhandler/4.3.0: + /domhandler@4.3.0: resolution: {integrity: sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==} engines: {node: '>= 4'} dependencies: domelementtype: 2.2.0 dev: true - /domutils/2.8.0: + /domutils@2.8.0: resolution: {integrity: sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=} dependencies: dom-serializer: 1.3.2 @@ -2295,14 +2692,14 @@ packages: domhandler: 4.3.0 dev: true - /dot-prop/5.3.0: + /dot-prop@5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: true - /dts-bundle-generator/6.3.0: + /dts-bundle-generator@6.3.0: resolution: {integrity: sha512-MZszk9RW0krG0DqhJL852fqMNwy6U06EoarJWhpUzlU9n6u4kv5UgS7YF3z1lDYAA42cbO6E85M2sF/OO167LA==} engines: {node: '>=12.0.0'} hasBin: true @@ -2311,36 +2708,36 @@ packages: yargs: 17.3.1 dev: true - /duplexer2/0.1.4: + /duplexer2@0.1.4: resolution: {integrity: sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=} dependencies: readable-stream: 2.3.7 dev: true - /electron-to-chromium/1.4.33: + /electron-to-chromium@1.4.33: resolution: {integrity: sha512-OVK1Ad3pHnmuXPhEfq85X8vUKr1UPNHryBnbKnyLcAfh8dPwoFjoDhDlP5KpPJIiymvSucZs48UBrE1250IxOw==} dev: true - /emoji-regex/8.0.0: + /emoji-regex@8.0.0: resolution: {integrity: sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=} - /end-of-stream/1.4.4: + /end-of-stream@1.4.4: resolution: {integrity: sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=} dependencies: once: 1.4.0 - /enquirer/2.3.6: + /enquirer@2.3.6: resolution: {integrity: sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=} engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.1 dev: true - /entities/2.2.0: + /entities@2.2.0: resolution: {integrity: sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU=} dev: true - /env-ci/5.5.0: + /env-ci@5.5.0: resolution: {integrity: sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==} engines: {node: '>=10.17'} dependencies: @@ -2349,19 +2746,19 @@ packages: java-properties: 1.0.2 dev: true - /envinfo/7.8.1: + /envinfo@7.8.1: resolution: {integrity: sha1-Bjd+Pl9NN5/qesWS1a2JJ+DE1HU=} engines: {node: '>=4'} hasBin: true dev: false - /error-ex/1.3.2: + /error-ex@1.3.2: resolution: {integrity: sha1-tKxAZIEH/c3PriQvQovqihTU8b8=} dependencies: is-arrayish: 0.2.1 dev: true - /es-abstract/1.19.1: + /es-abstract@1.19.1: resolution: {integrity: sha1-1IhXlodpFpWd547aoN9FZicRXsM=} engines: {node: '>= 0.4'} dependencies: @@ -2387,7 +2784,7 @@ packages: unbox-primitive: 1.0.1 dev: true - /es-to-primitive/1.2.1: + /es-to-primitive@1.2.1: resolution: {integrity: sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=} engines: {node: '>= 0.4'} dependencies: @@ -2396,27 +2793,28 @@ packages: is-symbol: 1.0.4 dev: true - /es6-promise/3.3.1: + /es6-promise@3.3.1: resolution: {integrity: sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=} dev: true - /esbuild-android-64/0.14.38: + /esbuild-android-64@0.14.38: resolution: {integrity: sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==} engines: {node: '>=12'} cpu: [x64] os: [android] + requiresBuild: true dev: true optional: true - /esbuild-android-arm64/0.13.15: - resolution: {integrity: sha1-P8P/C6t2/jXdI3R2tdKzK7IKPUQ=} + /esbuild-android-arm64@0.13.15: + resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /esbuild-android-arm64/0.14.10: + /esbuild-android-arm64@0.14.10: resolution: {integrity: sha512-vzkTafHKoiMX4uIN1kBnE/HXYLpNT95EgGanVk6DHGeYgDolU0NBxjO7yZpq4ZGFPOx8384eAdDrBYhO11TAlQ==} cpu: [arm64] os: [android] @@ -2424,23 +2822,24 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.38: + /esbuild-android-arm64@0.14.38: resolution: {integrity: sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==} engines: {node: '>=12'} cpu: [arm64] os: [android] + requiresBuild: true dev: true optional: true - /esbuild-darwin-64/0.13.15: - resolution: {integrity: sha1-jpFpwWuvRE6s7GDQmyTRGyVajnI=} + /esbuild-darwin-64@0.13.15: + resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-darwin-64/0.14.10: + /esbuild-darwin-64@0.14.10: resolution: {integrity: sha512-DJwzFVB95ZV7C3PQbf052WqaUuuMFXJeZJ0LKdnP1w+QOU0rlbKfX0tzuhoS//rOXUj1TFIwRuRsd0FX6skR7A==} cpu: [x64] os: [darwin] @@ -2448,23 +2847,24 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.38: + /esbuild-darwin-64@0.14.38: resolution: {integrity: sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] + requiresBuild: true dev: true optional: true - /esbuild-darwin-arm64/0.13.15: - resolution: {integrity: sha1-Gwf4k7YyEU+AXhiN38pBsrd4Ipo=} + /esbuild-darwin-arm64@0.13.15: + resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-darwin-arm64/0.14.10: + /esbuild-darwin-arm64@0.14.10: resolution: {integrity: sha512-RNaaoZDg3nsqs5z56vYCjk/VJ76npf752W0rOaCl5lO5TsgV9zecfdYgt7dtUrIx8b7APhVaNYud+tGsDOVC9g==} cpu: [arm64] os: [darwin] @@ -2472,23 +2872,24 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.38: + /esbuild-darwin-arm64@0.14.38: resolution: {integrity: sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] + requiresBuild: true dev: true optional: true - /esbuild-freebsd-64/0.13.15: - resolution: {integrity: sha1-C4t+yhaQyOyUx1aAw4wHJpwfSoU=} + /esbuild-freebsd-64@0.13.15: + resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-freebsd-64/0.14.10: + /esbuild-freebsd-64@0.14.10: resolution: {integrity: sha512-10B3AzW894u6bGZZhWiJOHw1uEHb4AFbUuBdyml1Ht0vIqd+KqWW+iY/yMwQAzILr2WJZqEhbOXRkJtY8aRqOw==} cpu: [x64] os: [freebsd] @@ -2496,23 +2897,24 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.38: + /esbuild-freebsd-64@0.14.38: resolution: {integrity: sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] + requiresBuild: true dev: true optional: true - /esbuild-freebsd-arm64/0.13.15: - resolution: {integrity: sha1-LhpsaWv9zSCplXi3Y1C0HbGTTlI=} + /esbuild-freebsd-arm64@0.13.15: + resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-freebsd-arm64/0.14.10: + /esbuild-freebsd-arm64@0.14.10: resolution: {integrity: sha512-mSQrKB7UaWvuryBTCo9leOfY2uEUSimAvcKIaUWbk5Hth9Sg+Try+qNA/NibPgs/vHkX0KFo/Rce6RPea+P15g==} cpu: [arm64] os: [freebsd] @@ -2520,23 +2922,24 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.38: + /esbuild-freebsd-arm64@0.14.38: resolution: {integrity: sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] + requiresBuild: true dev: true optional: true - /esbuild-linux-32/0.13.15: - resolution: {integrity: sha1-b9OfNvxm3UW2tfUVcox7vrw0Kmk=} + /esbuild-linux-32@0.13.15: + resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-32/0.14.10: + /esbuild-linux-32@0.14.10: resolution: {integrity: sha512-lktF09JgJLZ63ANYHIPdYe339PDuVn19Q/FcGKkXWf+jSPkn5xkYzAabboNGZNUgNqSJ/vY7VrOn6UrBbJjgYA==} cpu: [ia32] os: [linux] @@ -2544,23 +2947,24 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.38: + /esbuild-linux-32@0.14.38: resolution: {integrity: sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==} engines: {node: '>=12'} cpu: [ia32] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-64/0.13.15: - resolution: {integrity: sha1-nLjkvNdXTmeUbk7l8fHhI4a7bdM=} + /esbuild-linux-64@0.13.15: + resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-64/0.14.10: + /esbuild-linux-64@0.14.10: resolution: {integrity: sha512-K+gCQz2oLIIBI8ZM77e9sYD5/DwEpeYCrOQ2SYXx+R4OU2CT9QjJDi4/OpE7ko4AcYMlMW7qrOCuLSgAlEj4Wg==} cpu: [x64] os: [linux] @@ -2568,71 +2972,74 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.38: + /esbuild-linux-64@0.14.38: resolution: {integrity: sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==} engines: {node: '>=12'} cpu: [x64] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.13.15: - resolution: {integrity: sha1-igDpnmoMbJprfzNIQTZNiitK7P4=} - cpu: [arm] + /esbuild-linux-arm64@0.13.15: + resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} + cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.14.10: - resolution: {integrity: sha512-BYa60dZ/KPmNKYxtHa3LSEdfKWHcm/RzP0MjB4AeBPhjS0D6/okhaBesZIY9kVIGDyeenKsJNOmnVt4+dhNnvQ==} - cpu: [arm] + /esbuild-linux-arm64@0.14.10: + resolution: {integrity: sha512-+qocQuQvcp5wo/V+OLXxqHPc+gxHttJEvbU/xrCGE03vIMqraL4wMua8JQx0SWEnJCWP+Nhf//v8OSwz1Xr5kA==} + cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.14.38: - resolution: {integrity: sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==} + /esbuild-linux-arm64@0.14.38: + resolution: {integrity: sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.13.15: - resolution: {integrity: sha1-OJGqNwTsV5obktKlhhIuW2or+6E=} - cpu: [arm64] + /esbuild-linux-arm@0.13.15: + resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.14.10: - resolution: {integrity: sha512-+qocQuQvcp5wo/V+OLXxqHPc+gxHttJEvbU/xrCGE03vIMqraL4wMua8JQx0SWEnJCWP+Nhf//v8OSwz1Xr5kA==} - cpu: [arm64] + /esbuild-linux-arm@0.14.10: + resolution: {integrity: sha512-BYa60dZ/KPmNKYxtHa3LSEdfKWHcm/RzP0MjB4AeBPhjS0D6/okhaBesZIY9kVIGDyeenKsJNOmnVt4+dhNnvQ==} + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.14.38: - resolution: {integrity: sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==} + /esbuild-linux-arm@0.14.38: + resolution: {integrity: sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.13.15: - resolution: {integrity: sha1-NrB8xHw9IeSNs7sfTZ749Grq1Pc=} + /esbuild-linux-mips64le@0.13.15: + resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.14.10: + /esbuild-linux-mips64le@0.14.10: resolution: {integrity: sha512-nmUd2xoBXpGo4NJCEWoaBj+n4EtDoLEvEYc8Z3aSJrY0Oa6s04czD1flmhd0I/d6QEU8b7GQ9U0g/rtBfhtxBg==} cpu: [mips64el] os: [linux] @@ -2640,23 +3047,24 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.38: + /esbuild-linux-mips64le@0.14.38: resolution: {integrity: sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.13.15: - resolution: {integrity: sha1-9+a7pAuaEeudyuWwFVDqBGcO2tI=} + /esbuild-linux-ppc64le@0.13.15: + resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.14.10: + /esbuild-linux-ppc64le@0.14.10: resolution: {integrity: sha512-vsOWZjm0rZix7HSmqwPph9arRVCyPtUpcURdayQDuIhMG2/UxJxpbdRaa//w4zYqcJzAWwuyH2PAlyy0ZNuxqQ==} cpu: [ppc64] os: [linux] @@ -2664,23 +3072,25 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.38: + /esbuild-linux-ppc64le@0.14.38: resolution: {integrity: sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-riscv64/0.14.38: + /esbuild-linux-riscv64@0.14.38: resolution: {integrity: sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-linux-s390x/0.14.10: + /esbuild-linux-s390x@0.14.10: resolution: {integrity: sha512-knArKKZm0ypIYWOWyOT7+accVwbVV1LZnl2FWWy05u9Tyv5oqJ2F5+X2Vqe/gqd61enJXQWqoufXopvG3zULOg==} cpu: [s390x] os: [linux] @@ -2688,23 +3098,24 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.38: + /esbuild-linux-s390x@0.14.38: resolution: {integrity: sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] + requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.13.15: - resolution: {integrity: sha1-ov7cVJwrYp1YCnMthAcSsI1EADg=} + /esbuild-netbsd-64@0.13.15: + resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} cpu: [x64] os: [netbsd] requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.14.10: + /esbuild-netbsd-64@0.14.10: resolution: {integrity: sha512-6Gg8neVcLeyq0yt9bZpReb8ntZ8LBEjthxrcYWVrBElcltnDjIy1hrzsujt0+sC2rL+TlSsE9dzgyuvlDdPp2w==} cpu: [x64] os: [netbsd] @@ -2712,23 +3123,24 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.38: + /esbuild-netbsd-64@0.14.38: resolution: {integrity: sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] + requiresBuild: true dev: true optional: true - /esbuild-openbsd-64/0.13.15: - resolution: {integrity: sha1-siwOWAbTofvwMlhyA3+IUwawXNc=} + /esbuild-openbsd-64@0.13.15: + resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==} cpu: [x64] os: [openbsd] requiresBuild: true dev: true optional: true - /esbuild-openbsd-64/0.14.10: + /esbuild-openbsd-64@0.14.10: resolution: {integrity: sha512-9rkHZzp10zI90CfKbFrwmQjqZaeDmyQ6s9/hvCwRkbOCHuto6RvMYH9ghQpcr5cUxD5OQIA+sHXi0zokRNXjcg==} cpu: [x64] os: [openbsd] @@ -2736,23 +3148,24 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.38: + /esbuild-openbsd-64@0.14.38: resolution: {integrity: sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] + requiresBuild: true dev: true optional: true - /esbuild-sunos-64/0.13.15: - resolution: {integrity: sha1-0LZFSog3XujTlk2u/1XIXJHHzvQ=} + /esbuild-sunos-64@0.13.15: + resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==} cpu: [x64] os: [sunos] requiresBuild: true dev: true optional: true - /esbuild-sunos-64/0.14.10: + /esbuild-sunos-64@0.14.10: resolution: {integrity: sha512-mEU+pqkhkhbwpJj5DiN3vL0GUFR/yrL3qj8ER1amIVyRibKbj02VM1QaIuk1sy5DRVIKiFXXgCaHvH3RNWCHIw==} cpu: [x64] os: [sunos] @@ -2760,23 +3173,24 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.38: + /esbuild-sunos-64@0.14.38: resolution: {integrity: sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==} engines: {node: '>=12'} cpu: [x64] os: [sunos] + requiresBuild: true dev: true optional: true - /esbuild-windows-32/0.13.15: - resolution: {integrity: sha1-yW0Lm7tS8zAzIlgu+OSEfFrTdac=} + /esbuild-windows-32@0.13.15: + resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-32/0.14.10: + /esbuild-windows-32@0.14.10: resolution: {integrity: sha512-Z5DieUL1N6s78dOSdL95KWf8Y89RtPGxIoMF+LEy8ChDsX+pZpz6uAVCn+YaWpqQXO+2TnrcbgBIoprq2Mco1g==} cpu: [ia32] os: [win32] @@ -2784,23 +3198,24 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.38: + /esbuild-windows-32@0.14.38: resolution: {integrity: sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] + requiresBuild: true dev: true optional: true - /esbuild-windows-64/0.13.15: - resolution: {integrity: sha1-H3nLmx4bsC+yXNQUy5DU6iiSwpQ=} + /esbuild-windows-64@0.13.15: + resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-64/0.14.10: + /esbuild-windows-64@0.14.10: resolution: {integrity: sha512-LE5Mm62y0Bilu7RDryBhHIX8rK3at5VwJ6IGM3BsASidCfOBTzqcs7Yy0/Vkq39VKeTmy9/66BAfVoZRNznoDw==} cpu: [x64] os: [win32] @@ -2808,23 +3223,24 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.38: + /esbuild-windows-64@0.14.38: resolution: {integrity: sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==} engines: {node: '>=12'} cpu: [x64] os: [win32] + requiresBuild: true dev: true optional: true - /esbuild-windows-arm64/0.13.15: - resolution: {integrity: sha1-SCFzBwgQ3yKnUsaGUJw3DDvjs8M=} + /esbuild-windows-arm64@0.13.15: + resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-arm64/0.14.10: + /esbuild-windows-arm64@0.14.10: resolution: {integrity: sha512-OJOyxDtabvcUYTc+O4dR0JMzLBz6G9+gXIHA7Oc5d5Fv1xiYa0nUeo8+W5s2e6ZkPRdIwOseYoL70rZz80S5BA==} cpu: [arm64] os: [win32] @@ -2832,15 +3248,16 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.38: + /esbuild-windows-arm64@0.14.38: resolution: {integrity: sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==} engines: {node: '>=12'} cpu: [arm64] os: [win32] + requiresBuild: true dev: true optional: true - /esbuild/0.13.15: + /esbuild@0.13.15: resolution: {integrity: sha1-21aogWbuNz+H27LYeY/0SeBFDN8=} hasBin: true requiresBuild: true @@ -2864,7 +3281,7 @@ packages: esbuild-windows-arm64: 0.13.15 dev: true - /esbuild/0.14.10: + /esbuild@0.14.10: resolution: {integrity: sha512-ibZb+NwFqBwHHJlpnFMtg4aNmVK+LUtYMFC9CuKs6lDCBEvCHpqCFZFEirpqt1jOugwKGx8gALNGvX56lQyfew==} hasBin: true requiresBuild: true @@ -2889,7 +3306,7 @@ packages: esbuild-windows-arm64: 0.14.10 dev: true - /esbuild/0.14.38: + /esbuild@0.14.38: resolution: {integrity: sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==} engines: {node: '>=12'} hasBin: true @@ -2917,35 +3334,22 @@ packages: esbuild-windows-arm64: 0.14.38 dev: true - /escalade/3.1.1: + /escalade@3.1.1: resolution: {integrity: sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=} engines: {node: '>=6'} dev: true - /escape-string-regexp/1.0.5: + /escape-string-regexp@1.0.5: resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} engines: {node: '>=0.8.0'} dev: true - /escape-string-regexp/4.0.0: + /escape-string-regexp@4.0.0: resolution: {integrity: sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=} engines: {node: '>=10'} dev: true - /escodegen/2.0.0: - resolution: {integrity: sha1-XjKxKDPoqo+jXhvwvvqJOASEx90=} - engines: {node: '>=6.0'} - hasBin: true - dependencies: - esprima: 4.0.1 - estraverse: 5.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.6.1 - dev: false - - /eslint-config-prettier/8.3.0_eslint@8.6.0: + /eslint-config-prettier@8.3.0(eslint@8.6.0): resolution: {integrity: sha1-90cbILb+ipqSVMxoRFQgKIai3Xo=} hasBin: true peerDependencies: @@ -2954,7 +3358,7 @@ packages: eslint: 8.6.0 dev: true - /eslint-plugin-svelte3/3.2.1_eslint@8.6.0+svelte@3.44.3: + /eslint-plugin-svelte3@3.2.1(eslint@8.6.0)(svelte@3.44.3): resolution: {integrity: sha1-8PJBUOzqMGHDjGnigr6ibcPmYMY=} engines: {node: '>=10'} peerDependencies: @@ -2965,7 +3369,7 @@ packages: svelte: 3.44.3 dev: true - /eslint-scope/5.1.1: + /eslint-scope@5.1.1: resolution: {integrity: sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=} engines: {node: '>=8.0.0'} dependencies: @@ -2973,7 +3377,7 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/7.1.0: + /eslint-scope@7.1.0: resolution: {integrity: sha1-wfbqMKxYMDHyA9Zcc+cjsBKY8VM=} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -2981,7 +3385,7 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.6.0: + /eslint-utils@3.0.0(eslint@8.6.0): resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: @@ -2991,17 +3395,17 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /eslint-visitor-keys/2.1.0: + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha1-9lMoJZMFknOSyTjtROsKXJsr0wM=} engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.1.0: + /eslint-visitor-keys@3.1.0: resolution: {integrity: sha1-7uSs6okYFM2men2IEtlkfdAXmvI=} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.6.0: + /eslint@8.6.0: resolution: {integrity: sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -3016,7 +3420,7 @@ packages: enquirer: 2.3.6 escape-string-regexp: 4.0.0 eslint-scope: 7.1.0 - eslint-utils: 3.0.0_eslint@8.6.0 + eslint-utils: 3.0.0(eslint@8.6.0) eslint-visitor-keys: 3.1.0 espree: 9.3.0 esquery: 1.4.0 @@ -3048,52 +3452,54 @@ packages: - supports-color dev: true - /espree/9.3.0: + /espree@9.3.0: resolution: {integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 + acorn-jsx: 5.3.2(acorn@8.7.0) eslint-visitor-keys: 3.1.0 dev: true - /esprima/4.0.1: + /esprima@4.0.1: resolution: {integrity: sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=} engines: {node: '>=4'} hasBin: true - /esquery/1.4.0: + /esquery@1.4.0: resolution: {integrity: sha1-IUj/w4uC6McFff7UhCWz5h8PJKU=} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: true - /esrecurse/4.3.0: + /esrecurse@4.3.0: resolution: {integrity: sha1-eteWTWeauyi+5yzsY3WLHF0smSE=} engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 dev: true - /estraverse/4.3.0: + /estraverse@4.3.0: resolution: {integrity: sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=} engines: {node: '>=4.0'} dev: true - /estraverse/5.3.0: + /estraverse@5.3.0: resolution: {integrity: sha1-LupSkHAvJquP5TcDcP+GyWXSESM=} engines: {node: '>=4.0'} + dev: true - /estree-walker/2.0.2: + /estree-walker@2.0.2: resolution: {integrity: sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=} dev: true - /esutils/2.0.3: + /esutils@2.0.3: resolution: {integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=} engines: {node: '>=0.10.0'} + dev: true - /execa/1.0.0: + /execa@1.0.0: resolution: {integrity: sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=} engines: {node: '>=6'} dependencies: @@ -3106,7 +3512,7 @@ packages: strip-eof: 1.0.0 dev: true - /execa/5.1.1: + /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} dependencies: @@ -3121,15 +3527,19 @@ packages: strip-final-newline: 2.0.0 dev: true - /expand-template/2.0.3: - resolution: {integrity: sha1-bhSz/O4POmNA7LV9LokYaSBSpHw=} + /exif-parser@0.1.12: + resolution: {integrity: sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==} + dev: false + + /expand-template@2.0.3: + resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} dev: false - /fast-deep-equal/3.1.3: + /fast-deep-equal@3.1.3: resolution: {integrity: sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=} - /fast-glob/3.2.7: + /fast-glob@3.2.7: resolution: {integrity: sha1-/Wy3otfpqnp4RhEehaGW1rL3ZqE=} engines: {node: '>=8'} dependencies: @@ -3140,61 +3550,71 @@ packages: micromatch: 4.0.4 dev: true - /fast-json-stable-stringify/2.1.0: + /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=} dev: true - /fast-levenshtein/2.0.6: + /fast-levenshtein@2.0.6: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} + dev: true - /fast-url-parser/1.1.3: + /fast-url-parser@1.1.3: resolution: {integrity: sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=} dependencies: punycode: 1.4.1 dev: true - /fastq/1.13.0: + /fastq@1.13.0: resolution: {integrity: sha1-YWdg+Ip1Jr38WWt8q4wYk4w2uYw=} dependencies: reusify: 1.0.4 dev: true - /fetch-blob/3.1.3: + /fetch-blob@3.1.3: resolution: {integrity: sha512-ax1Y5I9w+9+JiM+wdHkhBoxew+zG4AJ2SvAD1v1szpddUIiPERVGBxrMcB2ZqW0Y3PP8bOWYv2zqQq1Jp2kqUQ==} engines: {node: ^12.20 || >= 14.13} dependencies: web-streams-polyfill: 3.2.0 dev: false - /figures/2.0.0: + /figures@2.0.0: resolution: {integrity: sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=} engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 dev: true - /figures/3.2.0: + /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 dev: true - /file-entry-cache/6.0.1: + /file-entry-cache@6.0.1: resolution: {integrity: sha1-IRst2WWcsDlLBz5zI6w8kz1SICc=} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: true - /fill-range/7.0.1: + /file-type@16.5.4: + resolution: {integrity: sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==} + engines: {node: '>=10'} + dependencies: + readable-web-to-node-stream: 3.0.2 + strtok3: 6.3.0 + token-types: 4.2.1 + dev: false + + /fill-range@7.0.1: resolution: {integrity: sha1-GRmmp8df44ssfHflGYU12prN2kA=} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 dev: true - /find-up/1.1.2: + /find-up@1.1.2: resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} engines: {node: '>=0.10.0'} dependencies: @@ -3202,14 +3622,14 @@ packages: pinkie-promise: 2.0.1 dev: true - /find-up/2.1.0: + /find-up@2.1.0: resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: true - /find-up/4.1.0: + /find-up@4.1.0: resolution: {integrity: sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=} engines: {node: '>=8'} dependencies: @@ -3217,7 +3637,7 @@ packages: path-exists: 4.0.0 dev: true - /find-up/5.0.0: + /find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} dependencies: @@ -3225,14 +3645,14 @@ packages: path-exists: 4.0.0 dev: true - /find-versions/4.0.0: + /find-versions@4.0.0: resolution: {integrity: sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==} engines: {node: '>=10'} dependencies: semver-regex: 3.1.3 dev: true - /flat-cache/3.0.4: + /flat-cache@3.0.4: resolution: {integrity: sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE=} engines: {node: ^10.12.0 || >=12.0.0} dependencies: @@ -3240,15 +3660,15 @@ packages: rimraf: 3.0.2 dev: true - /flatpickr/4.6.9: + /flatpickr@4.6.9: resolution: {integrity: sha1-mhM4PopoFL2l0jLq4/zcy5fcFJk=} dev: true - /flatted/3.2.4: + /flatted@3.2.4: resolution: {integrity: sha1-KNmWnqkGYbUTQlnzEqtqp5KaxeI=} dev: true - /follow-redirects/1.14.6: + /follow-redirects@1.14.6: resolution: {integrity: sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==} engines: {node: '>=4.0'} peerDependencies: @@ -3258,48 +3678,39 @@ packages: optional: true dev: true - /form-data/3.0.1: - resolution: {integrity: sha1-69U3kbeDVqma+aMA1CgsTV65dV8=} - engines: {node: '>= 6'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.34 - dev: false - - /formdata-polyfill/4.0.10: + /formdata-polyfill@4.0.10: resolution: {integrity: sha1-JIB8McnUAuACqz2McgFEzriEhCM=} engines: {node: '>=12.20.0'} dependencies: fetch-blob: 3.1.3 dev: false - /fraction.js/4.1.2: + /fraction.js@4.1.2: resolution: {integrity: sha1-E+QgqSQits8kTf+GkO2JQBAp++g=} dev: true - /from2/2.3.0: + /from2@2.3.0: resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=} dependencies: inherits: 2.0.4 readable-stream: 2.3.7 dev: true - /fromentries/1.3.2: + /fromentries@1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} dev: true - /front-matter/4.0.2: + /front-matter@4.0.2: resolution: {integrity: sha1-sU5U3HRc/XKTSE8yENFepO3X9NU=} dependencies: js-yaml: 3.14.1 dev: false - /fs-constants/1.0.0: - resolution: {integrity: sha1-a+Dem+mYzhavivwkSXue6bfM2a0=} + /fs-constants@1.0.0: + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: false - /fs-extra/10.0.0: + /fs-extra@10.0.0: resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} engines: {node: '>=12'} dependencies: @@ -3307,16 +3718,18 @@ packages: jsonfile: 6.1.0 universalify: 2.0.0 - /fs-minipass/2.1.0: + /fs-minipass@2.1.0: resolution: {integrity: sha1-f1A2/b8SxjwWkZDL5BmchSJx+fs=} engines: {node: '>= 8'} dependencies: minipass: 3.1.6 + dev: true - /fs.realpath/1.0.0: + /fs.realpath@1.0.0: resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} + dev: true - /fsevents/2.3.2: + /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] @@ -3324,52 +3737,24 @@ packages: dev: true optional: true - /function-bind/1.1.1: + /function-bind@1.1.1: resolution: {integrity: sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=} dev: true - /functional-red-black-tree/1.0.1: + /functional-red-black-tree@1.0.1: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: true - /gauge/2.7.4: - resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} - dependencies: - aproba: 1.2.0 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.6 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.5 - dev: false - - /gauge/3.0.2: - resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} - engines: {node: '>=10'} - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.6 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - dev: false - - /get-caller-file/2.0.5: + /get-caller-file@2.0.5: resolution: {integrity: sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=} engines: {node: 6.* || 8.* || >= 10.*} dev: true - /get-func-name/2.0.0: + /get-func-name@2.0.0: resolution: {integrity: sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=} dev: true - /get-intrinsic/1.1.1: + /get-intrinsic@1.1.1: resolution: {integrity: sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=} dependencies: function-bind: 1.1.1 @@ -3377,24 +3762,24 @@ packages: has-symbols: 1.0.2 dev: true - /get-stdin/4.0.1: + /get-stdin@4.0.1: resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} engines: {node: '>=0.10.0'} dev: true - /get-stream/4.1.0: + /get-stream@4.1.0: resolution: {integrity: sha1-wbJVV189wh1Zv8ec09K0axw6VLU=} engines: {node: '>=6'} dependencies: pump: 3.0.0 dev: true - /get-stream/6.0.1: + /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} dev: true - /get-symbol-description/1.0.0: + /get-symbol-description@1.0.0: resolution: {integrity: sha1-f9uByQAQH71WTdXxowr1qtweWNY=} engines: {node: '>= 0.4'} dependencies: @@ -3402,7 +3787,14 @@ packages: get-intrinsic: 1.1.1 dev: true - /git-log-parser/1.2.0: + /gifwrap@0.9.4: + resolution: {integrity: sha512-MDMwbhASQuVeD4JKd1fKgNgCRL3fGqMM4WaqpNhWO0JiMOAjbQdumbs4BbBZEy9/M00EHEjKN3HieVhCUlwjeQ==} + dependencies: + image-q: 4.0.0 + omggif: 1.0.10 + dev: false + + /git-log-parser@1.2.0: resolution: {integrity: sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=} dependencies: argv-formatter: 1.0.0 @@ -3413,7 +3805,7 @@ packages: traverse: 0.6.6 dev: true - /git-raw-commits/2.0.11: + /git-raw-commits@2.0.11: resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} engines: {node: '>=10'} hasBin: true @@ -3425,25 +3817,25 @@ packages: through2: 4.0.2 dev: true - /github-from-package/0.0.0: + /github-from-package@0.0.0: resolution: {integrity: sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=} dev: false - /glob-parent/5.1.2: + /glob-parent@5.1.2: resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=} engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 dev: true - /glob-parent/6.0.2: + /glob-parent@6.0.2: resolution: {integrity: sha1-bSN9mQg5UMeSkPJMdkKj3poo+eM=} engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: true - /glob/7.2.0: + /glob@7.2.0: resolution: {integrity: sha1-0VU1r3cy4C6Uj0xBYovZECk/YCM=} dependencies: fs.realpath: 1.0.0 @@ -3452,22 +3844,30 @@ packages: minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 + dev: true - /global-dirs/0.1.1: + /global-dirs@0.1.1: resolution: {integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=} engines: {node: '>=4'} dependencies: ini: 1.3.8 dev: true - /globals/13.12.0: + /global@4.4.0: + resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} + dependencies: + min-document: 2.19.0 + process: 0.11.10 + dev: false + + /globals@13.12.0: resolution: {integrity: sha1-TXM3YDBCMKAILtluIeXFZfiYCJ4=} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true - /globby/11.0.4: + /globby@11.0.4: resolution: {integrity: sha1-LLr/d8Lypi5x6bKBOme5ejowAaU=} engines: {node: '>=10'} dependencies: @@ -3479,10 +3879,10 @@ packages: slash: 3.0.0 dev: true - /graceful-fs/4.2.8: + /graceful-fs@4.2.8: resolution: {integrity: sha1-5BK40z9eAGWTy9PO5t+fLOu+gCo=} - /handlebars/4.7.7: + /handlebars@4.7.7: resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} engines: {node: '>=0.4.7'} hasBin: true @@ -3495,83 +3895,61 @@ packages: uglify-js: 3.15.4 dev: true - /hard-rejection/2.1.0: + /hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} dev: true - /has-bigints/1.0.1: + /has-bigints@1.0.1: resolution: {integrity: sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=} dev: true - /has-flag/3.0.0: + /has-flag@3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} engines: {node: '>=4'} dev: true - /has-flag/4.0.0: + /has-flag@4.0.0: resolution: {integrity: sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=} engines: {node: '>=8'} dev: true - /has-symbols/1.0.2: + /has-symbols@1.0.2: resolution: {integrity: sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM=} engines: {node: '>= 0.4'} dev: true - /has-tostringtag/1.0.0: + /has-tostringtag@1.0.0: resolution: {integrity: sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.2 dev: true - /has-unicode/2.0.1: - resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} - dev: false - - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 dev: true - /hook-std/2.0.0: + /hook-std@2.0.0: resolution: {integrity: sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==} engines: {node: '>=8'} dev: true - /hosted-git-info/2.8.9: + /hosted-git-info@2.8.9: resolution: {integrity: sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k=} dev: true - /hosted-git-info/4.1.0: + /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: true - /html-encoding-sniffer/2.0.1: - resolution: {integrity: sha1-QqbcT9M/ACgRduiyN1nKTk+hhfM=} - engines: {node: '>=10'} - dependencies: - whatwg-encoding: 1.0.5 - dev: false - - /http-proxy-agent/4.0.1: - resolution: {integrity: sha1-ioyO9/WTLM+VPClsqCkblap0qjo=} - engines: {node: '>= 6'} - dependencies: - '@tootallnate/once': 1.1.2 - agent-base: 6.0.2 - debug: 4.3.3 - transitivePeerDependencies: - - supports-color - dev: false - - /http-proxy-agent/5.0.0: + /http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} engines: {node: '>= 6'} dependencies: @@ -3582,7 +3960,7 @@ packages: - supports-color dev: true - /https-proxy-agent/5.0.0: + /https-proxy-agent@5.0.0: resolution: {integrity: sha1-4qkFQqu2inYuCghQ9sntrf2FBrI=} engines: {node: '>= 6'} dependencies: @@ -3590,40 +3968,40 @@ packages: debug: 4.3.3 transitivePeerDependencies: - supports-color + dev: true - /human-signals/2.1.0: + /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} dev: true - /husky/7.0.4: + /husky@7.0.4: resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==} engines: {node: '>=12'} hasBin: true dev: true - /iconv-lite/0.4.24: - resolution: {integrity: sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=} - engines: {node: '>=0.10.0'} - dependencies: - safer-buffer: 2.1.2 - dev: false - - /ieee754/1.2.1: - resolution: {integrity: sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=} + /ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: false - /ignore/4.0.6: + /ignore@4.0.6: resolution: {integrity: sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=} engines: {node: '>= 4'} dev: true - /ignore/5.2.0: + /ignore@5.2.0: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} dev: true - /img-diff-js/0.5.2: + /image-q@4.0.0: + resolution: {integrity: sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==} + dependencies: + '@types/node': 16.9.1 + dev: false + + /img-diff-js@0.5.2: resolution: {integrity: sha1-PbPCr5LZLPw5vkWugzctetLVnfI=} dependencies: '@types/mkdirp': 1.0.2 @@ -3637,7 +4015,7 @@ packages: pngjs: 6.0.0 dev: true - /import-fresh/3.3.0: + /import-fresh@3.3.0: resolution: {integrity: sha1-NxYsJfy566oublPVtNiM4X2eDCs=} engines: {node: '>=6'} dependencies: @@ -3645,41 +4023,42 @@ packages: resolve-from: 4.0.0 dev: true - /import-from/4.0.0: + /import-from@4.0.0: resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==} engines: {node: '>=12.2'} dev: true - /imurmurhash/0.1.4: + /imurmurhash@0.1.4: resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} engines: {node: '>=0.8.19'} dev: true - /indent-string/2.1.0: + /indent-string@2.1.0: resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} engines: {node: '>=0.10.0'} dependencies: repeating: 2.0.1 dev: true - /indent-string/4.0.0: + /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} dev: true - /inflight/1.0.6: + /inflight@1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: once: 1.4.0 wrappy: 1.0.2 + dev: true - /inherits/2.0.4: + /inherits@2.0.4: resolution: {integrity: sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=} - /ini/1.3.8: + /ini@1.3.8: resolution: {integrity: sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=} - /internal-slot/1.0.3: + /internal-slot@1.0.3: resolution: {integrity: sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=} engines: {node: '>= 0.4'} dependencies: @@ -3688,7 +4067,7 @@ packages: side-channel: 1.0.4 dev: true - /into-stream/6.0.0: + /into-stream@6.0.0: resolution: {integrity: sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==} engines: {node: '>=10'} dependencies: @@ -3696,28 +4075,28 @@ packages: p-is-promise: 3.0.0 dev: true - /is-arrayish/0.2.1: + /is-arrayish@0.2.1: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} dev: true - /is-arrayish/0.3.2: - resolution: {integrity: sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=} + /is-arrayish@0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} dev: false - /is-bigint/1.0.4: + /is-bigint@1.0.4: resolution: {integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=} dependencies: has-bigints: 1.0.1 dev: true - /is-binary-path/2.1.0: + /is-binary-path@2.1.0: resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=} engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 dev: true - /is-boolean-object/1.1.2: + /is-boolean-object@1.1.2: resolution: {integrity: sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=} engines: {node: '>= 0.4'} dependencies: @@ -3725,111 +4104,104 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-callable/1.2.4: + /is-callable@1.2.4: resolution: {integrity: sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=} engines: {node: '>= 0.4'} dev: true - /is-core-module/2.8.0: + /is-core-module@2.8.0: resolution: {integrity: sha1-AyEzbD0JJeSX/Zf12VyxFKXM1Ug=} dependencies: has: 1.0.3 dev: true - /is-core-module/2.9.0: + /is-core-module@2.9.0: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} dependencies: has: 1.0.3 dev: true - /is-date-object/1.0.5: + /is-date-object@1.0.5: resolution: {integrity: sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-docker/2.2.1: + /is-docker@2.2.1: resolution: {integrity: sha1-M+6r4jz+hvFL3kQIoCwM+4U6zao=} engines: {node: '>=8'} hasBin: true dev: true - /is-extglob/2.1.1: + /is-extglob@2.1.1: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.0'} dev: true - /is-finite/1.1.0: + /is-finite@1.1.0: resolution: {integrity: sha1-kEE1x3+0LAZB1qobzbxNqo2ggvM=} engines: {node: '>=0.10.0'} dev: true - /is-fullwidth-code-point/1.0.0: - resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} - engines: {node: '>=0.10.0'} - dependencies: - number-is-nan: 1.0.1 - dev: false - - /is-fullwidth-code-point/3.0.0: + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=} engines: {node: '>=8'} - /is-glob/4.0.3: + /is-function@1.0.2: + resolution: {integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==} + dev: false + + /is-glob@4.0.3: resolution: {integrity: sha1-ZPYeQsu7LuwgcanawLKLoeZdUIQ=} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 dev: true - /is-negative-zero/2.0.2: + /is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} dev: true - /is-number-object/1.0.6: + /is-number-object@1.0.6: resolution: {integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-number/7.0.0: + /is-number@7.0.0: resolution: {integrity: sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=} engines: {node: '>=0.12.0'} dev: true - /is-obj/2.0.0: + /is-obj@2.0.0: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} dev: true - /is-path-cwd/2.2.0: + /is-path-cwd@2.2.0: resolution: {integrity: sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=} engines: {node: '>=6'} dev: true - /is-path-inside/3.0.3: + /is-path-inside@3.0.3: resolution: {integrity: sha1-0jE2LlOgf/Kw4Op/7QSRYf/RYoM=} engines: {node: '>=8'} dev: true - /is-plain-obj/1.1.0: + /is-plain-obj@1.1.0: resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=} engines: {node: '>=0.10.0'} dev: true - /is-plain-object/5.0.0: + /is-plain-object@5.0.0: resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} engines: {node: '>=0.10.0'} dev: true - /is-potential-custom-element-name/1.0.1: - resolution: {integrity: sha1-Fx7W8Z46xVQ5Tt94yqBXhKRb67U=} - dev: false - - /is-regex/1.1.4: + /is-regex@1.1.4: resolution: {integrity: sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=} engines: {node: '>= 0.4'} dependencies: @@ -3837,70 +4209,71 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-shared-array-buffer/1.0.1: + /is-shared-array-buffer@1.0.1: resolution: {integrity: sha1-l7DIX72stZycRG/mU7gs8rW3z+Y=} dev: true - /is-stream/1.1.0: + /is-stream@1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} engines: {node: '>=0.10.0'} dev: true - /is-stream/2.0.1: + /is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} dev: true - /is-string/1.0.7: + /is-string@1.0.7: resolution: {integrity: sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-symbol/1.0.4: + /is-symbol@1.0.4: resolution: {integrity: sha1-ptrJO2NbBjymhyI23oiRClevE5w=} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.2 dev: true - /is-text-path/1.0.1: + /is-text-path@1.0.1: resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=} engines: {node: '>=0.10.0'} dependencies: text-extensions: 1.9.0 dev: true - /is-utf8/0.2.1: + /is-utf8@0.2.1: resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} dev: true - /is-weakref/1.0.2: + /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: true - /is-wsl/2.2.0: + /is-wsl@2.2.0: resolution: {integrity: sha1-dKTHbnfKn9P5MvKQwX6jJs0VcnE=} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: true - /isarray/0.0.1: + /isarray@0.0.1: resolution: {integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=} dev: true - /isarray/1.0.0: + /isarray@1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} + dev: true - /isexe/2.0.0: + /isexe@2.0.0: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} dev: true - /issue-parser/6.0.0: + /issue-parser@6.0.0: resolution: {integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==} engines: {node: '>=10.13'} dependencies: @@ -3911,20 +4284,29 @@ packages: lodash.uniqby: 4.7.0 dev: true - /java-properties/1.0.2: + /java-properties@1.0.2: resolution: {integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==} engines: {node: '>= 0.6.0'} dev: true - /jpeg-js/0.4.3: + /jimp@0.16.13: + resolution: {integrity: sha512-Bxz8q7V4rnCky9A0ktTNGA9SkNFVWRHodddI/DaAWZJzF7sVUlFYKQ60y9JGqrKpi48ECA/TnfMzzc5C70VByA==} + dependencies: + '@babel/runtime': 7.21.5 + '@jimp/custom': 0.16.13 + '@jimp/plugins': 0.16.13(@jimp/custom@0.16.13) + '@jimp/types': 0.16.13(@jimp/custom@0.16.13) + regenerator-runtime: 0.13.11 + dev: false + + /jpeg-js@0.4.3: resolution: {integrity: sha1-YVjgnxmDrXc4E3BL6AaAVQ7/l3s=} - dev: true - /js-tokens/4.0.0: + /js-tokens@4.0.0: resolution: {integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=} dev: true - /js-yaml/3.14.1: + /js-yaml@3.14.1: resolution: {integrity: sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=} hasBin: true dependencies: @@ -3932,77 +4314,34 @@ packages: esprima: 4.0.1 dev: false - /js-yaml/4.1.0: + /js-yaml@4.1.0: resolution: {integrity: sha1-wftl+PUBeQHN0slRhkuhhFihBgI=} hasBin: true dependencies: argparse: 2.0.1 dev: true - /jsdom/16.7.0_canvas@2.8.0: - resolution: {integrity: sha1-kYrnGWVCSxl8gZ+Bg6dU4Yl3txA=} - engines: {node: '>=10'} - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - dependencies: - abab: 2.0.5 - acorn: 8.7.0 - acorn-globals: 6.0.0 - canvas: 2.8.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 2.0.0 - decimal.js: 10.3.1 - domexception: 2.0.1 - escodegen: 2.0.0 - form-data: 3.0.1 - html-encoding-sniffer: 2.0.1 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.0 - is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.0 - parse5: 6.0.1 - saxes: 5.0.1 - symbol-tree: 3.2.4 - tough-cookie: 4.0.0 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 2.0.0 - webidl-conversions: 6.1.0 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 - ws: 7.5.6 - xml-name-validator: 3.0.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /json-parse-better-errors/1.0.2: + /json-parse-better-errors@1.0.2: resolution: {integrity: sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk=} dev: true - /json-parse-even-better-errors/2.3.1: + /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true - /json-schema-traverse/0.4.1: + /json-schema-traverse@0.4.1: resolution: {integrity: sha1-afaofZUTq4u4/mO9sJecRI5oRmA=} dev: true - /json-stable-stringify-without-jsonify/1.0.1: + /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} dev: true - /json-stringify-safe/5.0.1: + /json-stringify-safe@5.0.1: resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} dev: true - /json2csv/5.0.6: + /json2csv@5.0.6: resolution: {integrity: sha1-WQ4OG5V55ZuqU72gwNhA9NgAloc=} engines: {node: '>= 10', npm: '>= 6.13.0'} hasBin: true @@ -4012,35 +4351,27 @@ packages: lodash.get: 4.4.2 dev: false - /jsonfile/6.1.0: + /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 optionalDependencies: graceful-fs: 4.2.8 - /jsonparse/1.3.1: + /jsonparse@1.3.1: resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} engines: {'0': node >= 0.2.0} - /kind-of/6.0.3: + /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} dev: true - /kleur/4.1.4: + /kleur@4.1.4: resolution: {integrity: sha1-jCAph9fld3ZtA5qM1GGTTAHNoE0=} engines: {node: '>=6'} - /levn/0.3.0: - resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: false - - /levn/0.4.1: + /levn@0.4.1: resolution: {integrity: sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=} engines: {node: '>= 0.8.0'} dependencies: @@ -4048,16 +4379,29 @@ packages: type-check: 0.4.0 dev: true - /lilconfig/2.0.4: + /lilconfig@2.0.4: resolution: {integrity: sha1-9FB9BD1wWLOAtqj1y3vNSzTO4II=} engines: {node: '>=10'} dev: true - /lines-and-columns/1.2.4: + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /load-json-file/1.1.0: + /load-bmfont@1.4.1: + resolution: {integrity: sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==} + dependencies: + buffer-equal: 0.0.1 + mime: 1.6.0 + parse-bmfont-ascii: 1.0.6 + parse-bmfont-binary: 1.0.6 + parse-bmfont-xml: 1.1.4 + phin: 2.9.3 + xhr: 2.6.0 + xtend: 4.0.2 + dev: false + + /load-json-file@1.1.0: resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} engines: {node: '>=0.10.0'} dependencies: @@ -4068,7 +4412,7 @@ packages: strip-bom: 2.0.0 dev: true - /load-json-file/4.0.0: + /load-json-file@4.0.0: resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} engines: {node: '>=4'} dependencies: @@ -4078,12 +4422,12 @@ packages: strip-bom: 3.0.0 dev: true - /local-pkg/0.4.1: + /local-pkg@0.4.1: resolution: {integrity: sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==} engines: {node: '>=14'} dev: true - /locate-path/2.0.0: + /locate-path@2.0.0: resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=} engines: {node: '>=4'} dependencies: @@ -4091,64 +4435,64 @@ packages: path-exists: 3.0.0 dev: true - /locate-path/5.0.0: + /locate-path@5.0.0: resolution: {integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 dev: true - /locate-path/6.0.0: + /locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 dev: true - /lodash.capitalize/4.2.1: + /lodash.capitalize@4.2.1: resolution: {integrity: sha1-+CbJtOKoUR2E46yinbBeGk87cqk=} dev: true - /lodash.escaperegexp/4.1.2: + /lodash.escaperegexp@4.1.2: resolution: {integrity: sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=} dev: true - /lodash.get/4.4.2: + /lodash.get@4.4.2: resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} dev: false - /lodash.ismatch/4.4.0: + /lodash.ismatch@4.4.0: resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=} dev: true - /lodash.isplainobject/4.0.6: + /lodash.isplainobject@4.0.6: resolution: {integrity: sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=} dev: true - /lodash.isstring/4.0.1: + /lodash.isstring@4.0.1: resolution: {integrity: sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=} dev: true - /lodash.memoize/4.1.2: + /lodash.memoize@4.1.2: resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=} dev: true - /lodash.merge/4.6.2: + /lodash.merge@4.6.2: resolution: {integrity: sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=} dev: true - /lodash.uniq/4.5.0: + /lodash.uniq@4.5.0: resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=} dev: true - /lodash.uniqby/4.7.0: + /lodash.uniqby@4.7.0: resolution: {integrity: sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=} dev: true - /lodash/4.17.21: + /lodash@4.17.21: resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=} - /log-update/4.0.0: + /log-update@4.0.0: resolution: {integrity: sha1-WJ7NNSRx8qHAxXAodUOmTf0g4KE=} engines: {node: '>=10'} dependencies: @@ -4158,7 +4502,7 @@ packages: wrap-ansi: 6.2.0 dev: false - /loud-rejection/1.6.0: + /loud-rejection@1.6.0: resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} engines: {node: '>=0.10.0'} dependencies: @@ -4166,45 +4510,46 @@ packages: signal-exit: 3.0.6 dev: true - /loupe/2.3.4: + /loupe@2.3.4: resolution: {integrity: sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==} dependencies: get-func-name: 2.0.0 dev: true - /lru-cache/6.0.0: + /lru-cache@6.0.0: resolution: {integrity: sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=} engines: {node: '>=10'} dependencies: yallist: 4.0.0 - /magic-string/0.25.7: + /magic-string@0.25.7: resolution: {integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=} dependencies: sourcemap-codec: 1.4.8 dev: true - /make-dir/3.1.0: + /make-dir@3.1.0: resolution: {integrity: sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=} engines: {node: '>=8'} dependencies: semver: 6.3.0 + dev: true - /make-error/1.3.6: + /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} dev: true - /map-obj/1.0.1: + /map-obj@1.0.1: resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} engines: {node: '>=0.10.0'} dev: true - /map-obj/4.3.0: + /map-obj@4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} dev: true - /marked-terminal/5.1.1_marked@4.0.14: + /marked-terminal@5.1.1(marked@4.0.14): resolution: {integrity: sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==} engines: {node: '>=14.13.1 || >=16.0.0'} peerDependencies: @@ -4219,34 +4564,34 @@ packages: supports-hyperlinks: 2.2.0 dev: true - /marked/4.0.14: + /marked@4.0.14: resolution: {integrity: sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==} engines: {node: '>= 12'} hasBin: true dev: true - /marked/4.0.8: + /marked@4.0.8: resolution: {integrity: sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==} engines: {node: '>= 12'} hasBin: true dev: false - /md5-file/4.0.0: + /md5-file@4.0.0: resolution: {integrity: sha1-8/e6Hi3RFE1b8d5pjQ5fRKRAlYQ=} engines: {node: '>=6.0'} hasBin: true dev: true - /mdn-data/2.0.14: + /mdn-data@2.0.14: resolution: {integrity: sha1-cRP8QoGRfWPOKbQ0RvcB5owlulA=} dev: true - /memorystream/0.3.1: + /memorystream@0.3.1: resolution: {integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI=} engines: {node: '>= 0.10.0'} dev: true - /meow/3.7.0: + /meow@3.7.0: resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} engines: {node: '>=0.10.0'} dependencies: @@ -4262,7 +4607,7 @@ packages: trim-newlines: 1.0.0 dev: true - /meow/8.1.2: + /meow@8.1.2: resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} engines: {node: '>=10'} dependencies: @@ -4279,16 +4624,16 @@ packages: yargs-parser: 20.2.9 dev: true - /merge-stream/2.0.0: + /merge-stream@2.0.0: resolution: {integrity: sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=} dev: true - /merge2/1.4.1: + /merge2@1.4.1: resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=} engines: {node: '>= 8'} dev: true - /micromatch/4.0.4: + /micromatch@4.0.4: resolution: {integrity: sha1-iW1Rnf6dsl/OlM63pQCRm/iB6/k=} engines: {node: '>=8.6'} dependencies: @@ -4296,59 +4641,69 @@ packages: picomatch: 2.3.1 dev: true - /mime-db/1.33.0: + /mime-db@1.33.0: resolution: {integrity: sha1-o0kgUKXLm2NFBUHjnZeI0icng9s=} engines: {node: '>= 0.6'} dev: true - /mime-db/1.51.0: + /mime-db@1.51.0: resolution: {integrity: sha1-2f9iRRhZsYNC2WCFDcPPt35j+ww=} engines: {node: '>= 0.6'} + dev: true - /mime-types/2.1.18: + /mime-types@2.1.18: resolution: {integrity: sha1-bzI/YKg9ERRvgx/xH9ZuL+VQO7g=} engines: {node: '>= 0.6'} dependencies: mime-db: 1.33.0 dev: true - /mime-types/2.1.34: + /mime-types@2.1.34: resolution: {integrity: sha1-WnEvnsFQNRGpRYA2QPr+CdN5PCQ=} engines: {node: '>= 0.6'} dependencies: mime-db: 1.51.0 + dev: true + + /mime@1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + dev: false - /mime/3.0.0: + /mime@3.0.0: resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} engines: {node: '>=10.0.0'} hasBin: true dev: true - /mimic-fn/2.1.0: + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - /mimic-response/2.1.0: - resolution: {integrity: sha1-0Tdj019hPQnsN+uzC6wEacDuj0M=} - engines: {node: '>=8'} + /mimic-response@3.1.0: + resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} + engines: {node: '>=10'} dev: false - /mimic-response/3.1.0: - resolution: {integrity: sha1-LR1Zr5wbEpgVrMwsRqAipc4fo8k=} - engines: {node: '>=10'} + /min-document@2.19.0: + resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} + dependencies: + dom-walk: 0.1.2 dev: false - /min-indent/1.0.1: + /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} dev: true - /minimatch/3.0.4: + /minimatch@3.0.4: resolution: {integrity: sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=} dependencies: brace-expansion: 1.1.11 + dev: true - /minimist-options/4.1.0: + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} dependencies: @@ -4357,126 +4712,118 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.5: + /minimist@1.2.5: resolution: {integrity: sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=} - /minipass/3.1.6: + /minipass@3.1.6: resolution: {integrity: sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 + dev: true - /minizlib/2.1.2: + /minizlib@2.1.2: resolution: {integrity: sha1-6Q00Zrogm5MkUVCKEc49NjIUWTE=} engines: {node: '>= 8'} dependencies: minipass: 3.1.6 yallist: 4.0.0 + dev: true - /mkdirp-classic/0.5.3: - resolution: {integrity: sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM=} + /mkdirp-classic@0.5.3: + resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} dev: false - /mkdirp/0.5.5: + /mkdirp@0.5.5: resolution: {integrity: sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=} hasBin: true dependencies: minimist: 1.2.5 - dev: true - /mkdirp/1.0.4: + /mkdirp@1.0.4: resolution: {integrity: sha1-PrXtYmInVteaXw4qIh3+utdcL34=} engines: {node: '>=10'} hasBin: true + dev: true - /modify-values/1.0.1: + /modify-values@1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} engines: {node: '>=0.10.0'} dev: true - /mri/1.2.0: + /mri@1.2.0: resolution: {integrity: sha1-ZyFID+wqEaSImGERWki2y+fMjws=} engines: {node: '>=4'} dev: true - /ms/2.0.0: + /ms@2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} dev: true - /ms/2.1.2: + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + dev: true - /mustache/4.2.0: + /mustache@4.2.0: resolution: {integrity: sha1-5YkjJNYKEuycKnM1ntylKXK/b2Q=} hasBin: true dev: true - /nan/2.15.0: - resolution: {integrity: sha1-PzSkc/8Y4VwbVia2KQO1rW5mX+4=} - dev: false - - /nanoid/3.1.30: + /nanoid@3.1.30: resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true - /nanoid/3.3.3: + /nanoid@3.3.3: resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true - /napi-build-utils/1.0.2: - resolution: {integrity: sha1-sf3cCyxG44Cgt6dvmE3UfEGhOAY=} + /napi-build-utils@1.0.2: + resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} dev: false - /natural-compare/1.4.0: + /natural-compare@1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} dev: true - /negotiator/0.6.2: + /negotiator@0.6.2: resolution: {integrity: sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=} engines: {node: '>= 0.6'} dev: true - /neo-async/2.6.2: + /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true - /nerf-dart/1.0.0: + /nerf-dart@1.0.0: resolution: {integrity: sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=} dev: true - /nice-try/1.0.5: + /nice-try@1.0.5: resolution: {integrity: sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=} dev: true - /node-abi/3.5.0: - resolution: {integrity: sha1-Jui3slHDJgpaxbpa7ztDRaAikkg=} + /node-abi@3.40.0: + resolution: {integrity: sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==} engines: {node: '>=10'} dependencies: - semver: 7.3.5 + semver: 7.5.1 dev: false - /node-addon-api/4.2.0: - resolution: {integrity: sha1-EXy7WpWd/wmS4cWGrgOTVz5NKoc=} + /node-addon-api@6.1.0: + resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==} dev: false - /node-emoji/1.11.0: + /node-emoji@1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} dependencies: lodash: 4.17.21 dev: true - /node-fetch/2.6.6: - resolution: {integrity: sha1-F1GnwBg06OFpd1hzLp77burfr4k=} - engines: {node: 4.x || >=6.0.0} - dependencies: - whatwg-url: 5.0.0 - dev: false - - /node-fetch/2.6.7: + /node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} peerDependencies: @@ -4488,7 +4835,7 @@ packages: whatwg-url: 5.0.0 dev: true - /node-fetch/3.1.0: + /node-fetch@3.1.0: resolution: {integrity: sha1-cU9JItwnAjlIdlTq7quGuCBstS4=} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: @@ -4497,26 +4844,18 @@ packages: formdata-polyfill: 4.0.10 dev: false - /node-releases/2.0.1: + /node-releases@2.0.1: resolution: {integrity: sha1-PR05XyBPHy8ppUNYuftnh2WtL8U=} dev: true - /noms/0.0.0: + /noms@0.0.0: resolution: {integrity: sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=} dependencies: inherits: 2.0.4 readable-stream: 1.0.34 dev: true - /nopt/5.0.0: - resolution: {integrity: sha1-UwlCu1ilEvzK/lP+IQ8TolNV3Ig=} - engines: {node: '>=6'} - hasBin: true - dependencies: - abbrev: 1.1.1 - dev: false - - /normalize-package-data/2.5.0: + /normalize-package-data@2.5.0: resolution: {integrity: sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=} dependencies: hosted-git-info: 2.8.9 @@ -4525,7 +4864,7 @@ packages: validate-npm-package-license: 3.0.4 dev: true - /normalize-package-data/3.0.3: + /normalize-package-data@3.0.3: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} engines: {node: '>=10'} dependencies: @@ -4535,22 +4874,22 @@ packages: validate-npm-package-license: 3.0.4 dev: true - /normalize-path/3.0.0: + /normalize-path@3.0.0: resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=} engines: {node: '>=0.10.0'} dev: true - /normalize-range/0.1.2: + /normalize-range@0.1.2: resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=} engines: {node: '>=0.10.0'} dev: true - /normalize-url/6.1.0: + /normalize-url@6.1.0: resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} engines: {node: '>=10'} dev: true - /npm-run-all/4.1.5: + /npm-run-all@4.1.5: resolution: {integrity: sha1-BEdiAqFe4OLiFAgIYb/xKlHZj7o=} engines: {node: '>= 4'} hasBin: true @@ -4566,21 +4905,21 @@ packages: string.prototype.padend: 3.1.3 dev: true - /npm-run-path/2.0.2: + /npm-run-path@2.0.2: resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} engines: {node: '>=4'} dependencies: path-key: 2.0.1 dev: true - /npm-run-path/4.0.1: + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} dependencies: path-key: 3.1.1 dev: true - /npm/8.7.0: + /npm@8.7.0: resolution: {integrity: sha512-fOSunmSa1K3dBv4YFoX54wew3PC6aYYDMGWBAonWRO4Yc7smYtk3nLrCda6+dtkTJwA8D4Tv/0wmnpYNgf5VFw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16} hasBin: true @@ -4657,53 +4996,27 @@ packages: - which - write-file-atomic - /npmlog/4.1.2: - resolution: {integrity: sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=} - dependencies: - are-we-there-yet: 1.1.7 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - dev: false - - /npmlog/5.0.1: - resolution: {integrity: sha1-8GZ46A4pQZrWerlk4PpplZweuLA=} - dependencies: - are-we-there-yet: 2.0.0 - console-control-strings: 1.1.0 - gauge: 3.0.2 - set-blocking: 2.0.0 - dev: false - - /nth-check/2.0.1: + /nth-check@2.0.1: resolution: {integrity: sha1-Lv4WL1w9oGoolZ+9PbddvuqfD8I=} dependencies: boolbase: 1.0.0 dev: true - /number-is-nan/1.0.1: - resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} - engines: {node: '>=0.10.0'} - dev: false - - /nwsapi/2.2.0: - resolution: {integrity: sha1-IEh5qePQaP8qVROcLHcngGgaOLc=} - dev: false - - /object-assign/4.1.1: + /object-assign@4.1.1: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} + dev: true - /object-inspect/1.12.0: + /object-inspect@1.12.0: resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} dev: true - /object-keys/1.1.1: + /object-keys@1.1.1: resolution: {integrity: sha1-HEfyct8nfzsdrwYWd9nILiMixg4=} engines: {node: '>= 0.4'} dev: true - /object.assign/4.1.2: + /object.assign@4.1.2: resolution: {integrity: sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=} engines: {node: '>= 0.4'} dependencies: @@ -4713,35 +5026,27 @@ packages: object-keys: 1.1.1 dev: true - /on-headers/1.0.2: + /omggif@1.0.10: + resolution: {integrity: sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==} + dev: false + + /on-headers@1.0.2: resolution: {integrity: sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=} engines: {node: '>= 0.8'} dev: true - /once/1.4.0: + /once@1.4.0: resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} dependencies: wrappy: 1.0.2 - /onetime/5.1.2: + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 - /optionator/0.8.3: - resolution: {integrity: sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 - dev: false - - /optionator/0.9.1: + /optionator@0.9.1: resolution: {integrity: sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=} engines: {node: '>= 0.8.0'} dependencies: @@ -4753,88 +5058,88 @@ packages: word-wrap: 1.2.3 dev: true - /p-each-series/2.2.0: + /p-each-series@2.2.0: resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} engines: {node: '>=8'} dev: true - /p-filter/2.1.0: + /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} dependencies: p-map: 2.1.0 dev: true - /p-finally/1.0.0: + /p-finally@1.0.0: resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} engines: {node: '>=4'} dev: true - /p-is-promise/3.0.0: + /p-is-promise@3.0.0: resolution: {integrity: sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==} engines: {node: '>=8'} dev: true - /p-limit/1.3.0: + /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: true - /p-limit/2.3.0: + /p-limit@2.3.0: resolution: {integrity: sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=} engines: {node: '>=6'} dependencies: p-try: 2.2.0 dev: true - /p-limit/3.1.0: + /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 dev: true - /p-locate/2.0.0: + /p-locate@2.0.0: resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=} engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: true - /p-locate/4.1.0: + /p-locate@4.1.0: resolution: {integrity: sha1-o0KLtwiLOmApL2aRkni3wpetTwc=} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 dev: true - /p-locate/5.0.0: + /p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 dev: true - /p-map/2.1.0: + /p-map@2.1.0: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} dev: true - /p-map/4.0.0: + /p-map@4.0.0: resolution: {integrity: sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=} engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 dev: true - /p-reduce/2.1.0: + /p-reduce@2.1.0: resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} engines: {node: '>=8'} dev: true - /p-retry/4.6.1: + /p-retry@4.6.1: resolution: {integrity: sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==} engines: {node: '>=8'} dependencies: @@ -4842,31 +5147,54 @@ packages: retry: 0.13.1 dev: true - /p-try/1.0.0: + /p-try@1.0.0: resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=} engines: {node: '>=4'} dev: true - /p-try/2.2.0: + /p-try@2.2.0: resolution: {integrity: sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=} engines: {node: '>=6'} dev: true - /parent-module/1.0.1: + /pako@1.0.11: + resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} + dev: false + + /parent-module@1.0.1: resolution: {integrity: sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=} engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: true - /parse-json/2.2.0: + /parse-bmfont-ascii@1.0.6: + resolution: {integrity: sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==} + dev: false + + /parse-bmfont-binary@1.0.6: + resolution: {integrity: sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==} + dev: false + + /parse-bmfont-xml@1.1.4: + resolution: {integrity: sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==} + dependencies: + xml-parse-from-string: 1.0.1 + xml2js: 0.4.23 + dev: false + + /parse-headers@2.0.5: + resolution: {integrity: sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==} + dev: false + + /parse-json@2.2.0: resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} engines: {node: '>=0.10.0'} dependencies: error-ex: 1.3.2 dev: true - /parse-json/4.0.0: + /parse-json@4.0.0: resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} engines: {node: '>=4'} dependencies: @@ -4874,7 +5202,7 @@ packages: json-parse-better-errors: 1.0.2 dev: true - /parse-json/5.2.0: + /parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: @@ -4884,54 +5212,51 @@ packages: lines-and-columns: 1.2.4 dev: true - /parse5/6.0.1: - resolution: {integrity: sha1-4aHAhcVps9wIMhGE8Zo5zCf3wws=} - dev: false - - /path-exists/2.1.0: + /path-exists@2.1.0: resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} engines: {node: '>=0.10.0'} dependencies: pinkie-promise: 2.0.1 dev: true - /path-exists/3.0.0: + /path-exists@3.0.0: resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} engines: {node: '>=4'} dev: true - /path-exists/4.0.0: + /path-exists@4.0.0: resolution: {integrity: sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=} engines: {node: '>=8'} dev: true - /path-is-absolute/1.0.1: + /path-is-absolute@1.0.1: resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} engines: {node: '>=0.10.0'} + dev: true - /path-is-inside/1.0.2: + /path-is-inside@1.0.2: resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=} dev: true - /path-key/2.0.1: + /path-key@2.0.1: resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} engines: {node: '>=4'} dev: true - /path-key/3.1.1: + /path-key@3.1.1: resolution: {integrity: sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=} engines: {node: '>=8'} dev: true - /path-parse/1.0.7: + /path-parse@1.0.7: resolution: {integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=} dev: true - /path-to-regexp/2.2.1: + /path-to-regexp@2.2.1: resolution: {integrity: sha1-kLYXAloWOBqHm8gqONTovesrz0U=} dev: true - /path-type/1.1.0: + /path-type@1.1.0: resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} engines: {node: '>=0.10.0'} dependencies: @@ -4940,71 +5265,83 @@ packages: pinkie-promise: 2.0.1 dev: true - /path-type/3.0.0: + /path-type@3.0.0: resolution: {integrity: sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=} engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: true - /path-type/4.0.0: + /path-type@4.0.0: resolution: {integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=} engines: {node: '>=8'} dev: true - /pathval/1.1.1: + /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true - /performance-now/2.1.0: - resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} + /peek-readable@4.1.0: + resolution: {integrity: sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==} + engines: {node: '>=8'} + dev: false + + /phin@2.9.3: + resolution: {integrity: sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==} dev: false - /picocolors/1.0.0: + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true - /picomatch/2.3.1: + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} dev: true - /pidtree/0.3.1: + /pidtree@0.3.1: resolution: {integrity: sha1-7wmsLMBTPfHzJQzPLE02aw0SEUo=} engines: {node: '>=0.10'} hasBin: true dev: true - /pify/2.3.0: + /pify@2.3.0: resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} engines: {node: '>=0.10.0'} dev: true - /pify/3.0.0: + /pify@3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} dev: true - /pinkie-promise/2.0.1: + /pinkie-promise@2.0.1: resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} engines: {node: '>=0.10.0'} dependencies: pinkie: 2.0.4 dev: true - /pinkie/2.0.4: + /pinkie@2.0.4: resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} engines: {node: '>=0.10.0'} dev: true - /pixelmatch/5.2.1: + /pixelmatch@4.0.2: + resolution: {integrity: sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==} + hasBin: true + dependencies: + pngjs: 3.4.0 + dev: false + + /pixelmatch@5.2.1: resolution: {integrity: sha1-nk5PSqWWSCCKMTEDBqW+1VIrDWU=} hasBin: true dependencies: pngjs: 4.0.1 dev: true - /pkg-conf/2.1.0: + /pkg-conf@2.1.0: resolution: {integrity: sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=} engines: {node: '>=4'} dependencies: @@ -5012,21 +5349,26 @@ packages: load-json-file: 4.0.0 dev: true - /platform/1.3.6: + /platform@1.3.6: resolution: {integrity: sha1-SLTOmDFksgnC1FoQetsx9HOm56c=} dev: false - /pngjs/4.0.1: + /pngjs@3.4.0: + resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} + engines: {node: '>=4.0.0'} + dev: false + + /pngjs@4.0.1: resolution: {integrity: sha1-+AOGm7L8G/4b+Zqk7CHBCBF8/b4=} engines: {node: '>=8.0.0'} dev: true - /pngjs/6.0.0: + /pngjs@6.0.0: resolution: {integrity: sha1-yp5dKqSNsCKKUsQZwzCOh3INqCE=} engines: {node: '>=12.13.0'} dev: true - /postcss-calc/8.1.0_postcss@8.4.5: + /postcss-calc@8.1.0(postcss@8.4.5): resolution: {integrity: sha512-XaJ+DArhRtRAzI+IqjRNTM0i4NFKkMK5StepwynfrF27UfO6/oMaELSVDE4f9ndLHyaO4aDKUwfQKVmje/BzCg==} peerDependencies: postcss: ^8.2.2 @@ -5036,7 +5378,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.2.2_postcss@8.4.5: + /postcss-colormin@5.2.2(postcss@8.4.5): resolution: {integrity: sha512-tSEe3NpqWARUTidDlF0LntPkdlhXqfDFuA1yslqpvvGAfpZ7oBaw+/QXd935NKm2U9p4PED0HDZlzmMk7fVC6g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5049,7 +5391,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.0.2_postcss@8.4.5: + /postcss-convert-values@5.0.2(postcss@8.4.5): resolution: {integrity: sha1-h5uEncNnfH1ryUtqLBo/CAh5gFk=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5059,7 +5401,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.0.1_postcss@8.4.5: + /postcss-discard-comments@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-nq5LdHz3YNMfJEfCfwYZ1XGJAf4=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5068,7 +5410,7 @@ packages: postcss: 8.4.5 dev: true - /postcss-discard-duplicates/5.0.1_postcss@8.4.5: + /postcss-discard-duplicates@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-aPfMZFj+a6suRsn1WuUoafaA5m0=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5077,7 +5419,7 @@ packages: postcss: 8.4.5 dev: true - /postcss-discard-empty/5.0.1_postcss@8.4.5: + /postcss-discard-empty@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-7hNsOeJ9XS7U2g7l7QK8ip+L9tg=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5086,7 +5428,7 @@ packages: postcss: 8.4.5 dev: true - /postcss-discard-overridden/5.0.1_postcss@8.4.5: + /postcss-discard-overridden@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-RUtB9wcwC5gQmnUAXKSrD/J0OsY=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5095,7 +5437,7 @@ packages: postcss: 8.4.5 dev: true - /postcss-load-config/3.1.1: + /postcss-load-config@3.1.1: resolution: {integrity: sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==} engines: {node: '>= 10'} peerDependencies: @@ -5108,7 +5450,7 @@ packages: yaml: 1.10.2 dev: true - /postcss-merge-longhand/5.0.4_postcss@8.4.5: + /postcss-merge-longhand@5.0.4(postcss@8.4.5): resolution: {integrity: sha1-QfTzJwKC6hoUXs4Hi3Z58M7yHDI=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5116,10 +5458,10 @@ packages: dependencies: postcss: 8.4.5 postcss-value-parser: 4.2.0 - stylehacks: 5.0.1_postcss@8.4.5 + stylehacks: 5.0.1(postcss@8.4.5) dev: true - /postcss-merge-rules/5.0.3_postcss@8.4.5: + /postcss-merge-rules@5.0.3(postcss@8.4.5): resolution: {integrity: sha1-tcrjH1MSmBKnfj6x7u5Ej4zxods=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5127,12 +5469,12 @@ packages: dependencies: browserslist: 4.19.1 caniuse-api: 3.0.0 - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-selector-parser: 6.0.8 dev: true - /postcss-minify-font-values/5.0.1_postcss@8.4.5: + /postcss-minify-font-values@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-qQzvv9qgdb09uqGzNYi7TcJord8=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5142,19 +5484,19 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.0.3_postcss@8.4.5: + /postcss-minify-gradients@5.0.3(postcss@8.4.5): resolution: {integrity: sha1-+XChHMceCOkJXnjsOms0uRwZVQ4=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.2 - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.0.2_postcss@8.4.5: + /postcss-minify-params@5.0.2(postcss@8.4.5): resolution: {integrity: sha1-G2RNqQNHP7uxj74HuOI5iDaEuFw=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5162,12 +5504,12 @@ packages: dependencies: alphanum-sort: 1.0.2 browserslist: 4.19.1 - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.1.0_postcss@8.4.5: + /postcss-minify-selectors@5.1.0(postcss@8.4.5): resolution: {integrity: sha1-Q4XIRdOXn/FgKRd0Uj/6VOr9WlQ=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5178,7 +5520,7 @@ packages: postcss-selector-parser: 6.0.8 dev: true - /postcss-normalize-charset/5.0.1_postcss@8.4.5: + /postcss-normalize-charset@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-EhVZ0b68VayNJK839nvU2p79kdA=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5187,18 +5529,18 @@ packages: postcss: 8.4.5 dev: true - /postcss-normalize-display-values/5.0.1_postcss@8.4.5: + /postcss-normalize-display-values@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-YmULllmBqVXf/ugzY0U9uC9q0f0=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.0.1_postcss@8.4.5: + /postcss-normalize-positions@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-ho9q8Xlf36hvu+lg3OtH5flJL+U=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5208,18 +5550,18 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.0.1_postcss@8.4.5: + /postcss-normalize-repeat-style@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-y8DeE4O1f1u2Hd1qhGU7XoZlsrU=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.0.1_postcss@8.4.5: + /postcss-normalize-string@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-2er6pN94x6O5c640bvDkfFVJhbA=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5229,18 +5571,18 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.0.1_postcss@8.4.5: + /postcss-normalize-timing-functions@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-juQRA7kTBCnGy7pzaTK3XF4ssIw=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.0.1_postcss@8.4.5: + /postcss-normalize-unicode@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-gtZy1kikEYFKpb865WU3nM2fXjc=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5251,7 +5593,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.0.4_postcss@8.4.5: + /postcss-normalize-url@5.0.4(postcss@8.4.5): resolution: {integrity: sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5262,7 +5604,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.0.1_postcss@8.4.5: + /postcss-normalize-whitespace@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-sLQLW8rINYX/B+rS2vLc++7vjpo=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5272,18 +5614,18 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.0.2_postcss@8.4.5: + /postcss-ordered-values@5.0.2(postcss@8.4.5): resolution: {integrity: sha1-HzUUJpd74A4PdlsxZK11PayO0EQ=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.0.2_postcss@8.4.5: + /postcss-reduce-initial@5.0.2(postcss@8.4.5): resolution: {integrity: sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5294,18 +5636,18 @@ packages: postcss: 8.4.5 dev: true - /postcss-reduce-transforms/5.0.1_postcss@8.4.5: + /postcss-reduce-transforms@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-k8EvahWUdKpxHVJpkj4jg87c9kA=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.4.5 + cssnano-utils: 2.0.1(postcss@8.4.5) postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: true - /postcss-selector-parser/6.0.8: + /postcss-selector-parser@6.0.8: resolution: {integrity: sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==} engines: {node: '>=4'} dependencies: @@ -5313,7 +5655,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-svgo/5.0.3_postcss@8.4.5: + /postcss-svgo@5.0.3(postcss@8.4.5): resolution: {integrity: sha1-2UUYV1bl36rgf57bDTyuf/efmzA=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5324,7 +5666,7 @@ packages: svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.0.2_postcss@8.4.5: + /postcss-unique-selectors@5.0.2(postcss@8.4.5): resolution: {integrity: sha1-XWiT2vU0rlJiZwjg1iJQiQEIwME=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -5335,11 +5677,11 @@ packages: postcss-selector-parser: 6.0.8 dev: true - /postcss-value-parser/4.2.0: + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.12: + /postcss@8.4.12: resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -5348,7 +5690,7 @@ packages: source-map-js: 1.0.2 dev: true - /postcss/8.4.5: + /postcss@8.4.5: resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -5357,37 +5699,31 @@ packages: source-map-js: 1.0.1 dev: true - /prebuild-install/7.0.0: - resolution: {integrity: sha1-PFzjkC8cudbeWulMpTV15K8MFXQ=} + /prebuild-install@7.1.1: + resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} engines: {node: '>=10'} hasBin: true dependencies: - detect-libc: 1.0.3 + detect-libc: 2.0.1 expand-template: 2.0.3 github-from-package: 0.0.0 minimist: 1.2.5 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.5.0 - npmlog: 4.1.2 + node-abi: 3.40.0 pump: 3.0.0 rc: 1.2.8 - simple-get: 4.0.0 + simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 dev: false - /prelude-ls/1.1.2: - resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} - engines: {node: '>= 0.8.0'} - dev: false - - /prelude-ls/1.2.1: + /prelude-ls@1.2.1: resolution: {integrity: sha1-3rxkidem5rDnYRiIzsiAM30xY5Y=} engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte/2.5.1_prettier@2.5.1+svelte@3.44.3: + /prettier-plugin-svelte@2.5.1(prettier@2.5.1)(svelte@3.44.3): resolution: {integrity: sha512-IhZUcqr7Bg4LY15d87t9lDr7EyC0IPehkzH5ya5igG8zYwf3UYaYDFnVW2mckREaZyLREcH9YOouesmt4f5Ozg==} peerDependencies: prettier: ^1.16.4 || ^2.0.0 @@ -5397,43 +5733,46 @@ packages: svelte: 3.44.3 dev: true - /prettier/2.5.1: + /prettier@2.5.1: resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} engines: {node: '>=10.13.0'} hasBin: true dev: true - /prismjs/1.25.0: + /prismjs@1.25.0: resolution: {integrity: sha1-b4It8b2tllc0sxCzFaIzFc+Zl1Y=} dev: false - /process-nextick-args/2.0.1: + /process-nextick-args@2.0.1: resolution: {integrity: sha1-eCDZsWEgzFXKmud5JoCufbptf+I=} + dev: true + + /process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + dev: false - /progress/2.0.3: + /progress@2.0.3: resolution: {integrity: sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=} engines: {node: '>=0.4.0'} dev: true - /psl/1.8.0: - resolution: {integrity: sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ=} - dev: false - - /pump/3.0.0: + /pump@3.0.0: resolution: {integrity: sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /punycode/1.4.1: + /punycode@1.4.1: resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} dev: true - /punycode/2.1.1: + /punycode@2.1.1: resolution: {integrity: sha1-tYsBCsQMIsVldhbI0sLALHv0eew=} engines: {node: '>=6'} + dev: true - /purgecss/4.1.3: + /purgecss@4.1.3: resolution: {integrity: sha512-99cKy4s+VZoXnPxaoM23e5ABcP851nC2y2GROkkjS8eJaJtlciGavd7iYAw2V84WeBqggZ12l8ef44G99HmTaw==} hasBin: true dependencies: @@ -5443,32 +5782,26 @@ packages: postcss-selector-parser: 6.0.8 dev: true - /q/1.5.1: + /q@1.5.1: resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: true - /queue-microtask/1.2.3: + /queue-microtask@1.2.3: resolution: {integrity: sha1-SSkii7xyTfrEPg77BYyve2z7YkM=} dev: true - /quick-lru/4.0.1: + /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} dev: true - /raf/3.4.1: - resolution: {integrity: sha1-B0LpmkplUvRF1z4+4DKK8P8e3jk=} - dependencies: - performance-now: 2.1.0 - dev: false - - /range-parser/1.2.0: + /range-parser@1.2.0: resolution: {integrity: sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=} engines: {node: '>= 0.6'} dev: true - /rc/1.2.8: + /rc@1.2.8: resolution: {integrity: sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=} hasBin: true dependencies: @@ -5477,7 +5810,7 @@ packages: minimist: 1.2.5 strip-json-comments: 2.0.1 - /read-pkg-up/1.0.1: + /read-pkg-up@1.0.1: resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} engines: {node: '>=0.10.0'} dependencies: @@ -5485,7 +5818,7 @@ packages: read-pkg: 1.1.0 dev: true - /read-pkg-up/7.0.1: + /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} dependencies: @@ -5494,7 +5827,7 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg/1.1.0: + /read-pkg@1.1.0: resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} engines: {node: '>=0.10.0'} dependencies: @@ -5503,7 +5836,7 @@ packages: path-type: 1.1.0 dev: true - /read-pkg/3.0.0: + /read-pkg@3.0.0: resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} engines: {node: '>=4'} dependencies: @@ -5512,7 +5845,7 @@ packages: path-type: 3.0.0 dev: true - /read-pkg/5.2.0: + /read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: @@ -5522,7 +5855,7 @@ packages: type-fest: 0.6.0 dev: true - /readable-stream/1.0.34: + /readable-stream@1.0.34: resolution: {integrity: sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=} dependencies: core-util-is: 1.0.3 @@ -5531,7 +5864,7 @@ packages: string_decoder: 0.10.31 dev: true - /readable-stream/2.3.7: + /readable-stream@2.3.7: resolution: {integrity: sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=} dependencies: core-util-is: 1.0.3 @@ -5541,8 +5874,9 @@ packages: safe-buffer: 5.1.2 string_decoder: 1.1.1 util-deprecate: 1.0.2 + dev: true - /readable-stream/3.6.0: + /readable-stream@3.6.0: resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} engines: {node: '>= 6'} dependencies: @@ -5550,14 +5884,21 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdirp/3.6.0: + /readable-web-to-node-stream@3.0.2: + resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==} + engines: {node: '>=8'} + dependencies: + readable-stream: 3.6.0 + dev: false + + /readdirp@3.6.0: resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 dev: true - /redent/1.0.0: + /redent@1.0.0: resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} engines: {node: '>=0.10.0'} dependencies: @@ -5565,7 +5906,7 @@ packages: strip-indent: 1.0.1 dev: true - /redent/3.0.0: + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} dependencies: @@ -5573,13 +5914,13 @@ packages: strip-indent: 3.0.0 dev: true - /redeyed/2.1.1: + /redeyed@2.1.1: resolution: {integrity: sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=} dependencies: esprima: 4.0.1 dev: true - /reg-cli/0.17.4: + /reg-cli@0.17.4: resolution: {integrity: sha1-3BGsg9FdetM/nG9vipeaSzntCo0=} engines: {node: '>=12'} hasBin: true @@ -5601,70 +5942,70 @@ packages: yargs-parser: 20.2.9 dev: true - /regenerator-runtime/0.13.9: - resolution: {integrity: sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I=} + /regenerator-runtime@0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false - /regexpp/3.2.0: + /regexpp@3.2.0: resolution: {integrity: sha1-BCWido2PI7rXDKS5BGH6LxIT4bI=} engines: {node: '>=8'} dev: true - /registry-auth-token/3.3.2: + /registry-auth-token@3.3.2: resolution: {integrity: sha1-hR/UkDjuy1hpERFa+EUmDuyYPyA=} dependencies: rc: 1.2.8 safe-buffer: 5.2.1 dev: true - /registry-auth-token/4.2.1: + /registry-auth-token@4.2.1: resolution: {integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==} engines: {node: '>=6.0.0'} dependencies: rc: 1.2.8 dev: true - /registry-url/3.1.0: + /registry-url@3.1.0: resolution: {integrity: sha1-PU74cPc93h138M+aOBQyRE4XSUI=} engines: {node: '>=0.10.0'} dependencies: rc: 1.2.8 dev: true - /repeating/2.0.1: + /repeating@2.0.1: resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} engines: {node: '>=0.10.0'} dependencies: is-finite: 1.1.0 dev: true - /require-directory/2.1.1: + /require-directory@2.1.1: resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} engines: {node: '>=0.10.0'} dev: true - /require-relative/0.8.7: + /require-relative@0.8.7: resolution: {integrity: sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4=} dev: true - /resolve-from/4.0.0: + /resolve-from@4.0.0: resolution: {integrity: sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=} engines: {node: '>=4'} dev: true - /resolve-from/5.0.0: + /resolve-from@5.0.0: resolution: {integrity: sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=} engines: {node: '>=8'} dev: true - /resolve-global/1.0.0: + /resolve-global@1.0.0: resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} engines: {node: '>=8'} dependencies: global-dirs: 0.1.1 dev: true - /resolve/1.21.0: + /resolve@1.21.0: resolution: {integrity: sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==} hasBin: true dependencies: @@ -5673,7 +6014,7 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /resolve/1.22.0: + /resolve@1.22.0: resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} hasBin: true dependencies: @@ -5682,7 +6023,7 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /restore-cursor/3.1.0: + /restore-cursor@3.1.0: resolution: {integrity: sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=} engines: {node: '>=8'} dependencies: @@ -5690,35 +6031,31 @@ packages: signal-exit: 3.0.6 dev: false - /retry/0.13.1: + /retry@0.13.1: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} dev: true - /reusify/1.0.4: + /reusify@1.0.4: resolution: {integrity: sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /rgbcolor/1.0.1: - resolution: {integrity: sha1-1lBezbMEplldom+ktDMHMGd1lF0=} - engines: {node: '>= 0.8.15'} - dev: false - - /rimraf/2.7.1: + /rimraf@2.7.1: resolution: {integrity: sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=} hasBin: true dependencies: glob: 7.2.0 dev: true - /rimraf/3.0.2: + /rimraf@3.0.2: resolution: {integrity: sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=} hasBin: true dependencies: glob: 7.2.0 + dev: true - /rollup/2.63.0: + /rollup@2.63.0: resolution: {integrity: sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==} engines: {node: '>=10.0.0'} hasBin: true @@ -5726,30 +6063,27 @@ packages: fsevents: 2.3.2 dev: true - /run-parallel/1.2.0: + /run-parallel@1.2.0: resolution: {integrity: sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=} dependencies: queue-microtask: 1.2.3 dev: true - /sade/1.8.0: + /sade@1.8.0: resolution: {integrity: sha512-NRfCA8AVYuAA7Hu8bs18od6J4BdcXXwOv6OJuNgwbw8LcLK8JKwaM3WckLZ+MGyPJUS/ivVgK3twltrOIJJnug==} engines: {node: '>=6'} dependencies: mri: 1.2.0 dev: true - /safe-buffer/5.1.2: + /safe-buffer@5.1.2: resolution: {integrity: sha1-mR7GnSluAxN0fVm9/St0XDX4go0=} + dev: true - /safe-buffer/5.2.1: + /safe-buffer@5.2.1: resolution: {integrity: sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=} - /safer-buffer/2.1.2: - resolution: {integrity: sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=} - dev: false - - /sander/0.5.1: + /sander@0.5.1: resolution: {integrity: sha1-dB4kXiMfB8r7b98PEzrfohalAq0=} dependencies: es6-promise: 3.3.1 @@ -5758,23 +6092,20 @@ packages: rimraf: 2.7.1 dev: true - /saxes/5.0.1: - resolution: {integrity: sha1-7rq5U/o7dgjb6U5drbFciI+maW0=} - engines: {node: '>=10'} - dependencies: - xmlchars: 2.2.0 + /sax@1.2.4: + resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false - /semantic-release/19.0.2: + /semantic-release@19.0.2: resolution: {integrity: sha512-7tPonjZxukKECmClhsfyMKDt0GR38feIC2HxgyYaBi+9tDySBLjK/zYDLhh+m6yjnHIJa9eBTKYE7k63ZQcYbw==} engines: {node: '>=16 || ^14.17'} hasBin: true dependencies: - '@semantic-release/commit-analyzer': 9.0.2_semantic-release@19.0.2 + '@semantic-release/commit-analyzer': 9.0.2(semantic-release@19.0.2) '@semantic-release/error': 3.0.0 - '@semantic-release/github': 8.0.4_semantic-release@19.0.2 - '@semantic-release/npm': 9.0.1_semantic-release@19.0.2 - '@semantic-release/release-notes-generator': 10.0.3_semantic-release@19.0.2 + '@semantic-release/github': 8.0.4(semantic-release@19.0.2) + '@semantic-release/npm': 9.0.1(semantic-release@19.0.2) + '@semantic-release/release-notes-generator': 10.0.3(semantic-release@19.0.2) aggregate-error: 3.1.0 cosmiconfig: 7.0.1 debug: 4.3.3 @@ -5788,7 +6119,7 @@ packages: hosted-git-info: 4.1.0 lodash: 4.17.21 marked: 4.0.14 - marked-terminal: 5.1.1_marked@4.0.14 + marked-terminal: 5.1.1(marked@4.0.14) micromatch: 4.0.4 p-each-series: 2.2.0 p-reduce: 2.1.0 @@ -5803,35 +6134,45 @@ packages: - supports-color dev: true - /semver-diff/3.1.1: + /semver-diff@3.1.1: resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==} engines: {node: '>=8'} dependencies: semver: 6.3.0 dev: true - /semver-regex/3.1.3: + /semver-regex@3.1.3: resolution: {integrity: sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==} engines: {node: '>=8'} dev: true - /semver/5.7.1: + /semver@5.7.1: resolution: {integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=} hasBin: true dev: true - /semver/6.3.0: + /semver@6.3.0: resolution: {integrity: sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=} hasBin: true + dev: true - /semver/7.3.5: + /semver@7.3.5: resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver@7.5.1: + resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: false - /serve-handler/6.1.3: + /serve-handler@6.1.3: resolution: {integrity: sha1-G/jFrhOHEq9Vx1hHdTO5EX9kNeg=} dependencies: bytes: 3.0.0 @@ -5844,7 +6185,7 @@ packages: range-parser: 1.2.0 dev: true - /serve/13.0.2: + /serve@13.0.2: resolution: {integrity: sha1-sZzLhU398whWE806QDPHgHrq+Fs=} hasBin: true dependencies: @@ -5857,56 +6198,54 @@ packages: compression: 1.7.3 serve-handler: 6.1.3 update-check: 1.5.2 + transitivePeerDependencies: + - supports-color dev: true - /set-blocking/2.0.0: - resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} - dev: false - - /sharp/0.29.3: - resolution: {integrity: sha1-DaGD1iYJTJdFFqSPq5s+S6kutcI=} - engines: {node: '>=12.13.0'} + /sharp@0.32.1: + resolution: {integrity: sha512-kQTFtj7ldpUqSe8kDxoGLZc1rnMFU0AO2pqbX6pLy3b7Oj8ivJIdoKNwxHVQG2HN6XpHPJqCSM2nsma2gOXvOg==} + engines: {node: '>=14.15.0'} requiresBuild: true dependencies: - color: 4.1.0 - detect-libc: 1.0.3 - node-addon-api: 4.2.0 - prebuild-install: 7.0.0 - semver: 7.3.5 - simple-get: 4.0.0 + color: 4.2.3 + detect-libc: 2.0.1 + node-addon-api: 6.1.0 + prebuild-install: 7.1.1 + semver: 7.5.1 + simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 dev: false - /shebang-command/1.2.0: + /shebang-command@1.2.0: resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 dev: true - /shebang-command/2.0.0: + /shebang-command@2.0.0: resolution: {integrity: sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 dev: true - /shebang-regex/1.0.0: + /shebang-regex@1.0.0: resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} dev: true - /shebang-regex/3.0.0: + /shebang-regex@3.0.0: resolution: {integrity: sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=} engines: {node: '>=8'} dev: true - /shell-quote/1.7.3: + /shell-quote@1.7.3: resolution: {integrity: sha1-qkDtrBcERbmkMeF7tiwLiBucQSM=} dev: true - /side-channel/1.0.4: + /side-channel@1.0.4: resolution: {integrity: sha1-785cj9wQTudRslxY1CkAEfpeos8=} dependencies: call-bind: 1.0.2 @@ -5914,10 +6253,10 @@ packages: object-inspect: 1.12.0 dev: true - /signal-exit/3.0.6: + /signal-exit@3.0.6: resolution: {integrity: sha1-JOYwxLDwP+pEaivSmeYrSmyo0K8=} - /signale/1.4.0: + /signale@1.4.0: resolution: {integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==} engines: {node: '>=6'} dependencies: @@ -5926,38 +6265,30 @@ packages: pkg-conf: 2.1.0 dev: true - /simple-concat/1.0.1: - resolution: {integrity: sha1-9Gl2CCujXCJj8cirXt/ibEHJVS8=} - dev: false - - /simple-get/3.1.0: - resolution: {integrity: sha1-tFvgYkNeUNFZVAtXYgLO7EC5xrM=} - dependencies: - decompress-response: 4.2.1 - once: 1.4.0 - simple-concat: 1.0.1 + /simple-concat@1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} dev: false - /simple-get/4.0.0: - resolution: {integrity: sha1-c/pignjSHeg9rdVRLSzB9Icr1nU=} + /simple-get@4.0.1: + resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} dependencies: decompress-response: 6.0.0 once: 1.4.0 simple-concat: 1.0.1 dev: false - /simple-swizzle/0.2.2: - resolution: {integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=} + /simple-swizzle@0.2.2: + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} dependencies: is-arrayish: 0.3.2 dev: false - /slash/3.0.0: + /slash@3.0.0: resolution: {integrity: sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=} engines: {node: '>=8'} dev: true - /slice-ansi/4.0.0: + /slice-ansi@4.0.0: resolution: {integrity: sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms=} engines: {node: '>=10'} dependencies: @@ -5966,7 +6297,7 @@ packages: is-fullwidth-code-point: 3.0.0 dev: false - /sorcery/0.10.0: + /sorcery@0.10.0: resolution: {integrity: sha1-iukK19fLBfxZ8asMY3hF1cFaUrc=} hasBin: true dependencies: @@ -5976,103 +6307,90 @@ packages: sourcemap-codec: 1.4.8 dev: true - /source-map-js/1.0.1: + /source-map-js@1.0.1: resolution: {integrity: sha1-oXQcEx48d9BIJSrfok4juQhnDK8=} engines: {node: '>=0.10.0'} dev: true - /source-map-js/1.0.2: + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=} engines: {node: '>=0.10.0'} + dev: true - /source-map/0.7.3: + /source-map@0.7.3: resolution: {integrity: sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=} engines: {node: '>= 8'} dev: true - /sourcemap-codec/1.4.8: + /sourcemap-codec@1.4.8: resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=} dev: true - /spawn-error-forwarder/1.0.0: + /spawn-error-forwarder@1.0.0: resolution: {integrity: sha1-Gv2Uc46ZmwNG17n8NzvlXgdXcCk=} dev: true - /spdx-correct/3.1.1: + /spdx-correct@3.1.1: resolution: {integrity: sha1-3s6BrJweZxPl99G28X1Gj6U9iak=} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.11 dev: true - /spdx-exceptions/2.3.0: + /spdx-exceptions@2.3.0: resolution: {integrity: sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0=} dev: true - /spdx-expression-parse/3.0.1: + /spdx-expression-parse@3.0.1: resolution: {integrity: sha1-z3D1BILu/cmOPOCmgz5KU87rpnk=} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.11 dev: true - /spdx-license-ids/3.0.11: + /spdx-license-ids@3.0.11: resolution: {integrity: sha1-UMDYxAoU7Bv0Sbrmmg6kaFqdn5U=} dev: true - /split/1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} - dependencies: - through: 2.3.8 - dev: true - - /split2/1.0.0: + /split2@1.0.0: resolution: {integrity: sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=} dependencies: through2: 2.0.5 dev: true - /split2/3.2.2: + /split2@3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: readable-stream: 3.6.0 dev: true - /sprintf-js/1.0.3: + /split@1.0.1: + resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + dependencies: + through: 2.3.8 + dev: true + + /sprintf-js@1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} dev: false - /stable/0.1.8: + /stable@0.1.8: resolution: {integrity: sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88=} dev: true - /stackblur-canvas/2.5.0: - resolution: {integrity: sha1-qoe77RVg/c0xOP/zRPxqHEE+usQ=} - engines: {node: '>=0.1.14'} - dev: false - - /stream-combiner2/1.1.1: + /stream-combiner2@1.1.1: resolution: {integrity: sha1-+02KFCDqNidk4hrUeAOXvry0HL4=} dependencies: duplexer2: 0.1.4 readable-stream: 2.3.7 dev: true - /string-width/1.0.2: - resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} - engines: {node: '>=0.10.0'} - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: false - - /string-width/4.2.3: + /string-width@4.2.3: resolution: {integrity: sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=} engines: {node: '>=8'} dependencies: @@ -6080,7 +6398,7 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string.prototype.padend/3.1.3: + /string.prototype.padend@3.1.3: resolution: {integrity: sha1-mXpt4SySx8s03IogGmxT2b2IpfE=} engines: {node: '>= 0.4'} dependencies: @@ -6089,70 +6407,64 @@ packages: es-abstract: 1.19.1 dev: true - /string.prototype.trimend/1.0.4: + /string.prototype.trimend@1.0.4: resolution: {integrity: sha1-51rpDClCxjUEaGwYsoe0oLGkX4A=} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 dev: true - /string.prototype.trimstart/1.0.4: + /string.prototype.trimstart@1.0.4: resolution: {integrity: sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 dev: true - /string_decoder/0.10.31: + /string_decoder@0.10.31: resolution: {integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=} dev: true - /string_decoder/1.1.1: + /string_decoder@1.1.1: resolution: {integrity: sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=} dependencies: safe-buffer: 5.1.2 + dev: true - /string_decoder/1.3.0: + /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 - /strip-ansi/3.0.1: - resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} - engines: {node: '>=0.10.0'} - dependencies: - ansi-regex: 2.1.1 - dev: false - - /strip-ansi/6.0.1: + /strip-ansi@6.0.1: resolution: {integrity: sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 - /strip-bom/2.0.0: + /strip-bom@2.0.0: resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} engines: {node: '>=0.10.0'} dependencies: is-utf8: 0.2.1 dev: true - /strip-bom/3.0.0: + /strip-bom@3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} dev: true - /strip-eof/1.0.0: + /strip-eof@1.0.0: resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} engines: {node: '>=0.10.0'} dev: true - /strip-final-newline/2.0.0: + /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} dev: true - /strip-indent/1.0.1: + /strip-indent@1.0.1: resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} engines: {node: '>=0.10.0'} hasBin: true @@ -6160,23 +6472,31 @@ packages: get-stdin: 4.0.1 dev: true - /strip-indent/3.0.0: + /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: true - /strip-json-comments/2.0.1: + /strip-json-comments@2.0.1: resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=} engines: {node: '>=0.10.0'} - /strip-json-comments/3.1.1: + /strip-json-comments@3.1.1: resolution: {integrity: sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY=} engines: {node: '>=8'} dev: true - /stylehacks/5.0.1_postcss@8.4.5: + /strtok3@6.3.0: + resolution: {integrity: sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==} + engines: {node: '>=10'} + dependencies: + '@tokenizer/token': 0.3.0 + peek-readable: 4.1.0 + dev: false + + /stylehacks@5.0.1(postcss@8.4.5): resolution: {integrity: sha1-Mj7FVBmFIJhoBjiMf9rrw40sBvs=} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -6187,21 +6507,21 @@ packages: postcss-selector-parser: 6.0.8 dev: true - /supports-color/5.5.0: + /supports-color@5.5.0: resolution: {integrity: sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=} engines: {node: '>=4'} dependencies: has-flag: 3.0.0 dev: true - /supports-color/7.2.0: + /supports-color@7.2.0: resolution: {integrity: sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 dev: true - /supports-hyperlinks/2.2.0: + /supports-hyperlinks@2.2.0: resolution: {integrity: sha1-T3e0JIh2WJF3S3DHm6vYf5vVlLs=} engines: {node: '>=8'} dependencies: @@ -6209,12 +6529,12 @@ packages: supports-color: 7.2.0 dev: true - /supports-preserve-symlinks-flag/1.0.0: + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} dev: true - /svelte-check/2.2.11_ca286960db9d91ba388e2f7552631d28: + /svelte-check@2.2.11(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3): resolution: {integrity: sha512-clotPGGZPj3LuS9qP1lk+Wwnsj+js42ehCPmHk+qtyaQh/dU95e0qkpPmtmOMYHN6My5Y75XqeN1QNLj5V5gwA==} hasBin: true peerDependencies: @@ -6228,7 +6548,7 @@ packages: sade: 1.8.0 source-map: 0.7.3 svelte: 3.44.3 - svelte-preprocess: 4.10.1_54371e0c17f4c0f646f1b2d2264b5af0 + svelte-preprocess: 4.10.1(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3)(typescript@4.5.4) typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' @@ -6243,7 +6563,7 @@ packages: - sugarss dev: true - /svelte-hmr/0.14.9_svelte@3.44.3: + /svelte-hmr@0.14.9(svelte@3.44.3): resolution: {integrity: sha512-bKE9+4qb4sAnA+TKHiYurUl970rjA0XmlP9TEP7K/ncyWz3m81kA4HOgmlZK/7irGK7gzZlaPDI3cmf8fp/+tg==} peerDependencies: svelte: '>=3.19.0' @@ -6251,7 +6571,7 @@ packages: svelte: 3.44.3 dev: true - /svelte-markdown/0.2.1_svelte@3.44.3: + /svelte-markdown@0.2.1(svelte@3.44.3): resolution: {integrity: sha512-3oj7kYFPaXAm5ARGuSfMjkmsF/iD6LxXqgMsAC1//PbO+tbx/sT30cXO1imAXL7w0M6hRr4o5CF95pRSZLxjjg==} peerDependencies: svelte: ^3.0.0 @@ -6261,7 +6581,7 @@ packages: svelte: 3.44.3 dev: false - /svelte-preprocess/4.10.1_54371e0c17f4c0f646f1b2d2264b5af0: + /svelte-preprocess@4.10.1(postcss-load-config@3.1.1)(postcss@8.4.5)(svelte@3.44.3)(typescript@4.5.4): resolution: {integrity: sha512-NSNloaylf+o9UeyUR2KvpdxrAyMdHl3U7rMnoP06/sG0iwJvlUM4TpMno13RaNqovh4AAoGsx1jeYcIyuGUXMw==} engines: {node: '>= 9.11.2'} requiresBuild: true @@ -6314,31 +6634,21 @@ packages: typescript: 4.5.4 dev: true - /svelte/3.44.3: + /svelte@3.44.3: resolution: {integrity: sha512-aGgrNCip5PQFNfq9e9tmm7EYxWLVHoFsEsmKrtOeRD8dmoGDdyTQ+21xd7qgFd8MNdKGSYvg7F9dr+Tc0yDymg==} engines: {node: '>= 8'} - dev: true - - /svg-pathdata/5.0.5: - resolution: {integrity: sha1-ZejXZWQroV/hVDREQIfQgrxSayk=} - engines: {node: '>=6.9.5'} - dev: false - /svg2img/0.9.4: - resolution: {integrity: sha1-2faaafVrlohsxAlhEHvf2Ei86Oo=} + /svg2img@1.0.0-beta.2: + resolution: {integrity: sha512-Tq05Q0HTXDJZM+9ub9HCPPDbui2VavugF+/H9b1Ur9ykXbPsSUPFeXFZdDlutvDsVWZO8JjHKRdT3grpNSwwSg==} + engines: {node: '>= 10'} dependencies: + '@resvg/resvg-js': 2.4.1 atob: 2.1.2 btoa: 1.2.1 - canvas: 2.8.0 - canvg: 3.0.7 - jsdom: 16.7.0_canvas@2.8.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate + jimp: 0.16.13 dev: false - /svgo/2.8.0: + /svgo@2.8.0: resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} engines: {node: '>=10.13.0'} hasBin: true @@ -6352,12 +6662,8 @@ packages: stable: 0.1.8 dev: true - /symbol-tree/3.2.4: - resolution: {integrity: sha1-QwY30ki6d+B4iDlR+5qg7tfGP6I=} - dev: false - - /tar-fs/2.1.1: - resolution: {integrity: sha1-SJoVq4Xx8L76uzcLfeT561y+h4Q=} + /tar-fs@2.1.1: + resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 @@ -6365,8 +6671,8 @@ packages: tar-stream: 2.2.0 dev: false - /tar-stream/2.2.0: - resolution: {integrity: sha1-rK2EwoQTawYNw/qmRHSqmuvXcoc=} + /tar-stream@2.2.0: + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} dependencies: bl: 4.1.0 @@ -6376,7 +6682,7 @@ packages: readable-stream: 3.6.0 dev: false - /tar/6.1.11: + /tar@6.1.11: resolution: {integrity: sha1-Z2CjjwA6+hsv/Q/+npq70Oqz1iE=} engines: {node: '>= 10'} dependencies: @@ -6386,13 +6692,14 @@ packages: minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 + dev: true - /temp-dir/2.0.0: + /temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} engines: {node: '>=8'} dev: true - /tempy/1.0.1: + /tempy@1.0.1: resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==} engines: {node: '>=10'} dependencies: @@ -6403,87 +6710,88 @@ packages: unique-string: 2.0.0 dev: true - /text-extensions/1.9.0: + /text-extensions@1.9.0: resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} engines: {node: '>=0.10'} dev: true - /text-table/0.2.0: + /text-table@0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: true - /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} - dev: true - - /through2/2.0.5: + /through2@2.0.5: resolution: {integrity: sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=} dependencies: readable-stream: 2.3.7 xtend: 4.0.2 dev: true - /through2/4.0.2: + /through2@4.0.2: resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: readable-stream: 3.6.0 dev: true - /timsort/0.3.0: + /through@2.3.8: + resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + dev: true + + /timm@1.7.1: + resolution: {integrity: sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==} + dev: false + + /timsort@0.3.0: resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} dev: true - /tinypool/0.1.2: + /tinycolor2@1.6.0: + resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==} + dev: false + + /tinypool@0.1.2: resolution: {integrity: sha512-fvtYGXoui2RpeMILfkvGIgOVkzJEGediv8UJt7TxdAOY8pnvUkFg/fkvqTfXG9Acc9S17Cnn1S4osDc2164guA==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.2: + /tinyspy@0.3.2: resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==} engines: {node: '>=14.0.0'} dev: true - /to-regex-range/5.0.1: + /to-regex-range@5.0.1: resolution: {integrity: sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=} engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 dev: true - /tough-cookie/4.0.0: - resolution: {integrity: sha1-2CIjTuyogvmR8PkIgkrSYi3b7OQ=} - engines: {node: '>=6'} + /token-types@4.2.1: + resolution: {integrity: sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==} + engines: {node: '>=10'} dependencies: - psl: 1.8.0 - punycode: 2.1.1 - universalify: 0.1.2 + '@tokenizer/token': 0.3.0 + ieee754: 1.2.1 dev: false - /tr46/0.0.3: + /tr46@0.0.3: resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=} + dev: true - /tr46/2.1.0: - resolution: {integrity: sha1-+oeqgcpdWUHajL8fm3SdyWmk4kA=} - engines: {node: '>=8'} - dependencies: - punycode: 2.1.1 - dev: false - - /traverse/0.6.6: + /traverse@0.6.6: resolution: {integrity: sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=} dev: true - /trim-newlines/1.0.0: + /trim-newlines@1.0.0: resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} engines: {node: '>=0.10.0'} dev: true - /trim-newlines/3.0.1: + /trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} dev: true - /ts-node/10.7.0_646584a8d620b4d6f5eb4525e8655565: + /ts-node@10.7.0(@types/node@17.0.6)(typescript@4.5.4): resolution: {integrity: sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==} hasBin: true peerDependencies: @@ -6514,15 +6822,15 @@ packages: yn: 3.1.1 dev: true - /tslib/1.14.1: + /tslib@1.14.1: resolution: {integrity: sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=} dev: true - /tslib/2.3.1: + /tslib@2.3.1: resolution: {integrity: sha1-6KM1rdXOrlGqJh0ypJAVjvBC7wE=} dev: true - /tsutils/3.21.0_typescript@4.5.4: + /tsutils@3.21.0(typescript@4.5.4): resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=} engines: {node: '>= 6'} peerDependencies: @@ -6532,80 +6840,74 @@ packages: typescript: 4.5.4 dev: true - /tunnel-agent/0.6.0: - resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} + /tunnel-agent@0.6.0: + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: safe-buffer: 5.2.1 dev: false - /type-check/0.3.2: - resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - dev: false - - /type-check/0.4.0: + /type-check@0.4.0: resolution: {integrity: sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: true - /type-detect/4.0.8: + /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} dev: true - /type-fest/0.16.0: + /type-fest@0.16.0: resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} engines: {node: '>=10'} dev: true - /type-fest/0.18.1: + /type-fest@0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} engines: {node: '>=10'} dev: true - /type-fest/0.20.2: + /type-fest@0.20.2: resolution: {integrity: sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ=} engines: {node: '>=10'} dev: true - /type-fest/0.21.3: + /type-fest@0.21.3: resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=} engines: {node: '>=10'} dev: false - /type-fest/0.6.0: + /type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} dev: true - /type-fest/0.8.1: + /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} dev: true - /type-fest/1.4.0: + /type-fest@1.4.0: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} engines: {node: '>=10'} dev: true - /typescript/4.5.4: + /typescript@4.5.4: resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /uglify-js/3.15.4: + /uglify-js@3.15.4: resolution: {integrity: sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==} engines: {node: '>=0.8.0'} hasBin: true + requiresBuild: true dev: true optional: true - /unbox-primitive/1.0.1: + /unbox-primitive@1.0.1: resolution: {integrity: sha1-CF4hViXsMWJXTciFmr7nilmxRHE=} dependencies: function-bind: 1.1.1 @@ -6614,72 +6916,73 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unique-string/2.0.0: + /unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} dependencies: crypto-random-string: 2.0.0 dev: true - /universal-user-agent/6.0.0: + /universal-user-agent@6.0.0: resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} dev: true - /universalify/0.1.2: - resolution: {integrity: sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=} - engines: {node: '>= 4.0.0'} - dev: false - - /universalify/2.0.0: + /universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - /untildify/4.0.0: + /untildify@4.0.0: resolution: {integrity: sha1-K8lHuVNlJIfkYAlJ+wkeOujNkZs=} engines: {node: '>=8'} dev: true - /update-check/1.5.2: + /update-check@1.5.2: resolution: {integrity: sha1-L+CfclxUNECz19q+iXHy1cqu3Cg=} dependencies: registry-auth-token: 3.3.2 registry-url: 3.1.0 dev: true - /uri-js/4.4.1: + /uri-js@4.4.1: resolution: {integrity: sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=} dependencies: punycode: 2.1.1 dev: true - /url-join/4.0.1: + /url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} dev: true - /util-deprecate/1.0.2: + /utif@2.0.1: + resolution: {integrity: sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==} + dependencies: + pako: 1.0.11 + dev: false + + /util-deprecate@1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} - /v8-compile-cache-lib/3.0.1: + /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true - /v8-compile-cache/2.3.0: + /v8-compile-cache@2.3.0: resolution: {integrity: sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=} dev: true - /validate-npm-package-license/3.0.4: + /validate-npm-package-license@3.0.4: resolution: {integrity: sha1-/JH2uce6FchX9MssXe/uw51PQQo=} dependencies: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 dev: true - /vary/1.1.2: + /vary@1.1.2: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} dev: true - /vite/2.7.10: + /vite@2.7.10: resolution: {integrity: sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==} engines: {node: '>=12.2.0'} hasBin: true @@ -6703,7 +7006,7 @@ packages: fsevents: 2.3.2 dev: true - /vite/2.9.5: + /vite@2.9.5: resolution: {integrity: sha512-dvMN64X2YEQgSXF1lYabKXw3BbN6e+BL67+P3Vy4MacnY+UzT1AfkHiioFSi9+uiDUiaDy7Ax/LQqivk6orilg==} engines: {node: '>=12.2.0'} hasBin: true @@ -6727,7 +7030,7 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.9.4: + /vitest@0.9.4: resolution: {integrity: sha512-Em+EJb3keCr3GjyqnkxHuY7zMerEgLsN+m2nqsUcCzO7C4+Y0E7O7LXSNaODh3Gc/An3dqnoaAe/uLBrAJXUdQ==} engines: {node: '>=v14.16.0'} hasBin: true @@ -6759,20 +7062,7 @@ packages: - stylus dev: true - /w3c-hr-time/1.0.2: - resolution: {integrity: sha1-ConN9cwVgi35w2BUNnaWPgzDCM0=} - dependencies: - browser-process-hrtime: 1.0.0 - dev: false - - /w3c-xmlserializer/2.0.0: - resolution: {integrity: sha1-PnEEoFt1FGzGD1ZDgLf2g6zxAgo=} - engines: {node: '>=10'} - dependencies: - xml-name-validator: 3.0.0 - dev: false - - /wasm-pack/0.10.2: + /wasm-pack@0.10.2: resolution: {integrity: sha512-Kuh8XAArQNVoikMUenjDs4+g6LpktgfXgqlp03G2dJKDBokA7Y8Cx6MDCnvREzNnmprk9IohHytwycVSemwe/w==} hasBin: true requiresBuild: true @@ -6782,50 +7072,23 @@ packages: - debug dev: true - /web-streams-polyfill/3.2.0: + /web-streams-polyfill@3.2.0: resolution: {integrity: sha1-prdAJrOOSIWGn7XFiekLlcz8eWU=} engines: {node: '>= 8'} dev: false - /webidl-conversions/3.0.1: + /webidl-conversions@3.0.1: resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=} + dev: true - /webidl-conversions/5.0.0: - resolution: {integrity: sha1-rlnIoAsSFUOirMZcBDT1ew/BGv8=} - engines: {node: '>=8'} - dev: false - - /webidl-conversions/6.1.0: - resolution: {integrity: sha1-kRG01+qArNQPUnDWZmIa+ni2lRQ=} - engines: {node: '>=10.4'} - dev: false - - /whatwg-encoding/1.0.5: - resolution: {integrity: sha1-WrrPd3wyFmpR0IXWtPPn0nET3bA=} - dependencies: - iconv-lite: 0.4.24 - dev: false - - /whatwg-mimetype/2.3.0: - resolution: {integrity: sha1-PUseAxLSB5h5+Cav8Y2+7KWWD78=} - dev: false - - /whatwg-url/5.0.0: + /whatwg-url@5.0.0: resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 + dev: true - /whatwg-url/8.7.0: - resolution: {integrity: sha1-ZWp45RD/jzk3vAvL6fXArDWUG3c=} - engines: {node: '>=10'} - dependencies: - lodash: 4.17.21 - tr46: 2.1.0 - webidl-conversions: 6.1.0 - dev: false - - /which-boxed-primitive/1.0.2: + /which-boxed-primitive@1.0.2: resolution: {integrity: sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=} dependencies: is-bigint: 1.0.4 @@ -6835,14 +7098,14 @@ packages: is-symbol: 1.0.4 dev: true - /which/1.3.1: + /which@1.3.1: resolution: {integrity: sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=} hasBin: true dependencies: isexe: 2.0.0 dev: true - /which/2.0.2: + /which@2.0.2: resolution: {integrity: sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=} engines: {node: '>= 8'} hasBin: true @@ -6850,28 +7113,23 @@ packages: isexe: 2.0.0 dev: true - /wide-align/1.1.5: - resolution: {integrity: sha1-3x1MIGhUNp7PPJpImPGyP72dFdM=} - dependencies: - string-width: 1.0.2 - dev: false - - /widest-line/3.1.0: + /widest-line@3.1.0: resolution: {integrity: sha1-gpIzO79my0X/DeFgOxNreuFJbso=} engines: {node: '>=8'} dependencies: string-width: 4.2.3 dev: true - /word-wrap/1.2.3: + /word-wrap@1.2.3: resolution: {integrity: sha1-YQY29rH3A4kb00dxzLF/uTtHB5w=} engines: {node: '>=0.10.0'} + dev: true - /wordwrap/1.0.0: + /wordwrap@1.0.0: resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} dev: true - /wrap-ansi/6.2.0: + /wrap-ansi@6.2.0: resolution: {integrity: sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=} engines: {node: '>=8'} dependencies: @@ -6880,7 +7138,7 @@ packages: strip-ansi: 6.0.1 dev: false - /wrap-ansi/7.0.0: + /wrap-ansi@7.0.0: resolution: {integrity: sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM=} engines: {node: '>=10'} dependencies: @@ -6889,63 +7147,67 @@ packages: strip-ansi: 6.0.1 dev: true - /wrappy/1.0.2: + /wrappy@1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - /ws/7.5.6: - resolution: {integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false - - /x-img-diff-js/0.3.5: + /x-img-diff-js@0.3.5: resolution: {integrity: sha1-1EPVM52UhxA4/Aju+ktoeJ4q+ec=} dev: true - /xml-name-validator/3.0.0: - resolution: {integrity: sha1-auc+Bt5NjG5H+fsYH3jWSK1FfGo=} + /xhr@2.6.0: + resolution: {integrity: sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==} + dependencies: + global: 4.4.0 + is-function: 1.0.2 + parse-headers: 2.0.5 + xtend: 4.0.2 + dev: false + + /xml-parse-from-string@1.0.1: + resolution: {integrity: sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==} + dev: false + + /xml2js@0.4.23: + resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==} + engines: {node: '>=4.0.0'} + dependencies: + sax: 1.2.4 + xmlbuilder: 11.0.1 dev: false - /xmlchars/2.2.0: - resolution: {integrity: sha1-Bg/hvLf5x2/ioX24apvDq4lCEMs=} + /xmlbuilder@11.0.1: + resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} + engines: {node: '>=4.0'} dev: false - /xtend/4.0.2: + /xtend@4.0.2: resolution: {integrity: sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=} engines: {node: '>=0.4'} - dev: true - /y18n/5.0.8: + /y18n@5.0.8: resolution: {integrity: sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU=} engines: {node: '>=10'} dev: true - /yallist/4.0.0: + /yallist@4.0.0: resolution: {integrity: sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=} - /yaml/1.10.2: + /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} dev: true - /yargs-parser/20.2.9: + /yargs-parser@20.2.9: resolution: {integrity: sha1-LrfcOwKJcY/ClfNidThFxBoMlO4=} engines: {node: '>=10'} dev: true - /yargs-parser/21.0.0: + /yargs-parser@21.0.0: resolution: {integrity: sha1-pIXTlmvkMXQm3Va9tqMBMbKB3FU=} engines: {node: '>=12'} dev: true - /yargs/16.2.0: + /yargs@16.2.0: resolution: {integrity: sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=} engines: {node: '>=10'} dependencies: @@ -6958,7 +7220,7 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs/17.3.1: + /yargs@17.3.1: resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==} engines: {node: '>=12'} dependencies: @@ -6971,12 +7233,12 @@ packages: yargs-parser: 21.0.0 dev: true - /yn/3.1.1: + /yn@3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} dev: true - /yocto-queue/0.1.0: + /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true From bf84d3976cdc07fc1c05e311c0198dc79ad39c42 Mon Sep 17 00:00:00 2001 From: ssssota Date: Fri, 19 May 2023 22:27:06 +0900 Subject: [PATCH 2/2] chore: fix lock --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb6fb5e..6958bde 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,7 +95,7 @@ importers: specifier: ^1.0.0-beta.2 version: 1.0.0-beta.2 svg2png-wasm: - specifier: link:.. + specifier: workspace:.. version: link:.. devDependencies: '@types/envinfo':