From b1ec1ec3cedf0cfa1f347b299290680146d624fb Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 31 May 2022 15:31:36 +0200 Subject: [PATCH] include esm build --- README.md | 5 +- package.json | 33 +- pnpm-lock.yaml | 1575 ++++++++++++++++++++------------------------- tsconfig.cjs.json | 7 + tsconfig.esm.json | 7 + tsconfig.json | 2 +- 6 files changed, 757 insertions(+), 872 deletions(-) create mode 100644 tsconfig.cjs.json create mode 100644 tsconfig.esm.json diff --git a/README.md b/README.md index 8a6290b..2130e9a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ![logo](https://github.com/cupcakearmy/canihazusername/raw/master/.github/logo.png) -![downloads badge](https://badgen.net/npm/dt/canihazusername) -![types badge](https://badgen.net/npm/types/canihazusername) ![version badge](https://badgen.net/npm/v/canihazusername) +![downloads badge](https://badgen.net/npm/dt/canihazusername) +![dependency count](https://badgen.net/bundlephobia/dependency-count/canihazusername) ![minzip size badge](https://badgen.net/bundlephobia/minzip/canihazusername) +![types badge](https://badgen.net/npm/types/canihazusername) Username generator. Fully typed, simple and customizable. **0 Dependencies** diff --git a/package.json b/package.json index afca953..f202f77 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,22 @@ { "name": "canihazusername", - "version": "2.2.3", + "version": "2.3.0", "description": "username generator. typed, simple and customizable", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "type": "module", + "main": "./dist/cjs/index.js", + "types": "./dist/cjs/index.d.ts", + "exports": { + ".": { + "import": { + "default": "./dist/esm/index.js", + "types": "./dist/esm/index.d.ts" + }, + "require": { + "default": "./dist/cjs/index.js", + "types": "./dist/cjs/index.d.ts" + } + } + }, "files": [ "dist" ], @@ -16,10 +29,12 @@ "scripts": { "generate": "git submodule update && node ./generate/wordlist.js", "dev": "tsc -w", - "build": "tsc", - "docs": "tsc && parcel build --target docs demo/index.html ", + "build:esm": "tsc -p ./tsconfig.esm.json", + "build:cjs": "tsc -p ./tsconfig.cjs.json", + "build": "pnpm run build:esm && pnpm run build:cjs", + "docs": "pnpm run build && parcel build --target docs demo/index.html", "docs:dev": "parcel --target docs demo/index.html", - "prepublishOnly": "rm -rf ./dist && tsc" + "prepublishOnly": "rm -rf ./dist && pnpm run build" }, "repository": { "type": "git", @@ -38,8 +53,8 @@ }, "homepage": "https://github.com/CupCakeArmy/canihazusername#readme", "devDependencies": { - "bulma": "^0.9.3", - "parcel": "^2.3.2", - "typescript": "^4.6.2" + "bulma": "^0.9.4", + "parcel": "^2.6.0", + "typescript": "^4.7.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5dc1f02..cac036b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,14 +1,14 @@ -lockfileVersion: 5.3 +lockfileVersion: 5.4 specifiers: - bulma: ^0.9.3 - parcel: ^2.3.2 - typescript: ^4.6.2 + bulma: ^0.9.4 + parcel: ^2.6.0 + typescript: ^4.7.2 devDependencies: - bulma: 0.9.3 - parcel: 2.3.2 - typescript: 4.6.2 + bulma: 0.9.4 + parcel: 2.6.0 + typescript: 4.7.2 packages: @@ -16,7 +16,7 @@ packages: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.16.10 + '@babel/highlight': 7.17.12 dev: true /@babel/helper-validator-identifier/7.16.7: @@ -24,8 +24,8 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/highlight/7.16.10: - resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} + /@babel/highlight/7.17.12: + resolution: {integrity: sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -33,84 +33,188 @@ packages: js-tokens: 4.0.0 dev: true - /@parcel/bundler-default/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-JUrto4mjSD0ic9dEqRp0loL5o3HVYHja1ZIYSq+rBl2UWRV6/9cGTb07lXOCqqm0BWE+hQ4krUxB76qWaF0Lqw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@jridgewell/gen-mapping/0.3.1: + resolution: {integrity: sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==} + engines: {node: '>=6.0.0'} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@jridgewell/set-array': 1.1.1 + '@jridgewell/sourcemap-codec': 1.4.13 + '@jridgewell/trace-mapping': 0.3.13 + dev: true + + /@jridgewell/resolve-uri/3.0.7: + resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/set-array/1.1.1: + resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/source-map/0.3.2: + resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} + dependencies: + '@jridgewell/gen-mapping': 0.3.1 + '@jridgewell/trace-mapping': 0.3.13 + dev: true + + /@jridgewell/sourcemap-codec/1.4.13: + resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==} + dev: true + + /@jridgewell/trace-mapping/0.3.13: + resolution: {integrity: sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==} + dependencies: + '@jridgewell/resolve-uri': 3.0.7 + '@jridgewell/sourcemap-codec': 1.4.13 + dev: true + + /@lezer/common/0.15.12: + resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==} + dev: true + + /@lezer/lr/0.15.8: + resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==} + dependencies: + '@lezer/common': 0.15.12 + dev: true + + /@mischnic/json-sourcemap/0.1.0: + resolution: {integrity: sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==} + engines: {node: '>=12.0.0'} + dependencies: + '@lezer/common': 0.15.12 + '@lezer/lr': 0.15.8 + json5: 2.2.1 + dev: true + + /@msgpackr-extract/msgpackr-extract-darwin-arm64/2.0.2: + resolution: {integrity: sha512-FMX5i7a+ojIguHpWbzh5MCsCouJkwf4z4ejdUY/fsgB9Vkdak4ZnoIEskOyOUMMB4lctiZFGszFQJXUeFL8tRg==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@msgpackr-extract/msgpackr-extract-darwin-x64/2.0.2: + resolution: {integrity: sha512-DznYtF3lHuZDSRaIOYeif4JgO0NtO2Xf8DsngAugMx/bUdTFbg86jDTmkVJBNmV+cxszz6OjGvinnS8AbJ342g==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@msgpackr-extract/msgpackr-extract-linux-arm/2.0.2: + resolution: {integrity: sha512-Gy9+c3Wj+rUlD3YvCZTi92gs+cRX7ZQogtwq0IhRenloTTlsbpezNgk6OCkt59V4ATEWSic9rbU92H/l7XsRvA==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@msgpackr-extract/msgpackr-extract-linux-arm64/2.0.2: + resolution: {integrity: sha512-b0jMEo566YdM2K+BurSed7bswjo3a6bcdw5ETqoIfSuxKuRLPfAiOjVbZyZBgx3J/TAM/QrvEQ/VN89A0ZAxSg==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@msgpackr-extract/msgpackr-extract-linux-x64/2.0.2: + resolution: {integrity: sha512-zrBHaePwcv4cQXxzYgNj0+A8I1uVN97E7/3LmkRocYZ+rMwUsnPpp4RuTAHSRoKlTQV3nSdCQW4Qdt4MXw/iHw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@msgpackr-extract/msgpackr-extract-win32-x64/2.0.2: + resolution: {integrity: sha512-fpnI00dt+yO1cKx9qBXelKhPBdEgvc8ZPav1+0r09j0woYQU2N79w/jcGawSY5UGlgQ3vjaJsFHnGbGvvqdLzg==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@parcel/bundler-default/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-AplEdGm/odV7yGmoeOnglxnY31WlNB5EqGLFGxkgs7uwDaTWoTX/9SWPG6xfvirhjDpms8sLSiVuBdFRCCLtNA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} + dependencies: + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/cache/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-Xxq+ekgcFEme6Fn1v7rEOBkyMOUOUu7eNqQw0l6HQS+INZ2Q7YzzfdW7pI8rEOAAICVg5BWKpmBQZpgJlT+HxQ==} + /@parcel/cache/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-4vbD5uSuf+kRnrFesKhpn0AKnOw8u2UlvCyrplYmp1g9bNAkIooC/nDGdmkb/9SviPEbni9PEanQEHDU2+slpA==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.3.2 + '@parcel/core': ^2.6.0 dependencies: - '@parcel/core': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/utils': 2.3.2 - lmdb: 2.2.6 + '@parcel/core': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/utils': 2.6.0 + lmdb: 2.3.10 dev: true - /@parcel/codeframe/2.3.2: - resolution: {integrity: sha512-ireQALcxxrTdIEpzTOoMo/GpfbFm1qlyezeGl3Hce3PMvHLg3a5S6u/Vcy7SAjdld5GfhHEqVY+blME6Z4CyXQ==} + /@parcel/codeframe/2.6.0: + resolution: {integrity: sha512-yXXxrO9yyedHKpTwC+Af0+vPmQm+A9xeEhkt4f0yVg1n4t4yUIxYlTedzbM8ygZEEBtkXU9jJ+PkgXbfMf0dqw==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 dev: true - /@parcel/compressor-raw/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-8dIoFwinYK6bOTpnZOAwwIv0v73y0ezsctPmfMnIqVQPn7wJwfhw/gbKVcmK5AkgQMkyid98hlLZoaZtGF1Mdg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/compressor-raw/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-rtMU2mGl88bic6Xbq1u5L49bMK4s5185b0k7h3JRdS6/0rR+Xp4k/o9Wog+hHjK/s82z1eF9WmET779ZpIDIQQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/config-default/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-E7/iA7fGCYvXU3u6zF9nxjeDVsgjCN6MVvDjymjaxYMoDWTIsPV245SBEXqzgtmzbMAV+VAl4rVWLMB4pzMt9g==} + /@parcel/config-default/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-DXovFPhZITmTvFaSEdC8RRqROs9FLIJ4u8yFSU6FUyq2wpvtYVRXXoDrvXgClh2csXmK7JTJTp5JF7r0rd2UaA==} peerDependencies: - '@parcel/core': ^2.3.2 + '@parcel/core': ^2.6.0 dependencies: - '@parcel/bundler-default': 2.3.2_@parcel+core@2.3.2 - '@parcel/compressor-raw': 2.3.2_@parcel+core@2.3.2 - '@parcel/core': 2.3.2 - '@parcel/namer-default': 2.3.2_@parcel+core@2.3.2 - '@parcel/optimizer-cssnano': 2.3.2_@parcel+core@2.3.2 - '@parcel/optimizer-htmlnano': 2.3.2_@parcel+core@2.3.2 - '@parcel/optimizer-image': 2.3.2_@parcel+core@2.3.2 - '@parcel/optimizer-svgo': 2.3.2_@parcel+core@2.3.2 - '@parcel/optimizer-terser': 2.3.2_@parcel+core@2.3.2 - '@parcel/packager-css': 2.3.2_@parcel+core@2.3.2 - '@parcel/packager-html': 2.3.2_@parcel+core@2.3.2 - '@parcel/packager-js': 2.3.2_@parcel+core@2.3.2 - '@parcel/packager-raw': 2.3.2_@parcel+core@2.3.2 - '@parcel/packager-svg': 2.3.2_@parcel+core@2.3.2 - '@parcel/reporter-dev-server': 2.3.2_@parcel+core@2.3.2 - '@parcel/resolver-default': 2.3.2_@parcel+core@2.3.2 - '@parcel/runtime-browser-hmr': 2.3.2_@parcel+core@2.3.2 - '@parcel/runtime-js': 2.3.2_@parcel+core@2.3.2 - '@parcel/runtime-react-refresh': 2.3.2_@parcel+core@2.3.2 - '@parcel/runtime-service-worker': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-babel': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-css': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-html': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-image': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-js': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-json': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-postcss': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-posthtml': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-raw': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-react-refresh-wrap': 2.3.2_@parcel+core@2.3.2 - '@parcel/transformer-svg': 2.3.2_@parcel+core@2.3.2 + '@parcel/bundler-default': 2.6.0_@parcel+core@2.6.0 + '@parcel/compressor-raw': 2.6.0_@parcel+core@2.6.0 + '@parcel/core': 2.6.0 + '@parcel/namer-default': 2.6.0_@parcel+core@2.6.0 + '@parcel/optimizer-css': 2.6.0_@parcel+core@2.6.0 + '@parcel/optimizer-htmlnano': 2.6.0_@parcel+core@2.6.0 + '@parcel/optimizer-image': 2.6.0_@parcel+core@2.6.0 + '@parcel/optimizer-svgo': 2.6.0_@parcel+core@2.6.0 + '@parcel/optimizer-terser': 2.6.0_@parcel+core@2.6.0 + '@parcel/packager-css': 2.6.0_@parcel+core@2.6.0 + '@parcel/packager-html': 2.6.0_@parcel+core@2.6.0 + '@parcel/packager-js': 2.6.0_@parcel+core@2.6.0 + '@parcel/packager-raw': 2.6.0_@parcel+core@2.6.0 + '@parcel/packager-svg': 2.6.0_@parcel+core@2.6.0 + '@parcel/reporter-dev-server': 2.6.0_@parcel+core@2.6.0 + '@parcel/resolver-default': 2.6.0_@parcel+core@2.6.0 + '@parcel/runtime-browser-hmr': 2.6.0_@parcel+core@2.6.0 + '@parcel/runtime-js': 2.6.0_@parcel+core@2.6.0 + '@parcel/runtime-react-refresh': 2.6.0_@parcel+core@2.6.0 + '@parcel/runtime-service-worker': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-babel': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-css': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-html': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-image': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-js': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-json': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-postcss': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-posthtml': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-raw': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-react-refresh-wrap': 2.6.0_@parcel+core@2.6.0 + '@parcel/transformer-svg': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - cssnano - postcss @@ -121,139 +225,230 @@ packages: - uncss dev: true - /@parcel/core/2.3.2: - resolution: {integrity: sha512-gdJzpsgeUhv9H8T0UKVmyuptiXdduEfKIUx0ci+/PGhq8cCoiFnlnuhW6H7oLr79OUc+YJStabDJuG4U2A6ysw==} + /@parcel/core/2.6.0: + resolution: {integrity: sha512-8OOWbPuxpFydpwNyKoz6d3e3O4DmxNYmMw4DXwrPSj/jyg7oa+SDtMT0/VXEhujE0HYkQPCHt4npRajkSuf99A==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/cache': 2.3.2_@parcel+core@2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/events': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/graph': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/package-manager': 2.3.2_@parcel+core@2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@mischnic/json-sourcemap': 0.1.0 + '@parcel/cache': 2.6.0_@parcel+core@2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/events': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/graph': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/package-manager': 2.6.0_@parcel+core@2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 abortcontroller-polyfill: 1.7.3 base-x: 3.0.9 - browserslist: 4.20.2 + browserslist: 4.20.3 clone: 2.1.2 dotenv: 7.0.0 dotenv-expand: 5.1.0 - json-source-map: 0.6.1 json5: 2.2.1 - msgpackr: 1.5.5 + msgpackr: 1.6.1 nullthrows: 1.1.1 semver: 5.7.1 dev: true - /@parcel/diagnostic/2.3.2: - resolution: {integrity: sha512-/xW93Az4AOiifuYW/c4CDbUcu3lx5FcUDAj9AGiR9NSTsF/ROC/RqnxvQ3AGtqa14R7vido4MXEpY3JEp6FsqA==} + /@parcel/css-darwin-arm64/1.9.0: + resolution: {integrity: sha512-f/guZseS2tNKtKw94LgpNTItZqdVA0mnznqPsmQaR5lSB+cM3IPrSV8cgOOpAS7Vwo9ggxuJartToxBBN+dWSw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-darwin-x64/1.9.0: + resolution: {integrity: sha512-4SpuwiM/4ayOgKflqSLd87XT7YwyC3wd2QuzOOkasjbe38UU+tot/87l2lQYEB538YinLdfwFQuFLDY0x9MxgA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-linux-arm-gnueabihf/1.9.0: + resolution: {integrity: sha512-KxCyX5fFvX5636Y8LSXwCxXMtIncgP7Lkw8nLsqd24C5YqMokmuOtAcHb/vQ9zQG6YiUWTv0MybqDuL7dBDfVw==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-linux-arm64-gnu/1.9.0: + resolution: {integrity: sha512-wZ6Gsn6l+lSuvRdfWoyr7TdY24l29eGCD8QhXcqA1ALnFI7+KOTMBJ6aV3tjWUjMw3sg5qkosMHVqlWZzvrgXw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-linux-arm64-musl/1.9.0: + resolution: {integrity: sha512-N6n5HhMzcNR5oXWr0Md91gKYtuDhqDlp+aGDb3VT21uSCNLOvijOUz248v/VaPoRno1BPFYlMxn0fYYTTReB3A==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-linux-x64-gnu/1.9.0: + resolution: {integrity: sha512-QufawDkaiOjsh6jcZk/dgDBPMqBtIs+LGTOgcJDM6XL4mcbDNxO6VkDANssRUgPnbG66YYy419CUWFta9aeVOg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-linux-x64-musl/1.9.0: + resolution: {integrity: sha512-s528buicSd83/5M5DN31JqwefZ8tqx4Jm97srkLDVBCZg+XEe9P0bO7q1Ngz5ZVFqfwvv8OYLPOtAtBmEppG3g==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@parcel/css-win32-x64-msvc/1.9.0: + resolution: {integrity: sha512-L4s84iK4PXnO/SzZyTsazAuzadtEYLGHgi1dyKYxMMGCjToCDjuwsn5K8bykeewZxjoL7RaunQGqCBRt5dfB5Q==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@parcel/css/1.9.0: + resolution: {integrity: sha512-egCetUQ1H6pgYxOIxVQ8X/YT5e8G0R8eq6aVaUHrqnZ7A8cc6FYgknl9XRmoy2Xxo9h1htrbzdaEShQ5gROwvw==} engines: {node: '>= 12.0.0'} dependencies: - json-source-map: 0.6.1 + detect-libc: 1.0.3 + optionalDependencies: + '@parcel/css-darwin-arm64': 1.9.0 + '@parcel/css-darwin-x64': 1.9.0 + '@parcel/css-linux-arm-gnueabihf': 1.9.0 + '@parcel/css-linux-arm64-gnu': 1.9.0 + '@parcel/css-linux-arm64-musl': 1.9.0 + '@parcel/css-linux-x64-gnu': 1.9.0 + '@parcel/css-linux-x64-musl': 1.9.0 + '@parcel/css-win32-x64-msvc': 1.9.0 + dev: true + + /@parcel/diagnostic/2.6.0: + resolution: {integrity: sha512-+p8gC2FKxSI2veD7SoaNlP572v4kw+nafCQEPDtJuzYYRqywYUGncch25dkpgNApB4W4cXVkZu3ZbtIpCAmjQQ==} + engines: {node: '>= 12.0.0'} + dependencies: + '@mischnic/json-sourcemap': 0.1.0 nullthrows: 1.1.1 dev: true - /@parcel/events/2.3.2: - resolution: {integrity: sha512-WiYIwXMo4Vd+pi58vRoHkul8TPE5VEfMY+3FYwVCKPl/LYqSD+vz6wMx9uG18mEbB1d/ofefv5ZFQNtPGKO4tQ==} + /@parcel/events/2.6.0: + resolution: {integrity: sha512-2WaKtBs4iYwS88j4zRdyTJTgh8iuY4E32FMmjzzbheqETs6I05gWuPReGukJYxk8vc0Ir7tbzp12oAfpgo0Y+g==} engines: {node: '>= 12.0.0'} dev: true - /@parcel/fs-search/2.3.2: - resolution: {integrity: sha512-u3DTEFnPtKuZvEtgGzfVjQUytegSSn3POi7WfwMwPIaeDPfYcyyhfl+c96z7VL9Gk/pqQ99/cGyAwFdFsnxxXA==} + /@parcel/fs-search/2.6.0: + resolution: {integrity: sha512-1nXzM3H/cA4kzLKvDBvwmNisKCdRqlgkLXh+OR1Zu28Kn4W34KuJMcHWW8cC+WIuuKqDh5oo2WPsC5y65GXBKQ==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 dev: true - /@parcel/fs/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-XV+OsnRpN01QKU37lBN0TFKvv7uPKfQGbqFqYOrMbXH++Ae8rBU0Ykz+Yu4tv2h7shMlde+AMKgRnRTAJZpWEQ==} + /@parcel/fs/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-6vxtx5Zy6MvDvH1EPx9JxjKGF03bR7VE1dUf4HLeX2D8YmpL5hkHJnlRCFdcH08rzOVwaJLzg1QNtblWJXQ9CA==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.3.2 + '@parcel/core': ^2.6.0 dependencies: - '@parcel/core': 2.3.2 - '@parcel/fs-search': 2.3.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/core': 2.6.0 + '@parcel/fs-search': 2.6.0 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 '@parcel/watcher': 2.0.5 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 dev: true - /@parcel/graph/2.3.2: - resolution: {integrity: sha512-ltTBM3IEqumgmy4ABBFETT8NtAwSsjD9mY3WCyJ5P8rUshfVCg093rvBPbpuJYMaH/TV1AHVaWfZqaZ4JQDIQQ==} + /@parcel/graph/2.6.0: + resolution: {integrity: sha512-rxrAzWm6rwbCRPbu0Z+zwMscpG8omffODniVWPlX2G0jgQGpjKsutBQ6RMfFIcfaQ4MzL3pIQOTf8bkjQOPsbg==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/utils': 2.3.2 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 dev: true - /@parcel/hash/2.3.2: - resolution: {integrity: sha512-SMtYTsHihws/wqdVnOr0QAGyGYsW9rJSJkkoRujUxo8l2ctnBN1ztv89eOUrdtgHsmcnj/oz1yw6sN38X+BUng==} + /@parcel/hash/2.6.0: + resolution: {integrity: sha512-YugWqhLxqK80Lo++3B3Kr5UPCHOdS8iI2zJ1jkzUeH9v6WUzbwWOnmPf6lN2S5m1BrIFFJd8Jc+CbEXWi8zoJA==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 xxhash-wasm: 0.4.2 dev: true - /@parcel/logger/2.3.2: - resolution: {integrity: sha512-jIWd8TXDQf+EnNWSa7Q10lSQ6C1LSH8OZkTlaINrfVIw7s+3tVxO3I4pjp7/ARw7RX2gdNPlw6fH4Gn/HvvYbw==} + /@parcel/logger/2.6.0: + resolution: {integrity: sha512-J1/7kPfSGBvMKSZdi0WCNuN0fIeiWxifnDGn7W/K8KhD422YwFJA8N046ps8nkDOPIXf1osnIECNp4GIR9oSYw==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/events': 2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/events': 2.6.0 dev: true - /@parcel/markdown-ansi/2.3.2: - resolution: {integrity: sha512-l01ggmag5QScCk9mYA0xHh5TWSffR84uPFP2KvaAMQQ9NLNufcFiU0mn/Mtr3pCb5L5dSzmJ+Oo9s7P1Kh/Fmg==} + /@parcel/markdown-ansi/2.6.0: + resolution: {integrity: sha512-fyjkrJQQSfKTUFTTasdZ6WrAkDoQ2+DYDjj+3p+RncYyrIa9zArKx4IiRiipsvNdtMvP0/hTdK8F3BOJ3KSU/g==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 dev: true - /@parcel/namer-default/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-3QUMC0+5+3KMKfoAxYAbpZtuRqTgyZKsGDWzOpuqwemqp6P8ahAvNPwSCi6QSkGcTmvtYwBu9/NHPSONxIFOfg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/namer-default/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-r8O12r7ozJBctnFxVdXbf/fK97GIdNj3hiiUNWlXEmED9sw6ZPcChaLcfot0/443g8i87JDmSTKJ8js2tuz5XA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/node-resolver-core/2.3.2: - resolution: {integrity: sha512-wmrnMNzJN4GuHw2Ftho+BWgSWR6UCkW3XoMdphqcxpw/ieAdS2a+xYSosYkZgQZ6lGutSvLyJ1CkVvP6RLIdQQ==} + /@parcel/node-resolver-core/2.6.0: + resolution: {integrity: sha512-AJDj5DZbB58plv0li8bdVSD+zpnkHE36Om3TYyNn1jgXXwgBM64Er/9p8yQn356jBqTQMh7zlJqvbdIyOiMeMg==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 dev: true - /@parcel/optimizer-cssnano/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-wTBOxMiBI38NAB9XIlQZRCjS59+EWjWR9M04D3TWyxl+dL5gYMc1cl4GNynUnmcPdz+3s1UbOdo5/8V90wjiiw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/optimizer-css/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-VMJknUwfKCw6Woov0lnPGdsGZewcI4ghW8WKmNZzC5uKCetk1XetV55QHBc1RNjGfsjfSTZiSa3guATj2zFJkQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - cssnano: 5.1.5_postcss@8.4.12 - postcss: 8.4.12 + '@parcel/css': 1.9.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 + browserslist: 4.20.3 + nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-htmlnano/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-U8C0TDSxsx8HmHaLW0Zc7ha1fXQynzhvBjCRMGYnOiLiw0MOfLQxzQ2WKVSeCotmdlF63ayCwxWsd6BuqStiKQ==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/optimizer-htmlnano/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-HmvcUoYpfdx8ZfID4WOj/SE8N78NEBmzAffZ8f827mYMr4ZrbKzAgg6OG3tBbfF0zxH0bIjZcwqwZYk4SdbG7g==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - htmlnano: 2.0.0_svgo@2.8.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + htmlnano: 2.0.2_svgo@2.8.0 nullthrows: 1.1.1 posthtml: 0.16.6 svgo: 2.8.0 @@ -268,222 +463,224 @@ packages: - uncss dev: true - /@parcel/optimizer-image/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-HOk3r5qdvY/PmI7Q3i2qEgFH3kP2QWG4Wq3wmC4suaF1+c2gpiQc+HKHWp4QvfbH3jhT00c5NxQyqPhbXeNI9Q==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/optimizer-image/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-FDNr3LJ8SWR9rrtdCrZOlYF1hE9G5pxUWawGxUasbvqwcY5lEQwr2KRmfGZeg+KwOnzlImlY6dP2LGox1NFddQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 detect-libc: 1.0.3 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-svgo/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-l7WvZ5+e7D1mVmLUxMVaSb29cviXzuvSY2OpQs0ukdPACDqag+C65hWMzwTiOSSRGPMIu96kQKpeVru2YjibhA==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/optimizer-svgo/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-LMTDVMd7T/IfLG59yLWl8Uw2HYGbj2C3jIwkMqH9MBUT5KILK66T3t0yV86SoZJnxZ6xBIJ+kCcCRssCzhvanw==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 svgo: 2.8.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-terser/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-dOapHhfy0xiNZa2IoEyHGkhhla07xsja79NPem14e5jCqY6Oi40jKNV4ab5uu5u1elWUjJuw69tiYbkDZWbKQw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/optimizer-terser/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-oezRt6Lz/QqcVDXyMfFjzQc7n0ThJowLJ4Lyhu8rMh0ZJYzc4UCFCw/19d4nRnzE+Qg0vj3mQCpdkA9/64E44g==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 - terser: 5.12.1 + terser: 5.14.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/package-manager/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-pAQfywKVORY8Ee+NHAyKzzQrKbnz8otWRejps7urwhDaTVLfAd5C/1ZV64ATZ9ALYP9jyoQ8bTaxVd4opcSuwg==} + /@parcel/package-manager/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-AqFfdkbOw51q/3ia2mIsFTmrpYEyUb3k+2uYC5GsLMz3go6OGn7/Crz0lZLSclv5EtwpRg3TWr9yL7RekVN/Uw==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.3.2 + '@parcel/core': ^2.6.0 dependencies: - '@parcel/core': 2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/core': 2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 semver: 5.7.1 dev: true - /@parcel/packager-css/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-ByuF9xDnQnpVL1Hdu9aY6SpxOuZowd3TH7joh1qdRPLeMHTEvUywHBXoiAyNdrhnLGum8uPEdY8Ra5Xuo1U7kg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/packager-css/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-iXUttSe+wtnIM2PKCyFC2I4+Szv+8qHpC3wXeJlXlzd8wljm42y+6Fs4FZ0zihTccRxI2UUhFnKu90ag+5AmjA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-html/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-YqAptdU+uqfgwSii76mRGcA/3TpuC6yHr8xG+11brqj/tEFLsurmX0naombzd7FgmrTE9w+kb0HUIMl2vRBn0A==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/packager-html/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-HsiXMkU9AJr3LLjsP2Kteho2jCVpabTwcU/fauwbwirhg0xNlRsKxYZRCllRhPkb0FWAnkjzwjOj01MHD6NJCg==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-js/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-3OP0Ro9M1J+PIKZK4Ec2N5hjIPiqk++B2kMFeiUqvaNZjJgKrPPEICBhjS52rma4IE/NgmIMB3aI5pWqE/KwNA==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/packager-js/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-Uz3pqIFchFfKszWnNGDgIwM1uwHHJp7Dts6VzS9lf/2RbRgZT0fmce+NPgnVO5MMKBHzdvm32ShT6gFAABF5Vw==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 - globals: 13.13.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 + globals: 13.15.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-raw/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-RnoZ7WgNAFWkEPrEefvyDqus7xfv9XGprHyTbfLittPaVAZpl+4eAv43nXyMfzk77Cgds6KcNpkosj3acEpNIQ==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/packager-raw/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-ktT6Qc/GgCq8H1+6y+AXufVzQj1s6KRoKf83qswCD0iY3MwCbJoEfc3IsB4K64FpHIL5Eu0z54IId+INvGbOYA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-svg/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-iIC0VeczOXynS7M5jCi3naMBRyAznBVJ3iMg92/GaI9duxPlUMGAlHzLAKNtoXkc00HMXDH7rrmMb04VX6FYSg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/packager-svg/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-OF2RShyspXu7H4Dn2PmchfMMYPx+kWjOXiYVQ6OkOI0MZmOydx7p8nrcG5+y7vCJTPlta828BSwva0GdKfn46A==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/plugin/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-SaLZAJX4KH+mrAmqmcy9KJN+V7L+6YNTlgyqYmfKlNiHu7aIjLL+3prX8QRcgGtjAYziCxvPj0cl1CCJssaiGg==} + /@parcel/plugin/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-LzOaiK8R6eFEoov1cb3/W+o0XvXdI/VbDhMDl0L0II+/56M0UeayYtFP5QGTDn/fZqVlYfzPCtt3EMwdG7/dow==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/types': 2.3.2_@parcel+core@2.3.2 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/reporter-cli/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-VYetmTXqW83npsvVvqlQZTbF3yVL3k/FCCl3kSWvOr9LZA0lmyqJWPjMHq37yIIOszQN/p5guLtgCjsP0UQw1Q==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/reporter-cli/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-QFG957NXx3L0D8Zw0+B2j7IHy8f/UzOVu6VvKE3rMkhq/iR2qLrPohQ+uvxlee+CLC0cG2qRSgJ7Ve/rjQPoJg==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/types': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/types': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 chalk: 4.1.2 + term-size: 2.2.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/reporter-dev-server/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-E7LtnjAX4iiWMw2qKUyFBi3+bDz0UGjqgHoPQylUYYLi6opXjJz/oC+cCcCy4e3RZlkrl187XonvagS59YjDxA==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/reporter-dev-server/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-VvygsCA+uzWyijIV8zqU1gFyhAWknuaY4KIWhV4kCT8afRJwsLSwt/tpdaKDPuPU45h3tTsUdXH1wjaIk+dGeQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/resolver-default/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-y3r+xOwWsATrNGUWuZ6soA7q24f8E5tY1AZ9lHCufnkK2cdKZJ5O1cyd7ohkAiKZx2/pMd+FgmVZ/J3oxetXkA==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/resolver-default/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-ATk9wXvy5GOHAqyHbnCnU11fUPTtf8dLjpgVqL5XylwugZnyBXbynoTWX4w8h6mffkVtdfmzTJx/o4Lresz9sA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/node-resolver-core': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/node-resolver-core': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-browser-hmr/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-nRD6uOyF1+HGylP9GASbYmvUDOsDaNwvaxuGTSh8+5M0mmCgib+hVBiPEKbwdmKjGbUPt9wRFPyMa/JpeQZsIQ==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/runtime-browser-hmr/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-90xvv/10cFML5dAhClBEJZ/ExiBQVPqQsZcvRmVZmc5mpZVJMKattWCQrd7pAf7FDYl4JAcvsK3DTwvRT/oLNA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-js/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-SJepcHvYO/7CEe/Q85sngk+smcJ6TypuPh4D2R8kN+cAJPi5WvbQEe7+x5BEgbN+5Jumi/Uo3FfOOE5mYh+F6g==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/runtime-js/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-R4tJAIT/SX7VBQ+f7WmeekREQzzLsmgP1j486uKhQNyYrpvsN0HnRbg5aqvZjEjkEmSeJR0mOlWtMK5/m+0yTA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-react-refresh/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-P+GRPO2XVDSBQ4HmRSj2xfbHSQvL9+ahTE/AB74IJExLTITv5l4SHAV3VsiKohuHYUAYHW3A/Oe7tEFCAb6Cug==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/runtime-react-refresh/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-2sRd13gc2EbMV/O5n2NPVGGhKBasb1fDTXGEY8y7qi9xDKc+ewok/D83T+w243FhCPS9Pf3ur5GkbPlrJGcenQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 + react-error-overlay: 6.0.9 react-refresh: 0.9.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-service-worker/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-iREHj/eapphC4uS/zGUkiTJvG57q+CVbTrfE42kB8ECtf/RYNo5YC9htdvPZjRSXDPrEPc5NCoKp4X09ENNikw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/runtime-service-worker/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-nVlknGw5J5Bkd1Wr1TbyWHhUd9CmVVebaRg/lpfVKYhAuE/2r+3N0+J8qbEIgtTRcHaSV7wTNpg4weSWq46VeA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/source-map/2.0.2: - resolution: {integrity: sha512-NnUrPYLpYB6qyx2v6bcRPn/gVigmGG6M6xL8wIg/i0dP1GLkuY1nf+Hqdf63FzPTqqT7K3k6eE5yHPQVMO5jcA==} + /@parcel/source-map/2.0.5: + resolution: {integrity: sha512-DRVlCFKLpqBSIbMxUoVlHgfiv12HTW/U7nnhzw52YgzDVXUX9OA41dXS1PU0pJ1si+D1k8msATUC+AoldN43mg==} engines: {node: ^12.18.3 || >=14} dependencies: detect-libc: 1.0.3 dev: true - /@parcel/transformer-babel/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-QpWfH2V6jJ+kcUBIMM/uBBG8dGFvNaOGS+8jD6b+eTP+1owzm83RoWgqhRV2D/hhv2qMXEQzIljoc/wg2y+X4g==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-babel/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-qTDzhLoaTpRJoppCNqaAlcUYxcDEvJffem1h3SAQiwvCLUBQowLyeaBy8sUxu54AU6eHFJyBld5ZocENyHTBCA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 - browserslist: 4.20.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 + browserslist: 4.20.3 json5: 2.2.1 nullthrows: 1.1.1 semver: 5.7.1 @@ -491,29 +688,28 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-css/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-8lzvDny+78DIAqhcXam2Bf9FyaUoqzHdUQdNFn+PuXTHroG/QGPvln1kvqngJjn4/cpJS9vYmAPVXe+nai3P8g==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-css/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-Ei9NPE5Rl9V+MGd8qddfZD0Fsqbvky8J62RwYsqLkptFl9FkhgwOu8Cmokz7IIc4GJ2qzfnG5y54K/Bi7Moq4Q==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 + '@parcel/css': 1.9.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 + browserslist: 4.20.3 nullthrows: 1.1.1 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - semver: 5.7.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-html/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-idT1I/8WM65IFYBqzRwpwT7sf0xGur4EDQDHhuPX1w+pIVZnh0lkLMAnEqs6ar1SPRMys4chzkuDNnqh0d76hg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-html/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-YQh5WzNFjPhgV09P+zVS++albTCTvbPYAJXp5zUJ4HavzcpV2IB3HAPRk9x+iXUeRBQYYiO5SMMRkdy9a4CzQQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -523,53 +719,56 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-image/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-0K7cJHXysli6hZsUz/zVGO7WCoaaIeVdzAxKpLA1Yl3LKw/ODiMyXKt08LiV/ljQ2xT5qb9EsXUWDRvcZ0b96A==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-image/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-Zkh1i6nWNOTOReKlZD+bLJCHA16dPLO6Or7ETAHtSF3iRzMNFcVFp+851Awj3l4zeJ6CoCWlyxsR4CEdioRgiQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} + peerDependencies: + '@parcel/core': ^2.6.0 dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/core': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 nullthrows: 1.1.1 - transitivePeerDependencies: - - '@parcel/core' dev: true - /@parcel/transformer-js/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-U1fbIoAoqR5P49S+DMhH8BUd9IHRPwrTTv6ARYGsYnhuNsjTFhNYE0kkfRYboe/e0z7vEbeJICZXjnZ7eQDw5A==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-js/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-4v2r3EVdMKowBziVBW9HZqvAv88HaeiezkWyMX4wAfplo9jBtWEp99KEQINzSEdbXROR81M9oJjlGF5+yoVr/w==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} + peerDependencies: + '@parcel/core': ^2.6.0 dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/utils': 2.3.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 - '@swc/helpers': 0.2.14 - browserslist: 4.20.2 + '@parcel/core': 2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/utils': 2.6.0 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 + '@swc/helpers': 0.3.16 + browserslist: 4.20.3 detect-libc: 1.0.3 nullthrows: 1.1.1 regenerator-runtime: 0.13.9 semver: 5.7.1 - transitivePeerDependencies: - - '@parcel/core' dev: true - /@parcel/transformer-json/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-Pv2iPaxKINtFwOk5fDbHjQlSm2Vza/NLimQY896FLxiXPNAJxWGvMwdutgOPEBKksxRx9LZPyIOHiRVZ0KcA3w==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-json/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-zb+TQAdHWdXijKcFhLe+5KN1O0IzXwW1gJhPr8DJEA3qhPaCsncsw5RCVjQlP3a7NXr1mMm1eMtO6bhIMqbXeA==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 json5: 2.2.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-postcss/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-Rpdxc1rt2aJFCh/y/ccaBc9J1crDjNY5o44xYoOemBoUNDMREsmg5sR5iO81qKKO5GxfoosGb2zh59aeTmywcg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-postcss/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-czmh2mOPJLwYbtnPTFlxKYcaQHH6huIlpfNX1XgdsaEYS+yFs8ZXpzqjxI1wu6rMW0R0q5aon72yB3PJewvqNQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 clone: 2.1.2 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 @@ -578,12 +777,12 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-posthtml/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-tMdVExfdM+1G8A9KSHDsjg+S9xEGbhH5mApF2NslPnNZ4ciLKRNuHU2sSV/v8i0a6kacKvDTrwQXYBQJGOodBw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-posthtml/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-R1FmPMZ0pgrbPZkDppa2pE+6KDK3Wxof6uQo7juHLB2ELGOTaYofsG3nrRdk+chyAHaVv4qWLqXbfZK6pGepEg==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -593,33 +792,33 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-raw/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-lY7eOCaALZ90+GH+4PZRmAPGQRXoZ66NakSdhEtH6JSSAYOmZKDvNLGTMRo/vK1oELzWMuAHGdqvbcPDtNLLVw==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-raw/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-QDirlWCS/qy0DQ3WvDIAnFP52n1TJW/uWH+4PGMNnX4/M3/2UchY8xp9CN0tx4NQ4g09S8o3gLlHvNxQqZxFrQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-react-refresh-wrap/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-FZaderyCExn0SBZ6D+zHPWc8JSn9YDcbfibv0wkCl+D7sYfeWZ22i7MRp5NwCe/TZ21WuxDWySCggEp/Waz2xg==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-react-refresh-wrap/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-G34orfvLDUTumuerqNmA8T8NUHk+R0jwUjbVPO7gpB6VCVQ5ocTABdE9vN9Uu/cUsHij40TUFwqK4R9TFEBIEQ==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 react-refresh: 0.9.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-svg/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-k9My6bePsaGgUh+tidDjFbbVgKPTzwCAQfoloZRMt7y396KgUbvCfqDruk04k6k+cJn7Jl1o/5lUpTEruBze7g==} - engines: {node: '>= 12.0.0', parcel: ^2.3.2} + /@parcel/transformer-svg/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-e7yrb7775A7tEGRsAHQSMhXe+u4yisH5W0PuIzAQQy/a2IwBjaSxNnvyelN7tNX0FYq0BK6An5wRbhK4YmM+xw==} + engines: {node: '>= 12.0.0', parcel: ^2.6.0} dependencies: - '@parcel/diagnostic': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/plugin': 2.3.2_@parcel+core@2.3.2 + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/plugin': 2.6.0_@parcel+core@2.6.0 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -629,42 +828,42 @@ packages: - '@parcel/core' dev: true - /@parcel/types/2.3.2: - resolution: {integrity: sha512-C77Ct1xNM7LWjPTfe/dQ/9rq1efdsX5VJu2o8/TVi6qoFh64Wp/c5/vCHwKInOTBZUTchVO6z4PGJNIZoUVJuA==} + /@parcel/types/2.6.0: + resolution: {integrity: sha512-lAMYvOBfNEJMsPJ+plbB50305o0TwNrY1xX5RRIWBqwOa6bYmbW1ZljUk1tQvnkpIE4eAHQwnPR5Z2XWg18wGQ==} dependencies: - '@parcel/cache': 2.3.2_@parcel+core@2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/package-manager': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/cache': 2.6.0_@parcel+core@2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/package-manager': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 utility-types: 3.10.0 dev: true - /@parcel/types/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-C77Ct1xNM7LWjPTfe/dQ/9rq1efdsX5VJu2o8/TVi6qoFh64Wp/c5/vCHwKInOTBZUTchVO6z4PGJNIZoUVJuA==} + /@parcel/types/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-lAMYvOBfNEJMsPJ+plbB50305o0TwNrY1xX5RRIWBqwOa6bYmbW1ZljUk1tQvnkpIE4eAHQwnPR5Z2XWg18wGQ==} dependencies: - '@parcel/cache': 2.3.2_@parcel+core@2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/package-manager': 2.3.2_@parcel+core@2.3.2 - '@parcel/source-map': 2.0.2 - '@parcel/workers': 2.3.2_@parcel+core@2.3.2 + '@parcel/cache': 2.6.0_@parcel+core@2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/package-manager': 2.6.0_@parcel+core@2.6.0 + '@parcel/source-map': 2.0.5 + '@parcel/workers': 2.6.0_@parcel+core@2.6.0 utility-types: 3.10.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/utils/2.3.2: - resolution: {integrity: sha512-xzZ+0vWhrXlLzGoz7WlANaO5IPtyWGeCZruGtepUL3yheRWb1UU4zFN9xz7Z+j++Dmf1Fgkc3qdk/t4O8u9HLQ==} + /@parcel/utils/2.6.0: + resolution: {integrity: sha512-ElXz+QHtT1JQIucbQJBk7SzAGoOlBp4yodEQVvTKS7GA+hEGrSP/cmibl6qm29Rjtd0zgQsdd+2XmP3xvP2gQQ==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/codeframe': 2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/hash': 2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/markdown-ansi': 2.3.2 - '@parcel/source-map': 2.0.2 + '@parcel/codeframe': 2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/hash': 2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/markdown-ansi': 2.6.0 + '@parcel/source-map': 2.0.5 chalk: 4.1.2 dev: true @@ -674,26 +873,28 @@ packages: requiresBuild: true dependencies: node-addon-api: 3.2.1 - node-gyp-build: 4.3.0 + node-gyp-build: 4.4.0 dev: true - /@parcel/workers/2.3.2_@parcel+core@2.3.2: - resolution: {integrity: sha512-JbOm+Ceuyymd1SuKGgodC2EXAiPuFRpaNUSJpz3NAsS3lVIt2TDAPMOWBivS7sML/KltspUfl/Q9YwO0TPUFNw==} + /@parcel/workers/2.6.0_@parcel+core@2.6.0: + resolution: {integrity: sha512-3tcI2LF5fd/WZtSnSjyWdDE+G+FitdNrRgSObzSp+axHKMAM23sO0z7KY8s2SYCF40msdYbFUW8eI6JlYNJoWQ==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.3.2 + '@parcel/core': ^2.6.0 dependencies: - '@parcel/core': 2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/types': 2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/core': 2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/types': 2.6.0 + '@parcel/utils': 2.6.0 chrome-trace-event: 1.0.3 nullthrows: 1.1.1 dev: true - /@swc/helpers/0.2.14: - resolution: {integrity: sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==} + /@swc/helpers/0.3.16: + resolution: {integrity: sha512-xOhhpOruRcroQ0Nb5a5IgP94AJ0DuJnhEfXL+icJ1gn7uls5DXX2mRrlBqmrd0rAj/+/BRU8RB2VN8mA8DuFYQ==} + dependencies: + tslib: 2.4.0 dev: true /@trysound/sax/0.2.0: @@ -709,8 +910,8 @@ packages: resolution: {integrity: sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==} dev: true - /acorn/8.7.0: - resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} + /acorn/8.7.1: + resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -736,18 +937,18 @@ packages: dev: true /boolbase/1.0.0: - resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true - /browserslist/4.20.2: - resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==} + /browserslist/4.20.3: + resolution: {integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001319 - electron-to-chromium: 1.4.89 + caniuse-lite: 1.0.30001344 + electron-to-chromium: 1.4.142 escalade: 3.1.1 - node-releases: 2.0.2 + node-releases: 2.0.5 picocolors: 1.0.0 dev: true @@ -755,8 +956,8 @@ packages: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: true - /bulma/0.9.3: - resolution: {integrity: sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g==} + /bulma/0.9.4: + resolution: {integrity: sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==} dev: true /callsites/3.1.0: @@ -764,17 +965,8 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-api/3.0.0: - resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - dependencies: - browserslist: 4.20.2 - caniuse-lite: 1.0.30001319 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: true - - /caniuse-lite/1.0.30001319: - resolution: {integrity: sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==} + /caniuse-lite/1.0.30001344: + resolution: {integrity: sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g==} dev: true /chalk/2.4.2: @@ -800,7 +992,7 @@ packages: dev: true /clone/2.1.2: - resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=} + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} engines: {node: '>=0.8'} dev: true @@ -818,17 +1010,13 @@ packages: dev: true /color-name/1.1.3: - resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} dev: true /color-name/1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /colord/2.9.2: - resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} - dev: true - /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true @@ -849,24 +1037,14 @@ packages: yaml: 1.10.2 dev: true - /css-declaration-sorter/6.1.4_postcss@8.4.12: - resolution: {integrity: sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==} - engines: {node: '>= 10'} - peerDependencies: - postcss: ^8.0.9 - dependencies: - postcss: 8.4.12 - timsort: 0.3.0 - dev: true - - /css-select/4.2.1: - resolution: {integrity: sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==} + /css-select/4.3.0: + resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} dependencies: boolbase: 1.0.0 - css-what: 5.1.0 + css-what: 6.1.0 domhandler: 4.3.1 domutils: 2.8.0 - nth-check: 2.0.1 + nth-check: 2.1.1 dev: true /css-tree/1.1.3: @@ -877,76 +1055,11 @@ packages: source-map: 0.6.1 dev: true - /css-what/5.1.0: - resolution: {integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==} + /css-what/6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} dev: true - /cssesc/3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} - hasBin: true - dev: true - - /cssnano-preset-default/5.2.5_postcss@8.4.12: - resolution: {integrity: sha512-WopL7PzN7sos3X8B54/QGl+CZUh1f0qN4ds+y2d5EPwRSSc3jsitVw81O+Uyop0pXyOfPfZxnc+LmA8w/Ki/WQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - css-declaration-sorter: 6.1.4_postcss@8.4.12 - cssnano-utils: 3.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-calc: 8.2.4_postcss@8.4.12 - postcss-colormin: 5.3.0_postcss@8.4.12 - postcss-convert-values: 5.1.0_postcss@8.4.12 - postcss-discard-comments: 5.1.1_postcss@8.4.12 - postcss-discard-duplicates: 5.1.0_postcss@8.4.12 - postcss-discard-empty: 5.1.1_postcss@8.4.12 - postcss-discard-overridden: 5.1.0_postcss@8.4.12 - postcss-merge-longhand: 5.1.3_postcss@8.4.12 - postcss-merge-rules: 5.1.1_postcss@8.4.12 - postcss-minify-font-values: 5.1.0_postcss@8.4.12 - postcss-minify-gradients: 5.1.1_postcss@8.4.12 - postcss-minify-params: 5.1.2_postcss@8.4.12 - postcss-minify-selectors: 5.2.0_postcss@8.4.12 - postcss-normalize-charset: 5.1.0_postcss@8.4.12 - postcss-normalize-display-values: 5.1.0_postcss@8.4.12 - postcss-normalize-positions: 5.1.0_postcss@8.4.12 - postcss-normalize-repeat-style: 5.1.0_postcss@8.4.12 - postcss-normalize-string: 5.1.0_postcss@8.4.12 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.12 - postcss-normalize-unicode: 5.1.0_postcss@8.4.12 - postcss-normalize-url: 5.1.0_postcss@8.4.12 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.12 - postcss-ordered-values: 5.1.1_postcss@8.4.12 - postcss-reduce-initial: 5.1.0_postcss@8.4.12 - postcss-reduce-transforms: 5.1.0_postcss@8.4.12 - postcss-svgo: 5.1.0_postcss@8.4.12 - postcss-unique-selectors: 5.1.1_postcss@8.4.12 - dev: true - - /cssnano-utils/3.1.0_postcss@8.4.12: - resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /cssnano/5.1.5_postcss@8.4.12: - resolution: {integrity: sha512-VZO1e+bRRVixMeia1zKagrv0lLN1B/r/u12STGNNUFxnp97LIFgZHQa0JxqlwEkvzUyA9Oz/WnCTAFkdEbONmg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - cssnano-preset-default: 5.2.5_postcss@8.4.12 - lilconfig: 2.0.4 - postcss: 8.4.12 - yaml: 1.10.2 - dev: true - /csso/4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} @@ -955,35 +1068,35 @@ packages: dev: true /detect-libc/1.0.3: - resolution: {integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=} + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} engines: {node: '>=0.10'} hasBin: true dev: true - /dom-serializer/1.3.2: - resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==} + /dom-serializer/1.4.1: + resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 domhandler: 4.3.1 entities: 2.2.0 dev: true - /domelementtype/2.2.0: - resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} + /domelementtype/2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} dev: true /domhandler/4.3.1: resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} engines: {node: '>= 4'} dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 dev: true /domutils/2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} dependencies: - dom-serializer: 1.3.2 - domelementtype: 2.2.0 + dom-serializer: 1.4.1 + domelementtype: 2.3.0 domhandler: 4.3.1 dev: true @@ -996,8 +1109,8 @@ packages: engines: {node: '>=6'} dev: true - /electron-to-chromium/1.4.89: - resolution: {integrity: sha512-z1Axg0Fu54fse8wN4fd+GAINdU5mJmLtcl6bqIcYyzNVGONcfHAeeJi88KYMQVKalhXlYuVPzKkFIU5VD0raUw==} + /electron-to-chromium/1.4.142: + resolution: {integrity: sha512-ea8Q1YX0JRp4GylOmX4gFHIizi0j9GfRW4EkaHnkZp0agRCBB4ZGeCv17IEzIvBkiYVwfoKVhKZJbTfqCRdQdg==} dev: true /entities/2.2.0: @@ -1021,7 +1134,7 @@ packages: dev: true /escape-string-regexp/1.0.5: - resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} dev: true @@ -1030,15 +1143,15 @@ packages: engines: {node: '>=6'} dev: true - /globals/13.13.0: - resolution: {integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==} + /globals/13.15.0: + resolution: {integrity: sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true /has-flag/3.0.0: - resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} dev: true @@ -1047,8 +1160,8 @@ packages: engines: {node: '>=8'} dev: true - /htmlnano/2.0.0_svgo@2.8.0: - resolution: {integrity: sha512-thKQfhcp2xgtsWNE27A2bliEeqVL5xjAgGn0wajyttvFFsvFWWah1ntV9aEX61gz0T6MBQ5xK/1lXuEumhJTcg==} + /htmlnano/2.0.2_svgo@2.8.0: + resolution: {integrity: sha512-+ZrQFS4Ub+zd+/fWwfvoYCEGNEa0/zrpys6CyXxvZDwtL7Pl+pOtRkiujyvBQ7Lmfp7/iEPxtOFgxWA16Gkj3w==} peerDependencies: cssnano: ^5.0.11 postcss: ^8.3.11 @@ -1085,7 +1198,7 @@ packages: /htmlparser2/7.2.0: resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==} dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 domhandler: 4.3.1 domutils: 2.8.0 entities: 3.0.1 @@ -1100,11 +1213,11 @@ packages: dev: true /is-arrayish/0.2.1: - resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: true /is-json/2.0.1: - resolution: {integrity: sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=} + resolution: {integrity: sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==} dev: true /js-tokens/4.0.0: @@ -1115,93 +1228,142 @@ packages: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true - /json-source-map/0.6.1: - resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} - dev: true - /json5/2.2.1: resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} engines: {node: '>=6'} hasBin: true dev: true - /lilconfig/2.0.4: - resolution: {integrity: sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==} - engines: {node: '>=10'} - dev: true - /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lmdb/2.2.6: - resolution: {integrity: sha512-UmQV0oZZcV3EN6rjcAjIiuWcc3MYZGWQ0GUYz46Ron5fuTa/dUow7WSQa6leFkvZIKVUdECBWVw96tckfEzUFQ==} + /lmdb-darwin-arm64/2.3.10: + resolution: {integrity: sha512-LVXbH2MYu7/ZuQ8+P9rv+SwNyBKltxo7vHAGJS94HWyfwnCbKEYER9PImBvNBwzvgtaYk6x0RMX3oor6e6KdDQ==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /lmdb-darwin-x64/2.3.10: + resolution: {integrity: sha512-gAc/1b/FZOb9yVOT+o0huA+hdW82oxLo5r22dFTLoRUFG1JMzxdTjmnW6ONVOHdqC9a5bt3vBCEY3jmXNqV26A==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /lmdb-linux-arm/2.3.10: + resolution: {integrity: sha512-Rb8+4JjsThuEcJ7GLLwFkCFnoiwv/3hAAbELWITz70buQFF+dCZvCWWgEgmDTxwn5r+wIkdUjmFv4dqqiKQFmQ==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lmdb-linux-arm64/2.3.10: + resolution: {integrity: sha512-Ihr8mdICTK3jA4GXHxrXGK2oekn0mY6zuDSXQDNtyRSH19j3D2Y04A7SEI9S0EP/t5sjKSudYgZbiHDxRCsI5A==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lmdb-linux-x64/2.3.10: + resolution: {integrity: sha512-E3l3pDiCA9uvnLf+t3qkmBGRO01dp1EHD0x0g0iRnfpAhV7wYbayJGfG93BUt22Tj3fnq4HDo4dQ6ZWaDI1nuw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lmdb-win32-x64/2.3.10: + resolution: {integrity: sha512-gspWk34tDANhjn+brdqZstJMptGiwj4qFNVg0Zey9ds+BUlif+Lgf5szrfOVzZ8gVRkk1Lgbz7i78+V7YK7SCA==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /lmdb/2.3.10: + resolution: {integrity: sha512-GtH+nStn9V59CfYeQ5ddx6YTfuFCmu86UJojIjJAweG+/Fm0PDknuk3ovgYDtY/foMeMdZa8/P7oSljW/d5UPw==} requiresBuild: true dependencies: - msgpackr: 1.5.5 - nan: 2.15.0 - node-gyp-build: 4.3.0 - ordered-binary: 1.2.4 + msgpackr: 1.6.1 + nan: 2.16.0 + node-addon-api: 4.3.0 + node-gyp-build-optional-packages: 4.3.5 + ordered-binary: 1.2.5 weak-lru-cache: 1.2.2 - dev: true - - /lodash.memoize/4.1.2: - resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=} - dev: true - - /lodash.uniq/4.5.0: - resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=} + optionalDependencies: + lmdb-darwin-arm64: 2.3.10 + lmdb-darwin-x64: 2.3.10 + lmdb-linux-arm: 2.3.10 + lmdb-linux-arm64: 2.3.10 + lmdb-linux-x64: 2.3.10 + lmdb-win32-x64: 2.3.10 dev: true /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: true - /msgpackr-extract/1.0.16: - resolution: {integrity: sha512-fxdRfQUxPrL/TizyfYfMn09dK58e+d65bRD/fcaVH4052vj30QOzzqxcQIS7B0NsqlypEQ/6Du3QmP2DhWFfCA==} + /msgpackr-extract/2.0.2: + resolution: {integrity: sha512-coskCeJG2KDny23zWeu+6tNy7BLnAiOGgiwzlgdm4oeSsTpqEJJPguHIuKZcCdB7tzhZbXNYSg6jZAXkZErkJA==} requiresBuild: true dependencies: - nan: 2.15.0 - node-gyp-build: 4.3.0 + node-gyp-build-optional-packages: 5.0.2 + optionalDependencies: + '@msgpackr-extract/msgpackr-extract-darwin-arm64': 2.0.2 + '@msgpackr-extract/msgpackr-extract-darwin-x64': 2.0.2 + '@msgpackr-extract/msgpackr-extract-linux-arm': 2.0.2 + '@msgpackr-extract/msgpackr-extract-linux-arm64': 2.0.2 + '@msgpackr-extract/msgpackr-extract-linux-x64': 2.0.2 + '@msgpackr-extract/msgpackr-extract-win32-x64': 2.0.2 dev: true optional: true - /msgpackr/1.5.5: - resolution: {integrity: sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==} + /msgpackr/1.6.1: + resolution: {integrity: sha512-Je+xBEfdjtvA4bKaOv8iRhjC8qX2oJwpYH4f7JrG4uMVJVmnmkAT4pjKdbztKprGj3iwjcxPzb5umVZ02Qq3tA==} optionalDependencies: - msgpackr-extract: 1.0.16 + msgpackr-extract: 2.0.2 dev: true - /nan/2.15.0: - resolution: {integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==} - dev: true - - /nanoid/3.3.1: - resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true + /nan/2.16.0: + resolution: {integrity: sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==} dev: true /node-addon-api/3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} dev: true - /node-gyp-build/4.3.0: - resolution: {integrity: sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==} + /node-addon-api/4.3.0: + resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==} + dev: true + + /node-gyp-build-optional-packages/4.3.5: + resolution: {integrity: sha512-5ke7D8SiQsTQL7CkHpfR1tLwfqtKc0KYEmlnkwd40jHCASskZeS98qoZ1qDUns2aUQWikcjidRUs6PM/3iyN/w==} hasBin: true dev: true - /node-releases/2.0.2: - resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==} + /node-gyp-build-optional-packages/5.0.2: + resolution: {integrity: sha512-PiN4NWmlQPqvbEFcH/omQsswWQbe5Z9YK/zdB23irp5j2XibaA2IrGvpSWmVVG4qMZdmPdwPctSy4a86rOMn6g==} + hasBin: true + dev: true + optional: true + + /node-gyp-build/4.4.0: + resolution: {integrity: sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==} + hasBin: true dev: true - /normalize-url/6.1.0: - resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} - engines: {node: '>=10'} + /node-releases/2.0.5: + resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==} dev: true - /nth-check/2.0.1: - resolution: {integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==} + /nth-check/2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} dependencies: boolbase: 1.0.0 dev: true @@ -1210,25 +1372,28 @@ packages: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} dev: true - /ordered-binary/1.2.4: - resolution: {integrity: sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==} + /ordered-binary/1.2.5: + resolution: {integrity: sha512-djRmZoEpOGvIRW7ufsCDHtvcUa18UC9TxnPbHhSVFZHsoyg0dtut1bWtBZ/fmxdPN62oWXrV6adM7NoWU+CneA==} dev: true - /parcel/2.3.2: - resolution: {integrity: sha512-4jhgoBcQaiGKmnmBvNyKyOvZrxCgzgUzdEoVup/fRCOP99hNmvYIN5IErIIJxsU9ObcG/RGCFF8wa4kVRsWfIg==} + /parcel/2.6.0: + resolution: {integrity: sha512-pSTJ7wC6uTl16PKLXQV7RfL9FGoIDA1iVpNvaav47n6UkUdKqfx0spcVPpw35kWdRcHJF61YAvkPjP2hTwHQ+Q==} engines: {node: '>= 12.0.0'} hasBin: true + peerDependenciesMeta: + '@parcel/core': + optional: true dependencies: - '@parcel/config-default': 2.3.2_@parcel+core@2.3.2 - '@parcel/core': 2.3.2 - '@parcel/diagnostic': 2.3.2 - '@parcel/events': 2.3.2 - '@parcel/fs': 2.3.2_@parcel+core@2.3.2 - '@parcel/logger': 2.3.2 - '@parcel/package-manager': 2.3.2_@parcel+core@2.3.2 - '@parcel/reporter-cli': 2.3.2_@parcel+core@2.3.2 - '@parcel/reporter-dev-server': 2.3.2_@parcel+core@2.3.2 - '@parcel/utils': 2.3.2 + '@parcel/config-default': 2.6.0_@parcel+core@2.6.0 + '@parcel/core': 2.6.0 + '@parcel/diagnostic': 2.6.0 + '@parcel/events': 2.6.0 + '@parcel/fs': 2.6.0_@parcel+core@2.6.0 + '@parcel/logger': 2.6.0 + '@parcel/package-manager': 2.6.0_@parcel+core@2.6.0 + '@parcel/reporter-cli': 2.6.0_@parcel+core@2.6.0 + '@parcel/reporter-dev-server': 2.6.0_@parcel+core@2.6.0 + '@parcel/utils': 2.6.0 chalk: 4.1.2 commander: 7.2.0 get-port: 4.2.0 @@ -1269,308 +1434,10 @@ packages: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true - /postcss-calc/8.2.4_postcss@8.4.12: - resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} - peerDependencies: - postcss: ^8.2.2 - dependencies: - postcss: 8.4.12 - postcss-selector-parser: 6.0.9 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-colormin/5.3.0_postcss@8.4.12: - resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - caniuse-api: 3.0.0 - colord: 2.9.2 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-convert-values/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-discard-comments/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /postcss-discard-duplicates/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /postcss-discard-empty/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /postcss-discard-overridden/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /postcss-merge-longhand/5.1.3_postcss@8.4.12: - resolution: {integrity: sha512-lX8GPGvZ0iGP/IboM7HXH5JwkXvXod1Rr8H8ixwiA372hArk0zP4ZcCy4z4Prg/bfNlbbTf0KCOjCF9kKnpP/w==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.12 - dev: true - - /postcss-merge-rules/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-selector-parser: 6.0.9 - dev: true - - /postcss-minify-font-values/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-minify-gradients/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - colord: 2.9.2 - cssnano-utils: 3.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-minify-params/5.1.2_postcss@8.4.12: - resolution: {integrity: sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - cssnano-utils: 3.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-minify-selectors/5.2.0_postcss@8.4.12: - resolution: {integrity: sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-selector-parser: 6.0.9 - dev: true - - /postcss-normalize-charset/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - dev: true - - /postcss-normalize-display-values/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-positions/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-repeat-style/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-string/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-unicode/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-url/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - normalize-url: 6.1.0 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-normalize-whitespace/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-ordered-values/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - cssnano-utils: 3.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-reduce-initial/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - caniuse-api: 3.0.0 - postcss: 8.4.12 - dev: true - - /postcss-reduce-transforms/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - dev: true - - /postcss-selector-parser/6.0.9: - resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==} - engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: true - - /postcss-svgo/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-value-parser: 4.2.0 - svgo: 2.8.0 - dev: true - - /postcss-unique-selectors/5.1.1_postcss@8.4.12: - resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.12 - postcss-selector-parser: 6.0.9 - dev: true - /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.12: - resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.1 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /posthtml-parser/0.10.2: resolution: {integrity: sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==} engines: {node: '>=12'} @@ -1600,6 +1467,10 @@ packages: posthtml-render: 3.0.0 dev: true + /react-error-overlay/6.0.9: + resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} + dev: true + /react-refresh/0.9.0: resolution: {integrity: sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==} engines: {node: '>=0.10.0'} @@ -1623,11 +1494,6 @@ packages: hasBin: true dev: true - /source-map-js/1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} - dev: true - /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -1640,26 +1506,10 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map/0.7.3: - resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} - engines: {node: '>= 8'} - dev: true - /stable/0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} dev: true - /stylehacks/5.1.0_postcss@8.4.12: - resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.20.2 - postcss: 8.4.12 - postcss-selector-parser: 6.0.9 - dev: true - /supports-color/5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -1681,21 +1531,26 @@ packages: dependencies: '@trysound/sax': 0.2.0 commander: 7.2.0 - css-select: 4.2.1 + css-select: 4.3.0 css-tree: 1.1.3 csso: 4.2.0 picocolors: 1.0.0 stable: 0.1.8 dev: true - /terser/5.12.1: - resolution: {integrity: sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==} + /term-size/2.2.1: + resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} + engines: {node: '>=8'} + dev: true + + /terser/5.14.0: + resolution: {integrity: sha512-JC6qfIEkPBd9j1SMO3Pfn+A6w2kQV54tv+ABQLgZr7dA3k/DL/OBoYSWxzVpZev3J+bUHXfr55L8Mox7AaNo6g==} engines: {node: '>=10'} hasBin: true dependencies: - acorn: 8.7.0 + '@jridgewell/source-map': 0.3.2 + acorn: 8.7.1 commander: 2.20.3 - source-map: 0.7.3 source-map-support: 0.5.21 dev: true @@ -1703,21 +1558,21 @@ packages: resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} dev: true + /tslib/2.4.0: + resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + dev: true + /type-fest/0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} dev: true - /typescript/4.6.2: - resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==} + /typescript/4.7.2: + resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /util-deprecate/1.0.2: - resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} - dev: true - /utility-types/3.10.0: resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==} engines: {node: '>= 4'} diff --git a/tsconfig.cjs.json b/tsconfig.cjs.json new file mode 100644 index 0000000..7ec2a2f --- /dev/null +++ b/tsconfig.cjs.json @@ -0,0 +1,7 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "module": "commonjs", + "outDir": "./dist/cjs/" + } +} diff --git a/tsconfig.esm.json b/tsconfig.esm.json new file mode 100644 index 0000000..5391a76 --- /dev/null +++ b/tsconfig.esm.json @@ -0,0 +1,7 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "module": "ES2020", + "outDir": "./dist/esm/" + } +} diff --git a/tsconfig.json b/tsconfig.json index 287a17a..2420d0d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ /* Modules */ "module": "commonjs" /* Specify what module code is generated. */, "rootDir": "./src" /* Specify the root folder within your source files. */, - // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ + "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */, // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */